-
Notifications
You must be signed in to change notification settings - Fork 64
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
Raspberry Pi - SO_RCVBUFFORCE: Operation not Permitted #50
Comments
thanks - I'll look into it - is it a arm64 or arm32 bit image? what kind of raspi are you using? thanks :) does it work other than this error? or did you experience anything strange |
seems to be an issue with the new shipped wsdd2 daemon (the new zeroconf stuff) can you try to give wsdd2 the required net_cap? just add the following to your
|
if it helps I'll update the README and maybe I'll make wsdd2 optional - so that people can choose to disable this service thanks and kind regards Marvin |
I have the same problem since today, suddenly appeared.
use docker swarm with 4 pi's |
problem confirmed - evaluating... (rpi4 - 64bit bullseye) |
error was reproduced, just add the following to your docker-compose.yml to solve problem
|
I tried to disable WSD by adding but it end with repeated error in log: and samba not working |
thanks - I'll look into it |
@pavelriha I've just pushed a fix, can you repull and retry? |
wow, that was super fast :) BTW I tried adding the CAP_NET_ADMIN but it doesnt help, I still get WSDD2_DISABLE: 1 any idea? |
you're just lucky I'm online. super strange, I tested the to be honest, but does samba work? can you connect to it?
those are the logs if I start it locally using the default |
those are my logs when I disable |
I will try the default compose .. I'm using the image for a few months with some user/shares config, it worked fine, but after I accidentaly pulled new version, it stoped working :( would be fine if you could use TAGs, so we could go back to working version.. |
yeah I'm already working on a automated build which sets TAGs etc - should be ready in a few days cause one time I accidently broke the container for 10 minutes - which is really bad with that many users depending on it |
I tried the default compose (with commented the volumes part) and the result is the same adding CAP_NET_ADMIN and WSDD2_DISABLE: 1 doesnt help log look good I think
|
I'll have a deeper look, can you sent me some kind of anonyzed docker-compse.yml of yours? so I'll check it locally thanks
|
ahh maybe it has something todo with avahi - I will look into the combinations of the three available services |
even manualy look good (no visible error), but docker says "unhealthy" docker ps|grep samba |
may be only the HEALTHCHECK is problem? docker run --rm -it servercontainers/samba oh yes, as you said, the avahi is missing |
Still an issue |
@Hadatko can you describe it a bit more? what works and what doesn't? |
@MarvAmBass sorry not much. As it behaves really weird. I was using full featured image. Then i switched to samba only. Never was able to get access to my files. But at some point i saw this: |
I am using this image in a Raspberry Pi environment, and am getting the following error repeating continuously. Everything seems to be working but the log is just full of this as log level 3.
The text was updated successfully, but these errors were encountered: