You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first time I run the Docker container it works fine. If I restart the container, it keeps restarting forever with an error. The only fix is to remove the container and start again. That mean I can not restart my server because samba stops working.
First start:
Add user 'fake_user' with password 'fake_password' Added user fake_user.,
DONE,
smbd version 4.14.5 started.,
Copyright Andrew Tridgell and the Samba Team 1992-2021,
daemon_ready: daemon 'smbd' finished starting up and ready to serve connections,
After manual restart or system reboot:
addgroup: group 'fake_group' in use,
Add user 'fake_user' $addgroup: group 'fake_group' in use,
Add user 'fake_user' $addgroup: group 'fake_group' in use,
Add user 'fake_user' $addgroup: group 'fake_group' in use,
The text was updated successfully, but these errors were encountered:
ngosang
added a commit
to ngosang/samba
that referenced
this issue
Jan 15, 2022
image: elswork/samba:3.2.8
command: '-u 1001:1001:fake_user:fake_group:fake_password'
restart: unless-stopped
The first time I run the Docker container it works fine. If I restart the container, it keeps restarting forever with an error. The only fix is to remove the container and start again. That mean I can not restart my server because samba stops working.
First start:
After manual restart or system reboot:
The text was updated successfully, but these errors were encountered: