Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ardiantotan

Pages: [1]
1
Other modules / Re: Error after RNDC Reload
« on: February 04, 2022, 03:33:39 am »
my domain controller is the error one (ns1.indomaret.group)
could you explain what must i do? should i transfer fsmo roles from other server to this server?
i've tried to 'command' config on "/etc/bind/named.conf.local":


dlz "AD DNS Zone" {
   database "dlopen /usr/lib/x86_64-linux-gnu/samba/bind9/dlz_bind9_11.so";
};

I command this one and the error gone,service dns is up, but it seems the server still cannot connect to AD if i do 'command' on dlz "AD DNS Zone"

2
Other modules / Re: Error after RNDC Reload
« on: January 29, 2022, 01:58:23 am »
I found some error in my /var/log/zentyal/zentyal.log

2022/01/28 14:05:04 ERROR> LDAP.pm:158 EBox::Module::LDAP::_connectToSchemaMaster - Error connecting to schema master role owner (ns1.indomaret.group) at Error connecting to schema master role owner (ns1.indomaret.group) at /usr/share/perl5/EBox/Module/LDAP.pm line 158
EBox::Module::LDAP::_connectToSchemaMaster('EBox::Samba=HASH(0x55f88e3bbee0)') called at /usr/share/perl5/EBox/Module/LDAP.pm line 275
EBox::Module::LDAP::_loadSchemasFiles('EBox::Samba=HASH(0x55f88e3bbee0)', 'ARRAY(0x55f88ef71918)') called at /usr/share/perl5/EBox/Module/LDAP.pm line 267
EBox::Module::LDAP::_loadSchemas('EBox::Samba=HASH(0x55f88e3bbee0)') called at /usr/share/perl5/EBox/Module/LDAP.pm line 341
EBox::Module::LDAP::_performSetup('EBox::Samba=HASH(0x55f88e3bbee0)') called at /usr/share/perl5/EBox/Samba.pm line 671
EBox::Samba::_regenConfig('EBox::Samba=HASH(0x55f88e3bbee0)', 'restart', 1, 'restartModules', 1) called at /usr/share/perl5/EBox/Module/Service.pm line 967
eval {...} at /usr/share/perl5/EBox/Module/Service.pm line 966
EBox::Module::Service::restartService('EBox::Samba=HASH(0x55f88e3bbee0)', 'restartModules', 1) called at /usr/share/perl5/EBox/Util/Init.pm line 121
eval {...} at /usr/share/perl5/EBox/Util/Init.pm line 119
EBox::Util::Init::moduleAction('samba', 'restartService', 'start') called at /usr/share/perl5/EBox/Util/Init.pm line 87
EBox::Util::Init::start at /usr/bin/zs line 35
main::main at /usr/bin/zs line 82
2022/01/28 14:05:04 ERROR> Service.pm:969 EBox::Module::Service::restartService - Error restarting service: Error connecting to schema master role owner (ns1.indomaret.group)
2022/01/28 14:05:04 ERROR> Service.pm:971 EBox::Module::Service::restartService - Error connecting to schema master role owner (ns1.indomaret.group) at Error connecting to schema master role owner (ns1.indomaret.group) at /usr/share/perl5/EBox/Module/Service.pm line 971
EBox::Module::Service::restartService('EBox::Samba=HASH(0x55f88e3bbee0)', 'restartModules', 1) called at /usr/share/perl5/EBox/Util/Init.pm line 121
eval {...} at /usr/share/perl5/EBox/Util/Init.pm line 119
EBox::Util::Init::moduleAction('samba', 'restartService', 'start') called at /usr/share/perl5/EBox/Util/Init.pm line 87
EBox::Util::Init::start at /usr/bin/zs line 35
main::main at /usr/bin/zs line 82

in /var/log/syslog only have information that same as "service bind9 status"

when i check with:
sudo samba-tool dbcheck --cross-ncs
it shows 7 error and reccomend me to use --fix
What happen if i do sudo samba-tool dbcheck --fix?

3
Other modules / Error after RNDC Reload
« on: January 28, 2022, 09:11:02 am »
Hello
Anyone can help to fix this error? (zentyal 6)
I try to add a new slave server to my DNS, i put the ip in /etc/bind/named.conf.options and /usr/share/zentyal/stubs/dns/named.conf.options.mas. then i change serial number on /var/cache/bind/my.zone
when i try to rndc reload it show succesfully but when i check on service bind9 status, shows this errors

# service bind9 status
● bind9.service - BIND Domain Name Server
   Loaded: loaded (/lib/systemd/system/bind9.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Fri 2022-01-28 15:06:57 WIB; 2s ago
     Docs: man:named(8)
  Process: 17322 ExecStop=/usr/sbin/rndc stop (code=exited, status=0/SUCCESS)
  Process: 17325 ExecStart=/usr/sbin/named -f $OPTIONS (code=exited, status=1/FAILURE)
 Main PID: 17325 (code=exited, status=1/FAILURE)

Jan 28 15:06:57 named[17325]: samba_dlz: ldb: module samba_dsdb initialization failed : Unknown error
Jan 28 15:06:57 named[17325]: samba_dlz: ldb: Unable to load modules for /var/lib/samba/private/dns/sam.ldb: Failed to update @INDEXLIST and @ATTRIBUTES records to
Jan 28 15:06:57 named[17325]: samba_dlz: Failed to connect to /var/lib/samba/private/dns/sam.ldb
Jan 28 15:06:57 named[17325]: dlz_dlopen of 'AD DNS Zone' failed
Jan 28 15:06:57 named[17325]: SDLZ driver failed to load.
Jan 28 15:06:57 named[17325]: DLZ driver failed to load.
Jan 28 15:06:57 named[17325]: loading configuration: failure
Jan 28 15:06:57 named[17325]: exiting (due to fatal error)
Jan 28 15:06:57 systemd[1]: bind9.service: Main process exited, code=exited, status=1/FAILURE
Jan 28 15:06:57 systemd[1]: bind9.service: Failed with result 'exit-code'.

Any idea for fix it?
impact for this error is my DNS can not running and the Active Directory too


4
Directory and Authentication / How to Promote ADC to DC Zentyal 7.0
« on: January 04, 2022, 06:09:50 am »
Hello,

I want to promote my Additional Domain Controller to Domain Controller
i try to use FSMO role, change the domain controller from Windows Server Management 2016 but my additional domain controller can not change to domain controller

Anyone can suggest me the step to do it?
Thank you for your reply :)

Pages: [1]