• Register
    • Login
    • Search
    • Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. sebastian0000000
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    sebastian0000000

    @sebastian0000000

    0
    Reputation
    335
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    sebastian0000000 Unfollow Follow

    Latest posts made by sebastian0000000

    • RE: Upgrade fog 1.2.0 to the svn version 3737.

      I’m having the exact same issue.

      posted in FOG Problems
      S
      sebastian0000000
    • Multicasting, linux multi-partition images not working

      Hi,

      I’m using FOG v 1.2.0 on ubuntu server 14.04. I’m trying to clone a multiple partition linux client using multicast. I have two partitions on the linux client (ubuntu 12.04), an ext3 primary partition and a swap primary partition. I can clone fine using a standard deploy but multicast is giving me problems.

      It will successfully multicast the first partition, but not the swap partition. It sits there and hangs. I found a similar thread here:
      https://forums.fogproject.org/topic/2810/multicast-randomly-hangs

      And am trying to follow the following instructions:
      unzip init.xz (the same goes for init32.xz) with xz -d init.xz
      mount the init file in a loop device with: mount -o loop init sometempdir/
      go to sometempdir/bin with cd
      edit fog.download, and search for the part that does the multicast write, for your “method” (mps or mpa)
      look for the part that does a loop on each partition, and fix it in a way that it checks for the existence of the file
      (something like if [ ! -f $imgpart ] ; then echo “Partition file missing …jumping”; sleep 1; else writeMulticastImage; fi )
      (look in the “not multicast” lines or the previous multicast method, for just linux type)
      save your file, and back to the init file dir.
      zip it with xz -C crc32 init

      I’m looking at the code and the above code is difficult to understand how to interpret. The “Partition file missing” is found 4 times in the fog.download as well as sections for mps and mpa.

      Is this the best method of fixing this? Is there another way to use multicast to clone multi-partition linux images?

      Thanks!!

      posted in FOG Problems multicast linux
      S
      sebastian0000000