helloworld wrote: Mon Aug 23, 2021 8:20 am
Debian 11 has already been released,sparkybonsai 2.1 cannot become up to date by `sudo apt dist-upgrade`,i mean,when i have done it ,it has failed to go into Gui interface.So , a new release is needed to fix it
SparkyBonsai is modified for using systemd, the standard BullseyeDog is trying to avoid it with some replacements (e.g. elogind, eudev) The problem you have is caused by some changes that I made in the doglinux repository, I didn't realize that it became too much "anti systemd", the most offending package, I think, is "udev" (taken from Devuan: udev_3.2.9+devuan4_amd64.deb which has priority over the standard Debian udev package)
Btw, I noticed when doing just sudo apt upgrade
the Devuan udev package will be hold back, and all is fine from what I tested.
I've now setup a new repository on github without any mechanism to avoid systemd: https://github.com/doglinux/bullseye/tree/master/amd64 (which means: no packages included that are taken from e.g. Antix or Devuan, so systemd friendly
)
To use it, change in /etc/apt/sources.list, the top line:
deb https://github.com/doglinux/bulldog/raw/master/amd64/ ./
To:
deb https://github.com/doglinux/bullseye/raw/master/amd64/ ./
Then do:
Code: Select all
sudo apt update
sudo apt dist-upgrade
And it should be OK.
edit: added "sudo" above, as it's required on SparkyBonsai.
@SparkyBonsai Sorry for the trouble, hope it's solved by using this new custom repository.
Fred