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

Pages: 1 2 [3] 4
31
Hi exekias,

did you have a chance to take a look at the migrations-problems? Anything I can try and post to track down the errors?

Thanks
Steve

32
Hi again,

sorry for the delay, but today I had the chance to try the migration again. Unfurtunately it failed again... some details:

master (user and groups): migration went fine

slave 1 (zentyal office): migration failed.
Error-message during migration:
Code: [Select]
Upgrading ldap attributes (quotas from mail and users)...
Cannot restore slave machine when master is down: 192.168.1.10run-parts: ./post-upgrade/004_upgrade_ldap exited with return code 255

I tried a second migration of the same slave. This thime I removed slave 1 from master and rejoned using
Code: [Select]
/usr/share/ebox-usersandgroups/zentyal-rejoin-slave - after this I clould see the slave in master, but migration failed with the same error  :'(

slave 2 (Unified Communications): migration failed
First error-message during migration:
Code: [Select]
user ebox is currently logged in so zentyal-core configuration failed. I logged into a second shell and executed
Code: [Select]
user ebox is currently logged in result:
Code: [Select]
root@mail1:/home/serveradmin# ps aux | grep ebox
ebox      3925  0.0  0.0  18172  2084 ?        S    22:44   0:00 imap
ebox      3962  0.0  0.0  18120  2004 ?        S    22:46   0:00 imap
ebox      3967  0.0  0.0  18092  2008 ?        S    22:46   0:00 imap
ebox      3977  0.0  0.0  22028  3976 ?        S    22:47   0:00 imap
ebox      4023  0.0  0.0  17712  1848 ?        S    22:50   0:00 imap
ebox      4029  0.0  0.0  18164  2088 ?        S    22:50   0:00 imap
ebox      4035  0.0  0.0  17860  1768 ?        S    22:51   0:00 imap
ebox      4038  0.0  0.0  17944  1796 ?        S    22:51   0:00 imap
ebox      4040  0.0  0.0  18068  1868 ?        S    22:51   0:00 imap
ebox      4043  0.0  0.0  17860  1748 ?        S    22:51   0:00 imap
ebox      4045  0.0  0.0  17860  1752 ?        S    22:51   0:00 imap
ebox      4058  0.0  0.0  18568  2244 ?        S    22:52   0:00 imap
ebox      4073  0.0  0.0  21884  4056 ?        S    22:53   0:00 imap
ebox      4074  0.0  0.0  17808  1640 ?        S    22:53   0:00 imap
ebox      4093  0.0  0.0  17860  1708 ?        S    22:55   0:00 imap
ebox      4131  0.0  0.0  18308  2228 ?        S    22:58   0:00 imap
ebox      4134  0.0  0.0  17604  1276 ?        S    22:58   0:00 imap
ebox      6285  0.0  0.0  18188  2036 ?        S    23:01   0:00 imap
root      6942  0.0  0.0   7628   984 pts/1    S+   23:03   0:00 grep --color=auto ebox

After
Code: [Select]
killall -s 9 -u ebox I tried again but imap-processes where back again... I tried a few times kill/continue and suddenly it worked. But then:

Second error during migration
Code: [Select]
chown -R openldap:openldap /etc/ldap/slapd-translucent.d
chown -R openldap:openldap /var/lib/ldap-translucent/ failed.
Error output: Available database(s) do not allow slapcat
 olcTranslucentLocal: value #0: olcTranslucentLocal unable to parse attribute quota
 slapadd: could not add entry dn="olcOverlay={0}translucent,olcDatabase={1}hdb,cn=config" (line=475):
 slapadd: could not add entry dn="olcDatabase={0}ldap,olcOverlay={0}translucent,olcDatabase={1}hdb,cn=config" (line=489):
Command output: .
Exit value: 1run-parts: ./post-upgrade/004_upgrade_ldap exited with return code 1
Adding quota objectclasses...
Creating new core tables...
Importing old quota config
root command repquota / failed.
Error output: repquota: Mountpoint (or device) / not found or has no quota enabled.
 repquota: Not all specified mountpoints are using quota.
Command output: .
Exit value: 1run-parts: ./post-upgrade/007_import_quotas exited with return code 1
Migrating fetchmail accounts
Use of uninitialized value $frames[3] in concatenation (.) or string at /usr/share/perl5/EBox/Ldap.pm line 701.
Unknown error at  Referral receivedrun-parts: ./post-upgrade/008_migrate_fetchmail exited with return code 255
Resetting data_version for all modules...
update-rc.d: warning: ebox start runlevel arguments (none) do not match LSB Default-Start values (2 3 4 5)
At the end some services failed to start:
Code: [Select]
* Starting Zentyal module: mailfilter                                   [fail]
* Starting Zentyal module: jabber                                       [fail]

Of couse zentyal was not usable on slave 2 either. zentyal log showed
Code: [Select]
2012/01/12 23:09:40 INFO> Service.pm:716 EBox::Module::Service::restartService - Restarting service for module: jabber
2012/01/12 23:09:40 ERROR> Ldap.pm:699 EBox::Ldap::_errorOnLdap - $VAR1 = {
          'base' => 'ou=Users,dc=company,dc=com',
          'filter' => 'jabberAdmin=TRUE'
        };
