search for: l369

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

Did you mean: 369
2016 Feb 09
2
CloneFunction during LTO leads to seg fault?
Hi Medhi, Thanks for you reply. Here is the full output of -print-after-all [1] and just the module itself after my pass[2]. I've looked over the IR, but I can't see anything obviously wrong. I'm not sure what you meant by: > You may want to try to add it at the end of the pipeline My pass is the last one added inside populateLTOPassManager. Should I add it to the
2014 Jun 06
0
Question about voltage threshold setting in NUT
Hello Charles, Thank you for your reply. For the discrete value thing, this morning I did try to run sudo upsrw -s input.transfer.low=x -u * -p * ups I changed "x" value from 60 to 96 then checked upsc result. All the script return OK but only 84 and 96 got picked up and working. Out model is Eaton 3S 500. And in windows it has a Eaton Personal Solution Pac. In Battery transfer
2016 Jan 28
0
Patching CyberPower UPS drivers
...happy is setting the timeout. > > Instead of asking for N number of chars and then timing out after a long time, I'd like to ask it for a string (up to the 0x0D). There are also ser_get_line() and ser_get_line_alert(): https://github.com/networkupstools/nut/blob/master/drivers/serial.c#L369 Not sure if there was a specific reason why those weren't used originally, or if this driver predates them. > I haven't written that in yet, but will if someone says there's another way -- or I have to do it that way.... > > so that an incomplete string after time causes a t...
2014 Jun 06
2
Question about voltage threshold setting in NUT
On Jun 5, 2014, at 10:53 PM, Charles Lepple wrote: > As you have seen, the "default.*" and "overwrite.*" names are not actual variables: they are configuration options to change what is returned from upsc. That is why you get VAR-NOT-SUPPORTED. typo; should have been "override.*" -- Charles Lepple clepple at gmail
2016 Feb 11
2
CloneFunction during LTO leads to seg fault?
.../pastebin.com/z0sDd6Zp > [2] http://pastebin.com/xRKYwEYj > [3] http://pastebin.com/fbV3MUUb > [4] https://github.com/llvm-mirror/llvm/blob/master/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp#L610 > [5] https://github.com/llvm-mirror/llvm/blob/master/lib/CodeGen/AsmPrinter/DwarfDebug.cpp#L369 > > On 02/09/2016 02:03 PM, Scott A. Carr wrote: >> Hi Medhi, >> >> Thanks for you reply. Here is the full output of -print-after-all [1] and just the module itself after my pass[2]. >> >> I've looked over the IR, but I can't see anything obviously wr...
2016 Jan 19
5
Patching CyberPower UPS drivers
Hey there, I got a new UPS (CyberPower PR1500LCDRTXL2Ua) and found the serial drivers don't quite work... So I decided to jump in and make changes to the driver that would hopefully make it happier. I have it working (I really only changed powerp-txt.c) but still have a couple questions... Charles said I should mention them here to talk to anyone interest but specifically Arjen (one of