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

    CreativeSeeds

    @CreativeSeeds

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

    CreativeSeeds Unfollow Follow

    Latest posts made by CreativeSeeds

    • RE: read ERROR: No such file or directory

      Hello

      I had a problem when deploying an image with the FOG

      Error message :

      read ERROR: No such file or directory
      Args Passed: /images/<image>/d1p2.img
      /dev/<disk>
      *

      For me, it was a problem of user rights on the FOG

      Before :
      drwxrwxrwx. 2 root root 190 Jun 29 15:07 <image>

      After:
      drwxrwxrwx. 2 fogproject root 190 Jun 29 15:07 <image>

      I had to do a “chown” on my image folder in the /images directory to add the owner to “fogproject”

      When creating a new image in the FOG GUI, the folder rights management is not well handled

      Sincerely

      posted in FOG Problems
      C
      CreativeSeeds
    • RE: error 39 premature end no such file or directory

      Hello

      I had a problem when deploying an image with the FOG

      Error message :
      read ERROR: No such file or directory
      Args Passed: /images/<image>/d1p2.img
      /dev/<disk>
      *

      For me, it was a problem of user rights on the FOG

      Before :
      drwxrwxrwx. 2 root root 190 Jun 29 15:07 <image>

      After:
      drwxrwxrwx. 2 fogproject root 190 Jun 29 15:07 <image>

      I had to do a “chown” on my image folder in the /images directory to add the owner to “fogproject”

      When creating a new image in the FOG GUI, the folder rights management is not well handled

      Sincerely

      posted in FOG Problems
      C
      CreativeSeeds