Page MenuHomeDevCentral
Feed Advanced Search

Apr 16 2017

dereckson closed T1181: Arcanist complains Curl extension is missing on Eglide as Resolved by committing rOPS34c4094be604: Install curl PHP extension on Eglide.
Apr 16 2017, 21:28 · Servers

Apr 15 2017

dereckson added a revision to T1181: Arcanist complains Curl extension is missing on Eglide: D951: Install curl PHP extension on Eglide.
Apr 15 2017, 17:28 · Servers
dereckson claimed T1181: Arcanist complains Curl extension is missing on Eglide.
Apr 15 2017, 17:27 · Servers

Apr 13 2017

dereckson lowered the priority of T1180: Low space disk on Dwellers from Unbreak Now! to High.
Dwellers
$ journalctl --vacuum-size=500M
Vacuuming done, freed 3.5G of archived journals on disk.
Apr 13 2017, 21:48 · Operations sprints (The Dreadnought will produce new officers), Servers
dereckson updated the task description for T1180: Low space disk on Dwellers.
Apr 13 2017, 21:45 · Operations sprints (The Dreadnought will produce new officers), Servers
dereckson created T1180: Low space disk on Dwellers.
Apr 13 2017, 21:45 · Operations sprints (The Dreadnought will produce new officers), Servers

Apr 9 2017

dereckson closed T1171: Enable HTTP/2 on Dwellers as Resolved.

Done using https://brouken.com/brouken-centos-7-repo/

Apr 9 2017, 15:02 · Servers
dereckson closed T1174: Deploy a Mastodon instance for Nasqueron as Resolved.
Apr 9 2017, 12:53 · Nasqueron Docker deployment squad, Mastodon, Servers
dereckson closed T1173: Reconfigure TLS on Dwellers as Resolved.

Done using Firefox recommended cyphers for modern browsers

Apr 9 2017, 12:39 · Servers
dereckson closed T1173: Reconfigure TLS on Dwellers, a subtask of T1174: Deploy a Mastodon instance for Nasqueron, as Resolved.
Apr 9 2017, 12:39 · Nasqueron Docker deployment squad, Mastodon, Servers
dereckson closed T1178: On Ysul, Notifications CLI client complain about pika deps missing as Resolved.
Apr 9 2017, 12:37 · Servers
dereckson added a comment to T1178: On Ysul, Notifications CLI client complain about pika deps missing.

Apr 9 02:01:25 ysul pkg-static: py35-pika-0.10.0 installed

Apr 9 2017, 02:03 · Servers
dereckson closed T1176: 502 page for social.nasqueron.org as Resolved by committing rDII6bfd2caba88d: Add 502 page for social.nasqueron.org.
Apr 9 2017, 01:48 · good-first-issue, Servers
dereckson closed T1176: 502 page for social.nasqueron.org, a subtask of T1174: Deploy a Mastodon instance for Nasqueron, as Resolved.
Apr 9 2017, 01:48 · Nasqueron Docker deployment squad, Mastodon, Servers
dereckson closed T1176: 502 page for social.nasqueron.org, a subtask of T114: 502 pages for services on the Docker PaaS, as Resolved.
Apr 9 2017, 01:48 · Operations sprints (Operations sprint 1), design, good-first-issue, Servers, Forum, DevCentral
dereckson added a revision to T1176: 502 page for social.nasqueron.org: D946: Add 502 page for social.nasqueron.org.
Apr 9 2017, 01:45 · good-first-issue, Servers

Apr 7 2017

dereckson claimed T1178: On Ysul, Notifications CLI client complain about pika deps missing.
Apr 7 2017, 14:27 · Servers

Apr 3 2017

