What's new

Scribe Scribe v3.2.11 /UIScribe v1.4.13 not showing WLCEVENTD.log Entries - Reinstalled no Success

killweav

Occasional Visitor
Not sure when this started exactly bc I don't check logs on the daily. The last successful log entry in WLCEVENTD rotate file was Mar 26, 2026. I do see associated hostapd and dnsmasq entries in the messages log but nothing fills up in wlceventd.log file. I've reinstalled/rebooted w/no success. Other logs populate just not wlceventd.log.

I ran checks in scribe via amtm and they all appear normal. I produced a debug file but don't understand it fully. Log level is set to 6. Here's an output of what I see:
Code:
killweav@Datagate:/tmp/mnt/USB32G/entware/var/log# ls -l
-rw-------    1 killweav root         20877 Apr 10 13:56 logrotate.log
-rw-------    1 killweav root        460584 Apr 10 14:15 messages
-rw-------    1 killweav root       1055832 Mar 18 00:03 messages-202603180005
-rw-------    1 killweav root       1826776 Mar 25 00:03 messages-202603250005
-rw-------    1 killweav root       2429142 Mar 29 00:03 messages-202603290005
-rw-------    1 killweav root       1064027 Apr  8 00:03 messages-202604080005
-rw-------    1 killweav root         25127 Apr 10 14:16 skynet-0.log
-rw-------    1 killweav root       6060345 Mar 28 00:04 skynet-0.log-202603280005
-rw-------    1 killweav root       3470744 Mar 29 00:04 skynet-0.log-202603290005
-rw-------    1 killweav root       6401272 Mar 31 00:04 skynet-0.log-202603310005
-rw-------    1 killweav root       6480275 Apr  2 00:05 skynet-0.log-202604020005
-rw-------    1 killweav root        249114 Apr 10 14:15 syslog-ng.log
-rw-rw-rw-    1 killweav root           353 Apr 10 14:15 syslogd.ScribeInitReboot.LOG
-rw-------    1 killweav root             0 Apr 10 13:11 wlceventd.log
-rw-------    1 killweav root         73790 Mar 26 10:28 wlceventd.log-20260410131157
killweav@Datagate:/tmp/mnt/USB32G/entware/var/log# nvram get log_level
6
killweav@Datagate:/tmp/mnt/USB32G/entware/var/log#

When I cat the log rotate for wlceventd it shows last entry March 26th.

Disk check for external storage shows CLEAN.

UIScribe states that the file is empty or does not yet exist.

I removed the 0 byte file and restarted scribe to see if it would re-create it and it does not re-create the wlceventd.log file.

I can see that the symlink in /jffs is working:
Code:
lrwxrwxrwx    1 killweav root            21 Apr 10 14:36 syslog.log -> /opt/var/log/messages
-rw-rw-rw-    1 killweav root            24 Apr 10 14:36 syslog.log-1

I'm at a loss here. Thanks for any/all help offered.

Running Merlin 3006.102.7_2 on BE92U HW v6 router.
 
Last edited:
Check how whether you have the SIGHUP right. It used to be that scribe wrote individual configuration files for each log, which ended with a postrotate command to restart syslog-ng. If logrotate rotated a log file, it would create a new empty log file, but syslog-ng would still be looking for an old node. Thus the need to restart syslog-ng to reset the node.

That changed in December, when the SIGHUP was moved to a new A01global file, which ends with the postrotate command:
Code:
# THIS DIRECTIVE MUST BE LAST #
postrotate
    /usr/bin/killall -HUP syslog-ng
endscript

#EOF#
It may be in the course of reinstalling your logrotate.d files weren't updated, or updated incosnsistently.
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top