SliTaz SliTaz Forum

You are not logged in.

#1 2014-09-22 18:48:42

kultex
Administrator
Registered: 2011-03-28
Posts: 1,175

crond sometimes does not start

for my audioservers on geode mainboards I need crond running

on my early rolling 4.0 I had the problem, that sometimes it did not start, so I solved it with a script in local.sh and I did not tell something, because it was a very early rolling

but now the same thing happes also in rolling 5.0

just a suggestion:

we do not see, which daemons started - in boot.log there is only

"Starting all daemons..."

in rcS the lines are

# Start all daemons specified with $RUN_DAEMONS

if [ "$RUN_DAEMONS" ]; then

colorize 33 "Starting all daemons..."

for daemon in $RUN_DAEMONS; do

/etc/init.d/$daemon start

done

fi

I think it would be good to add something like

echo "Starting $daemon daemon"

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]