Hi guys,
Mayby somehere can help me. Im using sabnzbd for almost a year now. Its a wonderfull program. I decided to install ubuntu (version 7) and install sabnzbd on it. It has worked 2 times but since yesterday every download keeps hanging on extracting.
I have installed unrar and I can unrar rar files by hand so that works fine.
Can someone help me pls?
[0.4.2]Downloads keep hanging on extracting(Ubuntu)
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
-
- Newbie
- Posts: 4
- Joined: July 23rd, 2008, 5:02 am
[0.4.2]Downloads keep hanging on extracting(Ubuntu)
Last edited by blackhawkdesign on July 23rd, 2008, 5:07 am, edited 1 time in total.
-
- Newbie
- Posts: 4
- Joined: July 23rd, 2008, 5:02 am
Re: [0.4.2]Downloads keep hanging on extracting(Ubuntu)
Oke I found this: When I stared my machine my bootscript activated sanbzd
When I downloaded something it kept hanging on extracting...
When I kill the sanbzd process and start it again the extracting works.. the whole program works great.. so there is a problem to start sabnzbd @ boot mayby because unrar isnt loaded yet?
How can I set my bootscript to load after all the other loading is done?
When I downloaded something it kept hanging on extracting...
When I kill the sanbzd process and start it again the extracting works.. the whole program works great.. so there is a problem to start sabnzbd @ boot mayby because unrar isnt loaded yet?
How can I set my bootscript to load after all the other loading is done?
Re: [0.4.2]Downloads keep hanging on extracting(Ubuntu)
Which unrar version do you have installed? Try a newer/older version. It seems on some peoples computers it hangs when first using unrar to list the contents of the rar set. On one occassion it was a permissions error, your logs may hold a clue.
Try killing the "unrar" process when it is stuck and see if the files then get extracted. Then email us your zipped log file(s) to bugs at sabnzbd.org and we will take a further look.
Try killing the "unrar" process when it is stuck and see if the files then get extracted. Then email us your zipped log file(s) to bugs at sabnzbd.org and we will take a further look.
-
- Newbie
- Posts: 4
- Joined: July 23rd, 2008, 5:02 am
Re: [0.4.2]Downloads keep hanging on extracting(Ubuntu)
I fixt the problem by doing this:
I removed my bootscript which was located in the folder /etc/init.d and was responsable for starting sabnzbd
After that I created a crontab job to start sabnbzd and now it works great, no problems anymore.
Do you still want my log files?
I removed my bootscript which was located in the folder /etc/init.d and was responsable for starting sabnzbd
After that I created a crontab job to start sabnbzd and now it works great, no problems anymore.
Do you still want my log files?
Re: [0.4.2]Downloads keep hanging on extracting(Ubuntu)
No it's ok but thanks for posting your solution I'm sure it will be helpful to others.
-
- Newbie
- Posts: 4
- Joined: July 23rd, 2008, 5:02 am
Re: [0.4.2]Downloads keep hanging on extracting(Ubuntu)
np and thnx for taking time to look @ my problem (Btw its really a great program!)
Re: [0.4.2]Downloads keep hanging on extracting(Ubuntu)
Hello blackhawkdesign, i suffer the same problem: Can you tell me what you mean by ¨After that I created a crontab job to start sabnbzd¨ i would like to try it as well.blackhawkdesign wrote: I fixt the problem by doing this:
I removed my bootscript which was located in the folder /etc/init.d and was responsable for starting sabnzbd
After that I created a crontab job to start sabnbzd and now it works great, no problems anymore.
Do you still want my log files?
Thnx in front,
André
Re: [0.4.2]Downloads keep hanging on extracting(Ubuntu)
André, there is a quick guide here http://sartorius.wordpress.com/2006/08/ ... in-ubuntu/ for setting up a cron job. And some further info here for cron syntax https://help.ubuntu.com/community/CronHowto
I seem to remember trying somthing similar when i had ubuntu installed, i think the underlying problem is that the bootscript and cron run with different security credentials.
I seem to remember trying somthing similar when i had ubuntu installed, i think the underlying problem is that the bootscript and cron run with different security credentials.
Re: [0.4.2]Downloads keep hanging on extracting(Ubuntu)
Oke thnx for the reply i will study the guide and try to get it fixed.shoo wrote: André, there is a quick guide here http://sartorius.wordpress.com/2006/08/ ... in-ubuntu/ for setting up a cron job. And some further info here for cron syntax https://help.ubuntu.com/community/CronHowto
I seem to remember trying somthing similar when i had ubuntu installed, i think the underlying problem is that the bootscript and cron run with different security credentials.