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 - pgodinic

Pages: [1]
1
Directory and Authentication / Re: Error while restarting samba
« on: January 29, 2018, 09:05:24 am »
No, server is additional domain controller. SchemaMaster is Windows Server 2k12.

2
Directory and Authentication / Error while restarting samba
« on: January 23, 2018, 09:53:23 am »
I am getting this error while restarting samba. Samba works but i'm getting error.

2018/01/23 09:49:17 ERROR> LDAP.pm:196 EBox::Module::LDAP::_connectToSchemaMaster - Error binding to schema master LDAP: C<Net::LDAP> encountered an error while decoding a response packet from
the server.
 at Error binding to schema master LDAP: C<Net::LDAP> encountered an error while decoding a response packet from
the server.
 at /usr/share/perl5/EBox/Module/LDAP.pm line 196
EBox::Module::LDAP::_connectToSchemaMaster('EBox::Samba=HASH(0x6c33a28)') called at /usr/share/perl5/EBox/Module/LDAP.pm line 275
EBox::Module::LDAP::_loadSchemasFiles('EBox::Samba=HASH(0x6c33a28)', 'ARRAY(0x7b87420)') called at /usr/share/perl5/EBox/Module/LDAP.pm line 267
EBox::Module::LDAP::_loadSchemas('EBox::Samba=HASH(0x6c33a28)') called at /usr/share/perl5/EBox/Module/LDAP.pm line 341
EBox::Module::LDAP::_performSetup('EBox::Samba=HASH(0x6c33a28)') called at /usr/share/perl5/EBox/Samba.pm line 646
EBox::Samba::_regenConfig('EBox::Samba=HASH(0x6c33a28)') called at /usr/share/perl5/EBox/Module/Base.pm line 234
eval {...} at /usr/share/perl5/EBox/Module/Base.pm line 233
EBox::Module::Base::save('EBox::Samba=HASH(0x6c33a28)') called at /usr/share/perl5/EBox/GlobalImpl.pm line 657
eval {...} at /usr/share/perl5/EBox/GlobalImpl.pm line 656
EBox::GlobalImpl::saveAllModules('EBox::GlobalImpl=HASH(0x5b664c8)', 'progress', 'EBox::ProgressIndicator=HASH(0x5b1e240)') called at /usr/share/perl5/EBox/Global.pm line 95
EBox::Global::AUTOLOAD('EBox::Global=HASH(0x17bb548)', 'progress', 'EBox::ProgressIndicator=HASH(0x5b1e240)') called at /usr/share/zentyal/global-action line 32
eval {...} at /usr/share/zentyal/global-action line 30
2018/01/23 09:49:17 ERROR> GlobalImpl.pm:661 EBox::GlobalImpl::saveAllModules - Failed to save changes in module samba: Error binding to schema master LDAP: C<Net::LDAP> encountered an error while decoding a response packet from
the server.
2018/01/23 09:49:17 INFO> Base.pm:231 EBox::Module::Base::save - Restarting service for module: logs
2018/01/23 09:49:17 ERROR> GlobalImpl.pm:736 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 736
EBox::GlobalImpl::saveAllModules('EBox::GlobalImpl=HASH(0x5b664c8)', 'progress', 'EBox::ProgressIndicator=HASH(0x5b1e240)') called at /usr/share/perl5/EBox/Global.pm line 95
EBox::Global::AUTOLOAD('EBox::Global=HASH(0x17bb548)', 'progress', 'EBox::ProgressIndicator=HASH(0x5b1e240)') called at /usr/share/zentyal/global-action line 32
eval {...} at /usr/share/zentyal/global-action line 30
2018/01/23 09:49:18 INFO> SyncDaemon.pm:307 EBox::Samba::SyncDaemon::run - Samba sync daemon started

3
Directory and Authentication / Wrong GID on Domain Users group
« on: January 22, 2018, 10:54:34 am »
I have problem with wrong gid for group Domain users. Domain users group should have gid 2513, but in my case gid is 100 which is equal to gid of default linux users group. All samba shares don't work.

...
users:x:100:
...
*********\domain admins:x:2512:
*********\domain users:x:100:
*********\domain guests:x:2514:

When i run command "net cache flush" it temporary fix the problem but on next domain user login or logoff the problem reappears again.
On some instalations in /etc/cron.d i have job "zentyal-samba" which runs every minute and runs only command "net cache flush"

4
Solution? Tnx

Pages: [1]