Unable to log into web gui after update

    • Offizieller Beitrag

    That's strange. Please see attached.

    I just happened to see this, but just FYI... I would never trust Windows to accurately display information about a Linux filesystem... it will almost always be wrong (as it is in this case).

  • Am I missing something? I have just run sudo du -h --max-depth=1 in the directory /var/lib/docker and can't find the offending file. Please see the output below.


    root@lh-omv-nas:/var/lib/docker# sudo du -h --max-depth=1
    4.0K ./swarm
    4.0K ./runtimes
    20K ./builder
    3.5G ./overlay2
    360K ./containerd
    180K ./network
    1.4M ./containers
    4.0K ./tmp
    9.1M ./image
    72K ./buildkit
    28K ./volumes
    4.0K ./openmediavault
    4.0K ./trust
    20K ./plugins
    3.5G .

  • Here is the output from root.


    root@lh-omv-nas:/# sudo du -h --max-depth=1
    16K ./opt
    4.0K ./mnt
    4.0K ./export
    3.6G ./var
    du: cannot read directory './proc/15597/task/15597/net': Invalid argument
    du: cannot read directory './proc/15597/net': Invalid argument
    du: cannot read directory './proc/15598/task/15598/net': Invalid argument
    du: cannot read directory './proc/15598/net': Invalid argument
    du: cannot read directory './proc/15599/task/15599/net': Invalid argument
    du: cannot read directory './proc/15599/net': Invalid argument
    du: cannot read directory './proc/15600/task/15600/net': Invalid argument
    du: cannot read directory './proc/15600/net': Invalid argument
    du: cannot access './proc/15618/task/15618/fd/3': No such file or directory
    du: cannot access './proc/15618/task/15618/fdinfo/3': No such file or directory
    du: cannot access './proc/15618/fd/4': No such file or directory
    du: cannot access './proc/15618/fdinfo/4': No such file or directory
    0 ./proc
    173M ./boot
    4.0K ./home
    452G ./sharedfolders
    0 ./dev
    0 ./tmp
    1.2G ./lib
    0 ./sys
    16K ./lost+found
    9.3M ./run
    13M ./bin
    8.0K ./media
    4.0K ./lib64
    68K ./root
    950M ./usr
    15M ./sbin
    245G ./srv
    7.3M ./etc
    702G .

  • Here is the output of du -sh /*


    root@lh-omv-nas:/# du -sh /*
    13M /bin
    173M /boot
    0 /dev
    7.3M /etc
    4.0K /export
    4.0K /home
    0 /initrd.img
    0 /initrd.img.old
    1.2G /lib
    4.0K /lib64
    16K /lost+found
    8.0K /media
    4.0K /mnt
    16K /opt
    du: cannot read directory '/proc/18285/task/18285/net': Invalid argument
    du: cannot read directory '/proc/18285/net': Invalid argument
    du: cannot read directory '/proc/18286/task/18286/net': Invalid argument
    du: cannot read directory '/proc/18286/net': Invalid argument
    du: cannot read directory '/proc/18287/task/18287/net': Invalid argument
    du: cannot read directory '/proc/18287/net': Invalid argument
    du: cannot read directory '/proc/18288/task/18288/net': Invalid argument
    du: cannot read directory '/proc/18288/net': Invalid argument
    du: cannot access '/proc/18289/task/18289/fd/3': No such file or directory
    du: cannot access '/proc/18289/task/18289/fdinfo/3': No such file or directory
    du: cannot access '/proc/18289/fd/3': No such file or directory
    du: cannot access '/proc/18289/fdinfo/3': No such file or directory
    0 /proc
    68K /root
    9.3M /run
    15M /sbin
    452G /sharedfolders
    60K /srv
    0 /sys
    0 /tmp
    950M /usr
    3.6G /var
    0 /vmlinuz
    0 /vmlinuz.old

  • The output of du -sh /var/*


    root@lh-omv-nas:/# du -sh /var/*
    1.7M /var/backups
    8.6M /var/cache
    3.5G /var/lib
    4.0K /var/local
    0 /var/lock
    25M /var/log
    4.0K /var/mail
    4.0K /var/opt
    0 /var/run
    120K /var/spool
    4.0K /var/tmp
    11M /var/www

  • I am unable to run 'apt-get install ncdu'. The output is below:


    root@lh-omv-nas:/# apt-get install ncdu
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package ncdu



    Thanks again all for your help.

    • Offizieller Beitrag

    I am unable to run 'apt-get install ncdu'. The output is below:

    My bad of course it won't because the boot disk is full and as per your first post you can't therefore run apt-clean nor update to update the repositories, I'm also at a loss now, my only suggestion is that link I posted.

    • Offizieller Beitrag

    That's saying it can't find the package.. pretty sure a disk full error would be different. Not sure what is going on.


    Regardless, i don't think ncdu really solves the problem.. it's likely just going to duplicate what the other commands are saying.

    • Offizieller Beitrag

    Hold on a second... going back to your first command...


    /var/lib/docker/overlay2/1bb93d795d93790555cade4c27f2b28765673b594ba15e4d5b7786044f450e4a/merged
    overlay 110G 108G 0 100%


    Are you using mergerFS? I'm not sure how that would be on your OS drive... but I don't have that "merged" in my /overlay2 path for any containers.

    • Offizieller Beitrag

    Are you using mergerFS?

    Can't be it's not showing the mergerfs mount point in df -h this is the output from mine;

    • Offizieller Beitrag

    Any clue what that merged path is then? I don't have that in any of my paths.


    Edit: Nevermind.. It's apparently not in all the paths, but I just found it in a couple.


    I was off base there... just out of ideas and grasping at straws.

    • Offizieller Beitrag

    Any clue what that merged path is then?

    Best guess reading this it's the number of image layers a particular image has, therefore they merge, looking at the 3 I use they all have a number of image layers.


    If you look at the output from du -h --max-depth=1 and then from du -sh /* they are different, the sharedfolders are the same which matches the first post if you add up the used space on the three drives.


    However, du -h --max-depth=1 shows ./srv at 245G but du -sh /* shows /srv at 60K TBH my knowledge of linux directory/file listings is virtually zero and I have to search.

    • Offizieller Beitrag

    What is the output of: sudo du -d1 -x -h / | sort -h

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!