TLann wrote:
> I've worked on this problem for several days now. Even though, I've
> seen similiar problems with a solution on the interweb it doesn't seem
> to help. Is there anyone that could take a look and make some
> suggestions?
>
> Thx,
> TLann
> Paticulars
> ============
> -Running Red Hat 9.0 on a PC
> -The printer prints from this client using cups (Mother)
> -I can surf the internet from Mother and ping the other stations
> (Tabby[Win 98] and Leggz [Win XP])
> -Tabby and Leggz can also browse to their home directories on Mother.
>
> Symptoms
> ===========
> -Tabby and Leggz cannot print.
> -When Tabby prints, it seems to go through fine but nothing comes out
> the printer. When I check the samba spool directory /var/spool/samba
> , temp files show up their briefly after being spooled.
> -When Leggz prints, several things can happen. Either I'm given the
> pop up window Failed to call StartDocPrint or it goes through with
> nothing happening including nothing ending up in the samba spool
> directory.
>
> Configuration
> ================
> Smb.conf
> ------
> [global]
>
> workgroup = Technoeclectic
> server string = Momma likes the Samba
> netbios name = Mother
> hosts allow = 192.168.0.
> printcap name = cups
> load printers = yes
> printing = cups
> use client driver = yes
>
> # this tells Samba to use a separate log file for each machine
> # that connects
> log file = /var/log/samba/%m.log
> max log size = 0
> security = user
> encrypt passwords = yes
> smb passwd file = /etc/samba/smbpasswd
>
>
> unix password sync = Yes
> passwd program = /usr/bin/passwd %u
> passwd chat = *New*password* %n\n *Retype*new*password* %n\n
> *passwd:*all*authentication*tokens*updated*success fully*
> pam password change = yes
> obey pam restrictions = yes
>
> # Most people will find that this option gives better performance.
> # See speed.txt and the manual pages for details
> socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
>
> local master = yes
> os level = 33
> domain master = yes
> preferred master = yes
> wins support = yes
> guest ok = yes
> guest account = adm
> dns proxy = no
>
>
> #============================ Share Definitions
> [homes]
> comment = Home Directories
> browseable = yes
> writeable = yes
> valid users = %S
> create mode = 0600
> directory mode = 0700
> map to guest = bad user
>
>
> [printers]
> comment = All Printers
> path = /var/spool/samba
> browseable = yes
> public = yes
> printer = Mothers_Mouth
> writable = yes
> printable = yes
> guest ok = yes
> create mode = 0700
> available = yes
Go to /etc/cups
edit mime.types and uncomment the octet-stream and msword lines
edit mime.convs and uncomment the octet-stream
Then when you get RH updates of the cups program, do it all over again,
and again, and again, etc.
Cheers
|