Search found 9 matches

by deejay01
June 19th, 2017, 3:24 am
Forum: General Help
Topic: Incorrect free space
Replies: 56
Views: 30790

Re: Incorrect free space

Does this help?

Code: Select all

#!/usr/bin/python
import os
print os.statvfs("/media/pi/SANDISK128");

posix.statvfs_result(f_bsize=4096, f_frsize=4096, f_blocks=1278529L, f_bfree=247545L, f_bavail=176838L, f_files=333248L, f_ffree=203806L, f_favail=203806L, f_flag=1024, f_namemax=55)
by deejay01
June 19th, 2017, 1:16 am
Forum: General Help
Topic: Incorrect free space
Replies: 56
Views: 30790

Incorrect free space

I have sabnzbd version 2.1.0 running on a raspberry pi. Downloads automatically pause when the size is greater than the free space, which is fair enough, but a problem arises when the calculated free space doesn't match the actual free space. sabnzbd is saying that I have 700MB free space whereas th...
by deejay01
June 17th, 2017, 8:40 pm
Forum: General Discussion
Topic: Can't add nzb from Android firefox browser
Replies: 2
Views: 2386

Can't add nzb from Android firefox browser

My situation is that the sabnzbd browse button is unresponsive on my Galaxy S7 Edge android marshmallow phone running firefox, meaning that I can't add an nzb using the browse option. The backend is a raspberry pi 2 model B running sabnzbd version 2.1.0. It might be a coincidence, but this started h...
by deejay01
June 16th, 2017, 4:57 am
Forum: General Discussion
Topic: sabnzbd on Multi Boot Raspberry PI
Replies: 1
Views: 2089

sabnzbd on Multi Boot Raspberry PI

I have sabnzbd installed on a raspberry pi 2 Model B which I can boot to either raspbian or libreelec and I use a browser on an android marshmallow phone to access it. The problem is that there is no sabnzbd service running on libreelec which means that I'm having to switch between the two depending...
by deejay01
June 14th, 2017, 8:33 am
Forum: General Discussion
Topic: No route to host
Replies: 6
Views: 5029

Re: No route to host

I have the wrench symbol which displays the config menu but no popup. The address in the address bar is http://10.1.1.198:8080 traceroute http://www.google.com displays: traceroute to http://www.google.com (216.58.196.132), 30 hops max, 60 byte packets 1 raspberrypi.local (192.168.1.1) 2998.763 ms !...
by deejay01
June 14th, 2017, 1:14 am
Forum: General Discussion
Topic: No route to host
Replies: 6
Views: 5029

Re: No route to host

Thanks for your suggestion. I had already tried that and you're right the raspi cant reach ssl.astraweb.com. /$ ping ssl.astraweb.com PING ssl.astraweb.com (216.151.153.12) 56(84) bytes of data. From raspberrypi.local (192.168.1.1) icmp_seq=1 Destination Host Unreachable From raspberrypi.local (192....
by deejay01
June 13th, 2017, 10:03 pm
Forum: General Discussion
Topic: No route to host
Replies: 6
Views: 5029

No route to host

I have sabnzbd version 0.7.20 running on a raspberry pi. Downloads stopped working so I tested the server and I'm getting the message : [Errno 111] Failed to connect (110, '[Errno 113] No route to host') -1@ssl.astraweb.com:563) I haven't made any configuration changes since it was last working. I a...
by deejay01
September 18th, 2016, 3:20 am
Forum: General Help
Topic: Unable to save downloads to a network share
Replies: 1
Views: 2874

Re: Unable to save downloads to a network share

Solved 1) Create a mount point mkdir /storage/<subfolder> 2) Add this code to /storage/.config/autostart.sh (sleep 30; mount -t cifs -o username=<username>,password=<password>,rw //<ip address>/usbdisk/<USB HDD volume name>/<completed download folder> /storage/<subfolder>; )& 3) Open a browser a...
by deejay01
September 17th, 2016, 11:02 pm
Forum: General Help
Topic: Unable to save downloads to a network share
Replies: 1
Views: 2874

Unable to save downloads to a network share

I have successfully installed SABnzbd on a Raspberry PI running OPENELEC, but I haven't been able to configure SABnzbd to save downloads to a network share - which is a USB hard disk drive plugged into the router / gateway of my home network. It sounds easy (and perhaps it *is* easy) but I haven't f...