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 - Javier Amor Garcia

Pages: 1 2 3 [4] 5 6 ... 79
46
There is an error in the documentation:

Quote
When the connection is complete, the host with the server role has access to all routes of the client hosts through the VPN. However, the hosts with client roles will only have access to those routes the server has explicitly advertised.

The error is the client only advertises to server networks which are inside private IP address spaces:  http://en.wikipedia.org/wiki/Private_network . Other networks are not advertised to the server.

47
Spanish / Re: BUG PROXY TRANSPARENTE?
« on: April 16, 2013, 06:35:39 pm »
Viendo tus reglas, lo más probable es que la IP recibida no coincida con lo que esperas. Mira en los registros que dirección esta recibiendo realmente el proxy

48
The 3.0.5 version is a version in development. But never mind, have you tried to restart the mail service using the Zentyal commands/interface?

49
Yes, this script changed the home directory so it could be that you exact setup triggered a bug.

The contents of the directory in 2.2 are:
Code: [Select]
root@z3bb:~# ls -dl /var/lib/zentyal/*
prw-r--r-- 1 root         root         0 Feb 13 14:57 /var/lib/zentyal/apt-install.pipe
drwxr-x--x 9 ebox         ebox      4096 Feb 13 15:59 /var/lib/zentyal/CA
drwxr-xr-x 9 ebox         adm       4096 Apr 12 16:59 /var/lib/zentyal/conf
-rw-r--r-- 1 ebox         ebox     90811 Apr 12 18:01 /var/lib/zentyal/dump.rdb
drwxr-xr-x 5 ebox         ebox      4096 Jan 24 20:23 /var/lib/zentyal/dynamicwww
-rw-r--r-- 1 root         root         6 Mar 20 16:26 /var/lib/zentyal/latestversion
drwxr-xr-x 2 ebox         adm       4096 Jan 22 18:58 /var/lib/zentyal/log
drwxr-xr-x 3 root         root      4096 Feb 13 18:19 /var/lib/zentyal/machines
drwxr-xr-x 2 root         root      4096 Feb 13 17:34 /var/lib/zentyal/purge-module
drwxr-xr-x 2 root         root      4096 Feb 17 21:56 /var/lib/zentyal/quarantine
srwxr-xr-x 1 ebox         ebox         0 Feb 14 22:47 /var/lib/zentyal/redis.ebox.sock
drwxr-xr-x 2 ebox         ebox      4096 Feb 13 17:34 /var/lib/zentyal/sql-tables
drwxr-xr-x 3 ebox         ebox      4096 Apr 12 18:17 /var/lib/zentyal/tmp
drwxr-xr-x 2 ebox         ebox      4096 Apr 12 15:48 /var/lib/zentyal/vnets
 

You can remove directories not listed here, files could be a bit more tricky

50
I have edited the previous post to fix a typo in the restart mail service command

51
Hello,

but you are using zentyal-mail module?. If so, maybe you have chosen to overwite its conf or simply calling postfix directly has triggered some misbehaviour. Managed services by Zentyal should not be invoked directly but through module interfaces/

You should try to restart the mail module; you can do it in the dashboard or with the command "sudo service zentyal mail restart".

I have tested it upgrading my postfix package and I have not seen disruption on service.

My packages:

Code: [Select]
root@z3bb:~# dpkg -l | grep postfix
ii  postfix                              2.9.6-1~12.04.1                              High-performance mail transport agent
ii  postfix-ldap                         2.9.6-1~12.04.1                              LDAP map support for Postfix
ii  postfix-pcre                         2.9.6-1~12.04.1                              PCRE map support for Postfix
root@z3bb:~# dpkg -l zentyal-mail zentyal-users
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                              Version                           Description
+++-=================================-=================================-==================================================================================
ii  zentyal-mail                      3.0.5                             Zentyal - Mail Service
ii  zentyal-users                     3.0.13                            Zentyal - Users and Groups


Regards,

Javier

52
zentyal-core 2.2.9 has been released, it includes a fix for this problem

53
Installation and Upgrades / Re: latest network module update problem
« on: April 12, 2013, 05:14:36 pm »
zentyal-network 3.0.5 is out and it includes the fix

54
We have a pull request for this, we will update you when the new zentyal-core is ready

55
Installation and Upgrades / Re: Latest Core update on Zentyal 3.x
« on: April 12, 2013, 03:14:33 pm »
Hello,

zentya-network 3.0.5 has been released, so you can upgrade

56
Installation and Upgrades / Re: Latest Core update on Zentyal 3.x
« on: April 12, 2013, 10:36:51 am »
No, the fix is not yet published.

If you are not hit by the error in  zentyal-network, I advise you to wait for a new version with the fix included

57
Edited previous post to add post-save directory to the manual fix

58
Installation and Upgrades / Re: Latest Core update on Zentyal 3.x
« on: April 12, 2013, 09:58:23 am »
As for the 2.2 problem I think it is this one -> http://forum.zentyal.org/index.php/topic,14818.0.html

59
Hello,

probably you can workaround this error creating the directory /etc/zentyal/pre-save and /etc/zentyal/post-save

For that execute this  commands:

Code: [Select]
sudo mkdir -p   /etc/zentyal/pre-save
sudo mkdir -p   /etc/zentyal/post-save

60
Installation and Upgrades / Re: Latest Core update on Zentyal 3.x
« on: April 12, 2013, 09:47:32 am »
Thanks for your feedback and sorry  for the trouble.

In http://trac.zentyal.org/ticket/6434 you have a hotfix available

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