Witam
Probuje odpalic print serwer na sambie pod NND. Drukarka jest widoczna pod Windows, zainstalowalem jednak jest problem z wydrukiem (log zmieszczam ponizej). Drukarka to HP LJ 5L. Moj plik konfiguracyjny samby wyglada tak:
[global]
workgroup = bitcom
netbios name = Samba
server string = Samba server
security = SHARE
[bit_smb]
comment = Zasoby bit.com
path = /home/bit_smb
read only = no
create mask = 0777
directory mask = 0777
guest ok = yes
[printers]
comment = "all printer"
security = share
path = /usr/spool/samba
browsable = no
printable = yes
public = yes
writable = no
create mode = 0700
[HP5L]
security = share
printer name = lp
path = /usr/spool/samba
writable = yes
public = yes
printable = yes
print command = cp %s /dev/lp0;rm %s
guest ok = yes
read only = no
Natomiast w logach dostaje nastepujacy komunikat:
[2006/04/22 05:40:59, 0] printing/print_cups.c:cups_job_submit(643)
Unable to print file to lp - client-error-not-found
Bardzo prosze o pomoc, nie jestem zbyt biegly w Linuksie
