thanks for the tip....I configured the printer via http://localhost:631/
I also added the UNIX printing services to the windows xp box.
I can print the test page just fine from http://localhost:631/
However, I cannot print from console of any other application.
Errors I get from console:
Code:
lpr -P printer mysql.txt
lpr: error - unable to print file: server-error-service-unavailable
Code:
lpr-cups -P printer mysql.txt
lpr: error - unable to print file: server-error-service-unavailable
Cups is running:
Code:
ps aux | grep cups
frodo 7260 0.0 1.4 33684 7672 ? Ssl 11:53 0:00 eggcups --sm-client-id default6
root 7756 0.0 0.5 5944 2724 ? Ss 11:54 0:00 cupsd
However, I can print from samba by despite the NT_STATUS_ACCESS_DENIED listing \* error.
Code:
smbclient //server/printer -U username password
Domain=[OAHU] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
smb: \> ls
NT_STATUS_ACCESS_DENIED listing \*
smb: \> printmode
smb: \> print mysql.txt
putting file mysql.txt as mysql.txt (2.3 kb/s) (average 2.3 kb/s)
any ideas?