Some time, when I install a package, Synaptic give this mysterious error message
W: Can't drop privileges for downloading as file '/root/.synaptic/tmp//tmp_sh' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission non accordée)
Some time, when I install a package, Synaptic give this mysterious error message
W: Can't drop privileges for downloading as file '/root/.synaptic/tmp//tmp_sh' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission non accordée)
Very long conversation
I will take the time to read. Thanks for the usefull link
And welcome to our forums
aris@LinuxBox:~$ sudo ls -dl /root/.synaptic/tmp//tmp_sh
-rw-r--r-- 1 root root 196069 avril 5 17:25 /root/.synaptic/tmp//tmp_sh
User _apt exist but root own this directory
Is this the problem ?
Can we solve it by a chown
command like this ?
aris@LinuxBox:~$ sudo chown _apt /root/.synaptic/tmp//tmp_sh
Tried. We will see within next days if this is the solution…