Search found 8829 matches

by sander
December 4th, 2012, 2:39 pm
Forum: Debian/Ubuntu Package
Topic: Setting download folder to a USB mount on Raspberry Pi
Replies: 23
Views: 21134

Re: Setting download folder to a USB mount on Raspberry Pi

He, what happened? The subdirectories in /var/sabnzbd/Downloads/ are gone. Did you reboot, or disconnect the drive?

What is the output of

df -h
by sander
December 4th, 2012, 2:21 pm
Forum: Debian/Ubuntu Package
Topic: Setting download folder to a USB mount on Raspberry Pi
Replies: 23
Views: 21134

Re: Setting download folder to a USB mount on Raspberry Pi

A user 'sabnzbd'? How did you do that? And why?

Anyway: does this work:

sudo chmod 777 /var/sabnzbd/Downloads/*
ls -al /var/sabnzbd/Downloads
by sander
December 4th, 2012, 2:21 pm
Forum: Debian/Ubuntu Package
Topic: Setting download folder to a USB mount on Raspberry Pi
Replies: 23
Views: 21134

Re: Setting download folder to a USB mount on Raspberry Pi

A user 'sabnzbd'? How did you do that? And why?

Anyway: does this work:

sudo chmod 777 /var/sabnzbd/Downloads/*
ls -al /var/sabnzbd/Downloads
by sander
December 4th, 2012, 2:07 pm
Forum: Debian/Ubuntu Package
Topic: Setting download folder to a USB mount on Raspberry Pi
Replies: 23
Views: 21134

Re: Setting download folder to a USB mount on Raspberry Pi

That looks good. What is the output of:

ls -al /var/sabnzbd/Downloads
whoami
by sander
December 4th, 2012, 12:56 pm
Forum: Debian/Ubuntu Package
Topic: Setting download folder to a USB mount on Raspberry Pi
Replies: 23
Views: 21134

Re: Setting download folder to a USB mount on Raspberry Pi

sudo mount -t ntfs -o uid=sabnzbd,gid=sabnzbd,fmask=000,dmask=000 /dev/sda1 /var/sabnzbd/Downloads It mounts fine and the web interface shows 15GB available but if I try to manually load up an nzb the log file says it can't create folder /var/sabnzbd/Downloads/incomplete. BTW. I manually created th...
by sander
December 3rd, 2012, 4:14 pm
Forum: General Discussion
Topic: How do you setup Sab on your home network?
Replies: 12
Views: 8250

Re: How do you setup Sab on your home network?

There are NAS-devices that can run SABnzbd, and there are (modern) TV's than can play content over a network from a NAS, fileserver or DLNA-server. So, yes it is possible. EDIT: so the easy answer is: some (modern) TVs have a media-player built in. EDTI 2: and there are (do it yourself?) media play...
by sander
December 3rd, 2012, 3:57 pm
Forum: General Help
Topic: Network Connection dropping.
Replies: 10
Views: 5575

Re: Network Connection dropping.

No, it's something else: If you ISP gives you 8 Mbps, that's 1 MB/s (or even 0.8 MB/s). Note the b versus B.
by sander
December 3rd, 2012, 3:47 pm
Forum: General Help
Topic: Network Connection dropping.
Replies: 10
Views: 5575

Re: Network Connection dropping.

That is correct. I also tried it on my Mac, with the other newsgroup software and it works fine there also. Just SAB on the HTPC. Pretty sad about this problem. I cannot finish automating my brand new HTPC without getting this up and running. :( And did you try SABnzbd on the Mac? BTW: you do know ...
by sander
December 3rd, 2012, 2:37 pm
Forum: General Help
Topic: Network Connection dropping.
Replies: 10
Views: 5575

Re: Network Connection dropping.

So:
- ethernet cable
- also happens with 2 connections and limited speed
- does not happen with other usenet downloading software on the same computer

If so, then I'm out of ideas.
by sander
December 3rd, 2012, 2:59 am
Forum: General Help
Topic: Network Connection dropping.
Replies: 10
Views: 5575

Re: Network Connection dropping.

Is your SAB machine connected via Wifi or ethernet-cable? If Wifi, try an ethernet-cable. Furthermore - how many newsserver connections? What happens when you lower the number of connections to 5 or 8? - what is the bandwidth of your Internet connection, and which speed does SAB achieve? - What happ...
by sander
December 2nd, 2012, 5:46 pm
Forum: Debian/Ubuntu Package
Topic: SABnzbd hangs after URLGrabber line
Replies: 12
Views: 9564

Re: SABnzbd hangs after URLGrabber line

Ah. I'm not sure how to solve that. Maybe:

sudo apt-get update
sudo apt-get upgrade

... and then try again.
by sander
December 2nd, 2012, 5:25 pm
Forum: Debian/Ubuntu Package
Topic: SABnzbd hangs after URLGrabber line
Replies: 12
Views: 9564

Re: SABnzbd hangs after URLGrabber line

EmPleh wrote:I used the tar.gz-file and extracted it to /opt

/opt/SABnzbd-.0.7.6
That explains it.

Does "sudo apt-get install sabnzbdplus" work on your system?
by sander
December 2nd, 2012, 4:50 pm
Forum: Debian/Ubuntu Package
Topic: SABnzbd hangs after URLGrabber line
Replies: 12
Views: 9564

Re: SABnzbd hangs after URLGrabber line

EmPleh wrote:Ah yeah, I checked that earlier.

That dir doesn't actually exist.
It's not a dir, but a file.

Anyway: how did you install: the tar.gz-file, or the PPA for Ubuntu/Debian?
by sander
December 2nd, 2012, 4:23 pm
Forum: Debian/Ubuntu Package
Topic: SABnzbd hangs after URLGrabber line
Replies: 12
Views: 9564

Re: SABnzbd hangs after URLGrabber line

Ah, now I understand.

Open Media Vault seems to be based on Debian Linux. If so, does the file /etc/default/sabnzbdplus exist? If so, find the line "USER=", and append the username you're using on your Open Media Vault (check with "whoami"). Save the file, and reboot your system.
by sander
December 2nd, 2012, 4:08 pm
Forum: Debian/Ubuntu Package
Topic: SABnzbd hangs after URLGrabber line
Replies: 12
Views: 9564

Re: SABnzbd hangs after URLGrabber line

I see nothing problematic. You should now access SABnzbd via your webbrowser, and put a NZB into it.