January 26, 201115 yr I used to have "enscreen" in my unRAID for running YAMJ from user scripts in unMENU. A few days ago I tried running the script just to be notified that enscreen does not exist. Where has it gone? and how can I get it back?
January 27, 201115 yr Have you changed what packages you're installing? enscreen was a wrapper script to screen written by Purko - not anything to do with the stock unraid system. It was included in his rtorrent / untorrent package - if you're no longer using that...
January 27, 201115 yr Author So that's where it is.... I have indeed uninstalled it - moved to transmission. I will try to extract it from the rtorrent package again. I need it to run YAMJ from the user scripts page - is there any other way?
January 27, 201115 yr So that's where it is.... I have indeed uninstalled it - moved to transmission. I will try to extract it from the rtorrent package again. I need it to run YAMJ from the user scripts page - is there any other way? you can invoke it with "nohup" or with the "at" command. You just need to dis-associate the input and outputs of the YAMJ from the button invoking it. Something like this might work: echo "Your command to be invoked" | at now or something like this nohup your command to be invoked >/dev/null 2>&1 & Joe L.
Archived
This topic is now archived and is closed to further replies.