···179179 acpid = True
180180 if result not in ['ok', 'no-acpid', 'no-qemu-guest-agent', 'no-guest-agent-socket']:
181181 raise ValueError(result)
182182+183183+ # SELinux is enabled by default on rocky linux, and guest agent exec is disabled, which prevents us from detecting
184184+ # the presence of acpid. So for rocky 9+, just assume that acpid is running...
185185+ if 'rockylinux' in os_image_id and os_image_id != "rockylinux8":
186186+ acpid = True
187187+182188 except:
183189 current_app.logger.warning(f"""
184190 failed to get-guest-agent {id} at {ipaddr}:
···33{% block title %}Changelog{% endblock %}
4455{% block content %}
66- <div class="row full-margin"><h1>CHANGELOG</h1></div>
66+<div class="row full-margin">
77+ <h1>CHANGELOG</h1>
88+</div>
79{% endblock %}
810{% block subcontent %}
911<p>
1010- <ul>
1111- <li>2025-04-22: os updates</li>
1212+<ul>
1313+ <li>2025-04-22: os updates + backup enabled by default
1214 <ul>
1315 <li>+Alpine Linux 3.21</li>
1416 <li>+OpenBSD 7.1</li>
1517 <li>+Rocky Linux 9</li>
1618 <li>+Updated every other image</li>
1919+ <li>Backup should now be enabled by default on all images except:
2020+ <ul>
2121+ <li>Guix</li>
2222+ <li>OpenBSD</li>
2323+ </ul>
2424+ </li>
1725 </ul>
2626+ </li>
2727+ <li>2025-04-21: BtcPay Server upgraded, bitcoin payments working again</li>
1828 <li>2025-01-23: Backups are so back
1929 <ul>
2030 <li>Well, sort of.</li>
2131 <li>Some assembly required: our VM images don't have all of the required bits and bobs installed by default.</li>
2232 <li>For information on how to set up backups, see: <a href="/backup-instructions">backup instructions</a> </li>
2323- <li>While you should see a list of avaliable snapshots on the capsul detail page, restoring to a snapshot is still a manual effort on our part. Technically we create a new clone of the capsul from the existing snapshot. Contact support if you need to restore to a snapshot.</li>
3333+ <li>While you should see a list of avaliable snapshots on the capsul detail page, restoring to a snapshot is still
3434+ a manual effort on our part. Technically we create a new clone of the capsul from the existing snapshot. Contact
3535+ support if you need to restore to a snapshot.</li>
2436 </ul>
2537 </li>
2638 <li>2024-12-29: NixOS 24.11 Image
2739 <ul>
2828- <li>Finally updated our NixOS image! Thanks to symys for help with this!</li>
4040+ <li>Finally updated our NixOS image! Thanks to symys for help with this!</li>
2941 </ul>
3042 </li>
3143 <li>2024-12-09: Add Bot Deterrent
3244 <ul>
3333- <li>We had some issues with web form spam bots hurting our email server's reputation by sending login requests to people who did not ask for them.</li>
3434- <li>The Capsul login/registration page will now attempt to calculate a small Proof of Work using the <code>scrypt</code> hash function.
4545+ <li>We had some issues with web form spam bots hurting our email server's reputation by sending login requests to
4646+ people who did not ask for them.</li>
4747+ <li>The Capsul login/registration page will now attempt to calculate a small Proof of Work using the
4848+ <code>scrypt</code> hash function.
3549 <ul>
3650 <li>This is 100% optional, not required to log in.</li>
3737- <li>This uses WebWorkers and WebAssembly, so it will only work if your browser has those features turned on.</li>
3838- <li>This uses the <a href="https://git.sequentialread.com/forest/pow-bot-deterrent" target="_blank">💥PoW! Bot Deterrent</a> library.</li>
5151+ <li>This uses WebWorkers and WebAssembly, so it will only work if your browser has those features turned on.
5252+ </li>
5353+ <li>This uses the <a href="https://git.sequentialread.com/forest/pow-bot-deterrent" target="_blank">💥PoW! Bot
5454+ Deterrent</a> library.</li>
3955 </ul>
4056 </li>
4157 <li>If you disabled JavaScript on your browser or otherwise submit the form without the PoW:
4258 <ul>
4359 <li>If you've logged in before, it will let you pass.</li>
4444- <li>If you're creating a new account, the system will ask you to send us an email. Once we recieve an email from the address you were trying to log in from, you will be allowed to proceed.</li>
6060+ <li>If you're creating a new account, the system will ask you to send us an email. Once we recieve an email
6161+ from the address you were trying to log in from, you will be allowed to proceed.</li>
4562 </ul>
4663 </li>
4764 </ul>
4865 </li>
4966 <li>2024-12-06: Email deliverability now surfaces in the UI
5067 <ul>
5151- <li>If your email server rejects emails from us for some reason, you should see an error message when trying to log in.</li>
6868+ <li>If your email server rejects emails from us for some reason, you should see an error message when trying to
6969+ log in.</li>
5270 </ul>
5371 </li>
5472 <li>2024-02-11: EPIC emergency server migration 🤯
5573 <ul>
5674 <li>Baikal (our old server) could no longer handle the load, was constantly crashing</li>
5775 <li>Rathouse (our NEW server) was already racked up and ready to go</li>
5858- <li>We wanted to wait until we could get Virtual Machine disk snapshots working on the new system before we migrated... but real life had other plans for us</li>
7676+ <li>We wanted to wait until we could get Virtual Machine disk snapshots working on the new system before we
7777+ migrated... but real life had other plans for us</li>
5978 <li>We no longer have automatic backups. Sorry. We are working on it.</li>
6079 <li>On the bright side, the new server is faster, has much more reliable disks,
6180 and they are configured in a way that should give you better performance.</li>
6281 <li>Capsul was fully down for about a day and a half.</li>
6382 </ul>
6464- </li>
6565- <li>2022-07-18: Add NixOS support</li>
6666- <li>2022-02-11: Added the why-cant-i-add-ssh-key-to-existing-capsul page
6767- </li>
6868- <li>2022-02-09: Introduced a distinction between "short term" and "long term" capsuls
8383+ </li>
8484+ <li>2022-07-18: Add NixOS support</li>
8585+ <li>2022-02-11: Added the why-cant-i-add-ssh-key-to-existing-capsul page
8686+ </li>
8787+ <li>2022-02-09: Introduced a distinction between "short term" and "long term" capsuls
6988 <ul>
7070- <li>You can now create a capsul even if your account doesn't have the funds required to keep it running for a month</li>
8989+ <li>You can now create a capsul even if your account doesn't have the funds required to keep it running for a
9090+ month</li>
7191 <li>Short term capsuls will be deleted without warning as soon as your account reaches $0</li>
7272- <li>As always, you will recieve multiple warning emails as your account runs out of funds before any long term capsuls will be deleted</li>
9292+ <li>As always, you will recieve multiple warning emails as your account runs out of funds before any long term
9393+ capsuls will be deleted</li>
7394 </ul>
7474- </li>
7575- <li>2021-12-17: OpenBSD, Debian, Alpine Linux, Ubuntu and Arch Linux images were updated to the latest version
9595+ </li>
9696+ <li>2021-12-17: OpenBSD, Debian, Alpine Linux, Ubuntu and Arch Linux images were updated to the latest version
7697 <ul>
7798 <li><b>NEW!</b> Rocky Linux 8 image is avaliable to launch</li>
7899 </ul>
7979- </li>
8080- <li>2021-12-16: The BTCPay server is ressurected with a brand new motherboard, and all blockchains are synced!</li>
8181- <li>2021-12-16: Baikal host operating system upgraded from Debian 10 (buster) to Debian 11 (bullseye)
100100+ </li>
101101+ <li>2021-12-16: The BTCPay server is ressurected with a brand new motherboard, and all blockchains are synced!</li>
102102+ <li>2021-12-16: Baikal host operating system upgraded from Debian 10 (buster) to Debian 11 (bullseye)
82103 <ul>
83104 <li>This updated QEMU to the point where the virtio-blk storage driver supports trim/discard operations,
84105 which should save us disk space while improving capsul storage performance</li>
85106 </ul>
8686- </li>
8787- <li>2021-12-10: On premesis Baikal maintenance at CyberWurx in Atlanta, Georgia
8888- <ul>
8989- <li>
107107+ </li>
108108+ <li>2021-12-10: On premesis Baikal maintenance at CyberWurx in Atlanta, Georgia
109109+ <ul>
110110+ <li>
90111 <a href="https://picopublish.sequentialread.com/files/silly-nvme-bracket.jpeg">
9191- Finally installed our last NVME drive with help from a flexible ADT-link PCI-e adapter and a cursed 3d-printed bracket
112112+ Finally installed our last NVME drive with help from a flexible ADT-link PCI-e adapter and a cursed 3d-printed
113113+ bracket
92114 </a>
93115 <ul>
94116 <li>Full redundancy achieved on our disks! Now disks can fail without impacting currently running capsuls</li>
···99121 Replaced SSDs that were wearing out
100122 </a>
101123 <ul>
102102- <li>Disk redundancy was tested & validated by ripping a disk out while the server is running</li>
103103- </ul>
124124+ <li>Disk redundancy was tested & validated by ripping a disk out while the server is running</li>
125125+ </ul>
104126 </li>
105105- </ul>
106106- </li>
107107- <li>2021-08-28: The BTCPay server randomly died and stopped booting. Cryptocurrency payments were disabled</li>
108108- <li>2021-03-21: Baikal host machine recieved regular operating system updates and had additional RAM installed</li>
109109- <li>2021-02-17: Added support for capsul states: starting, running, stopped, etc</li>
110110- <li>2021-02-16: Web Application downtime to deploy initial multi-host support</li>
111111- <li>2021-01-19: Add Alpine Linux 3.13 support</li>
112112- <li>2021-01-14: Add Guix System 1.2.0 support, thanks to jgart, ryanprior, and raghavgururajan</li>
113113- <li>2020-10-29: Add OpenBSD 6.8 and Alpine 3.12 support, remove previous versions</li>
114114- <li>2020-10-23: Automate VM build system (backend)</li>
115115- <li>2020-10-22: Re-worked FAQ, added more supporting docs</li>
116116- <li>2020-05-16: Beta version of new Capsul web application</li>
117117- <li>2020-05-04: Simplified payment page</li>
118118- <li>2020-04-26: Support link added</li>
119119- <li>2020-04-17: OpenBSD support added</li>
120120- <li>2020-03-25: Network limits made public</li>
121121- <li>2020-03-22: Alpine support added</li>
122122- <li>2020-03-10: Capsul site goes live</li>
123123- <li>2020-03-10: CVM name changed to Capsul</li>
124124- <li>2020-03-07: CVM goes live</li>
125125- <li>2020-02-26: Re-prepping docs</li>
126126- <li>2020-01-31: Prepping docs</li>
127127- <li>2020-01-30: Baikal ownership transferred to Cyberia Computer Club</li>
128128- </ul>
127127+ </ul>
128128+ </li>
129129+ <li>2021-08-28: The BTCPay server randomly died and stopped booting. Cryptocurrency payments were disabled</li>
130130+ <li>2021-03-21: Baikal host machine recieved regular operating system updates and had additional RAM installed</li>
131131+ <li>2021-02-17: Added support for capsul states: starting, running, stopped, etc</li>
132132+ <li>2021-02-16: Web Application downtime to deploy initial multi-host support</li>
133133+ <li>2021-01-19: Add Alpine Linux 3.13 support</li>
134134+ <li>2021-01-14: Add Guix System 1.2.0 support, thanks to jgart, ryanprior, and raghavgururajan</li>
135135+ <li>2020-10-29: Add OpenBSD 6.8 and Alpine 3.12 support, remove previous versions</li>
136136+ <li>2020-10-23: Automate VM build system (backend)</li>
137137+ <li>2020-10-22: Re-worked FAQ, added more supporting docs</li>
138138+ <li>2020-05-16: Beta version of new Capsul web application</li>
139139+ <li>2020-05-04: Simplified payment page</li>
140140+ <li>2020-04-26: Support link added</li>
141141+ <li>2020-04-17: OpenBSD support added</li>
142142+ <li>2020-03-25: Network limits made public</li>
143143+ <li>2020-03-22: Alpine support added</li>
144144+ <li>2020-03-10: Capsul site goes live</li>
145145+ <li>2020-03-10: CVM name changed to Capsul</li>
146146+ <li>2020-03-07: CVM goes live</li>
147147+ <li>2020-02-26: Re-prepping docs</li>
148148+ <li>2020-01-31: Prepping docs</li>
149149+ <li>2020-01-30: Baikal ownership transferred to Cyberia Computer Club</li>
150150+</ul>
129151</p>
130152{% endblock %}
131153132132-{% block pagesource %}/templates/changelog.html{% endblock %}
154154+{% block pagesource %}/templates/changelog.html{% endblock %}