Search found 3 matches

by coolmatt
Tue Jan 31, 2012 5:41 pm
Forum: General
Topic: Zombie process ?
Replies: 5
Views: 3901

Re: Zombie process ?

Hi gunzip

Thanks for your support.

transmission-remote --version reports 2.13

Will check changelogs on later versions (maybe it is an old bug) and upgrade to 2.42
by coolmatt
Mon Jan 30, 2012 7:48 pm
Forum: General
Topic: Zombie process ?
Replies: 5
Views: 3901

Re: Zombie process ?

Thanks,

Changed to "exit 0" but not better...

What I can't figure out is even when the "if" statement fails (so the script executes only exit 0), the process still goes zombie...

I also tried this without success :

wait
exit $?
by coolmatt
Sun Jan 29, 2012 12:40 pm
Forum: General
Topic: Zombie process ?
Replies: 5
Views: 3901

Zombie process ?

Hi,

Set up a little download server : Ubuntu + Transmission daemon. Love it. Works so good !
Though I'm a linux enthusiast, I'm also a newbie... and confused with this :

I wrote a bash script (torrent-done-script-filename) that calls another script (which performs tests and processes the ...