starting vnc by inetd

Does anybody knows why the next line (inetd.conf) cause inetd to crashes
with a segmentation fault:

vnc stream tcp nowait nobody /opt/X11R6/bin/Xvnc Xvnc -inetd -broadcast
-geometry 800x600 -depth 8.


Other problem.
starting DDD in Xstartup script cause DDD to terminate with a
segmentation violation!

Thanks,
Alain.

Alain Bonnefoy <alain.bonnefoy@icbt.com> wrote:

Does anybody knows why the next line (inetd.conf) cause inetd to crashes
with a segmentation fault:

vnc stream tcp nowait nobody /opt/X11R6/bin/Xvnc Xvnc -inetd -broadcast
-geometry 800x600 -depth 8.

must be a bug in inetd.
I use VNC without inetd and all works fine.

Other problem.
starting DDD in Xstartup script cause DDD to terminate with a
segmentation violation!

Is that the DDD from QNX or from sourceforge?
The DDD from sourceforge may not work with the old X libraries that
come with RTP/Xphoton, you have to make sure /opt/X11R6/lib is ahead
of /usr/X11R6/lib in your LD_LIBRARY_PATH.

Frank


Thanks,
Alain.

My public key can be found at
http://mama.indstate.edu/users/liug/key.txt

LiuG a écrit :

Alain Bonnefoy <> alain.bonnefoy@icbt.com> > wrote:
Does anybody knows why the next line (inetd.conf) cause inetd to crashes
with a segmentation fault:

vnc stream tcp nowait nobody /opt/X11R6/bin/Xvnc Xvnc -inetd -broadcast
-geometry 800x600 -depth 8.

must be a bug in inetd.
I use VNC without inetd and all works fine.

Other problem.
starting DDD in Xstartup script cause DDD to terminate with a
segmentation violation!

Is that the DDD from QNX or from sourceforge?
The DDD from sourceforge may not work with the old X libraries that
come with RTP/Xphoton, you have to make sure /opt/X11R6/lib is ahead
of /usr/X11R6/lib in your LD_LIBRARY_PATH.

Frank

Thanks,
Alain.

My public key can be found at
http://mama.indstate.edu/users/liug/key.txt

Hi Frank,
First problem was about an extra undisplayed character in inetd.conf. Now
inetd works fine.

Second problem is solved with DDD from SourceForge (thanks to A. SteinHoff)

Thanks,
Alain.