Ubuntu and zfs

zsysctl show zsysctl state remove rpool/USERDATA/root_b59r4f@autozsys_vbqrly zsysctl state remove –system rpool/ROOT/ubuntu_3r65wz@autozsys_zi8elu zsysctl state remove –user username rpool/USERDATA/username_b59r4f@autozsys_x3699x Hope I got things the right way. Got a message stating that there isn’t enough...

Turning off automatic upgrades

I’m using other tools for checking and upgrading so… $ sudoedit /etc/apt/apt.conf.d/20auto-upgrades From... APT::Periodic::Update-Package-Lists "1"; APT::Periodic::Unattended-Upgrade "1"; ...to... APT::Periodic::Update-Package-Lists "1"; APT::Periodic::Unattended-Upgrade "0"; ...or... APT::Periodic::Update-Package-Lists "0"; APT::Periodic::Download-Upgradeable-Packages "0"; APT::Periodic::AutocleanInterval "0"; APT::Periodic::Unattended-Upgrade "0";