hi, ich versuche gerade meinen Drucker einen Brother Laser 1260e unter Debian einzurichten, der an einem Novell hängt. Ich kann einen direkten Druckbefehl mit nprint versenden der funktioniert, nun versuche ich ihn als "normalen" Drucker für die KDE Anwendungen einzurichten. Ich nutze APSfilter und lprng als spooler. von meinem Buch "linux network admin... guide" vom O'Reilly Verlag, habe ich mir das entsprechende Tipps rausgenommen. der Server heißt "technik", der Queue heißt "druck1" ich habe ein script druck1 (liegt in /user/local/bin -------------------------------------------snip---------------------- #!/bin/sh # brother script # druck1 an technik # /usr/bin/nprint -S Technik -U Denny -P sagichnicht -q druck1 -c lp -------------------------------------------snip ende----------------------- dann die /etc/printcap -------------------------------------------snip----------------------- brother|Postsript Laser Drucker am Novel Server:\ :lp=/dev/null:\ :sd=var/spool/lpd/brother:\ :if=/usr/local/bin/druck1:\ :af=/var/log/lp-acct:\ :lf=/var/log/lp-errs:\ :pl#66:\ :pw#80:\ :pc#150:\ :mx#0:\ :sh: ---------------------------------------------snip ende----------------------- das verzeichnis in /var/spool/lpd/ "brother" ist angelegt (ich habe mal volle Zugriffsrechte erteilt für jeden) Versuche ich nun von der Konsole folgenden Befehl abzugeben: " lpr /usr/share/doc/gs/examples/escher.ps.gz" Bekomme ich dann folgende Meldung: --------------------------------------------snip--------------------------- Status Information: sending job 'root@linux01+886' to brother@localhost connecting to 'localhost', attempt 1 connected to 'localhost' requesting printer brother@localhost sending control file 'cfA886linux01.cst.local' to brother@localhost error 'LINK_ACK_FAIL' with ack 'ACK_FAIL' sending str '^B218 cfA886linux01.cst.local' to brother@localhost job 'root@linux01+886' transfer to brother@localhost failed error msg: 'brother: insufficient file space' ---------------------------------------------snip ende------------------------ Ich weiß nicht mehr weiter, wie gesagt ein direkter aufruf mit nprint funktioniert. cu Denny --------------------------------------------------------------------------- PUG - Penguin User Group Wiesbaden - http://www.pug.org

