You are not logged in.
Pages: 1
Hello at all!
A daedalus-installation on AMD64 ...
First: I didn't mean root's HOME-directory, I mean the root of the whole filesystem /
There are always two hidden dirs, named /.config and /.cache
Ok, the first may come from pulseaudio, it re-appears from time to time, and it should be possible, to avoid this in an easy way.
But what's about the second, named /.cache, which thing recreates this on every reboot? How to avoid this?
Thank you, FM_81
The most brilliant role in comedy is that of a fool, he must not be in order to make it seem. (Miguel de Cervantes)
Offline
Hello:
... two hidden dirs, named /.config and /.cache
See this thread: https://dev1galaxy.org/viewtopic.php?id=5596
There is a lot of information about /.config and /.cache there.
In my case, I solved it with this ...
# apt purge pulseaudio && apt autoclean && apt autoremove
... and then this: https://dev1galaxy.org/viewtopic.php?id=3904
The end result being this:
$ cat /etc/apt/preferences.d/avoid_pulseaudio
Package: pulseaudio:*
Pin: version *
Pin-Priority: -1
$
In your case, a bit more digging may be necessary.
Or not.
Please let us know how you fared.
Best,
A.
Last edited by Altoid (2025-07-28 11:54:34)
Offline
Thanks to Altoid for pointing in the right direction. Let me split my answer in two parts:
1. /.config
It comes from pulseaudio. everybody should decide by himself, if one purges it, or not.
As explained in the link it has a nonexisting HOME:
pulse:x:104:111:PulseAudio daemon,,,:/run/pulse:/bin/false
I've changed this to a real exising dummy-directory:
pulse:x:104:111:PulseAudio daemon,,,:/home/.pulse:/bin/false
Strange enough, that this dummy stays empty as long as I can see!?
2. /.cache
Pulseaudio seems to have no effect here?
The right idea cames, by inspecting the timestamp via stat - there was no exact match in the SYSLOG ...
But 'network-manager' and 'avahi-daemon' was both near enough in the timeline.
I've disabled both (no need for them, as it is a desktop-machine) with update-rc.d
Both directories are gone now, and it has also survived several reboots.
Thanks again!
The most brilliant role in comedy is that of a fool, he must not be in order to make it seem. (Miguel de Cervantes)
Offline
But 'network-manager' and 'avahi-daemon' was both near enough in the timeline.
I've disabled both (no need for them, as it is a desktop-machine) with update-rc.d
The network-manager is needed by KDE if you use it to show in its network widget, the avahi-daemon advertises network services to other devices on the network you may need both if those things stop working now.
Edit: In KDE you will still get network connection if another method of obtaining the IP is used but the widget will display no connections at all.
Last edited by RedGreen925 (2025-07-28 18:48:23)
Offline
Pages: 1