• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Alasdair Hatfield
    3. Topics
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 14
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by Alasdair Hatfield

    • A

      Upload runs but doesn't complete

      FOG Problems
      • • • Alasdair Hatfield
      4
      0
      Votes
      4
      Posts
      1.3k
      Views

      Tom ElliottT

      Moving the file should be fine. The reason the task isn’t completed is because it can’t link properly to the image. The fact that you’re seeing the “scrolling” asterix’s tells me that the image upload is complete, just it can’t copy the file from /images/dev to /images/<imagename>. Once it performs that feat, the task will complete from the DB. It’s just unable to perform the copy at the moment. You can safely power off the “uploading” machine, perform the move from /images/dev/<macaddress> to /images/<imagepathname>

    • A

      Hangs before image upload (not during)

      FOG Problems
      • • • Alasdair Hatfield
      2
      0
      Votes
      2
      Posts
      1.0k
      Views

      Tom ElliottT

      When you register the system, the “Do you want to image the system now?” is not referring to uploading an image. It’s referring to “Downloading” the image to the client.

      Also, update to 1.1.2 as there was a bug with 1.1.1 where registering the host and assigning the image id did not work properly.

      You’ll likely need to delete the hosts as they most likely got created with hostID=‘0’ which is in valid.

      From terminal you can do this:
      [code]mysql -u root [ -p’MYSQLPASSWORD IF SET’ #ONLY ENTER THIS IF YOU SET A PASSWORD ] fog
      delete from hosts WHERE hostID=‘0’;[/code]

      Then re-register the host.

    • A

      FOG 1.1.1 MySQL.class.php - php throws an error

      FOG Problems
      • • • Alasdair Hatfield
      3
      0
      Votes
      3
      Posts
      687
      Views

      A

      ok, thank you. I’ll search further

    • 1 / 1