Skip to content

2Super Annoying SolusVM2 Base Template Bugs for each OS #63

@ryanpek

Description

@ryanpek

Can you guys update these templates and fix the bugs:

  1. AlamaLinux9 & RockyLinux9 & Centos9_Stream // Enable SSD TRIM by default:
    Why?
    This is making disk space show 100% in use SolusVM2 CP because the OS is not releasing free disk blocks.
    Fix:
    systemctl enable --now fstrim.timer

  2. Ubuntu24: // systemd-networkd-wait-online.service huge delay
    First boot takes an extra 2mins to boot because its stuck at systemd-networkd-wait-online.service timeout.
    Why? This is annoying as hell

Fix:
systemctl edit systemd-networkd-wait-online.service
##add the following:
[Service]
TimeoutStartSec=10

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions