Hello all, first time poster here. I apologize if this is not in the correct forum, but I couldn't find a more appropriate one.
Last year I set up a home file server using FreeBSD 8.1 and installed the news/sabnzbdplus port without any problems.
This week I reinstalled the server from scratch using FreeBSD 8.2, and am having problems with the current news/sabnzbdplus (at version sabnzbdplus-0.5.6_2).
The problem is this: when I launch it either as a daemon (using sabnzbd_enable="YES" in rc.conf) or at startup using an @reboot entry in crontab, it fails to recognize the existence of some required binaries, e.g. par2cmdline, unrar, and unzip -- even though they clearly exist:
However, if I then shutdown the server and run it again, it works fine:
Any ideas on what is happening here?
Many thanks in advance!
Last year I set up a home file server using FreeBSD 8.1 and installed the news/sabnzbdplus port without any problems.
This week I reinstalled the server from scratch using FreeBSD 8.2, and am having problems with the current news/sabnzbdplus (at version sabnzbdplus-0.5.6_2).
The problem is this: when I launch it either as a daemon (using sabnzbd_enable="YES" in rc.conf) or at startup using an @reboot entry in crontab, it fails to recognize the existence of some required binaries, e.g. par2cmdline, unrar, and unzip -- even though they clearly exist:
Code:
2011-05-28 23:57:04,798::ERROR::[SABnzbd] par2 binary... NOT found!
2011-05-28 23:57:04,798::WARNING::[SABnzbd] unrar binary... NOT found
2011-05-28 23:57:04,799::WARNING::[SABnzbd] unzip binary... NOT found!
However, if I then shutdown the server and run it again, it works fine:
Code:
2011-05-28 23:58:04,149::INFO::[SABnzbd] par2 binary... found (/usr/local/bin/par2)
2011-05-28 23:58:04,150::INFO::[SABnzbd] unrar binary... found (/usr/local/bin/unrar)
2011-05-28 23:58:04,150::INFO::[SABnzbd] unzip binary... found (/usr/local/bin/unzip)
Any ideas on what is happening here?
Many thanks in advance!