The messages you are seeing have to do with your sound card.  My suggestion to run what Xnvc (a shell script) by hand and see where the issue pops up.

On 11/11/05, Kevin Toppenberg <[EMAIL PROTECTED]> wrote:
Mark,

I appreciate your work on this.

I have removed /tmp/orbit-*  (actually I renamed them to xxxorbit-*)
--> no change.

I cleared out the log file before rerunning it, and this is the start
of the log still:

11/11/05 13:39:12 Xvnc version 3.3.tight1.2.9
11/11/05 13:39:12 Copyright (C) 1999 AT&T Laboratories Cambridge.
11/11/05 13:39:12 Copyright (C) 2000-2002 Constantin Kaplinsky.
11/11/05 13:39:12 All Rights Reserved.
11/11/05 13:39:12 See http://www.uk.research.att.com/vnc for information on VNC
11/11/05 13:39:12 See http://www.tightvnc.com for TightVNC-specific information
11/11/05 13:39:12 Desktop name 'poweredge' (poweredge.tmedgroup.com:1)
11/11/05 13:39:12 Protocol version supported 3.3
11/11/05 13:39:12 Listening for VNC connections on TCP port 5901
11/11/05 13:39:12 Listening for HTTP connections on TCP port 5801
11/11/05 13:39:12   URL http://poweredge.tmedgroup.com:5801
Starting up VNC server
SESSION_MANAGER=local/poweredge.tmedgroup.com:/tmp/.ICE-unix/17070

** (gnome-session:17070): WARNING **: Error getting value of
/desktop/gnome/sound/enable_esd: Adding client to server'
Window manager warning: Adding client to server's list failed, CORBA
error: IDL: omg.org/CORBA/COMM_FAILURE:1.0
Window manager warning: Adding client to server's list failed, CORBA
error: IDL:omg.org/CORBA/COMM_FAILURE:1.0
Window manager warning: Adding client to server's list failed, CORBA
error: IDL:omg.org/CORBA/COMM_FAILURE:1.0

-snip-


What seems mysterious, still, is why it says "gnome-session".  I DON'T
WANT GNOME.  I don't even think I installed Gnome on this system
(which is why it may be choking).

My /home/kdtop/.vnc/xstartup --> instructs to start kde &.

It must be getting this signal from somewhere else.

Thanks again everyone,
Kevin





On 11/11/05, Mark Dalton <[EMAIL PROTECTED]> wrote:
>
>  Sorry.. I did not check gmail until now.   Another thing I have seen
> mentioned was:
>      try removing /tmp/orbit-
>
> http://www.linuxquestions.org/questions/archive/5/2004/11/2/35565
>
>  The other place I see a similar error message is in a bugzilla bug:
>
> https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=89490
>
>  Another thing to do is try to enable remote COR
>
>
> On 11/10/05, Roy Gaber <[EMAIL PROTECTED]> wrote:
> > Kevin, something is not quite right with the startup you posted.
> >
> > look at the line that is starting the desktop that will be used for the
> vnc
> > session.
> >
> > uncomment the # vncconfig -iconic &    line
> >
> > and the # startkde &   line
> >
> > and comment out the twm &   line
> >
> >
> >
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto: [EMAIL PROTECTED]] On
> Behalf Of Kevin
> > Toppenberg
> > Sent: Thursday, November 10, 2005 6:41 PM
> > To: hardhats-members@lists.sourceforge.net
> > Subject: Re: [Hardhats-members] tight vnc server question
> >
> > On 11/9/05, Mark Dalton < [EMAIL PROTECTED]> wrote:
> > >
> > >  Someone was looking at the right thing..   Check your:
> > >         ~/.vnc/xstartup
> > >
> > >  I tend to use a low-resource use window manager.. (since i am going
> over
> > >  ISDN and over VPN).
> > >
> > >
> > >
> > >  ============= $HOME/.vnc/xstartup ===================
> > >  #!/bin/sh
> > >
> > >  xrdb $HOME/.Xresources
> > >  xsetroot -solid grey
> > >  xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
> > >  twm &
> > >
> > >  =================================================
> > >
> > >  And my .Xresources does not exist since I am simple in my usage of it..
> > >
> > >  Mark
> > >
> >
> > Mark,
> > I tried changing my xstartup, and there is no change.  It seems the
> > problem occurs before the particular desktop is launched.
> > ==============================================
> > #!/bin/sh
> > echo "Starting up VNC server"
> >
> > # Red Hat Linux VNC session startup script
> > 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" &
> > # startkde &
> > twm &
> > ==============================================
> >
> > Error log (partial)...
> >
> >
> SESSION_MANAGER=local/poweredge.tmedgroup.com:/tmp/.ICE-unix/2748
> >
> > ** (gnome-session:2748): WARNING **: Error getting value of
> > /desktop/gnome/sound/enable_esd: Adding cli
> > Window manager warning: Adding client to server's list failed, CORBA
> > error: IDL:omg.org/CORBA/COMM_FAIL
> > Window manager warning: Adding client to server's list failed, CORBA
> > error: IDL:omg.org/CORBA/COMM_FAIL
> > Window manager warning: Adding client to server's list failed, CORBA
> > error: IDL:omg.org/CORBA/COMM_FAIL
> > Window manager warning: Adding client to server's list failed, CORBA
> > error: IDL: omg.org/CORBA/COMM_FAIL
> > Window manager warning: Adding client to server's list failed, CORBA
> > error: IDL:omg.org/CORBA/COMM_FAIL
> > Window manager warning: Adding client to server's list failed, CORBA
> > error: IDL:omg.org/CORBA/COMM_FAIL
> > Window manager warning: Adding client to server's list failed, CORBA
> > error: IDL: omg.org/CORBA/COMM_FAIL
> > Window manager warning: Adding client to server's list failed, CORBA
> > error: IDL:omg.org/CORBA/COMM_FAIL
> >
> > Thanks
> > Kevin
> >
> >
> > -------------------------------------------------------
> > SF.Net email is sponsored by:
> > Tame your development challenges with Apache's Geronimo App Server.
> Download
> > it for free - -and be entered to win a 42" plasma tv or your very own
> > Sony(tm)PSP.  Click here to play:
> http://sourceforge.net/geronimo.php
> > _______________________________________________
> > Hardhats-members mailing list
> > Hardhats-members@lists.sourceforge.net
> >
> https://lists.sourceforge.net/lists/listinfo/hardhats-members
> >
> >
> >
> > -------------------------------------------------------
> > SF.Net email is sponsored by:
> > Tame your development challenges with Apache's Geronimo App Server.
> Download
> > it for free - -and be entered to win a 42" plasma tv or your very own
> > Sony(tm)PSP.  Click here to play:
> http://sourceforge.net/geronimo.php
> > _______________________________________________
> > Hardhats-members mailing list
> > Hardhats-members@lists.sourceforge.net
> >
> https://lists.sourceforge.net/lists/listinfo/hardhats-members
> >
>
>


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to