mkdir: cannot create directory ‘/home/deployer/reportease’: Permission denied #3943
Unanswered
robjensen82
asked this question in
Help needed
Replies: 2 comments
-
Looks like a bug with creating a user |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for your reply Anton. I got a bit frustrated yesterday and deleted the server. I created a new server today and it's provisioned the machine without a problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I'm trying to provision and deploy using deployer for the first time. I have set up a machine using AWS based off their latest ubuntu image (Ubuntu 24.04.1 LTS). I'm using
deployer/deployer
7.5.4.The command I'm running is:
php ./vendor/deployer/deployer/bin/dep provision -o become=root -o provision_user=ubuntu -vvv
I noticed on the server:
ls -lah /home/
total 16K
drwxr-xr-x 4 root root 4.0K Oct 26 20:20 .
drwxr-xr-x 22 root root 4.0K Oct 25 23:14 ..
drwxr-xr-x 4 root root 4.0K Oct 26 20:20 deployer
drwxr-x--- 5 ubuntu ubuntu 4.0K Oct 26 22:07 ubuntu
Not sure what I have done wrong. Output config etc follows. Thank you for any help.
This is the output:
My ssh config:
My deployer php script:
Beta Was this translation helpful? Give feedback.
All reactions