[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:42909] Re: APCUPSD のエラーと電源Off= ?ISO-2022-JP?B?GyRCJEskRCQkJEYbKEI=?=
- From: "Takushi EHINA" <ehina@xxxxxxxxxxxxxxx>
- Subject: [debian-users:42909] Re: APCUPSD のエラーと電源Off= ?ISO-2022-JP?B?GyRCJEskRCQkJEYbKEI=?=
- Date: Wed, 9 Feb 2005 19:13:34 +0900
- Importance: Normal
- List-help: <mailto:debian-users-ctl@debian.or.jp?body=help>
- List-id: debian-users.debian.or.jp
- List-owner: <mailto:debian-users-admin@debian.or.jp>
- List-post: <mailto:debian-users@debian.or.jp>
- List-software: fml [fml 4.0.3 release (20011202/4.0.3)]
- List-unsubscribe: <mailto:debian-users-ctl@debian.or.jp?body=unsubscribe>
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-users-ctl@debian.or.jp; help=<mailto:debian-users-ctl@debian.or.jp?body=help>
- X-ml-name: debian-users
- X-mlserver: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post)
- X-original-to: debian-users@debian.or.jp
- X-priority: 3 (Normal)
- X-spam-level: ***
- X-spam-score: -2.4
- X-spam-status: No, hits=3.7 required=10.0 tests=IN_REP_TO,ISO2022JP_BODY,ISO2022JP_CHARSET, MSG_ID_ADDED_BY_MTA_3,PLING_QUERY,PRIORITY_NO_NAME, RCVD_IN_ORBS,RCVD_IN_OSIRUSOFT_COM,REFERENCES, SPAM_PHRASE_00_01,USER_AGENT,X_OSIRU_OPEN_RELAY version=2.44
- References: <003601c50e66$d8e6bae0$050111ac@pcs005>
- Message-id: <37857.219.66.81.117.1107943112.squirrel@xxxxxxxxxx>
- X-mail-count: 42909
- User-agent: SquirrelMail/1.4.4
惠比奈と申します。
> 2.こちらは導入当初問題なかったものが、突然(apt-get dist-upgradeしてか
grep -i tty /var/log/dmesg
で、tty デバイスを確認されてみては ?
ちなみにこちらでは下記のような設定で問題なく稼動しています。
# uname -r
2.6.8-1-686-smp
# grep -i tty /var/log/dmesg
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
# dpkg -l apcupsd
ii apcupsd 3.10.16-3
# egrep "DEVICE|UPSCABLE" /etc/apcupsd/apcupsd.conf
UPSCABLE 940-0024C
DEVICE /dev/ttyS0
後は、fuser で /dev/ttyS0 を他に使用しているプロセスがないか確認してみては
どうでしょうか ?