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

Pages: 1 2 3 [4] 5 6 ... 12
46
Hi Mittelerde,

I think this is your only remaining problem:

Code: [Select]
sh -c '/bin/rm -rf /var/lib/ldap-translucent//*'
/usr/sbin/slapadd -c -s -F /etc/ldap/slapd-translucent.d -b 'cn=config' < /var/lib/zentyal/tmp/users-dump/translucent-config.ldif
chown -R openldap:openldap /etc/ldap/slapd-translucent.d
chown -R openldap:openldap /var/lib/ldap-translucent/ failed.
Error output: Available database(s) do not allow slapcat
 olcTranslucentLocal: value #0: olcTranslucentLocal unable to parse attribute quota
 slapadd: could not add entry dn="olcOverlay={0}translucent,olcDatabase={1}hdb,cn=config" (line=540):
 slapadd: could not add entry dn="olcDatabase={0}ldap,olcOverlay={0}translucent,olcDatabase={1}hdb,cn=config" (line=554):

For some reason there is a syntaxis error in your users dump (/var/lib/zentyal/tmp/users-dump/translucent-config.ldif) around lines 540 and 554. Can you dump that file around these lines? Don't upload the full file, because it may contain you users passwords.

Best regards, and thank you for your feedback

47
Hi Mittelerde,

Thanks for your feedback, it is very useful for us :)

I can see some errors in your log, one of them is related with the redis dump. It would be very useful if you can provide this file: /var/lib/ebox/redis_dump.yaml. It stores all your configuration so take into account it may contain some sensitive data depending on your setup, LDAP, users and groups are excluded from it (if you prefer you can send it to: cperez at zentyal dot com).

Best regards

48
Hi c4rdinal,

If you enable load balancing traffic will go through all the gateways, so default gateway is not important there.

Default gateway is only used when load balancing is disabled, making that gateway the default one.

Best regards

49
Installation and Upgrades / Re: Captive Portal Question
« on: October 02, 2011, 05:35:56 pm »
vshaulsk,

You can disable transparent proxy and add a port forwarding rule to redirect captive portal users to the proxy. Rest of the users won't be affected by this rule.

Escorpiom,

I have added this feature to our wishlist:

https://trac.zentyal.org/wiki/Document/Development/Wishlist/Module/CaptivePortal

Hopefully we will discuss this at Zentyal Summit and include it for the next release :)

Best regards

50
Installation and Upgrades / Re: Captive Portal Question
« on: October 01, 2011, 05:33:11 pm »
@Escorpiom:

You can use VLANs to do this, or if you want, you can add a new ethernet card, but yes, captive portal needs the full interface (virtual or not). In the future we may add a white/black list to captive portal's configuration.

Best regards

51
Installation and Upgrades / Re: Captive Portal Question
« on: September 30, 2011, 06:49:27 pm »
Hi,

You can limit bandwidth throttling using Traffic Shaping module, you only need to create rules for the subnet configured in the captive interface.

Best regards

52
Home folder creation on slaves was already fixed for 2.2, so now it should work

Best regards

53
Spanish / Re: Server Error '/' Aplicacion
« on: September 27, 2011, 12:17:51 am »
Hola fmendoza,

¿Podrías indicar qué estabas haciendo cuando viste este error? Es la primera vez que veo algo parecido, así que cualquier detalle que puedas aportar será de interés.

Gracias,
Un saludo

54
Installation and Upgrades / Re: Customizing Captive portal on Zentyal 2.2
« on: September 26, 2011, 04:27:33 pm »
Hi masnizar,

Login through HTTP is insecure, take into account that any user listening the net could read your password in clear text.

Why do you want to use HTTP?

Best regards

55
Installation and Upgrades / Re: Captive Portal problems
« on: September 25, 2011, 06:23:18 pm »
Hi saifu32,

Concurrent sessions are actually a feature, but I have added it to our wish list:
https://trac.zentyal.org/wiki/Document/Development/Wishlist/Module/CaptivePortal

About bandwidth usage, have you enabled bandwidth monitor for the captive interface? See

http://doc.zentyal.org/en/monitor.html#bandwidth-monitoring

Also, if you had already enabled it, does it show data for your connected users? have you seen any error in the logs (/var/log/zentyal.log)?

Best regards

56
Installation and Upgrades / Re: ldap problem
« on: September 22, 2011, 09:48:51 pm »
Hi Project (interesting nickname :P)

I think your best option here is to reinstall users module (this will remove your current LDAP data) and setup again with your desired domain. You only need to:

run:

Code: [Select]
/usr/share/zentyal-users/reinstall
and then configure your desired dn before enabling users again.

Cheers

57
Spanish / Re: Navegacion demasiado lenta
« on: September 10, 2011, 03:25:27 pm »
Hola SoriaK,

Para confirmar/descartar Dansguardian puedes desactivar el filtro de contenidos y probar de nuevo. Squid no utilizará Dansguardian si eso está desactivado.

Un saludo

58
Installation and Upgrades / Re: Admin interface back to 443
« on: September 07, 2011, 11:22:16 pm »
Hi Darky,

that means that your 443 port is used by Zentyal. In order to change it you have to go to System -> General on the menu. After that you should be able to use it for other services (ie Zarafa)

Best regards

59
Why are you trying to use static IP on that interface? It seems that you get this IP when configured as DHCP:

96.2.38.211/23

So I think the problem is that you are setting the wrong static IP. Does it make sense?

Best regards

60
Hi rich,

Please post the output of the following commands, and we will try to see what is happening:

Code: [Select]
# ip addr show dev eth0
# ip rule ls
# ip route ls table main
# ip route ls table default
# cat /etc/resolv.conf

Best regards

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