Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ubuntu 10.04] df.php errors with "df: no file systems processed" #29

Closed
drnic opened this issue Jan 28, 2014 · 5 comments
Closed

[ubuntu 10.04] df.php errors with "df: no file systems processed" #29

drnic opened this issue Jan 28, 2014 · 5 comments

Comments

@drnic
Copy link

drnic commented Jan 28, 2014

$ php5 df.php
df: no file systems processed
[]

What does df -h (the df.php command being run) do on your server? Perhaps there's a 10.04 equivalent.

@k3oni
Copy link

k3oni commented Jan 28, 2014

http://unixhelp.ed.ac.uk/CGI/man-cgi?df

Run df only and see if you get any output.

@drnic
Copy link
Author

drnic commented Jan 28, 2014

Ahh, I've just had a thought. I'm running this within a warden container
(like LXC/Docker) and df may not work as expected. "df: no file systems
processed" may be the expected result.

@k3oni
Copy link

k3oni commented Jan 28, 2014

Yes that might be the issue, openvz does something similar.
You can try and populate mtab manually running the following inside the vm: cat /proc/mounts > /etc/mtab

@tariqbuilds
Copy link
Owner

@drnic any updates? I'm curious whether you were able to resolve it. Perhaps I can include something in df.php to account for containers.

@tariqbuilds tariqbuilds added this to the General code improvements milestone Feb 5, 2014
@tariqbuilds
Copy link
Owner

Please reopen the issue if it is not resolved. If there was a specific solution that helped, please post it here.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants