Displaying 20 results from an estimated 6000 matches similar to: "XCP slave poweroff issue , please help"
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
2012 Jun 05
1
need your help with xcp vlan
hi all,
im peter, i found the post here
http://www.gossamer-threads.com/lists/xen/users/229738
i build a small test env, with 2 vm in 1 server with xcp 1.1.0
i use xe network-create and xe vlan-create to build the vlan for each vm.
then i got 2 bridge like xapi1 and xapi2, and in the ovs-vsctl list port i
can see all these info about fake-bridge and vlan tag is correct.
but when i start 2
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
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,
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
>>>>
2012 Jul 07
1
Bug#680588: xcp-xapi: startup race condition between xcp-xapi and xcp-networkd on slave
Package: xcp-xapi
Version: 1.3.2-8
Severity: important
Tags: patch
Found race condition (specific only to slave hosts):
xcp-xapi can start earlier than xcp-networkd due lack of dependency in init.d script.
Syptoms:
After reboot slave's xcp does not work:
xe (anything):
The host failed to acquire an IP address on its management interface and therefore cannot contact the master.
log:
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
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
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 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
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
2013 Jul 04
1
com32 poweroff.c32
Op 2013-07-03 om 23:33 schreef Gert Cuykens:
> On Wed, Jul 3, 2013 at 9:47 PM, Sebastian Herbszt <herbszt at gmx.de> wrote:
> > Gert Cuykens wrote:
> >>
> >> Ok thanks, but I was wondering what the difference is between halt -p ?
> >
> >
> > poweroff.c32 uses APM. Linux can also use ACPI.
> >
>
> Is ACPI possible to implement or way
2016 Aug 05
1
NUT UPS Slave Not Shutting Down
Hello All,
I'm trying to establish a MASTER SLAVE configuration of UPS using NUT
Driver.
I'm able to shutdown the master after UPS is on BATTERY ( POWER BLACKOUT)
.However I'm trying to shutdown the other SLAVE MACHINES BEFORE MASTER.
But at the remote side ( Slaves ) shutdown after UPS blackout does not
happen.
My configuration in Master are
/usr/etc/upsd.users
2012 May 04
1
Fwd: xe CLI: Error code: MEMORY_CONSTRAINT_VIOLATION - trial XenServer 6.0.2 image has a bug
I have encountered the same problem on XCP 1.1 and XCP 1.5 beta.
I tried "xe vm-memory-limits-set" command, and what I get is like
[root@xcp11 ~]# xe vm-memory-limits-set static-min=1GiB dynamic-min=4GiB
dynamic-max=4GiB static-max=4GiB --multiple
operation failed on 9587c557-39b0-4cb1-a0e7-f2e701f287ac: You attempted an
operation on a VM that was not in an appropriate power state at
2023 Feb 20
1
linux-6.2-rc4+ hangs on poweroff/reboot: Bisected
On Mon, Feb 20, 2023 at 11:51 AM Chris Clayton <chris2553 at googlemail.com> wrote:
>
>
>
> On 20/02/2023 05:35, Ben Skeggs wrote:
> > On Sun, 19 Feb 2023 at 04:55, Chris Clayton <chris2553 at googlemail.com> wrote:
> >>
> >>
> >>
> >> On 18/02/2023 15:19, Chris Clayton wrote:
> >>>
> >>>
> >>> On