• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Quazz
    3. Posts
    Q
    • Profile
    • Following 3
    • Followers 2
    • Topics 27
    • Posts 1,977
    • Groups 3

    Posts

    Recent Best Controversial
    • RE: After update to latest SVN 5678 Database Schema Installer / Updater Error

      @Tom-Elliott I think the issue can be traced to /opt/fog/.fogsettings , so upgrades only I’d say.

      snmysqluser and snmysqlhost being empty values there didn’t use to cause issues, but I’m guessing they do now?

      posted in Bug Reports
      Q
      Quazz
    • RE: After update to latest SVN 5678 Database Schema Installer / Updater Error

      Problem is that in /var/www/html/fog/lib/fog/config.class.php host and user are not defined.

      Fill in localhost for host and root for user, save the file and it should work as expected.

      So change

       private static function db_settings() {
              define('DATABASE_TYPE','mysql'); // mysql or oracle
              define('DATABASE_HOST','');
              define('DATABASE_NAME','fog');
              define('DATABASE_USERNAME','');
              define('DATABASE_PASSWORD',"");
      

      to

       private static function db_settings() {
              define('DATABASE_TYPE','mysql'); // mysql or oracle
              define('DATABASE_HOST','localhost');
              define('DATABASE_NAME','fog');
              define('DATABASE_USERNAME','root');
              define('DATABASE_PASSWORD',"");
      

      Fill in password if you have one defined for your mysql of course.

      posted in Bug Reports
      Q
      Quazz
    • RE: After update to latest SVN 5678 Database Schema Installer / Updater Error

      Same here. After restarting the mysql service, I know get part of the upgrade scheme page, but no button for upgrade or anything. Refreshing the page twice leads to fog/management being forbidden.

      posted in Bug Reports
      Q
      Quazz
    • RE: Imaging New VM with 8.1 Image

      Are you using a dynamic size VHD? If so, please try a fixed size.

      posted in FOG Problems
      Q
      Quazz
    • RE: BTRFS: open_ctree failed after ubuntu image deploy

      @Sebastian-Roth Have you tried a fsck? There might be some useful info coming out of that if anything, although this seem like a partclone issue, more info is always nice.

      posted in FOG Problems
      Q
      Quazz
    • RE: Changing Fog to serve IP address via DHCP after install

      You can do this by editing /opt/.fogsettings with the relevant information and then running the FOG installer again.

      posted in FOG Problems
      Q
      Quazz
    • RE: Does FOG work with iSCSI?

      @ManofValor This is detailed on the wiki, it’s because of the browser auto fill feature. Turn it off for fog website.

      posted in General
      Q
      Quazz
    • RE: GIT 8056: FOG Server loops after deleting host

      @Testers Can anyone reproduce this? I’ve had no luck on my end, it works as expected.

      posted in Bug Reports
      Q
      Quazz
    • RE: Images not properly expanding after update from Trunk

      Wait, they’re supposed to expand automagically? Here I was using scripts to expand it at first boot.

      posted in Linux Problems
      Q
      Quazz
    • RE: GIT 8056: FOG Server loops after deleting host

      @tmerrick What OS is FOG running on?

      posted in Bug Reports
      Q
      Quazz
    • RE: 8062 and 8064 Fail to mount /dev/nvme0n1p1

      @fry_p It would be inconvenient to test, but I’d be interested to see if it works in redeployment as well.

      posted in FOG Problems
      Q
      Quazz
    • RE: 8062 and 8064 Fail to mount /dev/nvme0n1p1

      As far as I know Surface Pro 4 is by default bitlocker encrypted, can FOG handle that?

      posted in FOG Problems
      Q
      Quazz
    • RE: Donation feature working?

      @Tom-Elliott I don’t know how possible or desirable it is, but it might be interesting to have stat page for donations so you can see how much your system has contributed.

      posted in General
      Q
      Quazz
    • RE: Computers Join Domain before Hostname Changes

      @zpoling I probably update it 3 times a day or more, but then again I’m in the testers group for a reason.

      posted in FOG Problems
      Q
      Quazz
    • RE: Computers Join Domain before Hostname Changes

      @zpoling Basic rule of thumb for the trunk version is if you’re running into issues, updating might resolve it.

      posted in FOG Problems
      Q
      Quazz
    • RE: Upload image, but does not show on server

      @Sandi-Trogdon Those will match the mac addresses of the hosts you took the image of. All the data will be inside those folders. It’s the job of FTP to move that data to the correct spot under /images , so it’s time for you to troubleshoot FTP.

      posted in FOG Problems
      Q
      Quazz
    • RE: Upload image, but does not show on server

      @Sandi-Trogdon On the terminal can you see if there’s anything in /images/dev

      Doing
      ls /images/dev
      is sufficient.

      If there is, then Wayne is right and you should troubleshoot FTP using the Wiki article.

      posted in FOG Problems
      Q
      Quazz
    • RE: Thinkpad e560

      @Darrell-Lanson Looks like the ethernet jack is Intel® Ethernet Connection I219-V , I believe there intel specific binaries to boot off, such as intel.kpxe you could try.

      posted in FOG Problems
      Q
      Quazz
    • 1
    • 2
    • 76
    • 77
    • 78
    • 79
    • 80
    • 98
    • 99
    • 78 / 99