Thanks a lot. smpl is indeed much better than Classic. Thanks a lot.shypike wrote:Classic is a problem when you have a large queue or history,
due to its lack of paging.
The fastest skin is smpl, the most vesatile is Plush.
Search found 8 matches
- March 29th, 2012, 4:19 pm
- Forum: General Help
- Topic: cherrypy.TimeoutError() TimeoutError
- Replies: 4
- Views: 4741
Re: cherrypy.TimeoutError() TimeoutError
- March 29th, 2012, 3:54 pm
- Forum: General Help
- Topic: Cannot allocate memory
- Replies: 4
- Views: 4346
Re: Cannot allocate memory
In the meantime, check out http://forums.sabnzbd.org/viewtopic.php?t=4886 about memory usage and ... nzbget. I followed the tips by shypike, it does look better but still consuming a lot of mem. PID PPID USER STAT VSZ %MEM CPU %CPU COMMAND 13238 1 root S 331m179.2 0 3.0 /mnt/DroboFS/Shares/DroboApp...
- March 29th, 2012, 2:40 pm
- Forum: General Help
- Topic: Cannot allocate memory
- Replies: 4
- Views: 4346
Re: Cannot allocate memory
Drobo:/mnt/DroboFS/Shares/Public/temp/incomplete#more /proc/meminfo MemTotal: 189028 kB MemFree: 2340 kB Buffers: 4736 kB total used free shared buffers Mem: 189028 186140 2888 0 4556 Swap: 262136 151128 111008 Total: 451164 337268 113896 Mem: 186352K used, 2676K free, 0K shrd, 4560K buff, 30196K ca...
- March 29th, 2012, 12:43 pm
- Forum: General Help
- Topic: Cannot allocate memory
- Replies: 4
- Views: 4346
Cannot allocate memory
I'm running sabnzbd on Drobo FS which is a small NAS with small embedded memory which means I have no way to add. Now I have such an error message 2012-03-29 11:00:31,603 ERROR: Error [Errno 12] Cannot allocate memory while running par2_repair on set NCIS.S09E17.720p.WEB-DL.DD5.1.H.264 Does sabnzbd ...
- March 29th, 2012, 10:16 am
- Forum: General Help
- Topic: cherrypy.TimeoutError() TimeoutError
- Replies: 4
- Views: 4741
Re: cherrypy.TimeoutError() TimeoutError
I'm using Classic - classic.shypike wrote:This means SABnzbd is so tied up with downloading and processing
that it has no time left to attend to the web interface.
Which skin are you using?
What light-weight skin would you recommend? Thank you.
- March 28th, 2012, 10:59 pm
- Forum: General Help
- Topic: cherrypy.TimeoutError() TimeoutError
- Replies: 4
- Views: 4741
cherrypy.TimeoutError() TimeoutError
I'm running sabnzbd 0.6.15 on Drobo FS on python 2.7.2, and recently encountered an error. Once I try to click Queue or History, the process is still there while web UI has no response for a quite while until it returns the following error msg in Status, and it shows "time out" for news gr...
- March 28th, 2012, 9:56 am
- Forum: Third-party Addons
- Topic: multiple cherrypy copies
- Replies: 1
- Views: 1945
multiple cherrypy copies
I installed SABnzbd, CouchPotato, SickBeard, LazyLibrarian on my Drobo FS. And I found that all of them have cherrypy.
Is there possible to have only one copy of cherrypy to use all of the 4 apps? Thank you.
Is there possible to have only one copy of cherrypy to use all of the 4 apps? Thank you.
- March 27th, 2012, 4:09 pm
- Forum: Bug Reports
- Topic: locale.setlocale error in api.py, running on Drobo FS
- Replies: 1
- Views: 3417
locale.setlocale error in api.py, running on Drobo FS
I'm running sabnzbd on my Drobo FS and it goes great. Only one thing I have to change before it's able to run, for both 0.6.14 and the latest 0.6.15 versions: I have to change the following lines in sabnzbd/api.py from import locale locale.setlocale(locale.LC_ALL, "") to DIR_LANGUAGE = Non...