jannis-a / pyload-freebsd

A FreeBSD port for pyLoad
21 stars 8 forks source link

Pyload not working under FreeNas 9.1 #3

Open udebude opened 10 years ago

udebude commented 10 years ago

After: cd pyload/ && make install clean 1

And After...

root@pyload:/usr/ports/www/pyload # service pyload start
pyload does not exist in /etc/rc.d or the local startup
directories (/usr/local/etc/rc.d)
root@pyload:/usr/ports/www/pyload #

whats wrong here? :/

Mask66 commented 10 years ago

It is the dependency tesseract failing, not the pyload port as such. Did you configure tesseract without docs and examples? Try "cd /usr/ports/graphics/tesseract" "make clean" "make config" and make sure to choose DOCS. then "make install clean". It seems the latest tesseract port looks for docs when staging, even if you want to build without them. If tesseract compiles with docs, retry the pyload port, should do the trick, did on my 10-STABLE, and we should have the same ports tree. ;)

Edit: I mailed the maintainer of the tesseract port about this issue.

udebude commented 10 years ago

Okay problem solved new problem... until now worked fine. EDIT: "root@pyload:/usr/local/etc # service pyload start
/usr/local/etc/rc.d/pyload: WARNING: /root/pyload/pyload.conf is not readable."

/usr/local/etc/rc.d/pyload does not exist. same for /root/pyload/pyload.conf

Is it possible to solve this problem or do a total restart? ... :/ which folders i have to delete? or is deleting the jail enough? .. Only have my 4GB usb stick and dont want it full ob currupted files.

Mask66 commented 10 years ago

It looks like it is looking (trying to, anyway) outside the jail for its files... What did you do, if it was working at first? I don't have running it in jail (or on FreeNAS), so can't really help you there. Maybe mrhanky17 will have an idea.

udebude commented 10 years ago

First time i trying this so never worked (okay some time ago on ubuntu) ... sorry bad english german would be better :). Where do you have it running? Wouldnt it be easier to install it directly into freebsd?

EDIT: Could the problem be that i used /mnt/download as the jail root? EDIT2: So i just did a fresh freenas on my 8gb usb stick - new try. do you think the mentioned /mnt/download as jail root is the problem? I wanna use pyload on this "ssd" which "download" is the zfs volume.