similar to: 2.0.3-pre2: Spurious UPS UPS@localhost battery is low ?

Displaying 20 results from an estimated 1100 matches similar to: "2.0.3-pre2: Spurious UPS UPS@localhost battery is low ?"

2006 Feb 08
2
2.0.3-pre2: Spurious UPS UPS@localhost battery is
Peter Selinger wrote: > Hm. I need more information, as NUT seems to garble the values even > before I can see them. I am not so worried about the date and > temperatures (although, strangely, the battery replacement date > appears to be Sept 25, 2001, which makes no sense). But the voltage is > definitely important. > > [...] > Thanks Peter - I'll send the new
2011 Feb 21
3
[LLVMdev] attaching metadata to llvm::Argument
Hey everyone, I'm trying to retrieve information about signed-/unsignedness of an llvm::Argument so I can print out it's value to the user properly. llvm itself doesn't distinguish signed and unsigned and so llvm::Type is of no help here. Checking for nsw/usw is only an unreliable approximation and only available for llvm::Instructions anyways. I tried to use debugging
2011 Feb 22
0
[LLVMdev] attaching metadata to llvm::Argument
I too would have an immediate application if metadata could be attached to arguments. I'm currently working around it by using named metadata in the module (matched by index to the arguments). Andrew On 02/21/2011 11:18 AM, Florian Merz wrote: > Hey everyone, > > I'm trying to retrieve information about signed-/unsignedness of an > llvm::Argument so I can print out
2011 Aug 26
1
[LLVMdev] Why BinaryOperator::Create requires same argument types for shifts?
On 08/26/2011 05:32, Stephan Falke wrote: > As stated in LLVM's language reference manual > (http://llvm.org/docs/LangRef.html#i_shl), both arguments for a shl need > to have the same type. In my case, original types were uint8 (value) and uint32 (shift) llvm lacks unsigned types which made it S1=i8 and S2=i32. It's technically nothing wrong with such combination, and code works
2011 Aug 26
2
[LLVMdev] Why BinaryOperator::Create requires same argument types for shifts?
I get an assert @ Instructions.cpp:1774 when Op=llvm::Instruction::Shl. Should this assert avoid shift operations? Yuri
2011 Aug 26
0
[LLVMdev] Why BinaryOperator::Create requires same argument types for shifts?
Hi Yuri, As stated in LLVM's language reference manual (http://llvm.org/docs/LangRef.html#i_shl), both arguments for a shl need to have the same type. What exactly are you trying to do? --Stephan > I get an assert @ Instructions.cpp:1774 when Op=llvm::Instruction::Shl. > Should this assert avoid shift operations? > > Yuri
2006 Feb 28
3
Misreported values with newhidups
Okay, now that I've got NUT up and running with the newhidups driver, I can give it a quick shakedown. Most of the values look good, but are few are off. Here's what I get: elrond@foxstar:~$ upsc foxstarups@localhost battery.charge: 100 battery.charge.low: 10 battery.charge.warning: 50 battery.date: 3150/08/01 battery.mfr.date: 2005/03/22 battery.runtime: 1935 battery.runtime.low: 120
2005 Oct 01
2
Preparing the 2.0.3-pre2 release
Hi there, I'm preparing the 2.0.3-pre2 release. I've decided, as an exception (the second with the ones for 2.0.2, but hey, nut has a lot of late to resorb) to merge the USB improvements from the CVS Development branch. That means that the updated newhidups, as well as tripplite_usb and bcmxcp_usb if these are fine. To Charles and Wolfgang: any comments, objections, last things to be
2005 Oct 09
1
Preparing the 2.0.3-pre2 release (regex matcher)
On 10/1/05, Arnaud Quette <aquette.dev@gmail.com> wrote: > I've decided, as an exception (the second with the ones for 2.0.2, > but hey, nut has a lot of late to resorb) to merge the USB > improvements from the CVS Development branch. I took a look at backporting tripplite_usb to Testing. I don't see the regex matcher, though. Do we want to merge that, too? Or should I
2005 Oct 17
0
Re: Feedback: Back-UPS RS 800 USB works with NUT
Hi Klaus, Thanks for your much appreciated feedback. Klaus Holler wrote: > Hello, > >I just wanted to report that the Back-UPS RS 800 works with the >Network UPS Tools. Currently I use the following (Ubuntu breezy) >debian packages on kernel 2.4.31: >ii nut 2.0.2-1build1 >ii nut-usb 2.0.2-1build1 > >lsusb reports: >ID 051d:0002 American Power Conversion Back-UPS Pro
2012 Dec 19
4
How to convert xts data into list
Hello, How can I convert Close colume of the below xts time series data into a list of Close values ? I'd like to plot Close values as a list. &gt; head(zc) Close (10/15/12 09:00:00) 252.40 (10/15/12 09:01:00) 253.10 (10/15/12 09:02:00) 253.15 (10/15/12 09:03:00) 253.30 (10/15/12 09:04:00) 253.25 (10/15/12 09:05:00) 253.45 I tried the below command to plot it.
2001 May 21
3
Strange interaction of sftp and protocol version 1
As I read the manpage, you need to enable Subsystems to have the server support them. [...] Subsystem Configures an external subsystem (e.g., file transfer daemon). Arguments should be a subsystem name and a command to execute up? on subsystem request. The command sftp-server(8) implements the ``sftp'' file transfer
2001 May 21
1
PasswordAuthentication no and protocol V2
PasswordAuthentication seems to be accepted regardless when DSA authentication is not available. Client and server are Linux - openssh-2.5.2p2-1.7.2 Server config is: Port 22 ListenAddress 0.0.0.0 HostKey /etc/ssh/ssh_host_key HostKey /etc/ssh/ssh_host_dsa_key KeyRegenerationInterval 3600 LoginGraceTime 600 ServerKeyBits 768 IgnoreRhosts yes PasswordAuthentication no
2005 Oct 05
1
serial/USB-over-HID layer for fentonups
Do you know some piece of code I could look at to see learn more about this ?
2005 Oct 05
1
serial/USB-over-HID layer for fentonups
Do you know some piece of code I could look at to see learn more about this ?
2016 Aug 10
3
SCEV LoopTripCount
Hello, I was doing some experiments with SCEV and especially the loop trip count. Sorry for the dumb question, what is the easiest way to dump SCEV analysis results on a .bc file? On a side note, I wanted to see if we could optimize this function: unsigned long kernel(long w, long h, long d) { unsigned long count = 0; for(int i = 0; i < w; ++i) for(int j = i; j < h; ++j) for(int k = j; k
2009 Apr 18
4
Loop question
Hi everyone, I am trying to accomplish a small task that is giving me quite a headache. I would like to automatically generate a series of matrices and give them successive names. Here is what I thought at first: t1<-matrix(0, nrow=250, ncol=1) for(i in 1:10){ t1[i]<-rnorm(250) } What I intended was that the loop would create 10 different matrices with a single column of 250
2005 Aug 14
4
problems from a starter
I have installed nut 2.0 Var/log/messages: Aug 14 16:37:26 server kernel: hiddev96: USB HID v1.10 Device [American Power Conversion Back-UPS BF500 FW:814.s3.I USB FW:s3] on usb-0000:00:1d.0-1 Aug 14 16:37:26 server kernel: hub 5-0:1.0: USB hub found Aug 14 16:37:26 server kernel: hub 5-0:1.0: 2 ports detected My ups.conf : [APC350] driver = apcsmart port = /dev/usb/hidddev96 desc =
2013 Aug 30
1
Outliers Help
This is my a part of my data set > D[1:15,c(1,5:10)] X. media IE.2005 IE.2006 IE.2007 IE.2008 IE.2009 IE.2010 1 1108 22.00000 60.0 39 4.0 8.0 16.0 5.0 2 1479 110.00000 NA NA 53.0 1166.0 344.8 110.0 3 1591 86.60000 247.0 87 95.0 94.0 81.0 76.0 4 3408 807.00000 302.0 322 621.0 1071.0 1301.0 1225.0
2002 Aug 01
0
ext3 hang with smp 2.4.18, 2.4.19-pre2 systems
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I am running a dual Athelon/Tyan MP system. It is a pretty simple minded setup, 512 MB ram + a few ide disks. No raid, no scsi, no disk quotas, no nfs, no samba. Recently I have been able to hang the system (requiring hardware reset, can't ping, console frozen) at will by doing large compile jobs. This has occurred with a stock RedHat 7.3