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

No Processes in stats on Ubuntu #173

Open
artbird309 opened this issue Apr 1, 2014 · 5 comments
Open

No Processes in stats on Ubuntu #173

artbird309 opened this issue Apr 1, 2014 · 5 comments

Comments

@artbird309
Copy link

I am running Ubuntu 13.10 and I now have the disk status which I didn't have end status was first released but now I don't have the process list. I have attached a photo of what I see.
screenshot 2014-03-31 23 02 27

If more information is needed let me know and I should be able to get that.

Thanks,
ARTbird309

@Hellowlol
Copy link
Contributor

I'm not 100% sure I understand what you mean. Do I understand you correct when I your disk list work but not processes? Tried force catch update in the browser? Any exceptions in the log? If you go to URL/stats/processes is the processes listed there? Btw, the process list can take some time to load the first time, the spinner does not work for some reason so wait like 20 sec.

@artbird309
Copy link
Author

That is correct the disk stats work but the processes don't list.

Attached is a screenshot of the disk stats:
image

I have cleared the cache and used different computers. I have waited over a min. and still nothing.

Below is my logs for the stats module, I am using the most current Ubuntu updates but I do see it says "Psutil is outdated, needs atleast version 0,7", I am using the package python-psutil.

2014-04-01 06:46:05 modules.stats   ERROR   Error trying to pull cpu percent: 'module' object has no attribute 'cpu_times_percent'
2014-04-01 06:46:05 modules.stats   ERROR   Pulling network info 'module' object has no attribute 'net_io_counters'
2014-04-01 06:46:05 modules.stats   ERROR   Could not get uptime 'module' object has no attribute 'get_boot_time'
2014-04-01 06:45:55 modules.stats   ERROR   Error trying to pull cpu percent: 'module' object has no attribute 'cpu_times_percent'
2014-04-01 06:45:54 modules.stats   ERROR   Could not get uptime 'module' object has no attribute 'get_boot_time'
2014-04-01 06:45:54 modules.stats   ERROR   Pulling network info 'module' object has no attribute 'net_io_counters'
2014-04-01 06:45:54 modules.stats   ERROR   Psutil is outdated, needs atleast version 0,7
2014-04-01 06:45:09 modules.stats   ERROR   Error trying to pull cpu percent: 'module' object has no attribute 'cpu_times_percent'
2014-04-01 06:45:09 modules.stats   ERROR   Pulling network info 'module' object has no attribute 'net_io_counters'
2014-04-01 06:45:09 modules.stats   ERROR   Could not get uptime 'module' object has no attribute 'get_boot_time'
2014-04-01 06:44:59 modules.stats   ERROR   Error trying to pull cpu percent: 'module' object has no attribute 'cpu_times_percent'
2014-04-01 06:44:59 modules.stats   ERROR   Could not get uptime 'module' object has no attribute 'get_boot_time'
2014-04-01 06:44:59 modules.stats   ERROR   Pulling network info 'module' object has no attribute 'net_io_counters'
2014-04-01 06:44:49 modules.stats   ERROR   Error trying to pull cpu percent: 'module' object has no attribute 'cpu_times_percent'
2014-04-01 06:44:49 modules.stats   ERROR   Pulling network info 'module' object has no attribute 'net_io_counters'
2014-04-01 06:44:49 modules.stats   ERROR   Could not get uptime 'module' object has no attribute 'get_boot_time'
2014-04-01 06:44:39 modules.stats   ERROR   Error trying to pull cpu percent: 'module' object has no attribute 'cpu_times_percent'
2014-04-01 06:44:39 modules.stats   ERROR   Could not get uptime 'module' object has no attribute 'get_boot_time'
2014-04-01 06:44:39 modules.stats   ERROR   Pulling network info 'module' object has no attribute 'net_io_counters'

@Hellowlol
Copy link
Contributor

Okei. See the install file in the outdated message how to install from source.

