Could anyone shed some light on this matter ?
[root@test1 work]# tsung -f tsung_catalin_filetrans.xml start &
[2] 6284
[root@test1 work]# Starting Tsung
"Log directory is: /root/.tsung/log/20130201-2047"
[2]+ Stopped tsung -f tsung_catalin_filetrans.xml start
[root@test1 work]# jobs
[1]- Stopped vim tsung_catalin_muc_dumbed.xml
[2]+ Stopped tsung -f tsung_catalin_filetrans.xml start
[root@test1 work]# bg 2
[2]+ tsung -f tsung_catalin_filetrans.xml start &
[root@test1 work]# jobs
[1]- Stopped vim tsung_catalin_muc_dumbed.xml
[2]+ Stopped tsung -f tsung_catalin_filetrans.xml start
that tsung script wouldn't run in the background. How come ?

screen -r. Screen will keep running even if you log out). – Hennes Feb 1 at 13:12tsungstops, bring it into the foreground withfgand see what happens. If nothing happens (or if something happens!), press (Ctrl)+Z and trybgagain. – Scott Feb 1 at 19:09