Re: Ubuntu 10.04 BETA1 (Lucid)



Unfortunately, there is one thing that I don't like too much:
"Installing Behind A Firewall/Off-line"

I have no better idea on how to speed up the timeout.
(I use kill -3 :).

--
Raja Ali M.I. Ilias, Bengkalis,

--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages

  • Re: Utility to kill a command if it takes too long
    ... sleep $interval ... then it might kill the wrong process if the pid is being reused ... Note that there exists a "timeout" utility in the tct tools ... arm an alarm, start the command in a child process, wait for the ...
    (comp.unix.shell)
  • How to kill all child processes except itself?
    ... I have a perl script, ... What I want to do is that kill all child processes after the timeout ...
    (comp.lang.perl.misc)
  • Re: having problems with open4 and stuck forked processes
    ... Wouldn't I need to use timeout to check for that anyway? ... make sure that if the process does not end in a reasonable amount of ... time I want to kill it. ... So far I have tried wrapping it in a timeout block but that doesn't ...
    (comp.lang.ruby)
  • Trying to combine timeout with getting programs pid
    ... I am trying to timeout an external program, ... I want to kill it before that. ... However I do not know PID of my_program in that case. ...
    (comp.lang.perl.misc)
  • Re: exit status of background jobs
    ... and if it runs too long then kill it. ... while ((count < TIMEOUT)); do ... # /proc is where information about running processes is found. ... # If the hanging job is running, ...
    (comp.unix.shell)