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 ... 79
1
The only problem, this broke my dns module....  >:(

I suspect that is a different error. Could you give us more details, please?

2
Ok, it is abit difficult to me to try to fix this without having a mahcine which shows the problem but I think we can try other thing:

1. Bakcup the file /var/lib/zentyal/conf/webadmin/psgi-subapps.yaml (jsut in case we broke something and had to restore it)
2. Execute: sudo perl -MEBox -MEBox::WebAdmin::PSGI -e'EBox::init(); EBox::WebAdmin::PSGI::removeSubApp("/ebox"); 1'
3. Execute: sudo perl -MEBox -MEBox::WebAdmin::PSGI -e'EBox::init(); EBox::WebAdmin::PSGI::removeSubApp("/soap"); 1'
4. Restart webadmin with "sudo service zentyal webadmin restart"

3
This time there is a match:

Code: [Select]
/var/lib/zentyal/conf/webadmin/psgi-subapps.yaml:{"/ebox":{"validateFunc":"EBox::RemoteServices::RemoteAccess::validate","appName":"EBox::RemoteServices::RemoteAccess::psgiApp","userId":"remote_user","validation":1},"/soap":{"validateFunc":"EBox::RemoteServices::WSDispatcher::validate","appName":"EBox::RemoteServices::WSDispatcher::psgiApp","userId":"remote","validation":1}}
Can you open the ]/var/lib/zentyal/conf/webadmin/psgi-subapps.yaml and comment out this line?. To comment it, just add the '#' cahracter at the begin. Then restart webadmin to check if this is the problem

4
It baffles me where this RemoteAccess reference comes from.

Can you please, run another grep comand to check your system?.

This time:

Quote
grep -ri RemoteAccess /usr/share/perl* /etc/* /var/lib/zentyal*

5
Sorry, I typed wrong the grep command. The command is "grep -ri EBox::RemoteServices::RemoteAccess' /usr/share/perl5/EBox*"(without the ' before EBox).

Looking at the output of Trvaa, I dont see any reference to EBox::RemoteServices:RemoteAccess. Maybe it is cached somewhere?. If you reboot the computer the problem continues?

6
Thanks for your replies. I think we can discard the haproxy/cloud-pro theory.

Can you check the file /var/log/upstart/zentyal.webadmin-uwsgi.log for errors?.

In the other thread is linked a trac ticket which has the error 'Can't locate EBox/RemoteServices/RemoteAccess.pm'. If it is your same case, can you run the command " grep -ri 'EBox::RemoteServices::RemoteAccess' /usr/share/perl5/EBox*" and paste the results?.



7
Hello people,

1. Can you check you have haproxy running?. If it is running stop/remove it and restart webadin. with "sudo service zentyal webadmin restart"

2. If you have not the first problem. Do you have the  package 'zentyal-cloud-prof' installed?. Can you try to remove it?

8
Hello,

the correct structure is /var/vmail/[DOMAIN]/[USER]/Maildir and inside Maldir tmp, cur, new and the other files, so for your old users you have to create the Maildir and move the other files there.

There is a bug that a new user continues to get the [USER]/cur /tmp /new directories but they are unused and you can rmdir them.

9
Hello Sergio,

the ideas above were not meant to fix the problem but help to diagnose it. I don't know what could be.

Anyway at least, it seems that was something temporal. I am glad that it is working again for you.

10
Hello,

I have jsut tested zentyal-usercorner 3.4.1 with zentyal-core 3.4.1 and it is working for me. If you don't have both modules in 3.4.1 upgrade the one is missing.

If you have already them, please give this extra information

- attach the  /var/lib/zentyal/conf/haproxy.cfg file
- output of the command " sudo status zentyal.usercorner-uwsgi"
-  check for error the files /var/log/zentyal-usercorner/zentyal.log and  /var/log/zentyal-usercorner/error.log

Regards,

Javier

11
Installation and Upgrades / Re: Zentyal 3.4 Squid Log Error
« on: April 22, 2014, 06:47:04 pm »
Yes, this comes from squid. That lines came from squid's standard configuration lines but it seems that squid itself has changed and now produces this warnings. I will try to check it but besides of that annoyance squid is working right?

12
Try this command to see if fixes your issue:

Quote
sudo service zentyal usercorner restart
sudo service zentyal haproxy restart

13
Installation and Upgrades / Re: Broken upgrade
« on: April 10, 2014, 09:13:15 am »
Yes, you have the 3.3 sources listed. 3.3 packages should have priority over 3.2 but you always can check the priorities with the command "apt-cache policy [PACKAGE_NAME]"

14
Installation and Upgrades / Re: Broken upgrade
« on: April 09, 2014, 08:33:50 pm »
Well, I can only give you general advice because it all depends on how state is your system now.

Do you have broken packages?. Then try to fix them following this guide https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_recovery_from_a_broken_system

Once fixed your broken packages, check your zentyal packages version; it could be that you are now in 3.3 and this is the reason you don't have the button anymore.

15
In Network -> Gateways, do you have the HTTP proxy option enabled?. If enabled the HTTP proxy will try to connect to that proxy instead of fetching directly the page.

Pages: [1] 2 3 ... 79