On Thu, Nov 10, 2011 at 05:02, Chuck Forsberg WA7KGX N2469R
<c...@omen.com> wrote:
> For years I have used /etc/rc.d/rc.local for this and that
> including launching VNC screens.
>
> [root@gpib rc.d]# cat rc.local
>     su -l caf -c  "vncserver "
>     su -l root -c  "vncserver "
>     date | mail -s boot c...@omen.com

Try adding "exit 0" (without the quotes) to the end of your rc.local,
that seems to be necessary now. Usually, rc.local also has a shebang
("#!/bin/sh") at the top, but I'm not sure whether that's necessary or
not.

-- red
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe: 
https://admin.fedoraproject.org/mailman/listinfo/test

Reply via email to