Joey Knight said:
> Thanks for the quick reply, William . . .
>
> Since I'm rather confident that this is probably a "UNIX is UNIX is UNIX"
> problem, I didn't want to confuse anyone with the particular UNIX variant.
>  But, I could be wrong, so . . .

It's when you are sure that you are usually mistaken :-)  In this case the
fact that Tru64 puts init.d in /sbin caused more confusion.

> I'm running Tru64 UNIX v5.1B, where the "init.d" sripts and "rc3.d" links
> are in "/sbin".  The script contents are below.  The plan is to start five
> displays as root upon boot.  Immediately following the script contents is
> a look at the log for the :25 display . . .
>
> Thanks again for any help!
>
> --------------------------
>
> #!/sbin/sh
> #
> # Startup/Stop script for VNCservers for root
> #
>
> HOME=/
> export HOME
> PATH=.:/bin:/sbin:/usr/sbin:/usr/bin:/usr/bin/X11:/usr/local:/usr/opt/vnc
> export PATH
[snip]
> ------------------------

First up, I know nothing about Tru64, so be patient if I'm off base.

HOME is set to /, so that means VNC is looking for a /.vnc/xstartup file?

> 25/06/03 16:05:17 Xvnc version 3.3.2r3
> 25/06/03 16:05:17 Copyright (C) 1997-8 Olivetti & Oracle Research
> Laboratory
> 25/06/03 16:05:17 See http://www.orl.co.uk/vnc for information about VNC
> 25/06/03 16:05:17 Desktop name 'X' (tesoro:25)
> 25/06/03 16:05:17 Protocol version supported 3.3
> 25/06/03 16:05:17 Listening for VNC connections on TCP port 5925
> 25/06/03 16:05:17 Listening for HTTP connections on TCP port 5825
> 25/06/03 16:05:17   URL http://tesoro:5825
> 25/06/03 16:05:20 Xvnc version 3.3.2r3
> 25/06/03 16:05:20 Copyright (C) 1997-8 Olivetti & Oracle Research
> Laboratory
> 25/06/03 16:05:20 See http://www.orl.co.uk/vnc for information about VNC
> 25/06/03 16:05:20 Desktop name 'X' (tesoro:25)
> 25/06/03 16:05:20 Protocol version supported 3.3
[snip]
> ----------------------------
No errors here... hmm...  You might try putting an "echo" statement at the
beginning of your xstartup file, just to verify that it isn't something
about your window manager that is the issue (grasping at straws).  If the
echo doesn't appear in the logs, than you are definitely not reading the
xstartup.

As I said, I don't know anything about Tru64 (just Linux and a bit of
FreeBSD), so I'm afraid I can't suggest anything else to test.

-- 
William Hooper
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to