Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings.
Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Hi all, I have sabnzb setup on ubuntu working fine.
I want to be able to send all the completed files to a windows share drive on the lan but I can not figure out the format to enter in to the config panel.
I have tried
smb://mountname
//mountname
And I have looked through the manual but can't fine anything when going from Linux > Windows. There is plenty of information the other way thought
NOTE I had to do the first three steps from the website above, before I did the remainder. You may already have SMBFS installed. With the next two steps I checked to ensure that the shares mount/dismount on reboot.
1) Create a mount point /sharename or whatever
2) edit /etc/fstab to reflect your details //server/share /mountpoint cifs username=domain/user,password=password 0 0
3) mount with mount /mountpoint
4) you can edit locations in sabnzbd to reflect locations you require /mountpoint/downloads/complete etc.