similar to: snmp-ups 2.4.3 cannot talk to upsd

Displaying 20 results from an estimated 400 matches similar to: "snmp-ups 2.4.3 cannot talk to upsd"

2013 Jul 17
2
HP R12000/3 UPS reports status as OL DISCHRG OB
Here's the first update of ups.status: 0.102449 getting data: ups.status (.1.3.6.1.4.1.232.165.3.4.5.0) 0.102546 su_ups_get: ups.status .1.3.6.1.4.1.232.165.3.4.5.0 0.102646 nut_snmp_get(.1.3.6.1.4.1.232.165.3.4.5.0) 0.104539 SNMP UPS driver : entering su_status_set() 0.104641 su_find_infoval: found OL (value: 3) 0.104730 => value: 3 0.104823 getting data: ups.status
2013 Jul 16
0
HP R12000/3 UPS reports status as OL DISCHRG OB
Sorry about that! Chris. Chris Pratt Development Infrastructure Manager T: +44 118 929 4176 | M: +44 7979 854 307 | F: +44 118 929 4001 -----Original Message----- From: Charles Lepple [mailto:clepple at gmail.com] Sent: 16 July 2013 00:32 To: Pratt Chris Subject: Re: [Nut-upsuser] HP R12000/3 UPS reports status as OL DISCHRG OB On Jul 15, 2013, at 9:35 AM, Pratt Chris wrote: > Debug output
2013 Jul 15
4
HP R12000/3 UPS reports status as OL DISCHRG OB
Hi. Back before Christmas Arnaud sent me a patch for the snmp-ups driver for my HP R12000/3 UPS. Unfortunately shortly after I had to take quite a lot of sick leave so wasn't able to progress it, but I'm working on it again now. I'm at the point where I can start the driver with upsdrvctl and start the daemon with upsd. When I check the UPS status though it shows as OL DISCHRG OB,
2012 Apr 16
2
Snmp-ups/netvision driver for Socomec UPS
Hello We have an Socomec Sicon Netys PR3000 UPS equipped with NetVision Web/SNMP adaptor. I try to monitor the ups using snmp-ups driver and netvision mibs set. The snmp-ups driver starts correctly and connects to the UPS, upsd confirms it, but upsmon constantly shows "No communication" error I think the cause is the SNMP adapter reports the UPS status as "ECO mode"
2009 Nov 13
1
shrink list by mathed entries
Hello a <- c("Mama", "Papa", "Papa; Mama", "", "Sammy; Mama; Papa") a <- strsplit(a, "; ") mama <- rep(F, length(a)) mama[sapply(a, function(x) { sum(x=="Mama") }, simplify=T) > 0] <- T papa <- rep(F, length(a)) papa[sapply(a, function(x) { sum(x=="Papa") }, simplify=T) > 0] <- T # ... more
2014 Feb 27
2
snmp-ups sends status "OL OB" on HP R3000 UPS with AF465A management card
Hello list, I've installed NUT on an HP blade server, and I try to get it communicating via SNMP with 2 HP R3000 UPSes, each fitted with a AF465A management card. To do this, I used the snmp-ups driver, and configured it for the "cpqpower" MIB. Communication with the UPSes is established. My problem is that both UPSes constantly return the "OL OB" status which, in
2006 Jan 17
2
I can't access a Linux box from windows
Hi every one, sorry for bad english and thanks. I'm starting using linux, sorry if i ask something simple. I have a small network and I would like to access a file on a linux box with fedora 4 and of course samba from windows xp , windows 2000 and windows 98. I see the directory bat when clic on them to see what's inside i get a message that tell that i don't have the right to
2017 Jun 20
5
Icecast to Tunein
I am experiencing difficulties connecting Icecast to Tunein. Are there any facilities available to help me through this process or a step by step guide. Many thanks David R Howard -- David R Howard Papa D Productions www.papa-d.uk -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Aug 07
9
problems with ActionMailer
Hi all, I''m trying to create a worker to send a mail to all the users in my db. Right now I''m doing the tests, this is the code in my worker (Masivo is the ActionMailer subclass): def do_work(args) @progress = 0 @logger.info("MAILER: starting job") records = Record.find(:all) total = records.size records.each_with_index do |record, idx|
2013 Apr 09
2
Small fixes needed for Riello driver
Elio, 1) The comment block in drivers/riello.h points to the Megatec protocol documentation. Are the links in drivers/riello.c correct? If so, we can change the .h file to match the .c file. 2) clang caught this bug: drivers/riello.c:984:28: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to provide an explicit length?
2013 Jul 05
2
Small fixes needed for Riello driver
On Jul 5, 2013, at 5:44 AM, Elio Parisi wrote: > I tried to update sources (to eliminate the cast) with 'sudo svn update' but the response is: > > svn: No repository found in 'svn://svn.debian.org/nut/trunk' > > Can you verify svn server status? > > The code has been tested before and after the changes. The SVN server has been decommissioned as part of the
2006 Jun 16
4
problem with join
Hi all, I''m having a problem with a join inside a paginate, the code is like this: @ruta_pages, @rutas = paginate :rutas, :conditions => conds_arr, :joins => "AS ru LEFT JOIN vehiculos AS ve ON ru.vehiculo_id = ve.id", :per_page => 10, :order => "fecha DESC" The problem with this, is that the query returns the
2014 Oct 15
3
Domain Controllers virtualized KVM
Hello to you all! We are implementing here at the University KVM virtualization for our servers and services and i was wondering if anyone virtualized domain cotrollers to KVM. Does anyone done this before? Any advice? -- Andry Michaelidou Papa | IT Systems Administrator|Department of Computer Science| University of Cyprus Tel: +357.22.892734 | Fax: +357.22.8927231 | http://www.cs.ucy.ac.cy
2013 Feb 20
4
Error in setwd(outDir) : cannot change working directory
I installed R on my Windows laptop in C:\Program Files\R\R-2.15.2 and am able to open RGUI (640bit), see packages and run commands. However, when I test the installation and run the basic tests and all the tests on the standard and recommended packages i.e.: library("tools") testInstalledBasic("both") testInstalledPackages("base", errorsAreFatal
2013 Jul 05
2
Small fixes needed for Riello driver
On Jul 5, 2013, at 8:45 AM, Elio Parisi wrote: > But the diff file that I'll now produce is related to the 3857 revision, so is also > inclusive of previous changes (i.e. BYTE to uint8_t). Is it Ok for you? I can probably make that work, but in the long term, I would recommend either switching to Git, or if you prefer to stay with SVN, creating a new checkout from the GitHub SVN URL:
2018 Mar 29
4
Question
I own a recording studio. We do a weekly live concert broadcast to Facebook using Wirecast software. There is an internet radio station that uses icecast that wants to carry the audio from my broadcast live. I have no idea how to get the audio to them. I use Mac computers. Can someone help me with that. Cliff Witherspoon Red Arrow Entertainment 864-613-4201
2004 Jan 11
24
More words for Allison
Here's the latest batch of words to get shipped out to Allison Smith. Please submit reasonably small changes to me by tomorrow 10:00 AM Eastern time, and I'll add them. As usual, donations to what will be a ~$110 USD expense would be appreciated, as I am paying for this round out of my pocket. Please send to paypal address "jtodd@loligo.com". I did not include all
2017 Jun 20
2
Icecast to Tunein
> Here's a description of how their API works and what you have to send > it. I don't have a solution for sending it from the server and would > LOVE to know one myself! I used to run an internet radio station that was listed on TuneIn! Turned it all off when I took a job with a large internet streaming music service. The way my setup worked was the automation system was
2008 Aug 30
1
Heist of MagicJack SIP credentials?
While I myself am not a MagicJack user, I'm curious as to whether anyone here has managed to heist their MagicJack account's sip credentials, and use them to terminate calls using asterisk. Apparently it's as simple as sniffing the SIP credentials. If so, said person would enjoy unlimited termination for $20 year while retaining the flexibility of setting their CallerID to a
2001 May 30
1
winamp plugin crashes
Hi! My winamp crashes when i play this file: http://rehlin.hemmet.chalmers.se/~papa/files/test.ogg the wav is in the same place. Does someone else have the same 'problem'? (ok, i know its a silly test sound, but i still think it should decode without crashing) ome numbers: betaversion of oggenc: 4 bitrate used: 350 version of winamp: 2.74 version of vorbis plugin: 1.04 windows: 2000 pro