• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Gilou
    3. Topics
    G
    • Profile
    • Following 1
    • Followers 2
    • Topics 7
    • Posts 105
    • Groups 0

    Topics

    • G

      Use github assets for releasing binary files

      Watching Ignoring Scheduled Pinned Locked Moved Feature Request
      3
      0 Votes
      3 Posts
      1k Views
      Wayne WorkmanW

      @Gilou said in Use github assets for releasing binary files:

      As I couldn’t identify an obvious build script or Makefile for the binaries, I was stuck with https://wiki.fogproject.org/wiki/index.php?title=Building_a_Custom_Kernel and https://wiki.fogproject.org/wiki/index.php/Build_FOG_file_system_with_BuildRoot to rebuild the kernel & the init.xz, are there more precise pointers to do that?

      Yes - Tom would need to share the scripts he’s wrote for doing these things.

      Not sure about the client part, but I haven’t even looked at that part.

      There is a powershell script in the repo that builds the client - there is also a text file explaining what is needed.

    • G

      r4211 schema issue

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      2
      1 Votes
      2 Posts
      1k Views
      Tom ElliottT

      This has been fixed. It was an accidental mix up. I tested the code and found the problem and corrected. Then I overwrote my edits mistakenly and missed this file. Thank for reporting and it is now corrected for.

    • G

      Upgrade from 0.32 to 1.2

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      9
      0 Votes
      9 Posts
      4k Views
      Wayne WorkmanW

      For future readers: https://wiki.fogproject.org/wiki/index.php?title=Migrate_FOG

    • G

      Bugs in 1.2, especially on Debian

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      2
      0 Votes
      2 Posts
      1k Views
      Tom ElliottT

      I know this has been around for a little while, but all of these things should now be in svn.

    • G

      Fancy features proposal, as of 1.2.0

      Watching Ignoring Scheduled Pinned Locked Moved Feature Request
      3
      0 Votes
      3 Posts
      2k Views
      S

      I love the direction fog is going 🙂

    • G

      Configuration issue in 1.2.0, IP change of FOG

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      4
      0 Votes
      4 Posts
      2k Views
      G

      I referenced the IP in a few places, this “script” (bash, sort of) makes it possible, in a single fog, single master install to change the IP where it needs to be done…

      [CODE]IP=XX.XX.XX.XX

      mysql -e “UPDATE globalSettings SET settingValue = ‘$IP’ WHERE settingKey IN (‘FOG_TFTP_HOST’, ‘FOG_WEB_HOST’, ‘FOG_WOL_HOST’);” fog
      mysql -e “UPDATE nfsGroupMembers SET ngmHostname = ‘$IP’ WHERE ngmID = 1;” fog

      sed -i "s;chain http://([^/]+)/;chain http://$IP/;" /tftpboot/default.ipxe

      [/CODE]

    • G

      Imaging using partclone instead of partimage

      Watching Ignoring Scheduled Pinned Locked Moved Feature Request
      33
      0 Votes
      33 Posts
      23k Views
      Tom ElliottT

      Gilou,

      It does not currently contain resize2fs. I’m building another version of init.gz right now with resize2fs enabled. Hopefully this will help you, and all of us out.

      Thank you,

    • 1 / 1