search for: powerdown

Displaying 20 results from an estimated 85 matches for "powerdown".

2006 Aug 17
1
Powerdown on FreeBSD
Hi all, I just bought a Trust 1000VA PW-4105 UPS. I installed the UPS on FreeBSD 6.1, and installed NUT 2.0.3 via the FreeBSD port. I had no problems installing and configuring nut and the UPS to run with the PowerMust driver. My problem however is when I test the powerdown function by issuing the command: 'upsmon -c fsd' The UPS is cutting the power before the shutdown procedure of FreeBSD is done. I have added the following to /etc/rc.shutdown: if (test -f /etc/killpower) then echo "Killing the power, bye!" /usr/local/li...
2006 Oct 20
2
the worst scenario of ext3 after abnormal powerdown
Hi, I have seen and heard many cases of ext3 corrupted after abnormal powerdown (e.g. missing all the files in one directory). yes, UPS should help, but wonder what kind of worst scenario will ext3 present after powerdown. messed up meta data has been seen in many cases, for example, the in-direct block of one inode contains garbage, which causes the automatic fsck failed to...
2013 Jul 28
8
powerdown problem on XEN
...instead of turning off power to the machine. There''s the odd occassion (probably 1 in every 10 to 20 shutdown attempts) when the system power is actually turned off. There seems to be no rule to follow when this happens. If I use the exact same kernel and start w/o the XEN hypervisor powerdown *always* works as expected when I use "shutdown -h now". So on the face of it, this seems to point to the XEN hypervisor as the culprit. Any idea/help on how to track down and solve the issue would be very much appreciated. If you require any more information / log data, I''m...
2010 Jun 15
0
mercury smart1200 pro serial powerdown problem
Hello * Trying to get above serial UPS to work gives my some troubles. With upstype=21 [CP=RTS] [OL=CTS] [LB=-DCD] [SD=RTS+DTR] and/or upstype=4 [CP=RTS] [OL=CTS] [LB=-DCD] [SD=-RTS] I do get OL OB LB ok, but shutting down the UPS does not work. Direct call w/ command genericups ... -k and from lowbatt/ initscripts doesnt do. The UPS claims to be capable of and the software shipped (RUPS2000)
2014 Oct 22
0
Re: libvirt guests graceful shutdown upon hosts powerdown/reboot
should have mentioned, apologies, suspend is the graceful shutdown of the guest I was thinking of. Guest is win2k8, why would it not suspend? On 22/10/14 10:58, lejeczek wrote: > hi everybody > > by an assumption I expected VM guests to be shut down/off > gracefully when the host is being powered down or > rebooted, but this does not seem to be the case so I wonder.. > Am I
2014 Oct 22
3
libvirt guests graceful shutdown upon hosts powerdown/reboot
hi everybody by an assumption I expected VM guests to be shut down/off gracefully when the host is being powered down or rebooted, but this does not seem to be the case so I wonder.. Am I missing some libvirt components/packages ? Or my assumption is incorrect and guests have to be shutdown manually? it's all SL 7 and guest are M$ regards P.
2002 Mar 12
2
ext3 filesystem corruption
...ystems, but I think it's also happened under win98. All seems fine until power-down, power-up, and boot, where the corruption is discovered. Searching these archives, I found that there are known problems with laptops and certain IBM hard drives, having to to with cache problems in the drive on powerdown, and that there are windows errata to workaround the problems. (msgs 2428, 2433, 2435 in this archive.) Q: Are my drives known to be bad? Is there a list somewhere? Q: What are the workarounds for RH and windows alluded to? I have some utilities downloaded from IBM, which I vaguely remember may l...
2005 Sep 17
2
com16/com32 module for APM powerdown
Hello, In case anyone is interested, here are the source code for comboot and com32 modules for powering down a computer using APM. I started work on the ACPI version of it, but it will take some time to parse the spec. Regards, Luciano Rocha -- lfr 0/0 -------------- next part -------------- ; **************************************************************************** ; ; apmoff.asm ; ; A
2010 Oct 13
4
the wandering MAC?
...an expansion card, Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit. The second one is recognized as eth1. What's happening is, it is showing up under one of the two MAC's: either 00:0a:cd:1a:c1:71 or 00:00:00:00:c1:71. If you reboot it the MAC stays the same; if you shutdown and do a full powerdown it seems to change. Obviously, after it goes from one MAC to another you have to play with the start-up scripts for this interface to start up correctly and this becomes a major annoyance. Any idea what all of this mess could mean? Thanks. Boris.
2006 Aug 17
2
powercom UPS shoutdown discussion
...quot;notifyme" is run: echo `date` >> /root/upsLog echo " No power, shutting down the system!" >> /root/upsLog sleep 30 control=`/usr/local/ups/bin/upsc Inform@localhost ups.status` if [ $control != OL ] then /sbin/telinit 0 fi I tried adding the line: "touch /etc/powerdown" to the "notifyme" script and the lines: if (test -f /etc/powerdown) then echo "Killing the power, bye!" /usr/local/ups/bin/upsdrvctl shutdown sleep 120 fi to the /etc/rc.d/rc.6 script, but when I simulated a power failure, the system shut down, but the UPS did n...
2007 May 16
1
mge-shut don't reboot ups by default
Hi I have Pulsar 1000 (MGE) and mge-shut 2.0.5-3. By default mge-shut don;t reboot ups after upsmoc -c fsd, only permanent powerdown. After I add ondelay=30 in config, all nice, ups restarted after 10 sec. But according man mge-shut ondelay measured in tens of seconds and by default equal 3. -- Olleg Samoylov
2008 May 29
1
Question about startup script
Hello, I find in shutdown.txt file that before system boot after a power failure, it's better to check powerdown flag to be sure and pausing in the startup script to let the batteries recharge with filesystem. So i want to know which startup script is concerned? For the system or for nut? Thanks to explanation. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.alioth...
2013 Aug 04
2
Disable Kernel Screen Blanker
Hey Y'all, I'm trying to turn off the kernel screen blanker that shuts off the video after about 10 minutes of inactivity at the keyboard. After extensive googling I've found two ways to *NOT* do it. In my home .xinitrc setterm -blank 0 -powersave off -powerdown 0 xset s off In /etc/rc.local /usr/bin/setterm -powersave off -blank 0 I've tried both to no effect. Of course I've turned off the screen saver in the Gnome desktop. How do I stop this machine from blanking the screen with no activity? I want video full time! I know someone is going...
2013 Jul 24
4
[PATCH] [RFC] drm/nouveau: bring back hdmi audio device after switcheroo power down
After a full device powerdown via the optimus power switch, we seem to lose the HDMI device completely on power on, this keep track of whether we had a hdmi audio sub function device at power on, and pokes a magic register to make it reappear after the optimus power switch is thrown. This at least works on my NVC4 machine, pro...
2006 Dec 14
4
Help With Installation to USB Stick
...orkable Centos 4.4 "Live USB" on my 1G Lexar Firefly pendrive using the steps in http://linux.web.psi.ch/livecd/usbdisk.html. At the moment, it is doing its job, so I probably won't focus too much more on it. One thing that is annoying, although doesn't cause a problem is that on powerdown and reboot, the cd rom drive ejects - of course, there is no CD in it! My ultimate goal is to get a standard, updatable 4.4 install onto my 4G Firefly, I am at a loss as to why I get the following errors: *************************************** Booting 'CentOS-4 i386 (2.6.9-42.EL)' root...
2006 Aug 17
0
(no subject)
...ind you my notifyme script: echo `date` >> /root/upsLog echo " No power, shutting down the system!" >> /root/upsLog sleep 30 control=`/usr/local/ups/bin/upsc Inform@localhost ups.status` if [ $control != OL ] then /sbin/telinit 0 fi I tried adding the line: "touch /etc/powerdown" to the "notifyme" script and the lines: if (test -f /etc/powerdown) then echo "Killing the power, bye!" /usr/local/ups/bin/upsdrvctl shutdown sleep 120 fi to the /etc/rc.d/rc.6 script, but when I simulated a power failure, the system shut down, but the UPS did not. I t...
2016 Dec 24
2
unclear about expected shutdown behavior
...minutes). > > It looks as if the command upsdrvctl shutdown is not being executed. Does the Ubuntu distribution of NUT include a script to do this? Roger, Ubuntu 16.04 ships the SysV init scripts for NUT that worked with previous Ubuntu distributions, but it does not appear that the "powerdown" target gets invoked anymore after the switch to systemd. Some relevant bugs: https://bugs.launchpad.net/ubuntu/+source/nut/+bug/1512603 https://bugs.launchpad.net/ubuntu/+source/nut/+bug/1603609 (includes workaround) Spike, List subscription information is below. Please let us know if th...
2008 Jan 20
1
Q about UPS features / NUT support
...witchable outlet.n.switch outlet.n.delay.shutdown outlet.n.delay.shutdown => seems to be what I want for 2/, but I couldn't find which UPS model do "support" this control and which don't. I also found: http://www.vamos-wentworth.org/upsinfo.html The is a "powerdown" column but I'm not sure it's related to the above and there is also "Switchable outlets" but there is only one model where the number of switchable outlets is mentionned ("Pulsar ESV 8"), does that mean it's zero for all other models? Thanks in advance and sor...
2016 Nov 25
2
Can't get NUT slave to connect to master
Try ALL:ALL in /etc/hosts.allow temporarily. If that still doesn't work, it's likely something else. If it does, only then screw with creating narrow rules . . . - Tim On November 25, 2016 6:37:02 AM CST, Roger Price <roger at rogerprice.org> wrote: >On Fri, 25 Nov 2016, Jonah Naylor wrote: > >> upsd : ipaddressofclientgoeshere > >If it were me I would write >
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.