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

Signal 11 / panic errors (Docker, Portainer) #429

Open
ghost opened this issue Dec 26, 2022 · 3 comments
Open

Signal 11 / panic errors (Docker, Portainer) #429

ghost opened this issue Dec 26, 2022 · 3 comments

Comments

@ghost
Copy link

ghost commented Dec 26, 2022

Everything appears to be working fine, but the logs show the following errors over and over, every few seconds:

INTERNAL ERROR: Signal 11 in pid 54 (4.12.2)
If you are running a recent Samba version, and if you think this problem is not yet fixed in the latest versions, please consider reporting this bug, see https://wiki.samba.org/index.php/Bug_Reporting
===============================================================
PANIC (pid 54): internal error
unable to produce a stack trace on this platform
coredump is handled by helper binary specified at /proc/sys/kernel/core_pattern

I'm running this as a Portainer stack with the following docker compose:

version: '3.4'

services:
  samba:
    image: dperson/samba
    container_name: samba
    environment:
      TZ: 'EST5EDT'
    networks:
      - default
    ports:
      - "137:137/udp"
      - "138:138/udp"
      - "139:139/tcp"
      - "445:445/tcp"
    read_only: true
    tmpfs:
      - /tmp
    restart: unless-stopped
    stdin_open: true
    tty: true
    volumes:
      - /storage/media/tv:/tv:z
      - /storage/media/movies:/movies:z
    
    command: '-s "TV;/tv;yes;no;no;[redacted]" -s "Movies;/movies;yes;no;no;[redacted]" -u "[redacted];[redacted]" -p'

I mean it's working so I'm not super concerned except that it seems like something that shouldn't be happening. Any thoughts?

@ghost
Copy link
Author

ghost commented Dec 26, 2022

Actually...might have found the problem. The example docker compose file here lists network: default twice, once in the 'samba' block and once at the very end of the file. I don't know enough about Docker to say if that's necessary, but removing the second mention of network seems to have resolved the issue.

@morremeyer
Copy link

I fixed this in my fork https://github.com/morremeyer/samba which I intend to maintain as I use the image myself.

Caveat: I removed functionality that I don't want to maintain, namely multi-arch (it's x86 only) and the docker-compose file.

@elisaado
Copy link

elisaado commented Feb 3, 2023

Same error here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants