Re: [OpenAFS] vos release stops at 2^64 packets sent.

2022-06-27 Thread Mark Vitale
> On 27 Jun 2022, at 3:18 PM, Richard Brittain > wrote: > > I know this is a long shot, but I've got a no-quota volume of approx 6TB, and > I'm trying to replicate it. It appears to be going fine until the packetRead > counter reaches 2^64 and then it stops (doesn't abort). Are you sure

Re: [OpenAFS] vos release stops at 2^64 packets sent.

2022-06-27 Thread Jeffrey E Altman
On 6/27/2022 3:18 PM, Richard Brittain (richard.britt...@dartmouth.edu) wrote: > I know this is a long shot, but I've got a no-quota volume of approx > 6TB, and I'm trying to replicate it.  It appears to be going fine > until the packetRead counter reaches 2^64 and then it stops (doesn't > abort).

[OpenAFS] vos release stops at 2^64 packets sent.

2022-06-27 Thread Richard Brittain
I know this is a long shot, but I've got a no-quota volume of approx 6TB, and I'm trying to replicate it. It appears to be going fine until the packetRead counter reaches 2^64 and then it stops (doesn't abort). Servers are 1.6.22 (I thought I'd retire then before now, so didn't bother

Re: [OpenAFS] Problem with reading files in python

2022-06-27 Thread Kostas Liakakis
Hi, Probably it's the r+b mode you are using... 'r+' means open for read and write, placing the file pointer at the start. Try with 'rb' instead. -K. On 27/06/2022 16.21, Stephen Quinney wrote: I have a slightly puzzling issue with Python, I am trying to open a ISO file that is stored in

[OpenAFS] Problem with reading files in python

2022-06-27 Thread Stephen Quinney
I have a slightly puzzling issue with Python, I am trying to open a ISO file that is stored in AFS. in binary mode just for reading. I have read permission on the directory but not write: % fs listacl foo Access list for foo is Normal rights: system:administrators rlidwka squinney rl If I