Stop me before I go an' rm -rf / my feisty install!!

Gabriel Dragffy dragffy at yandex.ru
Mon Mar 5 02:32:49 UTC 2007


Alex Janssen wrote:
> As I understand you, your "feisty based client" different from the 
> "laptop running feisty".  If the printer is shared via Samba, you need 
> SMB client software on your "feisty based client" which will ultimately 
> use smbprint to send the printer output.  In your printer setup, set 
> this printer as a "Windows Printer SMB".
> 
> The document at 
> https://help.ubuntu.com/community/NetworkPrintingWithUbuntu is old but 
> may help.
> 
> Let us know what happens.
> Alex
> 

Now I have much more information to present. Firstly I found some odd 
things in /var/log/cups/error_log, there are reams of "Local 
authentication certificate not found!" error messages, so much in fact 
that the log file grows several KB every second, literally thousands of 
these messages. When I try to print I get something like:


> E [05/Mar/2007:02:16:59 +0000] cupsdAuthorize: Local authentication certificate not found!
> E [05/Mar/2007:02:16:59 +0000] [Job 27] No ticket cache found for userid=1000
> E [05/Mar/2007:02:16:59 +0000] [Job 27] Can not get the ticket cache for gabe
> E [05/Mar/2007:02:16:59 +0000] cupsdAuthorize: Local authentication certificate not found!
> E [05/Mar/2007:02:16:59 +0000] cupsdAuthorize: Local authentication certificate not found!
> E [05/Mar/2007:02:16:59 +0000] cupsdAuthorize: Local authentication certificate not found!
> E [05/Mar/2007:02:17:00 +0000] [Job 27] Tree connect failed (NT_STATUS_WRONG_PASSWORD)
> E [05/Mar/2007:02:17:00 +0000] [Job 27] No %%BoundingBox: comment in header!
> E [05/Mar/2007:02:17:00 +0000] [Job 27] Tree connect failed (NT_STATUS_WRONG_PASSWORD)
> E [05/Mar/2007:02:17:00 +0000] [Job 27] Unable to connect to CIFS host, will retry in 60 seconds...
> E [05/Mar/2007:02:17:04 +0000] cupsdAuthorize: Local authentication certificate not found!

Seems like it thinks my password is bad, but it shouldn't need a 
password, and in Win XP I never gave it a password and it still prints. 
Just in case I am getting something wrong I've put the essential parts 
of my smb.conf below. I haven't included any of the default sections, 
and tried to include only the things that I customized:

>    security = share
>    guest account = samba-nobody
>    invalid users = root
> 
> [printers]
>    comment = All Printers
>    browseable = no
>    path = /var/spool/samba
>    printable = yes
>    public = no
>    writable = no
>    create mode = 0700
>    guest ok = no
>    use client driver = yes
> 
> [downloads]
> comment = Completed downloads are stored here
> writable = yes
> guest only = yes
> browseable = yes
> path = /home/downloads
> create mask = 0775
> public = yes

Clues much appreciated :)




More information about the ubuntu-users mailing list