search for: l396

Displaying 6 results from an estimated 6 matches for "l396".

Did you mean: 396
2014 Nov 07
0
nutdrv_qx and Best Power equipment
...en I unplugged the unit around t=638, I also got "data stale" messages from upsd (probably at t=662.124768). I let it run the battery down, and plugged it back in just before t=2617.617643. My fault, I missed this line: https://github.com/networkupstools/nut/blob/master/drivers/bestups.c#L396 Apparently, the bypass/boost/buck bit is not reliable also when the UPS is performing a battery test (6th bit set to 1) or a shutdown is active (7th bit set to 1). Now it should be fixed: https://github.com/zykh/nut/tree/bestups I noticed that your UPS seems to support the 'M' command as...
2014 Nov 02
2
nutdrv_qx and Best Power equipment
On Nov 1, 2014, at 9:28 PM, hyouko at gmail.com wrote: > Provided that the subdriver works, I'd like to see, if possible, the logs of: > - driver startup > - a command that succeeds > - a command that fails > - q1 when online and all's ok > - q1 on battery > - setting pins_shutdown_mode Attached is a log of most of these conditions. Looks like reading the status for
2023 Mar 24
1
[PATCH 1/1] nbd/server: push pending frames after sending reply
...et any time we know we are likely to send more data very shortly. nbdkit wraps it under a flag SEND_MORE, which applies to both plaintext: https://gitlab.com/nbdkit/nbdkit/-/blob/master/server/connections.c#L415 and to TLS connections: https://gitlab.com/nbdkit/nbdkit/-/blob/master/server/crypto.c#L396 while libnbd uses MSG_MORE a bit more directly for the same purpose for plaintext, but isn't (yet) doing TLS corking: https://gitlab.com/nbdkit/libnbd/-/blob/master/generator/states-issue-command.c#L53 https://gitlab.com/nbdkit/libnbd/-/blob/master/lib/internal.h#L57 I would love to see a fut...
2014 Nov 09
3
nutdrv_qx and Best Power equipment
...the unit around t=638, I also got "data stale" messages from upsd (probably at t=662.124768). I let it run the battery down, and plugged it back in just before t=2617.617643. > > My fault, I missed this line: > https://github.com/networkupstools/nut/blob/master/drivers/bestups.c#L396 > Apparently, the bypass/boost/buck bit is not reliable also when the > UPS is performing a battery test (6th bit set to 1) or a shutdown is > active (7th bit set to 1). > > Now it should be fixed: > https://github.com/zykh/nut/tree/bestups Thanks, that works better. I have it c...
2011 Nov 21
3
Confusing Generic USB UPS cannot be matched
I was dropping off junk at the waste transfer station and scarfed a UPS out of the pile of old TV's and VCR's. It was in good physical condition and as I expected, the battery was toast. A new RBC-2 battery restored it to working condition. Then I tried to get it to talk to some software. And I am having no luck. The unit is branded as a Nexxtech Model 6118507 650VA imported into
2020 Jun 24
4
Codifying our Brace rules-
On Wed, Jun 24, 2020 at 2:37 AM Chris Lattner via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On Jun 23, 2020, at 11:02 AM, Philip Reames <listmail at philipreames.com> > wrote: > > I'll note that reading along I haven't found any of the proposed changes > particularly worthwhile. I'm also not strongly opposed to any of them - I > just don't care