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

[Bug]: The mysql in Dolphinscheduler start failed. #221

Open
1 task done
xuchangqun opened this issue Apr 18, 2024 · 3 comments
Open
1 task done

[Bug]: The mysql in Dolphinscheduler start failed. #221

xuchangqun opened this issue Apr 18, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@xuchangqun
Copy link

Contact Details

softxcq@sina.com

Is there an existing issue for this?

  • I have searched all the existing issues

Priority

low (Default)

Current Behavior

branch main , lastest code .

When I use Docker Compose to install DolphinScheduler, MySQL fails to start properly.

  • Starting MySQL database server mysqld su: warning: cannot change directory to /nonexistent: No such file or directory

Expected Behavior

When installing mysql-server , system will create 'mysql' user with no home dir, it could be the reason.

Steps To Reproduce

1. download code and compile 
2. docker compose install
3. install dolphinscheduler (mysql server)

mysql start failed

Compass Log

No response

Anything else? (Additional Context)

No response

@xuchangqun xuchangqun added the bug Something isn't working label Apr 18, 2024
@nilnon
Copy link
Collaborator

nilnon commented Apr 19, 2024

@xuchangqun Add build parameters and try again ? docker compose --profile dolphinscheduler up -d --build

@xuchangqun
Copy link
Author

  • /nonexistent

Adding parameters still doesn't work. I solved it by replacing '/nonexistent' in /etc/passwd.
😄

@a278574361
Copy link

@xuchangqun I also encountered the same problem. What do I need to replace '/nonexistent' with

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants