Hi,
assuming you setup everything correctly, I think I found an issue in the code about this.
Can you do me a favor and try two things if that solves the issue?
#1
Run the following commands
If that does not work, try #2
Run the following commands
I hope one of these helps. These are just some strange ideas, which came to my mind :) 8-)
best regards
Matthias
assuming you setup everything correctly, I think I found an issue in the code about this.
Can you do me a favor and try two things if that solves the issue?
#1
Run the following commands
sudo sed -i -e 's|"/opt/piratebox/share/Shared"|"/opt/piratebox/share/Shared/"|' /opt/piratebox/python_lib/diskusage.py sudo rm -v /opt/piratebox/www/diskusage.htmlAfter this check via the landing page, if the disk usage is displayed correctly.
If that does not work, try #2
Run the following commands
sudo mkdir /opt/piratebox/share/Shared/folder sudo sed -i -e 's|"/opt/piratebox/share/Shared/"|"/opt/piratebox/share/Shared/folder"|' /opt/piratebox/python_lib/diskusage.py rm -v /opt/piratebox/www/diskusage.htmlAfter this check via the landing page, if the disk usage is displayed correctly.
I hope one of these helps. These are just some strange ideas, which came to my mind :) 8-)
best regards
Matthias