Hi All.<br><br>I updated my home file server from 8.10 to 9.04 over the weekend and all seems to be running fine...except an error that I&#39;m receiving - &quot;nohup: ignoring input and redirecting stderr to stdout&quot;.<br>
<br>I&#39;ve setup some bash scripts and cron jobs to automate the downloading of torrent files and I get the above error upon execution of the script to start the torrent downloads.  The contents of the script are as follows:<br>
<br>#!/bin/sh<br># Start Downloading Torrent Files!<br># Written by Simon Ives - <a href="http://www.simonives.info">http://www.simonives.info</a><br>#<br>echo &quot;Starting the Download Torrents Script&quot;<br>#<br>echo &quot;Checking for Torrent files&quot;<br>
#<br>if [ -f /home/simon/torrents/*.torrent ]; then<br>    echo &quot;Executing Bittorrent Application and saving progress to torrent.log&quot;<br>    nohup btlaunchmany /home/simon/torrents &gt; /home/simon/torrents/torrent.log &amp;<br>
else echo &quot;No Torrent files found&quot;<br>fi<br><br>The script executes as usual, except for the above error message.  Any ideas what&#39;s causing it?<br clear="all"><br>--<br>SIMON IVES<br><a href="http://www.simonives.info">www.simonives.info</a><br>
---------------------------------<br>Please consider the environment<br>before printing this email or any<br>attachments.<br>