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

Pages: [1] 2 3 ... 5
1
Installation and Upgrades / Re: Error adding zentyal to a Win2003 AD
« on: October 03, 2013, 12:24:35 pm »
I've seen today a patch to samba4, but it still does not work. :/

2
Installation and Upgrades / Error adding zentyal to a Win2003 AD
« on: October 01, 2013, 02:12:12 pm »
hi there, after a succesfull join of a zentyal 3.0 to the windows 2003AD I tried to do the same with a zentyal 3.2 (same configuration) but I've got always this error:  FATAL: Could not connect to samba LDAP server.

Anybody can tell me what's wrong ?

Code: [Select]
2013/10/01 14:09:38 INFO> Provision.pm:1275 EBox::Samba::Provision::__ANON__ - Executing domain join
2013/10/01 14:09:51 WARN> LDB.pm:197 EBox::LDB::safeConnect - Could not connect to Samba LDB: connect: No such file or directory, retrying. (1 attempts)
2013/10/01 14:10:01 WARN> LDB.pm:197 EBox::LDB::safeConnect - Could not connect to Samba LDB: connect: No such file or directory, retrying. (100 attempts)
2013/10/01 14:10:11 WARN> LDB.pm:197 EBox::LDB::safeConnect - Could not connect to Samba LDB: connect: No such file or directory, retrying. (200 attempts)
2013/10/01 14:10:21 WARN> LDB.pm:197 EBox::LDB::safeConnect - Could not connect to Samba LDB: connect: No such file or directory, retrying. (300 attempts)
2013/10/01 14:10:21 DEBUG> LDB.pm:201 EBox::LDB::safeConnect - FATAL: Could not connect to samba LDAP server: connect: No such file or directory at /usr/share/perl5/EBox/LDB.pm line 201
EBox::LDB::safeConnect('EBox::LDB=HASH(0x6932fe0)') called at /usr/share/perl5/EBox/LDB.pm line 155
EBox::LDB::connection('EBox::LDB=HASH(0x6932fe0)') called at /usr/share/perl5/EBox/LDB.pm line 778
EBox::LDB::rootDse('EBox::LDB=HASH(0x6932fe0)') called at /usr/share/perl5/EBox/Samba/Provision.pm line 1061
EBox::Samba::Provision::_addForestDnsZonesReplica('EBox::Samba::Provision=HASH(0x6767bf8)') called at /usr/share/perl5/EBox/Samba/Provision.pm line 1296
EBox::Samba::Provision::provisionADC('EBox::Samba::Provision=HASH(0x6767bf8)') called at /usr/share/perl5/EBox/Samba/Provision.pm line 339
EBox::Samba::Provision::provision('EBox::Samba::Provision=HASH(0x6767bf8)') called at /usr/share/perl5/EBox/Samba.pm line 1038
EBox::Samba::_setConf('EBox::Samba=HASH(0x41b74b0)') called at /usr/share/perl5/EBox/Module/Base.pm line 977
EBox::Module::Base::_regenConfig('EBox::Samba=HASH(0x41b74b0)') called at /usr/share/perl5/EBox/Module/Service.pm line 960
EBox::Module::Service::_regenConfig('EBox::Samba=HASH(0x41b74b0)') called at /usr/share/perl5/EBox/Module/Base.pm line 232
EBox::Module::Base::save('EBox::Samba=HASH(0x41b74b0)') called at /usr/share/perl5/EBox/GlobalImpl.pm line 642
EBox::GlobalImpl::saveAllModules('EBox::GlobalImpl=HASH(0x2c98fc8)', 'progress', 'EBox::ProgressIndicator=HASH(0x2c8c950)') called at /usr/share/perl5/EBox/Global.pm line 95
EBox::Global::AUTOLOAD('EBox::Global=HASH(0x2c96218)', 'progress', 'EBox::ProgressIndicator=HASH(0x2c8c950)') called at /usr/share/zentyal/global-action line 39
2013/10/01 14:10:21 INFO> Base.pm:229 EBox::Module::Base::save - Restarting service for module: dns

