Hi Lucas ! >Thank you for the suggestion! I changed the script removing the file >writing and adding a sleep 3. This time I see no output yet, but the >restart was delayed by 3 seconds. It seems like any output during the >shutdown is suppressed. This is a problem, since I need to log an >information before shutdown is executed.
Console output may be redirected to null device, so you do see anything. Writing to filesystem may be difficult if done in wrong order. I don't know your device, but such small devices tend to have special arrangements for there filesystems (like aufs). So it is better to write your info before you shutdown your device. Looks more like a principle device / Unix problem then a Busybox related topic. -- Harald _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
