• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. jheikkila54
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 20
    • Best 1
    • Controversial 0
    • Groups 0

    jheikkila54

    @jheikkila54

    1
    Reputation
    206
    Profile views
    20
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jheikkila54 Unfollow Follow

    Best posts made by jheikkila54

    • RE: Fog TFTP Storge Node Trunk 6455

      @Wayne-Workman
      Alright good news, I got everything working! First thing, connecting to the mysql server as ‘fogstorage’ on the main server will not work, fogstorage has host access from % (which includes all IP addresses except for localhost.) In order to get this working, this is what I had done (in-case anyone else runs into this)

      1. Verify that the node cannot communicate with the main MySQL server
        mysql -u fogstorage -h (your main servers DNS/IP address) -p
        enter your fogstorage password and hit enter
      2. If you do not successfully log in, then you need to change your passwords.
      3. Go to the webpage of the main fog server and go to Fog Configuration->Fog Settings->Configure Storage Nodes
      4. Set the username to fogstorage and the password to whatever you want
      5. SSH into the main fog server
      6. Connect to the local MySQL server as root
        mysql -u root -p
        enter password (default is a blank password) and hit enter
      7. Change the fogstorage user password
        use fog;
        UPDATE mysql.user SET Password=PASSWORD(‘the new passord’) WHERE User=‘fogstorage’;
        FLUSH PRIVILEGES;
        exit;
      8. Test that you can connect to the mysql server by doing step 1 again.
      9. If you can connect successfully now, you should be working, if not please try removing and reinstalling fog and ensuring you use the correct mysql username and password during the install phase
      posted in FOG Problems
      J
      jheikkila54

    Latest posts made by jheikkila54

    • RE: Cannot capture image: run lists overlap

      @Tom-Elliott Thank you Tom!!! RPCBIND was not running, I started that service and configured it to run at startup and is now working. Again, thank you very much for the help, it is greatly appreciated.

      posted in FOG Problems
      J
      jheikkila54
    • RE: Cannot capture image: run lists overlap

      @Tom-Elliott Yes that is the correct IP address

      0_1497544137593_0bce954d-c74a-4219-b3d8-16d0ede810c9-image.png

      posted in FOG Problems
      J
      jheikkila54
    • RE: Cannot capture image: run lists overlap

      @Tom-Elliott Oh that it is, sorry I am multitasking excessively currently.

      posted in FOG Problems
      J
      jheikkila54
    • RE: Cannot capture image: run lists overlap

      @Tom-Elliott It all flies by so it is a bit difficult to catch, looks to be failing at “Mounting File System” I am not quite sure how to run a debug.

      0_1497543069017_f9f7e333-fbc5-4eec-9c93-9a815168d215-image.png

      posted in FOG Problems
      J
      jheikkila54
    • RE: Cannot capture image: run lists overlap

      @Tom-Elliott I have preformed a full checkdisk and returned 0 errors. I then created a new image to test, this image failed in the same spot with the same error.

      posted in FOG Problems
      J
      jheikkila54
    • RE: Cannot capture image: run lists overlap

      It may have been partclone, I deleted the image and created a new one as a troubleshooting step, it must have defaulted to “partimage” I did just try it with “partclone” with same results. I can boot into Window with no issue, what would you like me to do?

      posted in FOG Problems
      J
      jheikkila54
    • RE: Cannot capture image: run lists overlap

      I upgraded from 1.3.5-RC10

      Image Settings:
      OS - Windows 10
      Image Path - /images/Windows10x64_PRO
      Image Type - Single Disk - Resizeable
      Partition - Everything
      Compression - 6
      Image Manager - Partimage

      I am not sure what you mean by “box model” but this is a virtual machine that has 1 disk. I have been using this VM to update my image for about 1.5 years now with 0 issues, until now.

      posted in FOG Problems
      J
      jheikkila54
    • Cannot capture image: run lists overlap
      Server
      • FOG Version: 1.4.2
      • OS: CentOS 6.9
      Client
      • Service Version:
      • OS: Windows 10 Pro 1607
      Description

      I recently updated FOG to 1.4.2 and it appears I cannot capture my image anymore and I have searched high and low for an answer with no success. The error I get is:
      Could not mount /dev/sda2 (/bin/fog.upload->beginUpload)
      Args Passed:
      Reason: Run lists overlap. Cannot merge: Numerical result out of range

      0_1497462952238_7d41689e-d63c-44ce-8f6e-d99802e36cde-image.png

      posted in FOG Problems
      J
      jheikkila54
    • RE: Fog TFTP Storge Node Trunk 6455

      @Wayne-Workman
      Alright good news, I got everything working! First thing, connecting to the mysql server as ‘fogstorage’ on the main server will not work, fogstorage has host access from % (which includes all IP addresses except for localhost.) In order to get this working, this is what I had done (in-case anyone else runs into this)

      1. Verify that the node cannot communicate with the main MySQL server
        mysql -u fogstorage -h (your main servers DNS/IP address) -p
        enter your fogstorage password and hit enter
      2. If you do not successfully log in, then you need to change your passwords.
      3. Go to the webpage of the main fog server and go to Fog Configuration->Fog Settings->Configure Storage Nodes
      4. Set the username to fogstorage and the password to whatever you want
      5. SSH into the main fog server
      6. Connect to the local MySQL server as root
        mysql -u root -p
        enter password (default is a blank password) and hit enter
      7. Change the fogstorage user password
        use fog;
        UPDATE mysql.user SET Password=PASSWORD(‘the new passord’) WHERE User=‘fogstorage’;
        FLUSH PRIVILEGES;
        exit;
      8. Test that you can connect to the mysql server by doing step 1 again.
      9. If you can connect successfully now, you should be working, if not please try removing and reinstalling fog and ensuring you use the correct mysql username and password during the install phase
      posted in FOG Problems
      J
      jheikkila54
    • RE: Fog TFTP Storge Node Trunk 6455

      @Wayne-Workman Alright, it does not work, with fogstorage or root (root has no password)…

      posted in FOG Problems
      J
      jheikkila54