Forum › Forums › News › Announcements › antiX-25-full-beta2 for public testing › Reply To: antiX-25-full-beta2 for public testing
@anticapitalista
Figured out the issue with lightdm (and other services) not loading on sysvinit.
update-rc.d script (part of init-system-helpers package) is not working (not creating links).
The 1.69.0nosystemd1 version of the init-system-helpers appears to be the culprit.
As soon as I downgraded to the 1.69~deb13u1 debian version everything works as it should
I don’t personally see the purpose of keeping a nosystemd version of this package (doesn’t have any dependency to systemd or elogind),
so it should either be removed or rebased.
@olsztyn
sudo apt -y install --allow-downgrades init-system-helpers=1.69~deb13u1 ; sudo update-rc.d lightdm defaults
will get lightdm working in sysvinit as well
- This reply was modified 8 months, 4 weeks ago by ProwlerGr.
- This reply was modified 8 months, 4 weeks ago by ProwlerGr. Reason: Corrected apt downgrade command