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

Pages: 1 ... 91 92 [93]
1381
Installation and Upgrades / Re: Getting trouble when network in restart
« on: November 20, 2012, 12:33:34 pm »
Or maybe it could be even safer to run
Code: [Select]
sudo service zentyal network restartas there some hooks that are not defined through post.up and pre.up standard files.

Best regards

1382
Buenas rawa:

Respecto a la asignacion de permisos en bloque, podrias crearte un grupo, y darle permisos --x a la carpeta padre a ese grupo (asegurate de revisar si lo haces asi los permisos de user y de other)

RECUERDA QUE NO TE GARANTIZO QUE NO VAYAS A CREAR INCONGRUENCIAS ENTRE ZENTYAL Y EL SISTEMA BASE. De hecho te recomendaría que buscases algun diseño de la estructuira de carpetas alternativa.

Respecto a tu duda de la diferencia entre Directorio bajo Zentyal, y ruta del Sustema de Ficheros, te viene explicado aqui:
http://doc.zentyal.org/en/filesharing.html:http://doc.zentyal.org/en/filesharing.html
Mayormente, si eliges bajo Zentyal, se te creara el recurso en /home/samba/shares y la otra opcion te permite definir la ruta absoluta donde crearlo.

1383
Hola rawa:

Me temo que lo que tu quieres, es decir:
-carpeta a
---carpeta b

y que el usuario tenga acceso a la carpeta b sin tener acceso a la carpeta a, no es posible del todo.
La unica solución que veo es que en carpeta 1 tengan permisos de ejecucion todos (estos permisos son necesarios para poder abrir la carpeta) pero no permisos de lectura ni escritura
Y que en la carpeta 2 si tenga permisos de lectura y escritura:

d--x--x--x  3 user user   4096 Nov 16 16:40 fold1
drwxr-xr-x 2 user user 4096 Nov 16 16:40 fold2

Evidentemente, root si podra conocer el contenido de la carpeta 1, a pesar de esos permisos.

No obstante, estamos hablando de soluciones fuera del entorno de zentyal (tendrias que aplicar la ACL correspondiente a través de la linea de comandos) y no te garantizo que no vaya a haber algún tipo de conflicto.

1384
Spanish / Re: Disco lleno
« on: November 16, 2012, 01:16:34 pm »
Podrías revisar que politica de logrotate tienes configurada en Mantenimiento- Log - Configurar Logs - HTTP Proxy.

Todo parece que vayas a tener que ajustar la cantidad de logs de squid que mantienes en tu máquina

Saludos

1385
You can try that, but perhaps it would be smarter to do the whole installation process and thus keep a cleaner environment. But anyway, it is up to you ;)

1386
And given the apache is running, can you see the port it is listening on, with the netstat command?
Everything points that something has corrupted during the configuration in the config of apache.

Perhaps given that you haven't actually configured any service, it would be a better idea to reinstall...


1387
Installation and Upgrades / Re: Getting trouble when network in restart
« on: November 15, 2012, 07:53:42 pm »
That configuration sounds weird, as long as:
Quote
iface eth0 inet static
     address 192.168.5.60
     netmask 255.255.255.192
     broadcast 192.168.5.63
     gateway 192.168.5.60

You have set as gateway for this interface, the same IP of the interface. This does not make much sense for me...

Remember that File Sharing depends on Users And Groups and on DNS.

Do you have those modules installed and enbaled?

1388
Installation and Upgrades / Re: Unable to access Zentyal Admin Panel
« on: November 15, 2012, 07:37:41 pm »
It could be that for some reason the apache had crashed. Can't you access the server physically?

1389
Hi  senorsmile:
It seems that your major issue relies in the fact that i seems that apache is not running or working correctly.
Run
Code: [Select]
ps -aux | grep apache
in order to check if the problem might be that apache is not running.

If so, you should have to run
Code: [Select]
sudo service zentyal apache start

And then if everything is ok, you could access the Administration Web Interface and finish the original configuration.

1390
Installation and Upgrades / Re: wrong documentation?
« on: November 15, 2012, 01:48:39 pm »
Hi pepechuga:

You're right. The right file to configure intnets is /etc/zentyal/dns.conf.

The Documentation Team has already been notified, and will change it ASAP

Thanks for commenting it out ;)

1391
Installation and Upgrades / Re: Unable to access Zentyal Admin Panel
« on: November 15, 2012, 12:03:38 pm »
Hello Zent User:

Are you trying to access the Zentyal Web Administration Interface locally, from an internal network, or from an external network?

1392
Spanish / Re: Disco lleno
« on: November 13, 2012, 01:57:47 pm »
Podrias hacer un ls -lh al directorio /var/lib/mysql/zentyal ???

1393
You should not worry at all. You have for sure registered your server in Zentyal Remote, and that connection (as you can see using the typical VPN port) is the one that links your server to Zentyal Remote

1394
Spanish / Re: Disco lleno
« on: November 12, 2012, 06:49:29 pm »
Buenas tardes Iván:

Sería interesante comprobar qué directorios/archivos, están ocupando uno o más gigas para determinar qué es lo que está ocupando dicho espacio en disco. Para ello, ejecuta en una terminal el siguiente comando:

sudo du -h / | grep "[0-9]G" 2>/dev/null
y adjunta el resultado

Pages: 1 ... 91 92 [93]