cubefs / compass

Compass is a task diagnosis platform for bigdata
Apache License 2.0
362 stars 137 forks source link

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

Open xuchangqun opened 7 months ago

xuchangqun commented 7 months ago

Contact Details

softxcq@sina.com

Is there an existing issue for this?

Priority

low (Default)

Current Behavior

branch main , lastest code .

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

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

nilnon commented 7 months ago

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

xuchangqun commented 7 months ago
  • /nonexistent

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

a278574361 commented 6 months ago

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