cmkelley
Very Senior Member
I have "chmod a+rx *" in the /jffs/scripts directory.
I've tried using logger to verify it's running - nothing in syslog.
I've tried touching a file to verify it's running - doesn't seem to work.
It has "#!/bin/sh" as the first line.
I created it by copying my post-mount script (which I know runs) and changing some lines using vi, so it's not a dos/unix eol issue.
I'm stumped.
Also, I can verify by other means that my init-start is working, but logger doesn't seem to work in init-start. Can anyone verify that it does or doesn't? I'm calling logger explicitly "/usr/bin/logger -t Init "Starting init ..." "
I've tried using logger to verify it's running - nothing in syslog.
I've tried touching a file to verify it's running - doesn't seem to work.
It has "#!/bin/sh" as the first line.
I created it by copying my post-mount script (which I know runs) and changing some lines using vi, so it's not a dos/unix eol issue.
I'm stumped.
Also, I can verify by other means that my init-start is working, but logger doesn't seem to work in init-start. Can anyone verify that it does or doesn't? I'm calling logger explicitly "/usr/bin/logger -t Init "Starting init ..." "