RC 1.5.0-RC9 Kernel Install issue
-
When I am on this screen and click the Install button is when I get no error or nothing it doesn’t do anything. I even look in /var/www/fog/service/ipxe on the server and do not see any new bzImage files.
-
@zach-bratcher Again I ask if you can please install working branch to see if this is already taken care of, i believe it is, though confirmation would be great from those that are having the problem.
-
@tom-elliott What is the URL to working branch or the process. I have been using the Trunk update process.
Thanks
-
@zach-bratcher Are you using
git
? -
I solved this thread as I found the issue in the latest working, and was able to fix it and push out a fix for it too.
-
cd /<path>/<to>/<git repo>/
git pull
git checkout working
git pull
cd bin
./installfog.sh -y
-
@tom-elliott root@WacoFogServer:/fog/fogproject# git pull
remote: Counting objects: 30, done.
remote: Compressing objects: 100% (13/13), done.
remote: Total 30 (delta 17), reused 30 (delta 17), pack-reused 0
Unpacking objects: 100% (30/30), done.
From https://github.com/FOGProject/fogproject
c77c654…94cd6d1 working -> origin/working
Already up-to-date. -
@zach-bratcher Please do as I suggested including the git checkout, through the installfog.sh.
-
@tom-elliott Running that now
-
@tom-elliott Thanks that worked. Getting this when I go to the default FOG configuration page.
You are not running the most current version of FOG!
You are currently running version: 63Latest stable version is 1.4.4
Latest svn version is 6078
Latest git version is 1.5.0-RC-9
So guess the latest version is having that issue.
-
@zach-bratcher You’re on working branch, this is normal.
Working is not calculated as “latest” version.
Latest is considered one of the RC’s or the latest Stable.
-
@tom-elliott Oh Ok… Thanks for the help. Now to just get the PXE working on my local subnet I will be good to go. This is a local network issue.
Thanks for the help.