Centos 6.5 upgrade from 1.1.1 to 1.1.2 htmldoc error
-
Getting a error that htmldoc can not be installed? No yum repository for htmldoc?
-
HTMLDOC should be trying to install in 1.1.2 at all, did you add this yourself? If you did, did you follow the wiki have it install properly?
[url]http://fogproject.org/wiki/index.php/Installation_on_CentOS_6.4[/url] -
[quote=“Tom Elliott, post: 31466, member: 7271”]HTMLDOC should be trying to install in 1.1.2 at all, did you add this yourself? If you did, did you follow the wiki have it install properly?
[url]http://fogproject.org/wiki/index.php/Installation_on_CentOS_6.4[/url][/quote]Why do I need htmldoc when I installed fog just fine without it several versions back?
-
[quote=“PatrickG, post: 31660, member: 24811”]Why do I need htmldoc when I installed fog just fine without it several versions back?[/quote]
You don’t need it and FOG shouldn’t be trying to install it either.
Why is it trying?
-
[quote=“Tom Elliott, post: 31661, member: 7271”]You don’t need it and FOG shouldn’t be trying to install it either.
Why is it trying?[/quote]
That is the million dollar question. Does htmldoc get installed on ubuntu/fog? Maybe it was a mistake?
-
It does, but it’s not checking for htmldoc on a centos install.
-
Here is a snippit from the install script:
Installtype What is S?Which package list do we use?
if [ "$installtype" = "S" ] then packages=$storageNodePackages; fi if [ "${ignorehtmldoc}" = "1" ] then newpackagelist=""; for z in $packages do if [ "$z" != "htmldoc" ] then newpackagelist="${newpackagelist} $z"; fi done packages=$newpackagelist; fi
-
Just went into .install.sh and changed ignore htmldoc from 0 to 1
It ignored it this time but it did not upgrade fog to 1.1.2