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

Pages: 1 [2] 3 4 ... 6
16
ref https://bugzilla.samba.org/show_bug.cgi?id=7409

Code: [Select]
Jeremy Allison 2010-09-13 18:54:30 UTC

Obvious fix - raise debug to level 3 from 1.

Jeremy.

I just don't know how to do this in Zentyal without it being overwritten by the GUI!

17
Installation and Upgrades / PPTP server but no client?
« on: October 14, 2013, 10:11:20 pm »
Am I correct? ,by adding the pptp component you get a pptp server on zentyal but not a pptp client, althow all the gooddies sit there under the bonnet I simply cant make another interface pptp to a seperate network.

Background.  How can I make a PPtP connection to a network from my network gateway Zentyal box.  The software is there but the GUI does not seem to cater for the event.
Its like adding a PPPOE connection.
What ppl dont know is that PPPOE gateways can make more than one PPPOE connection if the device is in bridge mode.  But once i have bound one ETH to a pppoe then the ability to add yet another interface is gone - althow legal.
Likewise Microsoft allow you to make many "dialup" or ppp-type connections via modems and other devices as you please.

18
http://forum.zentyal.org/index.php/topic,8969.msg50167.html#msg50167

I posted some links on there and the qemu/images wikibooks is quite good.

I just installed virt-manager in the desktop as that way you can just point at a iso.

I have user VirtualBox for some years now and know it by heart, I do not want to contaminate my Zentyal Distro by adding that to the install if Zentyal can in the end come through for me.
The solution I seek is a known update that Zentyal did not yet include but is available - I just need the correct procedure to upgrade ONLY this file and dependencies / Module or component in such a way I can run it stand-alone or it be eventually overwritten by the normal upgrade procedures via apt-get upgrade.


19
Installation and Upgrades / Converting VirtualBox .vdi to qcow2 for
« on: October 01, 2012, 07:56:56 pm »
After some Googling I found some users with some success in converting VirtualBox to qcow for the use in KVM on Zentyal 3

on the bottom of page Convert Virtualbox vdi to KVM qcow I found a One-Liner but it also states that the tool used was a newer version that ships in Zentyal 3.0
Quote
qemu-img convert -f vdi oldImage.vdi -O qcow2 newImage.qcow
Works for me also.
qemu-img version 1.0.50

How can I update my Older copy of the tool
Quote
qemu-img version 1.0, Copyright (c) 2004-2008 Fabrice Bellard
usage: qemu-img command [command options]
QEMU disk image utility

20
Installation and Upgrades / Re: mail error after update to 2.2
« on: October 01, 2012, 07:34:01 pm »
In the End I Installed a fresh copy of Zentyal 3 and re-configured the users.  I could not trust the saved configuration in any case

21
Installation and Upgrades / Re: mail error after update to 2.2
« on: September 26, 2012, 07:27:56 am »
As per Support advice I sis as follow

 From a perl script, run these commands:

Code: [Select]
sudo perl

use EBox;
use EBox::Global;
EBox::init();
my $users = EBox::Global->modInstance('users');
$users->performLDAPActions();

After that run the fix_quotas script

    ​http://git.zentyal.org/zentyal.git/blob_plain/refs/heads/2.2:/extra/migrate-2.0-to-2.2/post-upgrade/005_fix_quotas

Now I ended up with even worse scenario and I Seriously need the best route to fix this!   Is the Broken scheme part of my Config Backup or can I backup - rebuild and restore or must I rebuild the server and manually re-create all the users ?

Any case the error now is a duplicate scheme or something:

Code: [Select]
2012/09/25 20:39:40 ERROR> LdapModule?.pm:144 EBox::LdapModule::_loadSchemaDirectory - olcAttributeTypes: Inconsistent duplicate attributeType: "quota"
2012/09/25 20:41:33 ERROR> Ldap.pm:699 EBox::Ldap::_errorOnLdap - $VAR1 = {

    'changes' => [

        'replace', [

            'objectClass', [

                'inetOrgPerson', 'posixAccount', 'passwordHolder', 'sambaSamAccount', 'CourierMailAccount?', 'usereboxmail', 'fetchmailUser', 'systemQuotas'

            ]

        ]

    ]

    };