dereckson added a subtask for T1174: Deploy a Mastodon instance for Nasqueron: T1173: Reconfigure TLS on Dwellers.
Apr 3 2017, 21:23 · Nasqueron Docker deployment squad, Mastodon, Servers
dereckson added a parent task for T1173: Reconfigure TLS on Dwellers: T1174: Deploy a Mastodon instance for Nasqueron.
Apr 3 2017, 21:23 · Servers
dereckson added a subtask for T114: 502 pages for services on the Docker PaaS: T1176: 502 page for social.nasqueron.org.
Apr 3 2017, 21:23 · Operations sprints (Operations sprint 1), design, good-first-issue, Servers, Forum, DevCentral
dereckson added a parent task for T1176: 502 page for social.nasqueron.org: T114: 502 pages for services on the Docker PaaS.
Apr 3 2017, 21:23 · good-first-issue, Servers
dereckson moved T1176: 502 page for social.nasqueron.org from Backlog to Design on the good-first-issue board.
Apr 3 2017, 21:22 · good-first-issue, Servers
dereckson created T1176: 502 page for social.nasqueron.org.
Apr 3 2017, 21:22 · good-first-issue, Servers
dereckson closed T1175: Mailgun configuration for Mastodon as Resolved.
social.nasqueron.org.	86400	IN	A	212.129.32.223
social.nasqueron.org.	86400	IN	AAAA	2001:470:1f13:ce7:ca5:cade:fab:1e
Apr 3 2017, 20:55 · Nasqueron Docker deployment squad, Mastodon, Servers
dereckson closed T1175: Mailgun configuration for Mastodon, a subtask of T1174: Deploy a Mastodon instance for Nasqueron, as Resolved.
Apr 3 2017, 20:55 · Nasqueron Docker deployment squad, Mastodon, Servers
dereckson created T1175: Mailgun configuration for Mastodon.
Apr 3 2017, 20:48 · Nasqueron Docker deployment squad, Mastodon, Servers
dereckson created T1174: Deploy a Mastodon instance for Nasqueron.
Apr 3 2017, 20:47 · Nasqueron Docker deployment squad, Mastodon, Servers
dereckson created T1173: Reconfigure TLS on Dwellers.
Apr 3 2017, 20:27 · Servers

Apr 2 2017

dereckson triaged T1171: Enable HTTP/2 on Dwellers as Low priority.

On RHEL 7, OpenSSL is at 1.0.1. This is an issue as it lacks ALPN, shipped with 1.0.2, and as such, HTTP/2 won't work on Chrome, who removed support for NPN.

Apr 2 2017, 16:39 · Servers
dereckson closed T1170: Enable HTTP/2 on Ysul as Resolved.
diff --git a/nginx/ssl_params b/nginx/ssl_params
index adfa855..55e7d9d 100644
--- a/nginx/ssl_params
+++ b/nginx/ssl_params
@@ -1,6 +1,6 @@
         #Enable https
-        listen              443 ssl;
-        listen              [2001:470:1f13:9e1:0:c0ff:ee:1]:443 ssl;
+        listen              443 ssl http2;
+        listen              [2001:470:1f13:9e1:0:c0ff:ee:1]:443 ssl http2;
         keepalive_timeout   70;
Apr 2 2017, 16:36 · Servers
dereckson claimed T1170: Enable HTTP/2 on Ysul.
Apr 2 2017, 16:34 · Servers
dereckson claimed T1171: Enable HTTP/2 on Dwellers.
Apr 2 2017, 16:34 · Servers

Apr 1 2017

dereckson added a comment to T1169: Postfix on ysul.nasqueron.org doesn't listen on IPv6.

Configuration change

Apr 1 2017, 09:07 · Operations sprints (Ignite Alkane Propulsion), Servers, IPv6
dereckson renamed T1169: Postfix on ysul.nasqueron.org doesn't listen on IPv6 from Inet server (and so postfix) on ysul.nasqueron.org doesn't listen on IPv6 to Postfix on ysul.nasqueron.org doesn't listen on IPv6.
Apr 1 2017, 08:59 · Operations sprints (Ignite Alkane Propulsion), Servers, IPv6
dereckson renamed T1169: Postfix on ysul.nasqueron.org doesn't listen on IPv6 from Mail server on ysul.nasqueron.org doesn't listen on IPv6 to Inet server (and so postfix) on ysul.nasqueron.org doesn't listen on IPv6.
Apr 1 2017, 08:58 · Operations sprints (Ignite Alkane Propulsion), Servers, IPv6
dereckson added a comment to T1169: Postfix on ysul.nasqueron.org doesn't listen on IPv6.
Apr 1 2017, 08:58 · Operations sprints (Ignite Alkane Propulsion), Servers, IPv6
dereckson created T1169: Postfix on ysul.nasqueron.org doesn't listen on IPv6.
Apr 1 2017, 08:52 · Operations sprints (Ignite Alkane Propulsion), Servers, IPv6

