• 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: Database problem

      Hi,

      Any ideas ?
      I saw in DB that even if task manager is empty in web UI, the 2 tabels “tasks” and “snapins tasks” are still containing data…
      And if I launch several deployment tasks with the associated snapins, either the snapins do not appear at all (empty web ui), or they are offset (see picture)
      snapin.jpg

      If my database is broken, is it possible to recreate a new empty one and import some important tables ?

      Thans,
      Matthieu

      posted in FOG Problems
      Matthieu JacquartM
      Matthieu Jacquart
    • RE: Database problem

      Finally I restore my VM to previous snapshot and follow this procedure to clean database : https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_MySQL
      But when I check into phpmyadmin, I see there are lots of records in these db whereas web ui is empty for any deployment task or snapin task :

      • snapins jobs
      • snapins tasks
      • tasks

      Can I clean manually these tables ?

      Thanks,
      MAtthieu

      posted in FOG Problems
      Matthieu JacquartM
      Matthieu Jacquart
    • Database problem

      Hi,

      I try to clean fog database because I had strange behavior today when I deployed some computers : snapin in pending task didn’t match to the right computer. And indeed there were a lot of snapin task and snapin job in database, thaht didn’t appear un web UI.
      So i clean some database (and forgot to made a backup before, of course…) but now I have this message when I click on “tasks” database

      Notice in ./libraries/classes/Display/Results.php#4442
      Trying to access array offset on value of type null
      
      Backtrace
      
      ./libraries/classes/Display/Results.php#4175: PhpMyAdmin\Display\Results->_getSortedColumnMessage(
      ,
      string '`taskCreateTime`',
      )
      ./libraries/classes/Sql.php#1759: PhpMyAdmin\Display\Results->getTable(
      ,
      array,
      array,
      boolean true,
      )
      ./libraries/classes/Sql.php#1533: PhpMyAdmin\Sql->getHtmlForSqlQueryResultsTable(
      ,
      string './themes/pmahomme/img/',
      NULL,
      array,
      boolean false,
      integer 0,
      integer 0,
      boolean true,
      ,
      array,
      boolean true,
      )
      ./libraries/classes/Sql.php#2260: PhpMyAdmin\Sql->getQueryResponseForNoResultsReturned(
      array,
      string 'fog',
      string 'tasks',
      NULL,
      integer 0,
      ,
      NULL,
      string './themes/pmahomme/img/',
      NULL,
      ,
      string 'SELECT * FROM `tasks` ORDER BY `taskCreateTime` ASC ',
      NULL,
      )
      ./libraries/classes/Sql.php#2137: PhpMyAdmin\Sql->executeQueryAndGetQueryResponse(
      array,
      boolean true,
      string 'fog',
      string 'tasks',
      NULL,
      NULL,
      NULL,
      NULL,
      NULL,
      NULL,
      string '',
      string './themes/pmahomme/img/',
      NULL,
      NULL,
      NULL,
      string 'SELECT * FROM `tasks` ORDER BY `taskCreateTime` ASC ',
      NULL,
      NULL,
      )
      ./sql.php#220: PhpMyAdmin\Sql->executeQueryAndSendQueryResponse(
      array,
      boolean true,
      string 'fog',
      string 'tasks',
      NULL,
      NULL,
      NULL,
      NULL,
      NULL,
      NULL,
      string '',
      string './themes/pmahomme/img/',
      NULL,
      NULL,
      NULL,
      string 'SELECT * FROM `tasks`',
      NULL,
      NULL,
      )
      Notice in ./libraries/classes/Display/Results.php#4468
      Trying to access array offset on value of type null
      
      Backtrace
      
      ./libraries/classes/Display/Results.php#4175: PhpMyAdmin\Display\Results->_getSortedColumnMessage(
      ,
      string '`taskCreateTime`',
      )
      ./libraries/classes/Sql.php#1759: PhpMyAdmin\Display\Results->getTable(
      ,
      array,
      array,
      boolean true,
      )
      ./libraries/classes/Sql.php#1533: PhpMyAdmin\Sql->getHtmlForSqlQueryResultsTable(
      ,
      string './themes/pmahomme/img/',
      NULL,
      array,
      boolean false,
      integer 0,
      integer 0,
      boolean true,
      ,
      array,
      boolean true,
      )
      ./libraries/classes/Sql.php#2260: PhpMyAdmin\Sql->getQueryResponseForNoResultsReturned(
      array,
      string 'fog',
      string 'tasks',
      NULL,
      integer 0,
      ,
      NULL,
      string './themes/pmahomme/img/',
      NULL,
      ,
      string 'SELECT * FROM `tasks` ORDER BY `taskCreateTime` ASC ',
      NULL,
      )
      ./libraries/classes/Sql.php#2137: PhpMyAdmin\Sql->executeQueryAndGetQueryResponse(
      array,
      boolean true,
      string 'fog',
      string 'tasks',
      NULL,
      NULL,
      NULL,
      NULL,
      NULL,
      NULL,
      string '',
      string './themes/pmahomme/img/',
      NULL,
      NULL,
      NULL,
      string 'SELECT * FROM `tasks` ORDER BY `taskCreateTime` ASC ',
      NULL,
      NULL,
      )
      ./sql.php#220: PhpMyAdmin\Sql->executeQueryAndSendQueryResponse(
      array,
      boolean true,
      string 'fog',
      string 'tasks',
      NULL,
      NULL,
      NULL,
      NULL,
      NULL,
      NULL,
      string '',
      string './themes/pmahomme/img/',
      NULL,
      NULL,
      NULL,
      string 'SELECT * FROM `tasks`',
      NULL,
      NULL,
      )
      
      I don't now if it's a problem but if you have some advces...
      Thanks !
      Matthieu
      
      posted in FOG Problems
      Matthieu JacquartM
      Matthieu Jacquart
    • RE: Snapin don't deploy

      @sebastian-roth Hi, just tested, works like a charm 🙂

      posted in Bug Reports
      Matthieu JacquartM
      Matthieu Jacquart
    • RE: Change IP fog Server : unable to change Node storage and TFTP IP

      @george1421 Exactly ! I changed server +.fogsettings ip (+ 4 ip in database by hand…) and everything is fine (ip in default.ipxe changed automatically)

      @sebastian-roth for information :

      • ca.cnf (with new ip)
      [v3_ca]
      subjectAltName = @alt_names
      [alt_names]
      IP.1 = 192.168.10.52
      DNS.1 = FOG.lycee.nd
      
      • req.cnf (kept old ip) :
      [req]
      distinguished_name = req_distinguished_name
      req_extensions = v3_req
      prompt = yes
      [req_distinguished_name]
      CN = 192.168.10.60
      [v3_req]
      subjectAltName = @alt_names
      [alt_names]
      IP.1 = 192.168.10.60
      DNS.1 = FOG.lycee.nd
      
      posted in FOG Problems
      Matthieu JacquartM
      Matthieu Jacquart
    • RE: Change IP fog Server : unable to change Node storage and TFTP IP

      So i change my server ip, modify the 4 ip by hand, everything works fine !
      I didn’t use –recreate-CA and –recreate-keys keys and in folder snapin/ssl ca.cnf is updated with the new ip but req.cnf kept old ip.
      I don’t think it will be a problem.

      Matthieu

      posted in FOG Problems
      Matthieu JacquartM
      Matthieu Jacquart
    • RE: Change IP fog Server : unable to change Node storage and TFTP IP

      @sebastian-roth OK thanks, so it could be usefull to update wiki page ?
      https://docs.fogproject.org/en/latest/reference/change_fog_server_ip_address.html

      Rerun the installer, you’ll need to use –recreate-CA and –recreate-keys keys as the installer provides a certificate with a Common Name based on the ip which will be shipped in the iPxe kernel and failed to load any https resources as the certificate isn’t valid anymore.
      
      posted in FOG Problems
      Matthieu JacquartM
      Matthieu Jacquart
    • RE: Change IP fog Server : unable to change Node storage and TFTP IP

      @george1421 ok, I’ll try in few days to change ip and modify database by hand.
      There is a file error.log for apache2 but with no error for this problem.

      posted in FOG Problems
      Matthieu JacquartM
      Matthieu Jacquart
    • RE: Change IP fog Server : unable to change Node storage and TFTP IP

      @george1421 I’ll try to update database by hand.

      With Web ui, I found this in logs / apache2 / other_vhosts_access.log

      192.168.10.60:80 192.168.10.100 - - [31/Mar/2022:11:21:07 +0200] "POST /fog/status/getservertime.php HTTP/1.1" 200 703 "http://192.168.10.60/fog/management/index.php?node=storage&sub=edit&id=8" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0"
      
      192.168.10.60:80 192.168.10.100 - - [31/Mar/2022:11:21:08 +0200] "POST /fog/management/index.php?node=storage&sub=edit&id=8 HTTP/1.1" 200 735 "http://192.168.10.60/fog/management/index.php?node=storage&sub=edit&id=8" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0"
      

      And into table “history” :

      [2022-03-31 11:21:08] StorageNode ID: 8 NAME: Fog has been successfully updated.
      

      Spoiler alert : it’s not 😉

      Edit : Do I have to use –recreate-CA and –recreate-keys after I change ip ?

      posted in FOG Problems
      Matthieu JacquartM
      Matthieu Jacquart
    • RE: Change IP fog Server : unable to change Node storage and TFTP IP

      @george1421 The only thing I do was to change Debian server ip, on Fog Web UI I can change everything else but no ip (node, TFTP, multicast or web host). Always message “settings successfully stored” but revert just after…
      Maybe database is damaged ?
      Is there any log to see this ?
      Thanks

      Edit : in fact the 3 ip in fog settings can be changed by clicking on “update” button but I was just hitting “enter” keyboard… (same message “settings successfully stored” in both case).
      For Node storage, whatever I do, no changes are retained. Maybe I can change it in “nfsGroupMembers” database ?

      posted in FOG Problems
      Matthieu JacquartM
      Matthieu Jacquart
    • RE: Snapins queued with FOG 1.5.9.138

      @sebastian-roth Hi,
      Sure there’s no emergency, I used another tool (PDQ) to deploy software after ghosting 😉
      Enjoy your free time 🙂
      Matthieu

      posted in FOG Problems
      Matthieu JacquartM
      Matthieu Jacquart
    • RE: Change IP fog Server : unable to change Node storage and TFTP IP

      @george1421 Hi,

      Yes it’s exactly what I did, update .fogsettings file then re-run installer, change ip in web interface and in my DHCP.

      1. For TFTP address I had to change it in database because if I modify it in fog settings, it seems ok but if I refresh page old ip is back (10.52 is the new one, 10.60 the old one)
        1.jpg
        2.jpg

      2. For node storage same behavior, I change ip, message ok and then old ip is back.
        And if I tried to create new node, message ok but it didn’t appear in node storage…
        3.jpg
        4.jpg

      I don’t know if it’s a configuration issue in my debian server or access right to modify some file or database issue, but I had to revert to the old ip address for the moment…

      posted in FOG Problems
      Matthieu JacquartM
      Matthieu Jacquart
    • RE: Snapins queued with FOG 1.5.9.138

      Hi,

      Same problem here 😉 https://forums.fogproject.org/topic/16156/snapin-don-t-deploy

      Matthieu

      posted in FOG Problems
      Matthieu JacquartM
      Matthieu Jacquart
    • Change IP fog Server : unable to change Node storage and TFTP IP

      Hi,

      I’ve just change my fog ip server so I followed this procedure : https://docs.fogproject.org/en/latest/reference/change_fog_server_ip_address.html

      • edit /tftpboot/default.ipxe and /opt/fog/.fogsettings
      • –recreate-CA and –recreate-keys keys
      • change ip on fog settings

      BUT I can’t change tftp host ip and storage node ip (update message is ok but just after ip is roolling back to the old one)
      I tried to create another storage but it doesn’t appear, so I delete storage node to recreate new one and still the same, it never appears…

      Thanks for your help !

      Matthieu

      posted in FOG Problems
      Matthieu JacquartM
      Matthieu Jacquart
    • RE: Snapin don't deploy

      @sebastian-roth Hi, thanks for your reply,

      /var/log/apache2/error.log :

      [Fri Mar 25 00:00:04.090379 2022] [mpm_event:notice] [pid 2201765:tid 140629859634496] AH00489: Apache/2.4.52 (Debian) OpenSSL/1.1.1k configured -- resuming normal operations
      [Fri Mar 25 00:00:04.090392 2022] [core:notice] [pid 2201765:tid 140629859634496] AH00094: Command line: '/usr/sbin/apache2'
      [Fri Mar 25 06:43:27.348886 2022] [mpm_event:notice] [pid 2201765:tid 140629859634496] AH00492: caught SIGWINCH, shutting down gracefully
      [Fri Mar 25 06:43:47.700694 2022] [mpm_event:notice] [pid 988:tid 140401919806784] AH00489: Apache/2.4.52 (Debian) OpenSSL/1.1.1k configured -- resuming normal operations
      [Fri Mar 25 06:43:47.701703 2022] [core:notice] [pid 988:tid 140401919806784] AH00094: Command line: '/usr/sbin/apache2'
      [Fri Mar 25 10:39:01.207082 2022] [proxy_fcgi:error] [pid 989:tid 140401801422592] [client 192.168.10.100:64323] AH01071: Got error 'PHP message: PHP Warning:  count(): Parameter must be an array or an object that implements Countable in /var/www/html/fog/lib/fog/fogmanagercontroller.class.php on line 1245', referer: http://fog/fog/management/index.php?node=task&sub=search
      

      /var/log/apache2/other_vhosts_access.log

      192.168.10.60:80 192.168.10.100 - - [25/Mar/2022:21:31:17 +0100] "GET /fog/management/index.php?node=task&sub=activesnapins&_=1648231969375 HTTP/1.1" 200 1405 "http://fog/fog/management/index.php?node=task&sub=activesnapins" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0"
      192.168.10.60:80 192.168.6.151 - - [25/Mar/2022:21:31:21 +0100] "GET /fog/management/index.php?sub=requestClientInfo&configure&newService&json HTTP/1.1" 200 671 "-" "-"
      192.168.10.60:80 192.168.6.151 - - [25/Mar/2022:21:31:21 +0100] "GET /fog/management/index.php?sub=requestClientInfo&mac=A4:BB:6D:A8:CA:ED%7C4C:EB:BD:5E:7E:B5%7C4E:EB:BD:5E:7E:B5%7C5E:EB:BD:5E:7E:B5%7C4C:EB:BD:5E:7E:B6&newService&json HTTP/1.1" 200 3694 "-" "-"
      192.168.10.60:80 192.168.6.151 - - [25/Mar/2022:21:31:21 +0100] "GET /fog/service/getversion.php?clientver&newService&json HTTP/1.1" 200 553 "-" "-"
      192.168.10.60:80 192.168.6.151 - - [25/Mar/2022:21:31:21 +0100] "GET /fog/service/getversion.php?newService&json HTTP/1.1" 200 556 "-" "-"
      192.168.10.60:80 192.168.10.100 - - [25/Mar/2022:21:31:22 +0100] "GET /fog/management/index.php?node=task&sub=activesnapins&_=1648231969376 HTTP/1.1" 200 1405 "http://fog/fog/management/index.php?node=task&sub=activesnapins" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0"
      192.168.10.60:80 192.168.6.178 - - [25/Mar/2022:21:31:27 +0100] "GET /fog/management/index.php?sub=requestClientInfo&configure&newService&json HTTP/1.1" 200 671 "-" "-"
      192.168.10.60:80 192.168.6.178 - - [25/Mar/2022:21:31:27 +0100] "GET /fog/management/index.php?sub=requestClientInfo&mac=8C:04:BA:A1:73:F7%7CD8:12:65:22:50:07%7CDA:12:65:22:50:07%7CEA:12:65:22:50:07%7CD8:12:65:22:50:08&newService&json HTTP/1.1" 200 3694 "-" "-"
      192.168.10.60:80 192.168.6.178 - - [25/Mar/2022:21:31:27 +0100] "GET /fog/service/getversion.php?clientver&newService&json HTTP/1.1" 200 553 "-" "-"
      192.168.10.60:80 192.168.6.178 - - [25/Mar/2022:21:31:27 +0100] "GET /fog/service/getversion.php?newService&json HTTP/1.1" 200 556 "-" "-"
      192.168.10.60:80 192.168.10.100 - - [25/Mar/2022:21:31:27 +0100] "GET /fog/management/index.php?node=task&sub=activesnapins&_=1648231969377 HTTP/1.1" 200 1405 "http://fog/fog/management/index.php?node=task&sub=activesnapins" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0"
      192.168.10.60:80 192.168.10.100 - - [25/Mar/2022:21:31:33 +0100] "GET /fog/management/index.php?node=task&sub=activesnapins&_=1648231969378 HTTP/1.1" 200 1405 "http://fog/fog/management/index.php?node=task&sub=activesnapins" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0"
      192.168.10.60:80 192.168.6.53 - - [25/Mar/2022:21:31:34 +0100] "GET /fog/management/index.php?sub=requestClientInfo&configure&newService&json HTTP/1.1" 200 670 "-" "-"
      192.168.10.60:80 192.168.6.53 - - [25/Mar/2022:21:31:34 +0100] "GET /fog/management/index.php?sub=requestClientInfo&mac=A4:BB:6D:A9:70:9E%7C4C:EB:BD:5D:A7:6B%7C4E:EB:BD:5D:A7:6B%7C5E:EB:BD:5D:A7:6B%7C4C:EB:BD:5D:A7:6C&newService&json HTTP/1.1" 200 3694 "-" "-"
      192.168.10.60:80 192.168.6.53 - - [25/Mar/2022:21:31:34 +0100] "GET /fog/service/getversion.php?clientver&newService&json HTTP/1.1" 200 553 "-" "-"
      192.168.10.60:80 192.168.6.53 - - [25/Mar/2022:21:31:34 +0100] "GET /fog/service/getversion.php?newService&json HTTP/1.1" 200 556 "-" "-"
      192.168.10.60:80 192.168.10.100 - - [25/Mar/2022:21:31:37 +0100] "GET /fog/management/index.php?node=task&sub=activesnapins&_=1648231969379 HTTP/1.1" 200 1405 "http://fog/fog/management/index.php?node=task&sub=activesnapins" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0"
      192.168.10.60:80 192.168.10.100 - - [25/Mar/2022:21:31:43 +0100] "GET /fog/management/index.php?node=task&sub=activesnapins&_=1648231969380 HTTP/1.1" 200 1405 "http://fog/fog/management/index.php?node=task&sub=activesnapins" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0"
      192.168.10.60:80 192.168.6.85 - - [25/Mar/2022:21:31:44 +0100] "GET /fog/management/index.php?sub=requestClientInfo&configure&newService&json HTTP/1.1" 200 671 "-" "-"
      192.168.10.60:80 192.168.6.85 - - [25/Mar/2022:21:31:44 +0100] "GET /fog/management/index.php?sub=requestClientInfo&mac=A4:BB:6D:A8:CC:81%7C4C:EB:BD:37:02:1D%7C4E:EB:BD:37:02:1D%7C5E:EB:BD:37:02:1D%7C4C:EB:BD:37:02:1E&newService&json HTTP/1.1" 200 3694 "-" "-"
      192.168.10.60:80 192.168.6.85 - - [25/Mar/2022:21:31:44 +0100] "GET /fog/service/getversion.php?clientver&newService&json HTTP/1.1" 200 553 "-" "-"
      192.168.10.60:80 192.168.6.85 - - [25/Mar/2022:21:31:44 +0100] "GET /fog/service/getversion.php?newService&json HTTP/1.1" 200 556 "-" "-"
      192.168.10.60:80 192.168.6.84 - - [25/Mar/2022:21:31:47 +0100] "GET /fog/management/index.php?sub=requestClientInfo&configure&newService&json HTTP/1.1" 200 670 "-" "-"
      192.168.10.60:80 192.168.6.84 - - [25/Mar/2022:21:31:47 +0100] "GET /fog/management/index.php?sub=requestClientInfo&mac=8C:04:BA:A1:70:03%7CD8:12:65:22:28:49%7CDA:12:65:22:28:49%7CEA:12:65:22:28:49%7CD8:12:65:22:28:4A&newService&json HTTP/1.1" 200 3694 "-" "-"
      192.168.10.60:80 192.168.6.84 - - [25/Mar/2022:21:31:47 +0100] "GET /fog/service/getversion.php?clientver&newService&json HTTP/1.1" 200 553 "-" "-"
      192.168.10.60:80 192.168.6.84 - - [25/Mar/2022:21:31:47 +0100] "GET /fog/service/getversion.php?newService&json HTTP/1.1" 200 556 "-" "-"
      192.168.10.60:80 192.168.10.100 - - [25/Mar/2022:21:31:47 +0100] "POST /fog/status/getservertime.php HTTP/1.1" 200 702 "http://fog/fog/management/index.php?node=task&sub=activesnapins" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0"
      192.168.10.60:80 192.168.10.100 - - [25/Mar/2022:21:31:47 +0100] "GET /fog/management/index.php?node=task&sub=activesnapins&_=1648231969381 HTTP/1.1" 200 1405 "http://fog/fog/management/index.php?node=task&sub=activesnapins" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0"
      192.168.10.60:80 192.168.6.78 - - [25/Mar/2022:21:31:48 +0100] "GET /fog/management/index.php?sub=requestClientInfo&configure&newService&json HTTP/1.1" 200 670 "-" "-"
      192.168.10.60:80 192.168.6.78 - - [25/Mar/2022:21:31:48 +0100] "GET /fog/management/index.php?sub=requestClientInfo&mac=8C:04:BA:A1:7B:D3%7CD8:12:65:20:63:17%7CDA:12:65:20:63:17%7CEA:12:65:20:63:17%7CD8:12:65:20:63:18&newService&json HTTP/1.1" 200 3694 "-" "-"
      192.168.10.60:80 192.168.6.78 - - [25/Mar/2022:21:31:48 +0100] "GET /fog/service/getversion.php?clientver&newService&json HTTP/1.1" 200 553 "-" "-"
      192.168.10.60:80 192.168.6.78 - - [25/Mar/2022:21:31:48 +0100] "GET /fog/service/getversion.php?newService&json HTTP/1.1" 200 556 "-" "-"
      192.168.10.60:80 192.168.6.179 - - [25/Mar/2022:21:31:51 +0100] "GET /fog/management/index.php?sub=requestClientInfo&configure&newService&json HTTP/1.1" 200 671 "-" "-"
      192.168.10.60:80 192.168.6.179 - - [25/Mar/2022:21:31:51 +0100] "GET /fog/management/index.php?sub=requestClientInfo&mac=A4:BB:6D:A9:BC:42%7C4C:EB:BD:5E:7E:B9%7C4E:EB:BD:5E:7E:B9%7C5E:EB:BD:5E:7E:B9%7C4C:EB:BD:5E:7E:BA&newService&json HTTP/1.1" 200 3694 "-" "-"
      192.168.10.60:80 192.168.6.179 - - [25/Mar/2022:21:31:51 +0100] "GET /fog/service/getversion.php?clientver&newService&json HTTP/1.1" 200 553 "-" "-"
      192.168.10.60:80 192.168.6.179 - - [25/Mar/2022:21:31:51 +0100] "GET /fog/service/getversion.php?newService&json HTTP/1.1" 200 556 "-" "-"
      192.168.10.60:80 192.168.10.100 - - [25/Mar/2022:21:31:52 +0100] "GET /fog/management/index.php?node=task&sub=activesnapins&_=1648231969382 HTTP/1.1" 200 1405 "http://fog/fog/management/index.php?node=task&sub=activesnapins" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0"
      192.168.10.60:80 192.168.10.100 - - [25/Mar/2022:21:31:57 +0100] "GET /fog/management/index.php?node=task&sub=activesnapins&_=1648231969383 HTTP/1.1" 200 1405 "http://fog/fog/management/index.php?node=task&sub=activesnapins" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0"
      192.168.10.60:80 192.168.10.100 - - [25/Mar/2022:21:31:58 +0100] "GET /fog/management/index.php?sub=requestClientInfo&configure&newService&json HTTP/1.1" 200 671 "-" "-"
      192.168.10.60:80 192.168.10.100 - - [25/Mar/2022:21:31:58 +0100] "GET /fog/management/index.php?sub=requestClientInfo&mac=A4:BB:6D:6B:64:C1%7CDA:12:65:73:44:71%7CEA:12:65:73:44:71%7CD8:12:65:73:44:71%7CD8:12:65:73:44:72%7C%7C00:15:5D:DD:82:0D%7C00:15:5D:78:3F:31&newService&json HTTP/1.1" 200 552 "-" "-"
      192.168.10.60:80 192.168.6.188 - - [25/Mar/2022:21:32:00 +0100] "GET /fog/management/index.php?sub=requestClientInfo&configure&newService&json HTTP/1.1" 200 670 "-" "-"
      192.168.10.60:80 192.168.6.188 - - [25/Mar/2022:21:32:00 +0100] "GET /fog/management/index.php?sub=requestClientInfo&mac=A4:BB:6D:A9:E8:EE%7C4C:EB:BD:36:E7:3D%7C4E:EB:BD:36:E7:3D%7C5E:EB:BD:36:E7:3D%7C4C:EB:BD:36:E7:3E&newService&json HTTP/1.1" 200 3694 "-" "-"
      192.168.10.60:80 192.168.6.188 - - [25/Mar/2022:21:32:00 +0100] "GET /fog/service/getversion.php?clientver&newService&json HTTP/1.1" 200 553 "-" "-"
      192.168.10.60:80 192.168.6.188 - - [25/Mar/2022:21:32:00 +0100] "GET /fog/service/getversion.php?newService&json HTTP/1.1" 200 556 "-" "-"
      192.168.10.60:80 192.168.10.100 - - [25/Mar/2022:21:32:02 +0100] "GET /fog/management/index.php?node=task&sub=activesnapins&_=1648231969384 HTTP/1.1" 200 1405 "http://fog/fog/management/index.php?node=task&sub=activesnapins" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0"
      192.168.10.60:80 192.168.10.100 - - [25/Mar/2022:21:32:07 +0100] "GET /fog/management/index.php?node=task&sub=activesnapins&_=1648231969385 HTTP/1.1" 200 1405 "http://fog/fog/management/index.php?node=task&sub=activesnapins" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0"
      192.168.10.60:80 192.168.6.194 - - [25/Mar/2022:21:32:08 +0100] "GET /fog/management/index.php?sub=requestClientInfo&configure&newService&json HTTP/1.1" 200 671 "-" "-"
      192.168.10.60:80 192.168.6.194 - - [25/Mar/2022:21:32:08 +0100] "GET /fog/management/index.php?sub=requestClientInfo&mac=A4:BB:6D:A9:54:36%7C4C:EB:BD:37:03:53%7C4E:EB:BD:37:03:53%7C5E:EB:BD:37:03:53%7C4C:EB:BD:37:03:54&newService&json HTTP/1.1" 200 3694 "-" "-"
      192.168.10.60:80 192.168.6.194 - - [25/Mar/2022:21:32:08 +0100] "GET /fog/service/getversion.php?clientver&newService&json HTTP/1.1" 200 553 "-" "-"
      192.168.10.60:80 192.168.6.194 - - [25/Mar/2022:21:32:08 +0100] "GET /fog/service/getversion.php?newService&json HTTP/1.1" 200 556 "-" "-"
      192.168.10.60:80 192.168.10.100 - - [25/Mar/2022:21:32:12 +0100] "GET /fog/management/index.php?node=task&sub=activesnapins&_=1648231969386 HTTP/1.1" 200 1405 "http://fog/fog/management/index.php?node=task&sub=activesnapins" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0"
      192.168.10.60:80 192.168.6.177 - - [25/Mar/2022:21:32:13 +0100] "GET /fog/management/index.php?sub=requestClientInfo&configure&newService&json HTTP/1.1" 200 670 "-" "-"
      192.168.10.60:80 192.168.6.177 - - [25/Mar/2022:21:32:13 +0100] "GET /fog/management/index.php?sub=requestClientInfo&mac=A4:BB:6D:A9:C0:01%7C4C:EB:BD:5D:6F:95%7C4E:EB:BD:5D:6F:95%7C5E:EB:BD:5D:6F:95%7C4C:EB:BD:5D:6F:96&newService&json HTTP/1.1" 200 3694 "-" "-"
      192.168.10.60:80 192.168.6.177 - - [25/Mar/2022:21:32:13 +0100] "GET /fog/service/getversion.php?clientver&newService&json HTTP/1.1" 200 553 "-" "-"
      192.168.10.60:80 192.168.6.177 - - [25/Mar/2022:21:32:13 +0100] "GET /fog/service/getversion.php?newService&json HTTP/1.1" 200 556 "-" "-"
      192.168.10.60:80 192.168.6.52 - - [25/Mar/2022:21:32:17 +0100] "GET /fog/management/index.php?sub=requestClientInfo&configure&newService&json HTTP/1.1" 200 670 "-" "-"
      192.168.10.60:80 192.168.6.52 - - [25/Mar/2022:21:32:17 +0100] "GET /fog/management/index.php?sub=requestClientInfo&mac=8C:04:BA:A1:57:E1%7CD8:12:65:22:4F:C3%7CDA:12:65:22:4F:C3%7CEA:12:65:22:4F:C3%7CD8:12:65:22:4F:C4&newService&json HTTP/1.1" 200 3694 "-" "-"
      192.168.10.60:80 192.168.6.52 - - [25/Mar/2022:21:32:17 +0100] "GET /fog/service/getversion.php?clientver&newService&json HTTP/1.1" 200 553 "-" "-"
      192.168.10.60:80 192.168.6.52 - - [25/Mar/2022:21:32:18 +0100] "GET /fog/service/getversion.php?newService&json HTTP/1.1" 200 556 "-" "-"
      192.168.10.60:80 192.168.10.100 - - [25/Mar/2022:21:32:17 +0100] "GET /fog/management/index.php?node=task&sub=activesnapins&_=1648231969387 HTTP/1.1" 200 1405 "http://fog/fog/management/index.php?node=task&sub=activesnapins" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0"
      192.168.10.60:80 192.168.6.186 - - [25/Mar/2022:21:32:20 +0100] "GET /fog/management/index.php?sub=requestClientInfo&configure&newService&json HTTP/1.1" 200 671 "-" "-"
      192.168.10.60:80 192.168.6.186 - - [25/Mar/2022:21:32:20 +0100] "GET /fog/management/index.php?sub=requestClientInfo&mac=A4:BB:6D:A8:CE:23%7C4C:EB:BD:5E:7E:BB%7C4E:EB:BD:5E:7E:BB%7C5E:EB:BD:5E:7E:BB%7C4C:EB:BD:5E:7E:BC&newService&json HTTP/1.1" 200 3694 "-" "-"
      192.168.10.60:80 192.168.6.186 - - [25/Mar/2022:21:32:20 +0100] "GET /fog/service/getversion.php?clientver&newService&json HTTP/1.1" 200 553 "-" "-"
      192.168.10.60:80 192.168.6.186 - - [25/Mar/2022:21:32:20 +0100] "GET /fog/service/getversion.php?newService&json HTTP/1.1" 200 556 "-" "-"
      
      posted in Bug Reports
      Matthieu JacquartM
      Matthieu Jacquart
    • Snapin don't deploy

      Hi,

      I’m using dev-branch version 1.5.9.138 and I deployed some computers today : image deployed perfectly but not snapin.
      In active snapin tasks they stay in state “Queued” and on computers fog.log return

      ------------------------------------------------------------------------------
      ---------------------------------SnapinClient---------------------------------
      ------------------------------------------------------------------------------
       25/03/2022 16:49:01 Client-Info Client Version: 0.12.0
       25/03/2022 16:49:01 Client-Info Client OS:      Windows
       25/03/2022 16:49:01 Client-Info Server Version: 1.5.9.138
       25/03/2022 16:49:01 Middleware::Response No snapins
      ------------------------------------------------------------------------------
      

      any idea for this issue ?

      Thanks,
      Matthieu

      posted in Bug Reports
      Matthieu JacquartM
      Matthieu Jacquart
    • RE: Unable to install printer

      @tatanas Hi, it looks like same problem I’m facing since few month too, no workaround for now…
      https://forums.fogproject.org/topic/15185/problem-mapping-network-printer-after-upgrade-to-1-5-9-60?_=1631803438100
      Matthieu

      posted in Bug Reports
      Matthieu JacquartM
      Matthieu Jacquart
    • RE: PXE Boot HP X2 210 (Hybrid tablet Windows 10 Pro)

      @bszadmin Hi, old subject, this file was necessary few years ago to deploy image on X2 210 G1, but for at least 2 years everything works fine with official HP bios and Fog 1.5.
      What concern do you meet ? is it for X2 210 G1 or G2 (G2 always worked fine).
      Matthieu

      posted in Hardware Compatibility
      Matthieu JacquartM
      Matthieu Jacquart
    • RE: error trying to restore gpt table

      @sebastian-roth Is there a link with this feature in general settings ?
      chkdsk.JPG
      For the second option (change hostname early), can i activate it ? because after deployment the temporary name of the workstation appears in WSUS instead of the real name and I have to delete it.
      Matthieu

      posted in FOG Problems
      Matthieu JacquartM
      Matthieu Jacquart
    • RE: SSID issue after deployment

      @bristow-0 Je t’envoi un mp 😉
      Effectivement sortir le poste du domaine est une base, mais il me semble que le SSID de Windows reste le même et donc cela peut être bloquant dans le cadre d’un serveur WSUS ou de clé KMS (tous les postes ne seraient vu que comme un seul). J’ai des collègues qui n’ont pas de WSUS ni KMS et donc ils sortent juste le poste du domaine avant de capturer l’image.
      Matthieu

      posted in General Problems
      Matthieu JacquartM
      Matthieu Jacquart
    • 1 / 1