Problem installing Ubuntu 7.04 Server

Discussion in 'Installation/Configuration' started by dickeytt, May 23, 2007.

  1. dickeytt

    dickeytt New Member

    Hi All, I have installed Ubuntu 7.04 Server following "The Perfect Setup" instructions and I have a few errors. Can anyone provide me with some help.

    1) Section "6 Configuring the Network" - I made all the changes and everything works except hostname -f - I get the response "hostname: Unknown host"
    I think that this is also also making apache and Proftpd to fail to start
    How can I get the hostname to work?


    Thanks in advance for your help

    Dick
     
  2. caspert_ghost

    caspert_ghost New Member

    cat /etc/hosts

    post what you see
     
  3. dickeytt

    dickeytt New Member

    127.0.0.1 localhost
    192.168.0.120 denison1.rf.com denison1

    # 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
     
  4. caspert_ghost

    caspert_ghost New Member

    vi /etc/hosts

    127.0.0.1 <tab> localhost.localdomain <tab> localhost
    192.168.0.120 <tab> denison1.rf.com <tab> denison1

    # 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

    :wq
    echo denison1.rf.com > /etc/hostname
    rebbot
     

Share This Page