Mar 31 2017

Sandlayth added a project to T1162: 2017-03-01 eglide.org server outage: User-Sandlayth.
Mar 31 2017, 19:07 · User-Sandlayth, Eglide, Servers

Mar 14 2017

dereckson created T1168: Migrate HotGlue from Apache to nginx.
Mar 14 2017, 15:12 · Servers

Mar 12 2017

dereckson created T1167: Restart nginx on Ysul when renew certificates.
Mar 12 2017, 19:05 · Wolfplex migration, Servers, User-Dereckson

Mar 6 2017

dereckson added a revision to T1163: Odderon doesn't start at server boot: D934: Enable odderon service.
Mar 6 2017, 12:56 · Eglide, Servers
dereckson created T1163: Odderon doesn't start at server boot.
Mar 6 2017, 12:55 · Eglide, Servers
dereckson added a comment to T1162: 2017-03-01 eglide.org server outage.

Incident report filled at https://agora.nasqueron.org/Operations_grimoire/Incidents/2017-03-01-Eglide, I'm creating actionable subtasks.

Mar 6 2017, 12:54 · User-Sandlayth, Eglide, Servers

Mar 3 2017

dereckson raised the priority of T1047: Install oidentd on Eglide from Low to Normal.

Bumping priority as @tomjerr needs this.

Mar 3 2017, 12:54 · User-Dereckson, Salt, IRC, Eglide, Servers

Mar 1 2017

dereckson updated the task description for T1162: 2017-03-01 eglide.org server outage.
Mar 1 2017, 21:24 · User-Sandlayth, Eglide, Servers
dereckson added a comment to T1162: 2017-03-01 eglide.org server outage.

Last log entries aren't informative.

Mar 1 2017, 21:22 · User-Sandlayth, Eglide, Servers
dereckson added a project to T1162: 2017-03-01 eglide.org server outage: Eglide.
Mar 1 2017, 21:07 · User-Sandlayth, Eglide, Servers
dereckson renamed T1162: 2017-03-01 eglide.org server outage from Server outage: eglide.org to 2017-03-01 eglide.org server outage.
Mar 1 2017, 21:06 · User-Sandlayth, Eglide, Servers
Sandlayth lowered the priority of T1162: 2017-03-01 eglide.org server outage from Unbreak Now! to High.

I hard rebooted Eglide. Now it remains to understand what caused this trouble.

Mar 1 2017, 20:23 · User-Sandlayth, Eglide, Servers
dereckson updated the task description for T1162: 2017-03-01 eglide.org server outage.
Mar 1 2017, 17:45 · User-Sandlayth, Eglide, Servers
dereckson assigned T1162: 2017-03-01 eglide.org server outage to Sandlayth.

@Sandlayth Could you check on Scaleway and give us an update?

Mar 1 2017, 17:31 · User-Sandlayth, Eglide, Servers
amj updated subscribers of T1162: 2017-03-01 eglide.org server outage.
Mar 1 2017, 13:00 · User-Sandlayth, Eglide, Servers
amj created T1162: 2017-03-01 eglide.org server outage.
Mar 1 2017, 12:59 · User-Sandlayth, Eglide, Servers

Feb 25 2017

dereckson added a revision to T1159: Deploy Wraith on Eglide: D929: Install OpenSSL 1.0.2k on Eglide.
Feb 25 2017, 03:42 · arm-compilation-issue, debian-package-needed, IRC, Eglide, Servers

Feb 24 2017

dereckson closed T1161: Install cppunit on Eglide as Resolved.
Feb 24 2017, 12:33 · Servers
dereckson added a revision to T1161: Install cppunit on Eglide: D927: Install cppunit on Eglide.
Feb 24 2017, 12:29 · Servers
dereckson added a revision to T1160: Install ag on Eglide: D928: Remove duplicate entry for silver searcher in shellserver base list.
Feb 24 2017, 12:15 · Servers
dereckson claimed T1161: Install cppunit on Eglide.
Feb 24 2017, 02:27 · Servers
dereckson closed T1160: Install ag on Eglide as Resolved by committing rOPS827ca6ef0a4b: Install silver searcher (ag) on Eglide.
Feb 24 2017, 01:35 · Servers
dereckson added a revision to T1160: Install ag on Eglide: D926: Install silver searcher (ag) on Eglide.
Feb 24 2017, 00:54 · Servers
dereckson claimed T1160: Install ag on Eglide.
Feb 24 2017, 00:50 · Servers

