• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Lenain
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 24
    • Posts 108
    • Best 9
    • Controversial 0
    • Groups 0

    Posts made by Lenain

    • FOG Imaging log - No result found
      Server
      • FOG Version: 1.3.3
      • OS: Ubuntu 14.04.1LTS
      Client
      • Service Version: 11.8
      • OS: W7 64bits
      Description

      Hello,
      Since few days I can’t reach FOG Imaging log, I got “No result found” and the “Select the date range” don’t appear. I’ve tried to change memory_limit in php.ini but nothing change.

      posted in FOG Problems
      LenainL
      Lenain
    • RE: Post Sysprep Driver Install

      @TrinityAcademy
      Hello,
      You can install specifics drivers during sysprep.
      In the regitry at “HKLM\HARDWARE\DESCRIPTION\System\BIOS\SystemProductName” you have the machine model or at “HKLM\HARDWARE\DESCRIPTION\System\BIOS\BaseBoardProduct” you got motherboard model. If you place your drivers at “C:\Windows\Drivers\MyModel1”, “C:\Windows\Drivers\MyModel2”… you can edit “HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\DevicePath” to add the path driver of your model.

      To do so I’ve developed a vbs script , you can edit it with Notepad++ to adapt it to your system.

      Here is the steps:
      1-place your script to “C:\Windows\Setup\Scripts\EditDriverPack.vbs”
      2-execute your xml sysprep (ex: sysprep /generalize /oobe /quit /unattend:unattend.xml)
      3-enter this in a cmd line:

      reg add HKLM\System\Setup /v CmdLine /t REG_SZ /d "cmd /c cscript //nologo C:\Windows\Setup\Scripts\EditDriverPack.vbs" /f
      

      Reboot your computer to upload it to fog.

      There is also a debug mode in this script, it allow you to use cmd line in sysprep just before drivers installation.

      posted in General
      LenainL
      Lenain
    • RE: Install FOG 1.3.3 with wget or git

      @Wayne-Workman said in Install FOG 1.3.3 with wget or git:

      e

      Ok, thank you. I will try 1.3.5 before ending my procedure.

      posted in General Problems
      LenainL
      Lenain
    • RE: Install FOG 1.3.3 with wget or git

      @Wayne-Workman
      Thanks for answering but I don’t want to update to fog 1.3.4 but to fog 1.3.3, if I follow your instruction it install FOG 1.3.4.

      posted in General Problems
      LenainL
      Lenain
    • RE: Install FOG 1.3.3 with wget or git

      Thanks for your help, I’m on Ubuntu 14.04 LTS and my git version is 1.9.1

      posted in General Problems
      LenainL
      Lenain
    • RE: 300 MAC OSX and 50 Windows PXE problem

      Hello,
      It’s possible with some models, HP got BiosConfigUtility.exe and Dell got cctk.exe. With both you can deploy a batch via GPO to change BIOS options. Ex with cctk:
      Batch.bat:

      @"\\MyServer\MyShare\Bios\Dell\W7\cctk.exe" --valsetuppwd MyBiosPass -i "\\MyServer\MyShare\Bios\Dell\CPQSETUP.TXT"
      

      CPQSETUP.TXT:

      [cctk]
      bootorder=legacytype,+embnic,+hdd,-cdrom,-usbdev,,-floppy
      wakeonlan=enable
      
      posted in General Problems
      LenainL
      Lenain
    • Install FOG 1.3.3 with wget or git

      Hello,
      I have FOG 1.3.3 and i’m totally satisfied of it. I want to write an update procedure for my colleagues, but I can’t reach fog_1.3.3.tar.gz with git and wget download an empty file. I’ve tried to download on github with Firefox but the file is only 15M instead of 71M (comparing with the file in my reference server)
      Does 1.3.3 download is broken?

      posted in General Problems
      LenainL
      Lenain
    • RE: Organizations Using FOG

      Organizations Using FOG:
      I got two organizations:

      Organization Name: Lycée Eugène Livet
      Location: Nantes, France
      Approximate Number of systems: 1200
      How long: 3 years
      alt text

      Organization Name: E.R.E.A. La Rivière
      Location: Nantes, France
      Approximate Number of systems: 100
      How long: 2 years
      alt text

      posted in General
      LenainL
      Lenain
    • RE: Can't change language in 1.3.3

      @Tom-Elliott
      Thank you, it work fine! Here my po file, it is perfectible but better french than google trad 😉
      0_1486735555898_messagesFR3.po

      posted in FOG Problems
      LenainL
      Lenain
    • RE: Can't change language in 1.3.3

      @Tom-Elliott
      Hello,
      Ok thanks, I’ve made the mo file. How could I use it now? By the way, do you want my po file?

      posted in FOG Problems
      LenainL
      Lenain
    • Can't change language in 1.3.3
      Server
      • FOG Version: 1.3.3
      • OS: Ubuntu 14.04.1 LTS
      Client
      • Service Version: 11.8
      • OS: Windows 7 Pro 64 bits
      Description

      I have made a messages.po file for french language, I’ve put it in /var/www/html/fog/management/languages/fr_FR.UTF-8/LC_MESSAGES/messages.po but even if I set french in login page, set it in fog settings FOG_DEFAULT_LOCALE and restart apache2 service it still in english. Could you help?
      Thanks

      posted in FOG Problems
      LenainL
      Lenain
    • RE: 1.3.3 to 1.3.4 - Delayed Tasks don't work anymore

      @Tom-Elliott
      Hello,
      Thanks for your answer, I will wait for 1.3.5 release.

      posted in FOG Problems
      LenainL
      Lenain
    • RE: Kernel Update FOG 1.3.4

      @rdaval3
      Bonjour,
      J’avais le même problème que vous, pour le résoudre j’ai ajouté mon proxy à l’environnement:

      vim /etc/environment
      

      Puis j’ai ajouté ces lignes en fin de fichier:

      http_proxy="http://AdresseIPduProxy:port/"
      https_proxy="http://AdresseIPduProxy:port/"
      

      J’ai ensuite enregistré, après je suis allé sur la console web FOG dans “FOG Configuration” -> “FOG Settings” -> “Proxy settings” et ai ajouté les paramètres de proxy.
      Comme vous l’avez proposé j’ai modifié le fichier “/var/www/html/fog/lib/pages/fogconfigurationpage.class.php” et ai remplacé

      ’https://fogproject.org/kernels/kernelupdate.php?version=%s’
      

      par

      ’https://fogproject.org/kernels/kernelupdate.php?version=’
      

      J’ai redémarré mon serveur FOG et j’ai pu mettre à jour le Kernel.

      posted in FOG Problems
      LenainL
      Lenain
    • 1.3.3 to 1.3.4 - Delayed Tasks don't work anymore
      Server
      • FOG Version: 1.3.4
      • OS: Ubuntu 14.04.1
      Client
      • Service Version: 11.9
      • OS: Windows 7 pro 64bits
      Description

      I have tried an update from 1.3.3 to 1.3.4 because cron tasks don’t work and kernel update page can’t pass trough proxy. The update work fine but delayed tasks don’t work any more and cron tasks still don’t work.

      posted in FOG Problems
      LenainL
      Lenain
    • RE: FOG 1.3.3 Kernel Update - Unable to contact server

      @Lenain
      With help I have find a solution:
      Put proxy settings in fog configuration page
      Edit fogconfigurationpage.class.php, change ’https://fogproject.org/kernels/kernelupdate.php?version=%s’ to ’https://fogproject.org/kernels/kernelupdate.php?version=’.

      posted in FOG Problems
      LenainL
      Lenain
    • RE: Kernel Update FOG 1.3.4

      @rdaval3
      Thanks for that tip 😉 It work fine for me with ’https://fogproject.org/kernels/kernelupdate.php?version=’. I’ve let the proxy setting in fog and change fogconfigurationpage.class.php and now I have the kernel update page.

      posted in FOG Problems
      LenainL
      Lenain
    • RE: FOG 1.3.3 Kernel Update - Unable to contact server

      @Lenain
      Here the issue:
      KernelUpdateFail
      And sometime I got a message error from my proxy:
      KernelUpdateFailProxy
      Translate: “You got this page because your web browser is not configured with the proxy setting…”

      Do I have to add proxy settings somewhere else?
      Thanks

      posted in FOG Problems
      LenainL
      Lenain
    • RE: FOG 1.3.3 Kernel Update - Unable to contact server

      @george1421
      Hello,
      I’ve tried an upgrade to 1.3.4, nothing change and worst delayed tasks don’t work anymore… I have rollback with a snapshot.

      posted in FOG Problems
      LenainL
      Lenain
    • RE: Sysprep issue with FOG_CHANGE_HOSTNAME_EARLY

      @Joe-Schmitt
      It work fine now, thanks.

      posted in Windows Problems
      LenainL
      Lenain
    • RE: Sysprep issue with FOG_CHANGE_HOSTNAME_EARLY

      @Joe-Schmitt
      Thanks for your quick answer, I’m changing that.
      In the futures developments could it be possible for FOGService to check registry values hklm\system\setup\SetupPhase, SetupType and SystemSetupInProgress? If they are all at 0 it means that sysprep is done, so FOGService could do nothing until those values are at 0?

      posted in Windows Problems
      LenainL
      Lenain
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 3 / 6