Assuming you are able to mount USB Drive by /optand procedure to install pyload pls!!!
@nick2012
Post the output of top
thanksAssuming you are able to mount USB Drive by /opt
Install Optware, by putty :
wget http://www.3iii.dk/linux/optware/optware-install-ddwrt.sh -O /tmp/optware-install.sh
sh /tmp/optware-install.sh
Next Install pyLoad :
ipkg install wget tesseract-ocr tesseract-ocr-lang-eng ossp-js unrar
wget http://get.pyload.org/static/pyload-v0.4.9-noarch.ipk
ipkg install pyload-v0.4.9-noarch.ipk
pyLoadCore -s
port set to 8000Did you configured the pyload ? i.e port set to 7227 ?
http://IP:7227
ohh so increasing only sleep time will dohttp://pyload.org/configuration
Its because your transmission is getting started before your drive is still mounting.
still cant able to run itRead the link above i can give straight answer but you will ask again if i do
Is wget manageable remotely / via internet ?But what do u want me to help at ?In anyways pyload is not worth it will hang and crash a lot wont recommend it if you want http downloader then use wget from command line though it does not works with image captcha it wants direct links
You'll need to investigate at your end check dmesg , /var/logsoh then fine
hey and again problem with transmission
it stops suddenly between download and when i restart my router the file erased
i have increased transmission time from 30sec to 120sec...
still no use
If you can ssh then yesIs wget manageable remotely / via internet ?
You'll need to investigate at your end check dmesg , /var/logs
You drive is getting mounted as ext2 instead of ext3 show me your startup script make sure you put in codes tag.
sleep 5
mount -t ext3 /dev/sda2 /mnt
echo "nobody:*:65000:65000:nobody:/mnt:/bin/false" >> /etc/passwd
sleep 60
echo 1 > /sys/class/scsi_disk/0:0:0:0/allow_restart
iptables -I INPUT -p tcp -d 192.168.1.1 --dport 50000 -j logaccept
/opt/bin/transmission-daemon -g /mnt/data/torrents/.config/transmission-daemon
sh /mnt/hosts.sh
Is that only this it should have complete path to the file.
/opt/bin/transmission-daemon -g /mnt/data/torrents/.config/transmission-dae