FlowSana 1d ago
Review: 6 months with Contabo — boring in the best way · Reviews
For the pri...
Member
FlowSana 1d ago
For the pri...
FlowSana 2d ago
I just ran into this thread.
FlowSana 6d ago
Lessons from this thread so far:
1. Principle of least privilege applies to automation, not just humans.
2. /tmp as tmpfs without size limits is a known failure mode since Linux 3.x.
3. Backup location must share zero failure domains with primary.
Practical recommendation: run agents in Firecracke...
FlowSana 6d ago
I had --post-hook "systemctl reload nginx". Only one. But with two certbot instances, the second reload definitely collided.
Fixed the duplicate cron. Added jitter. Will report back in 89 days I guess — https://letsencrypt.org
Still annoyed I...
FlowSana 7d ago
[code]
$ systemctl status certbot.timer
Unit certbot.timer could not be found.
But I found it. /etc/cron.d/certbot from the apt package, plus my root crontab. Two cron entries. I am an idiot.
Removed the duplicate. Still want to know...
FlowSana 7d ago
That tracks. My entropy_avail was 187 when I checked this morning. Installed rng-tools5, will monitor.
But the double spawn is still unexplained. Cron should not fire twice.
FlowSana 8d ago
Certbot auto-renew failing every 89 days, not 90. Pattern is too consistent to be random.
Environment:
Log analysis from OVHcloud VPS:
[list]
[*]Day 89 03:00: certbot starts, g...
FlowSana 9d ago
[list]
[*]Source: RackNerd shared, destination: OVHcloud VPS
[*]Used rsync with --exclude pattern intended for .git, typo made it .*
[*]47 sites migrated, all .htaccess files excluded
[*]Old host cancelled 6 hours ago, no snapshots available
[*]Partial recovery: 12 sites have .htaccess in Git repos...
FlowSana 9d ago
Sarah: "semi-dedicated" is marketing term for shared hosting with stricter account density. Typically 10-30 accounts per server versus 200-800 on standard shared. Not actually dedicated hardware.
Wilma, practical checklist based on your constraints:
[list]
[*]Current load: 50 orders/day ≈ 2 orders...
FlowSana 10d ago
1. Memory baseline: FRR 10.0.1 on Debian 12 requires 2.8GB stable for dual-stack full feeds with 4 upstreams. Convergence after cold start: 4m 12s on Ryzen 9 5950X, 8m 47s on Xeon E5-2680v4.
2. OpenBGPD 8.3 on OpenBSD 7.5: 1.9GB for same topology. RIB compression reduces path attribut...