Displaying 2 results from an estimated 2 matches for "a08958".
Did you mean:
008958
1999 Jan 27
0
Help! NT not sending file to printer?
...adding a local or network printer, same deal.
I even went as far as to use strace on smbd to see what was happening
when I tried to print on NT. It seems like Samba is receiving the
request, but it's not receiving any content to be printed, so it
aborts. This is what I see:
stat("ALAIN.a08958", {st_mode=0, st_size=0, ...}) = 0
write(3, "Discarding null print job ALAIN."..., 39) = 39
unlink("ALAIN.a08958") = 0
And I looked earlier to see where ALAIN.a08958 gets created, and between
it being created and closed, there are no writes to the file. S...
1999 Jan 28
0
SAMBA digest 1959
...inter, same deal.
>
>I even went as far as to use strace on smbd to see what was happening
>when I tried to print on NT. It seems like Samba is receiving the
>request, but it's not receiving any content to be printed, so it
>aborts. This is what I see:
>
>stat("ALAIN.a08958", {st_mode=0, st_size=0, ...}) = 0
>write(3, "Discarding null print job ALAIN."..., 39) = 39
>unlink("ALAIN.a08958") = 0
>
>And I looked earlier to see where ALAIN.a08958 gets created, and between
>it being created and closed, there are no wr...