Autor Tópico: Problemas com Servidor DHCP [Resolvido]  (Lida 8534 vezes)

Offline Arthur Bernardes

  • Usuário Ubuntu
  • *
  • Mensagens: 4.692
    • Ver perfil
Problemas com Servidor DHCP [Resolvido]
« Online: 05 de Dezembro de 2012, 19:26 »
Pessoal, instalei na minha máquina servidor novamente o Servidor DHCP...

O dhcpd.conf está assim:

Código: [Selecionar]
ddns-update-style none;
default-lease-timw 600;
max-release-time 7200;
authoritative

subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.2 192.168.1.254;
option routers 192.168.1.1;
option domain-name-servers 8.8.8.8,8.8.4.4;
option broadcast-address 192.168.1.255;
}

Só que ao reiniciar o serviço com o comando: sudo /etc/init.d/isc-dhcp-server ele me reporta isso:

Código: [Selecionar]
[..] start: Job failed to start [..]
O que pode ser errado..?
« Última modificação: 21 de Dezembro de 2012, 21:34 por Arthur Bernardes »

Offline zekkerj

  • Usuário Ubuntu
  • *
  • Mensagens: 19.735
  • Gratidão gera gratidão, lamúria atrai lamúria...
    • Ver perfil
    • Blog do Zekke
Re: Problemas com Servidor DHCP
« Resposta #1 Online: 05 de Dezembro de 2012, 20:13 »
Tente iniciar o serviço manualmente, veja qual o motivo do erro.

sudo service isc-dhcp-server start
Pesquise antes de perguntar, sua dúvida pode já ter sido respondida.
Não respondo dúvidas por MP, coloque sua dúvida no fórum onde ela pode ser pesquisada pelos seus colegas!
Não venha ao fórum apenas para perguntar. Se você sabe a resposta de um problema, porque não ajudar seu colega? ;D

Offline Arthur Bernardes

  • Usuário Ubuntu
  • *
  • Mensagens: 4.692
    • Ver perfil
Re: Problemas com Servidor DHCP
« Resposta #2 Online: 05 de Dezembro de 2012, 20:17 »
Dá o mesmo erro..!
Código: [Selecionar]
start: Job failed to start

Offline zekkerj

  • Usuário Ubuntu
  • *
  • Mensagens: 19.735
  • Gratidão gera gratidão, lamúria atrai lamúria...
    • Ver perfil
    • Blog do Zekke
Re: Problemas com Servidor DHCP
« Resposta #3 Online: 05 de Dezembro de 2012, 21:14 »
Os arquivos "/var/log/syslog" e "/var/log/messages", têm alguma coisa sobre o servidor dhcp? Verifique as últimas 50 linhas de cada, pra confirmar.
Pesquise antes de perguntar, sua dúvida pode já ter sido respondida.
Não respondo dúvidas por MP, coloque sua dúvida no fórum onde ela pode ser pesquisada pelos seus colegas!
Não venha ao fórum apenas para perguntar. Se você sabe a resposta de um problema, porque não ajudar seu colega? ;D

Offline Arthur Bernardes

  • Usuário Ubuntu
  • *
  • Mensagens: 4.692
    • Ver perfil
Re: Problemas com Servidor DHCP
« Resposta #4 Online: 05 de Dezembro de 2012, 21:54 »
/var/log/syslog:

Código: [Selecionar]
Dec  5 19:13:49 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:13:49 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 19:13:49 Server dhcpd: All rights reserved.
Dec  5 19:13:49 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:13:49 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:13:49 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 19:13:49 Server dhcpd: All rights reserved.
Dec  5 19:13:49 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:13:49 Server dhcpd: Wrote 0 leases to leases file.
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd: No subnet declaration for eth0 (192.168.1.1).
Dec  5 19:13:50 Server dhcpd: ** Ignoring requests on eth0.  If this is not what
Dec  5 19:13:50 Server dhcpd:    you want, please write a subnet declaration
Dec  5 19:13:50 Server dhcpd:    in your dhcpd.conf file for the network segment
Dec  5 19:13:50 Server dhcpd:    to which interface eth0 is attached. **
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd: No subnet declaration for wlan0 (192.168.0.6).
Dec  5 19:13:50 Server dhcpd: ** Ignoring requests on wlan0.  If this is not what
Dec  5 19:13:50 Server dhcpd:    you want, please write a subnet declaration
Dec  5 19:13:50 Server dhcpd:    in your dhcpd.conf file for the network segment
Dec  5 19:13:50 Server dhcpd:    to which interface wlan0 is attached. **
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd: Not configured to listen on any interfaces!
Dec  5 19:13:50 Server kernel: [ 1842.520872] init: isc-dhcp-server main process (9452) terminated with status 1
Dec  5 19:13:50 Server kernel: [ 1842.521167] init: isc-dhcp-server main process ended, respawning
Dec  5 19:13:50 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:13:50 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 19:13:50 Server dhcpd: All rights reserved.
Dec  5 19:13:50 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:13:50 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:13:50 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 19:13:50 Server dhcpd: All rights reserved.
Dec  5 19:13:50 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:13:50 Server dhcpd: Wrote 0 leases to leases file.
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd: No subnet declaration for eth0 (192.168.1.1).
Dec  5 19:13:50 Server dhcpd: ** Ignoring requests on eth0.  If this is not what
Dec  5 19:13:50 Server dhcpd:    you want, please write a subnet declaration
Dec  5 19:13:50 Server dhcpd:    in your dhcpd.conf file for the network segment
Dec  5 19:13:50 Server dhcpd:    to which interface eth0 is attached. **
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd: No subnet declaration for wlan0 (192.168.0.6).
Dec  5 19:13:50 Server dhcpd: ** Ignoring requests on wlan0.  If this is not what
Dec  5 19:13:50 Server dhcpd:    you want, please write a subnet declaration
Dec  5 19:13:50 Server dhcpd:    in your dhcpd.conf file for the network segment
Dec  5 19:13:50 Server dhcpd:    to which interface wlan0 is attached. **
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd: Not configured to listen on any interfaces!
Dec  5 19:13:50 Server kernel: [ 1842.665974] init: isc-dhcp-server main process (9490) terminated with status 1
Dec  5 19:13:50 Server kernel: [ 1842.666028] init: isc-dhcp-server main process ended, respawning
Dec  5 19:13:50 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:13:50 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 19:13:50 Server dhcpd: All rights reserved.
Dec  5 19:13:50 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:13:50 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:13:50 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 19:13:50 Server dhcpd: All rights reserved.
Dec  5 19:13:50 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:13:50 Server dhcpd: Wrote 0 leases to leases file.
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd: No subnet declaration for eth0 (192.168.1.1).
Dec  5 19:13:50 Server dhcpd: ** Ignoring requests on eth0.  If this is not what
Dec  5 19:13:50 Server dhcpd:    you want, please write a subnet declaration
Dec  5 19:13:50 Server dhcpd:    in your dhcpd.conf file for the network segment
Dec  5 19:13:50 Server dhcpd:    to which interface eth0 is attached. **
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd: No subnet declaration for wlan0 (192.168.0.6).
Dec  5 19:13:50 Server dhcpd: ** Ignoring requests on wlan0.  If this is not what
Dec  5 19:13:50 Server dhcpd:    you want, please write a subnet declaration
Dec  5 19:13:50 Server dhcpd:    in your dhcpd.conf file for the network segment
Dec  5 19:13:50 Server dhcpd:    to which interface wlan0 is attached. **
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd: Not configured to listen on any interfaces!
Dec  5 19:13:50 Server kernel: [ 1842.934215] init: isc-dhcp-server main process (9505) terminated with status 1
Dec  5 19:13:50 Server kernel: [ 1842.934275] init: isc-dhcp-server main process ended, respawning
Dec  5 19:13:50 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:13:50 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 19:13:50 Server dhcpd: All rights reserved.
Dec  5 19:13:50 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:13:50 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:13:50 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 19:13:50 Server dhcpd: All rights reserved.
Dec  5 19:13:50 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:13:50 Server dhcpd: Wrote 0 leases to leases file.
Dec  5 19:13:50 Server kernel: [ 1842.982649] type=1400 audit(1354742030.527:30): apparmor="STATUS" operation="profile_load" name="/usr/sbin/dhcpd" pid=9502 comm="apparmor_parser"


