#2834: PYTHON_EGG_CACHE not set on FreeBSD
-----------------------+------------------------------------------
Reporter: kendokan | Owner:
Type: bug | Status: closed
Priority: minor | Milestone: not applicable
Component: Web UI | Version: 1.3.12
Resolution: WontFix | Keywords: web-ui plugins label freebsd
-----------------------+------------------------------------------
Comment (by kendokan):
I found this reference from a few years ago at
[http://forums.nas4free.org/viewtopic.php?p=51023#p51023], along with a
handful of other posts around the 'net referencing plugin troubles without
clear solutions. But, I do recognize your assessment that setting the
environment is outside your scope.
I am now instead suggesting deluge_web perform a simple validation check
of the environment before continuing. Without at least that, the web-ui
will happily start, but plugins will be broken.
These three lines could be inserted into the init script in the
deluge_web_prestart() section:
{{{
if [ ! -w "${PYTHON_EGG_CACHE}" ] ; then
err 1 "Python egg cache directory does not exist or is not
writable"
fi
}}}
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2834#comment:4>
Deluge <http://deluge-torrent.org/>
Deluge Project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/deluge-dev.
For more options, visit https://groups.google.com/d/optout.