vgit on x86_64 error: file changed before we could read it

Talk about commercial or opensource products that already exist for OpenVMS or may be available in the future.
Post Reply

Topic author
fausap
Contributor
Posts: 11
Joined: Wed Sep 01, 2021 6:14 am
Reputation: 0
Status: Offline

vgit on x86_64 error: file changed before we could read it

Post by fausap » Sat Jun 24, 2023 6:26 pm

Hello,

I used successfully visit several times, but now when I try to commit I receive this error:

Code: Select all

$ vgit add .
Bad news:
 file changed before we could read it [30]
The volume where the code exists is an ODS-5 volume

Code: Select all

Volume Status:  ODS-5, subject to mount verification, protected subsystems
      enabled, file high-water marking, write-through XFC caching enabled,
      write-through XQP caching enabled, hard links enabled, special files
      enabled.
Any idea why this sudden error?

thanks a lot!


hb
Valued Contributor
Posts: 81
Joined: Mon May 01, 2023 12:11 pm
Reputation: 0
Status: Offline

Re: vgit on x86_64 error: file changed before we could read it

Post by hb » Mon Jun 26, 2023 6:43 am

I've never seen this error. Can you give some more information, which files, directories, etc. are involved?

I would use the the status command to see which files will be committed.. I would use the -s or -v with the add command, expecting it to show which file is causing this error.

Also, you indicated that it worked before. So the usual question is, what changed, what is different?


Topic author
fausap
Contributor
Posts: 11
Joined: Wed Sep 01, 2021 6:14 am
Reputation: 0
Status: Offline

Re: vgit on x86_64 error: file changed before we could read it

Post by fausap » Thu Jun 29, 2023 1:47 pm

hb wrote:
Mon Jun 26, 2023 6:43 am
I've never seen this error. Can you give some more information, which files, directories, etc. are involved?

I would use the the status command to see which files will be committed.. I would use the -s or -v with the add command, expecting it to show which file is causing this error.

Also, you indicated that it worked before. So the usual question is, what changed, what is different?
There are only 5 files in the directory and no subdirectories. There are some binary files, could a specific record format create such issues?


hb
Valued Contributor
Posts: 81
Joined: Mon May 01, 2023 12:11 pm
Reputation: 0
Status: Offline

Re: vgit on x86_64 error: file changed before we could read it

Post by hb » Fri Jun 30, 2023 6:14 am

fausap wrote:
Thu Jun 29, 2023 1:47 pm
There are only 5 files in the directory and no subdirectories. There are some binary files, could a specific record format create such issues?
I can only guess. I would make sure that all text files have "Record format: Stream_LF". What record format do the binary files have?


carl
Visitor
Posts: 1
Joined: Fri May 03, 2024 11:10 am
Reputation: 0
Status: Offline

Re: vgit on x86_64 error: file changed before we could read it

Post by carl » Fri May 03, 2024 11:12 am

For anyone stumbling on this in the future - something caused my .gitignore files to no longer be stream-LF. converting them back to stream-LF resolved this issue for me.

Post Reply