similar to: Smart-UPS DP missing variable

Displaying 20 results from an estimated 400 matches similar to: "Smart-UPS DP missing variable"

2017 Feb 13
2
Re: Extract VHD using guestfs
Thanks a lot. I was trying to copy on local disk and guestfs_download () solved my problem. Now I am trying to modify source code of guestfs_download () to extract file in memory. Can you guide me what should i do to achieve that. Mohsin On Fri, Feb 10, 2017 at 2:13 AM, Richard W.M. Jones <rjones@redhat.com> wrote: > On Thu, Feb 09, 2017 at 03:24:53PM +0500, MUHAMMAD MOHSIN wrote:
2013 Jul 01
1
bcmxcp: Patch for cosmetic code changes
Hi Here is a very minor patch for the bcmxcp.c driver, mainly fixing the function name used in debug statement, and at the same time fix indentation. Regards Alf Hogemark From 86c7940d0ea11b5b38a7f4518095ee2428d658c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alf=20H=C3=B8gemark?= <alf at i100.no> Date: Mon, 1 Jul 2013 21:11:40 +0200 Subject: [PATCH] bcmxcp: Fix method name outputted in
2019 Sep 23
0
warnung: base variable (battery.runtime.low) is immutable
Hi, I am using the NUT Software 2.7.4 (Ubuntu Repository) on Ubuntu 18.04. Configuring a UPS with the snmp-ups driver and overriding the battery.runtime.low variable leads to following warnung/error: Sep 23 11:10:08 hostname snmp-ups[27115]: dstate_setflags: base variable (battery.runtime.low) is immutable Default for battery.runtime.low is 180 seconds. My idea is to increase the value to
2017 Feb 09
0
Re: Extract VHD using guestfs
On Thu, Feb 09, 2017 at 03:24:53PM +0500, MUHAMMAD MOHSIN wrote: > * but it returns following error (error: copy_device_to_file: unknown > option 689330304 (this can happen if a program is compiled against a newer > version of libguestfs, then dynamically linked to an older version)). > Please see attached main.c for my sample code. I don't know about the above error, but the way
2009 Sep 21
1
Problem in Installing packages in R 2.9.2
Hi Sir When I use install.packages("cvt') for installing packages using R 2.9.2 I have the following problem > install.packages("ctv") Warning in install.packages("ctv") : argument 'lib' is missing: using 'C:\Users\Amina\Documents/R/win-library/2.9' --- Please select a CRAN mirror for use in this session --- trying URL
2005 Oct 04
0
variable writability
Arnaud: in today's commits, I removed three lines that you apparently added on August 10: 1.1.1.1.8.1 (aquette 04-May-05): if (mode == HU_WALKMODE_INIT) 1.1.1.1.8.1 (aquette 04-May-05): { 1.1.1.1.8.1 (aquette 04-May-05): dstate_setflags(item->info_type, item->info_flags); 1.1.1.1.8.6.2.5 (aquette 10-Aug-05): /* Verify variable setability/RW */
2006 Apr 26
1
RE nut 2.0 fentonups and Xanto S3000R
Hi Henning, you should get in touch with Carlos, who his developing a generic megatec driver (available from svn: http://eu1.networkupstools.org/source.html) Arnaud -- Linux / Unix Expert - MGE UPS SYSTEMS - R&D Dpt Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/ Debian Developer - http://people.debian.org/~aquette/ OpenSource Developer -
2011 Feb 17
1
Urgent Request
Dear Colleagues, Hope you will be fine. I am student of Ph.D and doing some work on distribution. I developed a new distribution and having some problems in estimating their parameters by MLE. I used R-program and  used "maxLik" function (maxLik: A Package for Maximum Likelihood Estimation in R) But there is some problem, it is not estimated the parameters properly. I also write an
2008 Feb 12
1
$:.unshift File.join(File.dirname(__FILE__),'..','lib')?
What this code lines mean? Especially $:. before the unshift? $:.unshift File.join(File.dirname(__FILE__),''..'',''lib'') Regards, Mohsin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2011 Apr 12
1
blazer & megatec drivers
Hi, I've being using nut 2.2.2 (Debian Lenny) via megatec_usb driver for IPPON Back UPS 600. Then I upgraded to nut 2.4.3 (Debian Squeeze) with broken megatec_usb. I moved to blazer_usb, it connected IPPON. [myups] driver = blazer_usb port = /dev/usb/hiddev0 desc = "Local UPS" #from megatec.c: batteries[] = {{ 12.0, 9.0, 16.0, 9.7, 13.7, 0.0 },
2018 Dec 16
3
detailed ups.test.result
My UPS has an LCD that says the battery is 100% and the estimated run time is 12min. The uspc has similar results. The problem is when line power is lost the UPS batter goes to 0% very quickly (seconds). It charged to 85% when power was restored. 86-100% is slower. I did: $ upscmd desktop_ups test.battery.start.deep Username (admin): Password: OK Now the ups.test.result says there is a
2006 May 26
1
SVN Newhidups driver
Hi, I recently installed a new cyberpower 1200AVR ups using the newhidups driver I built from the subversion source. I am recieving the following error on start up dstate_setflags: base variable (ups.beeper.status) does not exist dstate_setaux: base variable (ups.beeper.status) does not exist Any ideas? Thanks,
2009 Oct 22
0
svn commit r2041 - trunk/drivers
(fwd since message body is too big) WARNING: though I've done everything to avoid regression, please test your HID subdriver thoroughly! Subject: svn commit r2041 - trunk/drivers Author: aquette Date: Thu Oct 22 08:46:56 2009 New Revision: 2041 Log: - implement full duplex data lookup: this allows to format back complex values to send to the UPS (ie for upsrw / upscmd using non simple data
2009 Aug 14
2
Bestfortress driver, network serial patch for nut-2.0
Best fortress support was understandably dropped, but we still use them, and someone else may want the driver I ported to nut-2.0. We also often attach the serial cable from a UPS to a network terminal server, since servers these days don't come with very many serial ports. (They call them "legacy" ports.) I submitted a patch to support these for nut-1.x, and it was rejected
2008 Feb 11
0
send_data problem
Hi! Following call for sending data does not sets the HTTP Content-Type header under Rails 2.02: send_data(csv_string,:filename => @entity.name+".csv", :type => ''text/ csv; charset=UTF-8'') Can anyone help why its happening? Regards, Mohsin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google
2018 Dec 16
0
detailed ups.test.result
On Dec 15, 2018, at 10:32 PM, James <bjlockie at lockie.ca> wrote: > > My UPS has an LCD that says the battery is 100% and the estimated run time is 12min. > The uspc has similar results. > The problem is when line power is lost the UPS batter goes to 0% very quickly (seconds). > > It charged to 85% when power was restored. > 86-100% is slower. It is common for an UPS
2019 Apr 06
0
ondelay parameter does not work with NUT on Raspbian and Eaton 5E850iUSBDIN UPS
In the upsc output for my Eaton Elipse ECO 1600 I see ups.delay.shutdown: 30 ups.delay.start: 40 but in the uspc output for your Eaton 5E850iUSBDIN I see only ups.delay.shutdown: 60 Where is ups.delay.start ? Does the command upsrw <UPS> display this variable ? Roger
2006 Mar 02
1
Problem after reboot
Hello all, Rebooted my server by mistake (don't ask...) - everything was working OK before the reboot, but after the reboot, NUT stopped working - so had a look and I found I couldn't track the exact problem - I'm quite stumped as there's nothing indicating that there's a problem, but it just doesn't work... In a nutshell.... destiny:/usr/local/ups/bin# ./upsdrvctl
2006 Mar 02
1
Problem after reboot
Hello all, Rebooted my server by mistake (don't ask...) - everything was working OK before the reboot, but after the reboot, NUT stopped working - so had a look and I found I couldn't track the exact problem - I'm quite stumped as there's nothing indicating that there's a problem, but it just doesn't work... In a nutshell.... destiny:/usr/local/ups/bin# ./upsdrvctl
2019 Apr 10
2
ondelay parameter does not work with NUT on Raspbian and Eaton 5E850iUSBDIN UPS
Hi, that's a good point, thanks. I don't see ups.delay.start anywhere. Here is the output of upsrw: upsrw Eaton at localhost [outlet.desc] Outlet description Type: STRING Maximum length: 20 Value: Main Outlet [output.voltage.nominal] Nominal output voltage (V) Type: ENUM Option: "200" Option: "208" Option: "220" Option: "230" SELECTED Option: