View Single Post

   
  #1 (permalink)  
Old 02-19-2008, 07:29 AM
Lars Behrens
 
Posts: n/a
Default rc.local is not executed (Slackware 9.1)

Hi there!

When I start Slackware, for some reason /etc/rc.d/rc.local is ignored,
although it is executable. When I run it manually after boot, then it
is executed. Any idea what could be the reason?

Some info:

************************************************** ****************
bash-2.05b# ls -l /etc/rc.d/rc.local
-rwxr-xr-x 1 root root 251 2004-02-19 02:07 /etc/rc.d/rc.local
************************************************** ****************

************************************************** ****************
bash-2.05b# less /etc/rc.d/rc.local
#!/bin/bash
#
# /etc/rc.d/rc.local: Local system initialization script.
#
# Put any local setup commands in here:
/sbin/sysctl -p

## Deutsches Keyboard
/usr/bin/loadkeys de-latin1-nodeadkeys
************************************************** ****************

Thanks for tips!

Cheerz Lars
Reply With Quote