LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   VNCServer Warning - dbus_bus_acquire_service() says: 'Connection is not allowed... (https://www.linuxquestions.org/questions/linux-software-2/vncserver-warning-dbus_bus_acquire_service-says-connection-is-not-allowed-492742/)

ncqcoder 10-15-2006 10:52 PM

VNCServer Warning - dbus_bus_acquire_service() says: 'Connection is not allowed...
 
I am seeing a problem when executing VNCServer from any account other than root. Please see the Session Log and configuration details below. I've seen a couple of older posts regarding this issue, but no one has posted a viable solution.

Any suggestions on how to solve this would be appreciated.

Thanks,
Marc

---------------------------------------
Session Log:

..This error repeats every couple of seconds quickly leading to a huge log file...

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

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

---------------------------------------------
General System Info:
OS: Fedora 5
'yuk update' ran yesterday


----------------------------------------------
/etc/sysconfig/vncserver configuration:

VNCSERVERS="1:mbombet"
VNCSERVERARGS[1]="-geometry 1280x800"

----------------------------------------------
.vnc/xstartup configuration:

#!/bin/sh

# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc

[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
twm &

JWilliamCupp 10-26-2006 09:26 PM

Marc,

Quote:

Originally Posted by ncqcoder
I am seeing a problem when executing VNCServer from any account other than root. Please see the Session Log and configuration details below. I've seen a couple of older posts regarding this issue, but no one has posted a viable solution.

I have *exactly* the same problem.

Does anyone know how to make configurations to the "service 'org.freedesktop.NetworkManagerInfo' " ?

- Bill


All times are GMT -5. The time now is 09:08 AM.