Zentyal Forum, Linux Small Business Server

Zentyal Server => Installation and Upgrades => Topic started by: Ppbottle on September 03, 2020, 01:15:32 am

Title: Cannot save changes - samba or DNS
Post by: Ppbottle on September 03, 2020, 01:15:32 am
I'm having problems.

Zentyal won't save any changes to the samba or dns modules.

Here's what I got from zentyal.log today:

GlobalImpl.pm:727 EBox::GlobalImpl::saveAllModules - The following modules failed while saving their changes, their state is unknown: samba  at The following modules failed while saving their changes, their state is unknown: samba  at /usr/share/perl5/EBox/GlobalImpl.pm line 727
EBox::GlobalImpl::saveAllModules('EBox::GlobalImpl=HASH(0x55bd53ca25b8)', 'progress', 'EBox::ProgressIndicator=HASH(0x55bd4f9bd090)') called at /usr/share/perl5/EBox/Global.pm line 95
EBox::Global::AUTOLOAD('EBox::Global=HASH(0x55bd53bafcb0)', 'progress', 'EBox::ProgressIndicator=HASH(0x55bd4f9bd090)') called at /usr/share/zentyal/global-action line 32

Any ideas?
Title: Re: Cannot save changes - samba or DNS
Post by: devnull on September 03, 2020, 04:39:36 pm
Unfortunately this log explains nothing. Did it happen after upgrade of Zentyal? Please restart samba and dns services, after that please provide output of the following command:
Code: [Select]
sudo journalctl -xe
Title: Re: Cannot save changes - samba or DNS
Post by: doncamilo on September 18, 2020, 06:00:08 pm
 :)

Try this:

Code: [Select]
sudo su -
sed -i 's/^debug = no/debug = yes/' /etc/zentyal/zentyal.conf
zs webadmin restart
zs network restart && zs dns restart && zs samba restart && echo "OK"

The second command enables the zentyal debug mode.

If the above restart  commands didn't fix your problem, paste here the related /var/log/zentyal/zentyal.log records.

Cheers!