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 - gabor.strama

Pages: 1 2 3 [4]
46
Hi!

Currently if you upgrade the libapt-pkg5.0 to the latest version, in this case you got the followin error message when you try to run some upgrade ( apt update, deselect update menu, etc ). The only solution what is work for me if i downgrade the libapt-pkg5.0.

Here is the link what is good for me.
http://archive.ubuntu.com/ubuntu/pool/main/a/apt/libapt-pkg5.0_1.2.29_amd64.deb

Have a nice day, and error free syslog! ;-)

47
Hi!

I faced with the following issue:
- from mobile telephone exchg Active Sync is working
- from mobile telephone new exchg AS mailbox register is working
- from laptop with outlook what is configured earlier is working
- from laptop with outlook new exchg mailbox registering is not working

I try to run some debug when i try to open the autodiscover.xml i got error message from the apache.
And i read some sogo doc and the autodiscover is proxied to the 127.0.0.1:5000 but no service wat is using this port.

Somebody please help!!!! :-)

THX Kind Regards Gábor Strama

48
Email and Groupware / Re: Outlook with Zentyal 5
« on: October 08, 2018, 04:31:26 pm »
Hello!

Is there any solution for this problem?
Because i got same problem.

Please help!

THX

Kind Regards Gábor Strama

49
Email and Groupware / Undefinied dovecot mail store issue
« on: August 27, 2016, 01:26:28 pm »
Hello!

I have 3 zentyal server but one of them is die becouse that had a hardware issue and i install a new one...
I restore the old server settings from the cloud backup...
But some time i saw this error:

Aug 26 14:37:59 mail dovecot: doveconf: Panic: file settings-parser.c: line 1925 (settings_copy_deflist_unique): assertion failed: (dest_count == ccount)
Aug 26 14:37:59 mail dovecot: doveconf: Error: Raw backtrace: /usr/lib/dovecot/libdovecot.so.0(+0x5e271) [0x7f03c7a87271] -> /usr/lib/dovecot/libdovecot.so.0(+0x5e34e) [0x7f03c7a8734e] -> /usr/lib/dovecot/libdovecot.so.0(i_fatal+0) [0x7f03c7a42a9e] -> /usr/lib/dovecot/libdovecot.so.0(+0x29bf2) [0x7f03c7a52bf2] -> /usr/lib/dovecot/libdovecot.so.0(+0x29932) [0x7f03c7a52932] -> /usr/lib/dovecot/libdovecot.so.0(settings_parser_apply_changes+0x7d) [0x7f03c7a536bd] -> /usr/bin/doveconf(config_filter_parsers_get+0x51e) [0x55c2c201c44e] -> /usr/bin/doveconf(config_parse_file+0x92c) [0x55c2c201e2bc] -> /usr/bin/doveconf(main+0x3aa) [0x55c2c2017f6a] -> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7f03c7685f45] -> /usr/bin/doveconf(+0xc79d) [0x55c2c201879d]
Aug 26 14:37:59 mail kernel: [ 3382.541352] init: ebox.loggerd main process (3562) killed by TERM signal
Aug 26 14:37:59 mail dovecot: config: Error: managesieve-login: dump-capability process killed with signal 6

