+ Reply to Thread
Page 1 of 6 1 2 3 4 5 ... LastLast
Results 1 to 15 of 79

Thread: Fog installations woes :(

  Share/Bookmark
  1. #1

    Reputation Reputation Reputation Reputation
    kevbaz's Avatar
    Join Date
    Mar 2008
    Location
    Plymouth
    Posts
    539
    Thank Post
    65
    Thanked 45 Times in 28 Posts
    Rep Power
    18

    Default Fog installations woes :(

    /Hi folks

    Ive been trying to setup and test Fog to see whether it would be a suitable replacement to what we currently use for imaging (ghost) how ever i have thus far been unable to get it to install.

    I have installed Fedora and have followed the install instructions to the latter but when it comes to installing fog i get the following...


    Installation Started...

    Installing required packages, if this fails
    make sure you have an active internet connection.

    * Skipping package: httpd (Already Installed)
    * Installing package: php
    * Installing package: php-gd
    * Installing package: php-cli
    * Installing package: mysql
    * Installing package: mysql-server
    * Installing package: php-mysql
    * Installing package: tftp-server
    * Skipping package: nfs-utils (Already Installed)
    * Installing package: vsftpd
    * Skipping package: net-tools (Already Installed)
    * Installing package: wget
    * Installing package: xinetd
    * Skipping package: tar (Already Installed)
    * Skipping package: gzip (Already Installed)
    * Installing package: make
    * Skipping package: m4 (Already Installed)
    * Installing package: gcc
    * Installing package: gcc-c++
    * Installing package: htmldoc
    * Skipping package: perl (Already Installed)
    * Installing package: perl-Crypt-PasswdMD5
    * Skipping package: lftp (Already Installed)

    Confirming package installation.

    * Checking package: httpd...OK
    * Checking package: php...Failed!
    [root@fogserver bin]#

    this happens every time, php seemingly will not install so fog wont.

    any ideas

    oh and im completely new to linux so a bit of a learning curve for me

    cheers

    Kev

  2. #2

    Reputation Reputation Reputation Reputation
    kevbaz's Avatar
    Join Date
    Mar 2008
    Location
    Plymouth
    Posts
    539
    Thank Post
    65
    Thanked 45 Times in 28 Posts
    Rep Power
    18

    Default

    i have just tried a yum update and i got this..


    [root@fogserver bin]# yum update
    Loaded plugins: refresh-packagekit
    Could not retrieve mirrorlist http://mirrors.fedoraproject.org/mir...a-10&arch=i386 error was
    [Errno 14] HTTP Error 403: Forbidden ( The ISA Server denied the specified Uniform Resource Locator (URL). )
    Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again
    [root@fogserver bin]#

    but i can browse to the link via firefox?

  3. #3

    Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation
    maniac's Avatar
    Join Date
    Feb 2007
    Location
    Kent
    Posts
    2,443
    Thank Post
    155
    Thanked 307 Times in 229 Posts
    Rep Power
    87

    Default

    I had simelar problems using fedora when I first tried setting Fog up. I switched to using Ubuntu to host it on intead and it installed first time on there.

    Mike.

  4. #4

    Reputation Reputation Reputation
    clarky2k3's Avatar
    Join Date
    Nov 2007
    Location
    Northumberland
    Posts
    240
    Thank Post
    23
    Thanked 37 Times in 31 Posts
    Rep Power
    14

    Default

    run the following commands as the root user -
    yum install php
    yum install php-mysql
    yum install php-gd
    yum install php-cli

    then run the fog installer.

  5. #5

    Reputation Reputation Reputation
    clarky2k3's Avatar
    Join Date
    Nov 2007
    Location
    Northumberland
    Posts
    240
    Thank Post
    23
    Thanked 37 Times in 31 Posts
    Rep Power
    14

    Default

    Quote Originally Posted by maniac View Post
    I had simelar problems using fedora when I first tried setting Fog up. I switched to using Ubuntu to host it on intead and it installed first time on there.

    Mike.
    I too had no problems with ubuntu 8.04 LTS or 8.10

  6. #6

    Reputation Reputation Reputation Reputation
    kevbaz's Avatar
    Join Date
    Mar 2008
    Location
    Plymouth
    Posts
    539
    Thank Post
    65
    Thanked 45 Times in 28 Posts
    Rep Power
    18

    Default

    Quote Originally Posted by clarky2k3 View Post
    run the following commands as the root user -
    yum install php
    yum install php-mysql
    yum install php-gd
    yum install php-cli

    then run the fog installer.

    just tried, got this


    [root@fogserver ~]# yum install php
    Loaded plugins: refresh-packagekit
    Could not retrieve mirrorlist http://mirrors.fedoraproject.org/mir...a-10&arch=i386 error was
    [Errno 14] HTTP Error 403: Forbidden ( The ISA Server denied the specified Uniform Resource Locator (URL). )
    Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again
    [root@fogserver ~]#

    thanks

  7. #7

    Reputation Reputation Reputation
    clarky2k3's Avatar
    Join Date
    Nov 2007
    Location
    Northumberland
    Posts
    240
    Thank Post
    23
    Thanked 37 Times in 31 Posts
    Rep Power
    14

    Default

    try -
    apt-get install php
    apt-get install php-mysql
    apt-get install php-gd
    apt-get install php-cli

  8. #8

    Reputation Reputation Reputation Reputation
    kevbaz's Avatar
    Join Date
    Mar 2008
    Location
    Plymouth
    Posts
    539
    Thank Post
    65
    Thanked 45 Times in 28 Posts
    Rep Power
    18

    Default

    Obviously its ISA thats blocking it, however when i browse to the url via firefox it opens fine as i was asked to authenticate when i opened firefox the first time, however going through the terminal doesnt, is there anyway to resolve this?

  9. #9

    Reputation Reputation Reputation Reputation
    kevbaz's Avatar
    Join Date
    Mar 2008
    Location
    Plymouth
    Posts
    539
    Thank Post
    65
    Thanked 45 Times in 28 Posts
    Rep Power
    18

    Default

    Quote Originally Posted by clarky2k3 View Post
    try -
    apt-get install php
    apt-get install php-mysql
    apt-get install php-gd
    apt-get install php-cli


    not sure if im doing it right?


    [root@fogserver ~]# apt-get install php
    bash: apt-get: command not found

  10. #10

    Reputation Reputation Reputation Reputation Reputation
    Arcath's Avatar
    Join Date
    Feb 2009
    Location
    Lancashire
    Posts
    601
    Thank Post
    32
    Thanked 54 Times in 48 Posts
    Rep Power
    19

    Default

    Quote Originally Posted by kevbaz View Post
    not sure if im doing it right?
    apt-get is the ubuntu packages installer

    have you set the proxy for yum?

    the easiest way to do this is:

    Code:
    http_proxy=http://your.proxy.tld:port
    export http_proxy
    
    then use yum as normal

  11. Thanks to Arcath from:

    kevbaz (10-06-2009)

  12. #11

    Reputation Reputation Reputation
    clarky2k3's Avatar
    Join Date
    Nov 2007
    Location
    Northumberland
    Posts
    240
    Thank Post
    23
    Thanked 37 Times in 31 Posts
    Rep Power
    14

    Default

    Do you have your DNS servers listed in /etc/resolv.conf ?

  13. #12

    Reputation Reputation Reputation
    clarky2k3's Avatar
    Join Date
    Nov 2007
    Location
    Northumberland
    Posts
    240
    Thank Post
    23
    Thanked 37 Times in 31 Posts
    Rep Power
    14

    Default

    Quote Originally Posted by Arcath View Post
    apt-get is the ubuntu packages installer

    have you set the proxy for yum?

    the easiest way to do this is:

    Code:
    http_proxy=http://your.proxy.tld:port
    export http_proxy
    
    then use yum as normal
    Sorry, yes apt is the debian based updater!

  14. #13

    Reputation Reputation Reputation Reputation
    kevbaz's Avatar
    Join Date
    Mar 2008
    Location
    Plymouth
    Posts
    539
    Thank Post
    65
    Thanked 45 Times in 28 Posts
    Rep Power
    18

    Default

    Quote Originally Posted by Arcath View Post
    apt-get is the ubuntu packages installer

    have you set the proxy for yum?

    the easiest way to do this is:

    Code:
    http_proxy=http://your.proxy.tld:port
    export http_proxy
    
    then use yum as normal
    Tried that and it made no difference



    Do you have your DNS servers listed in /etc/resolv.conf ?
    can you give me an example of what this config should resemble?



    thanks for the help so far guys very much appreciated, please bare with me, like i said im new to linux and still finding my way about.

    cheers

  15. #14

    Reputation Reputation Reputation Reputation Reputation
    Arcath's Avatar
    Join Date
    Feb 2009
    Location
    Lancashire
    Posts
    601
    Thank Post
    32
    Thanked 54 Times in 48 Posts
    Rep Power
    19

    Default

    how have you set your IP?

    is it still set to DHCP?

    /etc/resolv.conf should contain the IP of the DNS Servers on your network

  16. #15

    Reputation
    Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation
    webman's Avatar
    Join Date
    Nov 2005
    Location
    County Durham
    Posts
    7,471
    Blog Entries
    2
    Thank Post
    534
    Thanked 588 Times in 431 Posts
    Rep Power
    168

    Default

    Apparently, if you need to authenticate, you need to use this format:

    Code:
    http_proxy=http://user:pass@proxy.example.com:8080
    export http_proxy
    

+ Reply to Thread
Page 1 of 6 1 2 3 4 5 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. FOG Help!
    By Dafty in forum O/S Deployment
    Replies: 1
    Last Post: 24-04-2009, 02:15 PM
  2. Hertfordshire Installations
    By cooper in forum Recommended Suppliers
    Replies: 0
    Last Post: 04-09-2008, 07:56 PM
  3. AV Installations
    By Elky in forum Recommended Suppliers
    Replies: 19
    Last Post: 17-05-2007, 05:41 PM
  4. Projector Installations - Who?
    By hathor in forum Recommended Suppliers
    Replies: 8
    Last Post: 23-11-2006, 12:26 PM
  5. Projector Installations
    By bishopsgarthstockton in forum Recommended Suppliers
    Replies: 4
    Last Post: 15-11-2006, 12:18 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts