similar to: APC UPS: replacement battery always triggers shutdown

Displaying 20 results from an estimated 500 matches similar to: "APC UPS: replacement battery always triggers shutdown"

2014 May 03
2
NUT + OpenBSD + dc2500cc + APC Smart-UPS SC620 = problem
On May 3, 2014, at 5:20 AM, Charles Lepple wrote: > On May 2, 2014, at 3:26 AM, Kastus Shchuka wrote: > >> Hi, >> >> I am trying to set up NUT on a mini-ITX system running OpenBSD 5.5. >> >> I have an APC Smart-UPS SC620 which runs perfectly well on Ubuntu, >> with nut-2.2.1. Ubuntu system uses ASUS motherboard. >> >> On mini-ITX system, I
2014 May 03
0
NUT + OpenBSD + dc2500cc + APC Smart-UPS SC620 = problem
On May 2, 2014, at 3:26 AM, Kastus Shchuka wrote: > Hi, > > I am trying to set up NUT on a mini-ITX system running OpenBSD 5.5. > > I have an APC Smart-UPS SC620 which runs perfectly well on Ubuntu, > with nut-2.2.1. Ubuntu system uses ASUS motherboard. > > On mini-ITX system, I have Intel d2500cc motherboard with 4 serial ports. > I've tested ports by connecting
2006 Nov 25
2
patch for old APC Smart-UPS 600
Hi there, I am using an old (really old) APC Smart-UPS 600. It worked fine under apcupsd but when I tried NUT it did not work. The error I was getting was: sudo /lib/nut/apcsmart -DDD /dev/ttyS1 Network UPS Tools (version 2.0.4) - APC Smart protocol driver Driver version 1.99.8, command table version 2.0 debug level is '3' Attempting firmware lookup Firmware: [D4] Not found in
2014 May 02
2
NUT + OpenBSD + dc2500cc + APC Smart-UPS SC620 = problem
Hi, I am trying to set up NUT on a mini-ITX system running OpenBSD 5.5. I have an APC Smart-UPS SC620 which runs perfectly well on Ubuntu, with nut-2.2.1. Ubuntu system uses ASUS motherboard. On mini-ITX system, I have Intel d2500cc motherboard with 4 serial ports. I've tested ports by connecting them with a null-modem cable and running cu in 2 terminals. Type in one terminal, output shows
2010 Oct 13
3
[syslinux:disklib] disklib: make CHS calculation match core/fs/diskio.c
On 10/13/2010 08:36 AM, syslinux-bot for Michal Soltys wrote: > Commit-ID: 9c8db7560e2dc83d1191bb2f90b4d4d0ae3d37d6 > Gitweb: http://syslinux.zytor.com/commit/9c8db7560e2dc83d1191bb2f90b4d4d0ae3d37d6 > Author: Michal Soltys <soltys at ziu.info> > AuthorDate: Wed, 13 Oct 2010 10:57:36 +0200 > Committer: Michal Soltys <soltys at ziu.info> > CommitDate: Wed, 13
2011 May 27
0
quick update
Hi Michal, I've cc'ed -upsdev, since some info could be interesting for everybody. 2011/5/27 Michal Soltys <soltys at ziu.info> > On 11-05-25 09:35, Arnaud Quette wrote: > > Hi Michal, > > > > 2011/5/25 Michal Soltys <soltys at ziu.info <mailto:soltys at ziu.info>> > >(...) > > > > I'm preparing larger patchset with
2015 Mar 08
0
chain updates for 4, 5 and 6 (pulls)
On Tue, Dec 2, 2014 at 8:27 PM, Michal Soltys <soltys at ziu.info> wrote: > Hi, > > For 6.xx: > > git://hasevolq.net/syslinux.git sys6 > > Michal Soltys (3): > chain/partiter: call notsane_gpt_hdr() per header > chain/partiter: add options to ignore GPT crc checks > chain: year update in commments (trivial) I'm not sure "Copyright
2010 Jul 23
0
[PATCH] chain.c: gpt's index/private.index mismatch fix, cosmetic iterator changes
1) public index in gpt iterator should not skip empty partitions, e.g. if we have 1st and 3rd gpt entry used, we expect the numbers to be 1 and 3, not 1 and 2 (similary to how linux sees it e.g. /dev/sda1 and /dev/sda3). It's analogous to index / mbr_index fix. 2) free(ebr_part); in mbr iterator was not reachable. ebr iterator takes care of freeing itself and its parent. 3) in ebr iterator,
2017 Jan 10
0
[PATCH] mail-storage.c: check against NULL address in strcmp() invocation
On 10 Jan 2017, at 21.58, Michal Soltys <soltys at ziu.info> wrote: > > Configurations with multiple shared namespaces can trigger a bug > where the first argument of strcmp() invocation is NULL. > > This patch adds an explicit check, analogously to how the second > argument is sanitized. I think it shouldn't be NULL though.. I'd rather add some asserts and
2017 Jan 02
0
multiple shared/mail format namespaces
Yeah, that's valid configuration. As long as they have unique prefix. Aki > On January 2, 2017 at 5:58 PM Michal Soltys <soltys at ziu.info> wrote: > > > Hi, > > Are configurations (with separate formats per namespace) - such as ... > > namespace { > type = shared > list = children > inbox = no > separator = / > subscriptions =
2012 May 16
0
Preparing for 2.6.4 (was: some fixes, improvements, and new features (EPO and DYING) for NUT)
Hi Guys, 2012/3/12 Michal Soltys <soltys at ziu.info>: > On 12-03-09 00:21, Greg A. Woods wrote: >> >> >> I had independently made a similar change to the apcsmart driver to keep >> it from failing when tcgetattr() reported some irrelevant differences in >> the port settings. ?What's actually in the patch now is my merge of the >> change from
2007 Sep 18
0
Re: LARTC Digest, Vol 31, Issue 25
> > Message: 6 Date: Tue, 18 Sep 2007 10:44:42 +0200 From: Michal Soltys > <nozo@ziu.info> Subject: Re: [LARTC] I''m having an issue with u32 > masking To: lartc@mailman.ds9a.nl Message-ID: > <46EF8FFA.6070707@ziu.info> Content-Type: text/plain; > charset=ISO-8859-1; format=flowed Vadtec wrote: >> > Is this how tc is supposed to work? Does it only
2010 Jul 24
0
[PATCH] chain.c: allocation fixes
1) At the end of main, there's attempt to free cur_part->record, which rarely comes from malloc. Only valid case is if gpt handover was performed and chaining was not successful (cur_part->record is overwritten with gpt specifc handover record). Freeing the handover area has been adjusted. 2) If our current iterator is ebr, parent wouldn't be freed at the end of main. Added generic
2012 Nov 11
1
APC UPS: replacement battery always triggers shutdown
?I've been using nut on an APC Back-UPS 750 for several years with no problem, seeing the walled "UPS on battery power" messages during short 1-2 minute outages. This is connected with the original USB cable that came with the unit. After replacing the battery recently, nut always triggers a shutdown when AC power is cut off, even if only for 1 minute. I see that the data fields
2014 Dec 04
0
Changing self test date
On Dec 4, 2014, at 5:30 AM, Frantz de Germain <frantz at info.univ-angers.fr> wrote: > Hello, > > does any one know how to change the date of the self tests on APC UPSes ? I'd > like to be able to choose the day and the hour so that it happens at office > hours, in case of any problem... > > I've tried to do this by launching a test at a convenient time, but
2017 Jan 09
2
multiple shared/mail format namespaces
On January 2, 2017 at 5:58 PM Michal Soltys <soltys at ziu.info> wrote: >> >> >> Hi, >> >> Are configurations (with separate formats per namespace) - such as ... >> >> namespace { >> type = shared >> list = children >> inbox = no >> separator = / >> subscriptions = no >> prefix = shared1/%%n/
2010 Mar 26
2
apcupsd, APC UPSs, and batteries, resolved
Well, here's the tale: we got a "replacement kit" for some APC SmartUPS 3000 - rackmount UPSs. The "kit", costing about half of what APC is asking, is just the batteries, and you pull the tray out, open it up, and swap out the batteries. Except, I did this on one... and the replace battery light never went out. Not using apcupsd's apctest, not pushing the button. The
2012 Mar 26
1
Request: merge chaindev
Hi, Can chaindev of Michal Soltys, finally be merged? http://www.syslinux.org/archives/2011-August/016777.html - Gert Michal Soltys message Mon Aug 1 16:38:16 PDT 2011: http://www.syslinux.org/archives/2011-August/016777.html ------------------------------------------------------------------------------------------------------------- On 11-08-01 20:07, H. Peter Anvin wrote: > On
2014 Dec 03
2
chain updates for 4, 5 and 6 (pulls)
Hi, For 6.xx: git://hasevolq.net/syslinux.git sys6 Michal Soltys (3): chain/partiter: call notsane_gpt_hdr() per header chain/partiter: add options to ignore GPT crc checks chain: year update in commments (trivial) Main addition here are separate options from 'strict' to ignore crc checks against gpt header and/or gpt partition list, so the user can force booting
2010 Jan 22
1
apcupsd
Here's an odd one: I installed apcupsd, and it works with most of our UPSs. I'd swear it worked on this one. Then I replaced the Gin-u-wine APC batteries, which were dead, with new ones, non-APC. They're just dumb batteries, no chips or whatever on them. If I hook it up using a serial cable, I can get info. If I hook it up the way I had it, with APC's weird USB cable - and this is