Search found 11 matches
- May 31st, 2017, 4:12 pm
- Forum: Debian/Ubuntu Package
- Topic: Ubuntu 17.04 PPA; sabnzbd executable seems to be missing!
- Replies: 3
- Views: 2933
Re: Ubuntu 17.04 PPA; sabnzbd executable seems to be missing
Goodness. That's rather embarrassing. It got uninstalled somehow, and bafflingly I thought I had already verified that it was still installed. I blame new-baby-induced sleep deprivation. Thank you for your reply, and thank you in advance for not berating and humiliating me ;) Note to future users; i...
- May 31st, 2017, 12:10 pm
- Forum: Debian/Ubuntu Package
- Topic: Ubuntu 17.04 PPA; sabnzbd executable seems to be missing!
- Replies: 3
- Views: 2933
Ubuntu 17.04 PPA; sabnzbd executable seems to be missing!
Hi, I just updated to Ubuntu 17.04 and have re-enabled the jcfp PPA, and confirmed sabnzbd is installed and up to date according to apt... but after an embarrassingly long time trying to figure out why it's not starting up, I've found that actually the executable isn't there! It's meant to be instal...
- May 7th, 2011, 9:50 am
- Forum: Bug Reports
- Topic: Zabbix interfering with sabnzbd web UI
- Replies: 6
- Views: 4941
Re: Zabbix interfering with sabnzbd web UI
I can't remember exactly what I did, but it was along the lines of: Install Zabbix, the agent (to collect stats) and the frontend (to view them): sudo apt-get install zabbix-server-mysql zabbix-agent zabbix-frontend-php Fire up localhost/zabbix, log in as admin (password is zabbix), then follow this...
- April 25th, 2011, 9:51 am
- Forum: Bug Reports
- Topic: Zabbix interfering with sabnzbd web UI
- Replies: 6
- Views: 4941
Re: Zabbix interfering with sabnzbd web UI
Ah, that makes sense! And it's correct! Typing in the IP of the server for one program and the host name for the other works. Thanks!
- April 25th, 2011, 8:31 am
- Forum: Bug Reports
- Topic: Zabbix interfering with sabnzbd web UI
- Replies: 6
- Views: 4941
Zabbix interfering with sabnzbd web UI
Hi, I've noticed something quite strange. I'm running Ubuntu 10.10, with sabnzbd 0.6.0RC2. I also have installed Zabbix 1.8.2. If I go to the web interface of sabnzbd (plush theme) whilst I have Zabbix open in another tab, looking at any of the pages in Zabbix's 'configuration', I get this error fro...
- March 14th, 2011, 4:56 pm
- Forum: General Help
- Topic: Download again?
- Replies: 3
- Views: 3092
Re: Download again?
Sadly not... I do now though :) Ok, so I've got all my history intact, so it'll at least be possible to do this manually. Where exactly does the name of the download come from? Is it extracted from the nzb file? I've noticed it's rarely the same as the name of the nzb as it appears on nzb search sit...
- March 14th, 2011, 3:50 pm
- Forum: General Help
- Topic: Download again?
- Replies: 3
- Views: 3092
Download again?
Hi, I recently had a catastrophic hard drive failure and lost a lot of films and tv shows I had downloaded through sabnzbd. All of them were downloaded using my NZBMatrix bookmarks feed. I clear my bookmarks periodically and the NZBMatrix site doesn't seem to make available a list of everything you ...
- October 27th, 2010, 4:04 am
- Forum: General Help
- Topic: Sabnzbd web interface 'stealth' mode?
- Replies: 4
- Views: 3374
Re: Sabnzbd web interface 'stealth' mode?
Brilliant, thanks! I've tried ssh tunneling but I seem to lack the skill to outwit the network engineers at my workplace, which I suppose is a good thing!
- October 20th, 2010, 5:19 am
- Forum: General Help
- Topic: Sabnzbd web interface 'stealth' mode?
- Replies: 4
- Views: 3374
Sabnzbd web interface 'stealth' mode?
Hi, I've got my server exposed to the 'net but haven't yet forwarded the port for sabnzbd, since it gives away what it is and tells the whole world that I'm a filthy newsgroup user! Is there a way to get it to just ask for a password in some generic fashion without saying what it's for? I'm using sa...
- September 9th, 2010, 8:27 am
- Forum: General Help
- Topic: Creating directories with setgid bit - no way to not set it for files though?
- Replies: 2
- Views: 1874
Re: Creating directories with setgid bit - no way to not set it for files though?
I see, to me that's not very intuitive but I guess it simplifies things. Perhaps just a note by the option would help avoid confusion? I used this script in the end, slightly different syntax and adds the s flag to the existing permissions so the normal setting is still respected: #!/bin/sh find &qu...
- September 9th, 2010, 7:26 am
- Forum: General Help
- Topic: Creating directories with setgid bit - no way to not set it for files though?
- Replies: 2
- Views: 1874
Creating directories with setgid bit - no way to not set it for files though?
In the interests of keeping things manageable I'd like to use the setgid bit to ensure a common group is used for all new directories and files. I've set the "Permissions for completed downloads" setting to "2770", but of course this sets the setgid bit for files as well as for d...