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

Pages: [1]
1
Installation and Upgrades / Re: problem in cron.hourly
« on: December 11, 2014, 07:16:44 pm »
I also have the same problem after upgrading to version 4.0.
Is there a solution?

2
Spanish / Re: network no se inicia al reiniciar servicio zentyal
« on: June 18, 2013, 12:57:40 pm »
La salida de sudo ifconfig
Code: [Select]
eth0      Link encap:Ethernet  direcciónHW 00:24:1d:d4:0b:80
          Direc. inet:192.168.0.2  Difus.:192.168.0.255  Másc:255.255.255.0
          ACTIVO DIFUSIÓN FUNCIONANDO MULTICAST  MTU:1500  Métrica:1
          Paquetes RX:100966 errores:0 perdidos:2 overruns:0 frame:0
          Paquetes TX:268274 errores:0 perdidos:0 overruns:0 carrier:0
          colisiones:0 long.colaTX:1000           
          Bytes RX:13190644 (13.1 MB)  TX bytes:332218045 (332.2 MB)

eth1      Link encap:Ethernet  direcciónHW 00:30:84:87:57:90
          Direc. inet:192.168.1.2  Difus.:192.168.1.255  Másc:255.255.255.0
          ACTIVO DIFUSIÓN FUNCIONANDO MULTICAST  MTU:1500  Métrica:1
          Paquetes RX:1096274 errores:0 perdidos:0 overruns:0 frame:0
          Paquetes TX:583188 errores:0 perdidos:0 overruns:0 carrier:0
          colisiones:0 long.colaTX:1000             
          Bytes RX:1476267408 (1.4 GB)  TX bytes:50911412 (50.9 MB)

lo        Link encap:Bucle local 
          Direc. inet:127.0.0.1  Másc:255.0.0.0
          ACTIVO BUCLE FUNCIONANDO  MTU:16436  Métrica:1
          Paquetes RX:38614 errores:0 perdidos:0 overruns:0 frame:0
          Paquetes TX:38614 errores:0 perdidos:0 overruns:0 carrier:0
          colisiones:0 long.colaTX:0
          Bytes RX:54228402 (54.2 MB)  TX bytes:54228402 (54.2 MB)

Las dns tiene como primera la 127.0.0.1 y luego las de opendns

El ordenador arranca sin problemas, pero continua quedando desconectado al reiniciar el servicio zentyal.

Gracias

3
Spanish / Re: network no se inicia al reiniciar servicio zentyal
« on: June 17, 2013, 04:55:26 pm »
Realizando la siguiente acción desde consola ssh
Code: [Select]
sudo /etc/init.d/networking restart
El resultado es
Code: [Select]
* Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces
 * Reconfiguring network interfaces...
resolvconf: Error: /etc/resolv.conf isn't a symlink, not doing anything.
resolvconf: Error: /etc/resolv.conf isn't a symlink, not doing anything.
resolvconf: Error: /etc/resolv.conf isn't a symlink, not doing anything.
ssh stop/waiting
ssh start/running, process 26344
resolvconf: Error: /etc/resolv.conf isn't a symlink, not doing anything.
ssh stop/waiting
ssh start/running, process 26394
Y deja de resolver dns

Al ejecutar
Code: [Select]
sudo service zentyal network restartVuelve a comportarse todo de manera normal

Gracias

4
Spanish / Re: network no se inicia al reiniciar servicio zentyal
« on: June 17, 2013, 09:42:38 am »
Buscando en el log la parte relacionada con el reinicio defectuoso de network sale esto:
Code: [Select]
2013/06/17 09:24:07 INFO> Service.pm:861 EBox::Module::Service::restartService - Restarting service for module: network
2013/06/17 09:24:08 ERROR> Sudo.pm:233 EBox::Sudo::_rootError - root command set -e
/usr/share/zentyal-network/flush-fwmarks
/sbin/ip route flush table 101
/sbin/ip route add default via 192.168.1.1 dev eth1 src 192.168.1.2 table 101
/sbin/ip rule add from 192.168.1.1 table 101
/sbin/ip rule add fwmark 1/0xFF table 101
/sbin/ip rule add table main
/sbin/iptables -t mangle -A PREROUTING  -m mark --mark 0/0xff -j  MARK --set-mark 1
/sbin/iptables -t mangle -A OUTPUT -m mark --mark 0/0xff -j  MARK --set-mark 1 failed.
Error output: RTNETLINK answers: No such process

Command output: .
Exit value: 2

Por si sirve también pongo el archivo generado /etc/network/interfaces

Code: [Select]
auto lo eth0 eth1

iface lo inet loopback

iface eth0 inet static
      address 192.168.0.2
      netmask 255.255.255.0
      broadcast 192.168.0.255


iface eth1 inet static
      address 192.168.1.2
      netmask 255.255.255.0
      broadcast 192.168.1.255

Gracias por vuestro tiempo

5
Spanish / Re: network no se inicia al reiniciar servicio zentyal
« on: June 14, 2013, 05:13:06 pm »
si. al arrancar sin problemas, pero reiniciar desde consola no funciona.
el sistema queda inaccesible desde red.

realmente es un problema si se tiene que hacer una actualización de paquetes desde una sesión ssh.
como haya un paquete que quiera reiniciar las ethernet el sistema se queda desconectado

6
Spanish / Re: network no se inicia al reiniciar servicio zentyal
« on: June 14, 2013, 05:06:54 pm »
 ;D jajaja perdon.
si, el orden está mal.
mi amiga dislexia es muy fiel

7
Spanish / network no se inicia al reiniciar servicio zentyal
« on: June 14, 2013, 11:06:19 am »
Me pasa lo mismo que aquí http://forum.zentyal.org/index.php/topic,11736.msg47668.html#msg47668 (no resuelto)

Tengo instalado Zentyal 3.0.21 desde hace 5 días en un servidor casero.

Cuando le digo reiniciar Zentyal, el módulo network no se reinicia.
Code: [Select]
sudo service restart zentyal
En cambio, si reinicio el módulo sólo si se reinicia correctamente
Code: [Select]
sudo service zentyal network restart
Quizás tenga algo que ver que he ido instalando módulos conforme los he ido necesitando.
Si necesitáis algún dato más, o algún archivo log decidme cual y os lo pongo.

Gracias

Pages: [1]