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

    Paulo Guerreiro

    @Paulo Guerreiro

    0
    Reputation
    203
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Age 51

    Paulo Guerreiro Unfollow Follow

    Latest posts made by Paulo Guerreiro

    • RE: Imaging troubleshooting

      Hi, I’ve had a similar problem while deploying the image for a ext4 Linux base PC.

      // UPLOAD
      1)You have to use the Raw Mode (dd) (takes a lot longer 😞 ) to Upload the Image

      //DEPLOY
      1)Setup your machine to Start in DEPLOY DEBUG (HOSTS->BASIC TASKS)
      2)After you client starts execute vi /bin/fog

      • Goto to line 595,597 and change “gunzip” keyword to “sh /usr/bin/gunzip”
        3)Execute fog, and your deploy should start.

      In 0.32 Fog you can upload an ext4 image in dd mode, but, it seems that when you deploy the image the fog script cannot find gunzip (althouth the PATH is defined)

      That’s how i’ve fixed, as we speak i’m deploying a Kubuntu image in ext4 🙂

      Hope this comments was usefull.

      posted in Linux Problems
      P
      Paulo Guerreiro