[DiscordArchive] huh alright, so no way around that?
[DiscordArchive] huh alright, so no way around that?
Archived author: Golvoran • Posted: 2025-05-06T17:00:01.230000+00:00
Original source
huh alright, so no way around that?
Archived author: Revision • Posted: 2025-05-06T17:00:30.086000+00:00
Original source
You can disable updates completely, which I have done; but I manually trigger an update from time to time
Archived author: Golvoran • Posted: 2025-05-06T17:01:24.592000+00:00
Original source
I can look into that later then, for right now is there a way to get around the error to bring the server online besides just compiling it again
Archived author: Revision • Posted: 2025-05-06T17:01:42.531000+00:00
Original source
No, if it updates the mysql libraries it will break the server
eriodic::Update-Package-Lists "0";
eriodic:
ownload-Upgradeable-Packages "0";
eriodic::AutocleanInterval "0";
eriodic::Unattended-Upgrade "0";Archived author: Revision • Posted: 2025-05-06T17:02:29.208000+00:00
Original source
Anyway, leaving this here in case you need it. If you edit `/etc/apt/apt.conf.d/20auto-upgrades` and remove everything in it if there is anything and add this it will stop the updates and give you full control
```
APT:
eriodic::Update-Package-Lists "0";
APT:
eriodic:
ownload-Upgradeable-Packages "0";
APT:
eriodic::AutocleanInterval "0";
APT:
eriodic::Unattended-Upgrade "0";
```
Archived author: Golvoran • Posted: 2025-05-06T17:03:29.126000+00:00
Original source
awesome thanks, one other thing, which worldserver and authserver path should I be using? I see one in the builds folder and one in /env/dist/bin