• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. o71
    O
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 15
    • Best 0
    • Controversial 0
    • Groups 0

    o71

    @o71

    0
    Reputation
    299
    Profile views
    15
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    o71 Unfollow Follow

    Latest posts made by o71

    • RE: Snapin and ftp password

      @tom-elliott @Sebastian-Roth Thanks ! Happy to help you 😉

      Have a nice day !

      posted in FOG Problems
      O
      o71
    • RE: Snapin and ftp password

      I think the problem is in the file ‘lib/client/snapinclient.class.php’

      I suggest to replace line :

      header("X-Sendfile: $SnapinFile");
      

      By

      header("X-Sendfile: $file");
      

      What do you think about it ?

      Thanks

      posted in FOG Problems
      O
      o71
    • Snapin and ftp password

      Hello,

      My FOG version is : 1.5.9.3

      While testing the snapin function, I noticed that I see the FTP password in clear when I launched a wireshark capture on the client workstation during the execution of the task (in an HTTP stream) :
      pb fog.PNG

      Is it normal, a problem with my configuration or a bug?

      Thank you.

      posted in FOG Problems
      O
      o71
    • RE: Update to 1.4.0 RC11 : Failed Backing up database

      @Tom-Elliott Its works! I’m with RC12 version with dev-branch. Thank you very much for your help.

      Running Version 1.4.0-RC-12
      SVN Revision: 6069
      
      posted in FOG Problems
      O
      o71
    • RE: Update to 1.4.0 RC11 : Failed Backing up database

      @Tom-Elliott
      The problem would come from the dev-branch and not from my server? If so, it is better that I stay for the moment in RC9.3 and I wait for another update? Or can I stay in the current state without fear of future problems?

      posted in FOG Problems
      O
      o71
    • RE: Update to 1.4.0 RC11 : Failed Backing up database

      @Tom-Elliott Its works ! What should I do now ? I do it :

      git checkout dev-branch
      
      posted in FOG Problems
      O
      o71
    • RE: Update to 1.4.0 RC11 : Failed Backing up database

      @Tom-Elliott Same problem 😞

      posted in FOG Problems
      O
      o71
    • RE: Update to 1.4.0 RC11 : Failed Backing up database

      @Tom-Elliott

      git status
      Sur la branche dev-branch
      Votre branche est à jour avec 'origin/dev-branch'.
      Modifications qui ne seront pas validées :
        (utilisez "git add <fichier>..." pour mettre à jour ce qui sera validé)
        (utilisez "git checkout -- <fichier>..." pour annuler les modifications dans la copie de travail)
      
              modifié :         src/ipxe/src-efi/config/console.h
              modifié :         src/ipxe/src/config/console.h
      
      Fichiers non suivis:
        (utilisez "git add <fichier>..." pour inclure dans ce qui sera validé)
      
              bin/checksum_init/
              bin/checksum_kernel/
              packages/FOGService.msi
              packages/clientfiles/
              packages/inits/
              packages/kernels/
              rpttmp/
      
      aucune modification n'a été ajoutée à la validation (utilisez "git add" ou "git commit -a")
      
      posted in FOG Problems
      O
      o71
    • RE: Update to 1.4.0 RC11 : Failed Backing up database

      @Tom-Elliott How can I find it ?

      posted in FOG Problems
      O
      o71
    • RE: Update to 1.4.0 RC11 : Failed Backing up database

      The apache error log :

      [Mon May 08 22:51:19.713234 2017] [:error] [pid 4949] [client X.X.X.X:63396] PHP Fatal error:  Uncaught exception 'LogicException' with message 'Class Manager could not be loaded' in /var/www/html/fog/lib/fog/plugin.class.php:307\nStack trace:\n#0 [internal function]: spl_autoload('Manager')\n#1 /var/www/html/fog/lib/fog/plugin.class.php(307): class_exists('Manager')\n#2 /var/www/html/fog/lib/fog/fogbase.class.php(1925): Plugin->getManager()\n#3 /var/www/html/fog/lib/fog/fogbase.class.php(596): FOGBase::getSubObjectIDs('Plugin', Array, 'name')\n#4 /var/www/html/fog/lib/fog/fogcore.class.php(171): FOGBase::getActivePlugins()\n#5 /var/www/html/fog/lib/fog/loadglobals.class.php(44): FOGCore::setEnv()\n#6 /var/www/html/fog/lib/fog/loadglobals.class.php(77): LoadGlobals::_init()\n#7 /var/www/html/fog/commons/base.inc.php(49): LoadGlobals->__construct()\n#8 /var/www/html/fog/service/getversion.php(30): require('/var/www/html/f...')\n#9 {main}\n  thrown in /var/www/html/fog/lib/fog/plugin.class.php on line 307
      
      
      posted in FOG Problems
      O
      o71