• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. lebrun78
    3. Posts
    L
    • Profile
    • Following 1
    • Followers 1
    • Topics 53
    • Posts 314
    • Best 11
    • Controversial 0
    • Groups 0

    Posts made by lebrun78

    • RE: Error upgrading from 1.2 to 1.3 rc 25

      Error is in the file /opt/fogproject/packages/web/commons/init.php, no ?

      posted in FOG Problems
      L
      lebrun78
    • RE: Error upgrading from 1.2 to 1.3 rc 25

      Hello,

      Here is the apache error:

      [Thu Nov 24 10:34:48 2016] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
      [Thu Nov 24 10:34:48 2016] [notice] Digest: generating secret for digest authentication …
      [Thu Nov 24 10:34:48 2016] [notice] Digest: done
      [Thu Nov 24 10:34:48 2016] [notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.3.3 mod_ssl/2.2.15 OpenSSL/1.0.1e-fips configured – resuming normal operations
      [Thu Nov 24 10:34:55 2016] [error] [client 192.168.122.3] PHP Parse error: syntax error, unexpected ‘&’ in /var/www/html/fog/commons/init.php on line 109
      [Thu Nov 24 10:37:27 2016] [error] [client 192.168.122.1] PHP Parse error: syntax error, unexpected ‘&’ in /var/www/html/fog/commons/init.php on line 109
      [Thu Nov 24 10:37:35 2016] [error] [client 192.168.122.1] PHP Parse error: syntax error, unexpected ‘&’ in /var/www/html/fog/commons/init.php on line 109

      posted in FOG Problems
      L
      lebrun78
    • Error upgrading from 1.2 to 1.3 rc 25
      Server
      • FOG Version: 1.20 to 1.3. rc 25
      • OS: centos 6
      Client
      • Service Version:
      • OS:
      Description

      Error during uppgrade

      Here the tail of fog_error_1.3.0-RC-25.log :
      Nouveau mot de passe : Retapez le nouveau mot de passe : Changement de mot de passe pour l’utilisateur fog.
      passwd : mise à jour réussie de tous les jetons d’authentification.
      Arrêt de FOGMulticastManager : [ OK ]
      Arrêt de FOGImageReplicator : [ OK ]
      Arrêt de FOGTaskScheduler : [ OK ]
      Arrêt de mysqld : [ OK ]
      Démarrage de mysqld : [ OK ]
      mysqld (pid 3639) en cours d’exécution…
      Arrêt de httpd : [ OK ]
      Arrêt de php-fpm : [ÉCHOUÉ]
      Generating RSA private key, 4096 bit long modulus
      …++
      …++
      e is 65537 (0x10001)
      You are about to be asked to enter information that will be incorporated
      into your certificate request.
      What you are about to enter is what is called a Distinguished Name or a DN.
      There are quite a few fields but you can leave some blank
      For some fields there will be a default value,
      If you enter ‘.’, the field will be left blank.

      Country Name (2 letter code) [XX]:State or Province Name (full name) []:Locality Name (eg, city) [Default City]:Organization Name (eg, company) [Default Company Ltd]:Organizational Unit Name (eg, section) []:Common Name (eg, your name or your server’s hostname) []:Email Address []:Generating RSA private key, 4096 bit long modulus
      …++
      …++
      e is 65537 (0x10001)
      You are about to be asked to enter information that will be incorporated
      into your certificate request.
      What you are about to enter is what is called a Distinguished Name or a DN.
      There are quite a few fields but you can leave some blank
      For some fields there will be a default value,
      If you enter ‘.’, the field will be left blank.

      Country Name (2 letter code) [XX]:State or Province Name (full name) []:Locality Name (eg, city) [Default City]:Organization Name (eg, company) [Default Company Ltd]:Organizational Unit Name (eg, section) []:Common Name (eg, your name or your server’s hostname) []:Email Address []:
      Please enter the following ‘extra’ attributes
      to be sent with your certificate request
      A challenge password []:An optional company name []:Signature ok
      subject=/CN=192.168.122.3
      Getting CA Private Key
      ln: création d’un lien symbolique « /var/www/html/fog/fog »: Le fichier existe
      Arrêt de httpd : [ OK ]
      Démarrage de httpd : httpd: apr_sockaddr_info_get() failed for fogus-maquette.istic.univ-rennes1.fr
      httpd: Could not reliably determine the server’s fully qualified domain name, using 127.0.0.1 for ServerName
      [ OK ]
      Arrêt de php-fpm : [ÉCHOUÉ]
      Démarrage de php-fpm : [ OK ]
      httpd (pid 4485) en cours d’exécution…
      php-fpm (pid 4530) en cours d’exécution…
      –2016-11-24 10:34:55-- http://192.168.122.3//fog//maintenance/backup_db.php
      Connexion vers 192.168.122.3:80…connecté.
      requête HTTP transmise, en attente de la réponse…500 Internal Server Error
      2016-11-24 10:34:55 ERREUR 500: Internal Server Error.

      posted in FOG Problems
      L
      lebrun78
    • Deploy wim images with fog

      I have 400 machines, half linux, half windows and fog is a nice tool to deploy all types of system.

      Wim files are easy to create but not easy to deploy without sccm and I don’t have any AD in my network.
      Would it be possible to deploy wim image with fog.

      posted in General
      L
      lebrun78
    • RE: FOG prompts me to update the database...

      I have the same problem to upgrage from 0.32 to 1.2.0
      My database works, I can connect to it in command line and list databases, tables using loging/password defined in /opt/fog/service/etc/config.php…
      No error code in html database upgrade report :

      Database Schema Installer / Updater
      
      Update/Install Failed!
      The following errors occured
      
      Update ID: 1 - 0
      
      Database Error:
      
      Database SQL:
      
      CREATE DATABASE fog
      
      Update ID: 1 - 1
      
      Database Error:
      
      Database SQL:
      
      CREATE TABLE  `fog`.`groupMembers` (
      	  `gmID` int(11) NOT NULL auto_increment,
      	  `gmHostID` int(11) NOT NULL,
      	  `gmGroupID` int(11) NOT NULL,
      	  PRIMARY KEY  (`gmID`),
      	  KEY `new_index` (`gmHostID`),
      	  KEY `new_index1` (`gmGroupID`)
      	) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC
      
      Update ID: 1 - 2
      
      Database Error:
      
      Database SQL:
      
      CREATE TABLE  `fog`.`groups` (
      	  `groupID` int(11) NOT NULL auto_increment,
      	  `groupName` varchar(50) NOT NULL,
      	  `groupDesc` longtext NOT NULL,
      	  `groupDateTime` datetime NOT NULL,
      	  `groupCreateBy` varchar(50) NOT NULL,
      	  `groupBuilding` int(11) NOT NULL,
      	  PRIMARY KEY  (`groupID`),
      	  KEY `new_index` (`groupName`)
      	) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1
      
      Update ID: 1 - 3
      ................
      
      posted in FOG Problems
      L
      lebrun78
    • RE: Booting MDT 2013 LiteTouch with FOG

      I don’t have entry with kernel http://${next-server}/wimboot
      How shoult I get this ? Should it be mdtboot and not wimboot ?
      and not initrd http://${next-server}/mdtboot/${arch}/ISO/boot/bcd BCD but * initrd http://${next-server}/mdtboot/${arch}/media/boot/bcd BCD*

      posted in Tutorials
      L
      lebrun78
    • RE: Booting MDT 2013 LiteTouch with FOG

      This tutorial is written for 1.30 fog version
      how to add the same PXE parameters in 1.2.0 fog ?

      posted in Tutorials
      L
      lebrun78
    • RE: boot PXE issue check if .mntcheck exist

      thanks,
      /images/.mntcheck added, then it woks
      I don’t know why it disappeared ? Error from me ?

      posted in FOG Problems
      L
      lebrun78
    • boot PXE issue check if .mntcheck exist

      Hello
      I 've a problem booting on pxe. The client show me a failed for* “checking Mounted File system” *
      “Could not verify mount point, check if .mntcheck exists (/bin:/fog.download)”

      on the fog serveur* find / -iname “.mntcheck” * result : * /images/dev/.mntcheck*

      Could you help me resolv this problem ?

      (CentOS Linux release 7.2.1511, fog 1.30)

      posted in FOG Problems
      L
      lebrun78
    • RE: Add several option in boot menu with fog 1.2.0

      @Tom-Elliott
      I can’t found files modified.
      To appease my curiosity, could you tell me which files are modified ?

      posted in FOG Problems
      L
      lebrun78
    • RE: Add several option in boot menu with fog 1.2.0

      @Wayne-Workman
      Thanks, with this example, it is much clearer for me now

      posted in FOG Problems
      L
      lebrun78
    • RE: Add several option in boot menu with fog 1.2.0

      Thanks Tom

      posted in FOG Problems
      L
      lebrun78
    • Add several option in boot menu with fog 1.2.0

      Hello,

      I’m new in my IT team.
      Currently we use 0.32 fog version with win7 stations .
      Our fog server is also dhcp, dns.
      We use MDT 10 to prepare the master and deploy after with fog. So, in the boot menu, we have added a enter to load winpe by pxe on the fog server.

      I’m working to migrate to windows 10 all stations.
      So I chose to install a model with a fog 1.2.0 over centos 7.
      But the layout of pxe configuration changed between 032 and 1.2. No more pxelinux.cfg/default for differents choise in boot menu.
      I have not found any document like this one https://wiki.fogproject.org/wiki/index.php/Include_any_ISO_in_the_FOG_Bootmenu to modify boot menu.
      I’m looking for a direction for the solution.

      Could you help me ?

      posted in FOG Problems
      L
      lebrun78
    • RE: How to add live cd iso to Fog 1.2 on Ubuntu 12.04

      I’m lost !! I use fog 1.2.0 and I want to add a pxe load of a wim (winpe) image to use MDT config to the menu .
      Which file do you edit ? Is it /tftpboot/default.ipxe ? I can’t see the name of the file you edit in this thread !

      Thx

      posted in Tutorials
      L
      lebrun78
    • 1 / 1