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

Fog Trunk Git 7645 update fails at SQL

Scheduled Pinned Locked Moved Solved
FOG Problems
4
18
3.5k
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 May 17, 2016, 9:36 PM

    @fry_p said:

    mysql-server : Depends: mysql-server-5.5 but it is not going to be installed
    

    Guess you somehow managed to install a later version of the mysql client package which is blocking the mysql server version 5.5 now. Please try this:

    sudo apt-get purge mysql-client-core-5.6
    sudo apt-get autoremove
    sudo apt-get autoclean
    sudo apt-get install mysql-client-core-5.5
    sudo apt-get install mysql-server
    

    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

    F 1 Reply Last reply May 18, 2016, 11:29 AM Reply Quote 0
    • F
      fry_p Moderator @Sebastian Roth
      last edited by May 18, 2016, 11:29 AM

      @Sebastian-Roth I got this after entering the 1st command (purge):

      fogadmin@FOGTEST:~$ sudo apt-get purge mysql-client-core-5.6
      [sudo] password for fogadmin: 
      Reading package lists... Done
      Building dependency tree       
      Reading state information... Done
      Package 'mysql-client-core-5.6' is not installed, so not removed
      

      I tried the rest of the commands and they seemed to go through.
      I somehow really borked this but I didn’t do anything out of the ordinary. I just ran the script and it failed at SQL again.

      Like open source community computing? Why not do it for a good cause?
      Use your computer/server for humanitarian projects when it is idle!
      https://join.worldcommunitygrid.org?recruiterId=1026912

      T 1 Reply Last reply May 18, 2016, 12:01 PM Reply Quote 0
      • T
        Tom Elliott @fry_p
        last edited by May 18, 2016, 12:01 PM

        @fry_p Can you try:

        sudo apt-get purge mysql-server* mysql-client*

        It will remove all database application software, but the db should remain under /var/lib/mysql.

        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
        • S
          Sebastian Roth Moderator
          last edited by Sebastian Roth May 18, 2016, 7:02 AM May 18, 2016, 1:02 PM

          dpkg -l | grep -e mysql -e maria …?

          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

          F 1 Reply Last reply May 18, 2016, 2:29 PM Reply Quote 0
          • F
            fry_p Moderator @Sebastian Roth
            last edited by fry_p May 18, 2016, 11:48 AM May 18, 2016, 2:29 PM

            @Sebastian-Roth I ran

            sudo apt-get purge mysql-server* mysql-client*
            

            at Tom’s suggestion then ran

            sudo apt-get autoremove
            

            Ran my script once again and it worked, I’m now on 7695.

            Thanks guys!
            (P.S. If anyone is interested in my script, I just took a script I found and modified it to my liking and use cron to run it every night)

            Like open source community computing? Why not do it for a good cause?
            Use your computer/server for humanitarian projects when it is idle!
            https://join.worldcommunitygrid.org?recruiterId=1026912

            1 Reply Last reply Reply Quote 0
            • S
              Sebastian Roth Moderator
              last edited by May 18, 2016, 6:58 PM

              @fry_p Great to hear that you got things fixed and are back up running! 🙂

              Personally I am not that fond of the idea of automatically upgrading every night. FOG trunk is under development and quite often we break things. It’s great for us as you will always be the first to find an issue and post in the forums. But you might find yourself being annoyed by this as well. Don’t get me wrong. You are more than welcome and we really appreciate people testing the very latest!!! I just hope you don’t get frustrated.

              You’ll get to know FOG and how to debug and fix things very fast if you are going this way - that’s for sure. So there is a great opportunity in keeping up with the latest version as well. As I said most welcome! 🙂

              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

              F 1 Reply Last reply May 18, 2016, 7:08 PM Reply Quote 0
              • F
                fry_p Moderator @Sebastian Roth
                last edited by May 18, 2016, 7:08 PM

                @Sebastian-Roth For the sake of downtime, I am probably going to slow down the update rate, but I do enjoy helping the evolution of FOG. I was properly warned of the risks before I moved to Trunk, but being on the forefront is pretty cool. I guess I could be considered a tester of sorts. The performance jump from 1.2 to Trunk is also astounding. I am getting insane upload and download speeds without having changed any network equipment! Plus, my knowledge of Linux prior to being in charge of my FOG installation was 0. Now I can cruise through basic terminal work and scripting. Good Stuff!

                Like open source community computing? Why not do it for a good cause?
                Use your computer/server for humanitarian projects when it is idle!
                https://join.worldcommunitygrid.org?recruiterId=1026912

                1 Reply Last reply Reply Quote 0
                • S
                  Sebastian Roth Moderator
                  last edited by May 18, 2016, 7:33 PM

                  @fry_p said:

                  I guess I could be considered a tester of sorts.

                  You definitely are. @Moderators Can anyone please tag him as a tester!

                  The performance jump from 1.2 to Trunk is also astounding. I am getting insane upload and download speeds without having changed any network equipment!

                  That’s kind of odd from my point of view as the tools used to do the actual up- and download (udp-sender for multicast download and NFS for upload and unicast download) haven’t changed much in a while!

                  Plus, my knowledge of Linux prior to being in charge of my FOG installation was 0. Now I can cruise through basic terminal work and scripting. Good Stuff!

                  Absolutely great. I think FOG has pushed quite a few people to look into linux and get their hands dirty. That’s amazing and I love to see it!

                  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 J 2 Replies Last reply May 18, 2016, 8:16 PM Reply Quote 0
                  • T
                    Tom Elliott @Sebastian Roth
                    last edited by May 18, 2016, 8:16 PM

                    @Sebastian-Roth Added to testers.

                    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
                      Junkhacker Developer @Sebastian Roth
                      last edited by May 18, 2016, 9:39 PM

                      @Sebastian-Roth

                      That’s kind of odd from my point of view as the tools used to do the actual up- and download (udp-sender for multicast download and NFS for upload and unicast download) haven’t changed much in a while!

                      we’ve made changes to how compression/decompression is handled to better utilize the processing power available

                      signature:
                      Junkhacker
                      We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

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

                      177

                      Online

                      12.0k

                      Users

                      17.3k

                      Topics

                      155.2k

                      Posts
                      Copyright © 2012-2024 FOG Project