Ubuntu Server Error
Simon Ives
simon.ives.au at gmail.com
Thu May 14 01:51:49 BST 2009
Hi All.
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".
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:
#!/bin/sh
# Start Downloading Torrent Files!
# Written by Simon Ives - http://www.simonives.info
#
echo "Starting the Download Torrents Script"
#
echo "Checking for Torrent files"
#
if [ -f /home/simon/torrents/*.torrent ]; then
echo "Executing Bittorrent Application and saving progress to
torrent.log"
nohup btlaunchmany /home/simon/torrents >
/home/simon/torrents/torrent.log &
else echo "No Torrent files found"
fi
The script executes as usual, except for the above error message. Any ideas
what's causing it?
--
SIMON IVES
www.simonives.info
---------------------------------
Please consider the environment
before printing this email or any
attachments.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/ubuntu-au/attachments/20090514/6c8c896d/attachment.htm
More information about the ubuntu-au
mailing list