• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Jonathan Cool
    3. Posts
    • Profile
    • Following 0
    • Followers 1
    • Topics 19
    • Posts 171
    • Best 10
    • Controversial 0
    • Groups 0

    Posts made by Jonathan Cool

    • RE: Create New Image links to a blank page

      Please, see that link : [url]http://fogproject.org/forum/threads/image-management-blank-page.10626/[/url]

      posted in FOG Problems
      Jonathan CoolJ
      Jonathan Cool
    • RE: Image won't deploy

      Hi everybody.
      I’m sorry for the UP but i have exactly the same problem : after the upload, i connect to the NAS by FTP and i move the files into …/fogimages/dev/@MAC to …/fogimages/“folder named in FOG interface”.
      After that, the download task works with Linux Mint, Windows XP … but with Windows 7, i have this error message :
      [QUOTE]Dowload task failed for Computer-xxx with image Computer_win7-test. To setup download task, you must first upload an image[/QUOTE]
      I don’t understand why this error only appear with the Seven OS … 😕

      Basic informations :
      FOG Version : 1.1.1 on Debian 7
      OS Client : Windows 7 PRO.

      posted in FOG Problems
      Jonathan CoolJ
      Jonathan Cool
    • RE: FOG 1.1.1 : NAS and NFS issue : unable to change folder permission

      Hi.
      I found a temporary solution : after the upload, i connect to the NAS by FTP and move the files into …/fogimages/dev/@MAC to …/fogimages/“folder named in FOG interface”.
      After that, the download task works on an other computer but only for Mint Linux OS … (other distrib’ not tested yet). With Windows 7 image, i have an error message …
      Maybe i need to create a new topic about this new issue ?

      posted in FOG Problems
      Jonathan CoolJ
      Jonathan Cool
    • RE: FOG 1.1.1 : NAS and NFS issue : unable to change folder permission

      [quote=“Tom Elliott, post: 32392, member: 7271”]One way you could test to verify is link your /img_FOG folder to the root of the NAS Share.[/quote]
      When i try to mount (by fstab) :
      1xx.xxx.xxx.xxxx:/DataVolume/ /mnt/img_FOG nfs nouser,auto,rw,dev,exec,suid,nfsvers=3 0 0

      mount -a say : mount.nfs : access by server while mounting 1xxx.xxx.xxxx.xx:/DataVolume/

      If i try to mount 1xx.xxx.xxx.xxxx:/DataVolume/fogimages, the “mount -a” command works … but the problem is the same …
      arg !

      posted in FOG Problems
      Jonathan CoolJ
      Jonathan Cool
    • RE: FOG 1.1.1 : NAS and NFS issue : unable to change folder permission

      Hi !
      Hm … i’m sorry but it’s not good … just after an upload image, the folder /dec/@mac couldn’t seem moved to /name_of_image … I think, it’s a problem with folder / owner permission … i can connect to the NAS folder by FTP (with fog user) and create / delete a file / folder in …/dev/@MAC.
      When i’m connected to the NAS folder by FTP, i can see, for all folders : owner:group = ftp:ftp …

      posted in FOG Problems
      Jonathan CoolJ
      Jonathan Cool
    • RE: FOG 1.1.1 : NAS and NFS issue : unable to change folder permission

      hi.
      Now it’s works !
      The problem was a false storage management configuration for the NAS.
      [I]Howto works with NAS[/I] (Seagate Blakc Armor, last firmeware):
      [U]/etc/fstab[/U] :
      IPadr_NAS_Seagate:/DataVolume/fogimages /mnt/img_FOG nfs auto,rw,dev,exec,nfsvers=3 0 0

      [U]/etc/exports[/U] :
      /mnt/img_FOG *(rw,sync,no_wdelay,no_root_squash,insecure,fsid=2)
      /mnt/img_FOG/dev *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure,fsid=1)

      [U]ls -la /mnt[/U] :
      drwxrwxr-x 4 root nfsfog 4096 juil. 2 08:09 img_FOG

      [U]/etc/passwd[/U] :
      fog❌1001:1001::/home/fog:/bin/bash
      [U]/etc/group[/U] :
      fog❌1001:

      [U]On interface, Add Storage Management[/U] :
      IP Adr : “IP of NAS”
      Is Master Node : No
      Image Path /DataVolume/fogimages (path of the NAS)
      Management Username : fog (it’s a fog user on NAS)

      Done !

      Now, i can upload an image on the NAS Storage 🙂

      posted in FOG Problems
      Jonathan CoolJ
      Jonathan Cool
    • RE: FOG 1.1.1 : NAS and NFS issue : unable to change folder permission

      I’m trying to use img_FOG on the Storage Management section in the FOG web interface.

      posted in FOG Problems
      Jonathan CoolJ
      Jonathan Cool
    • RE: FOG 1.1.1 : NAS and NFS issue : unable to change folder permission

      i haven’t SSH access on the NAS. Just a web interface (Black Armor 220) and i have set all rights for “root” and “fog” users on this folder (/fogimages) …

      posted in FOG Problems
      Jonathan CoolJ
      Jonathan Cool
    • RE: FOG 1.1.1 : NAS and NFS issue : unable to change folder permission

      I can’t change the rights 😕
      [CODE]root@image:/# chmod -R 777 /mnt/img_FOG
      chmod: modification des permissions de " /mnt/img_FOG ": Operation non permise
      [/CODE]

      posted in FOG Problems
      Jonathan CoolJ
      Jonathan Cool
    • RE: FOG 1.1.1 : NAS and NFS issue : unable to change folder permission

      Hi,
      I think, i have a similar problem like this topic : [url]http://fogproject.org/forum/threads/permission-denied-when-trying-to-image-after-update-to-1-1-1-1-1-2.10941/#post-31514[/url]

      I have run a debug task on a client with the same issue : Permission denied when i try “mount -o nolock …”

      Maybe my /etc/exports file is wrong … ?

      posted in FOG Problems
      Jonathan CoolJ
      Jonathan Cool
    • FOG 1.1.1 : NAS and NFS issue : unable to change folder permission

      Hi everybody.
      First, sorry for my bad english but i’m french user …

      Second, i will explained the context :

      • a FOG server, 1.1.1 version on a Debian 7 with IP address
      • a NAS disk 1TB Seagate Black Armor 220, updated at the last firmware with IP address

      I have the same fog user / password on the server and NAS.

      The AIM : stock FOG client images on the NAS disk.

      The issue : after a good PXE boot client, i can see this NFS error : mounting 10.xxx.xx.xx:/img_NAS on /images failed : Permission denied.
      (like this error : [url]http://fogproject.org/wiki/index.php/Image_Upload:_Error_Checking_Mount[/url])

      On the NAS, i have created a share folder namned “fogimages” with “full access” permission for “fog” user.

      On the FOG server, i have set up the NFS share with this configuration :
      /etc/fstab :
      1xx.xxx.xxx.xxxx:/DataVolume/fogimages /mnt/img_FOG nfs nouser,auto,rw,dev,exec,suid,nfsvers=3 0 0
      (same error with 1xx.xxx.xxx.xxxx:/DataVolume/fogimages /mnt/img_FOG nfs defaults 0 0)

      /etc/exports :
      /mnt/img_FOG *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)
      /mnt/img_FOG/dev *(rw,sync,no_wdelay,no_root_squash,insecure)

      ls -la on /mnt :
      drwxrwxr-x 3 root 1000 4096 juin 27 15:01 img_FOG : strange group … 1000 ?

      ls -la on /mnt/img_FOG :
      drwxr-xr-x 2 nobody nogroup 4096 juin 27 15:01 dev
      -rw-r–r-- 1 nobody nogroup 0 juin 27 14:53 .mntcheck

      ls -la on /mnt/img_FOG/dev :
      -rw-r–r-- 1 nobody nogroup 0 juin 27 14:53 .mntcheck

      When i do this command : chown -R fog:root /mnt/img_FOG, i have this error message :
      chown: changement de proprietaire pour "/mnt/img_FOG/dev/.mntcheck " : Operation non permise
      chown: changement de proprietaire pour " /mnt/img_FOG/dev " : Operation non permise
      chown: changement de proprietaire pour " /mnt/img_FOG/.mntcheck " : Operation non permise
      chown: changement de proprietaire pour " /mnt/img_FOG " : Operation non permise

      I understood it’s a permission issue but i can change them on the FOG server.
      What can i do / check ?

      Regards,

      Jonathan.

      posted in FOG Problems
      Jonathan CoolJ
      Jonathan Cool
    • 1
    • 2
    • 5
    • 6
    • 7
    • 8
    • 9
    • 9 / 9