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

    lost images

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    2
    2
    251
    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.
    • R
      RyanBair
      last edited by

      Lost images after upgrade. FOG was performing slowly after imaging about 50 PCs so we upgraded to the latest release and lost all of our images. if we ssh and to ls -la in the image folder they are there but we cannot access them when we pxe boot to image.

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

        @RyanBair We have way too little information to be sure but from what I read between the lines I expect this to be an issue with an Ubuntu installation that is being upgraded to FOG 1.5.7 where the database moved from MySQL to MariaDB.

        Please try the following and see if that fixes it for you:

        sudo -i
        apt-get remove mariadb-client mariadb-server
        mv /var/lib/mysql /var/lib/mysql-mariadb
        cp -a /var/lib/mysql-5.7 /var/lib/mysql
        apt-get install mysql-client mysql-server
        systemctl start mysql
        

        See if your images show up again.

        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
        • 1 / 1
        • First post
          Last post

        187

        Online

        12.0k

        Users

        17.3k

        Topics

        155.2k

        Posts
        Copyright © 2012-2024 FOG Project