Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add further hint for what could be wrong #4065

Merged
merged 1 commit into from
Jan 17, 2024
Merged

Conversation

szaimen
Copy link
Collaborator

@szaimen szaimen commented Jan 15, 2024

For #4008

Signed-off-by: Simon L <szaimen@e.mail.de>
@szaimen szaimen added 3. to review Waiting for reviews enhancement New feature or request labels Jan 15, 2024
@szaimen szaimen added this to the next milestone Jan 15, 2024
@@ -70,6 +70,7 @@ fi
# Check if api version is supported
if ! sudo -u www-data docker info &>/dev/null; then
print_red "Cannot connect to the docker socket. Cannot proceed."
echo "Did you maybe remove group read permissions for the docker socket? AIO needs them in order to access the docker socket."
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you maybe remove group read permissions

This should read:

Did you maybe remove group write permissions

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think read permissions should be enough.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@szaimen ... did you test it? because I did, and it was the write permission that it needed...

@szaimen szaimen merged commit 852798d into main Jan 17, 2024
4 checks passed
@szaimen szaimen deleted the enh/4008/further-hint branch January 17, 2024 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants