WebTop HTTP Status 500

Using the mount command I get the following response:

[root@ns7-1 ~]# mount
/dev/mapper/vg-lv_root on / type ext4 (rw,relatime,data=ordered)
/dev/mapper/vg-lv_root on /home type ext4 (rw,relatime,data=ordered)
/dev/sda1 on /boot type ext4 (rw,relatime,data=ordered)

df command gives:

[root@ns7-1 ~]# df -h -T
Filesystem Type Size Used Avail Use% Mounted on
/dev/mapper/vg-lv_root ext4 37G 2.5G 33G 7% /
devtmpfs devtmpfs 988M 0 988M 0% /dev
tmpfs tmpfs 999M 0 999M 0% /dev/shm
tmpfs tmpfs 999M 78M 921M 8% /run
tmpfs tmpfs 999M 0 999M 0% /sys/fs/cgroup
/dev/sda1 ext4 477M 165M 283M 37% /boot
tmpfs tmpfs 200M 0 200M 0% /run/user/0

Looks like ext4

1 Like

Just what I was suspecting.

This is of course the cause of the bug, a fix is on the way. Thank you!

I am curious… can you elaborate?

This is the PR: https://github.com/NethServer/nethserver-webtop5/pull/15

Default output of find commands is sorted accordingly to filesystem inodes which are different between ext4 and xfs.
But the sql file must be executed in a specific order.

1 Like

Related issue: https://github.com/NethServer/dev/issues/5405

Package is ready for testing (/cc @lucag)