Feb 23 2017

dereckson added a revision to T1159: Deploy Wraith on Eglide: D924: Deploy Wraith on Eglide.
Feb 23 2017, 19:57 · arm-compilation-issue, debian-package-needed, IRC, Eglide, Servers
dereckson added a revision to T1159: Deploy Wraith on Eglide: D923: Create software build account.
Feb 23 2017, 18:26 · arm-compilation-issue, debian-package-needed, IRC, Eglide, Servers
dereckson created T1159: Deploy Wraith on Eglide.
Feb 23 2017, 17:16 · arm-compilation-issue, debian-package-needed, IRC, Eglide, Servers

Feb 17 2017

dereckson created T1156: Generic 502 and 504 pages for misc containers.
Feb 17 2017, 14:09 · Nasqueron Docker deployment squad, design, Servers

Feb 14 2017

dereckson created T1155: Fix JSON file comparison in PHPUnit or for our tests.
Feb 14 2017, 03:23 · upstream, Servers
dereckson moved T1154: Etherpad containers floods journald from Backlog to Ops on the Technical debt board.
Feb 14 2017, 02:54 · Nasqueron Docker deployment squad, Servers, Technical debt
dereckson created T1154: Etherpad containers floods journald.
Feb 14 2017, 01:57 · Nasqueron Docker deployment squad, Servers, Technical debt

Feb 6 2017

dereckson moved T1069: Provide current PHP master branch in /opt/php-dev and php-fpm-dev pools from Backlog to Working on on the Servers board.
Feb 6 2017, 14:59 · PHP 8.x support, PHP 7 deployment, Servers

Feb 2 2017

dereckson moved T151: Create a theme for http://servers.nasqueron.org/ from Backlog to Need designer on the Visual identity board.
Feb 2 2017, 15:31 · Visual identity, DevCentral, design, Servers
dereckson added a comment to T151: Create a theme for http://servers.nasqueron.org/.

Look should perhaps be consistent with https://infra.nasqueron.org/ rSERVERSLOGDESIGN

Feb 2 2017, 15:31 · Visual identity, DevCentral, design, Servers
dereckson added a project to T151: Create a theme for http://servers.nasqueron.org/: Visual identity.

[ Created Visual identity for tasks about Nasqueron graphics. ]

Feb 2 2017, 15:29 · Visual identity, DevCentral, design, Servers

Jan 31 2017

dereckson closed T1143: Switch /usr/bin/env sh shebang to /bin/sh in one rOPS script as Resolved by committing rOPS9711f93715a9: Fix shebang.
Jan 31 2017, 01:44 · Servers

Jan 30 2017

dereckson moved T1143: Switch /usr/bin/env sh shebang to /bin/sh in one rOPS script from Backlog to Pending review on the Servers board.
Jan 30 2017, 17:25 · Servers
dereckson added a revision to T1143: Switch /usr/bin/env sh shebang to /bin/sh in one rOPS script: D894: Fix shebang.
Jan 30 2017, 17:25 · Servers
dereckson updated the task description for T1143: Switch /usr/bin/env sh shebang to /bin/sh in one rOPS script.
Jan 30 2017, 14:29 · Servers
dereckson triaged T1142: Convert get-containers-list pure sh as Low priority.
Jan 30 2017, 12:56 · Nasqueron Docker deployment squad, Servers
dereckson created T1142: Convert get-containers-list pure sh.
Jan 30 2017, 12:56 · Nasqueron Docker deployment squad, Servers
dereckson added a project to T1140: Setup php-fpm on Eglide: PHP 7 deployment.
Jan 30 2017, 00:04 · PHP 8.x support, PHP 7 deployment, Servers, Eglide
dereckson created T1140: Setup php-fpm on Eglide.
Jan 30 2017, 00:02 · PHP 8.x support, PHP 7 deployment, Servers, Eglide
dereckson created T1139: Disable Apache service in Eglide.
Jan 30 2017, 00:00 · Servers, User-Sandlayth, Salt, Eglide

Jan 27 2017

dereckson moved T280: Prepare suitable a development server environment for Tasacora from Next to Pending review on the Tasacora board.
Jan 27 2017, 23:36 · Tasacora, Servers

