Search found 10 matches
- December 31st, 2012, 6:01 pm
- Forum: General Help
- Topic: Sabnzbd closing without any errors in the logs
- Replies: 16
- Views: 8623
Re: Sabnzbd closing without any errors in the logs
one final update to close this out, I had some bad memory. Replaced the memory, issue was fixed.
- December 27th, 2012, 6:20 pm
- Forum: General Help
- Topic: Sabnzbd closing without any errors in the logs
- Replies: 16
- Views: 8623
Re: Sabnzbd closing without any errors in the logs
so a quick update. That helped find the issue. It was a "segmentation error" which apparently is something outside of SABnzbd. I'm just going to go ahead and rebuild the machine to clean everything up. Thanks for the help Sander!
- December 27th, 2012, 2:39 pm
- Forum: General Help
- Topic: Sabnzbd closing without any errors in the logs
- Replies: 16
- Views: 8623
Re: Sabnzbd closing without any errors in the logs
Sorry, I didn't address all of your original questions / points. Honestly, I dont know if I'm good enough to fix the underlying issue. The init.py was executing fine, so I figured I fixed the issue. But you're right about the upgrade. It looks like you were right on the running part. I have it start...
- December 27th, 2012, 2:11 pm
- Forum: General Help
- Topic: Sabnzbd closing without any errors in the logs
- Replies: 16
- Views: 8623
Re: Sabnzbd closing without any errors in the logs
also, below is the code I commented out. It's all in the one clause. Apparently, Darwin = Mac. I'm running on linux, so I should be safe. # if platform.system().lower() == 'darwin': # DARWIN = True # try: # import Foundation # FOUNDATION = True # except: # pass # if platform.machine() == 'i386': # D...
- December 27th, 2012, 2:07 pm
- Forum: General Help
- Topic: Sabnzbd closing without any errors in the logs
- Replies: 16
- Views: 8623
Re: Sabnzbd closing without any errors in the logs
well, i'm running it in a non-gui environment, so I dont think it can open a browser. Even so, in your screen shot it is completing the process once it opens, so you still wouldn't see any log if the process errored out. Right? Am I missing something? After I type "sabnzbd" at terminal I a...
- December 27th, 2012, 11:54 am
- Forum: General Help
- Topic: Sabnzbd closing without any errors in the logs
- Replies: 16
- Views: 8623
Re: Sabnzbd closing without any errors in the logs
Ok, I got "sabnzbdplus" to work at the terminal by just commenting out that line in the _init_.py file. Its fine since i'm using linux not win. So, now back to my original issue. When I run "sabnzbdplus" at the command prompt it runs, then completes the command. I dont see any lo...
- December 27th, 2012, 11:13 am
- Forum: General Help
- Topic: Sabnzbd closing without any errors in the logs
- Replies: 16
- Views: 8623
Re: Sabnzbd closing without any errors in the logs
ok, that makes sense. Webmin is showing that I have plenty of free memory. Below are the results. Thanks for all the help! media@mediaserver:~$ python Python 2.7.2+ (default, Oct 4 2011, 20:03:08) [GCC 4.6.1] on linux2 Type "help", "copyright", "credits" or "licens...
- December 27th, 2012, 10:46 am
- Forum: General Help
- Topic: Sabnzbd closing without any errors in the logs
- Replies: 16
- Views: 8623
Re: Sabnzbd closing without any errors in the logs
Wow, you are good. Looks like you might have just solved it... It looks pretty low. I'll work on reducing the memory. Here is the output: media@mediaserver:~$ free -m total used free shared buffers cached Mem: 2004 1878 126 0 211 1172 -/+ buffers/cache: 494 1509 Swap: 1907 19 1887 media@mediaserver:...
- December 27th, 2012, 9:40 am
- Forum: General Help
- Topic: Sabnzbd closing without any errors in the logs
- Replies: 16
- Views: 8623
Re: Sabnzbd closing without any errors in the logs
When I try to run it from console (sabnzbdplus) I get the following: media@mediaserver:~$ sabnzbdplus Traceback (most recent call last): File "/usr/bin/sabnzbdplus", line 67, in <module> import sabnzbd File "/usr/share/sabnzbdplus/sabnzbd/__init__.py", line 57, in <module> if pla...
- December 26th, 2012, 6:04 pm
- Forum: General Help
- Topic: Sabnzbd closing without any errors in the logs
- Replies: 16
- Views: 8623
Sabnzbd closing without any errors in the logs
For the past few months, Sabnzbd has been randomly closing without anything in the logs. I'm running the latest version on ubuntu. I've tried updating to the latest (a few times), and totally uninstalling, deleting all of the config files, and installing. It seems to happen when its working on large...