Re: Paranoia mit dstat
On Tue, Jan 18, 2005 at 04:04:31PM +0100, Ingo Blechschmidt wrote:
> Wenn nun das SIGALRM-Signal nicht abgefangen wird, kommt der Default-Handler
> zum Zug -- "Der Wecker klingelt"/"Alarm clock". Das ist weiter nicht
> schlimm. Wenn man's reproduzieren will:
> $ perl -we 'alarm 1; sleep 2'
> Der Wecker klingelt
rebportbug gegen bash, zsh und dash machen das besser:
billy@farpoint:~$ zsh
::3002::> perl -we 'alarm 1; sleep 2'
zsh: 7355 alarm perl -we 'alarm 1; sleep 2'
billy@farpoint:~$ bash
sh-3.00$ perl -we 'alarm 1; sleep 2'
Der Wecker klingelt
::3160::>dash
$ perl -we 'alarm 1; sleep 2'
Alarm clock
-billy.
--
Philipp Meier - meier@fnogol.de
A: Because it breaks the logical sequence of discussion
Q: Why is top posting bad?
Reply to: