-
Version: pysnmp 4.1.12a
Python: Python 2.5.4
The included example v3arch/agent/cmdrsp.py breaks with the following exception when run on a 64-bit system:
Traceback (most recent call last):
File "./cmdrsp.py", line 10, in
snmpEngine = engine.SnmpEngine()
File "/home/bclark/.virtualenvs/snmp/lib/python2.5/site-packages/pysnmp/entity/engine.py", line 16, in __init__...
2009-09-15 18:07:31 UTC in Python SNMP framework
-
kvm-84, kernel 2.6.29.
2009-04-04 03:08:08 UTC in kernel virtual machine
-
When I attempt to usb_add my Garmin Venture HC GPS with this command:
usb_add host:091e:0003
I get the following error:
usb_linux_update_endp_table: Broken pipe
strace log:
write(1, "husb: open device 5.3\n", 22) = 22
open("/proc/bus/usb/005/003", O_RDWR|O_NONBLOCK) = 26
read(26, "\22\1\20\1\377\377\377@\36\t\3\0\1\0\0\0\0\1\t\2'\0\1\1\0\300\0\t\4\0\0\3"..., 1024) = 57
write(1, "husb:
2009-04-04 03:02:12 UTC in kernel virtual machine
-
As of 2.6.24, linux provides the ac adapter status in /sys instead of /proc/acpi.
2008-06-17 21:31:24 UTC in Conky
-
Logged In: YES
user_id=671416
Looks like something similar to this was added in v1.21 of
tokenzr.cpp on HEAD.
2006-01-24 18:00:18 UTC in wxWidgets
-
wxStringTokenizer::GetNextToken() calls
wxString::erase() after determining what the next token
should be. On a large string wxString::erase is a huge
performance hit because the remaining string must be
reallocated and copied.
This patch used the nStart parameters to
wxString::find_* to keep the original string intact
while processing. No new member variables were added
to...
2006-01-24 17:55:51 UTC in wxWidgets
-
byron_clark committed patchset 11 of module mdpview to the MDPView CVS repository, changing 4 files.
2005-10-20 03:42:43 UTC in MDPView
-
byron_clark committed patchset 10 of module mdpview to the MDPView CVS repository, changing 7 files.
2005-01-23 16:50:34 UTC in MDPView
-
byron_clark committed patchset 9 of module mdpview to the MDPView CVS repository, changing 1 files.
2005-01-23 16:20:09 UTC in MDPView
-
byron_clark committed patchset 8 of module mdpview to the MDPView CVS repository, changing 3 files.
2005-01-23 16:08:07 UTC in MDPView