Re: 32 bit Verne doesn't grok rc.local

2011-11-10 Thread Ian Pilcher
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). -- ===

Re: 32 bit Verne doesn't grok rc.local

2011-11-10 Thread Bill Nottingham
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

Re: 32 bit Verne doesn't grok rc.local

2011-11-10 Thread Kamil Paral
> 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

Re: 32 bit Verne doesn't grok rc.local

2011-11-10 Thread Sandro "red" Mathys
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

Re: 32 bit Verne doesn't grok rc.local

2011-11-09 Thread Moritz Baumann
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

32 bit Verne doesn't grok rc.local

2011-11-09 Thread Chuck Forsberg WA7KGX N2469R
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...