kevbaz (10th June 2009)
/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
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?

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.
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
try -
apt-get install php
apt-get install php-mysql
apt-get install php-gd
apt-get install php-cli
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?
kevbaz (10th June 2009)
Do you have your DNS servers listed in /etc/resolv.conf ?
Tried that and it made no difference
can you give me an example of what this config should resemble?Do you have your DNS servers listed in /etc/resolv.conf ?
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
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

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
There are currently 2 users browsing this thread. (0 members and 2 guests)