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
Setting timezone to Europe/Rome
Initializing files and folders
Setting global configuration
Creating user myuser/mygroup (1000:1000)
addgroup: group 'mygroup' in use
Add global option: force user = myuser
Add global option: force group = mygroup
Creating share pxv
Load smb config files from /etc/samba/smb.conf
Loaded services file OK.
Weak crypto is allowed by GnuTLS (e.g. NTLM as a compatibility fallback)
Server role: ROLE_STANDALONE
# Global parameters
[global]
disable netbios = Yes
disable spoolss = Yes
dns proxy = No
local master = No
map to guest = Bad User
pam password change = Yes
printcap name = /dev/null
security = USER
server role = standalone server
server services = s3fs, rpc, wrepl, ldap, cldap, kdc, drepl, winbindd, ntp_signd, kcc, dnsupdate
server string = Docker Samba Server
smb1 unix extensions = No
smb ports = 445
usershare allow guests = Yes
winbind scan trusted domains = Yes
fruit:time machine = yes
fruit:delete_empty_adfiles = yes
fruit:wipe_intentionally_left_blank_rfork = yes
fruit:veto_appledouble = no
fruit:posix_rename = yes
fruit:model = MacSamba
fruit:metadata = stream
idmap config * : backend = tdb
create mask = 0664
directory mask = 0775
force create mode = 0664
force directory mode = 0775
force group = mygroup
force user = myuser
hosts allow = 127.0.0.0/8 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16
hosts deny = 0.0.0.0/0
printing = bsd
strict locking = No
vfs objects = fruit streams_xattr
wide links = Yes
[pxv]
delete veto files = Yes
path = /samba/share
read only = No
valid users = myuser
veto files = /._*/.apdisk/.AppleDouble/.DS_Store/.TemporaryItems/.Trashes/desktop.ini/ehthumbs.db/Network Trash Folder/Temporary Items/Thumbs.db/
write list = myuser
smbd version 4.18.3 started.
Copyright Andrew Tridgell and the Samba Team 1992-2023
===============================================================
INTERNAL ERROR: sys_setgroups failed in pid 246 (4.18.3)
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 246): sys_setgroups failed in 4.18.3
unable to produce a stack trace on this platform
dumping core in /var/log/samba/cores/smbd
===============================================================
INTERNAL ERROR: sys_setgroups failed in pid 254 (4.18.3)
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 254): sys_setgroups failed in 4.18.3
unable to produce a stack trace on this platform
dumping core in /var/log/samba/cores/smbd
The text was updated successfully, but these errors were encountered:
INTERNAL ERROR: sys_setgroups failed in pid 246 (4.18.3)
I don't think it's a bug with Samba. It might be an issue with your LXC container configuration that has limited capabilities. Maybe you need to enable nesting and keyctl. Not quite sure.
Also running docker in LXC is advised against by Proxmox devs. Any update on the Proxmox host can change how docker in LXC behaves. Suggest to run docker in a VM. If you are resource constraint, use an Alpine VM.
Behaviour
I am trying to start Samba in a container using the latest version of your image, but the container doesn't start properly.
Steps to reproduce this issue
Expected behaviour
The container should start without error.
Actual behaviour
The container doesn't start (see below for log).
The same behaviour happens also after the cache and lib folders and prune the system.
Configuration
docker --version
) : Docker version 24.0.4, build 3713ee1docker-compose --version
) : Docker Compose version v2.19.1uname -a
) :Linux pxdocker 6.2.16-4-pve #1 SMP PREEMPT_DYNAMIC PVE 6.2.16-5 (2023-07-14T17:53Z) x86_64 GNU/Linux
docker-compose.yml
,.env
, ...docker-compose.yml
config.yml
ENV
Docker info
Logs
The text was updated successfully, but these errors were encountered: