Closed nick-george closed 2 years ago
That's pretty obscure: I can't help directly but the exception code 3221225506 shows up here - https://github.com/hierynomus/smbj/issues/328 and https://www.admin-magazine.com/Archive/2019/52/Samba-pitfalls-in-daily-operation. Discussion there might help you track down what file it's trying to access.
Did you find a solution?
Afraid not.. I had a look at the other issues, but they get into depth pretty quickly and I don't have the time to delve into trying out changes to the code/config in this project to try things out.
I'm using this project with very little customisation, so I'm surprised that I've come across this issue (or that others haven't come across it).
I'm happy to close the issue and call it a PEBKAC..
try to add
cap_add:
- SYS_ADMIN
It helped in my case
Thanks very much @Kp0c. That fixed it for me. Oh cr@p, I see it right there in the README to ensure this is added.. Doh!.
Closing the ticket.
Hi there,
I'm trying out your image for the first time and am running into some issues getting it started. I have tried older images in case there was a bug in the latest, but that hasn't helped. It must be something I have done. Between test runs, I've deleted the volumes that were created, but that hasn't helped. I have also ensured that the DC is in DNS, and that the IP matches the host that this container is running on (but not its primary IP, it's a wireguard IP).
Below is my compose file.
Here are the logs coming out of the container at start time:
Any ideas why this isn't working?
Many thanks for your time, Nick