Den 1. apr. 2014 kl. 13:00 skrev artbird309 [email protected]:

That is correct the disk stats work but the processes don't list.

Attached is a screenshot of the disk stats:

I have cleared the cache and used different computers. I have waited over a min. and still nothing.

Below is my logs for the stats module, I am using the most current Ubuntu updates but I do see it says "Psutil is outdated, needs atleast version 0,7", I am using the package python-psutil.

2014-04-01 06:46:05 modules.stats ERROR Error trying to pull cpu percent: 'module' object has no attribute 'cpu_times_percent'
2014-04-01 06:46:05 modules.stats ERROR Pulling network info 'module' object has no attribute 'net_io_counters'
2014-04-01 06:46:05 modules.stats ERROR Could not get uptime 'module' object has no attribute 'get_boot_time'
2014-04-01 06:45:55 modules.stats ERROR Error trying to pull cpu percent: 'module' object has no attribute 'cpu_times_percent'
2014-04-01 06:45:54 modules.stats ERROR Could not get uptime 'module' object has no attribute 'get_boot_time'
2014-04-01 06:45:54 modules.stats ERROR Pulling network info 'module' object has no attribute 'net_io_counters'
2014-04-01 06:45:54 modules.stats ERROR Psutil is outdated, needs atleast version 0,7
2014-04-01 06:45:09 modules.stats ERROR Error trying to pull cpu percent: 'module' object has no attribute 'cpu_times_percent'
2014-04-01 06:45:09 modules.stats ERROR Pulling network info 'module' object has no attribute 'net_io_counters'
2014-04-01 06:45:09 modules.stats ERROR Could not get uptime 'module' object has no attribute 'get_boot_time'
2014-04-01 06:44:59 modules.stats ERROR Error trying to pull cpu percent: 'module' object has no attribute 'cpu_times_percent'
2014-04-01 06:44:59 modules.stats ERROR Could not get uptime 'module' object has no attribute 'get_boot_time'
2014-04-01 06:44:59 modules.stats ERROR Pulling network info 'module' object has no attribute 'net_io_counters'
2014-04-01 06:44:49 modules.stats ERROR Error trying to pull cpu percent: 'module' object has no attribute 'cpu_times_percent'
2014-04-01 06:44:49 modules.stats ERROR Pulling network info 'module' object has no attribute 'net_io_counters'
2014-04-01 06:44:49 modules.stats ERROR Could not get uptime 'module' object has no attribute 'get_boot_time'
2014-04-01 06:44:39 modules.stats ERROR Error trying to pull cpu percent: 'module' object has no attribute 'cpu_times_percent'
2014-04-01 06:44:39 modules.stats ERROR Could not get uptime 'module' object has no attribute 'get_boot_time'
2014-04-01 06:44:39 modules.stats ERROR Pulling network info 'module' object has no attribute 'net_io_counters'

Reply to this email directly or view it on GitHub.

@artbird309
Copy link
Author

I think I have found the problem after digging in a lot deeper. The package for Ubuntu 13.10 is psutil version 0.6.1, the next release of Ubuntu 14.04 has a lot newer version 1.2.1.
https://launchpad.net/ubuntu/+source/python-psutil/

I manually updated psutil with pip to version 2.0.0

It looks like it is working now, I have the process list and network info.

@Hellowlol
Copy link
Contributor

Great!

Den 1. apr. 2014 kl. 13:23 skrev artbird309 [email protected]:

I think I have found the problem after digging in a lot deeper. The package for Ubuntu 13.10 is psutil version 0.6.1, the next release of Ubuntu 14.04 has a lot newer version 1.2.1.
https://launchpad.net/ubuntu/+source/python-psutil/

I manually updated psutil with pip to version 2.0.0

It looks like it is working now, I have the process list and network info.


Reply to this email directly or view it on GitHub.

fsteccanella pushed a commit to fsteccanella/HTPC-Manager that referenced this issue Dec 5, 2016
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

2 participants