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

    Best posts made by michelsantana

    • RE: 1.3.5 RC13 Error in Fog script when attempting to expand partitions

      @Frank

      Seems that the problem come from the script that call the function procsfdisk. In the definition (procsfdisk.awk) you can find:

      # This is where it all begins (See->BEGIN) :)
      BEGIN {
          # Arguments - Use "-v var=val" when calling this script
          # CHUNK_SIZE;
          # MIN_START;
      

      And in the script partition-funcs.sh, in the same directory, you can find that the call to the procsfdisk function:

      local awkArgs="-v SECTOR_SIZE=$sectorsize CHUNK_SIZE=$chunksize -v MIN_START=$minstart"
      
       # process with external awk script
          /usr/share/fog/lib/procsfdisk.awk $awkArgs $data
      

      And as you can see, there is a missing “-v”. Perhaps that’s the problem.

      posted in Bug Reports
      M
      michelsantana
    • RE: Group delayed deployment doesn't deploy snapins

      @Tom-Elliott Applied the fix and restarted and working perfect. Thank you very much!

      posted in Bug Reports
      M
      michelsantana
    • 1 / 1