in reply to FileSys::SmbClient returns odd error at odd time.

Have you tried turning on debugging? Looking at the module source I see both runtime debugging hooks and compile time debugging in the XS half.

Also, do you have any partitions which are out of space? The underlying C library might be trying to write a temp file, for example.

-sam

  • Comment on Re: FileSys::SmbClient returns odd error at odd time.

Replies are listed 'Best First'.
Re^2: FileSys::SmbClient returns odd error at odd time.
by blue_cowdawg (Monsignor) on Nov 15, 2004 at 22:27 UTC

        Have you tried turning on debugging?

    Debugging was certainly turned on and nothing came out.

    Additional tidbit of info: I just re-ran this script on a Linux box and got different errors that hint at authentication issues on the WinBloze server. Debugging worked as advertised on the Linux box but not on Solaris. Hints that there are multiple problems going on.