Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

cannot create directory '/home/www-data/nodes' #12

Closed
n0umen0n opened this issue Aug 22, 2022 · 6 comments
Closed

cannot create directory '/home/www-data/nodes' #12

n0umen0n opened this issue Aug 22, 2022 · 6 comments
Assignees

Comments

@n0umen0n
Copy link

macOS Monterey (12.4)

After setting PATH and running ./bootstrap.sh.

When trying to build/open the container getting the following error:

[19/20] RUN mkdir /home/www-data/nodes:
#27 0.225 mkdir: cannot create directory '/home/www-data/nodes': No such file or directory


[2022-08-22T13:24:14.166Z] [PID 8541] [4313 ms] executor failed running [/bin/sh -c mkdir /home/www-data/nodes]: exit code: 1

@n0umen0n
Copy link
Author

Also found that Chuck had the same issue:
https://discord.com/channels/892385699616153600/892537197520126003/1007477559891611790

@NatPDeveloper
Copy link

mkdir -p will fix that

@n0umen0n
Copy link
Author

mkdir -p will fix that

mkdir: /home/www-data: Operation not supported

@n0umen0n
Copy link
Author

this https://codeantenna.com/a/yWxxCqTAni and sudo mkdir -p helped.

But now:

[19/19] RUN cp /app/config.ini /home/www-data/config.ini:
27 0.284 cp: cannot create regular file '/home/www-data/config.ini':
[2022-08-23T07:35:22.186Z] [PID 30251] [4367 ms] No such file or directory

@n0umen0n
Copy link
Author

.ini files are Windows configuration files.

@stephenpdeos stephenpdeos moved this from Todo to In Progress in Team Backlog Oct 27, 2022
This was unlinked from pull requests Oct 28, 2022
@jolly-fellow
Copy link
Contributor

This issue is resolved by PR #34

Repository owner moved this from In Progress to Done in Team Backlog Oct 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

3 participants