/var/log/messages aqui não existe..!

Offline Arthur Bernardes

  • Usuário Ubuntu
  • *
  • Mensagens: 4.692
    • Ver perfil
Re: Problemas com Servidor DHCP
« Resposta #5 Online: 05 de Dezembro de 2012, 21:55 »
Continuação:
Código: [Selecionar]
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd: No subnet declaration for eth0 (192.168.1.1).
Dec  5 19:13:50 Server dhcpd: ** Ignoring requests on eth0.  If this is not what
Dec  5 19:13:50 Server dhcpd:    you want, please write a subnet declaration
Dec  5 19:13:50 Server dhcpd:    in your dhcpd.conf file for the network segment
Dec  5 19:13:50 Server dhcpd:    to which interface eth0 is attached. **
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd: No subnet declaration for wlan0 (192.168.0.6).
Dec  5 19:13:50 Server dhcpd: ** Ignoring requests on wlan0.  If this is not what
Dec  5 19:13:50 Server dhcpd:    you want, please write a subnet declaration
Dec  5 19:13:50 Server dhcpd:    in your dhcpd.conf file for the network segment
Dec  5 19:13:50 Server dhcpd:    to which interface wlan0 is attached. **
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd: Not configured to listen on any interfaces!
Dec  5 19:13:50 Server kernel: [ 1843.042570] init: isc-dhcp-server main process (9512) terminated with status 1
Dec  5 19:13:50 Server kernel: [ 1843.042617] init: isc-dhcp-server main process ended, respawning
Dec  5 19:13:50 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:13:50 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 19:13:50 Server dhcpd: All rights reserved.
Dec  5 19:13:50 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:13:50 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:13:50 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 19:13:50 Server dhcpd: All rights reserved.
Dec  5 19:13:50 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:13:50 Server dhcpd: Wrote 0 leases to leases file.
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd: No subnet declaration for eth0 (192.168.1.1).
Dec  5 19:13:50 Server dhcpd: ** Ignoring requests on eth0.  If this is not what
Dec  5 19:13:50 Server dhcpd:    you want, please write a subnet declaration
Dec  5 19:13:50 Server dhcpd:    in your dhcpd.conf file for the network segment
Dec  5 19:13:50 Server dhcpd:    to which interface eth0 is attached. **
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd: No subnet declaration for wlan0 (192.168.0.6).
Dec  5 19:13:50 Server dhcpd: ** Ignoring requests on wlan0.  If this is not what
Dec  5 19:13:50 Server dhcpd:    you want, please write a subnet declaration
Dec  5 19:13:50 Server dhcpd:    in your dhcpd.conf file for the network segment
Dec  5 19:13:50 Server dhcpd:    to which interface wlan0 is attached. **
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd: Not configured to listen on any interfaces!
Dec  5 19:13:50 Server kernel: [ 1843.123922] init: isc-dhcp-server main process (9519) terminated with status 1
Dec  5 19:13:50 Server kernel: [ 1843.123987] init: isc-dhcp-server main process ended, respawning
Dec  5 19:13:50 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:13:50 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 19:13:50 Server dhcpd: All rights reserved.
Dec  5 19:13:50 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:13:50 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:13:50 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 19:13:50 Server dhcpd: All rights reserved.
Dec  5 19:13:50 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:13:50 Server dhcpd: Wrote 0 leases to leases file.
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd: No subnet declaration for eth0 (192.168.1.1).
Dec  5 19:13:50 Server dhcpd: ** Ignoring requests on eth0.  If this is not what
Dec  5 19:13:50 Server dhcpd:    you want, please write a subnet declaration
Dec  5 19:13:50 Server dhcpd:    in your dhcpd.conf file for the network segment
Dec  5 19:13:50 Server dhcpd:    to which interface eth0 is attached. **
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd: No subnet declaration for wlan0 (192.168.0.6).
Dec  5 19:13:50 Server dhcpd: ** Ignoring requests on wlan0.  If this is not what
Dec  5 19:13:50 Server dhcpd:    you want, please write a subnet declaration
Dec  5 19:13:50 Server dhcpd:    in your dhcpd.conf file for the network segment
Dec  5 19:13:50 Server dhcpd:    to which interface wlan0 is attached. **
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd: Not configured to listen on any interfaces!
Dec  5 19:13:50 Server kernel: [ 1843.267418] init: isc-dhcp-server main process (9526) terminated with status 1
Dec  5 19:13:50 Server kernel: [ 1843.267467] init: isc-dhcp-server main process ended, respawning
Dec  5 19:13:50 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:13:50 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 19:13:50 Server dhcpd: All rights reserved.
Dec  5 19:13:50 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:13:50 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:13:50 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 19:13:50 Server dhcpd: All rights reserved.
Dec  5 19:13:50 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:13:50 Server dhcpd: Wrote 0 leases to leases file.
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd: No subnet declaration for eth0 (192.168.1.1).
Dec  5 19:13:50 Server dhcpd: ** Ignoring requests on eth0.  If this is not what
Dec  5 19:13:50 Server dhcpd:    you want, please write a subnet declaration
Dec  5 19:13:50 Server dhcpd:    in your dhcpd.conf file for the network segment
Dec  5 19:13:50 Server dhcpd:    to which interface eth0 is attached. **
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd: No subnet declaration for wlan0 (192.168.0.6).
Dec  5 19:13:50 Server dhcpd: ** Ignoring requests on wlan0.  If this is not what
Dec  5 19:13:50 Server dhcpd:    you want, please write a subnet declaration
Dec  5 19:13:50 Server dhcpd:    in your dhcpd.conf file for the network segment
Dec  5 19:13:50 Server dhcpd:    to which interface wlan0 is attached. **
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd:
Dec  5 19:13:50 Server dhcpd: Not configured to listen on any interfaces!
Dec  5 19:13:50 Server kernel: [ 1843.386804] init: isc-dhcp-server main process (9533) terminated with status 1
Dec  5 19:13:50 Server kernel: [ 1843.386850] init: isc-dhcp-server main process ended, respawning
Dec  5 19:13:50 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:13:50 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 19:13:50 Server dhcpd: All rights reserved.
Dec  5 19:13:50 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:13:50 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:13:50 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 19:13:50 Server dhcpd: All rights reserved.
Dec  5 19:13:50 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:13:50 Server dhcpd: Wrote 0 leases to leases file.

