From owner-freebsd-questions Sat Jan 3 08:56:15 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA19741 for questions-outgoing; Sat, 3 Jan 1998 08:56:15 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA19736 for ; Sat, 3 Jan 1998 08:56:11 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id LAA00336; Sat, 3 Jan 1998 11:56:04 -0500 (EST) Message-ID: <19980103115603.07099@emu.sourcee.com> Date: Sat, 3 Jan 1998 11:56:03 -0500 From: Norman C Rice To: freebsd-questions@FreeBSD.ORG Subject: UPSD toggle wraparound and negative response Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I am running the experimental upsd port on several FreeBSD 2.2.5-STABLE systems with APC Smart-UPS 1000s. Every 10 minutes /var/log/messages receives entries similar to Jan 3 11:17:38 emu upsd[231]: apc_tune: toggle wraparound Jan 3 11:17:39 emu upsd[231]: apc_tune: toggle wraparound Jan 3 11:17:39 emu upsd[231]: apc_tune: negative response: NO Jan 3 11:17:40 emu upsd[231]: apc_tune: toggle wraparound The `apc_tune: negative response: NO' message also appears on the console. I believe the frequency of these messages is due to the every 600 { tune "high-transfer-point" 264 tune "low-transfer-point" 196 tune "line-alarm" "0" tune "line-sensitivity" "L" tune "low-batteries-duration" 2 tune "nominal-voltage" 220 tune "shutdown-delay" 20 tune "wakeup-batteries-capacity" 25 tune "wakeup-delay" 0 # tune "batteries-replaced" "01/01/77" # tune "label" "WildWind" } section in /etc/upsd.conf. My experiments with removal of line power indicate that the shutdown process and line restoration work properly. For the time being, I have commented out these messages in apc.c. What do these messages mean? Do they indicate a problem that needs fixing for proper operation? Are there other programs that work with the APC Smart-UPS? -- Regards, Norman C. Rice, Jr.