2012/09/25 20:41:33 ERROR> Ldap.pm:701 EBox::Ldap::_errorOnLdap - Unknown error at main::addSystemQuotas objectClass: value #7 invalid per syntax
2012/09/25 20:42:16 INFO> Service.pm:716 EBox::Module::Service::restartService - Restarting service for module: mail
2012/09/25 20:42:19 ERROR> Ldap.pm:699 EBox::Ldap::_errorOnLdap - $VAR1 = {

    'changes' => [

        'delete', [

            'mail', 'gerrit@…', 'mailbox', 'ameatm.com/gerrit/', 'userMaildirSize', '0', 'mailHomeDirectory', '/var/vmail/', 'objectClass', 'couriermailaccount', 'objectClass', 'usereboxmail', 'objectClass', 'fetchmailUser'

        ]

    ]

    };

2012/09/25 20:42:19 ERROR> Ldap.pm:701 EBox::Ldap::_errorOnLdap - Unknown error at EBox::MailUserLdap::delUserAccount attribute 'quota' not allowed 2012/09/25 20:42:19 ERROR> Service.pm:721 EBox::Module::Service::ANON - Error restarting service: Unknown error at EBox::MailUserLdap::delUserAccount attribute 'quota' not allowed

22
Installation and Upgrades / Re: mail error after update to 2.2
« on: September 25, 2012, 06:14:53 pm »
IF I cant Fix this - What would be the appropiate way to re-do the upgrade - ? I am in a fix and hundreds of users sit with no mail incomming. :o

23
Installation and Upgrades / Re: mail error after update to 2.2
« on: September 25, 2012, 04:28:04 pm »
It seem that I was not the only "Hacker" :)

I basically ran
Code: [Select]
sed -i "s/^value: \\([^'].*\\)/value: '\\1'/g" /var/lib/ebox/redis_dump.yaml
run-parts post-upgrade
and as you can seeit was supposed to be fixed in the migration script but somehow not!

Hi master,

I have just committed a script that fixes your problem, It will also fix any future migrations, you can apply it by downloading and executing this script as root:

http://trac.zentyal.org/export/23575/trunk/extra/migrate-2.0-to-2.2/post-upgrade/005_fix_quotas

thank you for your feedback! We really appreciate it

Best regards

24
Installation and Upgrades / Re: mail error after update to 2.2
« on: September 25, 2012, 04:00:36 pm »
Seems that the schema that has the definition of the quota attribute is missing. Make sure you add it. Probably this happened because this hackish things you made after your migration error.

Please Tell me How to Add the schema :P

25
Installation and Upgrades / mail error after update to 2.2
« on: September 25, 2012, 02:05:01 pm »
Some old users accounts seem to have corrupted entries in the Ldap DB
During the Upgrade from 2.0 -> 2.2 I recieved a few errors and had to re-install Zentyl packages after fixing dependencies and re-run the post-upgrade scripts.  All settings seemed fine but this one below.  This however is a showstopper and I cannot get the mailserver to restart.

I tried to delete the mail account then the whole user but an error pop up about the quota.  As far as I can seethis record never got processed to be updated! or has some corrupted info in.   I presume I can delete this user fromthe Ldap database with [referencial Integrity] but I dont know how

2012/09/25 14:02:14 INFO> Base.pm:228 EBox::Module::Base::save - Restarting service for module: mail
2012/09/25 14:02:17 ERROR> Ldap.pm:699 EBox::Ldap::_errorOnLdap - $VAR1 = {
          'changes' => [
                         'delete',
                         [
                           'mail',
                           'gladwin@ame.local',
                           'mailbox',
                           'ame.local/gladwin/',
                           'userMaildirSize',
                           '0',
                           'mailHomeDirectory',
                           '/var/vmail/',
                           'objectClass',
                           'couriermailaccount',
                           'objectClass',
                           'usereboxmail',
                           'objectClass',
                           'fetchmailUser'
                         ]
                       ]
        };