Offline Arthur Bernardes

  • Usuário Ubuntu
  • *
  • Mensagens: 4.692
    • Ver perfil
Re: Problemas com Servidor DHCP
« Resposta #6 Online: 05 de Dezembro de 2012, 21:55 »
Continuação ²:
Código: [Selecionar]
Dec  5 19:13:51 Server dhcpd:
Dec  5 19:13:51 Server dhcpd: No subnet declaration for eth0 (192.168.1.1).
Dec  5 19:13:51 Server dhcpd: ** Ignoring requests on eth0.  If this is not what
Dec  5 19:13:51 Server dhcpd:    you want, please write a subnet declaration
Dec  5 19:13:51 Server dhcpd:    in your dhcpd.conf file for the network segment
Dec  5 19:13:51 Server dhcpd:    to which interface eth0 is attached. **
Dec  5 19:13:51 Server dhcpd:
Dec  5 19:13:51 Server dhcpd:
Dec  5 19:13:51 Server dhcpd: No subnet declaration for wlan0 (192.168.0.6).
Dec  5 19:13:51 Server dhcpd: ** Ignoring requests on wlan0.  If this is not what
Dec  5 19:13:51 Server dhcpd:    you want, please write a subnet declaration
Dec  5 19:13:51 Server dhcpd:    in your dhcpd.conf file for the network segment
Dec  5 19:13:51 Server dhcpd:    to which interface wlan0 is attached. **
Dec  5 19:13:51 Server dhcpd:
Dec  5 19:13:51 Server dhcpd:
Dec  5 19:13:51 Server dhcpd: Not configured to listen on any interfaces!
Dec  5 19:13:51 Server kernel: [ 1843.521014] init: isc-dhcp-server main process (9540) terminated with status 1
Dec  5 19:13:51 Server kernel: [ 1843.521060] init: isc-dhcp-server main process ended, respawning
Dec  5 19:13:51 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:13:51 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 19:13:51 Server dhcpd: All rights reserved.
Dec  5 19:13:51 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:13:51 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:13:51 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 19:13:51 Server dhcpd: All rights reserved.
Dec  5 19:13:51 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:13:51 Server dhcpd: Wrote 0 leases to leases file.
Dec  5 19:13:51 Server dhcpd:
Dec  5 19:13:51 Server dhcpd: No subnet declaration for eth0 (192.168.1.1).
Dec  5 19:13:51 Server dhcpd: ** Ignoring requests on eth0.  If this is not what
Dec  5 19:13:51 Server dhcpd:    you want, please write a subnet declaration
Dec  5 19:13:51 Server dhcpd:    in your dhcpd.conf file for the network segment
Dec  5 19:13:51 Server dhcpd:    to which interface eth0 is attached. **
Dec  5 19:13:51 Server dhcpd:
Dec  5 19:13:51 Server dhcpd:
Dec  5 19:13:51 Server dhcpd: No subnet declaration for wlan0 (192.168.0.6).
Dec  5 19:13:51 Server dhcpd: ** Ignoring requests on wlan0.  If this is not what
Dec  5 19:13:51 Server dhcpd:    you want, please write a subnet declaration
Dec  5 19:13:51 Server dhcpd:    in your dhcpd.conf file for the network segment
Dec  5 19:13:51 Server dhcpd:    to which interface wlan0 is attached. **
Dec  5 19:13:51 Server dhcpd:
Dec  5 19:13:51 Server dhcpd:
Dec  5 19:13:51 Server dhcpd: Not configured to listen on any interfaces!
Dec  5 19:13:51 Server kernel: [ 1843.650491] init: isc-dhcp-server main process (9547) terminated with status 1
Dec  5 19:13:51 Server kernel: [ 1843.650544] init: isc-dhcp-server main process ended, respawning
Dec  5 19:13:51 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:13:51 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 19:13:51 Server dhcpd: All rights reserved.
Dec  5 19:13:51 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:13:51 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:13:51 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 19:13:51 Server dhcpd: All rights reserved.
Dec  5 19:13:51 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:13:51 Server dhcpd: Wrote 0 leases to leases file.
Dec  5 19:13:51 Server dhcpd:
Dec  5 19:13:51 Server dhcpd: No subnet declaration for eth0 (192.168.1.1).
Dec  5 19:13:51 Server dhcpd: ** Ignoring requests on eth0.  If this is not what
Dec  5 19:13:51 Server dhcpd:    you want, please write a subnet declaration
Dec  5 19:13:51 Server dhcpd:    in your dhcpd.conf file for the network segment
Dec  5 19:13:51 Server dhcpd:    to which interface eth0 is attached. **
Dec  5 19:13:51 Server dhcpd:
Dec  5 19:13:51 Server dhcpd:
Dec  5 19:13:51 Server dhcpd: No subnet declaration for wlan0 (192.168.0.6).
Dec  5 19:13:51 Server dhcpd: ** Ignoring requests on wlan0.  If this is not what
Dec  5 19:13:51 Server dhcpd:    you want, please write a subnet declaration
Dec  5 19:13:51 Server dhcpd:    in your dhcpd.conf file for the network segment
Dec  5 19:13:51 Server dhcpd:    to which interface wlan0 is attached. **
Dec  5 19:13:51 Server dhcpd:
Dec  5 19:13:51 Server dhcpd:
Dec  5 19:13:51 Server dhcpd: Not configured to listen on any interfaces!
Dec  5 19:13:51 Server kernel: [ 1843.753198] init: isc-dhcp-server main process (9554) terminated with status 1
Dec  5 19:13:51 Server kernel: [ 1843.753247] init: isc-dhcp-server main process ended, respawning
Dec  5 19:13:51 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:13:51 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 19:13:51 Server dhcpd: All rights reserved.
Dec  5 19:13:51 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:13:51 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:13:51 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 19:13:51 Server dhcpd: All rights reserved.
Dec  5 19:13:51 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:13:51 Server dhcpd: Wrote 0 leases to leases file.
Dec  5 19:13:51 Server dhcpd:
Dec  5 19:13:51 Server dhcpd: No subnet declaration for eth0 (192.168.1.1).
Dec  5 19:13:51 Server dhcpd: ** Ignoring requests on eth0.  If this is not what
Dec  5 19:13:51 Server dhcpd:    you want, please write a subnet declaration
Dec  5 19:13:51 Server dhcpd:    in your dhcpd.conf file for the network segment
Dec  5 19:13:51 Server dhcpd:    to which interface eth0 is attached. **
Dec  5 19:13:51 Server dhcpd:
Dec  5 19:13:51 Server dhcpd:
Dec  5 19:13:51 Server dhcpd: No subnet declaration for wlan0 (192.168.0.6).
Dec  5 19:13:51 Server dhcpd: ** Ignoring requests on wlan0.  If this is not what
Dec  5 19:13:51 Server dhcpd:    you want, please write a subnet declaration
Dec  5 19:13:51 Server dhcpd:    in your dhcpd.conf file for the network segment
Dec  5 19:13:51 Server dhcpd:    to which interface wlan0 is attached. **
Dec  5 19:13:51 Server dhcpd:
Dec  5 19:13:51 Server dhcpd:
Dec  5 19:13:51 Server dhcpd: Not configured to listen on any interfaces!
Dec  5 19:13:51 Server kernel: [ 1843.854720] init: isc-dhcp-server main process (9561) terminated with status 1
Dec  5 19:13:51 Server kernel: [ 1843.854770] init: isc-dhcp-server respawning too fast, stopped
Dec  5 19:14:07 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:14:07 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 19:14:07 Server dhcpd: All rights reserved.
Dec  5 19:14:07 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:14:07 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:14:07 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 19:14:07 Server dhcpd: All rights reserved.
Dec  5 19:14:07 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:14:07 Server dhcpd: Wrote 0 leases to leases file.
Dec  5 19:14:07 Server dhcpd:
Dec  5 19:14:07 Server dhcpd: No subnet declaration for eth0 (192.168.1.1).
Dec  5 19:14:07 Server dhcpd: ** Ignoring requests on eth0.  If this is not what
Dec  5 19:14:07 Server dhcpd:    you want, please write a subnet declaration
Dec  5 19:14:07 Server dhcpd:    in your dhcpd.conf file for the network segment
Dec  5 19:14:07 Server dhcpd:    to which interface eth0 is attached. **
Dec  5 19:14:07 Server dhcpd:
Dec  5 19:14:07 Server dhcpd:
Dec  5 19:14:07 Server dhcpd: No subnet declaration for wlan0 (192.168.0.6).
Dec  5 19:14:07 Server dhcpd: ** Ignoring requests on wlan0.  If this is not what
Dec  5 19:14:07 Server dhcpd:    you want, please write a subnet declaration
Dec  5 19:14:07 Server dhcpd:    in your dhcpd.conf file for the network segment
Dec  5 19:14:07 Server dhcpd:    to which interface wlan0 is attached. **
Dec  5 19:14:07 Server dhcpd:
Dec  5 19:14:07 Server dhcpd:
Dec  5 19:14:07 Server dhcpd: Not configured to listen on any interfaces!
Dec  5 19:14:07 Server kernel: [ 1860.407614] init: isc-dhcp-server main process (9604) terminated with status 1
Dec  5 19:14:07 Server kernel: [ 1860.407685] init: isc-dhcp-server main process ended, respawning
Dec  5 19:14:07 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:14:07 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 19:14:07 Server dhcpd: All rights reserved.
Dec  5 19:14:07 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:14:08 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:14:08 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 19:14:08 Server dhcpd: All rights reserved.
Dec  5 19:14:08 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:14:08 Server dhcpd: Wrote 0 leases to leases file.
Dec  5 19:14:08 Server dhcpd:
Dec  5 19:14:08 Server dhcpd: No subnet declaration for eth0 (192.168.1.1).
Dec  5 19:14:08 Server dhcpd: ** Ignoring requests on eth0.  If this is not what
Dec  5 19:14:08 Server dhcpd:    you want, please write a subnet declaration
Dec  5 19:14:08 Server dhcpd:    in your dhcpd.conf file for the network segment
Dec  5 19:14:08 Server dhcpd:    to which interface eth0 is attached. **
Dec  5 19:14:08 Server dhcpd:
Dec  5 19:14:08 Server dhcpd:
Dec  5 19:14:08 Server dhcpd: No subnet declaration for wlan0 (192.168.0.6).
Dec  5 19:14:08 Server dhcpd: ** Ignoring requests on wlan0.  If this is not what
Dec  5 19:14:08 Server dhcpd:    you want, please write a subnet declaration
Dec  5 19:14:08 Server dhcpd:    in your dhcpd.conf file for the network segment
Dec  5 19:14:08 Server dhcpd:    to which interface wlan0 is attached. **
Dec  5 19:14:08 Server dhcpd:
Dec  5 19:14:08 Server dhcpd:
Dec  5 19:14:08 Server dhcpd: Not configured to listen on any interfaces!
Dec  5 19:14:08 Server kernel: [ 1860.530361] init: isc-dhcp-server main process (9611) terminated with status 1
Dec  5 19:14:08 Server kernel: [ 1860.530421] init: isc-dhcp-server main process ended, respawning
Dec  5 19:14:08 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:14:08 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 19:14:08 Server dhcpd: All rights reserved.
Dec  5 19:14:08 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:14:08 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:14:08 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 19:14:08 Server dhcpd: All rights reserved.
Dec  5 19:14:08 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:14:08 Server dhcpd: Wrote 0 leases to leases file.
Dec  5 19:14:08 Server dhcpd:
Dec  5 19:14:08 Server dhcpd: No subnet declaration for eth0 (192.168.1.1).
Dec  5 19:14:08 Server dhcpd: ** Ignoring requests on eth0.  If this is not what
Dec  5 19:14:08 Server dhcpd:    you want, please write a subnet declaration
Dec  5 19:14:08 Server dhcpd:    in your dhcpd.conf file for the network segment
Dec  5 19:14:08 Server dhcpd:    to which interface eth0 is attached. **
Dec  5 19:14:08 Server dhcpd:
Dec  5 19:14:08 Server dhcpd:
Dec  5 19:14:08 Server dhcpd: No subnet declaration for wlan0 (192.168.0.6).
Dec  5 19:14:08 Server dhcpd: ** Ignoring requests on wlan0.  If this is not what
Dec  5 19:14:08 Server dhcpd:    you want, please write a subnet declaration
Dec  5 19:14:08 Server dhcpd:    in your dhcpd.conf file for the network segment
Dec  5 19:14:08 Server dhcpd:    to which interface wlan0 is attached. **
Dec  5 19:14:08 Server dhcpd:
Dec  5 19:14:08 Server dhcpd:
Dec  5 19:14:08 Server dhcpd: Not configured to listen on any interfaces!
Dec  5 19:14:08 Server kernel: [ 1860.630864] init: isc-dhcp-server main process (9618) terminated with status 1
Dec  5 19:14:08 Server kernel: [ 1860.630914] init: isc-dhcp-server main process ended, respawning
Dec  5 19:14:08 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:14:08 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 19:14:08 Server dhcpd: All rights reserved.
Dec  5 19:14:08 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:14:08 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:14:08 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.

