Fix syntax: = assignment operator shouldn't be enclosed by spaces
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Nov 7 2017
Nov 7 2017
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
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
$ salt-call --local state.apply roles/dbserver-mysql local: ---------- ID: mysql_server_software Function: pkg.installed Result: True Comment: All specified packages are already installed Started: 01:45:51.880169 Duration: 246.099 ms Changes: ---------- ID: arcology/mysql-innodb-data Function: zfs.filesystem_present Result: True Comment: filesystem arcology/mysql-innodb-data was updated Started: 01:45:52.131408 Duration: 563.66 ms Changes: ---------- arcology/mysql-innodb-data: ---------- mountpoint: /var/db/mysql/mysql-innodb-data recordsize: 16k ---------- ID: arcology/mysql-innodb-logs Function: zfs.filesystem_present Result: True Comment: filesystem arcology/mysql-innodb-logs was updated Started: 01:45:52.695790 Duration: 557.842 ms Changes: ---------- arcology/mysql-innodb-logs: ---------- mountpoint: /var/db/mysql/mysql-innodb-logs recordsize: 128k ---------- ID: arcology/mysql-root Function: zfs.filesystem_present Result: True Comment: filesystem arcology/mysql-root was updated Started: 01:45:53.254366 Duration: 574.172 ms Changes: ---------- arcology/mysql-root: ---------- mountpoint: /var/db/mysql/mysql-root recordsize: 8k ---------- ID: /usr/local/etc/my.cnf Function: file.managed Result: True Comment: File /usr/local/etc/my.cnf updated Started: 01:45:53.838402 Duration: 95.623 ms Duration: 95.623 ms Changes: ---------- diff: New file mode: 0644 ---------- ID: /var/run/mysqld Function: file.directory Result: True Comment: Directory /var/run/mysqld updated Started: 01:45:53.934487 Duration: 7.571 ms Changes: ---------- /var/run/mysqld: New Dir ---------- ID: /var/db/mysql Function: file.directory Result: True Comment: Directory /var/db/mysql updated Started: 01:45:53.942532 Duration: 5.229 ms Changes: ---------- group: mysql user: mysql
Nov 4 2017
Nov 4 2017
I reported upstream an issue for recordsize, falsely reporting to be updated in test mode: https://github.com/saltstack/salt/issues/44404
Nasqueron DevCentral · If it had been much bigger the moon would have had a core of ice. · Powered by Phabricator