Yes, you are in luck. I looked into this in great detail and tried several different techniques. This one worked out the best. It will starta session using the permissions and privileges of a user called "analyst". On my Slackware installations I put the line in my /etc/rc.d/rc.local file. You may have a different boot up technique, so you will have to figure out where to put the command.
########################### su - analyst -c 'source /etc/profile ; source /home/analyst/.bash_profile ; / vncserver :10 -depth 8 -alwaysshared -geometry 1100x825' ########################### this starts a session that can be shared by many, with a color depth of 8 bits to speed up transfer speed. The "source /etc/profile" forces the su session to inherit the path and other environment, needed to find the necessary files. hope this helps, Mitch Michael Selle wrote: > Hi all, > > VNC 3.3.3.2 on AIX 4.3.3.0.9 > > Is there a possibility to start > vncserver on boot up > > Thanks in advance > > Michael Selle > > ______________________________________________________________________________ > Keinen Jackpot mehr verpassen! Mit dem Dauerschein des WEB.DE Lottoservice. > Einfach und bequem Lotto tippen! http://tippen2.web.de/?x=4 > --------------------------------------------------------------------- > To unsubscribe, mail [EMAIL PROTECTED] with the line: > 'unsubscribe vnc-list' in the message BODY > See also: http://www.uk.research.att.com/vnc/intouch.html > --------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, mail [EMAIL PROTECTED] with the line: 'unsubscribe vnc-list' in the message BODY See also: http://www.uk.research.att.com/vnc/intouch.html ---------------------------------------------------------------------
