CentOS6.3下apcupsd自动关机后 ssh登录报电源故障 POWER FAILURE

来源:互联网 发布:中国援助朝鲜 知乎 编辑:程序博客网 时间:2024/05/22 06:13

这个是apcupsd自动关机后引起的,删除/etc/nologin文件即可。



参考:http://grokbase.com/t/centos/centos/13794mw7jx/centos-6-4-login-after-reboot-after-apcupsd-shutdown-shows-power-failure

Hi list,
just putting a new server through its automatic shutdown triggered by
the UPS / apcupsd.
All worked faultlessly, including powering up when power came back on to
the UPS.


So then I go to log in and get "POWER FAILURE" followed by
"Authentication failure" - this is on the console


via SSH I just get "POWER FAILURE" and the ssh connection drops.


So I guess the, log everyone out and stop further logins instruction is
still lurking around somewhere.


How do I regain control of my server??
Does this mean I need to boot with a rescue disk and edit some file
somewhere??


How do I prevent this re-occurring, after a perfect shutdown and
restart, only to get stymied here.


Google has lots of help for dealing with various corruptions due to
power failure - not the case here, the POST, grub, init restart
all look just fine.
TIA


Sounds like /etc/nologin; contents of which are displayed immediately
before the login session terminates. Configured within apcupsd.conf
with a configuration setting of NOLOGINDIR pointing to /etc by default;
I don't believe it can be disabled, however.

So I guess the, log everyone out and stop further logins instruction
is still lurking around somewhere.

How do I regain control of my server??

Remove /etc/nologin.

Does this mean I need to boot with a rescue disk and edit some file
somewhere??

"ssh root at host rm -f /etc/nologin" will remove it.

How do I prevent this re-occurring, after a perfect shutdown and
restart, only to get stymied here.

apcupsd should be handling this automatically when mains power is
restored. Perhaps check the package documentation / project bugtracker.

0 0