• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Karl_MCS
    3. Topics
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by Karl_MCS

    • K

      Solved Unable to reset web login

      FOG Problems
      • • • Karl_MCS
      2
      0
      Votes
      2
      Posts
      289
      Views

      george1421G

      The wiki page you linked earlier should allow you to log into the web console. You might have to reboot he FOG server after you reset the password in the database because of the way FOG cache’s recent activity.

      https://wiki.fogproject.org/wiki/index.php?title=Reset_WebUI_FOG_password

      From the wiki this command should do it for you.

      UPDATE users SET uPass = MD5('password') WHERE uName = 'fog'; exit;

      I do have to say FOG 1.2.0 running on ubuntu 12.04 is really old. Unless you really need access to the images stored on that server, I (personally) would just spin up a new FOG server using a current build. FOG 1.2.0 doesn’t support win10, uefi firmware, nvme disks, or current hardware. If you need the images from the FOG 1.2.0 server you can copy them over to a new fog server and use them.

    • K

      Lost contents of /images

      FOG Problems
      • • • Karl_MCS
      2
      0
      Votes
      2
      Posts
      905
      Views

      S

      Looks like this on my installation. But please be careful with this as I am not sure about what your offsite FOG nodes will do if the master is empty…

      [CODE]# ls -alR /images/
      /images/:
      insgesamt 32
      drwxrwxrwx 7 root root 4096 Feb 3 23:00 .
      drwxr-xr-x 28 root root 4096 Feb 15 12:46 …
      drwxrwxrwx 2 root root 4096 Mär 7 13:48 dev
      -rwxrwxrwx 1 root root 0 Jan 17 10:11 .mntcheck
      drwxrwxrwx 2 root root 4096 Jan 17 10:11 postdownloadscripts

      /images/dev:
      insgesamt 36
      drwxrwxrwx 2 root root 4096 Mär 7 13:48 .
      drwxrwxrwx 7 root root 4096 Feb 3 23:00 …
      -rwxrwxrwx 1 root root 0 Jan 17 10:11 .mntcheck

      /images/postdownloadscripts:
      insgesamt 12
      drwxrwxrwx 2 root root 4096 Jan 17 10:11 .
      drwxrwxrwx 7 root root 4096 Feb 3 23:00 …
      -rwxrwxrwx 1 root root 233 Jan 17 10:11 fog.postdownload[/CODE]

    • 1 / 1