You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I've created a virtual machine to assess if zsys is still safe to use in Ubuntu 22.04 LTS and I've tried to revert to a previous snapshot. So far so good, but once I try to revert the revert it gets unbootable: systemd loops between Starting Network Time Synchronization and Failed to start Network Configuration.
To Reproduce
Steps to reproduce the behavior:
Revert to a previous snapshot
Revert the revert
See error
Expected behavior
Should revert the revert.
For ubuntu users, please run and copy the following:
Additional context
It's basically a fresh install of Ubuntu 22.04 LTS done following this guide: https://openzfs.github.io/openzfs-docs/Getting%20Started/Ubuntu/Ubuntu%2022.04%20Root%20on%20ZFS.html#
The only additional step is adding the zfs ppa later on.
I've create a btrfs snapshot of the virtual machine image prior to attempting the revert, thus the issue is 100% reproducible on demand. I'll be able to keep the VM snapshot around for a couple of weeks before having to get rid of it to free up some space. In the meantime I'll be able to provide remote access to it if you desire so.
The text was updated successfully, but these errors were encountered:
In my case, when doing the revert from lets say ubuntu_c0ffee, an ubuntu_deadbe dataset gets created for that system state but no child datasets. So, I end up with rpool/ROOT/ubuntu_deadbe as / and rpool/ROOT/ubuntu_c0ffee/var/lib/apt and rpool/ROOT/ubuntu_c0ffee/var/lib/dpkg as /var/lib/apt and /var/lib/dpkg respectively.
This means that the revert is leaving the system in an inconsistent state. I am not certain if this is the reason why systemd-timesyncd and systemd-resolved cannot start, but it is a possibility. My snapshot was in a consistent state, and /var/lib/apt and /var/lib/dpkg are the only child datasets of my ubuntu_c0ffee.
Describe the bug
I've created a virtual machine to assess if zsys is still safe to use in Ubuntu 22.04 LTS and I've tried to revert to a previous snapshot. So far so good, but once I try to revert the revert it gets unbootable: systemd loops between
Starting Network Time Synchronization
andFailed to start Network Configuration
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should revert the revert.
For ubuntu users, please run and copy the following:
ubuntu-bug zsys --save=/tmp/report
/tmp/report
content:http://dpaste.com/3HBA84X2T
Screenshots
Installed versions:
zsysctl 0.5.9
zsysd 0.5.9
Additional context
It's basically a fresh install of Ubuntu 22.04 LTS done following this guide: https://openzfs.github.io/openzfs-docs/Getting%20Started/Ubuntu/Ubuntu%2022.04%20Root%20on%20ZFS.html#
The only additional step is adding the zfs ppa later on.
I've create a btrfs snapshot of the virtual machine image prior to attempting the revert, thus the issue is 100% reproducible on demand. I'll be able to keep the VM snapshot around for a couple of weeks before having to get rid of it to free up some space. In the meantime I'll be able to provide remote access to it if you desire so.
The text was updated successfully, but these errors were encountered: