• 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
    • Best 3
    • Controversial 0
    • Groups 0

    Topics created by Gilou

    • G

      Use github assets for releasing binary files

      Feature Request
      • • • Gilou
      3
      0
      Votes
      3
      Posts
      1.2k
      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

      Solved r4211 schema issue

      Bug Reports
      • • • Gilou
      2
      1
      Votes
      2
      Posts
      1.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

      Solved Upgrade from 0.32 to 1.2

      Bug Reports
      • • • Gilou
      9
      0
      Votes
      9
      Posts
      3.9k
      Views

      Wayne WorkmanW

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

    • G

      Solved Bugs in 1.2, especially on Debian

      Bug Reports
      • • • Gilou
      2
      0
      Votes
      2
      Posts
      1.2k
      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

      Feature Request
      • • • Gilou
      3
      0
      Votes
      3
      Posts
      1.5k
      Views

      S

      I love the direction fog is going 🙂

    • G

      Solved Configuration issue in 1.2.0, IP change of FOG

      Bug Reports
      • • • Gilou
      4
      0
      Votes
      4
      Posts
      1.9k
      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

      Feature Request
      • • • Gilou
      33
      0
      Votes
      33
      Posts
      20.1k
      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