You are not logged in.
I've correctly installed a printer via SMB.
The printer has always worked: With driver and SMB login.
So my configuration I assume that is correct!
But a few days ago the printer has stopped working and in CUPS I see this message:
Session setup failed: NT_STATUS_ACCESS_DENIED
I've read the wiki regarding CUPS and searched on the web but I've not found any solution!
The used driver is: Canon LBP6780/3580 PXL
Offline
Some notes:
If I list all shared printers with:
> smbclient -L printserver.example.com -U something\\myname
It works and it lists all shared printers.
Note that the username is in the form: something\myname
In the printers.conf the DeviceURI is set to this .....
DeviceURI smb://something\myname:MYpasswd@printserver.example.com/Printer_nn_33
The printer is not yet working .....
Any idea????
Offline
Probably related to https://bbs.archlinux.org/viewtopic.php?id=245658 ?
Online
I'm not sure is related with Kerberos problem. The last version that works is 4.10.0-3 which says it's not compiled with Kerberos support. You can test it downgrading to that version the packages samba, smbclient and libwbclient and then executing:
# smbd -b | grep HAVE_LIBKADM5SRV_MIT
Like Samba wiki says: if no output is displayed, Samba was compiled without MIT Kerberos support and uses Heimdal Kerberos
Offline
Are you using this printer : https://www.canon-europe.com/support/co … n&os=linux ?
If so, post
pacman -Qs cndrvcups
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Are you using this printer : https://www.canon-europe.com/support/co … n&os=linux ?
If so, post
pacman -Qs cndrvcups
The problem is not related with the driver:
seen also: https://bbs.archlinux.org/viewtopic.php?id=245658
Offline