Fog wont install
-
with 0.33,it dectects my ip and eveything.I have a internet connection.Same error about mysql.
And how to find out my dhcp router ip?
do i go to my router settings? -
and are there alterntives for pxe boot?
-
Are you trying to use your fog server as the DHCP server?
If you are, set the Router IP address to the same as your System.
You said you were behind a router. If that’s the case, chances are your router IP address is 192.168.1.1, but this doesn’t matter.
You’re sure mysql is running?
Do you have the ability to install another OS like CentOS?
I don’t have a copy of Fedora 19 so I can’t test anything out for you. Give me a few hours and I’ll build a VM for it to try to see what you’re seeing.
To find out your router IP, go into the router settings. It will be somewhere, but again I don’t know your router.
-
yes,of course.
-
My router is saying the public ip
-
There are alternatives for PXE boot such as iPXE and GPXE but before you go changing that, lets try getting this working for you.
I’ve still got about an hour or so until fedora 19 is downloaded for me.
Make it just a little bit longer, I’m doing minimal install rather than full DVD disk download.
-
Your router will display the public IP because it’s also connected to the internet, but the LAN side of it is what you’re looking for. You should have both WAN and LAN (WAN is your internet, LAN is your Local Area Network)
-
ok,found that
-
now,even with that ip is still isnt workng
-
Same error with mysql?
-
yes. when it installs the packaegs it keeps installing them even when there already there
is says Checking package: php-mysql…Failed!enter command : yum install php-mysql
Package php-mysqlnd-5.5.3-1.fc19.x86_64 already installed. -
Can you post the exact error message(s)?
-
I’m installing Fedora 19 right now as a test. It feels more like an issue in the script that operates.
It’s just going to be a little bit longer.
-
- Installing package: php-mysql
- Installing package: mysql
- Installing package: mysql-server
- Checking package: php-mysql…Failed!
but it is installed already.
try again and the same thing it “fake installs” and then it says it not there
- Installing package: php-mysql
-
and i asked for pxe server alternatives
-
Try my latest fog_0.33b.tar.bz2 File
I think I know wht the problem is.It isn’t a problem with mysql
It’s a problem with the package php-mysql.
The install file is calling to install php53-mysql.
Change that to php-mysql and it should work.
It’s easier to just redownload my file and try again.
-
Not working. same problem
-
php-mysql is the same problem?
Have you tried install php php-mysql?
-
Package php-5.5.3-1.fc19.x86_64 already installed and latest version
Package php-mysqlnd-5.5.3-1.fc19.x86_64 already installed and latest version
there all installed -
I’m performing install on fedora 19 right now