On Fri, 2014-02-21 at 10:24 -0500, Stéphane Graber wrote:
> On Fri, Feb 21, 2014 at 11:22:18AM +0100, Harald Dunkel wrote:
> > Found it: upstart ignores SIGPWR by default.
> >
> > Fix:
> >
> > cat > # power-status-changed - shutdown on SIGPWR
> > #
> > star
Hi,
On 2014-02-21 11:22, Harald Dunkel wrote:
Found it: upstart ignores SIGPWR by default.
Fix:
cat
On Wed, 26 Feb 2014 09:54:43 +0100
Flo wrote:
> Any solution for Fedora 20?
This is what I'm doing for Oracle Linux 7, it'll probably work for
Fedora 20 as well (in the container rootfs):
ln -s /usr/lib/systemd/system/halt.target /etc/systemd/system/sigpwr.target
> On Wed, Feb 26, 2014 at 9:3
Any solution for Fedora 20?
On Wed, Feb 26, 2014 at 9:39 AM, Alvaro Miranda Aguilera
wrote:
> ack'
>
>
> On Sun, Feb 23, 2014 at 8:40 AM, Istvan Balazs wrote:
>
>> testaasdf
>>
>>
>> 2014-02-21 11:22 GMT+01:00 Harald Dunkel :
>>
>> Found it: upstart ignores SIGPWR by default.
>>>
>>> Fix:
>>>
>>
ack'
On Sun, Feb 23, 2014 at 8:40 AM, Istvan Balazs wrote:
> testaasdf
>
>
> 2014-02-21 11:22 GMT+01:00 Harald Dunkel :
>
> Found it: upstart ignores SIGPWR by default.
>>
>> Fix:
>>
>> cat > # power-status-changed - shutdown on SIGPWR
>> #
>> start on powe
testaasdf
2014-02-21 11:22 GMT+01:00 Harald Dunkel :
> Found it: upstart ignores SIGPWR by default.
>
> Fix:
>
> cat # power-status-changed - shutdown on SIGPWR
> #
> start on power-status-changed
>
> exec /sbin/shutdown -h now "SIGPWR received"
> EOF
>
>
On Fri, Feb 21, 2014 at 11:22:18AM +0100, Harald Dunkel wrote:
> Found it: upstart ignores SIGPWR by default.
>
> Fix:
>
> cat # power-status-changed - shutdown on SIGPWR
> #
> start on power-status-changed
>
> exec /sbin/shutdown -h now "SIGPWR received"
Found it: upstart ignores SIGPWR by default.
Fix:
cat
Hi folks,
Seems that a Centos 65 container doesn't stop on lxc-stop
within the timeout. "lxc-stop -k" works, but thats very
rude. For my Debian containers there is no such problem.
The config file was generated by the template script. LXC
is version 1.0 (BTW, congratulations).
Every helpful sugg