Jan 26 2017

dereckson added a revision to T1125: Upgrade PHP to 5.6.30 and 7.1.1: D866: Upgrade to PHP 5.6.30.
Jan 26 2017, 23:01 · PHP 7 deployment, Servers, Docker images

Jan 25 2017

dereckson created T1130: Tweak MySQL configuration on Ysul.
Jan 25 2017, 14:52 · Servers

Jan 23 2017

dereckson closed T1127: Provide a MySQL server on Eglide as Resolved by committing rOPS875cf0fbf58c: Deploy MySQL on Eglide.
Jan 23 2017, 21:39 · Servers, Eglide
dereckson added a revision to T1127: Provide a MySQL server on Eglide: D855: Deploy MySQL on Eglide.
Jan 23 2017, 21:03 · Servers, Eglide
dereckson added a comment to T1127: Provide a MySQL server on Eglide.

We'll let the default value of 8M, but that will need to be adjusted per http://dba.stackexchange.com/questions/27328/how-large-should-be-mysql-innodb-buffer-pool-size when we have some databases in prod.

Jan 23 2017, 20:53 · Servers, Eglide
dereckson created T1127: Provide a MySQL server on Eglide.
Jan 23 2017, 20:40 · Servers, Eglide
dereckson closed T976: Investigate IPv6 outage between amj home network and Eglide as Wontfix.

Can't repro. Repro conditions aren't possible as @amj moved from LLN.

Jan 23 2017, 20:34 · Eglide, Servers, IPv6
dereckson raised the priority of T819: Web hosting on Eglide from Normal to High.

@dereckson Tu connais un endroit où je peux faire héberger un forum phpbb gratuit? C'est pour une OBNL et c'est pour des besoinss internes

Jan 23 2017, 20:30 · Eglide, Salt, IRC, Servers
dereckson added a revision to T1125: Upgrade PHP to 5.6.30 and 7.1.1: D854: Upgrade to PHP 7.1.1.
Jan 23 2017, 17:58 · PHP 7 deployment, Servers, Docker images
dereckson added a comment to T1125: Upgrade PHP to 5.6.30 and 7.1.1.

Ysul has been upgraded to 5.6.30 yesterday.

Jan 23 2017, 17:51 · PHP 7 deployment, Servers, Docker images
dereckson closed T948: [Roadmap] Run periodically tests/prod-environment-behaves-correctly and report results as Resolved.
Jan 23 2017, 12:58 · security, Jenkins, User-Dereckson, Servers
dereckson closed T956: Install Notifications plugin on Jenkins, a subtask of T948: [Roadmap] Run periodically tests/prod-environment-behaves-correctly and report results, as Resolved.
Jan 23 2017, 12:56 · security, Jenkins, User-Dereckson, Servers
dereckson added a revision to T948: [Roadmap] Run periodically tests/prod-environment-behaves-correctly and report results: D631: Configuration for Jenkins.
Jan 23 2017, 12:56 · security, Jenkins, User-Dereckson, Servers
dereckson claimed T948: [Roadmap] Run periodically tests/prod-environment-behaves-correctly and report results.
  1. refactoring done.
  2. filtering partially done: only failure are reported, Jenkins notifies, we consume.
  3. to automate without human assertion system status isn't currently considered as valuable
Jan 23 2017, 12:52 · security, Jenkins, User-Dereckson, Servers
dereckson closed T981: Define a policy for acceptable vhosts on Eglide as Resolved.

Documented at https://agora.nasqueron.org/Eglide/Policies#Vhosts

Jan 23 2017, 12:28 · Eglide, User-Dereckson, Servers
dereckson closed T981: Define a policy for acceptable vhosts on Eglide, a subtask of T980: Set 2001:470:1f13:896::15 to server7.radarbolmong.com for Eglide, as Resolved.
Jan 23 2017, 12:28 · Servers
dereckson closed T924: Upgrade Ysul to FreeBSD 11 as Resolved.
Jan 23 2017, 12:17 · User-Dereckson, Servers
dereckson closed T1027: Migrate jail configuration to /etc/jail.conf as Resolved.

/etc/jail.conf has been populated 2017-10-27.

Jan 23 2017, 12:16 · User-Dereckson, Servers