Navigation

    FOG Project

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

    Topics created by Gilou

    • G

      Use github assets for releasing binary files
      Feature Request • • Gilou

      3
      0
      Votes
      3
      Posts
      849
      Views

      Wayne Workman

      @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
      682
      Views

      Tom Elliott

      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
      3237
      Views

      Wayne Workman

      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
      844
      Views

      Tom Elliott

      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
      1075
      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
      1455
      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
      15202
      Views

      Tom Elliott

      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