[How to] fix sleep problem in ADM version 2.4.0.RFU6

Share your awesome tips and tricks here.
Poul-erik_Hansen
Posts: 6
youtube meble na wymiar Warszawa
Joined: Sat Apr 04, 2015 6:39 pm

[How to] fix sleep problem in ADM version 2.4.0.RFU6

Post by Poul-erik_Hansen »

I have an AS-204TE, and I have installed ADM version 2.4.0.RFU6.
I can't get the S3 sleep to work.
My best gues is the rsyslogd deamon

from "/var/log/messages":
2015-04-04T15:20:36.660636+02:00 AS-204TE rsyslogd: -- MARK --
2015-04-04T15:40:36.765627+02:00 AS-204TE rsyslogd: -- MARK --
2015-04-04T16:00:36.870629+02:00 AS-204TE rsyslogd: -- MARK --

In the file "/etc/rsyslog.conf":
$ModLoad immark # provides --MARK-- message capability

My question:
How can I remove the "inmark" line in the config file before the rsyslogd deamon is started ?

Best regards Poul-Erik.
Poul-erik_Hansen
Posts: 6
Joined: Sat Apr 04, 2015 6:39 pm

Re: [How to] fix sleep problem in ADM version 2.4.0.RFU6

Post by Poul-erik_Hansen »

I Funden a solution :)

in file "/volume0/usr/builtin/etc.default/init.d/S10rsyslogd"
change line from: $RSYSLOGD_BIN -c5 -f $RSYSLOGD_CONF
to: $RSYSLOGD_BIN -m 0 -c5 -f $RSYSLOGD_CONF

Poul-Erik