Closed ertimas closed 2 months ago
Hello. I have never seen that before. Was anything else potentially writing to the directory? Do you have macfee running? Can we din into why this happening to you?
Thank you for the prompt reply.
No McAffee running. fapolicyd
is disabled, and really the only thing that was configured before launching into this.
stat
on the files was showing access, but not modification while tar
was running. It was weird, and I'm still failing to understand what's happening.
I just ran it on oracle 8.10 and did not see the error. Can you build a new vm and test again?
I'm not seeing it on my new VM. Very strange, glad it's gone, and thanks for your time.
Oh cool. Feel free to open another ticket if you find any more issues.
Hello, and thanks for maintaining this repo!
Issue
./haul_all_the_things.sh build
seemed to succeed./haul_all_the_things.sh control
failed with an error message about mis-matched sha256 for helm the docker registry portion of the "haul."I ran the lines from
haul_all_the_things.sh:function build()
one-by-one, as was feasible. When creating the tarfile saw this error repeatedlySuggested fix
Lock the contents of the
/opt/hauler
to prevent changes during creation of the tar. Update https://github.com/clemenko/rke_airgap_install/blob/main/hauler_all_the_things.sh#L192 to instead be something like:I'm happy to submit a PR if it's helpful!