Displaying 4 results from an estimated 4 matches for "kuznecov".
2008 Jan 07
2
Powerware 5115 on Debian Etch
I've got some strange problem with NUT on my 5115 on Debian Etch:
---snip---
$ sudo ./bcmxcp_usb -DDDDDDD -a 5115
Network UPS Tools - BCMXCP UPS driver 0.13 (2.3.0-1181)
Warning: This is an experimental driver.
Some features may not function correctly.
debug level is '7'
Can't set POWERWARE USB configuration
Unable to find POWERWARE UPS device on USB bus
Things to try:
-
2007 Nov 06
1
Powerware PW5115 USB driver
Hi
I have PW 5115 500 UPS which has both RS232 and USB connectors.
bcmxcp driver works fine with serial connection but bcmxcp_usb does
not with USB one.
After some USB sniffing on windows box I've found that PW5115
communicates in other way than supposed in driver. Applying attached
patch makes driver to work properly.
System: FreeBSD 6.2 but ugen driver needs patching in order to respect
2008 Jan 26
1
Memory leak in upsmon
Hello,
I was running upsmon some time without UPS connected and noticed
significant memory leak.
After some debugging I found the leak source. It is in file clients/upsclient.c.
Function upscli_connect() allocates memory for ups->pc_ctx and in case
of any error, just returns -1 without freeing it.
My NUT version is 2.2.0, but I quickly looked through 2.2.1 sources
and it seems this bug was not
2006 May 24
0
rsync connection limit
Hello!
In the attached file is patch for the option to set client connection limit.
We had problem for dead hosts, so default system timeout is not enough.
--conlimit option added
Will be great to see this patch in the future version, so we do not need
to patch every time.
Thanks and Cheers, Eugene.
--
-------------- next part --------------
diff -Naur rsync-2.6.8/errcode.h