PDA

View Full Version : [ubuntu] synaptic help



mickeyholm
October 15th, 2008, 12:24 AM
hey i'm pretty new to ubuntu and im having a problem with synaptic

E: ERROR: could not create configuration directory /root/.synaptic - mkdir (2 No such file or directory)

i found a few others having a similar issue but difference was their error said

E: ERROR: could not create configuration directory /home/root/.synaptic - mkdir (2 No such file or directory)

can you please help me?

THANKS

oldos2er
October 15th, 2008, 12:33 AM
How exactly are you starting the program? Are you asked for your password?

mickeyholm
October 16th, 2008, 03:26 AM
How exactly are you starting the program? Are you asked for your password?
ive started it through system>administration>synaptic package manager and through terminal and both ways i still get the message.

ronnielsen1
October 16th, 2008, 03:30 AM
http://ubuntuforums.org/showthread.php?t=699130
This post seems similar. Try to open a terminal and type

sudo usermod -d /root root

mickeyholm
October 16th, 2008, 03:38 AM
http://ubuntuforums.org/showthread.php?t=699130
This post seems similar. Try to open a terminal and type

sudo usermod -d /root root
same error but you're right it is similar the only difference is that one is /home/root and mine is just /root

patrickballeux
October 16th, 2008, 03:46 AM
same error but you're right it is similar the only difference is that one is /home/root and mine is just /root

Can you try this:


sudo bash
Enter your password then...

synaptic

And see what happen...

In the worst case:


sudo mkdir /root/.synaptic

And see what happens...

Good luck!

mickeyholm
October 18th, 2008, 05:07 AM
i tried sudo bash before and synaptic before and it doesn't work.

root@ubuntu:~# sudo mkdir /root/.synaptic
mkdir: cannot create directory `/root/.synaptic': No such file or directory