[pve-devel] openvz and signal handlers
Dietmar Maurer
dietmar at proxmox.com
Wed Jul 17 12:34:59 CEST 2013
> Problem:
> In a perl program I need to apply some basic event handling which I do by
> installing a signal handler for ALRM ($SIG{ALRM} = \&alarm_handler;)
>
> This works as intended running in a normal context but running inside a CT
> (OpenVZ) context does not work, it is as the signal handler is never called.
>
> Question:
> Do I need to do something special to be able to attach to signals within a CT?
>
no, that should work out of the box.
More information about the pve-devel
mailing list