2012/09/25 14:02:17 ERROR> Ldap.pm:701 EBox::Ldap::_errorOnLdap - Unknown error at EBox::MailUserLdap::delUserAccount attribute 'quota' not allowed
2012/09/25 14:02:17 ERROR> GlobalImpl.pm:612 EBox::GlobalImpl::__ANON__ - Failed to save changes in module mail: Unknown error at EBox::MailUserLdap::delUserAccount attribute 'quota' not allowed
2012/09/25 14:02:17 INFO> Base.pm:228 EBox::Module::Base::save - Restarting service for module: zarafa
2012/09/25 14:02:20 INFO> Base.pm:228 EBox::Module::Base::save - Restarting service for module: logs
2012/09/25 14:02:20 ERROR> GlobalImpl.pm:664 EBox::GlobalImpl::saveAllModules - The following modules failed while saving their changes, their state is unknown: mail

26
on the Asterisk module:

Does this version of asterisk support the "return to transferee" and then "return to operator" features.
It seem that this feature, which is default for the hardware bases PBX's, is optional patch for asterisk.
Does the Zentyal compile for asterisk include these?

I did not think that anyone can run a PBX without these features.

27
Sometime the VoIP IAX2 trunk register through the low quality Data gateway.  I did fix this by means of physical cabeling BUT iI lost the ability now to Shape the VoIP properly via the Zentyal server.

Remember I have a Secondary Elastix / Asterik Server inside my network NOT the Zentyal service.  So the VoIP need to be shaped by Zentayl and passed through to the VoIP gateway, sometime it does not!  I detect this when the voice quality degrade badly.

28
Installation and Upgrades / pptp blocked!
« on: November 21, 2011, 09:43:32 am »
I had some PPTP vpn connections to servers outside on the Internet but since I upgraded to 2.2 they don't connect.
My guess is with the introduction of PPTP (1723 TCP/GRE) is now blocked from Inside my network to the Internet
What is the most elegant way of making sure this is not happening?

29
I recieve mail from my server cheetah with the heading
"Cron <root@cheetah> test $(date +%w) -ne 0 &&  /usr/share/ebox-ebackup/ebox-remote-ebackup --incremental"
and content:
Reconnecting to redis server (1 try)... at /usr/share/perl5/EBox/Config/Redis.pm line 567, <GEN13> line 1.
Reconnecting to redis server (1 try)... at /usr/share/perl5/EBox/Config/Redis.pm line 567, <GEN15> line 1.
Reconnecting to redis server (1 try)... at /usr/share/perl5/EBox/Config/Redis.pm line 567, <GEN17> line 1.
Reconnecting to redis server (1 try)... at /usr/share/perl5/EBox/Config/Redis.pm line 567, <GEN19> line 1.
Reconnecting to redis server (1 try)... at /usr/share/perl5/EBox/Config/Redis.pm line 567, <GEN21> line 1.
Reconnecting to redis server (1 try)... at /usr/share/perl5/EBox/Config/Redis.pm line 567, <GEN23> line 1.
Reconnecting to redis server (1 try)... at /usr/share/perl5/EBox/Config/Redis.pm line 567, <GEN25> line 1.


What is the cause? and Solution?

30
The options now are:
- use the default (auto) partitioning scheme. IF you run into a filling up of the root partition, there is a step by step guide to enlarge the root partition HERE
- Do some reading and create your own custom partitioning scheme. For example HERE is a guide. For more information on partitioning of Ubuntu based systems, have alook OVERHERE.
Good I must also Comment that the level of Community support improved a lot! Thanx, Ill tone down on my header up there - Soz for that

Pages: 1 [2] 3 4 ... 6