Received: (at submit) by bugs.debian.org; 2 May 1997 01:44:06 +0000 Received: (qmail 13605 invoked from network); 2 May 1997 01:44:03 -0000 Received: from sax.sax.de (193.175.26.33) by master.debian.org with SMTP; 2 May 1997 01:44:02 -0000 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id DAA14312 for submit@bugs.debian.org; Fri, 2 May 1997 03:43:58 +0200 Received: by eremit.lotte.sax.de id m0wN3gm-0017nHC (Debian Smail-3.2 1996-Jul-4 #2); Thu, 1 May 1997 23:46:36 +0200 (CEST) Message-Id: <m0wN3gm-0017nHC@eremit.lotte.sax.de> Date: Thu, 1 May 1997 23:46:36 +0200 (CEST) From: Heiko Schlittermann <heiko@lotte.sax.de> Subject: hylafax-server: Could not create FIFO To: submit@bugs.debian.org X-Mailer: bug 2.93 Package: hylafax-server Version: 4.0.1-2 faxmodem[14695]: FIFO: open: No such device or address FaxQueuer[14710]: Could not create FIFO: Permission denied. FaxQueuer[14728]: Could not create FIFO: Permission denied. FaxQueuer[14755]: Could not open FIFO file FIFO: Permission denied. HylaFAX[14757]: HylaFAX INET Protocol Server: restarted. ... is the output if I try to start the hylafax server(s). Probably a permission problem ;-) BTW: Excellent work (compared with the -1 Debian version!) Thanks. -- System Information Debian Release: 1.3 Kernel Version: Linux eremit 2.0.29 #3 Tue Apr 8 22:33:11 CEST 1997 i586 unknown Versions of the packages hylafax-server depends on: libc5 Version: 5.4.23-2 libg++27 Version: 2.7.2.1-8 libjpeg6a Version: 6a-4 libtiff3 Version: 3.4beta035-1 zlib1 Version: 1:1.0.4-7 gs Version: 3.33-5 --- Begin /var/spool/hylafax/etc/hosts (modified conffile) Config file not present or no permissions for access --- End /var/spool/hylafax/etc/hosts --- Begin /etc/init.d/hylafax-server (modified conffile) PATH=/bin:/usr/bin:/sbin:/usr/sbin SPOOL=/var/spool/hylafax FLAGS="defaults 50" test -f /usr/sbin/faxq || exit 0 test -f /usr/sbin/hfaxd || exit 0 test -f $SPOOL/etc/setup.cache || { cat <<EOF FATAL ERROR: $SPOOL/etc/setup.cache is missing! The file $SPOOL/etc/setup.cache is not present. This probably means that the machine has not been setup using the faxsetup(1M) command. Read the documentation on setting up HylaFAX before you startup a server system. EOF exit 1 } . $SPOOL/etc/setup.cache case "$1" in start) start-stop-daemon --start --verbose --exec /usr/sbin/faxq start-stop-daemon --start --verbose --exec /usr/sbin/hfaxd \ -- -i hylafax -o 4557 -s 444 # Make available a faxmodem on serial port - needed for every port faxmodem modem ;; stop) killall -9 faxq 2>/dev/null killall -9 hfaxd 2>/dev/null ;; *) echo "Usage: /etc/init.d/hylafax-server {start|stop}" exit 1 ;; esac exit 0 --- End /etc/init.d/hylafax-server