• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Centos 6.5 upgrade from 1.1.1 to 1.1.2 htmldoc error

    Scheduled Pinned Locked Moved
    FOG Problems
    2
    8
    2.8k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      PatrickG
      last edited by

      Getting a error that htmldoc can not be installed? No yum repository for htmldoc?

      1 Reply Last reply Reply Quote 0
      • Tom ElliottT
        Tom Elliott
        last edited by

        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]

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

        1 Reply Last reply Reply Quote 0
        • P
          PatrickG
          last edited by

          [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?

          1 Reply Last reply Reply Quote 0
          • Tom ElliottT
            Tom Elliott
            last edited by

            [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?

            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

            Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

            Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

            1 Reply Last reply Reply Quote 0
            • P
              PatrickG
              last edited by

              [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?

              1 Reply Last reply Reply Quote 0
              • Tom ElliottT
                Tom Elliott
                last edited by

                It does, but it’s not checking for htmldoc on a centos install.

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                1 Reply Last reply Reply Quote 0
                • P
                  PatrickG
                  last edited by

                  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
                  
                  1 Reply Last reply Reply Quote 0
                  • P
                    PatrickG
                    last edited by

                    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

                    1 Reply Last reply Reply Quote 0
                    • 1 / 1
                    • First post
                      Last post

                    150

                    Online

                    12.0k

                    Users

                    17.3k

                    Topics

                    155.2k

                    Posts
                    Copyright © 2012-2024 FOG Project