View Single Post
Old 04-24-2012, 03:11 AM   #44
kodomo
M92 info archivist
kodomo is no ebook tyro.kodomo is no ebook tyro.kodomo is no ebook tyro.kodomo is no ebook tyro.kodomo is no ebook tyro.kodomo is no ebook tyro.kodomo is no ebook tyro.kodomo is no ebook tyro.kodomo is no ebook tyro.kodomo is no ebook tyro.
 
Posts: 238
Karma: 1398
Join Date: Jun 2008
Device: IRex Iliad 2nd ed., Onyx Boox M92, Onyx Boox Max Lumi
Quote:
Originally Posted by Koudijs View Post
I made modifications to rc.conf to start some daemons at powerup (A60). Have you checked that all scripts are marked as 'executable' in their permissions? Is the script reachable at boot time? (path variable set, sd card mounted, etc)
modifications to rc.conf:
(added it to end of cfg_services)
- script is made executable
- /etc/rc.d/init.d should be available when rcS is called
- rcS calls script with explicit path - should be ok
(script relies on another helper script placed in /usr/local/bin)
- 2nd script is executable
- /usr/local/bin is part of the root partition - should be ok
- otherwise, the 1st script just uses busybox functionality (without an explicit path - but then again, so does, e.g., filesystems)

Nonetheless, the device freezes while booting...

(the appstart.sh attempt indeed probably was a dumb mistake in late-night-stupor - not making appstart.sh executable again after modification *cough* - but rc.config looks like the cleaner solution)
kodomo is offline   Reply With Quote