[wellylug] Samba Printer Sharing

Jethro Carr dodocaptain at paradise.net.nz
Tue Aug 12 19:09:13 NZST 2003


My samba printer sharing hasn't been working since I last installed
redhat.

I can print on the pc it's connected to & networked computers can see
it, but when I print on a networked computer, there are no error
messages, but nothing comes out of the printer.

Can anyone help me?

I've included my smb.conf file

My printer queue is called HP810c.

thanks.

--- Jethro

dodocaptain at paradise.net.nz

homepages.paradise.net.nz/jethroc/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wellylug.org.nz/pipermail/wellylug/attachments/20030812/18666a98/attachment.htm 
-------------- next part --------------
########## GLOBAL SETTINGS #############
[global]

# Workgroup
workgroup = Workgroup

# Description
server string = Jethro's Linux laptop (Presario 730AP)

# Log Files - Use one for each pc
log file = /var/log/samba/%m.log

# Log file capping (kb)
max log size = 100

# Security level
security = user

# Password Settings
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd

# Load Printer Settings
printcap name = /etc/printcap
load printers = yes

########### SHARES ###########
 
# A link to the apache shares
[public]
  comment = Shared files accessable by anyone
  path = /home/shares/public/
  public = yes
  readonly = yes

# My Private Shares
[jethro]
   comment = Jethro's Private Shares
   path = /home/shares/private/
   valid users = jethro
   public = no
   writable = yes

# All my printers
[printers]
   comment = All printers on the system
   path = /var/spool/samba
   public = yes
   browsable = yes
   printable = yes


More information about the wellylug mailing list