You are not logged in.
Hello, I start to move from systemd to sysvinit on debian and it's successful, but some things are still tied up to systemd so I migrate to devuan fully (by changing sources.list, etc) and it's also successfull. Something bother me a bit is base-files from debian, it's unreplacable (though I try to reinstall it but get no luck). Is it safe to leave the package alone ? Thanks.
Offline
Something bother me a bit is base-files from debian, it's unreplacable (though I try to reinstall it but get no luck)
Please share exactly how you have attempted to change that file along with any error messages in full. Thanks.
A full list of the commands used to "migrate" your Debian system would probably help. If you don't want to use systemd with Debian I have had good experiences with runit-init as PID1, it's *much* better than that obsolete sysvinit dinosaur. IMO.
Brianna Ghey — Rest In Power
Offline
A full list of the commands used to "migrate" your Debian system would probably help.
I follow this https://www.devuan.org/os/documentation … o-chimaera, I come from debian unstable so I adjust it a little bit.
This is my sources.list :
deb http://deb.devuan.org/merged unstable main
Offline
This is my attempt to reinstall base files :
[ahmad ~]$ sudo apt install --reinstall base-files
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Reinstallation of base-files is not possible, it cannot be downloaded.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[ahmad ~]$
This is base-files package info :
Package: base-files
Version: 12.3
Status: install ok installed
Priority: required
Essential: yes
Section: admin
Maintainer: Santiago Vila <sanvila@debian.org>
Installed-Size: 349 kB
Provides: base
Pre-Depends: awk
Offline
So can we see the full output of
# apt update
# apt policy base-files
Thanks!
EDIT: 12.3 is the latest version so try
# apt install -t unstable base-files
Post any errors in full if it doesn't work.
EDIT: s/ceres/unstable/
Last edited by Head_on_a_Stick (2022-11-15 08:32:44)
Brianna Ghey — Rest In Power
Offline
from my experience, you can't just adjust the guide for bullseye to sid. releases can differ a lot.
in anycase, base-files should/could be replaced too. devuan version for sid/ceres is 12.2devuan2.
so, remove all debian repos, and post the output of `apt install base-files/unstable`..
edit] hoas beat me to it.
Last edited by xinomilo (2022-11-15 08:36:50)
Offline
Okay, my internet seems bad, it's stuck at
0% [Connecting to deb.devuan.org]
Offline
my internet seems bad
Can we be more specific?
ip a
ip r
/usr/sbin/rfkill
ping -c 3 google.com
ping -c 3 8.8.8.8
cat /etc/resolv.conf
Brianna Ghey — Rest In Power
Offline
This one does the trick, thanks.
apt install base-files/unstable
Now It's changed :
[ahmad ~]$ cat /etc/os-release
PRETTY_NAME="Devuan GNU/Linux 5 (daedalus/ceres)"
NAME="Devuan GNU/Linux"
VERSION_ID="5"
VERSION="5 (daedalus/ceres)"
VERSION_CODENAME="daedalus ceres"
ID=devuan
ID_LIKE=debian
HOME_URL="https://www.devuan.org/"
SUPPORT_URL="https://devuan.org/os/community"
BUG_REPORT_URL="https://bugs.devuan.org/"
[ahmad ~]$
Solved, thanks.
Offline