The officially official Devuan Forum!

You are not logged in.

#277 Re: Freedom Hacks » To permanently block installation of Pulseaudio. » 2022-07-17 18:31:50

I have multiarch enabled and apt wants to install pulsaudio:i386.

$ sudo apt-get -s install pulseaudio
(...)
Note, selecting 'pulseaudio:i386' instead of 'pulseaudio'
The following additional packages will be installed:
  libaudit1:i386  (...)  pulseaudio-utils:i386 rtkit:i386

Is there a variant for multiarch?

#278 Re: Hardware & System Configuration » Persistently broken package » 2022-07-14 18:40:46

Hello,

it is a daedalus installation with the 470-nvidia-driver (470.129.06-6).
The driver finally seems to work, but the "nvidia-persistanced" error remained.

---------
edit / update: replicated installation, error and fix

Problem: apt does not 'fully install' nvidia-persistanced.
But: It will succeed, if nvidia-persistanced is not running.

$ /etc/init.d/nvidia-persistenced stop
$ apt-get upgrade  

And apt should be happy again.

---------
I leave the original post below, since it was posted and happend so on my box.
By now, I think I must have stoped the daemaon sometimes and forget about it.
end edit / update
----------

The following solved it in my case:

$ sudo rm /var/run/nvidia-persistenced/nvidia-persistenced.pid
$ sudo rm /var/run/nvidia-persistenced/socket
fixed it and
$ sudo apt-get upgrade

then succeeded in finalising the post-install-script and starting nvidia-persistanced.
Done. smile

Some remarks:
Probably, it is a good idea to gzip or move both files instead of deleting them.
It took some time to notice that it is just a daemon, that did not start.

$ /etc/init.d/nvidia-persistanced start

gave an error message respective a pid-file. Messing around with it may or may not result in other hints, if the above does not work.
apt insists to start the daemon by itself, so if you managed to start the daemon, you have to stop it before doing "apt-get upgrade".

Hope this is helpful.
Regards

Board footer

Forum Software