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.


Topics - ff8jake

Pages: [1]
1
Installation and Upgrades / LDAP Issue after module update 3.3.7
« on: April 08, 2014, 05:44:34 pm »
Hello,

I updated a few modules this morning (users, mail, jabber, antispam, and a couple other seemingly unrelated ones), and I get the following in /var/log/zentyal/zentyal.log when I attempt to update user info such as name/pass:

Code: [Select]
2014/04/08 10:40:06 ERROR> LdapObject.pm:283 EBox::Users::LdapObject::save - There was an error updating LDAP: The request specifies a change to an existing entry or the addition of a new
entry that does not comply with the servers schema
.<br/> Operation parameters:'modify [
  \'replace\',
  [
    \'quota\',
    [
      \'500\'
    ]
  ],
  \'replace\',
  [
    \'description\',
    [
      \'test\'
    ]
  ],
  \'delete\',
  [
    \'mail\',
    []
  ],
  \'replace\',
  [
    \'givenname\',
    [
      \'test\'
    ]
  ],
  \'replace\',
  [
    \'sn\',
    [
      \'test\'
    ]
  ],
  \'replace\',
  [
    \'cn\',
    [
      \'test test\'
    ]
  ]
]

I attempted to follow the directions at https://wiki.zentyal.org/wiki/Missing_LDAP_Schemas to fix, but no go. I have a couple hundred users and would really like to not clear my entire LDAP to fix this.

On the test user I have made, updates seem to "stick", I just get that error. If I delete the test user's mailbox, updates work without errors. If I assign the user a mailbox, they start to error out again.

Any ideas?

Thanks!

2
Hello,

When I attempt to update the Antivirus component from 3.3 to 3.3.1 (on Zentyal 3.3 Community Edition) it fails. All other components have updated fine. My /var/log/zentyal/software.log shows the following:

Code: [Select]
2014-03-10 11:35:25> Zentyal apt-wrapper install started
2014-03-10 11:35:25> Reading package lists...
2014-03-10 11:35:26> Building dependency tree...
2014-03-10 11:35:26> Reading state information...
2014-03-10 11:35:26> Some packages could not be installed. This may mean that you have
2014-03-10 11:35:26> requested an impossible situation or if you are using the unstable
2014-03-10 11:35:26> distribution that some required packages have not yet been created
2014-03-10 11:35:26> or been moved out of Incoming.
2014-03-10 11:35:26> The following information may help to resolve the situation:
2014-03-10 11:35:26>
2014-03-10 11:35:26> The following packages have unmet dependencies:
2014-03-10 11:35:26>  zentyal-antivirus : Depends: libclamav-xs-perl but it is not installable
2014-03-10 11:35:26> E: Unable to correct problems, you have held broken packages.
2014-03-10 11:35:26> Zentyal apt-wrapper install finished

If I attempt to install libclamav-xs-perl by hand using apt-get install, I get the following:

Code: [Select]
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libclamav-xs-perl is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libclamav-xs-perl' has no installation candidate

I have updated apt and I haven't messed with the sources in this install. Does anyone have any ideas?

Thanks!

Pages: [1]