Post Reply 
Wow. I'm really impressed! Freenas?
17-02-2015, 23:25
Post: #29
RE: Wow. I'm really impressed! Freenas?
(17-02-2015 11:38)simoncn Wrote:  Please try editing the startd file to change mknod -p to mkfifo. I was originally using mkfifo but changed this because it wasn't working on some versions of Linux.

I changed
Code:
mknod -m a=rw "${MINIMPIPE}" p || exit
to
Code:
mkfifo -m a=rw "${MINIMPIPE}" || exit

after which the start of the daemon works fine.

I then read further through the documentation (very carefully done btw) and tried to control the daemon through the pipe. While that seemed to work, i couldn't get the output via pipedemo.sh - i guess some adaption has to be done there too? But I don't mind, there's not so much to do via the console anyway, and consulting the log-file works. Thanks for the continuing help, I'm happy I can use MinimServer now!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Wow. I'm really impressed! Freenas? - airflow - 17-02-2015 23:25

Forum Jump:


User(s) browsing this thread: 1 Guest(s)