1753784 Members
6857 Online
108799 Solutions
New Discussion юеВ

Re: vnc on Linux ES30

 
Nick D'Angelo
Super Advisor

vnc on Linux ES30

I have two machines DL380 with VNC configured on both of them.

one of them, stopped or appeared to stop working and now all I get is a Black Screen with an X as my cursor.

I have tried to stop and restart vncserver and I have also rebooted the machine to no avail.

more xstartup file looks like this

#!/bin/sh

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

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

Any ideas?
Always learning
2 REPLIES 2
Nick D'Angelo
Super Advisor

Re: vnc on Linux ES30

Problem was solved with permissions set to 755 for xstartup.
Always learning
Nick D'Angelo
Super Advisor

Re: vnc on Linux ES30

problem was solved with permissions set to 755 for xstartup
Always learning