search for: poweroffs

Displaying 20 results from an estimated 526 matches for "poweroffs".

Did you mean: poweroff
2013 Feb 10
4
[PATCH] poweroff COM32 module
This module is able to power off a system via APM. It replaces the poweroff COMBOOT module. Signed-off-by: Sebastian Herbszt <herbszt at gmx.de> --- com32/modules/Makefile | 2 +- com32/modules/poweroff.c | 88 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 89 insertions(+), 1 deletions(-) create mode 100644 com32/modules/poweroff.c diff --git
2013 Nov 08
4
[PATCH 3/4] xen/manage: Guard against user-space initiated poweroff and XenBus.
There is a race case where the user does ''poweroff'' and at the same time the system admin does ''xl shutdown''. Depending on the race, the system_state will be SYSTEM_RUNNING or SYSTEM_POWER_OFF. If SYSTEM_RUNNING we just end up making a duplicate call to ''poweroff'' (while it is running). That will fail or execute (And if executed then it will
2012 Mar 28
1
How to restrict reboot/poweroff from non-admins?
I just noticed that CentOS (6.2) by default allows any user to reboot/poweroff system without any admin rights, or without any further questions, if using commands 'reboot' or 'poweroff'. But 'shutdown' still requires admin rights. What is the preferred way to restrict any regular user from rebooting / powering off the system (by accident)? IMHO, sudo should be
2014 Feb 23
1
Problem with cron
I have a root cron job that powers down my server every day at 1am and 6pm. The output of '# crontab -l' is shown below. * 1,18 * * * poweroff Last night, after the server powered down at 6pm, I decided I wanted to use the server so I started it with the power button. The server, after a minute or so, powered itself down. This behaviour happened repeatedly until I waited past 7pm.
2013 Jun 27
2
com32 poweroff.c32
Using syslinux 6.01-pre4 and ubuntu 13.10 kernel 32bit LABEL halt com32 poweroff.c32 Does not power off my qemu, it stays open in halt mode. qemu -cdrom ubuntu.iso -boot d -net nic,model=virtio -m 1024 -curses If I boot into ubuntu first and do sudo halt -p it powers off and closes qemu. Can poweroff.c32 do the same as sudo halt -p in ubuntu?
2013 Jun 28
2
com32 poweroff.c32
On Fri, Jun 28, 2013 at 2:31 AM, Gene Cumm <gene.cumm at gmail.com> wrote: > On Thu, Jun 27, 2013 at 6:03 PM, Gert Cuykens <gert.cuykens at gmail.com> wrote: >> Using syslinux 6.01-pre4 and ubuntu 13.10 kernel 32bit >> >> LABEL halt >> com32 poweroff.c32 >> >> Does not power off my qemu, it stays open in halt mode. >> qemu -cdrom
2009 Sep 27
1
poweroff.com
When i execute poweroff.com, I get the following error: "APM not present" Is there some workaround currently? The restart option works, and when I boot into ANY linux OS, the poweroff or lalt commands DO Power off the computer. This was reported at the PartedMagic's forum at http://forums.partedmagic.com/viewtopic.php?f=5&t=582
2005 Dec 13
1
Poweroff on xen-3.0-testing
I get and install the xen-3.0-testing on my futur xenbox (alias Bi-P3 on abit vp6 motherboard) but I have two problems. 1/ I don''t succeed in poweroff the dom0. When the poweroff is started by "shutdown -h now" command the kernel power down all disks devices but It seems the kernel don''t call the "acpi_power_off() alias pm_poweroff()" function for power down
2002 May 21
1
Can not poweroff ?
Hi, I use pxelinux to boot remotely from nfs server. When I use /usr/bin/poweroff to shut down my pc, it can not power off automaticly. However, if the pc boots from HD, it can power off automaticly by poweroff command. Thanks! Sincerely,
2010 Jan 04
2
Shutdown/poweroff does not power off machine
I've got a Dell Optiplex GX240 I am running CentOS 5.4 (kernel 2.6.18-164.9.1.el5.centos.plus)... When I had Fedora 11 and 12 on it, I could issue a poweroff command and the machine would power itself off. However, under CentOS it doesn't turn the machine off whatsoever. When it completes, the machine is still running with a message of "system halted." Then I have to
2012 May 22
1
XCP slave poweroff issue , please help
Hi, I did a master-failed test with 3 PCs.All of the PCs are installed with XCP V1. What I am going to do is that how to shutdown a slave when master of pool failed. I set up a pool included the PCs,and I hard poweroff the master.I typed "poweroff" in CLI of slaves.But the slaves didn''t shutdown.They sticked in "Storing network configuration". I just want the slave
2009 May 04
3
[RFC][PATCH] poweroff COMBOOT module
This module is able to power off a system via APM. It was tested on QEMU, Bochs and VMware. Possible usage: TIMEOUT 3000 TOTALTIMEOUT 9000 ONTIMEOUT poweroff.com - Sebastian Index: syslinux-3.80-pre7/modules/poweroff.asm =================================================================== --- /dev/null +++ syslinux-3.80-pre7/modules/poweroff.asm @@ -0,0 +1,86 @@ + absolute 0 +pspInt20: resw 1
2013 Jun 30
2
com32 poweroff.c32
Gert Cuykens wrote: > On Fri, Jun 28, 2013 at 2:41 AM, Gert Cuykens <gert.cuykens at gmail.com> wrote: >> On Fri, Jun 28, 2013 at 2:31 AM, Gene Cumm <gene.cumm at gmail.com> wrote: >>> On Thu, Jun 27, 2013 at 6:03 PM, Gert Cuykens <gert.cuykens at gmail.com> wrote: >>>> Using syslinux 6.01-pre4 and ubuntu 13.10 kernel 32bit >>>>
2013 Jul 03
2
com32 poweroff.c32
Gert Cuykens wrote: > On Mon, Jul 1, 2013 at 10:50 PM, Sebastian Herbszt <herbszt at gmx.de> wrote: >> Gert Cuykens wrote: >>> >>> On Sun, Jun 30, 2013 at 6:12 PM, Sebastian Herbszt <herbszt at gmx.de> wrote: >>>> >>>> Which qemu version with which bios are you trying? >>> >>> >>> inside a vmware player 5.0.2
2006 Jan 29
8
Infinite loop shutting down xendomains
Pardon me for a long detailed post but this looks pretty serious. The bottom line is that, when I attempt to shut down or reboot my simple xen-2.0.7 server running FC3 with two domUs, shutting down xendomains appears to send python into an infinite loop. This may be due to a serious misconfiguration on my part but it is certainly a big problem. If we shutdown the domUs manually first, the
2012 Nov 05
8
Centos 6: Dell GX270 fails to power down (but reboots)
Hi, am using latest C6 on a Dell GX270 with latest Bios. It fails to power down but restarts when running $ sudo poweroff I tried some google hints for kernel boot option: acpi=force no help, looks like acpi is working anyway when looking in dmesg acpi=off makes e1000 nic fail to initialize Any suggestions? Rainer
2006 Dec 27
1
ups poweroff with cyberpower text protocol
Hi, shutting down my CyberPower OP500TE doesn't seem to work. Does anyone know if it is possible? (if not I will just change the shutdown script as suggested in the faq, but it would be nice to do the proper way). Thanks, Anton %/etc/init.d/ups-monitor poweroff Shutting down the UPS ... Network UPS Tools - UPS driver controller 2.0.1 Network UPS Tools - CyberPower text protocol UPS driver
2018 Nov 06
1
Re: [PATCH v2 2/2] p2v: add a Shutdown action (RHBZ#1642044)
On Tue, Nov 06, 2018 at 04:06:35PM +0100, Pino Toscano wrote: > On Tuesday, 6 November 2018 14:07:51 CET Richard W.M. Jones wrote: > > On Tue, Nov 06, 2018 at 12:51:30PM +0100, Pino Toscano wrote: > > > +static void > > > +shutdown_clicked (GtkWidget *w, gpointer data) > > > +{ > > > + if (!is_iso_environment) > > > + return; > > >
2012 Jan 19
1
Setting ups.delay.shutdown in powerware 9135
Hi! I'm using nut to control a ups powerware 9135. All are working, but, in the shutdown, the ups don't poweroff. I did check with upsc, and I can't see a ups.delay.shutdown variable to set the time of automatic poweroff, when I did complete the shutdown of machines. Before, I did use a propietary program to work with this ups, and the daemon did poweroff the ups without problems. But,
2009 Jul 09
1
poweroff in vm causes the host to become unavailable
If I ssh to a vm running Centos and then execute "poweroff" from within the vm, the vm shuts down as expected but the host in the admin ui becomes unavailable. Is anyone else experiencing this? I haven't checked to see if other guest OS's do the same thing yet. The painful thing is that then I have to shutdown all the VMs and reboot both the host and the management server