Offline Arthur Bernardes

  • Usuário Ubuntu
  • *
  • Mensagens: 4.692
    • Ver perfil
Re: Problemas com Servidor DHCP
« Resposta #7 Online: 05 de Dezembro de 2012, 21:59 »
Continuação ³:
Código: [Selecionar]
Dec  5 19:14:08 Server dhcpd: All rights reserved.
Dec  5 19:14:08 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:14:08 Server dhcpd: Wrote 0 leases to leases file.
Dec  5 19:14:08 Server dhcpd:
Dec  5 19:14:08 Server dhcpd: No subnet declaration for eth0 (192.168.1.1).
Dec  5 19:14:08 Server dhcpd: ** Ignoring requests on eth0.  If this is not what
Dec  5 19:14:08 Server dhcpd:    you want, please write a subnet declaration
Dec  5 19:14:08 Server dhcpd:    in your dhcpd.conf file for the network segment
Dec  5 19:14:08 Server dhcpd:    to which interface eth0 is attached. **
Dec  5 19:14:08 Server dhcpd:
Dec  5 19:14:08 Server dhcpd:
Dec  5 19:14:08 Server dhcpd: No subnet declaration for wlan0 (192.168.0.6).
Dec  5 19:14:08 Server dhcpd: ** Ignoring requests on wlan0.  If this is not what
Dec  5 19:14:08 Server dhcpd:    you want, please write a subnet declaration
Dec  5 19:14:08 Server dhcpd:    in your dhcpd.conf file for the network segment
Dec  5 19:14:08 Server dhcpd:    to which interface wlan0 is attached. **
Dec  5 19:14:08 Server dhcpd:
Dec  5 19:14:08 Server dhcpd:
Dec  5 19:14:08 Server dhcpd: Not configured to listen on any interfaces!
Dec  5 19:14:08 Server kernel: [ 1861.326027] init: isc-dhcp-server main process (9674) terminated with status 1
Dec  5 19:14:08 Server kernel: [ 1861.326099] init: isc-dhcp-server respawning too fast, stopped
Dec  5 19:17:01 Server CRON[9715]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Dec  5 19:20:26 Server dhcpd: /etc/dhcp/dhcpd.conf line 2: semicolon expected.
Dec  5 19:20:26 Server dhcpd: default-lease-timw 600;
Dec  5 19:20:26 Server dhcpd:                     ^
Dec  5 19:20:26 Server dhcpd: /etc/dhcp/dhcpd.conf line 3: semicolon expected.
Dec  5 19:20:26 Server dhcpd: max-release-time 7200;
Dec  5 19:20:26 Server dhcpd:                   ^
Dec  5 19:20:26 Server dhcpd: /etc/dhcp/dhcpd.conf line 6: semicolon expected.
Dec  5 19:20:26 Server dhcpd: subnet
Dec  5 19:20:26 Server dhcpd:  ^
Dec  5 19:20:26 Server dhcpd: Configuration file errors encountered -- exiting
Dec  5 19:20:26 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:20:26 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 19:20:26 Server dhcpd: All rights reserved.
Dec  5 19:20:26 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:20:26 Server dhcpd: /etc/dhcp/dhcpd.conf line 2: semicolon expected.
Dec  5 19:20:26 Server dhcpd: default-lease-timw 600;
Dec  5 19:20:26 Server dhcpd:                     ^
Dec  5 19:20:26 Server dhcpd: /etc/dhcp/dhcpd.conf line 3: semicolon expected.
Dec  5 19:20:26 Server dhcpd: max-release-time 7200;
Dec  5 19:20:26 Server dhcpd:                   ^
Dec  5 19:20:26 Server dhcpd: /etc/dhcp/dhcpd.conf line 6: semicolon expected.
Dec  5 19:20:26 Server dhcpd: subnet
Dec  5 19:20:26 Server dhcpd:  ^
Dec  5 19:20:26 Server dhcpd: Configuration file errors encountered -- exiting
Dec  5 19:20:26 Server kernel: [ 2238.640911] init: isc-dhcp-server pre-start process (9736) terminated with status 1
Dec  5 19:20:47 Server dhcpd: /etc/dhcp/dhcpd.conf line 2: semicolon expected.
Dec  5 19:20:47 Server dhcpd: default-lease-timw 600;
Dec  5 19:20:47 Server dhcpd:                     ^
Dec  5 19:20:47 Server dhcpd: /etc/dhcp/dhcpd.conf line 3: semicolon expected.
Dec  5 19:20:47 Server dhcpd: max-release-time 7200;
Dec  5 19:20:47 Server dhcpd:                   ^
Dec  5 19:20:47 Server dhcpd: /etc/dhcp/dhcpd.conf line 6: semicolon expected.
Dec  5 19:20:47 Server dhcpd: subnet
Dec  5 19:20:47 Server dhcpd:  ^
Dec  5 19:20:47 Server dhcpd: Configuration file errors encountered -- exiting
Dec  5 19:20:47 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 19:20:47 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 19:20:47 Server dhcpd: All rights reserved.
Dec  5 19:20:47 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 19:20:47 Server dhcpd: /etc/dhcp/dhcpd.conf line 2: semicolon expected.
Dec  5 19:20:47 Server dhcpd: default-lease-timw 600;
Dec  5 19:20:47 Server dhcpd:                     ^
Dec  5 19:20:47 Server dhcpd: /etc/dhcp/dhcpd.conf line 3: semicolon expected.
Dec  5 19:20:47 Server dhcpd: max-release-time 7200;
Dec  5 19:20:47 Server dhcpd:                   ^
Dec  5 19:20:47 Server dhcpd: /etc/dhcp/dhcpd.conf line 6: semicolon expected.
Dec  5 19:20:47 Server dhcpd: subnet
Dec  5 19:20:47 Server dhcpd:  ^
Dec  5 19:20:47 Server dhcpd: Configuration file errors encountered -- exiting
Dec  5 19:20:47 Server kernel: [ 2260.351302] init: isc-dhcp-server pre-start process (9753) terminated with status 1
Dec  5 19:22:42 Server NetworkManager[978]: <info> Unmanaged Device found; state CONNECTED forced. (see http://bugs.launchpad.net/bugs/191889)
Dec  5 19:24:24 Server kernel: [ 2477.008028] ------------[ cut here ]------------
Dec  5 19:24:24 Server kernel: [ 2477.008042] WARNING: at /build/buildd/linux-3.2.0/net/sched/sch_generic.c:255 dev_watchdog+0x1e6/0x1f0()
Dec  5 19:24:24 Server kernel: [ 2477.008046] Hardware name: System Product Name
Dec  5 19:24:24 Server kernel: [ 2477.008049] NETDEV WATCHDOG: eth0 (skge): transmit queue 0 timed out
Dec  5 19:24:24 Server kernel: [ 2477.008052] Modules linked in: nls_iso8859_1 nls_cp437 vfat fat uas usb_storage rfcomm bnep bluetooth dm_crypt snd_hda_codec_hdmi snd_hda_codec_analog ppdev snd_hda_intel snd_hda_codec snd_hwdep snd_pcm joydev snd_seq_midi snd_rawmidi uvcvideo snd_seq_midi_event videodev snd_seq arc4 snd_timer snd_seq_device rt2500pci rt2x00pci rt2x00lib mac80211 cfg80211 psmouse eeprom_93cx6 snd serio_raw soundcore parport_pc snd_page_alloc mac_hid lp parport usbhid hid radeon skge ttm drm_kms_helper drm i2c_algo_bit floppy
Dec  5 19:24:24 Server kernel: [ 2477.008122] Pid: 0, comm: swapper/0 Not tainted 3.2.0-34-generic-pae #53-Ubuntu
Dec  5 19:24:24 Server kernel: [ 2477.008126] Call Trace:
Dec  5 19:24:24 Server kernel: [ 2477.008135]  [<c105a422>] warn_slowpath_common+0x72/0xa0
Dec  5 19:24:24 Server kernel: [ 2477.008141]  [<c14c7636>] ? dev_watchdog+0x1e6/0x1f0
Dec  5 19:24:24 Server kernel: [ 2477.008145]  [<c14c7636>] ? dev_watchdog+0x1e6/0x1f0
Dec  5 19:24:24 Server kernel: [ 2477.008150]  [<c105a4f3>] warn_slowpath_fmt+0x33/0x40
Dec  5 19:24:24 Server kernel: [ 2477.008155]  [<c14c7636>] dev_watchdog+0x1e6/0x1f0
Dec  5 19:24:24 Server kernel: [ 2477.008163]  [<c1067aff>] call_timer_fn+0x2f/0x110
Dec  5 19:24:24 Server kernel: [ 2477.008168]  [<c14c7450>] ? qdisc_reset+0x40/0x40
Dec  5 19:24:24 Server kernel: [ 2477.008172]  [<c10691fb>] run_timer_softirq+0xeb/0x210
Dec  5 19:24:24 Server kernel: [ 2477.008177]  [<c10c47e3>] ? rcu_check_quiescent_state+0x23/0xa0
Dec  5 19:24:24 Server kernel: [ 2477.008182]  [<c14c7450>] ? qdisc_reset+0x40/0x40
Dec  5 19:24:24 Server kernel: [ 2477.008187]  [<c10c507b>] ? __rcu_process_callbacks+0x3b/0x110
Dec  5 19:24:24 Server kernel: [ 2477.008191]  [<c1061090>] ? local_bh_enable_ip+0x90/0x90
Dec  5 19:24:24 Server kernel: [ 2477.008195]  [<c1061111>] __do_softirq+0x81/0x1a0
Dec  5 19:24:24 Server kernel: [ 2477.008200]  [<c1061090>] ? local_bh_enable_ip+0x90/0x90
Dec  5 19:24:24 Server kernel: [ 2477.008203]  <IRQ>  [<c1061456>] ? irq_exit+0x76/0xa0
Dec  5 19:24:24 Server kernel: [ 2477.008212]  [<c15af4a9>] ? smp_apic_timer_interrupt+0x59/0x88
Dec  5 19:24:24 Server kernel: [ 2477.008218]  [<c15a80d9>] ? apic_timer_interrupt+0x31/0x38
Dec  5 19:24:24 Server kernel: [ 2477.008224]  [<c14700e0>] ? __get_name_cell+0x50/0x80
Dec  5 19:24:24 Server kernel: [ 2477.008229]  [<c1018bcc>] ? mwait_idle+0x7c/0x1d0
Dec  5 19:24:24 Server kernel: [ 2477.008234]  [<c10103a8>] ? cpu_idle+0xa8/0xe0
Dec  5 19:24:24 Server kernel: [ 2477.008239]  [<c1574695>] ? rest_init+0x5d/0x68
Dec  5 19:24:24 Server kernel: [ 2477.008245]  [<c1879782>] ? start_kernel+0x34d/0x353
Dec  5 19:24:24 Server kernel: [ 2477.008249]  [<c18793c6>] ? pass_bootoption.constprop.2+0xe2/0xe2
Dec  5 19:24:24 Server kernel: [ 2477.008254]  [<c18790ba>] ? i386_start_kernel+0xa9/0xaf
Dec  5 19:24:24 Server kernel: [ 2477.008257] ---[ end trace 5077fe40f19639b4 ]---
Dec  5 19:28:10 Server kernel: [ 2702.911388] ip_tables: (C) 2000-2006 Netfilter Core Team
Dec  5 19:39:01 Server CRON[10213]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) ! -execdir fuser -s {} 2>/dev/null \; -delete)
Dec  5 19:42:15 Server NetworkManager[978]: <info> Unmanaged Device found; state CONNECTED forced. (see http://bugs.launchpad.net/bugs/191889)
Dec  5 19:42:25 Server dbus[930]: [system] Activating service name='org.debian.apt' (using servicehelper)
Dec  5 19:42:25 Server AptDaemon: INFO: Initializing daemon
Dec  5 19:42:25 Server dbus[930]: [system] Successfully activated service 'org.debian.apt'
Dec  5 19:42:25 Server AptDaemon.PackageKit: INFO: Initializing PackageKit compat layer
Dec  5 19:42:25 Server AptDaemon: INFO: CommitPackages() was called: dbus.Array([dbus.String(u'')], signature=dbus.Signature('s')), dbus.Array([dbus.String(u'')], signature=dbus.Signature('s')), dbus.Array([dbus.String(u'')], signature=dbus.Signature('s')), dbus.Array([dbus.String(u'')], signature=dbus.Signature('s')), dbus.Array([dbus.String(u'cups'), dbus.String(u'cups-bsd'), dbus.String(u'cups-client'), dbus.String(u'cups-common'), dbus.String(u'cups-ppdc'), dbus.String(u'libcups2'), dbus.String(u'libcupscgi1'), dbus.String(u'libcupsdriver1'), dbus.String(u'libcupsimage2'), dbus.String(u'libcupsmime1'), dbus.String(u'libcupsppdc1'), dbus.String(u'libtiff4')], signature=dbus.Signature('s')), dbus.Array([dbus.String(u'')], signature=dbus.Signature('s'))
Dec  5 19:42:25 Server AptDaemon.Trans: INFO: Queuing transaction /org/debian/apt/transaction/6816cbf7e039457c86661849d43c67db
Dec  5 19:42:25 Server AptDaemon.Worker: INFO: Simulating trans: /org/debian/apt/transaction/6816cbf7e039457c86661849d43c67db
Dec  5 19:42:31 Server AptDaemon.Worker: INFO: Committing packages: dbus.Array([], signature=dbus.Signature('s')), dbus.Array([], signature=dbus.Signature('s')), dbus.Array([], signature=dbus.Signature('s')), dbus.Array([], signature=dbus.Signature('s')), dbus.Array([dbus.String(u'cups'), dbus.String(u'cups-bsd'), dbus.String(u'cups-client'), dbus.String(u'cups-common'), dbus.String(u'cups-ppdc'), dbus.String(u'libcups2'), dbus.String(u'libcupscgi1'), dbus.String(u'libcupsdriver1'), dbus.String(u'libcupsimage2'), dbus.String(u'libcupsmime1'), dbus.String(u'libcupsppdc1'), dbus.String(u'libtiff4')], signature=dbus.Signature('s')), dbus.Array([], signature=dbus.Signature('s'))

Offline Arthur Bernardes

  • Usuário Ubuntu
  • *
  • Mensagens: 4.692
    • Ver perfil
Re: Problemas com Servidor DHCP
« Resposta #8 Online: 05 de Dezembro de 2012, 21:59 »
Última:
Código: [Selecionar]
Dec  5 19:42:34 Server AptDaemon.Worker: INFO: Processing transaction /org/debian/apt/transaction/6816cbf7e039457c86661849d43c67db
Dec  5 19:43:18 Server kernel: [ 3610.841444] type=1400 audit(1354743798.387:31): apparmor="STATUS" operation="profile_replace" name="/usr/lib/cups/backend/cups-pdf" pid=11683 comm="apparmor_parser"
Dec  5 19:43:18 Server kernel: [ 3610.842079] type=1400 audit(1354743798.387:32): apparmor="STATUS" operation="profile_replace" name="/usr/sbin/cupsd" pid=11683 comm="apparmor_parser"
Dec  5 19:43:18 Server kernel: [ 3611.071434] usbcore: registered new interface driver usblp
Dec  5 19:43:18 Server kernel: [ 3611.159028] type=1400 audit(1354743798.703:33): apparmor="STATUS" operation="profile_replace" name="/usr/lib/cups/backend/cups-pdf" pid=11730 comm="apparmor_parser"
Dec  5 19:43:18 Server kernel: [ 3611.160300] type=1400 audit(1354743798.707:34): apparmor="STATUS" operation="profile_replace" name="/usr/sbin/cupsd" pid=11730 comm="apparmor_parser"
Dec  5 19:43:30 Server AptDaemon.Worker: INFO: Finished transaction /org/debian/apt/transaction/6816cbf7e039457c86661849d43c67db
Dec  5 19:43:56 Server NetworkManager[978]: <info> Unmanaged Device found; state CONNECTED forced. (see http://bugs.launchpad.net/bugs/191889)
Dec  5 19:44:30 Server AptDaemon.PackageKit: INFO: Initializing PackageKit transaction
Dec  5 19:44:30 Server AptDaemon.Worker: INFO: Simulating trans: /org/debian/apt/transaction/e6bf70d1135d4d119eba5f83b364c7db
Dec  5 19:44:30 Server AptDaemon.Worker: INFO: Processing transaction /org/debian/apt/transaction/e6bf70d1135d4d119eba5f83b364c7db
Dec  5 19:44:31 Server AptDaemon.PackageKit: INFO: Get updates()
Dec  5 19:44:32 Server AptDaemon.Worker: INFO: Finished transaction /org/debian/apt/transaction/e6bf70d1135d4d119eba5f83b364c7db
Dec  5 19:50:25 Server AptDaemon: INFO: Quitting due to inactivity
Dec  5 19:50:25 Server AptDaemon: INFO: Quitting was requested
Dec  5 20:07:09 Server gnome-screensaver-dialog: pam_ecryptfs: pam_sm_authenticate: /home/server is already mounted
Dec  5 20:08:10 Server sudo: pam_ecryptfs: pam_sm_authenticate: /home/server is already mounted
Dec  5 20:08:52 Server NetworkManager[978]: <info> Unmanaged Device found; state CONNECTED forced. (see http://bugs.launchpad.net/bugs/191889)
Dec  5 20:09:01 Server CRON[11942]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) ! -execdir fuser -s {} 2>/dev/null \; -delete)
Dec  5 20:17:00 Server dhcpd: /etc/dhcp/dhcpd.conf line 2: semicolon expected.
Dec  5 20:17:00 Server dhcpd: default-lease-timw 600;
Dec  5 20:17:00 Server dhcpd:                     ^
Dec  5 20:17:00 Server dhcpd: /etc/dhcp/dhcpd.conf line 3: semicolon expected.
Dec  5 20:17:00 Server dhcpd: max-release-time 7200;
Dec  5 20:17:00 Server dhcpd:                   ^
Dec  5 20:17:00 Server dhcpd: /etc/dhcp/dhcpd.conf line 6: semicolon expected.
Dec  5 20:17:00 Server dhcpd: subnet
Dec  5 20:17:00 Server dhcpd:  ^
Dec  5 20:17:00 Server dhcpd: Configuration file errors encountered -- exiting
Dec  5 20:17:00 Server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4
Dec  5 20:17:00 Server dhcpd: Copyright 2004-2011 Internet Systems Consortium.
Dec  5 20:17:00 Server dhcpd: All rights reserved.
Dec  5 20:17:00 Server dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Dec  5 20:17:00 Server dhcpd: /etc/dhcp/dhcpd.conf line 2: semicolon expected.
Dec  5 20:17:00 Server dhcpd: default-lease-timw 600;
Dec  5 20:17:00 Server dhcpd:                     ^
Dec  5 20:17:00 Server dhcpd: /etc/dhcp/dhcpd.conf line 3: semicolon expected.
Dec  5 20:17:00 Server dhcpd: max-release-time 7200;
Dec  5 20:17:00 Server dhcpd:                   ^
Dec  5 20:17:00 Server dhcpd: /etc/dhcp/dhcpd.conf line 6: semicolon expected.
Dec  5 20:17:00 Server dhcpd: subnet
Dec  5 20:17:00 Server dhcpd:  ^
Dec  5 20:17:00 Server dhcpd: Configuration file errors encountered -- exiting
Dec  5 20:17:00 Server kernel: [ 5632.609062] init: isc-dhcp-server pre-start process (11967) terminated with status 1
Dec  5 20:17:01 Server CRON[11971]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Dec  5 20:18:49 Server kernel: [ 5742.395194] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Dec  5 20:37:40 Server NetworkManager[978]: <info> Unmanaged Device found; state CONNECTED forced. (see http://bugs.launchpad.net/bugs/191889)
Dec  5 20:39:01 Server CRON[12077]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) ! -execdir fuser -s {} 2>/dev/null \; -delete)
Dec  5 21:09:01 Server CRON[12107]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) ! -execdir fuser -s {} 2>/dev/null \; -delete)
Dec  5 21:17:01 Server CRON[12118]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Dec  5 21:39:01 Server CRON[12135]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) ! -execdir fuser -s {} 2>/dev/null \; -delete)
Dec  5 21:48:18 Server gnome-screensaver-dialog: pam_ecryptfs: pam_sm_authenticate: /home/server is already mounted

