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

    Failed vista image upload help

    Scheduled Pinned Locked Moved
    Windows Problems
    3
    38
    12.1k
    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.
    • Tom ElliottT
      Tom Elliott @the_duke
      last edited by

      @the_duke can you reboot?

      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

      T 1 Reply Last reply Reply Quote 0
      • T
        the_duke @Tom Elliott
        last edited by

        @Tom-Elliott Here is what it it is saying now:

        Restarting web server apache2 [fail]

        • The apache2 configtest failed.
          Output of config test was:
          AH00526: Syntax error on line 12 of /etc/apache2/sites-enabled/001-fog.conf:
          SSLCertificateFile: file ‘/var/www/fog/management/other/ssl/srvpublic.crt’ does not exist or is empty
          Action ‘configtest’ failed.
          The Apache error log may have more information.
        Tom ElliottT 1 Reply Last reply Reply Quote 0
        • Tom ElliottT
          Tom Elliott @the_duke
          last edited by

          @the_duke now run sudo a2dissite 001-fog. Then rerun sudo service apache2 restart

          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

          T 1 Reply Last reply Reply Quote 0
          • T
            the_duke @Tom Elliott
            last edited by

            @Tom-Elliott Ok, now it restarted the apache2, but when I go to my web gui to update/install database schema, I get the update/installed failed

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

              @the_duke please rerun the installer in whole. My guess is the Config file is not present as it failed to even restart Apache before.

              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

              T 2 Replies Last reply Reply Quote 0
              • T
                the_duke @Tom Elliott
                last edited by

                @Tom-Elliott same thing

                1 Reply Last reply Reply Quote 0
                • T
                  the_duke @Tom Elliott
                  last edited by

                  @Tom-Elliott apache is fine, just the database update failing

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

                    @the_duke going on a limb that the db has a root user and password?

                    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

                    T 1 Reply Last reply Reply Quote 0
                    • T
                      the_duke @Tom Elliott
                      last edited by

                      This post is deleted!
                      Tom ElliottT 1 Reply Last reply Reply Quote 0
                      • Tom ElliottT
                        Tom Elliott @the_duke
                        last edited by

                        @the_duke are you installing a node or a full fledged fog server?

                        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

                        T 2 Replies Last reply Reply Quote 0
                        • T
                          the_duke @Tom Elliott
                          last edited by

                          @Tom-Elliott This is from my .fogsettings file

                          snmysqluser=“fogstorage”
                          snmysqlpass=“fs6181”;
                          snmysqlhost=“localhost”;

                          do I need to delete the username and password here?
                          Full fledged server

                          1 Reply Last reply Reply Quote 0
                          • T
                            the_duke @Tom Elliott
                            last edited by

                            @Tom-Elliott That must have been what it was, I deleted the username and password in the .fogsettings file and it now works

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

                              Yes. Change the user to root and my guess is your root user does not have a password set. So make it just two single quotes. You will need to edit the .fogsettings file as it will pull in the info for the update. Edit the fogsettings file and then rerun the installer.

                              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

                              T 1 Reply Last reply Reply Quote 0
                              • T
                                the_duke @Tom Elliott
                                last edited by

                                @Tom-Elliott Ok, well after upgrading to svn 2096, I am still unable to deploy a vista image to this laptop. I reuploaded the image just to make sure and still no go

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

                                139

                                Online

                                12.0k

                                Users

                                17.3k

                                Topics

                                155.2k

                                Posts
                                Copyright © 2012-2024 FOG Project