-
Notifications
You must be signed in to change notification settings - Fork 77
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
[Question] Permission denied at installation using docker #23
Comments
@Xwoder |
shft@shft-server:~$ ls -lah ~ | grep .mytb
drwxr-xr-x 2 799 799 4.0K 7月 11 12:47 .mytb-data
drwxrwxr-x 2 799 799 4.0K 8月 25 17:26 .mytb-edge-data
drwxrwxr-x 2 799 799 4.0K 8月 25 17:26 .mytb-edge-logs
drwxr-xr-x 2 799 799 4.0K 7月 11 12:47 .mytb-logs shft@shft-server:~$ ls -lah ~/.mytb-edge-logs/
总用量 8.0K
drwxrwxr-x 2 799 799 4.0K 8月 25 17:26 .
drwxr-x--- 48 shft shft 4.0K 8月 25 17:27 .. shft@shft-server:~$ ls -lah ~/.mytb-edge-data/
总用量 8.0K
drwxrwxr-x 2 799 799 4.0K 8月 25 17:26 .
drwxr-x--- 48 shft shft 4.0K 8月 25 17:27 .. |
Any update on this issue? I'm facing the same error |
Hello @gustavovelascoh Could you please provide your OS and docker versions? |
Hi @volodymyr-babak, here is the info Ubuntu running in a virtual machine:
Docker
Something I noticed is that "docker" group ID is 999, but from the installation guide 799 is used. It might not be relevant, though. |
@Xwoder @gustavovelascoh @Xwoder do you use a virtual machine for Ubuntu 22.04? If yes, please provide next additional information:
@gustavovelascoh please provide the next additional information:
Thanks |
@akseerali could you please follow up with @volodymyr-babak on the info required? |
@akseerali |
Update I have found that our issue is different from the issue specified on this thread. The TB Edge instance was unable to access the PostgreSQL container. Everything was working fine few days ago until it started giving the following errors: In my first testing, I was using the static IP address by configuring in the docker compose file that was working fine; however, I am not sure why it's no longer working. I tried to remove the static IP configuration but didn't work. Now, after creating the containers from scratch and removing the IP configuration, everything seems to work fine. Though I am still unable to use the static IP configuration and receiving the same error in the second screenshot. Please find below the configuration I used while testing with static network configuration. Right now, I have just excluded the configuration for IP and everything is working fine. `version: '2.2' postgres: |
Component
Description
Error Message
Command in terminal
docker-compose-edge.yml
Environment
The text was updated successfully, but these errors were encountered: