Server Suddenly Started Hunging up

Nicolas Roussi nroussi at gmail.com
Wed Mar 4 02:31:21 GMT 2009


I am guessing that it is. I recently configured a bind9 server on the
network which is also the LDAP server but I disabled bind9. These are the
files on the server that is not working. I have included hosts, hostname,
interfaces, dhcpd.conf, ifconfig -a and resolv.conf. I am really puzzled
about this. The help is greatly appreciated.

nicolas at edubuntuS2:~$ cat /etc/hosts
127.0.0.1       edubuntuS2 localhost
127.0.1.1       edubuntuS2.home edubuntuS2

# The following lines are desirable for IPv6 capable hosts
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

nicolas at edubuntuS2:~$ cat /etc/hostname
edubuntuS2

nicolas at edubuntuS2:~$ cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet dhcp

auto eth1
iface eth1 inet static
    address 192.168.0.254
    netmask 255.255.255.0
    network 192.168.0.0
    broadcast 192.168.0.255

nicolas at edubuntuS2:~$ cat /etc/ltsp/dhcpd.conf
#
# Default LTSP dhcpd.conf config file.
#

authoritative;

subnet 192.168.0.0 netmask 255.255.255.0 {
    range 192.168.0.20 192.168.0.250;
    option domain-name "example.com";
    option domain-name-servers 192.168.0.1;
    option broadcast-address 192.168.0.255;
    option routers 192.168.0.1;
#    next-server 192.168.0.1;
#    get-lease-hostnames true;
    option subnet-mask 255.255.255.0;
    #option root-path "/opt/ltsp/i386";
    option root-path "/opt/ltsp/amd64";
        if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
#        filename "/ltsp/i386/pxelinux.0";
        filename "/ltsp/amd64/pxelinux.0";
    } else {
        filename "/ltsp/amd64/nbi.img";
#        filename "/ltsp/i386/nbi.img";
    }
}

nicolas at edubuntuS2:~$ ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:1f:c6:1b:4d:f8
          inet addr:192.168.2.85  Bcast:192.168.2.255  Mask:255.255.255.0
          inet6 addr: fe80::21f:c6ff:fe1b:4df8/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:343737 errors:0 dropped:0 overruns:0 frame:0
          TX packets:221723 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:281611267 (268.5 MB)  TX bytes:67461581 (64.3 MB)
          Base address:0x2000 Memory:d4300000-d4320000

eth1      Link encap:Ethernet  HWaddr 00:1f:c6:1b:4d:f9
          inet addr:192.168.0.254  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::21f:c6ff:fe1b:4df9/64 Scope:Link
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:30 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:4271 (4.1 KB)
          Base address:0x2020 Memory:d4320000-d4340000

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:29670 errors:0 dropped:0 overruns:0 frame:0
          TX packets:29670 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:1507758 (1.4 MB)  TX bytes:1507758 (1.4 MB)
nicolas at edubuntuS2:~$ cat /etc/resolv.conf
nameserver 66.255.85.8
nameserver 66.255.85.9

Thanks

On Tue, Mar 3, 2009 at 6:52 PM, Gavin McCullagh <gmccullagh at gmail.com>wrote:

> On Tue, 03 Mar 2009, Nicolas Roussi wrote:
>
> > No I am not. Also, on every sudo command it takes forever.
>
> Is your DNS working okay?
>
> Gavin
>
>


-- 
Nicolas Roussi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/edubuntu-users/attachments/20090303/4d108e1c/attachment-0001.htm 


More information about the edubuntu-users mailing list