Re: unknown windows error 64

2005-05-02 Thread Shaffer, Kenneth
Was this a copy to a network share? That error is ERROR_NETNAME_DELETED. Yes, it was a copy from a local disk to an archive established on a share. Is there a right way to copy to a share? I've done either of the following: cp file //machine/share/directory or cd //machine/share

unknown windows error 64

2005-04-29 Thread Shaffer, Kenneth
I'm having a problem with cp returning Permission denied. I managed to strace it and found that after a whole lot of successful block read/writes, an unknown windows error 64 shows up. A snippet of the trace follows. 79 42539116 [main] cp 1324 readv: 1024 = readv (3, 0x22D590, 1), errno 0

Re: unknown windows error 64

2005-04-29 Thread Christopher Faylor
On Fri, Apr 29, 2005 at 11:03:50PM -0400, Shaffer, Kenneth wrote: I'm having a problem with cp returning Permission denied. I managed to strace it and found that after a whole lot of successful block read/writes, an unknown windows error 64 shows up. A snippet of the trace follows