I hereby claim:
- I am bastelfreak on github.
- I am bastelfreak (https://keybase.io/bastelfreak) on keybase.
- I have a public key whose fingerprint is C10B 6298 A584 A563 2E25 4DA3 04D6 59E6 BF1C 4CC0
To claim this, I am signing this object:
| 2026-07-11T19:09:01.813Z INFO [SIGHUP handler] [p.t.internal] SIGHUP handler restarting TK apps. | |
| 2026-07-11T19:09:01.813Z INFO [SIGHUP handler] [p.t.internal] Queueing SIGHUP restart for TK app=0x174a40ec | |
| 2026-07-11T19:09:01.814Z INFO [async-mixed-2] [p.t.internal] Starting restart for TK app=0x174a40ec | |
| 2026-07-11T19:09:01.815Z INFO [async-mixed-2] [p.t.internal] Sending sd_notify message to NOTIFY_SOCKET "/run/systemd/notify": "RELOADING=1\n" | |
| 2026-07-11T19:09:01.817Z INFO [async-mixed-2] [p.s.c.certificate-authority-service] Stopping CA service | |
| 2026-07-11T19:09:01.817Z INFO [async-mixed-2] [p.s.j.jruby-metrics-service] JRuby Metrics Service: stopping metrics sampler job | |
| 2026-07-11T19:09:01.817Z INFO [async-mixed-2] [p.s.j.jruby-metrics-service] JRuby Metrics Service: stopped metrics sampler job | |
| 2026-07-11T19:09:01.818Z INFO [async-mixed-2] [p.s.j.i.jruby-agents] Draining JRuby pool. | |
| 2026-07-11T19:09:01.819Z INFO [async-mixed-2] [p.s.j.i.jruby-agents] Borrowed all JRuby instances, proceeding with cle |
| 2026-07-11T18:53:01.573Z INFO [main] [p.t.s.w.jetty-core] Removing buggy security provider SunPKCS11 version 25 | |
| 2026-07-11T18:53:01.987Z INFO [async-mixed-1] [p.t.s.s.scheduler-service] Initializing Scheduler Service | |
| 2026-07-11T18:53:02.016Z INFO [async-mixed-1] [o.q.i.StdSchedulerFactory] Using default implementation for ThreadExecutor | |
| 2026-07-11T18:53:02.028Z INFO [async-mixed-1] [o.q.c.SchedulerSignalerImpl] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl | |
| 2026-07-11T18:53:02.031Z INFO [async-mixed-1] [o.q.c.QuartzScheduler] Quartz Scheduler v2.5.2 created. | |
| 2026-07-11T18:53:02.031Z INFO [async-mixed-1] [o.q.s.RAMJobStore] RAMJobStore initialized. | |
| 2026-07-11T18:53:02.032Z INFO [async-mixed-1] [o.q.c.QuartzScheduler] Scheduler meta-data: Quartz Scheduler (v2.5.2) '6fb4294f-094e-4afd-83b9-10f53a84322d' with instanceId 'NON_CLUSTERED' | |
| Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. | |
| NOT STARTED. | |
| Currently in standby mode. |
| 2026-07-11T18:37:55.403Z INFO [SIGHUP handler] [p.t.internal] SIGHUP handler restarting TK apps. | |
| 2026-07-11T18:37:55.404Z INFO [async-mixed-2] [p.t.internal] Sending sd_notify message to NOTIFY_SOCKET "/run/systemd/notify": "RELOADING=1\n" | |
| 2026-07-11T18:37:55.406Z INFO [async-mixed-2] [p.s.c.certificate-authority-service] Stopping CA service | |
| 2026-07-11T18:37:55.407Z INFO [async-mixed-2] [p.s.j.jruby-metrics-service] JRuby Metrics Service: stopping metrics sampler job | |
| 2026-07-11T18:37:55.407Z INFO [async-mixed-2] [p.s.j.jruby-metrics-service] JRuby Metrics Service: stopped metrics sampler job | |
| 2026-07-11T18:37:55.407Z INFO [async-mixed-2] [p.s.j.i.jruby-agents] Draining JRuby pool. | |
| 2026-07-11T18:37:55.409Z INFO [async-mixed-2] [p.s.j.i.jruby-agents] Borrowed all JRuby instances, proceeding with cleanup. | |
| 2026-07-11T18:37:55.418Z INFO [pool-4-thread-3] [p.s.j.i.jruby-internal] Cleaned up old JRubyInstance with id 1. | |
| 2026-07-11T18:37:55.424Z INFO [pool-4-thread-3] [p.s.j.i.jruby-internal] Cleaned up old J |
| --- | |
| appveyor.yml: | |
| delete: true | |
| .vscode: | |
| delete: true | |
| .travis.yml: | |
| delete: true | |
| .devcontainer/Dockerfile: | |
| delete: true | |
| .devcontainer/devcontainer.json: |
| haproxy in front of CERN's puppetserves uses [puppetlabs-haproxy](https://forge.puppet.com/puppetlabs/haproxy) | |
| ## HaProxy Service | |
| We use `rh-haproxy18-haproxy` | |
| ```puppet | |
| exec{'/usr/bin/yum -y erase haproxy': |
| #!/bin/bash | |
| echo "this is an awesome script" | |
| exit 0 |
I hereby claim:
To claim this, I am signing this object:
| # installimage - Style Guide | |
| --- | |
| ## Contents | |
| + [Indentation Guidelines](#indentation-guidelines) | |
| + [Multiline Output to File](#multiline-output-to-file) | |
| + [Functions](#functions) | |
| + [Escaping](#escaping) | |
| + [Preferred Usage of Bash Builtins](#preferred-usage-of-bash-builtins) |