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
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

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:
 
 Starting Login Service...
 Starting /etc/rc.local Compatibility...
 Starting Avahi mDNS/DNS-SD Stack...
 Starting D-Bus System Message Bus...
 Started Console System Startup Logging.
 Started Security Auditing Service.
 Started Machine Check Exception Logging Daemon.
 Starting Command Scheduler...
 Started Command Scheduler.
 Starting /etc/rc.local Compatibility failed, see 'systemctl status
 rc-local.service' for details.

I have noticed that you have it in /etc/rc.d/rc.local, but boot messages state 
/etc/rc.local. I can't verify the correct F16's location right now, so just 
have a look at it.
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe: 
https://admin.fedoraproject.org/mailman/listinfo/test

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.local is generally a shell script. Make sure it's prefixed as one with

#!/bin/bash

(or your shell of choice.)

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

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).

-- 

Ian Pilcher arequip...@gmail.com
If you're going to shift my paradigm ... at least buy me dinner first.


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

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