Displaying 2 results from an estimated 2 matches for "get_process_info".
Did you mean:
set_process_info
2011 Sep 08
1
KVM on CentOS 6
...t_code=True)
File "/usr/share/yum-cli/yummain.py", line 254, in user_main
errcode = main(args)
File "/usr/share/yum-cli/yummain.py", line 103, in main
show_lock_owner(e.pid, logger)
File "/usr/share/yum-cli/utils.py", line 106, in show_lock_owner
ps = get_process_info(pid)
File "/usr/share/yum-cli/utils.py", line 61, in get_process_info
if (not os.path.exists("/proc/%d/status" % pid) or
TypeError: %d format: a number is required, not str
------------------------------------
And running mount gives this:
[root at dev log]# mount
/dev/m...
2009 Jul 17
0
Wine release 1.1.26
...nes.
include: Get rid of the no longer used wine/pthread.h.
ntdll: Add management of the Wow64 filesystem redirection flag.
kernel32: Forward the Wow64 redirection functions to ntdll.
winetest: Load resources by name instead of id.
server: Return the process CPU in the get_process_info request.
ntdll: Support querying the Wow64 state of other processes.
kernel32: Add implementation of GetSystemWow64DirectoryA/W.
shell32: Add support for the CSIDL_SYSTEMX86 folder.
shell32/tests: Revive the test for CSIDL_SYSTEMX86.
kernel32/tests: Avoid using non-ASC...