search for: 6qd

Displaying 13 results from an estimated 13 matches for "6qd".

Did you mean: 6d
2007 Jul 31
1
Proposed apcsmart driver patch
...rval: 0 ups.test.result: NO [Patches follow] --- drivers/apcsmart.c~ 2006-11-07 18:08:45.000000000 -0800 +++ drivers/apcsmart.c 2007-07-27 12:52:10.000000000 -0700 @@ -532,15 +532,14 @@ SER_WAIT_SEC, SER_WAIT_USEC); /* found one, force the model information */ - if (!strcmp(buf, "6QD")) { + if(!strcmp(buf, "8QD") || /* (SmartUPS 1250, vintage 07/94.) */ + !strcmp(buf, "6QD") || /* (APC600.) */ + !strcmp(buf, "6TI")) { /* (APC600.) */ upsdebugx(1, "Found Smart-UPS"); dstate_setinfo("ups.model", "Smart...
2006 Nov 25
2
patch for old APC Smart-UPS 600
...e to "b" command. I still do not understand the inconsistency, but I have observed these 3 strings at least. I came up with the following patch to apcsmart.h: --- nut-2.0.4.orig/drivers/apcsmart.h +++ nut-2.0.4/drivers/apcsmart.h @@ -254,6 +254,10 @@ /* APC600 */ { "6QD", "79ABCDEFGKLMNOPQRSUVWXYZcefgjklmnopqrsuxz", 0 }, { "6TI", "79ABCDEFGKLMNOPQRSUVWXYZcefgjklmnopqrsuxz", 0 }, + /* Smart-UPS 600 */ + { "D6", "789ABCEFGKLMNOPQRSUVWXYZ", 0 }, + { "D5",...
2007 Dec 12
1
[PATCH]Support full capabilities on older Smart-UPS 600
...Dave Index: drivers/apcsmart.c =================================================================== --- drivers/apcsmart.c (revision 1175) +++ drivers/apcsmart.c (working copy) @@ -536,7 +536,8 @@ /* found one, force the model information */ if (!strcmp(buf, "6QD") || /* (APC600.) */ !strcmp(buf, "8QD") || /* (SmartUPS 1250, vintage 07/94.) */ - !strcmp(buf, "6TI")) { /* (APC600.) */ + !strcmp(buf, "6TI") || /* (APC600.) */ +...
2005 Jan 07
0
Missing functionality in Blowfish for crypt(3)
...#39;)I;G1F M*")L;E]R;W5N9',@:6X@;&]G:6XN8V]N9B!I<R!T;V\@<VUA;&Q<;B(I.PHK M(`D)"7)E='5R;B!E<G)O<CL**R`)"2`@("!]"BL@("`@("`@("`@("`@("`@ M('T**R`)"65L<V4**R`)"7L**R`)"2`@("!P<FEN=&8H(F-O=6QD(&YO="!L M;V]K('5P(&-A<&%B:6QI='E<;B(I.PHK(`D)("`@(')E='5R;B!E<G)O<CL* M*R`)"7T**R`@("`@("`@("`@("!]"BL@"2`@("!E;'-E"BL@"2`@("!["BL@ M"0EP<FEN=&8H(D-O=6QD(&YO="!L;V]...
2009 May 04
1
Patches for NUT 2.2.2: APC SmartUPS-900
...> - --- nut-2.2.2/drivers/apcsmart.c 2007-12-12 13:34:51.000000000 > -0700 > +++ nut-2.2.2-r1/drivers/apcsmart.c 2008-12-06 03:24:36.000000000 -0700 > @@ -536,6 +536,7 @@ > /* found one, force the model information */ > if (!strcmp(buf, "6QD") || /* (APC600.) */ > !strcmp(buf, "8QD") || /* (SmartUPS 1250, > vintage 07/94.) */ > + !strcmp(buf, "7TD") || /* (SmartUPS 900, > vintage 11/94.) */ > !strcmp(buf, &q...
2007 Oct 02
3
Logwatch for postfix
On CentOS5 with the latest updates applied, the logwatch filter for postfix returns way too many lines from the log. I get an "unmatched entries" message and all messages that have gone through the system is listed. Here is an example: 8F930A8092: to=<morten at foo.bar>, orig_to=<morten at localhost>, relay=local, delay=0.19, delays=0.06/0.01/0/0.12, dsn=2.0.0,
1997 Jan 31
10
Linux virus
ugh :) Today I became infected with the bliss virus, any info on this would be appreciated! How do I scan for files infected and is it possible to remove it? I first noticed the infection when running a program (not as root) messages flashed on the screen about transversing directories and such. The program (gimp) had been working fine since I downloaded the binary for gimp from their main
2011 Jan 25
1
[RFC] Updates to ACP smart driver
This patch introduces a handful of new options, I mentioned earlier in: http://www.mail-archive.com/nut-upsdev at lists.alioth.debian.org/msg02088.html See the large commit message in the follow-up for the details and rationale. I realize it's a bit larger diff - so if it's required I can split it into few smaller ones. Michal Soltys (1): APC smart driver update and new features.
2003 Jun 26
1
HELP
...@Z(&-H96-K:6YG(&EF(&QI8G1O;VP@<W5P<&]R=',@ M<VAA<F5D(&QI8G)A<FEE<PIC;VYF:6=U<F4Z-#4Q,CH at 8VAE8VMI;F<@=VAE M=&AE<B!T;R!B=6EL9"!S:&%R960@;&EB<F%R:65S"F-O;F9I9W5R93HT-3,U M.B!C:&5C:VEN9R!W:&5T:&5R('1O(&)U:6QD('-T871I8R!L:6)R87)I97,* M8V]N9FEG=7)E.C4P-S$Z(&-H96-K:6YG('=H971H97(@+6QC('-H;W5L9"!B M92!E>'!L:6-I=&QY(&QI;FME9"!I;@IC;VYF:6=U<F4Z-38X-SH at 8VAE8VMI M;F<@9F]R(&QD('5S960 at 8GD@1T-#"F-O;F9I9W5R93HU-S4U.B!C:&5C:VEN M9R!I9B!T:&4@;&...
2011 Feb 07
4
[PATCH/RFC v2 0/3] Updates to ACP smart driver
This is 2nd version of the earlier patch featuring a few new features and fixes to the apcsmart driver, following the remarks in: http://www.mail-archive.com/nut-upsdev at lists.alioth.debian.org/msg02294.html Major changes from v1: - handle battery.charge and battery.runtime checks at main.c level - handle "immutable but writable" conflict gracefully at driver level -
2011 Mar 05
19
[RFC apcsmart V3 00/18] apcsmart driver updates
Sorry for a bit longer delay than I anticipated, I was stuffed with the work. This is the next iteration of the patch adding some functionality to apcsmart driver, and relying on 'ignorelb' recently added. Follow up from previous thread: http://www.mail-archive.com/nut-upsdev at lists.alioth.debian.org/msg02331.html Main differences is that V3 is split into many small patches, so the
2005 Dec 21
9
question about changejournal
Hi, I''ve got a newbie question--sorry if this is covered elsewhere, I parsed through the archives for awhile and didn''t see it. I''d like to listen for whenever a file is renamed (e.g. foo.txt -> foo.old) and then magically change it back. This sounds odd, but I''m working with a stubborn application and this will actually make things work nice. So, if I do:
2016 Mar 27
34
[Bug 94725] New: Nouveau driver fails to load on GM204
https://bugs.freedesktop.org/show_bug.cgi?id=94725 Bug ID: 94725 Summary: Nouveau driver fails to load on GM204 Product: xorg Version: unspecified Hardware: Other OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at