Sombody see this error?
Please sombody help me....
I try to solve the issue, and i try to find some clue using the google.... but nothing.... :-(

Please help....

50
Hello Julio!

Have you seen any chance to make a solution how can we use again pppoe in zentyal?

Sorry about the offtopic question, i want to send in personal message but the system don't left it....

51
Than's a lot!

It is work for me....

Great JOB!

Have a nice day!

52
Hello!

I made some modification, but if i try to made some admin modification i will got this error:


Error trace

Can't locate object method "securityUpdatesAddOn" via package "EBox::RemoteServices" at /usr/share/perl5/EBox/IPS/Composite/General.pm line 50.

Stack:
  [/usr/share/perl5/EBox/IPS/Composite/General.pm:50]
  [<anonymous component>:147]
  [<anonymous component>:34]
 at /usr/share/perl5/EBox/CGI/Base.pm line 364

    in EBox::CGI::Base::run at /usr/share/perl5/EBox/CGI/Base.pm line 364

      361:         my ($protocol, $port);
      362:         my $url;
      363:         my $host = $request->env->{HTTP_HOST};
      364:         if ($referer) {
      365:             my $parsedURL = new URI($referer);
      366:             $protocol = $parsedURL->scheme();
      367:             $port = $parsedURL->port();

    Show function arguments
    in (eval) at /usr/share/perl5/EBox/CGI/Run.pm line 92

       89:                 $handler = new $classname(@extraParams);
       90:             }
       91:         }
       92:         $handler->run();
       93:         $redis->commit();
       94:         return $handler->response()->finalize();
       95:     } catch ($ex) {

    in EBox::CGI::Run::run at /usr/share/perl5/EBox/CGI/Run.pm line 68

       65:     $redis->begin();
       66:
       67:     my $url = $self->urlFromRequest($request);
       68:     try {
       69:         my $effectiveUrl = _urlAlias($url);
       70:         my @extraParams = (request => $request);
       71:         if ($htmlblocks) {

    Show function arguments
    in main::__ANON__ at /usr/share/zentyal/psgi/zentyal.psgi line 46

       43:     local $SIG{__WARN__} = sub { EBox::warn($_[0]) };
       44:
       45:     my $req = Plack::Request->new($env);
       46:     return EBox::CGI::Run->run($req);
       47: };
       48:
       49: my $builder = new Plack::Builder();

    Show function arguments
    in Plack::App::URLMap::call at /usr/share/perl5/Plack/App/URLMap.pm line 71

       68:         return $self->response_cb($app->($env), sub {
       69:             $env->{PATH_INFO} = $orig_path_info;
       70:             $env->{SCRIPT_NAME} = $orig_script_name;
       71:         });
       72:     }
       73:
       74:     DEBUG && warn "All matching failed.\n";

    Show function arguments
    in Plack::Component::__ANON__ at /usr/share/perl5/Plack/Component.pm line 50

       47: sub to_app {
       48:     my $self = shift;
       49:     $self->prepare_app;
       50:     return sub { $self->call(@_) };
       51: }
       52:
       53:

    Show function arguments
    in EBox::Middleware::Auth::call at /usr/share/perl5/EBox/Middleware/Auth.pm line 366

      363:         $self->_logout($env);
      364:     } elsif ($self->_validateSession($env)) {
      365:         delete $env->{'psgix.session'}{AuthReason};
      366:         return $self->app->($env);
      367:     } else {
      368:         # Require authentication, redirect to the login form.
      369:         return $self->_redirectToLogin($env);

    Show function arguments
    in Plack::Component::__ANON__ at /usr/share/perl5/Plack/Component.pm line 50

       47: sub to_app {
       48:     my $self = shift;
       49:     $self->prepare_app;
       50:     return sub { $self->call(@_) };
       51: }
       52:
       53:

    Show function arguments
    in Plack::Middleware::Conditional::call at /usr/share/perl5/Plack/Middleware/Conditional.pm line 16

       13:     my($self, $env) = @_;
       14:
       15:     my $app = $self->condition->($env) ? $self->middleware : $self->app;
       16:     return $app->($env);
       17: }
       18:
       19: 1;

    Show function arguments
    in Plack::Component::__ANON__ at /usr/share/perl5/Plack/Component.pm line 50

       47: sub to_app {
       48:     my $self = shift;
       49:     $self->prepare_app;
       50:     return sub { $self->call(@_) };
       51: }
       52:
       53:

    Show function arguments
    in EBox::WebAdmin::Middleware::SubAppAuth::call at /usr/share/perl5/EBox/WebAdmin/Middleware/SubAppAuth.pm line 57

       54:             }
       55:         }
       56:     }
       57:     return $self->app->($env);
       58: }
       59:
       60: 1;

    Show function arguments
    in Plack::Component::__ANON__ at /usr/share/perl5/Plack/Component.pm line 50

       47: sub to_app {
       48:     my $self = shift;
       49:     $self->prepare_app;
       50:     return sub { $self->call(@_) };
       51: }
       52:
       53:

    Show function arguments
    in Plack::Middleware::Session::call at /usr/share/perl5/Plack/Middleware/Session.pm line 52

       49:
       50:     $env->{'psgix.session.options'} = { id => $id };
       51:
       52:     my $res = $self->app->($env);
       53:     $self->response_cb($res, sub { $self->finalize($env, $_[0]) });
       54: }
       55:

    Show function arguments
    in Plack::Component::__ANON__ at /usr/share/perl5/Plack/Component.pm line 50

       47: sub to_app {
       48:     my $self = shift;
       49:     $self->prepare_app;
       50:     return sub { $self->call(@_) };
       51: }
       52:
       53:

    Show function arguments
    in Plack::Middleware::ReverseProxy::call at /usr/share/perl5/Plack/Middleware/ReverseProxy.pm line 68

       65:         }
       66:     }
       67:
       68:     $self->app->($env);
       69: }
       70:
       71: 1;

    Show function arguments
    in Plack::Component::__ANON__ at /usr/share/perl5/Plack/Component.pm line 50

       47: sub to_app {
       48:     my $self = shift;
       49:     $self->prepare_app;
       50:     return sub { $self->call(@_) };
       51: }
       52:
       53:

    Show function arguments
    in (eval) at /usr/share/perl5/EBox/Middleware/UnhandledError.pm line 78

       75:     my $res;
       76:     my $caught = 0;
       77:     try {
       78:         $res = $self->app->($env);
       79:     } catch ($e) {
       80:         $caught = 1;
       81:         # This $res will only be used if $trace is undef

    in EBox::Middleware::UnhandledError::call at /usr/share/perl5/EBox/Middleware/UnhandledError.pm line 77

       74:
       75:     my $res;
       76:     my $caught = 0;
       77:     try {
       78:         $res = $self->app->($env);
       79:     } catch ($e) {
       80:         $caught = 1;

    Show function arguments
    in Plack::Component::__ANON__ at /usr/share/perl5/Plack/Component.pm line 50

       47: sub to_app {
       48:     my $self = shift;
       49:     $self->prepare_app;
       50:     return sub { $self->call(@_) };
       51: }
       52:
       53:

    Show function arguments
    in (eval) at /usr/share/zentyal/psgi/zentyal.psgi line 0

        1: # Copyright (C) 2010-2014 Zentyal S.L.
        2: #
        3: # This program is free software; you can redistribute it and/or modify

    at /usr/share/zentyal/psgi/zentyal.psgi line 0

        1: # Copyright (C) 2010-2014 Zentyal S.L.
        2: #
        3: # This program is free software; you can redistribute it and/or modify

I use this script:

sudo apt-get install zbuildtools build-essential fakeroot dpkg-dev -y
cd ~/Downloads
wget http://archive.zentyal.org/zentyal/pool/main/z/zentyal-ips/zentyal-ips_3.5.1.tar.gz
tar -xf zentyal-ips_3.5.1.tar.gz
mv zentyal-ips-3.5.1 zentyal-ips-4.2.2
sed -i '1 i\zentyal-ips (4.2.2) trusty; urgency=medium\n\n  * New release\n\n -- xy <xy@xy.com>  Mon, 29 Jun 2015 00:00:00 +0100\n' ./zentyal-ips-4.2.2/debian/changelog
sed -i '1 i\4.2.2\n        + Adapted to 4.2.2' ./zentyal-ips-4.2.2/ChangeLog
sed -i 's#Depends: zentyal-core (>= 3.5), zentyal-core (<< 4.0~1), zentyal-firewall,#Depends: zentyal-core (>= 4.2.2), zentyal-firewall,#g' ./zentyal-ips-4.2.2/debian/control
wget 'https://docs.google.com/uc?export=download&id=0B4_d-7xL0AS_a0E4eXIwZnpmU00' -O ips-stubs.diff
patch -t -p1 -i ips-stubs.diff
cd ./zentyal-ips-4.2.2
dpkg-buildpackage -rfakeroot -b
cd ..
sudo dpkg -i zentyal-ips_4.2.2_all.deb
sudo apt-get install -f -y
sudo sed -i 's\next if ($pkg->{name} eq '"'"'zentyal-ids'"'"');\#next if ($pkg->{name} eq '"'"'zentyal-ids'"'"');\g' /usr/share/zentyal/templates/software/ebox.mas
sudo service zentyal webadmin restart

I hope this some row is help for you....


53
Hello!

Great work!
But I have one question:
This install method is work with zentyal 4.2.2?

Pages: 1 2 3 [4]