I come do often here for asking for a solution to a problem. This becomes some sort of Wailing Valley...
nmbd fails:
Code: Select all
systemctl start nmbd
Job for nmbd.service failed because a configured resource limit was exceeded. See "systemctl status nmbd.service" and "journalctl -xe" for details.
Code: Select all
systemctl status nmbd.service
● nmbd.service - Samba NetBIOS name server
Loaded: loaded (/usr/lib64/systemd/system/nmbd.service; enabled; vendor preset: disabled)
Active: failed (Result: resources) since Du 2017-03-19 16:38:28 EET; 15s ago
Process: 12898 ExecStart=/usr/sbin/nmbd -D (code=exited, status=0/SUCCESS)
Main PID: 4276 (code=dumped, signal=ABRT)
mar 19 16:38:28 USC systemd[1]: Starting Samba NetBIOS name server...
mar 19 16:38:28 USC systemd[1]: nmbd.service: PID 12899 read from file /var/run/samba/nmbd.pid does not exist or is a zombie.
mar 19 16:38:28 USC systemd[1]: Failed to start Samba NetBIOS name server.
mar 19 16:38:28 USC systemd[1]: nmbd.service: Unit entered failed state.
mar 19 16:38:28 USC systemd[1]: nmbd.service: Failed with result 'resources'.
Code: Select all
mar 19 16:22:26 MYPC systemd[1]: Starting Samba NetBIOS name server...
-- Subject: Unit nmbd.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit nmbd.service has begun starting up.
mar 19 16:22:26 MYPC systemsettings5[3903]: Refreshing system units...
mar 19 16:22:26 MYPC systemd[1]: nmbd.service: PID 8094 read from file /var/run/samba/nmbd.pid does not exist or is a zombie.
mar 19 16:22:26 MYPC systemd[1]: Failed to start Samba NetBIOS name server.
-- Subject: Unit nmbd.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit nmbd.service has failed.
--
-- The result is failed.
mar 19 16:22:26 MYPC systemd[1]: nmbd.service: Unit entered failed state.
mar 19 16:22:26 MYPC systemd[1]: nmbd.service: Failed with result 'resources'.
Code: Select all
[2017/03/21 19:02:45, 0] ../source3/nmbd/nmbd.c:908(main)
nmbd version 4.2.14 started.
Copyright Andrew Tridgell and the Samba Team 1992-2014
[2017/03/21 19:02:45.592565, 0] ../lib/util/become_daemon.c:124(daemon_ready)
STATUS=daemon 'nmbd' finished starting up and ready to serve connections
[2017/03/21 19:02:45.592823, 0] ../lib/util/fault.c:78(fault_report)
===============================================================
[2017/03/21 19:02:45.592843, 0] ../lib/util/fault.c:79(fault_report)
INTERNAL ERROR: Signal 11 in pid 17162 (4.2.14)
Please read the Trouble-Shooting section of the Samba HOWTO
[2017/03/21 19:02:45.592854, 0] ../lib/util/fault.c:81(fault_report)
===============================================================
[2017/03/21 19:02:45.592862, 0] ../source3/lib/util.c:788(smb_panic_s3)
PANIC (pid 17162): internal error
[2017/03/21 19:02:45.593340, 0] ../source3/lib/util.c:899(log_stack_trace)
BACKTRACE: 11 stack frames:
#0 /usr/lib64/libsmbconf.so.0(log_stack_trace+0x1a) [0x7fae3973779a]
#1 /usr/lib64/libsmbconf.so.0(smb_panic_s3+0x20) [0x7fae39737880]
#2 /usr/lib64/libsamba-util.so.0(smb_panic+0x2f) [0x7fae3a13834f]
#3 /usr/lib64/libsamba-util.so.0(+0x1a56f) [0x7fae3a13856f]
#4 /lib64/libpthread.so.0(+0x11a30) [0x7fae3a568a30]
#5 /usr/lib64/libtalloc.so.2(talloc_get_size+0x5) [0x7fae37a228b5]
#6 /usr/lib64/libsmbconf.so.0(event_add_to_poll_args+0x76) [0x7fae3974d466]
#7 /usr/sbin/nmbd(listen_for_packets+0x137) [0x5597ba7d2447]
#8 /usr/sbin/nmbd(main+0xcb4) [0x5597ba7c1604]
#9 /lib64/libc.so.6(__libc_start_main+0x114) [0x7fae36e47954]
#10 /usr/sbin/nmbd(_start+0x29) [0x5597ba7c1a09]
[2017/03/21 19:02:45.593393, 0] ../source3/lib/dumpcore.c:318(dump_core)
dumping core in /var/log/samba/cores/nmbd
Thanks.