[OpenAFS] odd error

2007-02-22 Thread Steve Devine
Anyone ever see this? I can move a small file <1Meg of but a larger one like this 19Meg file testfile.tes gives me the error below. I have tried this on several clients it seems to be exclusive to the volume. the Volume has lots of space and quota. c

Re: [OpenAFS] odd error

2007-02-22 Thread Derrick J Brashear
On Thu, 22 Feb 2007, Steve Devine wrote: Anyone ever see this? I can move a small file <1Meg of but a larger one like this 19Meg file testfile.tes gives me the error below. I have tried this on several clients it seems to be exclusive to the volume. the Volume has lots of space and quota. **

Re: [OpenAFS] odd error

2007-02-22 Thread Derrick J Brashear
Er --- afsfileprocs.c 26 Sep 2006 02:13:17 - 1.81.2.37 +++ afsfileprocs.c 22 Feb 2007 15:14:52 - @@ -7465,7 +7465,9 @@ sys2et[EISCONN] = UAEISCONN; sys2et[ENOTCONN] = UAENOTCONN; sys2et[ESHUTDOWN] = UAESHUTDOWN; +#if (ETOOMANYREFS != EIO) sys2et[ETOOMANY

Re: [OpenAFS] odd error

2007-02-22 Thread Steve Devine
Derrick J Brashear wrote: On Thu, 22 Feb 2007, Steve Devine wrote: Anyone ever see this? I can move a small file <1Meg of but a larger one like this 19Meg file testfile.tes gives me the error below. I have tried this on several clients it seems to be exclusive to the volume. the Volume has lots

Re: [OpenAFS] odd error

2007-02-22 Thread Derrick J Brashear
Well, there's a real bug which probably doesn't not matter on any server you have. Instead of the patch you have, apply: /afs/andrew.cmu.edu/usr/shadow/uae.diff Offhand, I'd guess the error you actually got was EIO. --- afsfileprocs.c 26 Sep 2006 02:13:17 - 1.81.2.37 +++ afsfile

[OpenAFS] Odd error on 'vos move'

2015-12-07 Thread Garance A Drosehn
Hi. I've been busy moving our AFS volumes from ancient file servers to up-to-date file servers. So far this has been going along well, but last week I ran into an odd error moving one 10.79 GiB file. My main question is: Could a problem like this be caused by my AFS token expiring in the middl

Re: [OpenAFS] Odd error on 'vos move'

2015-12-07 Thread Benjamin Kaduk
On Mon, 7 Dec 2015, Garance A Drosehn wrote: > Hi. > > I've been busy moving our AFS volumes from ancient file servers to > up-to-date file servers. So far this has been going along well, > but last week I ran into an odd error moving one 10.79 GiB file. > > My main question is: Could a problem

RE: [OpenAFS] Odd error on 'vos move'

2015-12-07 Thread Brandon Allbery
Sent: Monday, December 7, 2015 3:47 PM To: openafs-info@openafs.org Subject: [OpenAFS] Odd error on 'vos move' Hi. I've been busy moving our AFS volumes from ancient file servers to up-to-date file servers. So far this has been going along well, but last week I ran into an odd e

Re: [OpenAFS] Odd error on 'vos move'

2015-12-09 Thread Garance A Drosehn
On 7 Dec 2015, at 15:52, Brandon Allbery wrote: That looks like pretty much textbook token expiration in mid-volume copy, yes. You will need to "vos unlock" the original volume and possibly "vos endtrans" on the server (warning, this ends *all* active transactions! Might be better to wait 10-1

Re: [OpenAFS] Odd error on 'vos move'

2015-12-09 Thread Garance A Drosehn
On 7 Dec 2015, at 15:51, Benjamin Kaduk wrote: > On Mon, 7 Dec 2015, Garance A Drosehn wrote: > >> Hi. >> >> I've been busy moving our AFS volumes from ancient file servers to >> up-to-date file servers. So far this has been going along well, >> but last week I ran into an odd error moving one 10