• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Claude Girard
    3. Posts
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 15
    • Posts 87
    • Best 6
    • Controversial 0
    • Groups 0

    Posts made by Claude Girard

    • RE: Imaging log not displaying logs

      @Tom-Elliott said in Imaging log not displaying logs:

      Confirmed and fixed in latest.

      Yes but now all imaging tasks are seen, not only those between start and end date

      And in snapins log, only today log is correct.
      With a start and end date, even if they are the same, result is not at specified dates

      posted in Bug Reports
      C
      Claude Girard
    • RE: Deploy all snapins is confused

      @Tom-Elliott said in Deploy all snapins is confused:

      Mind running:

      wget -O /var/www/fog/lib/client/snapinclient.class.php https://raw.githubusercontent.com/FOGProject/fogproject/working-RC-11/packages/web/lib/client/snapinclient.class.php

      And testing another set of “all snapin” deployment? I’m hoping this was simply an ordering issue so the first iteration was out of whack. Why it worked with some and not others I don’t know, but I also am trying to make sure the snapins able to be “priority based” simply by the name of the snapin. I had it this way, but didn’t think much of it. Basically I think it was getting the snapins in order of the name, but the “index” it was looking for of the snapin tasking was mis represented.

      It seems ok now for me with this new version of snapinclient.class.php
      Snapins are deployed in alphabetical order, seen in active snapin tasks windows.

      With old version, when looking at active snapin tasks, they was deployed in same order than declaring them in host snapins.

      I mark this solved.

      Thank you Tom, it was so strange that it was a pain to explain

      .

      posted in Bug Reports
      C
      Claude Girard
    • RE: Deploy all snapins is confused

      @Brian-David said in Deploy all snapins is confused:

      I can confirm I have this exact same problem. After imaging a computer I deployed all snap-ins and the process failed on the first snap-in saying that the hash does not match. If I install a single snap-in, it works fine.

      I have sent my snapin files and my test results to Wayne.
      But maybe can you try this to confirm my analyze:

      • remove all snapins for this host
      • add sanpin 1
      • add snapin 2
      • deploy all snapins, it fails
      • remove all snapins
      • add snapin 2
      • add snapin 1
      • deploy all snapins, it works

      Just revert order, but I can’t say if alphabetical order of snapin name or alphabetical order of file name should be the cause, or anything else

      posted in Bug Reports
      C
      Claude Girard
    • RE: Deploy all snapins is confused

      @Wayne-Workman said in Deploy all snapins is confused:

      @Claude-Girard Can you provide steps to - from scratch - replicate the issue? We’re trying to but haven’t succeeded. We don’t have your snapins, so we need replication steps from scratch.

      Yes I’ll try tomorrow.
      I say try because it’s difficult to reproduce from scratch, it’s not really clear, I tried several combination, but with no success for finding at least one rule I can repeat.

      If necessary I can share my files and snapins config

      But I will try with no snapin at all, and adding some of them.
      In my last try, removing one of them solved the issue, but I can’t affirm that THIS snapin was the cause

      So after a good night, maybe …

      posted in Bug Reports
      C
      Claude Girard
    • RE: Deploy all snapins is confused

      So if I change order for my snapins:

      0_1473689761876_Capture d’écran_2016-09-12_16-10-42.png

      Now my exe one is the first

      But on client when deployed:

      0_1473689809827_Capture d’écran_2016-09-12_16-12-55.png

      The name of the downloaded file is the one for the text file, but with size of my exe one !!!

      Can I have a database problem if no other user has this problem ?

      posted in Bug Reports
      C
      Claude Girard
    • RE: Deploy all snapins is confused

      @Wayne-Workman said in Deploy all snapins is confused:

      @Claude-Girard Can you post a screen shot of the snapins for “All Snapins” task? There should be a single entry in Task Management, but several under “active snapin tasks”.

      Active tasks:

      0_1473689156921_Capture d’écran_2016-09-12_16-01-47.png

      Active snapin tasks:

      0_1473689190771_Capture d’écran_2016-09-12_16-02-01.png

      For the first one like I said before, my txt file is downloaded but is rename like the exe file of the second snapin.
      I opened it with note pad and it’ my real txt file, not an exe one.

      I’ll try to invert them and I’ll tall you what happen

      posted in Bug Reports
      C
      Claude Girard
    • RE: Deploy all snapins is confused

      @Wayne-Workman said in Deploy all snapins is confused:

      This is the only snapin that isn’t working? Snapins are designed for executables, I’m not sure how they would work with a non-executable.

      What you might be looking for are SnapinPacks. You can deploy a batch file along-side this text file, to copy the file where it needs to go. You can find some details here:
      https://wiki.fogproject.org/wiki/index.php?title=SnapinPacks

      No I saw the same issue with several executable snapins.
      And deploying alone is ok.
      For a long time, I deployed msi, bat, copy files on client, etc …

      And yes I have seen this new feature, snapin pack, wich is wonderfull.
      The first time I saw this issue was with snapin pack

      But I could try again to verify with only snapin pack

      posted in Bug Reports
      C
      Claude Girard
    • RE: Deploy all snapins is confused

      And my second message is after the third, not my day 🙂

      posted in Bug Reports
      C
      Claude Girard
    • RE: Deploy all snapins is confused

      Really confused.

      Forget the second message, attached files are not here and a few text dissapeared

      My first screen capture, to see the 3 snapins on host:

      0_1473674140105_Capture d’écran_2016-09-12_11-14-24.png

      Second one to see what happened on client host tmp directory:

      0_1473674170457_Capture d’écran_2016-09-12_11-07-06.png

      And third to see hash corresponding to other snapin:

      0_1473674208170_Capture d’écran_2016-09-12_11-29-25.png

      posted in Bug Reports
      C
      Claude Girard
    • RE: Deploy all snapins is confused

      I’m confused too, because I can’t attach screen capture, tried three times before:

      Server
      • Version: 1.3.0-RC-10 SVN 5955
      • OS: Debian 8.5
      Client
      • Version: 0.11.5
      • OS: Win 8.1
      Description

      Hi,

      I’ll try to explain clearly but strange Issue.
      If a host has several snapins, and I want to deploy all snapins, on client the first downloaded file in tmp fog directory, is renamed with the name of the file from another snapin.
      Client doesn’t install it, because hash doesn’t match.
      Next snapins are correctly installed

      When deploying individually, each snapin is installed correctly.

      For example, I have a host with 3 snapins:

      0_1473674022532_Capture d’écran_2016-09-12_11-14-24.png

      When I deploy all snapins, on client in tmp directory, I see this file:

      0_1473674034449_Capture d’écran_2016-09-12_11-07-06.png

      But size file doesn’t match the real size of my exe file, it’s size of a text file in my snapin named “MP active-labview-mp207”

      And in log file on client I see:

      12/09/2016 11:06 Client-Info Client Version: 0.11.5
      12/09/2016 11:06 Client-Info Client OS: Windows
      12/09/2016 11:06 Client-Info Server Version: 1.3.0-RC-10
      12/09/2016 11:06 Middleware::Response Success
      12/09/2016 11:06 SnapinClient Snapin Found:
      12/09/2016 11:06 SnapinClient ID: 4687
      12/09/2016 11:06 SnapinClient Name: GACO-Freeplane
      12/09/2016 11:06 SnapinClient Created: 2016-09-12 11:07:25
      12/09/2016 11:06 SnapinClient Action:
      12/09/2016 11:06 SnapinClient Pack: False
      12/09/2016 11:06 SnapinClient Hide: False
      12/09/2016 11:06 SnapinClient Server:
      12/09/2016 11:06 SnapinClient TimeOut: 0
      12/09/2016 11:06 SnapinClient RunWith:
      12/09/2016 11:06 SnapinClient RunWithArgs:
      12/09/2016 11:06 SnapinClient Args:
      12/09/2016 11:06 SnapinClient File: Freeplanedep.exe
      12/09/2016 11:06 Middleware::Communication Download: http://crim-fog/fog/service/snapins.file.php?mac=18:03:73:B0:26:18||00:00:00:00:00:00:00:E0&taskid=4687
      12/09/2016 11:06 SnapinClient C:\Program Files (x86)\FOG\tmp\Freeplanedep.exe
      12/09/2016 11:06 SnapinClient ERROR: Hash does not match
      12/09/2016 11:06 SnapinClient ERROR: --> Ideal: D26504FB5B8AD5274FB9A20D7E3D10F4B62A85468FE74D9DD95959FC0DEADAB4BCA2E596D39938888FE982A731791DCFDF12C108FA565ECF8992A826C70C9BF2
      12/09/2016 11:06 SnapinClient ERROR: --> Actual: 1C894D7F5D1D1B7FB1258ADA105114CA8CC8E9936B909A413E84B08AE8A1819A5862BAFB1E7253E6D262E5A3EAB6523BBBB985439E1D9A8B4596790B4B1514BC
      12/09/2016 11:06 Middleware::Communication URL: http://crim-fog/fog/service/snapins.checkin.php?taskid=4687&exitcode=-1&mac=18:03:73:B0:26:18||00:00:00:00:00:00:00:E0&newService&json

      Hash number correspond with the file downloaded but not downloaded with good name:

      0_1473674046075_Capture d’écran_2016-09-12_11-29-25.png

      After that in log file I can see that next downloaded file is the good with good name:

      12/09/2016 11:09 Client-Info Client Version: 0.11.5
      12/09/2016 11:09 Client-Info Client OS: Windows
      12/09/2016 11:09 Client-Info Server Version: 1.3.0-RC-10
      12/09/2016 11:09 Middleware::Response Success
      12/09/2016 11:09 SnapinClient Snapin Found:
      12/09/2016 11:09 SnapinClient ID: 4688
      12/09/2016 11:09 SnapinClient Name: GACO-Freeplane
      12/09/2016 11:09 SnapinClient Created: 2016-09-12 11:07:25
      12/09/2016 11:09 SnapinClient Action:
      12/09/2016 11:09 SnapinClient Pack: False
      12/09/2016 11:09 SnapinClient Hide: False
      12/09/2016 11:09 SnapinClient Server:
      12/09/2016 11:09 SnapinClient TimeOut: 0
      12/09/2016 11:09 SnapinClient RunWith:
      12/09/2016 11:09 SnapinClient RunWithArgs:
      12/09/2016 11:09 SnapinClient Args:
      12/09/2016 11:09 SnapinClient File: Freeplanedep.exe
      12/09/2016 11:09 Middleware::Communication Download: http://crim-fog/fog/service/snapins.file.php?mac=18:03:73:B0:26:18||00:00:00:00:00:00:00:E0&taskid=4688
      12/09/2016 11:09 SnapinClient C:\Program Files (x86)\FOG\tmp\Freeplanedep.exe
      12/09/2016 11:09 Bus {
      “self”: true,
      “channel”: “Notification”,
      “data”: “{\r\n “title”: “Installing GACO-Freeplane”,\r\n “message”: “Please do not shutdown until this is completed”\r\n}”
      }
      12/09/2016 11:09 Bus Emmiting message on channel: Notification
      12/09/2016 11:09 SnapinClient Starting snapin…
      12/09/2016 11:09 SnapinClient Snapin finished
      12/09/2016 11:09 SnapinClient Return Code: 0
      12/09/2016 11:09 Bus {
      “self”: true,
      “channel”: “Notification”,
      “data”: “{\r\n “title”: “GACO-Freeplane Installed”,\r\n “message”: “Installation has finished and is now ready for use”\r\n}”
      }

      And the third one is installed correctly too:

      12/09/2016 11:09 Bus Emmiting message on channel: Notification
      12/09/2016 11:09 Middleware::Communication URL: http://crim-fog/fog/service/snapins.checkin.php?taskid=4688&exitcode=0&mac=18:03:73:B0:26:18||00:00:00:00:00:00:00:E0&newService&json
      12/09/2016 11:09 SnapinClient Snapin Found:
      12/09/2016 11:09 SnapinClient ID: 4689
      12/09/2016 11:09 SnapinClient Name: Gaco-xampp
      12/09/2016 11:09 SnapinClient Created: 2016-09-12 11:07:25
      12/09/2016 11:09 SnapinClient Action:
      12/09/2016 11:09 SnapinClient Pack: False
      12/09/2016 11:09 SnapinClient Hide: False
      12/09/2016 11:09 SnapinClient Server:
      12/09/2016 11:09 SnapinClient TimeOut: 0
      12/09/2016 11:09 SnapinClient RunWith:
      12/09/2016 11:09 SnapinClient RunWithArgs:
      12/09/2016 11:09 SnapinClient Args: -oE:\ -y
      12/09/2016 11:09 SnapinClient File: xampp_port.exe
      12/09/2016 11:09 Middleware::Communication Download: http://crim-fog/fog/service/snapins.file.php?mac=18:03:73:B0:26:18||00:00:00:00:00:00:00:E0&taskid=4689
      12/09/2016 11:09 SnapinClient C:\Program Files (x86)\FOG\tmp\xampp_port.exe
      12/09/2016 11:09 Bus {
      “self”: true,
      “channel”: “Notification”,
      “data”: “{\r\n “title”: “Installing Gaco-xampp”,\r\n “message”: “Please do not shutdown until this is completed”\r\n}”
      }
      12/09/2016 11:09 Bus Emmiting message on channel: Notification
      12/09/2016 11:09 SnapinClient Starting snapin…
      12/09/2016 11:10 SnapinClient Snapin finished
      12/09/2016 11:10 SnapinClient Return Code: 0
      12/09/2016 11:10 Bus {
      “self”: true,
      “channel”: “Notification”,
      “data”: “{\r\n “title”: “Gaco-xampp Installed”,\r\n “message”: “Installation has finished and is now ready for use”\r\n}”
      }
      12/09/2016 11:10 Bus Emmiting message on channel: Notification
      12/09/2016 11:10 Middleware::Communication URL: http://crim-fog/fog/service/snapins.checkin.php?taskid=4689&exitcode=0&mac=18:03:73:B0:26:18||00:00:00:00:00:00:00:E0&newService&json

      Long message, sorry, but this issue is difficult to explain

      posted in Bug Reports
      C
      Claude Girard
    • Deploy all snapins is confused
      Server
      • Version: 1.3.0-RC-10 SVN 5955
      • OS: Debian 8.5
      Client
      • Version: 0.11.5
      • OS: Win 8.1
      Description

      Hi,

      I’ll try to explain clearly but strange Issue.
      If a host has several snapins, and I want to deploy all snapins, on client the first downloaded file in tmp fog directory, is renamed with the name of the file from another snapin.
      Client doesn’t install it, because hash doesn’t match.
      Next snapins are correctly installed

      When deploying individually, each snapin is installed correctly.

      For example, I have a host with 3 snapins:

      0_1473673870713_Capture d’écran_2016-09-12_11-14-24.png

      When I deploy all snapins, on client in tmp directory, I see this file:

      0_1473673890923_Capture d’écran_2016-09-12_11-07-06.png

      But size file doesn’t match the real size of my exe file, it’s size of a text file in my snapin named “MP active-labview-mp207”

      And in log file on client I see:

      12/09/2016 11:06 Client-Info Client Version: 0.11.5
      12/09/2016 11:06 Client-Info Client OS: Windows
      12/09/2016 11:06 Client-Info Server Version: 1.3.0-RC-10
      12/09/2016 11:06 Middleware::Response Success
      12/09/2016 11:06 SnapinClient Snapin Found:
      12/09/2016 11:06 SnapinClient ID: 4687
      12/09/2016 11:06 SnapinClient Name: GACO-Freeplane
      12/09/2016 11:06 SnapinClient Created: 2016-09-12 11:07:25
      12/09/2016 11:06 SnapinClient Action:
      12/09/2016 11:06 SnapinClient Pack: False
      12/09/2016 11:06 SnapinClient Hide: False
      12/09/2016 11:06 SnapinClient Server:
      12/09/2016 11:06 SnapinClient TimeOut: 0
      12/09/2016 11:06 SnapinClient RunWith:
      12/09/2016 11:06 SnapinClient RunWithArgs:
      12/09/2016 11:06 SnapinClient Args:
      12/09/2016 11:06 SnapinClient File: Freeplanedep.exe
      12/09/2016 11:06 Middleware::Communication Download: http://crim-fog/fog/service/snapins.file.php?mac=18:03:73:B0:26:18||00:00:00:00:00:00:00:E0&taskid=4687
      12/09/2016 11:06 SnapinClient C:\Program Files (x86)\FOG\tmp\Freeplanedep.exe
      12/09/2016 11:06 SnapinClient ERROR: Hash does not match
      12/09/2016 11:06 SnapinClient ERROR: --> Ideal: D26504FB5B8AD5274FB9A20D7E3D10F4B62A85468FE74D9DD95959FC0DEADAB4BCA2E596D39938888FE982A731791DCFDF12C108FA565ECF8992A826C70C9BF2
      12/09/2016 11:06 SnapinClient ERROR: --> Actual: 1C894D7F5D1D1B7FB1258ADA105114CA8CC8E9936B909A413E84B08AE8A1819A5862BAFB1E7253E6D262E5A3EAB6523BBBB985439E1D9A8B4596790B4B1514BC
      12/09/2016 11:06 Middleware::Communication URL: http://crim-fog/fog/service/snapins.checkin.php?taskid=4687&exitcode=-1&mac=18:03:73:B0:26:18||00:00:00:00:00:00:00:E0&newService&json

      Hash number correspond with the file downloaded but not downloaded with good name:

      0_1473673915717_Capture d’écran_2016-09-12_11-29-25.png

      After that in log file I can see that next downloaded file is the good with good name:

      12/09/2016 11:09 Client-Info Client Version: 0.11.5
      12/09/2016 11:09 Client-Info Client OS: Windows
      12/09/2016 11:09 Client-Info Server Version: 1.3.0-RC-10
      12/09/2016 11:09 Middleware::Response Success
      12/09/2016 11:09 SnapinClient Snapin Found:
      12/09/2016 11:09 SnapinClient ID: 4688
      12/09/2016 11:09 SnapinClient Name: GACO-Freeplane
      12/09/2016 11:09 SnapinClient Created: 2016-09-12 11:07:25
      12/09/2016 11:09 SnapinClient Action:
      12/09/2016 11:09 SnapinClient Pack: False
      12/09/2016 11:09 SnapinClient Hide: False
      12/09/2016 11:09 SnapinClient Server:
      12/09/2016 11:09 SnapinClient TimeOut: 0
      12/09/2016 11:09 SnapinClient RunWith:
      12/09/2016 11:09 SnapinClient RunWithArgs:
      12/09/2016 11:09 SnapinClient Args:
      12/09/2016 11:09 SnapinClient File: Freeplanedep.exe
      12/09/2016 11:09 Middleware::Communication Download: http://crim-fog/fog/service/snapins.file.php?mac=18:03:73:B0:26:18||00:00:00:00:00:00:00:E0&taskid=4688
      12/09/2016 11:09 SnapinClient C:\Program Files (x86)\FOG\tmp\Freeplanedep.exe
      12/09/2016 11:09 Bus {
      “self”: true,
      “channel”: “Notification”,
      “data”: “{\r\n “title”: “Installing GACO-Freeplane”,\r\n “message”: “Please do not shutdown until this is completed”\r\n}”
      }
      12/09/2016 11:09 Bus Emmiting message on channel: Notification
      12/09/2016 11:09 SnapinClient Starting snapin…
      12/09/2016 11:09 SnapinClient Snapin finished
      12/09/2016 11:09 SnapinClient Return Code: 0
      12/09/2016 11:09 Bus {
      “self”: true,
      “channel”: “Notification”,
      “data”: “{\r\n “title”: “GACO-Freeplane Installed”,\r\n “message”: “Installation has finished and is now ready for use”\r\n}”
      }

      And the third one is installed correctly too:

      12/09/2016 11:09 Bus Emmiting message on channel: Notification
      12/09/2016 11:09 Middleware::Communication URL: http://crim-fog/fog/service/snapins.checkin.php?taskid=4688&exitcode=0&mac=18:03:73:B0:26:18||00:00:00:00:00:00:00:E0&newService&json
      12/09/2016 11:09 SnapinClient Snapin Found:
      12/09/2016 11:09 SnapinClient ID: 4689
      12/09/2016 11:09 SnapinClient Name: Gaco-xampp
      12/09/2016 11:09 SnapinClient Created: 2016-09-12 11:07:25
      12/09/2016 11:09 SnapinClient Action:
      12/09/2016 11:09 SnapinClient Pack: False
      12/09/2016 11:09 SnapinClient Hide: False
      12/09/2016 11:09 SnapinClient Server:
      12/09/2016 11:09 SnapinClient TimeOut: 0
      12/09/2016 11:09 SnapinClient RunWith:
      12/09/2016 11:09 SnapinClient RunWithArgs:
      12/09/2016 11:09 SnapinClient Args: -oE:\ -y
      12/09/2016 11:09 SnapinClient File: xampp_port.exe
      12/09/2016 11:09 Middleware::Communication Download: http://crim-fog/fog/service/snapins.file.php?mac=18:03:73:B0:26:18||00:00:00:00:00:00:00:E0&taskid=4689
      12/09/2016 11:09 SnapinClient C:\Program Files (x86)\FOG\tmp\xampp_port.exe
      12/09/2016 11:09 Bus {
      “self”: true,
      “channel”: “Notification”,
      “data”: “{\r\n “title”: “Installing Gaco-xampp”,\r\n “message”: “Please do not shutdown until this is completed”\r\n}”
      }
      12/09/2016 11:09 Bus Emmiting message on channel: Notification
      12/09/2016 11:09 SnapinClient Starting snapin…
      12/09/2016 11:10 SnapinClient Snapin finished
      12/09/2016 11:10 SnapinClient Return Code: 0
      12/09/2016 11:10 Bus {
      “self”: true,
      “channel”: “Notification”,
      “data”: “{\r\n “title”: “Gaco-xampp Installed”,\r\n “message”: “Installation has finished and is now ready for use”\r\n}”
      }
      12/09/2016 11:10 Bus Emmiting message on channel: Notification
      12/09/2016 11:10 Middleware::Communication URL: http://crim-fog/fog/service/snapins.checkin.php?taskid=4689&exitcode=0&mac=18:03:73:B0:26:18||00:00:00:00:00:00:00:E0&newService&json

      Long message, sorry, but this issue is difficult to explain

      posted in Bug Reports
      C
      Claude Girard
    • RE: Disk full because of log file

      @Tom-Elliott
      Maybe disable only warnings messages ?
      So I mark this resolved
      Thanks

      posted in Bug Reports
      C
      Claude Girard
    • RE: Disk full because of log file

      @Tom-Elliott
      Images are on a separate partition.
      / partition is 12 Go, today I can see 5 Go free.
      This is enough, but not when dozens of lines per second are written in log file.
      And whit this one (ping), 2 warning messages are written for each host not on line.
      It can grow rapidly.

      posted in Bug Reports
      C
      Claude Girard
    • RE: Hostname changer is unable to rename computer

      @Matthieu-Jacquart said in Hostname changer is unable to rename computer:

      @Tom-Elliott I hope it’s resolved with last client but I can’t be sure…
      You can close the case, I couldn’t test more before mid-august…

      Yes I can confirm, client 0.11.2 resolves this issue

      posted in Bug Reports
      C
      Claude Girard
    • RE: Disk full because of log file

      @Tom-Elliott said in Disk full because of log file:

      @Quazz I also did it because there were a lot of calls using the @ symbol. Using @ in front of functions is actually very taxing on the server too.

      Yes I first want to preserve my disk space 🙂
      But pinging host is very usefull.

      So I don’t know how to solve these warnings, I’m not a php programmer.
      It seems that timeout in fsockopen function doesn’t work for offline hosts

      posted in Bug Reports
      C
      Claude Girard
    • RE: Disk full because of log file

      ok thank you

      I should open my eyes 🙂

      posted in Bug Reports
      C
      Claude Girard
    • RE: Disk full because of log file

      Thank you for this information.
      But how can I do that ? I don’t find.

      And isn’t this ping host feature used to see green light in front of the host ?

      posted in Bug Reports
      C
      Claude Girard
    • Disk full because of log file

      Hi,

      Rev 8231

      ping.class.php writes Warning messages in log file all the time.
      So file size is growing a lot.
      Here are messages:

      Jun 23 13:36:20 crim-fog FOGPingHosts[1064]: PHP Warning: fsockopen(): unable to connect to 172.20.41.231:445 (Connection timed out) in /var/www/html/fog/lib/fog/ping.class.php on line 38
      Jun 23 13:36:20 crim-fog FOGPingHosts[1064]: PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /var/www/html/fog/lib/fog/ping.class.php on line 39

      I could stop this by modifiyng lines 38 and 39 in ping.class.php like that:

      38 $fsocket = fsockopen($host,$port,$errno,$errstr,$timeout);
      39 fclose($fsocket);

      replaced by:

      38 $fsocket = @fsockopen($host,$port,$errno,$errstr,$timeout);
      39 if ($fsocket) fclose($fsocket);

      But I don’t know if this is correct, since Tom removed at symbols in this commit:
      https://github.com/FOGProject/fogproject/commit/c064e2b727869010192025102f9af3c0d8b768a3

      posted in Bug Reports
      C
      Claude Girard
    • RE: Hostname changer is unable to rename computer

      Same issue windows 8.1
      When I deploy image, if I delete active directory parameters for the host, renaming is ok.
      And after, I active active directory parameters, and joining domain is ok, with the right host name

      posted in Bug Reports
      C
      Claude Girard
    • RE: FOG client on Mac OS X

      @Sebastian-Roth said in MAC - No source file passed (writeImage); Args Passed: /dev/sda2:

      @Louis-CSUSA Can you please upgrade to the very latest version and re-run the installer. Then See if things work for you. Please keep reporting if you run into issues. Thanks!

      Hi,

      I had same issue, and rev 7593 solves it.
      Thank you.

      But I begin testing on MAC, can you tell me:

      • how can I install MacOs FOG client ?
      • how to boot on hard disk from pxe ? I have an error message: chainloading failed.
      posted in Mac Problems
      C
      Claude Girard
    • 1
    • 2
    • 3
    • 4
    • 5
    • 2 / 5