I have lots of lines like this in the printserver log: Aug 27 13:00:54 printserver3.local smbd[19402]: [2013/08/27 06:00:54.084385, 0] rpc_server/spoolss/srv_spoolss_nt.c:1748(_spoolss_OpenPrinterEx) Aug 27 13:00:54 printserver3.local smbd[19402]: _spoolss_OpenPrinterEx: Cannot open a printer handle for printer \\printserver3 Judging from the referenced code, Samba simply tests whether the user is looking for a printer or just traversing a tree of the printserver to get to the printer. Does it really need to be log level 0 message?
No, you're right. We increase it.
Created attachment 9196 [details] patch-setting-devug-level-to-3 Patch to raise debug level to 3 for this message
Comment on attachment 9196 [details] patch-setting-devug-level-to-3 Looks good to me. Guenther, can I get a second review ?
Comment on attachment 9196 [details] patch-setting-devug-level-to-3 Yep, absolutely correct.
Applies cleanly to 4.1.0 and 4.0.x with: git cherry-pick -x d809cf653b624a9fde48de3b0c2ab58aca705c50 from master. Re-assigning to Karolin for inclusion. Jeremy.
(In reply to comment #5) > Applies cleanly to 4.1.0 and 4.0.x with: > > git cherry-pick -x d809cf653b624a9fde48de3b0c2ab58aca705c50 > > from master. > > Re-assigning to Karolin for inclusion. > > Jeremy. Pushed to autobuild-v4-1-test and autobuild-v4-0-test.
Pushed to v4-1-test and v4-0-test. Closing out bug report. Thanks!
It didn't make it to 3.6.19?
(In reply to comment #8) > It didn't make it to 3.6.19? No, sorry. Maybe I understood Jeremy's comment...
Oh, sorry. Didn't notice it was logged against 3.6.x. If the fix applies cleanly to 3.6.x then I'd say apply if we ever do another 3.6 release. Jeremy.
(In reply to comment #10) > Oh, sorry. Didn't notice it was logged against 3.6.x. If the fix applies > cleanly to 3.6.x then I'd say apply if we ever do another 3.6 release. The patch applies fine to 3.6.19. Can you please pick it up for the next 3.6 release? Thank you.
(In reply to comment #11) > The patch applies fine to 3.6.19. Can you please pick it up for the next 3.6 > release? Thank you. Thanks Marc. @Karolin: please pull for 3.6.20.
Pushed to v3-6-test. Closing out bug report. Thanks!