2012/01/12 23:09:40 ERROR> Ldap.pm:701 EBox::Ldap::_errorOnLdap - Unknown error at EBox::JabberLdapUser::getJabberAdmins Referral received
2012/01/12 23:09:40 ERROR> Service.pm:721 EBox::Module::Service::__ANON__ - Error restarting service: Unknown error at EBox::JabberLdapUser::getJabberAdmins Referral received
2012/01/12 23:09:40 INFO> Service.pm:716 EBox::Module::Service::restartService - Restarting service for module: mail
2012/01/12 23:09:43 INFO> Service.pm:716 EBox::Module::Service::restartService - Restarting service for module: webmail
2012/01/12 23:09:43 INFO> Service.pm:716 EBox::Module::Service::restartService - Restarting service for module: apache
2012/01/12 23:12:28 ERROR> Ldap.pm:699 EBox::Ldap::_errorOnLdap - $VAR1 = {
          'base' => 'ou=Users,dc=company,dc=com',
          'attrs' => [
                       'uid',
                       'uidNumber'
                     ],
          'filter' => 'objectclass=*',
          'scope' => 'one'
        };
2012/01/12 23:12:28 ERROR> Ldap.pm:701 EBox::Ldap::_errorOnLdap - Unknown error at EBox::UsersAndGroups::uidList Referral received

I had to revert both slaves, so still using 2.0 at the moment. Any ideas / help would be highly appreciated!

Thanks!



33
Hi exekias,

thanks for your answer, I will do this and post results during this week (weekend latest).

Since I have two slaves (one unified comm, one office) and both show this error, I assume you want to see the output of both slaves?

Best
Steve

34
Hi all,

I tried to update our master/slave setup with the provided migration-script. On master all went well but unfortunately on both slaves the update failed. Some details:

After updating all packages I checked if everything is still ok - it was, so I went on with the update. The update failed during configuring zentyal-core - I searched the forums and found: http://forum.zentyal.org/index.php?topic=8818.0
It seems I have the same problem, since
Code: [Select]
usermod --home /var/lib/zentyal/ ebox throws the error that "user ebox is currently logged in".

It seems some users are affected by this problem (http://forum.zentyal.org/index.php/topic,8818.msg37619.html#msg37619) - any workarounds / tips?

Thanks!
Steve

35
Installation and Upgrades / Possible to add a custom ldap schema?
« on: November 24, 2011, 08:57:51 pm »
Hi all,

we are using zentyal in a master-slave setup together with sogo. Everything works great - thanks a lot for zentyal!

SOGo is able to handle resources (meeting rooms, ...) but needs an extra ldap schema for this. Is it save to add this schema (http://wiki.sogo.nu/ResourceConfiguration?action=AttachFile&do=view&target=calresource.schema) to our slave where mail-service and SOGo is running, or is this generally a bad idea?

Thanks,
Steve

36
Installation and Upgrades / Re: password length/age without pdc?
« on: October 06, 2011, 10:51:58 am »
Sorry I lost track of this issue  :-\

Is this fixed in 2.2 or should i (finally) report it into trac? (We didnt update yet because of the beta update-procedure, so I could verify this on my own).

Thanks!
Steve

37
Installation and Upgrades / password length/age without pdc?
« on: April 01, 2011, 11:34:35 am »
Hi all,

we are using zentyal in a master/slave setup but we dont use it as PDC.

Is it still somehow possible to define values for password length/age which are used at the user-corner on the master-server? When I set values at the samba-slave (PDC) the user-corner is not affected, e.g. it es still possible to use very short passwords.

Thanks!
Steve


38
cool, thanks for sharing. I will try your solution.

39
Hi all,

I have a slave working with mail and internal mailfilter configured. Everything is working smoothly, but when I reboot the slave all mail is queued because the access to the internal mailfilter is denied.

When I restart (disable/enable) mailfilter everything works again. Is this a bug? How can I ensure that evrything works after a reboot without manually restarting mailfilter?

Thanks for any help!
Using newest zentyal on ubuntu 10.04

Best,
Steve




41
Installation and Upgrades / Re: Master-Slave: Ldap confusion
« on: January 11, 2011, 02:32:25 pm »
Hi ccbaxter,

thanks for your reply! It´s working with your modification and the translucent ldap shows the complete tree with all informations needed.

I hope there are no sideeffects, but since I am using the trancslucent-ldap readonly I cant think of any.

Perfect, thanks a million!
Steve

42
Installation and Upgrades / [SOLVED] Master-Slave: Ldap confusion
« on: January 11, 2011, 11:34:30 am »
Hi all,

I have some problems understanding the zentyal ldap configuration when using master-slave setup. maybe someone can give me some insights...

I have a thrid party app (on a different server) which works fine using the master-ldap for authentication - but I am missing the user-mail-informations. Since the third party app needs mail-information from ldap I try to use the slave ldap where mail-services are running.

I undestood that a slave Zentyal server has three LDAP instances (frontend, translucent and replica). I am able to connect to frontend on port 389 and replica on port 1389, but none is working for authentication (using the same config which is working fine for the zentyal master).
 
I checked with a ldap-browser (ldap browser and apache directory studio) and neither frontend nor replica are showing the complete ldap tree. Unfortunately I cannot connect to translucent on port 1390. Is the port blocked by the zentyal firewall (I allowed access to ldap)?

So any chance to have access to a complete ldap tree on a slave and use that for authentication?

Thanks for any hints,
Steve




43
Hi everyone, zentyal-staff,

i just evaluated zentyal for my company and convinced everybody to give it a shot. One requirement from my company is to use zarafa and short zentyal login-names BUT name.surname for email-adresses.

As discussed in other posts (e.g. http://forum.zentyal.org/index.php?topic=5247.0) the  following seems not to be possible to setup with zentyal&zarafa (using roundcube works fine):

Username: short
Email: surname.name@domain.com <- use for send and receive in zarafa
Alias: short@domain.com <- use only for receive in zarafa

I tried many approaches with no luck. Since i dont want to buy prof. support just to get the answer "sorry not possible" maybe a zentyal could just state "possible or not"?!?

Thanks!
Steve

44
Installation and Upgrades / Re: Master / Slave error
« on: January 05, 2011, 11:09:18 am »
Thanks for the information!

Pages: 1 2 [3] 4