You are not logged in.
On my daedalus mini-server:
$ sudo cat /proc/fs/nfsd/versions
-2 +3 +4 +4.1 +4.2
# file: /etc/nfs.conf
[nfsd]
vers2=y # added this line, nothing else changed
$ sudo /etc/init.d/nfs-kernel-server restart
$ sudo cat /proc/fs/nfsd/versions
+2 +3 +4 +4.1 +4.2
Looks good, but can not test it.
EDIT: Or is this the config for the client? dont't know
I thought jack was needed TO provide virtual low latency so why use it if one has a real low-latency kernel?
jack needs a real-time-kernel to be able to schedule the audio-related processes accordingly.
The error message (#1) could also mean "your user is not allowed to do real time scheduling", even if the kernel is capable.
I would clean-up drastically, and then reinstall the stuff (again).
Purge gnome, install a simple DM.
apt install slim task-gnome-desktop- --purge --auto-remove ## there is a "-" after desktop
Does the remaining xfce work?
if not purge it too, which should leave just the text console.
apt purge task-xfce-desktop slim --auto-remove
Be careful:
apt with option "-s" additionally runs a simulation.
Take care of the network, if you are using something else than dhcp.
"purge" will delete the (system-)config files too, when removing.
Edit: typo
To own the files again, you may recursively do 'chown' or 'chgrp', e.g.:
sudo chown -R user /path/to/directrory/to/own
why every reboot sda, sdb, sdc, disks swapped?
That is a good question for Intel.
As written before, you may want to use uuids or labels to identify partitions.
Can this be caused by missing firmware for the graphics device?
If so, and since you upgraded from chimaera, is 'non-free-firmware' in sources.list?
I guess apt isn't that smart and I need to manually fix the versions of these two packages?
apt will not downgrade a package versions, unless you pin it.
Ok, np. 'dpkg --add-architecture i386; apt update; apt install wine32:i386'
Just crossed my head:
Does it help, if you put apt upgrade in between 'apt update' and 'apt install wine32:i386' ? Might be helpful to sort out the dependencies.
EDIT: No, that was nonsense. Sorry.
Or it was a bug:
I got the same installation and error respective ntp on my pc.
Beside the fail-message, ntpd was actually running (ps ax | grep ntpd).
The final fix in my case was: apt purge ntp. EDIT: To have ntp in any case, additionally: apt install ntpsec
Description:
There were two init.d-scripts existing, both return "fail" on "status".
/etc/init.d/ntp
/etc/init.d/ntpsec
After doing apt purge ntp, the file /etc/init.d/ntp was gone and /etc/init.d/ntpsec status now returns correctly "running".
Re-installing for testing purposes: apt install ntp did not harm anymore, it turned into a basically empty (meta-)package. I don't remember the exact content, but ntp was a "real" package with functionality.
Summary / assumption: package ntp was not upgraded corectly by the new metapackage. The (installed file-)content changed after de- and re-installing it.
After upgrading from Devuan Chimaera to Daedalus (...)
$ sudo service ntp status NTP server is not running ... failed!
(...)
2) For Bookworm, "The ntp package, which used to be the default way to set the system clock from a Network Time Protocol (NTP) server, has been replaced by ntpsec. (...)$ apt list --installed | grep ntp WARNING: apt does not have a stable CLI interface. Use with caution in scripts. ntp/stable,stable,now 1:4.2.8p15+dfsg-2~1.2.2+dfsg1-1 all [installed] ntpsec/stable,now 1.2.2+dfsg1-1 arm64 [installed,automatic] python3-ntp/stable,now 1.2.2+dfsg1-1 arm64 [installed,automatic]
Thanks for clarifying the purpose.
I don't think it is "bug 700".
700 does not harm, it is an unhappy apt, complaining about an unfinished package installation, which functionally succeeded. Anything else is in order.
The error message looks like something went wrong with nvidia-persistenced.
What about the 2 not upgraded packages?
Just hoping that apt upgrade or dist-upgrade might fix it.
And de-installation is an option too.
But you did something like startx -- :1, right?
To complete #2:
I never tried to boot the kernel with the error during module compilation, just returned to daedalus' 6.1.
And there is a nvidia card involved as well, using the current driver version.
No solution, but it is quite similar in daedalus using the liquorix kernel. It worked up to 6.3, 6.4 shows an error as above.
The drive has several partitions with different distributions [antix, void] that I do not want to distrurb.
There can be only ONE grub in the MBR.
Booting the respective installation and doing update-grub (or aquivalent command) should find the new installed devuan and make a boot-entry for it.
The following worked for me to migrate bookworm to daedalus in a virtual machine.
ssh'ed in the vm, then copy-pasted commands.
No guaranty!
$ cat migration.notes.txt
# commands done as "root"
# stage 1:
apt update
apt upgrade
#apt install sysvinit-core ntp # no X
apt install sysvinit-core ntp slim openbox # simple DM and WM to not loose X eventually
reboot
# stage 2
# keep network as it is
echo 'GRUB_CMDLINE_LINUX="net.ifnames=1"' >>/etc/default/grub
update-grub
keyring="devuan-keyring_2023.05.28_all.deb" # daedalus
[ ! -f "$keyring" ] && wget http://deb.devuan.org/merged/pool/DEVUAN/main/d/devuan-keyring/"$keyring"
dpkg -i "$keyring"
file="/etc/apt/sources.list.debian"
[ ! -f "$file" ] && cp -a /etc/apt/sources.list "$file"
cat << EOF >/etc/apt/sources.list
deb http://deb.devuan.org/merged daedalus main contrib non-free non-free-firmware
# add recommended repos
EOF
apt update
apt upgrade
apt dist-upgrade
apt purge systemd # just to be sure
# likely, more stuff was de-installed
# a syslogd may be missing
The problem seems to be with removing systemd at Pid 1, and not locking the system.
# apt install sysvinit-core
# reboot
and init is pid 1.
Just curious: Does the sound work in devuan when using /etc/modprobe.d/alsa-base.conf from ubuntu?
Usually not.
$ sudo apt purge nvidia-persistenced
It took me a lot of time to come to that point.
Or, if you want to keep it:
$ sudo /etc/init.d/nvidia-persistenced stop
$ sudo apt install
Then apt should be happy again.
Sound is not a general problem. Notebooks can be special in different degrees.
A bit of googling:
Ubuntu seems to produce custom images for the Latitude 3420. https://ubuntu.com/certified/202101-28600
There was a question about missing sound here: https://askubuntu.com/questions/1291829 … -ubuntu-20
Not exactly the same model, maybe the answer applies to your case too.
The point on appimage is to have no dependencies.
Try the big one - the small one is a broken, it has the mentioned dependency.
Ubuntu which came pre-installed has everything working out of the box with kernel version 5.14 and pulseaudio. I am unable to understand if this is a problem specific to 5.10.
Don't know either, there should be no problem with 5.10. Alsa devices are looking good too.
I did a bit of testing, but have no speaker connected to any HDMI output ... .
I temporary installed pulsaudio, and could switch to a HDMI output device. The config was present.
qasmixer shows no level-fader for the HDMI audio output.
The generic name for the current kernel is "linux-image-amd64"
$ sudo apt install linux-image-amd64
should install daedalus' kernel 6.1.
I would
(1) invest in a new small SSD - just 20 bugs, it's worth it.
(2) use the the nvidia drivers from the non-free devuan repo (not the installer offered by nvidia)
(3) sysV-init is default
The counterpart to debian bookworm is devuan daedalus (but not yet released as new stable), the current stable release is still chimaera.
You mentioned the kernel version: 5.10 is chimaera, daedalus has 6.1 and I would use this. Maye the old kernel is still booted as default for some reason?
The following command shows all sound devices on my box:
$ cat /proc/asound/pcm
00-00: ALC1150 Analog : ALC1150 Analog : playback 1 : capture 1
00-01: ALC1150 Digital : ALC1150 Digital : playback 1
00-02: ALC1150 Alt Analog : ALC1150 Alt Analog : capture 1
01-03: HDMI 0 : HDMI 0 : playback 1
01-07: HDMI 1 : HDMI 1 : playback 1
That's all I got ...
The title includes "dual-boot" and "best method".
20 bugs for an addional SSD - it's worth it.
One operating system per physical drive is a clear approach.
Installations can be done in a way that each drive can boot its operating system independently.
Since only one drive can boot as default, other drives may be selected through the "BIOS boot menu" ([F12] on my computer).
But grub can detect and start most operating systems anyway.