Author Topic: Domain Controller and File Sharing Stopped  (Read 892 times)

altiport

  • Zen Apprentice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
Domain Controller and File Sharing Stopped
« on: August 28, 2023, 03:13:55 pm »
Hello,

Suddenly, the Domain Controller and File Sharing   module has stopped and the "restart" icon is not present next to it.

Whenever I save settings, I get an error for Samba:
Quote
Some modules reported error when saving changes . More information on the logs in /var/log/zentyal/

The following modules failed while saving their changes, their state is unknown: samba

This is the error I get on the command line when I check the status:
Quote
● smbd.service - Samba SMB Daemon
     Loaded: loaded (/lib/systemd/system/smbd.service; disabled; vendor preset: enabled)
     Active: failed (Result: timeout) since Mon 2023-08-28 15:55:41 EEST; 15min ago
       Docs: man:smbd(8)
             man:samba(7)
             man:smb.conf(5)
   Main PID: 10285 (code=killed, signal=TERM)

Aug 28 15:54:10 server01 systemd[1]: Starting Samba SMB Daemon...
Aug 28 15:54:11 server01 smbd[10285]: [2023/08/28 15:54:11.302966,  0] ../../source3/smbd/server.c:1734(main)
Aug 28 15:54:11 server01 smbd[10285]:   smbd version 4.15.13-Ubuntu started.
Aug 28 15:54:11 server01 smbd[10285]:   Copyright Andrew Tridgell and the Samba Team 1992-2021
Aug 28 15:55:41 server01 systemd[1]: smbd.service: start operation timed out. Terminating.
Aug 28 15:55:41 server01 systemd[1]: smbd.service: Failed with result 'timeout'.
Aug 28 15:55:41 server01 systemd[1]: Failed to start Samba SMB Daemon.

I'm running Zentyal 7.0

Any idea what might be causing this?  Is it worth looking into it, or better just reinstall Zentyal?

Thank you for your time


Mittelerde

  • Zen Warrior
  • ***
  • Posts: 153
  • Karma: +8/-0
    • View Profile
Re: Domain Controller and File Sharing Stopped
« Reply #1 on: August 30, 2023, 02:33:58 pm »
Hi,here is a hint to start the Module Manually


Bash #

# zs fake restart
shows a list of installed zentyal modulesyou want to restart sambaso type
# zs samba start

or
# zs samba restart
cya