> 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.
_______________________________________________
pve-devel mailing list
[email protected]
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel