Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#26685 - [iotop] crash with "OSError: Netlink error: Operation not permitted (1)"
Attached to Project:
Community Packages
Opened by Peter Lewis (petelewis) - Sunday, 30 October 2011, 10:12 GMT
Last edited by Jaroslav Lichtblau (Dragonlord) - Monday, 31 October 2011, 17:45 GMT
Opened by Peter Lewis (petelewis) - Sunday, 30 October 2011, 10:12 GMT
Last edited by Jaroslav Lichtblau (Dragonlord) - Monday, 31 October 2011, 17:45 GMT
|
DetailsDescription:
iotop doesn't start, just crashes with a permissions error. Additional info: * package version(s) 0.4.3-2 * config and/or log files etc. % iotop Traceback (most recent call last): File "/usr/bin/iotop", line 16, in <module> main() File "/usr/lib/python2.7/site-packages/iotop/ui.py", line 563, in main main_loop() File "/usr/lib/python2.7/site-packages/iotop/ui.py", line 553, in <lambda> main_loop = lambda: run_iotop(options) File "/usr/lib/python2.7/site-packages/iotop/ui.py", line 465, in run_iotop return curses.wrapper(run_iotop_window, options) File "/usr/lib/python2.7/curses/wrapper.py", line 43, in wrapper return func(stdscr, *args, **kwds) File "/usr/lib/python2.7/site-packages/iotop/ui.py", line 457, in run_iotop_window process_list = ProcessList(taskstats_connection, options) File "/usr/lib/python2.7/site-packages/iotop/data.py", line 373, in __init__ self.update_process_counts() File "/usr/lib/python2.7/site-packages/iotop/data.py", line 429, in update_process_counts stats = self.taskstats_connection.get_single_task_stats(thread) File "/usr/lib/python2.7/site-packages/iotop/data.py", line 158, in get_single_task_stats reply = GeNlMessage.recv(self.connection) File "/usr/lib/python2.7/site-packages/iotop/genetlink.py", line 50, in recv msg = conn.recv() File "/usr/lib/python2.7/site-packages/iotop/netlink.py", line 229, in recv raise err OSError: Netlink error: Operation not permitted (1) Steps to reproduce: run iotop with no arguments. |
This task depends upon
Closed by Jaroslav Lichtblau (Dragonlord)
Monday, 31 October 2011, 17:45 GMT
Reason for closing: Upstream
Additional comments about closing: Error message improved in iotop-0.4.4-1
Monday, 31 October 2011, 17:45 GMT
Reason for closing: Upstream
Additional comments about closing: Error message improved in iotop-0.4.4-1
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644616