DESCRIPTION
lpd hangs when booting after installing Fax2Send
Server
The Fax2Send printer output device is /dev/fax2send.
lpd runs some check on all the devices for printers and hangs on /dev/fax2send
since it is a pipe not a character special device. This has been resolved
for completely fresh installations.
If you install 2.1-4 and you already have a Fax2Send
printer installed then it does not currently change the printer configuration.
SOLUTION
- Edit /etc/printcap and change the output file to
/dev/null (currently/dev/fax2send)
- This step may not be necessary if upgrading to Fax2Send
server 2.1-4
- In /var/spool/lpd/fax2send/filter edit the end section
to look like:
{
echo hostname=$hostname
echo username=$username
echo "."
cat
} > /dev/fax2send
When installing
Fax2Send the following Error is encountered:
ERROR failed
dependancies - libc.so.6(GLIBC_2.0) is needed by Fax2Send-2.1-4
DESCRIPTION
This seems to be an error when installing the Fax2Send_as_rpm
on Caldera 2.3. This is believed to be caused by an inconsistency
when compiled on Red Hat Linux
SOLUTION
Install Fax2Send
Server using the Fax2Send _as_tar download instead