Help. Ubuntu 7.04 Server Install packages

Discussion in 'Installation/Configuration' started by caspert_ghost, May 19, 2007.

  1. caspert_ghost

    caspert_ghost New Member

    Hello I am very new to linux/ubuntu and I am having difficulty following the how to pages:
    www.howtoforge.com/perfect_setup_ubuntu704
    I am on step15 Apache/PHP5
    ALL of the apt-get apache2.... installled fine with no problems, when I go to next step to install php5 I get the following error:

    Code:
    apt-get install libapache2-mod-php5 php5 php5-common php5-curl php5-dev php5-gd php5-idn php-pear php5-imagick php5-imap php5-json php5-mcrypt php5-memcache php5-mhash php5-ming php5-mysql php5-ps php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl --fix-missing
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    php5-common is already the newest version.
    php5-dev is already the newest version.
    The following extra packages will be installed:
      php5-cli
    The following NEW packages will be installed:
      libapache2-mod-php5 php-pear php5 php5-cli php5-curl php5-gd php5-idn php5-imagick php5-imap php5-json php5-mcrypt
      php5-memcache php5-mhash php5-ming php5-mysql php5-ps php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc
      php5-xsl
    0 upgraded, 23 newly installed, 0 to remove and 1 not upgraded.
    Need to get 5083kB/5896kB of archives.
    After unpacking 16.3MB of additional disk space will be used.
    Do you want to continue [Y/n]? Y
    WARNING: The following packages cannot be authenticated!
      libapache2-mod-php5 php5-cli php-pear php5 php5-curl php5-gd php5-mhash php5-mysql php5-pspell php5-recode php5-snmp
      php5-sqlite php5-tidy php5-xmlrpc php5-xsl
    Install these packages without verification [y/N]? y
    Err http://security.ubuntu.com feisty-security/main libapache2-mod-php5 5.2.1-0ubuntu1.1
      Could not connect to security.ubuntu.com:80 (82.211.81.138), connection timed out
    Err http://security.ubuntu.com feisty-security/main php5-cli 5.2.1-0ubuntu1.1
      Connection failed
    Err http://security.ubuntu.com feisty-security/main php5-gd 5.2.1-0ubuntu1.1
      Connection failed
    Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/php5/libapache2-mod-php5_5.2.1-0ubuntu1.1_i386.deb  Could not connect to security.ubuntu.com:80 (82.211.81.138), connection timed out
    Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/php5/php5-cli_5.2.1-0ubuntu1.1_i386.deb  Connection failed
    Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/php5/php5-gd_5.2.1-0ubuntu1.1_i386.deb  Connection failed
     
  2. caspert_ghost

    caspert_ghost New Member

    Anyone?\ have any idea whats causing thid?
     
  3. falko

    falko Super Moderator Howtoforge Staff

    I think it was a temporary problem resolving security.ubuntu.com. Try again, and if it doesn't work, post your /etc/resolv.conf here.
     
  4. caspert_ghost

    caspert_ghost New Member

    will try again
     
    Last edited: May 23, 2007
  5. caspert_ghost

    caspert_ghost New Member

    casper@webserver:~$ cat /etc/resolv.conf
    nameserver 172.16.16.4
    nameserver 218.6.200.139
    nameserver 61.139.2.69
    casper@webserver:~$
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Are these valid nameservers? If not, you can try this in /etc/resolv.conf:

    Code:
    nameserver 145.253.2.75
    nameserver 193.174.32.18
     
  7. caspert_ghost

    caspert_ghost New Member

    how?

    just add them or is there another way to create additionl namservers

    If I vi the resolv.conf and restart networking they change back to original namservers.

    As I said below (you obviously deleted it)
    You falko are the only one responding to posts, we must wait 24 hrs for a reply from you, ubuntu<dot><com> takes forever to load and everyone is just posting new threads (very disorganized) plainly speaking its dissapointing that ubuntu being so popular would have this kind of support.
    Franky I get better support from windows (and thats not saying much) so in short I have decided until someone can give good support, readable how to's for the new to linux user, and links to updates that are not dead, moved, or no longer supported (ie China, Hong Kong, and most of the other Asia countries)

    Thank you but I will stick with windows where I can atleast use xamp.
     
    Last edited: May 28, 2007
  8. falko

    falko Super Moderator Howtoforge Staff

    Replace the existing ones with the ones I've posted.
    Are you sure you saved resolv.conf?
     
  9. caspert_ghost

    caspert_ghost New Member

    Yes I saved it.
    restarted networking and *poof* reverts back to original.

    I have decided just to go back to windows.
    ubuntu forums take an hour to load and new posts every 3 mins with no replies.
    Here it seems you are the only one offering support and I must wait 24hrs for a reply.
    I can not spen 3 weeks just installing this to test my scripts.
    Ill just go back to windows where I get support when I need it.
    Thank you just the same
     

Share This Page