bcgov / von-network

A portable development level Indy Node network.
Apache License 2.0
157 stars 184 forks source link

Error on Apple M1 running the ./manage command #308

Closed swcurran closed 4 months ago

swcurran commented 4 months ago

When running the ./manage command on an Apple M1 machine, I get the following errors printed -- although everything seems to work fine:

stat: illegal option -- c
usage: stat [-FLnq] [-f format | -l | -r | -s | -x] [-t timefmt] [file ...]
Setting ./tmp to read/write for all users ...
chmod: Invalid file mode: ./tmp
stat: illegal option -- c
usage: stat [-FLnq] [-f format | -l | -r | -s | -x] [-t timefmt] [file ...]
Setting ./cli-scripts to read/write for all users ...
chmod: Invalid file mode: ./cli-scripts

Placeholder issue for now -- will investigate more soon.

WadeBarnes commented 4 months ago

Check to see if you're using the latest version of the manage script. I though I fixed that issue here; https://github.com/bcgov/von-network/pull/288

swcurran commented 4 months ago

Yup -- it was a new clone, but from my fork, which was out of date and had merge conflicts. Deleted fork, created fork, added clone to local and all good now...

Sorry about that.