Well I can see that there's a ticket about that. http://trac.zentyal.org/ticket/7357

3
Installation and Upgrades / Install zentyal on a raspberry ?
« on: July 16, 2013, 10:03:18 am »
Hi ! i would like to know if its possible to install it on a raspberry.

I've been trying but no result, its due the architecture ?

I wanted to install a captive portal on it.

thanks

4
I've created a group "grpCompany" where everyone belongs to it.

but I have a new problem.

The folder is shared via samba as "myFolder" and "grpCompany" has read only groups, then in the windows systems I connect this "myFolder" to a letter

net user x: \\192.168.0.1\myfolder

so, everyone can access it, then I set permissions to the subfolders to specific groups, also I remove the "grpCompany" to some of them but everytime I reboot the zentyal server it sets "grpCompany" again to all the folders and I have to set the permissions again.

maybe I have to change the way I do this things in zentyal, but I don't know what I am doing wrong.


5
Installation and Upgrades / AD Domain- Share, permission concepts
« on: June 19, 2013, 12:55:41 pm »
I have an AD windows 2003 and an zentyal server as another domain controller.

The way we shared folder is this one in windows 2003

on the folder properties ,
- tab "sharing" button permissions-> Everyone : change / read.
- tab "security" -> Everyone : "only this folder read, list"

So, how do you do this thing via Zentyal / Samba ? Because I can not see the group "Everyone", ... Shall I create a generic group with everybody inside it ?

Thanks


6
It worked, thanks dafatbloke

8
hi there, i'm triying to add a zentyal to a windows 2003 but I don't know whats happening now because moths ago I could do it.

this is the log
as I can see there's a problem that says that the Administrator was not found in the schema, but it really is there !

Code: [Select]
2013/06/17 13:26:13 INFO> Provision.pm:1018 EBox::Samba::Provision::__ANON__ - Executing domain join
2013/06/17 13:26:27 INFO> SysvolSync.pm:204 EBox::Samba::SysvolSync::run - Samba sysvol synchronizer script started
2013/06/17 13:26:30 INFO> Provision.pm:1052 EBox::Samba::Provision::__ANON__ - Running DNS update on remote DC
2013/06/17 13:26:30 INFO> Provision.pm:1057 EBox::Samba::Provision::__ANON__ - Running KCC on remote DC
2013/06/17 13:26:33 INFO> Provision.pm:1064 EBox::Samba::Provision::__ANON__ - Purging the Zentyal LDAP to import Samba users
2013/06/17 13:26:33 INFO> LDB.pm:528 EBox::LDB::ldapServicePrincipalsToLdb - Loading Zentyal service principals into samba database
2013/06/17 13:26:33 INFO> Provision.pm:339 EBox::Samba::Provision::mapAccounts - Mapping domain administrator account
2013/06/17 13:26:33 INFO> User.pm:467 EBox::Samba::User::addToZentyal - Adding samba user 'Administrador' to Zentyal
2013/06/17 13:26:33 DEBUG> LdbObject.pm:255 EBox::Samba::LdbObject::save - There was an error updating LDAP: 0000200A: objectclass_attrs: attribute 'uidNumber' on entry 'CN=Administrador,CN=Users,DC=inca-d,DC=incaciutat,DC=com' was not found in the schema!

9
Installation and Upgrades / additional AC, 2 cards, DNS problem
« on: April 04, 2013, 10:08:03 am »
scenario
1 server win2003 - AC primary

1 server zentyal, 2 network card- AC  additional.

the joining between them works perfect but there is a problem, the zentyal has 2 networks because I want to use it as a proxy server.

If I only configure 1 network (the one witch connects the 2 servers) everything works perfect, but when I configure the network that is going to be used as proxy for the users I get an error and the DNS stops working.

/var/log/zentyal/zentyal.log

