Search found 7 matches
- August 16th, 2009, 9:37 am
- Forum: General Help
- Topic: Problem /etc/init.d and /usr/bin/SABnzbd.py
- Replies: 7
- Views: 4740
Re: Problem /etc/init.d and /usr/bin/SABnzbd.py
Hi shypike, yes, I am trying to make an up to date ebuild for Gentoo systems, so that other than Ubuntu users are able to easily take advantage of SABnzbd as well. 
- August 16th, 2009, 8:52 am
- Forum: General Help
- Topic: Problem /etc/init.d and /usr/bin/SABnzbd.py
- Replies: 7
- Views: 4740
Re: Problem /etc/init.d and /usr/bin/SABnzbd.py
So, if anyone is able to help me solve the problem (or improve/enhance the ebuilds), I would really appreciate it! Will also post the ebuilds on the bugtrackers and make them available for others as soon as it is working properly.
Thank you in advance for any inputs!
/Larsa
Thank you in advance for any inputs!
/Larsa
- August 16th, 2009, 8:50 am
- Forum: General Help
- Topic: Problem /etc/init.d and /usr/bin/SABnzbd.py
- Replies: 7
- Views: 4740
Re: Problem /etc/init.d and /usr/bin/SABnzbd.py
The last file in the "file" folder is sabnzbd.init I am not quite sure where it ends at last, but it is the start/stop script.. #!/sbin/runscript # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ opts="start stop&qu...
- August 16th, 2009, 8:48 am
- Forum: General Help
- Topic: Problem /etc/init.d and /usr/bin/SABnzbd.py
- Replies: 7
- Views: 4740
Re: Problem /etc/init.d and /usr/bin/SABnzbd.py
In the same folder (file) I also have two other files. This one is called sabnzbd.ini and is later copied to /etc/sabnzbd.conf __version__ = 18 [misc] log_dir = /var/log/sabnzbd auto_browser = 0 permissions = 0775 check_new_rel = 1 replace_spaces = 0 fail_on_crc = 0 enable_filejoin = 0 enable_unzip ...
- August 16th, 2009, 8:45 am
- Forum: General Help
- Topic: Problem /etc/init.d and /usr/bin/SABnzbd.py
- Replies: 7
- Views: 4740
Re: Problem /etc/init.d and /usr/bin/SABnzbd.py
I had to make a own folder called "file" and copy this file in there, in order for emerge to compile properly. This file is called sabnzbd-gentoo-setup.py #!/usr/bin/env python Win32ConsoleName = 'SABnzbd-console.exe' Win32WindowName = 'SABnzbd.exe' import sabnzbd from distutils.core impo...
- August 16th, 2009, 8:41 am
- Forum: General Help
- Topic: Problem /etc/init.d and /usr/bin/SABnzbd.py
- Replies: 7
- Views: 4740
Re: Problem /etc/init.d and /usr/bin/SABnzbd.py
This is the main sabnzbd ebuild file: # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="1" inherit distutils MY_P="${P/sab/SAB}" DESCRIPTION="Binary Newsgrabber written in Python, server-oriented usi...
- August 16th, 2009, 8:40 am
- Forum: General Help
- Topic: Problem /etc/init.d and /usr/bin/SABnzbd.py
- Replies: 7
- Views: 4740
Problem /etc/init.d and /usr/bin/SABnzbd.py
Hi guys! Found this site when using my Ubuntu box, and had no problems installing and using it there. Over on my Sabayon box, I was however not able to find any overlays I could use to make sure I had an up to date and working installation, so I started to make my own ebuilds from older versions. Af...