SuSE Linux: Version 6.3
This article refers to an older version of SuSE Linux.
Therefore some of the informations given in this article may
be outdated or the article may contain stale links.
netatalk
correctly you receive an invalid Spool-file warning.
papd
is writing the printer data with incorrect permissions in /var/spool/lpd
.
This has the result that the data cannot be changed by the lpd (Line Printer Daemon).
/usr/sbin/papd
to lp and activate the SGID-Bit, afterwards restart the papd
:
su - -c "chgrp lp /usr/sbin/papd && chmod g+s /usr/sbin/papd && /sbin/killproc -TERM /usr/sbin/papd && startproc /usr/sbin/papd"