Offline Arthur Bernardes

  • Usuário Ubuntu
  • *
  • Mensagens: 4.692
    • Ver perfil
Re: Problemas com Servidor DHCP
« Resposta #9 Online: 05 de Dezembro de 2012, 22:00 »
Me desculpe postar tudo..! Mas é que eu não entendo esses logs..! Me perdoa ai cara..!

Offline zekkerj

  • Usuário Ubuntu
  • *
  • Mensagens: 19.735
  • Gratidão gera gratidão, lamúria atrai lamúria...
    • Ver perfil
    • Blog do Zekke
Re: Problemas com Servidor DHCP
« Resposta #10 Online: 05 de Dezembro de 2012, 22:53 »
Quando for assim, use o comando "grep" pra filtrar só o que a gente precisa --- no caso, só as linhas que têm um "dhcpd" no início.
Pesquise antes de perguntar, sua dúvida pode já ter sido respondida.
Não respondo dúvidas por MP, coloque sua dúvida no fórum onde ela pode ser pesquisada pelos seus colegas!
Não venha ao fórum apenas para perguntar. Se você sabe a resposta de um problema, porque não ajudar seu colega? ;D

Offline Arthur Bernardes

  • Usuário Ubuntu
  • *
  • Mensagens: 4.692
    • Ver perfil
