Search found 24 matches
- March 17th, 2019, 11:08 am
- Forum: Debian/Ubuntu Package
- Topic: Howto: updating in Debian proper
- Replies: 56
- Views: 294523
Re: Howto: updating in Debian proper
Works now. Perhaps there was a problem with the server?
- March 16th, 2019, 4:32 pm
- Forum: Debian/Ubuntu Package
- Topic: Howto: updating in Debian proper
- Replies: 56
- Views: 294523
Re: Howto: updating in Debian proper
Yes. This is the output. It takes very long time before the error is displayed. sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net:11371 --recv-keys 0x98703123E0F52B2BE16D586EF13930B14BB9F05F Executing: /tmp/apt-key-gpghome.eB6VTqNw9Q/gpg.1.sh --keyserver hkp://pool.sks-keyservers.net:11371 ...
- March 16th, 2019, 2:21 pm
- Forum: Debian/Ubuntu Package
- Topic: Howto: updating in Debian proper
- Replies: 56
- Views: 294523
Re: Howto: updating in Debian proper
I can install sabnzbdplus on my raspberry pi with raspbian stretch. It failed to import the public key. This is what i have when i import the key apt-key adv --keyserver hkp://pool.sks-keyservers.net:11371 --recv-keys 0x98703123E0F52B2BE16D586EF13930B14BB9F05F Executing: /tmp/apt-key-gpghome.qMPMdFi...
- April 1st, 2013, 9:55 am
- Forum: Debian/Ubuntu Package
- Topic: can't find /etc/default/sabnzbdplus
- Replies: 1
- Views: 2389
can't find /etc/default/sabnzbdplus
hi, i installed sab v0.6.5 with apt-get install sabnzbdplus on my raspberry pi (raspbian). after that i added ppa to sources.list (http://forums.sabnzbd.org/viewtopic.php?f=16&t=9844) and upgraded to v0.7.11. after that i had to configure sab again, now i can connect to the webinterface. but whe...
- November 23rd, 2012, 11:09 am
- Forum: General Help
- Topic: delete/reset the bandwidth
- Replies: 11
- Views: 5908
Re: delete/reset the bandwidth
Is there a DEB-Package of Version 0.7? I only can find the source code, and install with apt-get will install version 0.6.
- November 23rd, 2012, 1:58 am
- Forum: General Help
- Topic: delete/reset the bandwidth
- Replies: 11
- Views: 5908
Re: delete/reset the bandwidth
i only use stable version. 0.6.15 is the last stabile i could find a deb-package.
- November 22nd, 2012, 5:06 pm
- Forum: General Help
- Topic: delete/reset the bandwidth
- Replies: 11
- Views: 5908
- November 22nd, 2012, 4:23 pm
- Forum: General Help
- Topic: delete/reset the bandwidth
- Replies: 11
- Views: 5908
Re: delete/reset the bandwidth
enable uniconfig in the ini or web interface? there is no "special" in config at the web interface.
- November 22nd, 2012, 12:42 pm
- Forum: General Help
- Topic: delete/reset the bandwidth
- Replies: 11
- Views: 5908
Re: delete/reset the bandwidth
The skin i use is plush - gold. but there isn't a reset button. i've made a screenshot. there is a button to remove the server, but this is not the same. when i create a new server with the same name (done by the program itself) then the bandwidth used befor is shown. image: http://imageshack.us/pho...
- November 22nd, 2012, 11:00 am
- Forum: General Help
- Topic: delete/reset the bandwidth
- Replies: 11
- Views: 5908
delete/reset the bandwidth
hi, under config->servers i can see the bandwidth of the server - whats downloaded today and total. can i delete or reset this? i offen switch between several accounts at the same provider and the server-name is the host and a number i.e. "news2.usenet.nl@1". if the server already existed ...
- October 9th, 2012, 12:54 pm
- Forum: Debian/Ubuntu Package
- Topic: downloads don't start
- Replies: 24
- Views: 15527
Re: downloads don't start
ok, maybe i made the second step befor the first. sorry. i removed sabnzbd and all the ini again. than install again and start from command line. i get a lot of messages which i don't understand. some of them are the same i could see in the warnings, when connected on the webserver. here are the mes...
- October 9th, 2012, 7:34 am
- Forum: Debian/Ubuntu Package
- Topic: downloads don't start
- Replies: 24
- Views: 15527
Re: downloads don't start
i made all like you explained, but it doesn't work. when i start sabnzbd direct on the raspberry (connected with tightvnc) midori shows an error. a free tcp/ip-port 8080 is needed. "ps -A" directly after boot shows no sabnzbd. when i type "ps -A" after starting sabnzbd manual i c...
- October 6th, 2012, 3:25 am
- Forum: Debian/Ubuntu Package
- Topic: downloads don't start
- Replies: 24
- Views: 15527
Re: downloads don't start
ok, i uninstalled sabnzbdplus, removed all ini and the files in /etc/default. then restart and re-install the program. then i changed "USER=" to "USER=pi" (pi is the normal user on debian for raspberry pi) and restart the computer. i can't connect to the program from pc. at the m...
- October 5th, 2012, 3:52 am
- Forum: Debian/Ubuntu Package
- Topic: downloads don't start
- Replies: 24
- Views: 15527
Re: downloads don't start
now it's becoming interessting. the config file is "/root/.sabnzbd/sabnzbd.ini", but i though it uses "/home/pi/.sabnzbd/sabnzbd.ini". i made all changes in the second ini. grep host /root/.sabnzbd/sabnzbd.ini | head -1 result: host = 0.0.0.0 probably this was my mistake? in /etc...
- October 4th, 2012, 3:29 pm
- Forum: Debian/Ubuntu Package
- Topic: downloads don't start
- Replies: 24
- Views: 15527
Re: downloads don't start
that is the result when i type "grep host ~/.sabnzbd/sabnzbd.ini | head -1". i changed sabnzbd-host to 0.0.0.0 in sabnzbd webinterface and restarted sabnzbd. but when i type "grep host ~/.sabnzbd/sabnzbd.ini | head -1" the result is not "0.0.0.0", it's localhost. i don'...