• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Rippie
    3. Topics
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 12
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by Rippie

    • R

      Edit uploaded image after upload

      Feature Request
      • • • Rippie
      3
      0
      Votes
      3
      Posts
      2.1k
      Views

      B

      FOG uses [URL=‘http://www.partimage.org/’]Partimage[/URL] for the actual image creation/deployment, which creates an image of the drive at the sector level, meaning there is no “filesystem” that can be modified. There was [URL=‘http://www.partimage.org/forums/viewtopic.php?t=309’]talk in the Partimage forums[/URL] a while back about trying to write a block device driver that would allow you to mount your Partimage image files and modify them, but Partimage files are compressed internally (as in Partimage compresses the stream of sectors while writing the image file), so you would also have to decompress the image file before you could even mount it, at which point you’re basically deploying the image. So the only real option is to deploy the image to a computer, make whatever changes and then upload the image again.

    • R

      Edit a file in uploaded image

      General
      • • • Rippie
      2
      0
      Votes
      2
      Posts
      890
      Views

      C

      Not currently.

    • R

      FOG deployment in remote office

      General
      • • • Rippie
      16
      0
      Votes
      16
      Posts
      7.2k
      Views

      D

      Good luck! Sorry for the wall of text.

      If you feel like getting in to it, in order to get the boot package to get sent to the right location, you could take a look at the following lines (for example, inside function createInventoryPackage() in functions.include.php):

      [php]
      $ftp = ftp_connect(getSetting( $conn, “FOG_TFTP_HOST” ));
      $ftp_loginres = ftp_login($ftp, getSetting( $conn, “FOG_TFTP_FTP_USERNAME” ), getSetting( $conn, “FOG_TFTP_FTP_PASSWORD” ));
      [/php]

      If you feel like getting in to a more “correct” way of doing this, I think the issue with getting the boot files pushed to the correct locations is that $conn is (correctly) looking at the master node since that’s where MySQL lives, so the “FOG_TFTP_HOST” information it receives are the master node settings. I [I]think[/I]. I’m not positive on that. I was thinking of switching it so it gets its information from the config.php file located on the service, but there are a [I]lot[/I] of calls to the MySQL based getSetting function. It might take a lot of changes to rework that.

    • R

      Boot loop on some Dell Optiplex 790 when first boot device is NIC

      FOG Problems
      • • • Rippie
      3
      0
      Votes
      3
      Posts
      4.3k
      Views

      D

      If you chain load them it should clear up the boot loop. I have a batch of dells that would boot loop on me till I just chain loaded all my FOG computers and now no problems.

    • R

      Dell Optiplex 390 in a reboot loop if booting in FOG PXE menu

      FOG Problems
      • • • Rippie
      7
      0
      Votes
      7
      Posts
      4.9k
      Views

      M

      Hi,

      Well no side effect at this moment 😉

      Yes, the only one I have now is the PXE boot that is a bit slow, of course, my Optiplex 390 is 30km away from the FOG server, with a tiny VPN between both sites.
      But no other effect.

    • 1 / 1