You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm having an error on a vserver linux machine that I don't have on my laptop or my raspberry pi, with psutils 2.1.1 and python 2.7.3 on a debian 7 :
I know vserver introduces some access restrictions (can't use iptable for instance), but I didn't think it would impact psutils, top and htop commands are working well.
$ python --version
Python 2.7.3
$ uname -a
Linux 2.6.32.22-tl04-grsec2.2.0-vs2.3.0.36.29.6 #1 SMP Sun Oct 3 14:10:24 UTC 2010 x86_64 GNU/Linux
Regards,
Sébastien
The text was updated successfully, but these errors were encountered:
Basically your system does not provide any /proc/{PID}/smaps file, hence psutil cannot retrieve memory mappings.
NotImplementedError should be raised instead of TypeError though.
Hi,
I'm having an error on a vserver linux machine that I don't have on my laptop or my raspberry pi, with psutils 2.1.1 and python 2.7.3 on a debian 7 :
I know vserver introduces some access restrictions (can't use iptable for instance), but I didn't think it would impact psutils, top and htop commands are working well.
$ python --version Python 2.7.3 $ uname -a Linux 2.6.32.22-tl04-grsec2.2.0-vs2.3.0.36.29.6 #1 SMP Sun Oct 3 14:10:24 UTC 2010 x86_64 GNU/Linux
Regards,
Sébastien
The text was updated successfully, but these errors were encountered: