Page 1 of 1

Max Count reached v18.3

PostPosted: Wed Mar 13, 2024 9:44 am
by mdi
Hi, with v18.3, I started very often to get this from the web interface of my NAS (see attached).
Even after answering OK and rebooting, next time I'm presented the same question.

Normally my NAS is accessed from a Kodi app on the TV (LibreELEC), so its shares are normally mounted permanently from elsewhere, but I noticed this message only since firmware 18.3 was installed.

Re: Max Count reached v18.3

PostPosted: Wed Mar 13, 2024 1:27 pm
by Jocko
Hi

Indeed it is a new feature of version 18.3
Release note wrote:- Core: run a fs check on the firmware system partition on nas booting after reaching a boot count (you can set it from the main system setup menu : other settings tab)
However it seems the fs check did not run on nas rebooting or you set a very low max mount count (default 10). Please to check if it is the case (maint setup menu => tab: "Other settings")

if not that would mean a post upgrade job failed to update some files on sda7 and fs scan can not be running. So please to post
Code: Select all
cat /postupgrade.log
cat /proc/1/root/boot.log
grep 'version 2\.' /proc/1/root/etc/init.d/*
It is better you run these commands just after rebooting the nas and when you got this warning and you confirm the fs check

Re: Max Count reached v18.3

PostPosted: Thu Mar 14, 2024 1:47 pm
by mdi
Yes, the count is set to 10, as per default.
At the moment, after 3-4 reboots, I did not get again that message. This is the output of the requested commands.

Code: Select all
First post upgrade setup routines
   - iface      [ OK ]
   - usbmountmode       [ OK ]
   - timezone   [ OK ]
   - phptimezone        [ OK ]
   - opcache    [ OK ]
   - update-ldsocache   [ OK ]
   - user-update        [ OK ]
   - afp-share-update   [ OK ]
   - update-job-servers [ OK ]
   - update-usb-disks   [ OK ]
   - webconsole [ OK ]
   - root-inittab       [ OK ]
   - root-rcS   [ OK ]
Last post upgrade setup routines
   - exfat2     [ OK ]
   - download-cacert    [ OK ]
   - update-smart-drivedb       [ OK ]
   - update-usbids      [ OK ]


Code: Select all
start boot log
is a physical machine
detect and set platform
nwsp2
kirkwood
UIMAGE-414133-KIRKWOOD-1
Current kernel: 4.14.133 #5 PREEMPT Thu Aug 10 15:38:37 CEST 2023
device nwsp2
family kirkwood
Arm: found valid system disk sda
system disk = sda
 mount dev/pts
update dev nodes
booting using sda2 file system...
else loop1 finished
rcS finished


Code: Select all
/proc/1/root/etc/init.d/rc.scanfs:# version 2.1
/proc/1/root/etc/init.d/rc.setup:version 2.3 23 jan 2017
/proc/1/root/etc/init.d/rcS:# version 2.2


I will repeat the commands as soon as I receive the message, confirm the check and reboot.

Re: Max Count reached v18.3

PostPosted: Thu Mar 14, 2024 2:36 pm
by Jocko
Hi

Seems all is ok and yes after 10 reboots you should get the warning.

Briefly we released a version 18.3 where the mount count was not displayed. If it is the case you may upgrade again to get it. (only 6 members should be in this case)
mount_count.jpg

Re: Max Count reached v18.3

PostPosted: Mon Mar 18, 2024 6:36 pm
by mdi
Ok, so maybe I rebooted more than I noticed. I have the firmware version showing the number of reboots, so ok. Thanks!