• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Matthieu Jacquart
    3. Posts
    • Profile
    • Following 0
    • Followers 1
    • Topics 71
    • Posts 509
    • Best 58
    • Controversial 0
    • Groups 0

    Posts made by Matthieu Jacquart

    • RE: MYSQL/HTTPD resource issues in 5020

      @Tom-Elliott For me too, cpu is running 100% due to apache2 and mysqld processes after svn 5020 upgrade.
      In web interface I’ve got these values : Load Average 96.24, 101.58, 106.29
      Not the first time I’ve got this issue after upgrading svn 😉

      posted in Bug Reports
      Matthieu JacquartM
      Matthieu Jacquart
    • RE: Several bug since svn 5004

      ok it seems good

      posted in Bug Reports
      Matthieu JacquartM
      Matthieu Jacquart
    • Several bug since svn 5004

      Hi

      I updated fog to svn 5004 monday morning, and there are several bugs (maybe present in older svn) :

      • button “cancel selected tasks” appears twice

      • blank page for printers membership

      • in host management I can see snapins associated to this host, but in snapins management there are no hosts in membership… It’s not blank page like for printers, just message “No results found”

      • but I can’t add snapin to host or host to snapin because when I check “Check here to see what snapins can be added”, nothing happen…

      Thanks

      posted in Bug Reports
      Matthieu JacquartM
      Matthieu Jacquart
    • RE: Unknown Response: DateTimeZone::__construct(): Unknown or bad timezone ()

      Yeah, it works 😉

      posted in Bug Reports
      Matthieu JacquartM
      Matthieu Jacquart
    • Unknown Response: DateTimeZone::__construct(): Unknown or bad timezone ()

      Hi

      Since Friday, I’ve got this error on all hosts

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

      I don’t know why, but I can’t deploy/upload images, deploy snapins…
      So it’s really annnoying !
      I try to add my time zone in php.ini

      date.timezone = Europe/Paris
      

      But no change…

      And in last svn (5004) I’ve got several bugs :

      • button “cancel selected tasks” appears twice

      • blank page for printers membership

      • in host management I can see snapins associated to this host, but in snapins management there are no hosts in membership… It’s not black page like for printers, just message “No results found”

      posted in Bug Reports
      Matthieu JacquartM
      Matthieu Jacquart
    • RE: Reinstall fog server SVN 1.3 - certificate problem ?

      Thanks !

      Reason is that these 3 passwords were identical

          Web Interface -> Storage Management -> Your storage node -> Management Username & Management Password
      
          Web Interface -> FOG Configuration -> FOG Settings -> TFTP Server -> FOG_TFTP_FTP_USERNAME & FOG_TFTP_FTP_PASSWORD
      
          /opt/fog/.fogsettings -> storageftpuser & storageftppass
      

      But not the local ‘fog’ user’s password on the Linux FOG server

      It works like that on previous installation, this time I changed the 3 others passwords to match with local fog user and everything is fine 😉

      posted in General
      Matthieu JacquartM
      Matthieu Jacquart
    • RE: Reinstall fog server SVN 1.3 - certificate problem ?

      Arf, new install seemed fine, but I tried to deploy host and I’ve got this error :

      Failed to create deployment tasking for the following hosts
      
      FOGFTP: Login failed. Host: 192.168.10.60, Username: fog, Password: JLeEBf2xZutR, Error: ftp_login(): Login incorrect.
      

      In my .fogsettings file there is :

      storageftpuser="fog";
      storageftppass='JLeEBf2xZutR';
      

      And I replaced line

      password='ukDg6bE1bVSE';
      

      With

      password='JLeEBf2xZutR';
      

      Like on previous server, but same error

      What is wrong ?

      Thanks
      Matthieu

      posted in General
      Matthieu JacquartM
      Matthieu Jacquart
    • RE: Printer Management New Client

      @Jbob One of the printers is most recalcitrant than others and mostly don’t appears on computers, including mine

      ------------------------------------------------------------------------------
      --------------------------------PrinterManager--------------------------------
      ------------------------------------------------------------------------------
       13/10/2015 13:33 Client-Info Version: 0.9.5
       13/10/2015 13:33 PrinterManager Running...
       13/10/2015 13:33 Middleware::Communication URL: http://192.168.10.60/fog/service/servicemodule-active.php?moduleid=printermanager&mac=74:27:EA:6C:AA:0D|&newService=1
       13/10/2015 13:33 Middleware::Communication Response: Success
       13/10/2015 13:33 Middleware::Communication URL: http://192.168.10.60/fog/service/Printers.php?mac=74:27:EA:6C:AA:0D|&newService=1
       13/10/2015 13:33 Middleware::Communication Response: Success
       13/10/2015 13:33 PrinterManager Creating list of printers
       13/10/2015 13:33 PrinterManager Creating printer objects
       13/10/2015 13:33 Middleware::Communication URL: http://192.168.10.60/fog/service/Printers.php?id=37&mac=74:27:EA:6C:AA:0D|&newService=1
       13/10/2015 13:33 Middleware::Communication Response: Success
       13/10/2015 13:33 Middleware::Communication URL: http://192.168.10.60/fog/service/printerlisting.php?newService=1
       13/10/2015 13:33 Middleware::Communication Response: Success
       13/10/2015 13:34 PrinterManager Adding printers
       13/10/2015 13:34 NetworkPrinter Attempting to add printer:
       13/10/2015 13:34 NetworkPrinter --> Name = \\impression\S107Laser1
       13/10/2015 13:36 Service ERROR: L'exécution du processus doit être terminée pour que les informations demandées puissent être déterminées.
      ------------------------------------------------------------------------------
      

      I can add it manually but it doesn’t work with fog client

      And on computers, I saw that printers follow users, and this behaviour doesn’t happen with 0.3 client. If you look at picture

      fog.JPG

      There is

      • a local printer (PDF), which has to appear on each computer,
      • Photocopieur, created by GPO on all user, so that’s ok,
      • and 3 ohers printers. But on the 3, only one has to appear, the 2 others are previous printers mapped by fog and normally deleted.
        So users have a lot of printers, and only the good ones.

      If you want a teamviewer session, I can give you access code by PM

      posted in Bug Reports
      Matthieu JacquartM
      Matthieu Jacquart
    • RE: PHP Fatal error in User.class.php on line 61? Build 4910

      @Andy-Nicolson For those who wants to return to previous version, you can do a

      svn up -r 4132
      

      and then make install to return to git 4906 version.
      Or wait for Tom resolve bug 😉

      posted in Bug Reports
      Matthieu JacquartM
      Matthieu Jacquart
    • RE: PHP Fatal error in User.class.php on line 61? Build 4910

      Hi,

      For me, with 4910 I can’t login, nothing happens, stays on index.php page.
      With 4906 no problem

      posted in Bug Reports
      Matthieu JacquartM
      Matthieu Jacquart
    • RE: Reinstall fog server SVN 1.3 - certificate problem ?

      Ok great, Let’s go 😉

      Thanks !

      posted in General
      Matthieu JacquartM
      Matthieu Jacquart
    • RE: Reinstall fog server SVN 1.3 - certificate problem ?

      @Tom-Elliott Ok Thanks !

      So just create new debian server, put opt/fog in place, and then run installer, so certificate must be the same ?
      And I have to install 1.2 then svn or directly svn ?

      posted in General
      Matthieu JacquartM
      Matthieu Jacquart
    • Reinstall fog server SVN 1.3 - certificate problem ?

      Hi,

      Before doing mistakes, I would like to know good practice for reinstalling my fog server which is running svn 1.3 and new client. Main question is about client certificate, I dont’ want to reinstall all computers because of this.
      I made a backup of database and images, I saved /opt/fog folder (for snapins and .fogsettings) and var/www/fog folder (for CA.cert).
      Is there other things to know about migration ?
      Is there a risk with ca.perm file ?

      Thanks
      Matthieu

      posted in General
      Matthieu JacquartM
      Matthieu Jacquart
    • Printer Management New Client

      @Jbob Hi Jbob, I’ve got some trouble with network printers :

      • teachers told me that in some classroom, printers is not mapped on all computers. I verified computer configuration, and print service is ok, printer is associated with client, everything seems fine. And fog.log is ok too
      ------------------------------------------------------------------------------
      --------------------------------PrinterManager--------------------------------
      ------------------------------------------------------------------------------
       06/10/2015 13:51 Client-Info Version: 0.9.5
       06/10/2015 13:51 PrinterManager Running...
       06/10/2015 13:51 Middleware::Communication URL: http://192.168.10.60/fog/service/servicemodule-active.php?moduleid=printermanager&mac=B0:83:FE:94:98:92|&newService=1
       06/10/2015 13:51 Middleware::Communication Response: Success
       06/10/2015 13:51 Middleware::Communication URL: http://192.168.10.60/fog/service/Printers.php?mac=B0:83:FE:94:98:92|&newService=1
       06/10/2015 13:51 Middleware::Communication Response: Success
       06/10/2015 13:51 PrinterManager Creating list of printers
       06/10/2015 13:51 PrinterManager Creating printer objects
       06/10/2015 13:51 Middleware::Communication URL: http://192.168.10.60/fog/service/Printers.php?id=27&mac=B0:83:FE:94:98:92|&newService=1
       06/10/2015 13:51 Middleware::Communication Response: Success
       06/10/2015 13:51 Middleware::Communication URL: http://192.168.10.60/fog/service/printerlisting.php?newService=1
       06/10/2015 13:51 Middleware::Communication Response: Success
       06/10/2015 13:51 PrinterManager Adding printers
       06/10/2015 13:51 PrinterManager \\impression\s107laser1 already exists
      ------------------------------------------------------------------------------
      

      But printer not appears…

      • second problem, with client 0.3 and fog 1.2, only printer associated appears on computer. With client 0.9.5 and fog 1.3, students and teachers also see printers of other classroom. They have sometimes 4 or 5 printers, from older connexions, instead of just one.
        I used FOG “Managed Printers” parameters, so in theory, I should have the printer associated to the host and local printer (like PDF).

      Thanks
      Matthieu

      posted in Bug Reports
      Matthieu JacquartM
      Matthieu Jacquart
    • RE: r4850 Fedora 21 - Host management - viewing a host's general page.

      same problem here 😉

      posted in Bug Reports
      Matthieu JacquartM
      Matthieu Jacquart
    • RE: Reset Encryption Data

      @Tom-Elliott It appears randomly, for example on my computer, on fresh install windows 10.
      When I look into log, regularly I have the error I posted before, I had to reset encryption data and it works for few days.
      And in groups configuration, I’ve got sometimes clients which retired from groups, some services which deactivate…

      posted in General
      Matthieu JacquartM
      Matthieu Jacquart
    • RE: Reset Encryption Data

      Hi

      I update my post, because regularly, I have to click on reset encryption data on several host.
      If not, fog.log give me a message

      ------------------------------------------------------------------------------
      --------------------------------HostnameChanger-------------------------------
      ------------------------------------------------------------------------------
       05/10/2015 09:18 Client-Info Version: 0.9.5
       05/10/2015 09:18 HostnameChanger Running...
       05/10/2015 09:18 Middleware::Communication URL: http://192.168.10.60/fog/service/servicemodule-active.php?moduleid=hostnamechanger&mac=74:27:EA:6C:AA:0D|&newService=1
       05/10/2015 09:18 Middleware::Communication Response: Success
       05/10/2015 09:18 Middleware::Communication URL: http://192.168.10.60/fog/service/hostname.php?moduleid=hostnamechanger&mac=74:27:EA:6C:AA:0D|&newService=1
       05/10/2015 09:18 Middleware::Communication Response: Invalid host certificate
       05/10/2015 09:18 Middleware::Communication URL: http://192.168.10.60/fog/management/other/ssl/srvpublic.crt
       05/10/2015 09:18 Data::RSA CA cert found
       05/10/2015 09:18 Middleware::Authentication Cert OK
       05/10/2015 09:18 Middleware::Communication POST URL: http://192.168.10.60/fog/management/index.php?sub=authorize
       05/10/2015 09:18 Middleware::Communication Response: Invalid security token
      

      Is this normal ? How to do this not happen anymore ?

      posted in General
      Matthieu JacquartM
      Matthieu Jacquart
    • RE: Select hosts in a group to deploy just a part

      @Wayne-Workman You’r right, I really never think to this…
      So I can do this if needed, and if Tom can implement that function, it will be great 😉

      posted in Feature Request
      Matthieu JacquartM
      Matthieu Jacquart
    • RE: Select hosts in a group to deploy just a part

      Yeah thanks, I give you again more work ^^
      I wish this functionnality for a long time and I’m also surprised nobody ask for it before 😉
      I just can’t imagine how many time you spend on this project, you and all people who are working on fog, thanks again.

      posted in Feature Request
      Matthieu JacquartM
      Matthieu Jacquart
    • Select hosts in a group to deploy just a part

      Hi,

      I never found this possibility, I don’t know if this request has already be made, but I really like to be able to select several hosts on a group to deploy them.
      Some times I don’t want to deploy just on host or an entire group, but for example 15 computers on 20 in a group.
      For now, I depoy hosts one by one, or I select the entire group and I remove hosts I don’t want to deploy…

      I imagine something like in the “List all host” page (in hosts management or task management), possibility to check several computer and have a button to deploy them.

      Thanks in advance !
      Matthieu

      posted in Feature Request
      Matthieu JacquartM
      Matthieu Jacquart
    • 1 / 1