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

    Failed upgrade to latest 1.5.7.xxx

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    2
    27
    1.2k
    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.
    • S
      Sebastian Roth Moderator
      last edited by Sebastian Roth

      @astrugatch I just did a test installing 1.5.7 on Ubuntu 18.04 and then trying to pre-1.5.8 (pretty much exactly what you had before). I don’t seem to get the same issue than what you posted.

       * Installing package: curl....................................Failed! (Will try later)
      ...
       * Installing package: mariadb-client..........................Failed! (Will try later)
       * Installing package: mariadb-server..........................Failed! (Will try later)
      

      I have a feeling that there is something really awkward with your install. Please run the following commands and post output here (take a snapshot before you run these):

      dpkg -l | grep -e mariadb -e mysql -e curl
      dpkg -l apache2 | grep '^ii'
      dpkg --configure -a
      apt-get install -f
      

      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
      • A
        astrugatch
        last edited by

        @Sebastian-Roth

        I’ll check this tomorrow. There may be idiosyncrasies with my system. I’ve been upgrading in place from 1.5.0RC2 and 16.04 to the present.

        1 Reply Last reply Reply Quote 0
        • A
          astrugatch
          last edited by

          @Sebastian-Roth

          fogadmin@fogimaging:~$ sudo dpkg -l | grep -e mariadb -e mysql -e curl
          [sudo] password for fogadmin:
          ii  libcurl3:amd64                        7.58.0-2ubuntu2                                          amd64        easy-to-use client-side URL transfer library (OpenSSL flavour)
          ii  libcurl3-gnutls:amd64                 7.58.0-2ubuntu3.8                                        amd64        easy-to-use client-side URL transfer library (GnuTLS flavour)
          ii  mysql-client                          5.7.29-0ubuntu0.18.04.1                                  all          MySQL database client (metapackage depending on the latest version)
          ii  mysql-client-5.7                      5.7.29-0ubuntu0.18.04.1                                  amd64        MySQL database client binaries
          ii  mysql-client-core-5.7                 5.7.29-0ubuntu0.18.04.1                                  amd64        MySQL database core client binaries
          ii  mysql-common                          5.8+1.0.4                                                all          MySQL database common files, e.g. /etc/mysql/my.cnf
          ii  mysql-server                          5.7.29-0ubuntu0.18.04.1                                  all          MySQL database server (metapackage depending on the latest version)
          ii  mysql-server-5.7                      5.7.29-0ubuntu0.18.04.1                                  amd64        MySQL database server binaries and system database setup
          ii  mysql-server-core-5.7                 5.7.29-0ubuntu0.18.04.1                                  amd64        MySQL database server binaries
          ii  php7.1-curl                           7.1.30-1+ubuntu16.04.1+deb.sury.org+1                    amd64        CURL module for PHP
          ii  php7.1-mysql                          7.1.30-1+ubuntu16.04.1+deb.sury.org+1                    amd64        MySQL module for PHP
          ii  python-pycurl                         7.43.0.1-0.2                                             amd64        Python bindings to libcurl
          ii  python3-pycurl                        7.43.0.1-0.2                                             amd64        Python bindings to libcurl (Python 3)
          fogadmin@fogimaging:~$ sudo dpkg -l apache2 | grep '^ii'
          ii  apache2        2.4.39-1+ubuntu16.04.1+deb.sury.org+1 amd64        Apache HTTP Server
          fogadmin@fogimaging:~$ sudo dpkg --configure -a
          fogadmin@fogimaging:~$ sudo apt-get install -f
          Reading package lists... Done
          Building dependency tree
          Reading state information... Done
          0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
          fogadmin@fogimaging:~$
          
          1 Reply Last reply Reply Quote 0
          • S
            Sebastian Roth Moderator
            last edited by

            @astrugatch Ok, thanks for the details. I need to do more testing as your initial post definitely caught my attention. We did have some ugly issue with the 1.5.7 installer on Ubuntu and I want to make sure this is not happening again. Please be patient.

            Can you please run apt-cache policy | grep http | awk '{print $2 $3}' | sort -u and post result here as well?

            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

            A 1 Reply Last reply Reply Quote 0
            • A
              astrugatch @Sebastian Roth
              last edited by

              @Sebastian-Roth
              No worries. I’m not in a rush to have a newer version and our windows footprint is fairly small so even if our fog install crashes and burns its not the end of the world.

              Here you go.

              fogadmin@fogimaging:~$ apt-cache policy | grep http | awk '{print $2 $3}' | sort -u
              http://security.ubuntu.com/ubuntubionic-security/main
              http://security.ubuntu.com/ubuntubionic-security/multiverse
              http://security.ubuntu.com/ubuntubionic-security/restricted
              http://security.ubuntu.com/ubuntubionic-security/universe
              http://us.archive.ubuntu.com/ubuntubionic-backports/main
              http://us.archive.ubuntu.com/ubuntubionic-backports/universe
              http://us.archive.ubuntu.com/ubuntubionic/main
              http://us.archive.ubuntu.com/ubuntubionic/multiverse
              http://us.archive.ubuntu.com/ubuntubionic/restricted
              http://us.archive.ubuntu.com/ubuntubionic/universe
              http://us.archive.ubuntu.com/ubuntubionic-updates/main
              http://us.archive.ubuntu.com/ubuntubionic-updates/multiverse
              http://us.archive.ubuntu.com/ubuntubionic-updates/restricted
              http://us.archive.ubuntu.com/ubuntubionic-updates/universe
              
              1 Reply Last reply Reply Quote 0
              • S
                Sebastian Roth Moderator
                last edited by

                @astrugatch Thanks again for the details and helping us on this. I think I’ve figured it out and pushed changes to dev-branch. This should prevent from the issue as I see it.

                Would be great if you could invest 30 minutes time and do a quick upgrade test with the latest from dev-branch in your setup. Just to make sure there isn’t something else I have missed.

                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

                A 2 Replies Last reply Reply Quote 0
                • A
                  astrugatch @Sebastian Roth
                  last edited by

                  @Sebastian-Roth

                  Tried dev-branch but still no dice. I think the issue is related to my current system. I’m going to spin up a new instance and migrate to that with a clean install of 18.04 and 1.5.7 and see how it behaves after that.

                  1 Reply Last reply Reply Quote 0
                  • A
                    astrugatch @Sebastian Roth
                    last edited by

                    @Sebastian-Roth

                    I am looking at the migration instructions in the wiki and see a mention of SSL at the top by don’t see it mentioned in the instructions (except for migrating from 1.3)

                    1 Reply Last reply Reply Quote 0
                    • A
                      astrugatch
                      last edited by

                      @Sebastian-Roth

                      deb-branch works when i migrated to a clean 18.04 install. I have a feeling my upgrade from 16.04 to 18.04 left something behind that I’m not finding.

                      1 Reply Last reply Reply Quote 0
                      • S
                        Sebastian Roth Moderator
                        last edited by

                        @astrugatch said in Failed upgrade to 1.5.8:

                        Tried dev-branch but still no dice.

                        Can you post more details like the last error logs? It might be help us to help other.

                        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

                        A 1 Reply Last reply Reply Quote 0
                        • A
                          astrugatch @Sebastian Roth
                          last edited by

                          @Sebastian-Roth

                          I still have that VM in my backups so I can take a look. Hopefully I didn’t revert it before I migrated. Do you have a particular log you would want to see? I can pull any file out of the backups.

                          1 Reply Last reply Reply Quote 0
                          • S
                            Sebastian Roth Moderator
                            last edited by

                            @astrugatch In the directory where you run the fog installer script you have the error_logs subdir. Please grab the files from there and post here. There might be quite a few. Grab the two with the latest time stamps. One should have a FOG version number in it’s name (that’s the one with the debug background output) and one does not have any version in the filename (plain installer output that you see on screen as well.

                            Best if you can upload those to a fileshare and post links here.

                            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

                            A 1 Reply Last reply Reply Quote 0
                            • A
                              astrugatch @Sebastian Roth
                              last edited by

                              @Sebastian-Roth

                              I just checked and unfortunately I don’t have a snapshot post install. I had rolled back to have a working version for when I did the migration to the clean install on 18.04. If i can capture the machine and put it in a sandbox at some point I can start it back up and run the installer again. That might be a while though.

                              1 Reply Last reply Reply Quote 0
                              • S
                                Sebastian Roth Moderator
                                last edited by

                                @astrugatch Thanks for checking. Unfortunately we are on the doorstep for a new release and it would help us immensely if we can figure this out. It might be just your install but it could also be dozens more. Though I can understand if you cannot afford the time to do this now.

                                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

                                A 1 Reply Last reply Reply Quote 0
                                • A
                                  astrugatch @Sebastian Roth
                                  last edited by

                                  @Sebastian-Roth

                                  Link sent in PM

                                  1 Reply Last reply Reply Quote 0
                                  • S
                                    Sebastian Roth Moderator
                                    last edited by

                                    @astrugatch Thanks heaps! While it’s not that simple to test I would hope that I’ve got it fixed after all.

                                    Give it a try if you like or wait a few more days for 1.5.8 to be released.

                                    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
                                    • S
                                      Sebastian Roth Moderator
                                      last edited by

                                      Ok, turned out I had missed an important thing. So latest version in dev-branch (1.5.7.110 as of now) should fix this.

                                      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
                                      • A
                                        astrugatch
                                        last edited by astrugatch

                                        @Sebastian-Roth

                                        Installation looks good until the very end.

                                        End of the log is:

                                        * Setting up and starting NFS Server..........................OK
                                        * Ensuring node username and passwords match..................<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>Login</title><link href="../management/css/animate.min.css?ver=134" rel="stylesheet" type="text/css"/><link href="../management/css/font-awesome.min.css?ver=134" rel="stylesheet" type="text/css"/><link href="../management/css/jquery-ui.css?ver=134" rel="stylesheet" type="text/css"/><link href="../management/css/jquery-ui.theme.css?ver=134" rel="stylesheet" type="text/css"/><link href="../management/css/jquery-ui.structure.css?ver=134" rel="stylesheet" type="text/css"/><link href="../management/css/jquery-ui-timepicker-addon.css?ver=134" rel="stylesheet" type="text/css"/><link href="../management/css/select2.min.css?ver=134" rel="stylesheet" type="text/css"/><link href="../management/css/bootstrap.min.css?ver=134" rel="stylesheet" type="text/css"/><link href="../management/css/bootstrap-theme.min.css?ver=134" rel="stylesheet" type="text/css"/><link href="../management/css/theme.bootstrap_3.css?ver=134" rel="stylesheet" type="text/css"/><link href="../management/css/theme.blue.css?ver=134" rel="stylesheet" type="text/css"/><link href="../management/css/bootstrap-dialog.min.css?ver=134" rel="stylesheet" type="text/css"/><link href="../management/css/default/fog.css?ver=134" rel="stylesheet" type="text/css"/><link rel="shortcut icon" href="../favicon.ico" type="image/x-icon"/></head><body><nav class="navbar navbar-inverse navbar-fixed-top"><div class="container-fluid"><div class="navbar-header"><button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse"><span class="sr-only">Toggle Navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button></div><div class="collapse navbar-collapse"><ul class="nav navbar-nav"><a class="navbar-brand" href="../management/index.php?node=home"><b>FOG</b> Project</a></ul></div></div></nav><div class="container-fluid dashboard"><div class="form-signin"><form class="form-horizontal" method="post" action="?node=home"><h3 class="form-signin-heading text-center"><span class="col-xs-1"><img src="../favicon.ico" class="logoimg" alt="Open Source Computer Cloning Solution"/></span>FOG Project</h3><hr/><div class="form-group"><label class="control-label col-md-2" for="uname">Username</label><div class="col-md-10"><input type="text" class="form-control" name="uname" required="" autofocus="" id="uname"/></div></div><div class="form-group"><label class="control-label col-md-2" for="upass">Password</label><div class="col-md-10"><input type="password" class="form-control" name="upass" required="" id="upass"/></div></div><div class="form-group"><label class="control-label col-md-2" for="ulang">Language</label><div class="col-md-10"><select class="form-control" name="ulang" id="ulang"><option value="中国的">中国的</option><option value="English" selected>English</option><option value="Español">Español</option><option value="Français">Français</option><option value="Deutsch">Deutsch</option><option value="Italiano">Italiano</option><option value="Português">Português</option></select></div></div><div class="form-group"><div class="col-md-offset-2 col-md-10"><button class="btn btn-default btn-block" type="submit" name="login">Login</button></div></div></form><hr/><div class="row"><div class="form-group"><div id="login-form-info"><p>Estimated FOG Sites: <b><i class="icon fa fa-circle-o-notch fa-spin fa-fw"></i></b></p><p>Latest Version: <b><i class="icon fa fa-circle-o-notch fa-spin fa-fw"></i></b></p><p>Latest Development Version: <b><i class="icon fa fa-circle-o-notch fa-spin fa-fw"></i></b></p></div></div></div></div></div><div class="collapse navbar-collapse"><footer class="footer"><nav class="navbar navbar-inverse navbar-fixed-bottom"><div class="container-fluid"><ul class="nav navbar-nav"><li><a href="https://wiki.fogproject.org/wiki/index.php?title=Credits">Credits</a></li><li><a href="?node=client">FOG Client</a></li><li><a href="https://www.paypal.com/cgi-bin/webscr?item_name=Donation+to+FOG+-+A+Free+Cloning+Solution&cmd=_donations&business=fogproject.org@gmail.com" target="_blank">Donate to FOG</a></li></ul></div></nav></footer></div><script src="js/jquery-latest.min.js?ver=134" type="text/javascript"></script><script src="js/jquery.validate.min.js?ver=134" type="text/javascript"></script><script src="js/additional-methods.min.js?ver=134" type="text/javascript"></script><script src="js/jquery.tablesorter.combined.js?ver=134" type="text/javascript"></script><script src="js/select2.min.js?ver=134" type="text/javascript"></script><script src="js/jquery-migrate-latest.min.js?ver=134" type="text/javascript"></script><script src="js/jquery.progressbar.js?ver=134" type="text/javascript"></script><script src="js/jquery.tmpl.js?ver=134" type="text/javascript"></script><script src="js/jquery.placeholder.js?ver=134" type="text/javascript"></script><script src="js/jquery-ui.min.js?ver=134" type="text/javascript"></script><script src="js/flot/jquery.flot.js?ver=134" type="text/javascript"></script><script src="js/flot/jquery.flot.time.js?ver=134" type="text/javascript"></script><script src="js/flot/jquery.flot.pie.js?ver=134" type="text/javascript"></script><script src="js/flot/jquery.flot.JUMlib.js?ver=134" type="text/javascript"></script><script src="js/flot/jquery.flot.gantt.js?ver=134" type="text/javascript"></script><script src="js/jquery-ui-timepicker-addon.js?ver=134" type="text/javascript"></script><script src="js/bootstrap.min.js?ver=134" type="text/javascript"></script><script src="js/bootstrap-dialog.min.js?ver=134" type="text/javascript"></script><script src="js/fog/fog.js?ver=134" type="text/javascript"></script><script src="js/jscolor.min.js?ver=134" type="text/javascript"></script><script src="js/fog/fog.login.js?ver=134" type="text/javascript"></script><!-- Memory Usage: 2.00 MiB--><!-- Memory Peak: 1.54 MiB--></body></html>Done
                                        
                                        * Setup complete
                                        
                                          You can now login to the FOG Management Portal using
                                          the information listed below.  The login information
                                          is only if this is the first install.
                                        
                                          This can be done by opening a web browser and going to:
                                        
                                          https://x.x.x.x/fog/management
                                        
                                          Default User Information
                                          Username: fog
                                          Password: password
                                        
                                        1 Reply Last reply Reply Quote 0
                                        • S
                                          Sebastian Roth Moderator
                                          last edited by

                                          @astrugatch Thanks again for testing. Good we got the initial issue solved.

                                          I am really wondering why it would print that HTML code. I know this will happen if the maintenance PHP scripts are not in place but they really should be if everything goes right. Ahhhh, just had one idea. Did you roll back? If not, can you run ls -al /var/www && ls -al /var/www/html and post output here?

                                          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

                                          A 1 Reply Last reply Reply Quote 0
                                          • A
                                            astrugatch @Sebastian Roth
                                            last edited by

                                            @Sebastian-Roth

                                            I haven’t rolled back. I migrated out of this instance and am just keeping it around in case there is an issue I haven’t seen with my migrated system and to help with this. I will run these tomorrow and share the output

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

                                            189

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project