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

    SVN 4193 clean installation ubuntu 14.04.2 LTS no SQL password popup and webinterface not working

    Scheduled Pinned Locked Moved Solved
    Bug Reports
    2
    11
    3.4k
    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.
    • J
      jjacobs
      last edited by

      Hi,

      I’m using:

      Distributor ID: Ubuntu
      Description:    Ubuntu 14.04.2 LTS
      Release:        14.04
      Codename:       trusty
      

      During the installation of SVN 4193 I’m unable to enter a SQL password and afterwords I get the question to enter one.

       * Installing package: mysql-server............................OK
       * Installing package: mysql-client............................OK
      ...
       * Did you leave the mysql password blank during install? (Y/n) y
      

      An other problem I had was that there was no content on http://fog-server/fog/ interface
      The content of the interface is been dropped in: /var/www/html/fog and not in /var/www/fog
      I recalled from previous versions that the content was on both locations. So after copying it 1 level down I was able to use the fog interface.

      Kind regards.
      Johan

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

        @jjacobs said:

        • Did you leave the mysql password blank during install? (Y/n) y

        This particular sentence shows that you DID NOT enter a mysql 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

        1 Reply Last reply Reply Quote 1
        • J
          jjacobs
          last edited by

          I pressed Y because I was unable to enter one…

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

            What do you mean?

            If you typed N it would prompt you to type your mysql 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

            J 1 Reply Last reply Reply Quote 0
            • J
              jjacobs @Tom Elliott
              last edited by

              @Tom-Elliott During the SQL server installation process you normally get a purple screen where you get the opportunity to enter a password and confirm that. That’s what I’m not getting and the reason why i entered Y.

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

                @jjacobs What do you mean purple screen? I don’t force a purple screen any more, on purpose if you’re referring to when you install FOG on ubuntu and it prompted you to set a password three times. The reason, because it was different for one OS where the other it was not. Is there a password set for Mysql or not?

                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

                J 1 Reply Last reply Reply Quote 0
                • J
                  jjacobs @Tom Elliott
                  last edited by

                  @Tom-Elliott : No the installation of Mysql did not prompt me this message:
                  https://www.linode.com/docs/assets/1494-debian-7-mysql-root-password.png

                  So there was no password set in the sql installation.

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

                    This is on purpose to make things common between OSs.

                    So you are correct that the mysql password is left blank. It will ask you any, just in case somebody did this in the back end.

                    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

                    J 1 Reply Last reply Reply Quote 0
                    • J
                      jjacobs @Tom Elliott
                      last edited by

                      @Tom-Elliott I wasn’t aware of that. does your script add a random password afterwords or will the sql password be blank?

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

                        @jjacobs The password will be blank.

                        You can add your own password afterward, I just wanted a common installation path between all distros.

                        It’s easier to set a new password, than interrupt an installer on three separate times. Hopefully that makes sense.

                        My guess as to why your browser isn’t displaying the GUI for you is, the webroot is looking at /var/www but it’s currently pointing at /var/www/html.

                        You can test this with:

                        ln -s /var/www/html/fog/ /var/www/fog

                        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

                        J 1 Reply Last reply Reply Quote 1
                        • J
                          jjacobs @Tom Elliott
                          last edited by

                          @Tom-Elliott Ya that did the job. Tx for the info!

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

                          203

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project