• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. olivierl
    O
    • Profile
    • Following 0
    • Followers 0
    • Topics 12
    • Posts 34
    • Best 2
    • Controversial 0
    • Groups 0

    olivierl

    @olivierl

    4
    Reputation
    705
    Profile views
    34
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    olivierl Unfollow Follow

    Best posts made by olivierl

    • RE: erase of Exports File

      Hi
      In your script before add share it can be this

      if [ -f $nfsconfig ]
          then
                    if  [ $(grep -c "##FOG-SHARE-START##" $nfsconfig) -ne 0 ]
                         then
                                  sed -in  '/##FOG-SHARE-START##/,/##FOG-END-SHARE##/{//d;D}' $nfsconfig
                    fi
      fi
      

      And add this configureNFS()

      echo -e "##FOG-SHARE-START##\n$storageLocation *(ro,sync,no_wdelay,no_subtree_check,insecure_locks,no_root_squash,insecure,fsid=0)\n$storageLocation/dev *(rw,async,no_wdelay,no_subtree_check,no_root_squash,insecure,fsid=1)\n##FOG-END-SHARE##" >> "$nfsconfig";
      

      I am not tested for the moment

      Olivier

      posted in General
      O
      olivierl
    • RE: erase of Exports File

      Hi
      I have tested this norming and it’s worrking for my case.

      Olivier

      posted in General
      O
      olivierl

    Latest posts made by olivierl

    • RE: iPXE Boot Menu Invalid Login

      Hye,

      I 've update to rc14 and now it’s working.

      Thanks

      posted in FOG Problems
      O
      olivierl
    • RE: iPXE Boot Menu Invalid Login

      @george1421 yes it is a built in user ,I do not use ldap plugin

      posted in FOG Problems
      O
      olivierl
    • RE: iPXE Boot Menu Invalid Login

      the password is the password i use to login with the console.
      I have paid attention to the case sensitive.
      And i change it for a very simple password (working on azerty ans qwerty): console web ok
      but not pxe menu.

      posted in FOG Problems
      O
      olivierl
    • RE: iPXE Boot Menu Invalid Login

      Yes i’ts the same and it’s working on the console .
      I try to add a new user but same problems.

      posted in FOG Problems
      O
      olivierl
    • iPXE Boot Menu Invalid Login
      Server
      • FOG Version: SVN Revision: 5957
      • OS: DEBIAN

      Hello,

      I am not able to enter in iPXE menu with the user and password after upgrade. (It was working before.)
      Invalid Login

      No error in Apache.
      Someone have a idea?

      Thanks

      posted in FOG Problems
      O
      olivierl
    • No source file passed when deploy
      Server
      • Version: Running Version 27
        SVN Revision: 5953
      • OS: debian jessie
      Client
      • Version: 11.5
      • OS: Windows linux
      Description

      Hye ,

      I can’t deploy with rc10
      I ve this message:
      no source file passed (writeimage).

      i certainly made ​​a mistake
      thank olivier

      posted in Bug Reports
      O
      olivierl
    • RE: erase of Exports File

      Hi,

      It’'s work but before use it i think i need to verify before if the line "/image and image/dev"exist
      To make the transition from a version that does not contain ##Fog–share-start##
      to avoid having 2 times sharing appear in the file

      posted in General
      O
      olivierl
    • RE: erase of Exports File

      Hi
      I have tested this norming and it’s worrking for my case.

      Olivier

      posted in General
      O
      olivierl
    • RE: Unknown Response: DateTimeZone::__construct(): Unknown or bad timezone ()

      Hye,

      Same here when deploy or upload a host error on host:

      Unknown Response: DateTimeZone::__construct(): Unknown or bad timezone ()
      

      same for printer blank page

      PHP Fatal error:  Call to private method Printer::loadHostsnotinme() from context 'FOGController' in /var/www/fog/lib/fog/FOGController.class.php on line 203, referer: http://10.31.28.21/fog/management/index.php?node=printer&sub=edit&id=1
      
      posted in Bug Reports
      O
      olivierl
    • RE: erase of Exports File

      Hi
      In your script before add share it can be this

      if [ -f $nfsconfig ]
          then
                    if  [ $(grep -c "##FOG-SHARE-START##" $nfsconfig) -ne 0 ]
                         then
                                  sed -in  '/##FOG-SHARE-START##/,/##FOG-END-SHARE##/{//d;D}' $nfsconfig
                    fi
      fi
      

      And add this configureNFS()

      echo -e "##FOG-SHARE-START##\n$storageLocation *(ro,sync,no_wdelay,no_subtree_check,insecure_locks,no_root_squash,insecure,fsid=0)\n$storageLocation/dev *(rw,async,no_wdelay,no_subtree_check,no_root_squash,insecure,fsid=1)\n##FOG-END-SHARE##" >> "$nfsconfig";
      

      I am not tested for the moment

      Olivier

      posted in General
      O
      olivierl