Welcome, Register for free! or Login below:
EduGeek.net RSS Feeds Register FAQ Members Social Groups User Map Calendar Search Today's Posts Mark Forums Read

O/S Deployment Post all your O/S deployment related questions here be it Windows, Unix or Mac O/S

Go Back   EduGeek.net Forums > Technical > O/S Deployment
Reply
 
LinkBack Thread Tools Search Thread
Sponsored Links
Old 02-06-2009, 10:05 AM   #1
 
kevbaz's Avatar
 
Join Date: Mar 2008
Location: Plymouth
Posts: 312
england
Thanks: 52
Thanked 21 Times in 17 Posts
Rep Power: 9 kevbaz has a spectacular aura about kevbaz has a spectacular aura about
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...


Quote:
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
  Reply With Quote
Old 02-06-2009, 10:17 AM   #2
 
kevbaz's Avatar
 
Join Date: Mar 2008
Location: Plymouth
Posts: 312
england
Thanks: 52
Thanked 21 Times in 17 Posts
Rep Power: 9 kevbaz has a spectacular aura about kevbaz has a spectacular aura about
Default

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


Quote:
[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?
  Reply With Quote
Old 02-06-2009, 10:18 AM   #3
 
maniac's Avatar
 
Join Date: Feb 2007
Location: Kent
Posts: 2,116
uk uk kent
Thanks: 130
Thanked 236 Times in 174 Posts
Rep Power: 70 maniac has a brilliant future maniac has a brilliant future maniac has a brilliant future maniac has a brilliant future maniac has a brilliant future maniac has a brilliant future maniac has a brilliant future maniac has a brilliant future maniac has a brilliant future maniac has a brilliant future maniac has a brilliant future
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.
  Reply With Quote
Old 02-06-2009, 10:21 AM   #4
 
clarky2k3's Avatar
 
Join Date: Nov 2007
Location: Northumberland
Posts: 220
uk uk northumberland
Thanks: 22
Thanked 33 Times in 28 Posts
Rep Power: 12 clarky2k3 has a spectacular aura about clarky2k3 has a spectacular aura about clarky2k3 has a spectacular aura about
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.
  Reply With Quote
Old 02-06-2009, 10:22 AM   #5
 
clarky2k3's Avatar
 
Join Date: Nov 2007
Location: Northumberland
Posts: 220
uk uk northumberland
Thanks: 22
Thanked 33 Times in 28 Posts
Rep Power: 12 clarky2k3 has a spectacular aura about clarky2k3 has a spectacular aura about clarky2k3 has a spectacular aura about
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
  Reply With Quote
Old 02-06-2009, 10:24 AM   #6
 
kevbaz's Avatar
 
Join Date: Mar 2008
Location: Plymouth
Posts: 312
england
Thanks: 52
Thanked 21 Times in 17 Posts
Rep Power: 9 kevbaz has a spectacular aura about kevbaz has a spectacular aura about
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


Quote:
[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
  Reply With Quote
Old 02-06-2009, 10:30 AM   #7
 
clarky2k3's Avatar
 
Join Date: Nov 2007
Location: Northumberland
Posts: 220
uk uk northumberland
Thanks: 22
Thanked 33 Times in 28 Posts
Rep Power: 12 clarky2k3 has a spectacular aura about clarky2k3 has a spectacular aura about clarky2k3 has a spectacular aura about
Default

try -
apt-get install php
apt-get install php-mysql
apt-get install php-gd
apt-get install php-cli
  Reply With Quote
Old 02-06-2009, 10:30 AM   #8
 
kevbaz's Avatar
 
Join Date: Mar 2008
Location: Plymouth
Posts: 312
england
Thanks: 52
Thanked 21 Times in 17 Posts
Rep Power: 9 kevbaz has a spectacular aura about kevbaz has a spectacular aura about
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?
  Reply With Quote
Old 02-06-2009, 10:32 AM   #9
 
kevbaz's Avatar
 
Join Date: Mar 2008
Location: Plymouth
Posts: 312
england
Thanks: 52
Thanked 21 Times in 17 Posts
Rep Power: 9 kevbaz has a spectacular aura about kevbaz has a spectacular aura about
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?


Quote:
[root@fogserver ~]# apt-get install php
bash: apt-get: command not found
  Reply With Quote
Old 02-06-2009, 10:38 AM   #10
 
Arcath's Avatar
 
Join Date: Feb 2009
Location: Lancashire
Posts: 331
uk uk lancashire
Thanks: 20
Thanked 24 Times in 22 Posts
Rep Power: 10 Arcath has a spectacular aura about Arcath has a spectacular aura about Arcath has a spectacular aura about
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
  Reply With Quote
Thanks to Arcath from:
kevbaz (10-06-2009)
Old 02-06-2009, 10:39 AM   #11
 
clarky2k3's Avatar
 
Join Date: Nov 2007
Location: Northumberland
Posts: 220
uk uk northumberland
Thanks: 22
Thanked 33 Times in 28 Posts
Rep Power: 12 clarky2k3 has a spectacular aura about clarky2k3 has a spectacular aura about clarky2k3 has a spectacular aura about
Default

Do you have your DNS servers listed in /etc/resolv.conf ?
  Reply With Quote
Old 02-06-2009, 10:43 AM   #12
 
clarky2k3's Avatar
 
Join Date: Nov 2007
Location: Northumberland
Posts: 220
uk uk northumberland
Thanks: 22
Thanked 33 Times in 28 Posts
Rep Power: 12 clarky2k3 has a spectacular aura about clarky2k3 has a spectacular aura about clarky2k3 has a spectacular aura about
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!
  Reply With Quote
Old 02-06-2009, 10:48 AM   #13
 
kevbaz's Avatar
 
Join Date: Mar 2008
Location: Plymouth
Posts: 312
england
Thanks: 52
Thanked 21 Times in 17 Posts
Rep Power: 9 kevbaz has a spectacular aura about kevbaz has a spectacular aura about
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



Quote:
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
  Reply With Quote
Old 02-06-2009, 10:59 AM   #14
 
Arcath's Avatar
 
Join Date: Feb 2009
Location: Lancashire
Posts: 331
uk uk lancashire
Thanks: 20
Thanked 24 Times in 22 Posts
Rep Power: 10 Arcath has a spectacular aura about Arcath has a spectacular aura about Arcath has a spectacular aura about
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
  Reply With Quote
Old 02-06-2009, 11:17 AM   #15
 
webman's Avatar
 
Join Date: Nov 2005
Location: County Durham
Posts: 6,865
uk uk durham city
Thanks: 457
Thanked 372 Times in 292 Posts
Blog Entries: 2
Rep Power: 117 webman has a reputation beyond repute webman has a reputation beyond repute webman has a reputation beyond repute webman has a reputation beyond repute webman has a reputation beyond repute webman has a reputation beyond repute webman has a reputation beyond repute webman has a reputation beyond repute webman has a reputation beyond repute webman has a reputation beyond repute webman has a reputation beyond repute webman has a reputation beyond repute webman has a reputation beyond repute webman has a reputation beyond repute webman has a reputation beyond repute
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 With Quote
Reply

EduGeek.net Forums > Technical > O/S Deployment

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Fog] FOG Help! Dafty O/S Deployment 1 24-04-2009 02:15 PM
Hertfordshire Installations cooper Recommended Suppliers 0 04-09-2008 07:56 PM
AV Installations Elky Recommended Suppliers 19 17-05-2007 05:41 PM
Projector Installations - Who? hathor Recommended Suppliers 8 23-11-2006 01:26 PM
Projector Installations bishopsgarthstockton Recommended Suppliers 4 15-11-2006 01:18 PM



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search Thread
Search Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 08:39 PM.
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.
Copyright EduGeek.net




website uptime

© 2005 - 2009 EduGeek.net
SERVER: 4
no new posts