Hey,
I'm really new to Archlinux on the pogoplug, but until now everything worked fine ( Ssh / Samba ). Yesterday I tried to install sabnzbd and already got into the web interface.
The Problem is, that I cant let download the files to the Directory given by Sabnzbd ( /opt/sabnzbd/Downloads/ ) because its the Os-Drive with only 5gb left.
The Downloads have to be downloaded to /dev/sdb1 ( /media/UNTITLED/Downloads).
I tried to change the Directory in the settings but this wont work, so I searched for another way and tried this:
$this->bbcode_second_pass_code('', 'mkdir /media/hd-sdb1/sabnzbd
rm -rf /opt/sabnzbd/Downloads/
ln -s /media/hd-sdb1/sabnzbd /opt/sabnzbd/Downloads
rm -rf /opt/sabnzbd/logs
ln -s /media/hd-sdb1/sabnzbd /opt/sabnzbd/logs')
I don't geht what exactly is done but I think its a kind of "link" from the original Directory to my external Drive.
Now I get the following error in Web interface ( and also free space = 0 in interface ):
$this->bbcode_second_pass_code('', 'Verzeichnis /opt/sabnzbd/Downloads/incomplete konnte nicht angelegt werden')
In English:
$this->bbcode_second_pass_code('', 'Directory /opt/sabnzbd/Downloads/incomplete can't be created')
I made a fresh install now and hope you can help me!
Thanks a lot so far.
