> 3.) After working perfectly for awhile a specific queue will stop
> working and users will get an "Access Denied" messgaes while other
> queues using the same driver will work perfectly.   Then switching the
> driver on the server around will sometimes make it work.  Othertimes the
> driver needs to be deleted, re-added, and reassigned to the printer to
> make the "Access Denied" message disappear.

Found a seemingly reliable work around for #3.

# Stop SMB services
[EMAIL PROTECTED] var]# rcsmb stop
Shutting down SMB services:                                [  OK  ]
Shutting down NMB services:                                [  OK  ]
# make sure all the SMB processes have stopped, this may take a minute
[EMAIL PROTECTED] var]# ps ax | grep smb
 6956 pts/1    S+     0:00 grep smb
# Remove the related tdb file
[EMAIL PROTECTED] var]# rm ./lib/samba/printing/cenps.tdb
rm: remove regular file `./lib/samba/printing/cenps.tdb'? y
# Restart SMB services
[EMAIL PROTECTED] var]# rcsmb start
Starting SMB services:                                     [  OK  ]
Starting NMB services:                                     [  OK  ]

Users can now print to the queue again, no "Access Denied" message.


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to