• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Taspharel
    3. Posts
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 25
    • Posts 143
    • Best 19
    • Controversial 0
    • Groups 0

    Posts made by Taspharel

    • RE: Support regarding CPU usage of FOG server

      Thanks for staying on top of this, they never asked back, I guess they just accepted that thats something we needed. 🙂

      posted in Linux Problems
      T
      Taspharel
    • RE: Kernel Update - Web-UI doesnt do anything

      Doing the maintenance from the mysql section in the wiki gets most queries with 0 rows affected.

      MariaDB [fog]> DELETE FROM `hosts` WHERE `hostID` = '0';
      Query OK, 0 rows affected (0.00 sec)
      
      MariaDB [fog]> DELETE FROM `hostMAC` WHERE hmID = '0' OR `hmHostID` = '0';
      Query OK, 0 rows affected (0.00 sec)
      
      MariaDB [fog]> DELETE FROM `groupMembers` WHERE `gmID` = '0' OR `gmHostID` = '0' OR `gmGroupID` = '0';
      Query OK, 0 rows affected (0.00 sec)
      
      MariaDB [fog]> DELETE FROM `snapinGroupAssoc` WHERE `sgaID` = '0' OR `sgaSnapinID` = '0' OR `sgaStorageGroupID` = '0';
      Query OK, 0 rows affected (0.00 sec)
      
      MariaDB [fog]> DELETE from `snapinAssoc` WHERE `saID` = '0' OR `saHostID` = '0' OR `saSnapinID` = '0';
      Query OK, 3 rows affected (0.00 sec)
      
      MariaDB [fog]> DELETE FROM `hosts` WHERE `hostID` NOT IN (SELECT `hmHostID` FROM `hostMAC` WHERE `hmPrimary` = '1');
      Query OK, 0 rows affected (0.00 sec)
      
      MariaDB [fog]> DELETE FROM `hosts` WHERE `hostID` NOT IN (SELECT `hmHostID` FROM `hostMAC`);
      Query OK, 0 rows affected (0.00 sec)
      
      MariaDB [fog]> DELETE FROM `hostMAC` WHERE `hmhostID` NOT IN (SELECT `hostID` FROM `hosts`);
      Query OK, 0 rows affected (0.00 sec)
      
      MariaDB [fog]> DELETE FROM `snapinAssoc` WHERE `saHostID` NOT IN (SELECT `hostID` FROM `hosts`);
      Query OK, 0 rows affected (0.00 sec)
      
      MariaDB [fog]> DELETE FROM `groupMembers` WHERE `gmHostID` NOT IN (SELECT `hostID` FROM `hosts`);
      Query OK, 0 rows affected (0.00 sec)
      
      MariaDB [fog]> DELETE FROM `tasks` WHERE `taskStateID` IN ("1","2","3");
      Query OK, 0 rows affected (0.00 sec)
      
      MariaDB [fog]> DELETE FROM `snapinTasks` WHERE `stState` in ("1","2","3");
      Query OK, 2 rows affected (0.00 sec)
      
      posted in FOG Problems
      T
      Taspharel
    • RE: Kernel Update - Web-UI doesnt do anything

      Do I read this correctly in that one of the MAC adresses is assigned to 16 (!!) of our hosts?

      How did I make that happen? 😞

      posted in FOG Problems
      T
      Taspharel
    • RE: Kernel Update - Web-UI doesnt do anything
      +----------+-------------------+-----------+----+
      | hmHostID | hmMAC             | hmPrimary | c  |
      +----------+-------------------+-----------+----+
      |        2 | e4:a7:a0:20:43:32 | 0         |  3 |
      |        4 | e4:a7:a0:20:44:6e | 0         |  9 |
      |        8 | e0:9d:31:2d:c1:a4 | 0         |  2 |
      |       14 | de:53:60:8e:6b:89 | 0         |  3 |
      |       18 | e4:a4:71:9d:9c:61 | 0         |  6 |
      |       25 | 96:65:9c:91:b2:08 | 0         |  3 |
      |       27 | 96:65:9c:91:b2:7a | 0         | 16 |
      |       34 | 0a:00:27:00:00:10 | 0         |  6 |
      |       36 | 74:e5:0b:1e:c9:7c | 0         |  2 |
      |       37 | 00:24:81:62:3b:93 | 0         |  2 |
      |       40 | 08:d4:0c:12:d1:a3 | 0         |  3 |
      |       42 | 4e:34:88:17:c2:45 | 0         |  4 |
      |       50 | 48:5a:b6:68:c9:5f | 0         |  2 |
      |       54 | 96:65:9c:4e:2d:62 | 0         |  4 |
      |       55 | e4:a7:a0:20:43:37 | 0         |  6 |
      |       61 | 00:50:b6:1c:d8:f5 | 0         |  4 |
      |       62 | 00:50:b6:1c:d8:7b | 0         |  3 |
      |       69 | 74:29:af:60:60:47 | 0         |  2 |
      |       79 | 00:28:f8:88:88:5d | 0         |  3 |
      |       80 | 00:28:f8:5a:13:4b | 0         |  4 |
      |       81 | 00:28:f8:88:87:c1 | 0         |  3 |
      |       83 | 00:28:f8:d4:0c:47 | 0         |  3 |
      |       84 | e4:a7:a0:8e:47:8d | 0         |  5 |
      |       85 | c8:5b:76:d7:fb:47 | 0         |  5 |
      |       87 | 0c:ee:e6:d7:ef:c1 | 0         |  2 |
      |       89 | e4:a7:a0:8e:47:76 | 0         |  4 |
      |       96 | 96:65:9c:91:b2:71 | 0         |  3 |
      |       98 | 7c:e9:d3:de:47:2b | 0         |  4 |
      |       99 | 00:28:f8:fa:27:1a | 0         |  5 |
      |      100 | 28:b2:bd:53:1b:bd | 0         |  3 |
      |      104 | 4c:34:88:53:e8:55 | 0         |  5 |
      |      105 | e0:9d:31:2d:d8:d0 | 0         |  3 |
      |      106 | e0:9d:31:0d:72:50 | 0         |  3 |
      |      107 | 8c:70:5a:c4:ec:38 | 0         |  3 |
      |      108 | 8c:a9:82:4c:23:bc | 0         |  2 |
      |      110 | e0:9d:31:2d:f5:14 | 0         |  3 |
      |      111 | 00:1c:bf:6e:db:75 | 0         |  2 |
      |      112 | 4c:34:88:62:d6:ed | 0         |  4 |
      |      113 | 28:b2:bd:92:1a:98 | 0         |  3 |
      |      117 | e4:a4:71:6f:c0:38 | 0         |  5 |
      |      119 | e4:a4:71:6f:c0:24 | 0         | 13 |
      |      121 | 74:e5:0b:c3:33:22 | 0         |  2 |
      |      122 | 44:85:00:c3:9c:d1 | 0         |  3 |
      +----------+-------------------+-----------+----+
      43 rows in set (0.05 sec)
      
      posted in FOG Problems
      T
      Taspharel
    • RE: Kernel Update - Web-UI doesnt do anything

      Most recent entires (theres many more):

      /var/log/httpd/error_log

      [Wed Oct 18 11:20:11.406156 2017] [:error] [pid 16145] [client 192.168.43.220:57156] PHP Fatal error: Uncaught exception 'Exception' with message 'Error multiple hosts returned for list of mac addresses' in /var/www/html/fog/lib/fog/hostmanager.class.php:209\nStack trace:\n#0 /var/www/html/fog/lib/fog/fogbase.class.php(559): HostManager->getHostByMacAddresses(Array)\n#1 /var/www/html/fog/lib/client/registerclient.class.php(47): FOGBase::getHostItem(true, false, false, true)\n#2 /var/www/html/fog/lib/fog/fogpage.class.php(3002): RegisterClient->json()\n#3 /var/www/html/fog/lib/fog/fogpage.class.php(249): FOGPage->requestClientInfo()\n#4 /var/www/html/fog/lib/pages/processlogin.class.php(57): FOGPage->__construct('')\n#5 /var/www/html/fog/lib/fog/fogpagemanager.class.php(381): ProcessLogin->__construct()\n#6 [internal function]: FOGPageManager->{closure}('/var/www/html/f...')\n#7 /var/www/html/fog/lib/fog/fogpagemanager.class.php(386): array_map(Object(Closure), Array)\n#8 /var/www/html/fog/lib/fog/fogpagemanager.class.php(79): FOGPageManager->loadPageClasses()\n#9 [internal function]: FOGPageManager->__construct()\n#10 /v in /var/www/html/fog/lib/fog/hostmanager.class.php on line 209
      [Wed Oct 18 11:20:11.406069 2017] [:error] [pid 16145] [client 192.168.43.220:57156] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogpagemanager.class.php on line 386
      [Wed Oct 18 11:19:54.284721 2017] [:error] [pid 12225] [client 192.168.43.164:54854] PHP Fatal error: Uncaught exception 'Exception' with message 'Error multiple hosts returned for list of mac addresses' in /var/www/html/fog/lib/fog/hostmanager.class.php:209\nStack trace:\n#0 /var/www/html/fog/lib/fog/fogbase.class.php(559): HostManager->getHostByMacAddresses(Array)\n#1 /var/www/html/fog/lib/client/registerclient.class.php(47): FOGBase::getHostItem(true, false, false, true)\n#2 /var/www/html/fog/lib/fog/fogpage.class.php(3002): RegisterClient->json()\n#3 /var/www/html/fog/lib/fog/fogpage.class.php(249): FOGPage->requestClientInfo()\n#4 /var/www/html/fog/lib/pages/processlogin.class.php(57): FOGPage->__construct('')\n#5 /var/www/html/fog/lib/fog/fogpagemanager.class.php(381): ProcessLogin->__construct()\n#6 [internal function]: FOGPageManager->{closure}('/var/www/html/f...')\n#7 /var/www/html/fog/lib/fog/fogpagemanager.class.php(386): array_map(Object(Closure), Array)\n#8 /var/www/html/fog/lib/fog/fogpagemanager.class.php(79): FOGPageManager->loadPageClasses()\n#9 [internal function]: FOGPageManager->__construct()\n#10 /v in /var/www/html/fog/lib/fog/hostmanager.class.php on line 209
      [Wed Oct 18 11:19:54.284641 2017] [:error] [pid 12225] [client 192.168.43.164:54854] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogpagemanager.class.php on line 386
      [Wed Oct 18 11:19:28.367696 2017] [:error] [pid 16145] [client 192.168.43.123:49896] PHP Fatal error: Uncaught exception 'Exception' with message 'Error multiple hosts returned for list of mac addresses' in /var/www/html/fog/lib/fog/hostmanager.class.php:209\nStack trace:\n#0 /var/www/html/fog/lib/fog/fogbase.class.php(559): HostManager->getHostByMacAddresses(Array)\n#1 /var/www/html/fog/lib/client/registerclient.class.php(47): FOGBase::getHostItem(true, false, false, true)\n#2 /var/www/html/fog/lib/fog/fogpage.class.php(3002): RegisterClient->json()\n#3 /var/www/html/fog/lib/fog/fogpage.class.php(249): FOGPage->requestClientInfo()\n#4 /var/www/html/fog/lib/pages/processlogin.class.php(57): FOGPage->__construct('')\n#5 /var/www/html/fog/lib/fog/fogpagemanager.class.php(381): ProcessLogin->__construct()\n#6 [internal function]: FOGPageManager->{closure}('/var/www/html/f...')\n#7 /var/www/html/fog/lib/fog/fogpagemanager.class.php(386): array_map(Object(Closure), Array)\n#8 /var/www/html/fog/lib/fog/fogpagemanager.class.php(79): FOGPageManager->loadPageClasses()\n#9 [internal function]: FOGPageManager->__construct()\n#10 /v in /var/www/html/fog/lib/fog/hostmanager.class.php on line 209
      [Wed Oct 18 11:19:28.367622 2017] [:error] [pid 16145] [client 192.168.43.123:49896] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogpagemanager.class.php on line 386
      [Wed Oct 18 11:17:48.321519 2017] [:error] [pid 30435] [client 192.168.43.164:54850] PHP Fatal error: Uncaught exception 'Exception' with message 'Error multiple hosts returned for list of mac addresses' in /var/www/html/fog/lib/fog/hostmanager.class.php:209\nStack trace:\n#0 /var/www/html/fog/lib/fog/fogbase.class.php(559): HostManager->getHostByMacAddresses(Array)\n#1 /var/www/html/fog/lib/client/registerclient.class.php(47): FOGBase::getHostItem(true, false, false, true)\n#2 /var/www/html/fog/lib/fog/fogpage.class.php(3002): RegisterClient->json()\n#3 /var/www/html/fog/lib/fog/fogpage.class.php(249): FOGPage->requestClientInfo()\n#4 /var/www/html/fog/lib/pages/processlogin.class.php(57): FOGPage->__construct('')\n#5 /var/www/html/fog/lib/fog/fogpagemanager.class.php(381): ProcessLogin->__construct()\n#6 [internal function]: FOGPageManager->{closure}('/var/www/html/f...')\n#7 /var/www/html/fog/lib/fog/fogpagemanager.class.php(386): array_map(Object(Closure), Array)\n#8 /var/www/html/fog/lib/fog/fogpagemanager.class.php(79): FOGPageManager->loadPageClasses()\n#9 [internal function]: FOGPageManager->__construct()\n#10 /v in /var/www/html/fog/lib/fog/hostmanager.class.php on line 209
      [Wed Oct 18 11:17:48.321416 2017] [:error] [pid 30435] [client 192.168.43.164:54850] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogpagemanager.class.php on line 386
      
      posted in FOG Problems
      T
      Taspharel
    • RE: Kernel Update - Web-UI doesnt do anything

      It just says: Empty set (0.09 sec)

      😕

      posted in FOG Problems
      T
      Taspharel
    • RE: Coexistence of UEFI and Legacy - Troubleshooting help

      Already enabled and works like a charm. 🙂

      Can be closed, thx for helping out.

      posted in Windows Problems
      T
      Taspharel
    • RE: Coexistence of UEFI and Legacy - Troubleshooting help

      I am so so so sorry.

      Just came out of a call with our external IT partner and casually he said: Oh btw.: I deactivated your Policies on the DHCP server.

      And I didn’t notice of course … so sorry for wasting time, it works now. 😞

      posted in Windows Problems
      T
      Taspharel
    • RE: Kernel Update - Web-UI doesnt do anything

      I was on RC9, am now on Working Branch from yesterday.

      Kernels are updated with new version yes.

      posted in FOG Problems
      T
      Taspharel
    • RE: Kernel Update - Web-UI doesnt do anything

      Sorry … formatting. Thats just a random piece from the log

      posted in FOG Problems
      T
      Taspharel
    • RE: Kernel Update - Web-UI doesnt do anything

      Hei.

      So, I just checked the log and I get A LOT of errors… not sure if any of them has to do with the issue at hand?

      [Mon Oct 16 12:00:16.420821 2017] [:error] [pid 2981] [client 192.168.43.220:52964] PHP Fatal error: Uncaught exception 'Exception' with message 'Error multiple hosts returned for list of mac addresses' in /var/www/html/fog/lib/fog/hostmanager.class.php:209\nStack trace:\n#0 /var/www/html/fog/lib/fog/fogbase.class.php(559): HostManager->getHostByMacAddresses(Array)\n#1 /var/www/html/fog/lib/client/registerclient.class.php(47): FOGBase::getHostItem(true, false, false, true)\n#2 /var/www/html/fog/lib/fog/fogpage.class.php(3004): RegisterClient->json()\n#3 /var/www/html/fog/lib/fog/fogpage.class.php(249): FOGPage->requestClientInfo()\n#4 /var/www/html/fog/lib/pages/processlogin.class.php(57): FOGPage->__construct('')\n#5 /var/www/html/fog/lib/fog/fogpagemanager.class.php(381): ProcessLogin->__construct()\n#6 [internal function]: FOGPageManager->{closure}('/var/www/html/f...')\n#7 /var/www/html/fog/lib/fog/fogpagemanager.class.php(386): array_map(Object(Closure), Array)\n#8 /var/www/html/fog/lib/fog/fogpagemanager.class.php(79): FOGPageManager->loadPageClasses()\n#9 [internal function]: FOGPageManager->__construct()\n#10 /v in /var/www/html/fog/lib/fog/hostmanager.class.php on line 209
      [Mon Oct 16 12:00:16.420743 2017] [:error] [pid 2981] [client 192.168.43.220:52964] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogpagemanager.class.php on line 386
      [Mon Oct 16 12:00:12.494295 2017] [:error] [pid 24408] [client 192.168.43.164:49865] PHP Fatal error: Uncaught exception 'Exception' with message 'Error multiple hosts returned for list of mac addresses' in /var/www/html/fog/lib/fog/hostmanager.class.php:209\nStack trace:\n#0 /var/www/html/fog/lib/fog/fogbase.class.php(559): HostManager->getHostByMacAddresses(Array)\n#1 /var/www/html/fog/lib/client/registerclient.class.php(47): FOGBase::getHostItem(true, false, false, true)\n#2 /var/www/html/fog/lib/fog/fogpage.class.php(3004): RegisterClient->json()\n#3 /var/www/html/fog/lib/fog/fogpage.class.php(249): FOGPage->requestClientInfo()\n#4 /var/www/html/fog/lib/pages/processlogin.class.php(57): FOGPage->__construct('')\n#5 /var/www/html/fog/lib/fog/fogpagemanager.class.php(381): ProcessLogin->__construct()\n#6 [internal function]: FOGPageManager->{closure}('/var/www/html/f...')\n#7 /var/www/html/fog/lib/fog/fogpagemanager.class.php(386): array_map(Object(Closure), Array)\n#8 /var/www/html/fog/lib/fog/fogpagemanager.class.php(79): FOGPageManager->loadPageClasses()\n#9 [internal function]: FOGPageManager->__construct()\n#10 /v in /var/www/html/fog/lib/fog/hostmanager.class.php on line 209
      [Mon Oct 16 12:00:12.494212 2017] [:error] [pid 24408] [client 192.168.43.164:49865] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogpagemanager.class.php on line 386
      [Mon Oct 16 11:58:49.931528 2017] [:error] [pid 24389] [client 192.168.43.187:51466] PHP Fatal error: Uncaught exception 'Exception' with message 'Error multiple hosts returned for list of mac addresses' in /var/www/html/fog/lib/fog/hostmanager.class.php:209\nStack trace:\n#0 /var/www/html/fog/lib/fog/fogbase.class.php(559): HostManager->getHostByMacAddresses(Array)\n#1 /var/www/html/fog/lib/client/registerclient.class.php(47): FOGBase::getHostItem(true, false, false, true)\n#2 /var/www/html/fog/lib/fog/fogpage.class.php(3004): RegisterClient->json()\n#3 /var/www/html/fog/lib/fog/fogpage.class.php(249): FOGPage->requestClientInfo()\n#4 /var/www/html/fog/lib/pages/processlogin.class.php(57): FOGPage->__construct('')\n#5 /var/www/html/fog/lib/fog/fogpagemanager.class.php(381): ProcessLogin->__construct()\n#6 [internal function]: FOGPageManager->{closure}('/var/www/html/f...')\n#7 /var/www/html/fog/lib/fog/fogpagemanager.class.php(386): array_map(Object(Closure), Array)\n#8 /var/www/html/fog/lib/fog/fogpagemanager.class.php(79): FOGPageManager->loadPageClasses()\n#9 [internal function]: FOGPageManager->__construct()\n#10 /v in /var/www/html/fog/lib/fog/hostmanager.class.php on line 209
      [Mon Oct 16 11:58:49.931451 2017] [:error] [pid 24389] [client 192.168.43.187:51466] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogpagemanager.class.php on line 386
      [Mon Oct 16 11:58:40.182412 2017] [:error] [pid 24445] [client 192.168.43.123:59900] PHP Fatal error: Uncaught exception 'Exception' with message 'Error multiple hosts returned for list of mac addresses' in /var/www/html/fog/lib/fog/hostmanager.class.php:209\nStack trace:\n#0 /var/www/html/fog/lib/fog/fogbase.class.php(559): HostManager->getHostByMacAddresses(Array)\n#1 /var/www/html/fog/lib/client/registerclient.class.php(47): FOGBase::getHostItem(true, false, false, true)\n#2 /var/www/html/fog/lib/fog/fogpage.class.php(3004): RegisterClient->json()\n#3 /var/www/html/fog/lib/fog/fogpage.class.php(249): FOGPage->requestClientInfo()\n#4 /var/www/html/fog/lib/pages/processlogin.class.php(57): FOGPage->__construct('')\n#5 /var/www/html/fog/lib/fog/fogpagemanager.class.php(381): ProcessLogin->__construct()\n#6 [internal function]: FOGPageManager->{closure}('/var/www/html/f...')\n#7 /var/www/html/fog/lib/fog/fogpagemanager.class.php(386): array_map(Object(Closure), Array)\n#8 /var/www/html/fog/lib/fog/fogpagemanager.class.php(79): FOGPageManager->loadPageClasses()\n#9 [internal function]: FOGPageManager->__construct()\n#10 /v in /var/www/html/fog/lib/fog/hostmanager.class.php on line 209
      [Mon Oct 16 11:58:40.182331 2017] [:error] [pid 24445] [client 192.168.43.123:59900] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogpagemanager.class.php on line 386
      [Mon Oct 16 11:57:59.831320 2017] [:error] [pid 24389] [client 192.168.43.220:52951] PHP Fatal error: Uncaught exception 'Exception' with message 'Error multiple hosts returned for list of mac addresses' in /var/www/html/fog/lib/fog/hostmanager.class.php:209\nStack trace:\n#0 /var/www/html/fog/lib/fog/fogbase.class.php(559): HostManager->getHostByMacAddresses(Array)\n#1 /var/www/html/fog/lib/client/registerclient.class.php(47): FOGBase::getHostItem(true, false, false, true)\n#2 /var/www/html/fog/lib/fog/fogpage.class.php(3004): RegisterClient->json()\n#3 /var/www/html/fog/lib/fog/fogpage.class.php(249): FOGPage->requestClientInfo()\n#4 /var/www/html/fog/lib/pages/processlogin.class.php(57): FOGPage->__construct('')\n#5 /var/www/html/fog/lib/fog/fogpagemanager.class.php(381): ProcessLogin->__construct()\n#6 [internal function]: FOGPageManager->{closure}('/var/www/html/f...')\n#7 /var/www/html/fog/lib/fog/fogpagemanager.class.php(386): array_map(Object(Closure), Array)\n#8 /var/www/html/fog/lib/fog/fogpagemanager.class.php(79): FOGPageManager->loadPageClasses()\n#9 [internal function]: FOGPageManager->__construct()\n#10 /v in /var/www/html/fog/lib/fog/hostmanager.class.php on line 209
      [Mon Oct 16 11:57:59.831242 2017] [:error] [pid 24389] [client 192.168.43.220:52951] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogpagemanager.class.php on line 386
      [Mon Oct 16 11:57:02.872482 2017] [:error] [pid 29352] [client 192.168.43.164:49860] PHP Fatal error: Uncaught exception 'Exception' with message 'Error multiple hosts returned for list of mac addresses' in /var/www/html/fog/lib/fog/hostmanager.class.php:209\nStack trace:\n#0 /var/www/html/fog/lib/fog/fogbase.class.php(559): HostManager->getHostByMacAddresses(Array)\n#1 /var/www/html/fog/lib/client/registerclient.class.php(47): FOGBase::getHostItem(true, false, false, true)\n#2 /var/www/html/fog/lib/fog/fogpage.class.php(3004): RegisterClient->json()\n#3 /var/www/html/fog/lib/fog/fogpage.class.php(249): FOGPage->requestClientInfo()\n#4 /var/www/html/fog/lib/pages/processlogin.class.php(57): FOGPage->__construct('')\n#5 /var/www/html/fog/lib/fog/fogpagemanager.class.php(381): ProcessLogin->__construct()\n#6 [internal function]: FOGPageManager->{closure}('/var/www/html/f...')\n#7 /var/www/html/fog/lib/fog/fogpagemanager.class.php(386): array_map(Object(Closure), Array)\n#8 /var/www/html/fog/lib/fog/fogpagemanager.class.php(79): FOGPageManager->loadPageClasses()\n#9 [internal function]: FOGPageManager->__construct()\n#10 /v in /var/www/html/fog/lib/fog/hostmanager.class.php on line 209
      
      posted in FOG Problems
      T
      Taspharel
    • RE: 1.5.0 RC9 - Scheduled tasks view "disables" the web UI

      Updated to working branch, same error still appears.

      I don’t need the scheduled tasks urgently in any way, so just forget it if its working for everybody else 🙂

      Thanks for your help!

      posted in Bug Reports
      T
      Taspharel
    • Kernel Update - Web-UI doesnt do anything

      Hi.

      When trying to update our kernel to the latest versions for 64bit and 32bit, I can open the page to install the kernel just fine, but clicking on “install” doesnt do anything. Page doesnt reload, nothing changes.

      Tried in Chrome and Internet Explorer.

      Is there a way to install the new kernels via command line on our linux Fog server?

      posted in FOG Problems
      T
      Taspharel
    • RE: Coexistence of UEFI and Legacy - Troubleshooting help

      Okay, thanks.

      So, We have two DHCP Servers, one gets its settings from the other per replication. So both should have the identical settings.

      I’m refering to: https://wiki.fogproject.org/wiki/index.php?title=BIOS_and_UEFI_Co-Existence

      Our new DCs are Windows Server 2016.

      Screenshots from my dhcp server settings are in the same folder as before, the details for the other vendor classes are the same.

      I added Policies with a * in front of the vendor class because i hoped that would change something, it didnt work without those either though.

      posted in Windows Problems
      T
      Taspharel
    • RE: Coexistence of UEFI and Legacy - Troubleshooting help

      @george1421 The pcap files are here:
      https://drive.google.com/drive/folders/0B_yYSiicYNIAMmNKaGoyOG0wd0k?usp=sharing

      issue1 is from the boot attempt of a UEFI only Lenovo X270 machine (internal name is NBW10070 (or the old one would have been NBW7070) that doesnt boot via LAN in the settings we got.

      issue2 is from a desktop (WSW10074, or old: WSW7074) that successfully boots with the settings we have atm.

      Settings are: According to wiki with undionly.kpxe set as Option 67 without Vendor Classes. IP Adresses for the new DC servers end with .2 and .3

      @Wayne-Workman The old servers have been decomissioned yes.

      posted in Windows Problems
      T
      Taspharel
    • RE: Coexistence of UEFI and Legacy - Troubleshooting help

      Hei again.

      So, we finally got two shiny new virtual machines running Windows Server 2016.

      I have them set up with vendor classes as described in the wiki, even added the specific vendor class from one of our X270 Lenovo Laptops, but no luck.

      If I set undionly.kpxe as DHCP Policy Option 67 (without Vendor Class) then that is sent to each and every client trying to connect, regardless of UEFI or LEGACY settings on the host.
      If I remove that and only keep the Vendor Class based policies my UEFI machine goes to: Start PXE over IPv4, hangs there for some time and then reverts to the bios boot menu.

      Anybody have an idea how I would go forward from this point?

      posted in Windows Problems
      T
      Taspharel
    • RE: FOG 1.5.0 - RC-9

      I havent tested, but yesterday I somehow had the feeling that I hadnt seen that List for some time now …

      posted in FOG Problems
      T
      Taspharel
    • RE: Support regarding CPU usage of FOG server

      About 120 Clients in total, maybe 70 max concurrent usually

      posted in Linux Problems
      T
      Taspharel
    • Support regarding CPU usage of FOG server

      Hi.

      Maybe somebody can help me out:

      Our external IT partner manages our virtual servers and has complained about the FOG server using too much CPU.

      I run the FOG server on a CentOS7 machine.

      Can somebody give me some hints on how to lower the CPU usage? Is there services that I can deactivate or for which I can set longer intervalls between tasks / checks / whatever the right word may be in this case?

      Is there settings in the FOG Configuration that I can change that will lower CPU usage and what effects would it have on the FOG services?

      Any help or hints are appreciated 🙂

      posted in Linux Problems
      T
      Taspharel
    • RE: Image upload & deploy taking a long time

      Same here, working with a clean Windows 10 1703 Professional Version, no such problems.

      posted in FOG Problems
      T
      Taspharel
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 5 / 8