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

Running samba domain provisioning inside sysbox makes it panic #912

Open
betelgeuse opened this issue Feb 6, 2025 · 0 comments
Open

Running samba domain provisioning inside sysbox makes it panic #912

betelgeuse opened this issue Feb 6, 2025 · 0 comments

Comments

@betelgeuse
Copy link

Steps to reproduce:

docker run --runtime=sysbox-runc -it --rm --init alpine:latest sh

apk add --no-cache samba-dc

rm /etc/samba/smb.conf

samba-tool domain provision \
  --server-role=dc \
  --dns-backend NONE \
  --realm EXAMPLE.COM \
  --domain example \
  --adminpass FooBARTEST123

Makes samba crash

Security context active token stack underflow!
===============================================================
INTERNAL ERROR: Security context active token stack underflow! in  () () pid 69 (4.20.6)
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 69): Security context active token stack underflow! in 4.20.6
unable to produce a stack trace on this platform
Can not dump core: corepath not set up

Filing here per:

- If you find other software that fails inside the Sysbox container, please open
a GitHub issue so we can add it to the list and work on a fix.

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

1 participant