2013/04/04 10:06:09 INFO> Service.pm:821 EBox::Module::Service::restartService - Restarting service for module: dns
2013/04/04 10:06:10 WARN> DNS.pm:1578 EBox::DNS::_launchNSupdate - Cannot contact with named, trying in posthook
2013/04/04 10:06:11 ERROR> Sudo.pm:234 EBox::Sudo::_rootError - root command nsupdate -l -t 10 /var/lib/zentyal/tmp/puriC7rmcq failed.
Error output: ; TSIG error with server: tsig indicates error
 update failed: REFUSED(BADKEY)

Command output: .
Exit value: 2
2013/04/04 10:06:11 ERROR> Service.pm:826 EBox::Module::Service::__ANON__ - Error restarting service: root command nsupdate -l -t 10 /var/lib/zentyal/tmp/puriC7rmcq failed.
Error output: ; TSIG error with server: tsig indicates error
 update failed: REFUSED(BADKEY)

Command output: .
Exit value: 2
2013/04/04 10:06:11 ERROR> RestartService.pm:67 EBox::CGI::SysInfo::RestartService::__ANON__ - Restart of DNS from dashboard failed: root command nsupdate -l -t 10 /var/lib/zentyal/tmp/puriC7rmcq failed.
Error output: ; TSIG error with server: tsig indicates error
 update failed: REFUSED(BADKEY)

Command output: .
Exit value: 2

10
Thank you.

Indeed I've installed a new zentyal server from scratch, but now I have a new problem with DNS involved.

I will start a new post with that problem

11
no, it didn't worked for me. My zentyal is working as a "secondary" AC on a win 2003 domain. Also it has 2 network cards (1 for servers - 1 for users)

 tail /var/log/zentyal/zentyal.log

Command output: .
Exit value: 2
2013/04/02 14:17:18 ERROR> RestartService.pm:67 EBox::CGI::SysInfo::RestartService::__ANON__ - Restart of DNS from dashboard failed: root command nsupdate -l -t 10 /var/lib/zentyal/tmp/Y7tn_oK7kf failed.
Error output: ; TSIG error with server: tsig indicates error
 update failed: REFUSED(BADKEY)

12
at last it works, seem that there were a problem on the windows 2003 firewall rules.

now I can see the users in zentyal, next step, promote it, and stop windows ! :)

13
its solved adding an external DNS in zentyal server ... so I don't understand why I created a new question

http://forum.zentyal.org/index.php/topic,14441.msg59865.html#msg59865

14
I've have realized that the one it worked was an 2003 R2, the other two that have failed (i've have repeated everything again) doesn't work. ?

15
hi, after I've done all the necessary steps to do so, once the zentyal is in the domain and connected as a part of an AD server, it does not get users nor groups.

I mean, everything seems ok, but it is not getting users / groups from de windows 2003 AD.

by the way I've done and nmap to the windows server and I can see a lot of open ports, maybe its the problem there ? I don't know what else do. Because I've done the same steps with the same scene in another LAN and it has worked there.

This server is supposed to be the AD server and DNS server.

Starting Nmap 5.21 ( http://nmap.org ) at 2013-03-13 22:43 CET
Nmap scan report for 192.168.200.29
Host is up (0.0013s latency).
Not shown: 984 closed ports
PORT     STATE SERVICE
53/tcp   open  domain
88/tcp   open  kerberos-sec
135/tcp  open  msrpc
139/tcp  open  netbios-ssn
389/tcp  open  ldap
445/tcp  open  microsoft-ds
464/tcp  open  kpasswd5
593/tcp  open  http-rpc-epmap
636/tcp  open  ldapssl
1031/tcp open  iad2
1036/tcp open  unknown
1054/tcp open  unknown
3268/tcp open  globalcatLDAP
3269/tcp open  globalcatLDAPssl
3389/tcp open  ms-term-serv
5666/tcp open  nrpe


Pages: [1] 2 3 ... 5