About Mudi7 (GL-E5800EU) /etc/sys_log keeps growing

Anyone else with a GL-E5800(EU) seeing /etc/sys_log getting pretty big?

Mine is already around 151 MB (100MB days ago) and seems to keep being written to:

-rw-------  1 root root 151.1M May 11 22:38 sys_log

Disk space is still fine, but I’m wondering if this is normal or if something is logging too much.

root@GL-E5800:/etc# ls -lah|grep log

-rw------- 1 root root 151.1M May 11 22:38 sys_log

-rw-r--r-- 1 root root 0 Jul 16 2024 syslog.conf

root@GL-E5800:/etc# df -h

Filesystem Size Used Available Use% Mounted on

/dev/root 764.4M 482.1M 266.5M 64% /rom

tmpfs 799.2M 17.5M 781.6M 2% /tmp

/dev/mmcblk0p59 2.9G 176.1M 2.5G 6% /overlay

overlayfs:/overlay/rootfs-upper

2.9G 176.1M 2.5G 6% /

tmpfs 512.0K 0 512.0K 0% /dev

/dev/mmcblk0p55 299.9M 213.0M 86.9M 71% /firmware

/dev/mmcblk0p60 41.8M 47.0K 38.3M 0% /cache

/dev/mmcblk0p61 10.1M 996.0K 8.2M 11% /persist

/dev/mmcblk0p66 1.3G 354.7M 937.2M 27% /usrdata

/dev/mmcblk0p66 1.3G 354.7M 937.2M 27% /data

/dev/mmcblk0p66 1.3G 354.7M 937.2M 27% /systemrw

/dev/mmcblk0p66 1.3G 354.7M 937.2M 27% /cache/ufs

root@GL-E5800:/etc#

I do a little tail, and here is:

Mon May 11 22:34:56 2026 user.err Diag_Lib[15649]: (sim.c:477) No APN node found for mcc:460 mnc:06

Mon May 11 22:34:59 2026 daemon.err odhcp6c[10791]: Failed to send SOLICIT message to ff02::1:2 (Network unreachable)

Mon May 11 22:35:06 2026 user.err Diag_Lib[15649]: (sim.c:477) No APN node found for mcc:460 mnc:06

Mon May 11 22:35:16 2026 user.err Diag_Lib[15649]: (sim.c:477) No APN node found for mcc:460 mnc:06

Mon May 11 22:35:26 2026 user.err Diag_Lib[15649]: (sim.c:477) No APN node found for mcc:460 mnc:06

Mon May 11 22:35:36 2026 user.err Diag_Lib[15649]: (sim.c:477) No APN node found for mcc:460 mnc:06

Mon May 11 22:35:46 2026 user.err Diag_Lib[15649]: (sim.c:477) No APN node found for mcc:460 mnc:06

Mon May 11 22:35:50 2026 user.info LocSvc_LocationIntegrationApiIm[13072]: proc:466] >-- onReceive Rcvd msg id: 99, sockname: locapiservice, payload size: 160

Mon May 11 22:35:50 2026 user.warn LocSvc_LocationIntegrationApiIm[13072]: proc:614] <<< unknown message 99

Mon May 11 22:35:50 2026 user.info LocSvc_LocationClientApi[13072]: proc:3475] >-- onReceive Rcvd msg id: 99 E_LOCAPI_PINGTEST_MSG_ID, sockname: locapiservice, payload size: 160

Mon May 11 22:35:54 2026 kern.err kernel: [15249.854747][ C0] [soft_i][0x443418ee92][22:35:54.000450] wlan: [0:E:DP] dp_tx_prepare_tso: Failed to alloc tso seg desc

Mon May 11 22:35:56 2026 user.err Diag_Lib[15649]: (sim.c:477) No APN node found for mcc:460 mnc:06

Mon May 11 22:36:06 2026 user.err Diag_Lib[15649]: (sim.c:477) No APN node found for mcc:460 mnc:06

Mon May 11 22:36:16 2026 user.err Diag_Lib[15649]: (sim.c:477) No APN node found for mcc:460 mnc:06

Mon May 11 22:36:26 2026 user.err Diag_Lib[15649]: (sim.c:477) No APN node found for mcc:460 mnc:06

Mon May 11 22:36:36 2026 user.err Diag_Lib[15649]: (sim.c:477) No APN node found for mcc:460 mnc:06

Mon May 11 22:36:46 2026 user.err Diag_Lib[15649]: (sim.c:477) No APN node found for mcc:460 mnc:06

(The network is fine)

how big is your /etc/sys_log?

Does it design to be keep growing, or is it rotated/cleared at some point?

Also curious whether this being written to persistent storage could be an issue long-term (you know, flash/eMMC wear stuff), or if I’m overthinking it. Would it be better for this log to be stored under /tmp/log & rotated more aggressively?

Hi

Thanks for your feedback.

This configuration was left over from early testing stages, where logs were written to flash storage to make it easier for internal and external beta testers to provide feedback and help diagnose issues.

We will correct this in a future firmware update and move the logs back to memory storage by default, the same as on our other devices.

For now, you can manually adjust it under LuCI → System → System → Logging:

3 Likes