Next step: deploy to docker-002, and ensure D3622 is already deployed there too.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Nov 21 2025
Nov 19 2025
@sandrined Could you publish the commit for this change for review?
Current status: deployed to Dwellers
Nov 18 2025
Nov 17 2025
Deployment on Dwellers
Nov 15 2025
Nov 13 2025
Nov 12 2025
Nov 11 2025
Deployed for WindRiver, server now runs on 17.6.
Confirmed for recent package:
Taking this, we've PostgreSQL deinstalled on WindRiver; as we're on a UNIX system, it still runs without any issue as long as it doesn't need to load dynamically a library, accepts connection, serves traffic but software isn't there anymore.
In T2185#33876, @dereckson wrote:Each test run produces this:
Nov 11 02:29:33 windriver postgres[63389]: [19-1] 2025-11-11 02:29:33.804 UTC [63389] ERROR: relation "nonexisting" does not exist at character 13 Nov 11 02:29:33 windriver postgres[63389]: [19-2] 2025-11-11 02:29:33.804 UTC [63389] STATEMENT: DELETE FROM nonexisting Nov 11 02:29:34 windriver postgres[63402]: [19-1] 2025-11-11 02:29:34.181 UTC [63402] ERROR: relation "nonexisting" does not exist at character 15 Nov 11 02:29:34 windriver postgres[63402]: [19-2] 2025-11-11 02:29:34.181 UTC [63402] STATEMENT: SELECT * FROM nonexisting Nov 11 02:29:34 windriver postgres[63403]: [19-1] 2025-11-11 02:29:34.209 UTC [63403] ERROR: relation "nonexisting" does not exist at character 15 Nov 11 02:29:34 windriver postgres[63403]: [19-2] 2025-11-11 02:29:34.209 UTC [63403] STATEMENT: SELECT * FROM nonexisting Nov 11 02:29:34 windriver postgres[63408]: [19-1] 2025-11-11 02:29:34.357 UTC [63408] ERROR: relation "not_existing_table" does not exist Nov 11 02:29:34 windriver postgres[63408]: [19-2] 2025-11-11 02:29:34.357 UTC [63408] STATEMENT: TRUNCATE not_existing_table Nov 11 02:29:34 windriver postgres[63409]: [19-1] 2025-11-11 02:29:34.385 UTC [63409] ERROR: relation "not_existing" does not exist Nov 11 02:29:34 windriver postgres[63409]: [19-2] 2025-11-11 02:29:34.385 UTC [63409] STATEMENT: TRUNCATE not_existing Nov 11 02:29:34 windriver postgres[63416]: [19-1] 2025-11-11 02:29:34.591 UTC [63416] FATAL: password authentication failed for user "notexisting" Nov 11 02:29:34 windriver postgres[63416]: [19-2] 2025-11-11 02:29:34.591 UTC [63416] DETAIL: Role "notexisting" does not exist. Nov 11 02:29:34 windriver postgres[63416]: [19-3] Connection matched pg_hba.conf line 22: "host all all 127.0.0.1/32 scram-sha-256"I guess we could avoid to post PostgreSQL logs directly in /var/log/messages.
Each test run produces this:
Actually, we use the same database name than for MariaDB / MySQl:
Nov 10 2025
Bruteforce attack scenario possible, so we're only interested by usernames defined in users.sls, not by "root" (can't login by SSH) or generic accounts like "docker" (doesn't exist):
Checking the RabbitMQ Monitoring with Prometheus guide:
- we're OK for cluster name
- to get sensible values for rate() in Grafana, we need to configure Prometheus to scrape RabbitMQ every 15s ; according Prometheus configuration, the value scrape_interval can be set at job level
Grafana dashboard was full N/A.
Nov 9 2025
Nov 6 2025
Oct 30 2025
Oct 29 2025
Oct 27 2025
Oct 26 2025
Here we are with D3812 build:
Oct 25 2025
That builds properly:
In T1098#21963, @dereckson wrote:Tested a build manually successfully with:
$ git clone https://github.com/Learath2/sBNC.git $ cd sBNC $ cc *.c -o sbnc $ sudo cp sbnc /usr/local/bin
Mail solution currently use Dovecot.
Oct 24 2025
Same issue for rhyne-wyse.log. Configuration was copied from acme.sh one.
Oct 21 2025
Oct 20 2025
Oct 19 2025
It's somewhat still maintained:
tikv is marketed as a distributed, solid, high-performant key/value store.
sys-info support for FreeBSD has been added if it was previously a blocker.
Package has been added in January 2022.
Two blockers at app-level:
- .env support is missing from application code.
- code need to be upgraded to test MySQL connectivity
Oct 18 2025
Credentials
Password created in ops/secrets/dbserver/cluster-B/users/obsidian51
Oct 14 2025
Oct 13 2025
Credentials have been hashed directly in Vault, so we don't need to manipulate cleartext password with Salt.
Salt updated the tomcat-users.xml accordingly.