Since recent (after i tried to start automatically acpid - for laptopmode-tools) i see on the console this error msg:
env: can't execute ruby: No such file or directory
From logic i'd presume some program tries to start/needs ruby but does not find it. BUT: Ruby 2.0 is included in the onboot.list! Eventually, there is a timing problem of the kind, one program starts but its dependency is still not started? And if so, how can i found out how?
In any case:
After that line there are the following prompts:
acpid: starting up with netlink and the input layer
acpid 3 rules loaded
acpid: waiting for events: event logging off
After typing in login name & pswd, i get this (on the console):
acpid: 1 client rule loaded
What i did (before the ruby msg came up):
I tried to change the setup to have acpid started on boot. In /opt/bootlocal.sh i inserted simply the statement acpid
. Is that the correct way, or should i configure something in /etc/init.d ?
And i configured /usr/local/etc/laptop-mode/laptop-mode.conf accordingly (and after i included this file into the backup list).
May be someone here has an idea (?) TIA!