Server dead 2017-10-25.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Nov 7 2017
Nov 7 2017
dereckson closed T1245: Investigate the Stormshear issue, a subtask of T1247: Bring back Ysul online, as Invalid.
Checked with grep -A20 -r cmd.run ., all fine.
dereckson closed T1246: A FreeBSD VM can't see the virtual disks on Dreadnought, a subtask of T1247: Bring back Ysul online, as Wontfix.
dereckson moved T1294: Dockerize tools.nasqueron.org from Backlog to Blocked on the Operations sprints (The Dreadnought will produce new officers) board.
Nov 6 2017
Nov 6 2017
Fix syntax: = assignment operator shouldn't be enclosed by spaces
Kernel state configuration
dereckson closed T1311: Set sysctl for FreeBSD servers as Resolved by committing rOPSe98b274c14b3: Kernel state configuration.
Ysul
$ salt-call --local state.apply roles/core/sysctl local: ---------- ID: /etc/sysctl.conf Function: file.managed Result: True Comment: File /etc/sysctl.conf updated Started: 21:34:14.883600 Duration: 105.326 ms Changes: ---------- diff: --- +++ @@ -1,11 +1,22 @@ -# $FreeBSD: releng/11.1/etc/sysctl.conf 112200 2003-03-13 18:43:50Z mux $ +# ------------------------------------------------------------- +# Kernel state configuration +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +# Project: Nasqueron +# Created: 2017-11-06 +# License: Trivial work, not eligible to copyright +# Source file: roles/core/sysctl/files/sysctl.conf +# ------------------------------------------------------------- # -# This file is read when going to multi-user and its contents piped thru -# ``sysctl'' to adjust kernel values. ``man 5 sysctl.conf'' for details. +# <auto-generated> +# This file is managed by our rOPS SaltStack repository. # +# Changes to this file may cause incorrect behavior +# and will be lost if the state is redeployed. +# </auto-generated>
dereckson added a revision to T1311: Set sysctl for FreeBSD servers: D1183: Kernel state configuration.
dereckson committed rOPS9b5708c8a0d7: Install PEFS on FreeBSD devserver role (authored by dereckson).
Install PEFS on FreeBSD devserver role
Document known issue, split module.run from pkg.installed
Known issue
Blocked by a change to come provisionning the builder account on Ysul (but see T1310)
Fix typo. Drop D1180 stuff.
Requires the builder account somewhere (Salt? devserver? here?)
dereckson added a subtask for T1268: Reprovision Ysul: T1309: Deploy Dæghrefn, Wearg and TC2 through Salt.
dereckson added a parent task for T1309: Deploy Dæghrefn, Wearg and TC2 through Salt: T1268: Reprovision Ysul.
Nov 5 2017
Nov 5 2017
Improve eggdrop installer robustness
Bump eggdrop version to 1.8.2rc2
Ysul
$ /path/to/install-eggdrop.sh --2017-11-05 22:12:11-- ftp://ftp.eggheads.org/pub/eggdrop/source/1.8/eggdrop-1.8.2rc2.tar.gz => ‘eggdrop-1.8.2rc2.tar.gz.1’ Resolving ftp.eggheads.org (ftp.eggheads.org)... 38.109.218.218, 2605:6f00:877::3817:f5d7 Connecting to ftp.eggheads.org (ftp.eggheads.org)|38.109.218.218|:21... connected. ... Operating System: FreeBSD 11.1-RELEASE-p1 IPv6 Support: yes Tcl version: 8.6.7 SSL/TLS Support: yes (OpenSSL 1.0.2k-freebsd 26 Jan 2017) ... Test run of ./eggdrop -v: Eggdrop v1.8.2+RC2 (C) 1997 Robey Pointer (C) 1999-2017 Eggheads Configure flags: '--with-tclinc=/usr/local/include/tcl8.6/tcl.h' '-with-tcllib=/usr/local/lib/libtcl86.so' Compiled with: IPv6, TLS, handlen=32
Provide autocomplete for zsh pm
Provision MySQL
dereckson closed T1306: Create a MySQL configuration optimized for ZFS on Ysul as Resolved by committing rOPS3fac93de1ecd: Provision MySQL.
dereckson closed T1306: Create a MySQL configuration optimized for ZFS on Ysul, a subtask of T1268: Reprovision Ysul, as Resolved.
Create empty directories after the parent volume exists
Use K for recordsize unit (see upstream task), simplify node.get per D1176
Introduce node.get <setting>
s/Examples/Example
Use node.list
Proofread module description
Allow InnoDB engine to write in their directories
$ /usr/local/etc/rc.d/mysql-server start Installing MariaDB/MySQL system tables in '/var/db/mysql' ... 2017-11-05 13:57:44 34429034496 [Warning] No argument was provided to --log-bin and neither --log-basename or --log-bin-index where used; This may cause repli ction to break when this server acts as a master and has its hostname changed! Please use '--log-basename=ysul.nasqueron.org' or '--log-bin=mysqld-bin' to avoi d this problem. 2017-11-05 13:57:45 34429034496 [ERROR] InnoDB: Operating system error number 13 in a file operation. 2017-11-05 13:57:45 34429034496 [ERROR] InnoDB: The error means mysqld does not have the access rights to the directory. 2017-11-05 13:57:45 34429034496 [ERROR] InnoDB: Operating system error number 13 in a file operation. 2017-11-05 13:57:45 34429034496 [ERROR] InnoDB: The error means mysqld does not have the access rights to the directory. 2017-11-05 13:57:45 34429034496 [ERROR] InnoDB: Cannot open datafile '/var/db/mysql/mysql-innodb-data/ibdata1' 2017-11-05 13:57:45 34429034496 [ERROR] InnoDB: Could not open or create the system tablespace. If you tried to add new data files to the system tablespace, an d it failed here, you should now edit innodb_data_file_path in my.cnf back to what it was, and remove the new ibdata files InnoDB created in this failed attemp t. InnoDB only wrote those files full of zeros, but did not yet use them in any way. But be careful: do not remove old data files which contain your precious d ata! 2017-11-05 13:57:45 34429034496 [ERROR] InnoDB: Database creation was aborted with error Cannot open a file. You may need to delete the ibdata1 file before try ing to start up again. 2017-11-05 13:57:45 34429034496 [ERROR] Plugin 'InnoDB' init function returned error. 2017-11-05 13:57:45 34429034496 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. 2017-11-05 13:57:45 34429034496 [ERROR] /usr/local/libexec/mysqld: unknown variable 'bin_log_format=MIXED' 2017-11-05 13:57:45 34429034496 [ERROR] Aborting
Proofread and improve configuration file: stop words, performance schema
Nasqueron DevCentral · If it had been much bigger the moon would have had a core of ice. · Powered by Phabricator