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'm receiving - "nohup: ignoring input and redirecting stderr to stdout".<br>
<br>I'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 "Starting the Download Torrents Script"<br>#<br>echo "Checking for Torrent files"<br>
#<br>if [ -f /home/simon/torrents/*.torrent ]; then<br> echo "Executing Bittorrent Application and saving progress to torrent.log"<br> nohup btlaunchmany /home/simon/torrents > /home/simon/torrents/torrent.log &<br>
else echo "No Torrent files found"<br>fi<br><br>The script executes as usual, except for the above error message. Any ideas what'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>