[solved] slackware 15.0 samba printing not working after upgrade to samba 4.18
by hornschorsch from LinuxQuestions.org on (#6PKCB)
Hi, i just upgraded my slackware 15.0 to the current versions and printing from windows 10 via samba stopped to work. Samba was updated from 4.15 to 4.18. I found this solution: https://bugzilla.samba.org/show_bug.cgi?id=15121
Code:rm /var/cache/samba/printer_list.tdband then run the following twice:
Code:rpcclient localhost -U "username" -c "enumprinters"this again showed my printer and it also worked again from windows.
Code:rm /var/cache/samba/printer_list.tdband then run the following twice:
Code:rpcclient localhost -U "username" -c "enumprinters"this again showed my printer and it also worked again from windows.