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

Pages: 1 ... 26 27 [28] 29 30
406
Spanish / Re: error toda zentyal por llenarse disco duro.
« on: October 21, 2010, 08:23:49 am »
Puedes encojer /home y ampliar / por comandos de lvm2. Hay montones de guias en internet o en los foros de ubuntu.
Otra posibilidad mas visual es usar el modulo LVM de Webmin (www.webmin.com).
OJO: No he probado nunca a hacerlo con webmin, pero el modulo lo permite.
Wemin es un interfaz web para administración de sistemas linux. Ten en cuenta que no se deben modificar configuraciones controladas desde zential con webmin ya que los resultados puden ser inesperados. Yo lo uso para controlar servicios o aspectos del sistema que quedan fuera del ambito de zential.
En cualquier caso, ten cuidado de encojer el sistema de archivos antes que el LV ya que de lo contrario, te cargaras el FS. Hay una utilidad grafica para las x que creo que se llama system-config-lvm que se encarga de todo. Yo la he usado en gnome, pero supongo que funcionara con el sistema grafico que trae zential.

Yo prepararia una imagen o copias completas antes de probar. Si funciona, te ahorras la reinstalación y si no, pues a reinstalar y tirar de copias.
Si lo haces, informanos del resultado que seguro que a aguno le sirve.

407
Installation and Upgrades / Re: lxde keeps crashing!
« on: October 20, 2010, 12:00:15 pm »
There is a know bug of lxde desktop.
Have you tryed to restart it with:
Code: [Select]
sudo /etc/init.d/slim restart

408
Installation and Upgrades / Re: GUI Crashes
« on: October 20, 2010, 11:42:20 am »
There is a know bug with this.
To restart gui interface you need to type:
Code: [Select]
sudo /etc/init.d/slim restartin console.

409
Spanish / Re: Creacion de OBJETOS
« on: October 19, 2010, 07:12:43 pm »
Pues es realmente sencillo:
Desde el menú de la izda, objeto, añadir nuevo.
Luego tienes que añadirle miembros. Cada miembro puede ser un rango o una IP.
En relidad el objeto es solo un contenedor donde agrupar miembros.

410
Spanish / Re: Usuarios de acceso a la interfaz de administración
« on: October 19, 2010, 06:56:20 pm »
Desde un shell, creas un usuario con useradd que pertenezca al grupo "admin" y listo.
Code: [Select]
sudo useradd -g admin usuario
sudo passwd usuario

411
Spanish / Re: PROBLEMA CON INTERFAZ WEB
« on: October 19, 2010, 06:39:06 pm »
Para reiniciar el modulo servidor web, lo razonable es hacer:
Code: [Select]
sudo /etc/init.d/ebox apache restartSi con eso no te funciona, no se decirte más.
A mi me tocó reinstalar el servidor por algo similar.

412
Spanish / Re: como actualizar certificado del ebox
« on: October 19, 2010, 03:04:51 pm »
¿No te funciona el icono de renovar que hay en autoridad de certificación, general?

413
Spanish / Zarafa corrector ortografico y migrar datos de PST
« on: October 18, 2010, 05:06:51 pm »
Despues de muchos avatares, parece que ya tengo casi todos los servicios funcionando como esperado.
Solo me faltan algunos detalles de Zarafa:
-Al pasar el corrector ortografico en un menesaje nuevo me tira
Code: [Select]
Error executing `/usr/bin/aspell -a --lang=es_ES --encoding=utf-8 -H --rem-sgml-check=alt < /tmp/aspell_data_04mvqj 2>&1`
Error: No word lists can be found for the language "es_ES".
Lo he solucionado instalando el diccionario español
Code: [Select]
apt-get install aspell-es
-Necesito migrar los datos que tengo en un PST, para lo cual me he instalado la herremienta de migración de la web de zarafa. Para que funcione hay que instalar tambien e cliente.
He creado un servicio y una regla de firewall para permitir a la red interna el acceso al puerto 236 tcp/udp, pero cuando corro el programa de migración, me tira que no tiene acceso al servidor zarafa por ese puesto.

Alguien sabe si ese es el puerto correcto o que puede pasar?


414
To monitor the CPU and MB temp, i use lmsensors. Not all chipsets are supported.
To monitor Disk temp and health i use hddtemp and smartmontools.
All these are command line tools. You need some monitoring tool to display and log the values.
There are lots of web tools to monitor these and other parameters.
Not sure if this can be integrated in any way with zentyal web admin.

415
Installation and Upgrades / Re: No web interface after removing bridge
« on: October 06, 2010, 06:36:38 pm »
Well, may be my explanations are a bit confusing due to my poor english.

The sequence is like this:

