http://bugzilla.suse.com/show_bug.cgi?id=1089278 http://bugzilla.suse.com/show_bug.cgi?id=1089278#c4 --- Comment #4 from Filip Vaverka <dxxf@volny.cz> --- Created attachment 768821 --> http://bugzilla.suse.com/attachment.cgi?id=768821&action=edit /var/log/cups/error_log using wrapper of smb backend Same action as before, but now I replaced "smb" backend with my own script which prints out all arguments and ENV variables. Wrapper script:
&2 echo "DEBUG_SMB" &2 echo $0 $@ &2 echo "" &2 env
See "[Job 116]" at line 240 and below. If this script passes all arguments to "/usr/bin/smbspool" as in "/usr/bin/smbspool $DEVICE_URI "$@"" printing works again as expected (note added $DEVICE_URI - but it might work even if I just add "" in its place). -- You are receiving this mail because: You are on the CC list for the bug.