On 11/10/2011 12:42 PM, Bill Nottingham wrote:
>
> rc.local is generally a shell script. Make sure it's prefixed as one with
>
> #!/bin/bash
>
> (or your shell of choice.)
>
And make sure it's executable (chmod 0755).
--
===
Chuck Forsberg WA7KGX N2469R (c...@omen.com) said:
> 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
rc.l
> 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
>
> But it seems 32 bit Verne doesn't like it:
>
> Star
On Thu, Nov 10, 2011 at 05:02, Chuck Forsberg WA7KGX N2469R
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...@om
Hi Chuck,
what is the output of
systemctl status rc-local.service
(it already tells you to check for details why it's failing).
Best,
Mo
--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test
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
But it seems 32 bit Verne doesn't like it:
Starting Login Service...