My zential server was working fine. I have added a bridge for the wifi access point and then i get random internet conectivity from clients. Server can still connect to internet and clients to server.
To restore stable internet conection i have removed the bridge. Fron then, i cant connect to https://192.168.0.1. I get a "not found", but it is not a network problem. i can ping and ssh from clients to server, but the web browser cant connect to zential admin page.
Apache is running. This is wy i need to know if the admin page is served by apache or another web server, wich is probably the problem.
The problem with intermitent lost of internet conectivity is secondary. The main problem is i have lost access to admin page.

Anyway, i cant wait longer so i will reinstall my server tomorow, like in the windows time  ;D.

Thanks

416
Installation and Upgrades / Re: No web interface after removing bridge
« on: October 05, 2010, 08:27:39 pm »
I have no problem with networking or bridge. The problem is the web gui does not work.
This happened when i removed the bridge, but the network is working.
Nothing to search in google. This is a specific zential problem.
I know how to deal with ubuntu part. The problem is with Zential.

I d'ont know if web gui is using apache or another server.
I d'ont know where the configurations from gui saved to.
Without this specific information about zential, i cant debug my server.

417
Installation and Upgrades / Re: No web interface after removing bridge
« on: October 05, 2010, 04:01:42 pm »
Can anybody tell me where configurations from web interface are saved, before they are "compiled" in /etc?
Even beter, is there any document describing specific files used by zentyal?

418
Installation and Upgrades / Re: No web interface after removing bridge
« on: October 02, 2010, 12:02:00 pm »
More info:

The following modules are stopped: DHCP, DNS, MAIL, MONITOR, NTP, PRINTERS, SQUID, USERCORNER, USERS, WEBSERVER, ZARAFA.

Some modules can be started manualy like DHCP and WEBSERVER, bur other not.

When i try to start USERS (/etc/init.d/ebox users start) i get:
Code: [Select]
use of unitialized value $bridge in concatenation (.) or string at /usr/share/perl5/EBox/Network.pm line 1951, <GEN1> line 86 interface no existe :br.
BTW during boot, i can see this in console:
Code: [Select]
* Starting ClamAV virus database updater freshclam
WARNING: file /etc/ddclient.conf, line 8: Invalide value for keyword 'login' = ' '
.
.

But i think this message was here before the failure.




419
I have succesfuly configured an alteros wifi adapter to be an access point.
If your adapter support master mode (altheros does) you simply configure 802.11 stuff in hostapd.
Then you can bridge your lan and wlan together.

420
Installation and Upgrades / No web interface after removing bridge
« on: October 01, 2010, 06:29:19 pm »
After successfuly configuring a bridge with my lan and wireless interface, i was experimenting random loss of internet conectivity in clients from lan. Sometimes, it starts working after a reboot of zential server. When the problem happens, i con ping internet from the server but not from clients. From clients i can ping the server.
I have decided to remove the bridge, but after changing the wlan0 to unconfigured, i get a page about missing interface "br", without left menu. I rebooted the server and now i d'ont have web interface.
I have manualy reconfigured /etc/network/interfaces to remove the bridge and /etc/init.d/ebox networking restart with same results.
In /var/log/ebox/ebox.log i get:
Code: [Select]
2010/10/01 18:05:14 DEBUG> Network.pm:1939 EBox::Network::ifaceAddress - Interface no existente: br.
2010/10/01 18:10:06 DEBUG> Network.pm:1939 EBox::Network::ifaceAddress - Interface no existente: br.
2010/10/01 18:14:13 INFO> Service.pm:670 EBox::Module::Service::restartService - Restarting service for module: webserver
2010/10/01 18:14:14 ERROR> Sudo.pm:212 EBox::Sudo::_rootError - root command ls /etc/apache2/sites-available/ebox-* failed.
Error output: ls: cannot access /etc/apache2/sites-available/ebox-*: No such file or directory

Command output: .
Exit value: 2
2010/10/01 18:15:10 DEBUG> Network.pm:1939 EBox::Network::ifaceAddress - Interface no existente: br.
2010/10/01 18:15:16 INFO> Service.pm:670 EBox::Module::Service::restartService - Restarting service for module: network
2010/10/01 18:17:14 INFO> Service.pm:670 EBox::Module::Service::restartService - Restarting service for module: events
2010/10/01 18:17:18 INFO> EventDaemon.pm:301 EBox::EventDaemon::_loadModules - EBox::Event::Watcher::EBackup loaded from registeredEvents
2010/10/01 18:17:18 INFO> EventDaemon.pm:301 EBox::EventDaemon::_loadModules - EBox::Event::Dispatcher::Log loaded from registeredDispatchers
2010/10/01 18:20:10 DEBUG> Network.pm:1939 EBox::Network::ifaceAddress - Interface no existente: br.
2010/10/01 18:25:07 DEBUG> Network.pm:1939 EBox::Network::ifaceAddress - Interface no existente: br.

What can i do to recover my web interface?

Pages: 1 ... 26 27 [28] 29 30