You are not logged in.

#1 2008-03-04 13:16:54

raul_nds
Member
From: Lisbon, Portugal
Registered: 2007-06-28
Posts: 258

Having permission issues with fresh install

Yesterday I did a fresh install, and somehow my regular user didn't have writing permissions to /tmp, so I couldn't log in to X. Also, some packages now complain that the permission level of /tmp and the package's are different. Now I can't start nm-applet because of

** (nm-applet:8154): WARNING **: <WARN>  nma_dbus_init(): could not acquire its service.  dbus_bus_acquire_service() says: 'Connection ":1.14" is not allowed to own the service "org.freedesktop.NetworkManagerInfo" due to security policies in the configuration file'

I did a straightforward install, like I always do. What the hell went wrong this time?

I really need Linux running urgently, I have some programming projects to work on, and I can't afford wasting so much time getting this thing running sad everytime I install Arch I have to spend a couple of hours installing everything I need, and running after eyecandy of course smile

Last edited by raul_nds (2008-03-04 13:18:43)

Offline

#2 2008-03-04 13:29:13

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,400
Website

Re: Having permission issues with fresh install

For the tmp issues you should "chmod 1777 /tmp"

For the network-manager problem, add yourself to the network group.

Offline

#3 2008-03-04 14:29:16

hokasch
Member
Registered: 2007-09-23
Posts: 1,461

Re: Having permission issues with fresh install

let me guess... ftp-install?
Look here and there.

Maybe you figured it out early enough to fix the tmp permissions and go on with your install. I did not spot it that soon, now I got a fuckin mess. Have to install again.

Offline

#4 2008-03-04 16:06:14

ibendiben
Member
Registered: 2007-10-10
Posts: 519

Re: Having permission issues with fresh install

These are the right /tmp permissions:

ls -l -d /tmp
drwxrwxrwt ... /tmp

Compare them to yours, if they differ you need to chmod 1777 like said, and maybe you need to add the 't' too:

chmod 1777 /tmp
chmod +t /tmp

edit: sorry for repeating what is said before, also that 't' isn't needed extra, I just learned the 1 in 1777 takes care of that... roll

Last edited by ibendiben (2008-03-04 16:52:00)

Offline

#5 2008-03-04 23:13:58

raul_nds
Member
From: Lisbon, Portugal
Registered: 2007-06-28
Posts: 258

Re: Having permission issues with fresh install

Perfect fixes! Thanks guys smile

Now I only have to repair my sound, that never failed in other installations. At least installing Arch never gets boring

Offline

Board footer

Powered by FluxBB