Re: Problemas com Servidor DHCP
« Resposta #11 Online: 05 de Dezembro de 2012, 22:54 »
Obrigado pela dica..! ;D

Então cara, tem algo errado.?

Offline zekkerj

  • Usuário Ubuntu
  • *
  • Mensagens: 19.735
  • Gratidão gera gratidão, lamúria atrai lamúria...
    • Ver perfil
    • Blog do Zekke
Re: Problemas com Servidor DHCP
« Resposta #12 Online: 05 de Dezembro de 2012, 22:55 »
Citar
Dec  5 20:17:00 Server dhcpd: /etc/dhcp/dhcpd.conf line 2: semicolon expected.
Dec  5 20:17:00 Server dhcpd: default-lease-timw 600;
Dec  5 20:17:00 Server dhcpd:                     ^
Dec  5 20:17:00 Server dhcpd: /etc/dhcp/dhcpd.conf line 3: semicolon expected.
Dec  5 20:17:00 Server dhcpd: max-release-time 7200;
Dec  5 20:17:00 Server dhcpd:                   ^
Dec  5 20:17:00 Server dhcpd: /etc/dhcp/dhcpd.conf line 6: semicolon expected.
Dec  5 20:17:00 Server dhcpd: subnet
Dec  5 20:17:00 Server dhcpd:  ^
Dec  5 20:17:00 Server dhcpd: Configuration file errors encountered -- exiting
Esse é o pedaço que nos interessa. Seu arquivo de configuração está meio melado...
Pesquise antes de perguntar, sua dúvida pode já ter sido respondida.
Não respondo dúvidas por MP, coloque sua dúvida no fórum onde ela pode ser pesquisada pelos seus colegas!
Não venha ao fórum apenas para perguntar. Se você sabe a resposta de um problema, porque não ajudar seu colega? ;D

Offline Arthur Bernardes

  • Usuário Ubuntu
  • *
  • Mensagens: 4.692
    • Ver perfil
Re: Problemas com Servidor DHCP
« Resposta #13 Online: 05 de Dezembro de 2012, 22:56 »
Como devo proceder..?

Offline zekkerj

  • Usuário Ubuntu
  • *
  • Mensagens: 19.735
  • Gratidão gera gratidão, lamúria atrai lamúria...
    • Ver perfil
    • Blog do Zekke
Re: Problemas com Servidor DHCP
« Resposta #14 Online: 06 de Dezembro de 2012, 02:13 »
Reveja o arquivo com cuidado. Pelo menos um erro parece ser básico, de letra trocada. Lembre que todas as diretivas precisam terminar com um ponto-e-vírgula, e que quando isso não acontece, o erro acaba aparecendo na linha seguinte.
Pesquise antes de perguntar, sua dúvida pode já ter sido respondida.
Não respondo dúvidas por MP, coloque sua dúvida no fórum onde ela pode ser pesquisada pelos seus colegas!
Não venha ao fórum apenas para perguntar. Se você sabe a resposta de um problema, porque não ajudar seu colega? ;D