• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. FredG
    3. Posts
    F
    • Profile
    • Following 0
    • Followers 1
    • Topics 13
    • Posts 45
    • Best 3
    • Controversial 0
    • Groups 0

    Posts made by FredG

    • BUG IMAGE COMPRESSION FORMAT DEFAULT

      Hello,

      Ubuntu 16.04
      I updated to 1.5.8 from 1.5.7 and now Partclone Zstd is the default “image manager” when “create a new image”.
      I put Partclone Gzip in “FOG configuration” -> “FOG Settings” -> “General Settings” -> “IMAGE COMPRESSION FORMAT DEFAULT” but Partclone Zstd remains by default when “create a new image”.

      posted in Bug Reports
      F
      FredG
    • RE: Will not Join Domain after 1.5.8 Update

      How to Join the domain after 1.5.8 Update ? What solution is there?

      posted in FOG Problems
      F
      FredG
    • RE: How to update FOS?

      Ok I thought that the development of FOS was independent of the development of the FOG server.

      I wanted to try a newer version of FOS to see if I could solve my problem related to the topic: “Latitude 5290 2-in-1 with Dell USB-C Mobile Adapter - DA300 : fail udhcpc”

      Thank you for your answers

      posted in General
      F
      FredG
    • How to update FOS?

      Hello,

      I have not seen any documentation explaining how to update FOS.

      I found several indications:
      https://forums.fogproject.org/topic/13032/unable-to-build-fos/2
      https://github.com/FOGProject/fos
      https://buildroot.org/download.html

      Reame.md explains how to build FOS but it doesn’t work.

      What I did to build FOS:

      Ubuntu 18.04

      sudo apt install chntpw
      sudo apt install libmspack-dev 
      sudo apt install mdadm 
      sudo apt install ntfs-3g
      sudo apt install ntfs-3g-dev 
      sudo apt install partclone 
      sudo apt install partimage
      sudo apt install pigz 
      sudo apt install testdisk
      sudo apt install zstd 
      sudo apt install bison
      sudo apt install flex
      sudo apt install elfutils 
      sudo apt install libelf-dev 
      sudo apt install gcc-aarch64-linux-gnu
      

      Maybe there are some packages I didn’t have to install?
      And others that I may already have on my system.

      For the two variables below, I went to the buildroot.org website to find out the current version and identified the kernel by looking at the most recent one from the “kernel update” menu of the fog server.

      export BUILDROOT_VERSION=2019.02.6
      export KERNEL_VERSION=4.19.64
      

      Pull the fos repository

      cd ~
      git clone https://github.com/fogproject/fos
      

      To build the FOS and/or kernels, once pulled:

      cd ~/fos/
      ./build.sh -n
      

      So far, am I on the right track?
      And now what should I do?
      Should the content of ~/fos/dist/ be copied to /var/www/html/fog/service/ipxe/?

      ~ /fos/dist/
      arm_Image
      arm_init.cpio.gz
      bzImage
      bzImage32
      init_32.xz
      init.xz
      
      /var/www/html/fog/service/ipxe/
      advanced.php
      bgdark.png
      bg.png
      boot.php
      bzImage
      bzImage32
      grub.exe
      index.php
      init_32.xz
      init.xz
      memdisk
      memtest.bin
      refind.conf
      refind.efi
      refind_ia32.efi
      refind_x64.efi
      

      Sincerely,

      Translated with www.DeepL.com/Translator

      posted in General
      F
      FredG
    • RE: Organizations Using FOG

      logo

      Organization Name: INSA Rennes
      Location (Optional) : Rennes , France
      Approximate Number of systems: 1300
      How long: Since Mid 2017.

      posted in General
      F
      FredG
    • Latitude 5290 2-in-1 with Dell USB-C Mobile Adapter - DA300 : fail udhcpc

      Hello everyone,

      Server:
      Ubuntu 16.04.6 LTS
      Fog 1.5.7

      Client:
      Dell Latitude 5290 2-in-1
      Dell USB-C Mobile Adapter - DA300
      MAC Address pass through (only choice)

      efi files tested :
      intel7156.efi
      intel.efi
      ipxe7156.efi
      ipxe.efi
      realtek7156.efi
      realtek.efi
      snp7156.efi
      snp.efi
      snponly7156.efi
      snponly.efi

      Phase 1 successful for :
      ipxe7156.efi
      ipxe.efi
      snp.efi
      snponly7156.efi
      snponly.efi

      Phase 2 does not work
      fail udhcpc

      Because an image is more explicit than a speech, i have attached Phase 1 and Phase 2.

      I have no problem with a rj45 usb adapter

      Sincerely!

      Phase 1
      Phase1.jpg

      Phase 2
      Phase2.jpg

      posted in Hardware Compatibility
      F
      FredG
    • RE: fogcontroller.class.php on line 260 : Allowed memory size of 3145728000 bytes exhausted
      mysql> select * from userTracking where utHostID=1312;
      +-------+----------+------------+----------+---------------------+--------+------------+---------+
      | utID  | utHostID | utUserName | utAction | utDateTime          | utDesc | utDate     | utAnon3 |
      +-------+----------+------------+----------+---------------------+--------+------------+---------+
      |  5583 |     1312 | rechit     | 0        | 2018-04-03 16:50:44 |        | 2018-04-03 |         |
      | 19841 |     1312 | rechit     | 1        | 2018-04-18 10:57:47 |        | 2018-04-18 |         |
      | 26357 |     1312 | rechit     | 1        | 2018-04-25 09:41:23 |        | 2018-04-25 |         |
      | 33295 |     1312 | rechit     | 1        | 2018-05-16 08:40:23 |        | 2018-05-16 |         |
      | 43095 |     1312 | rechit     | 0        | 2018-05-28 14:19:27 |        | 2018-05-28 |         |
      | 43111 |     1312 | rechit     | 1        | 2018-05-28 14:32:43 |        | 2018-05-28 |         |
      +-------+----------+------------+----------+---------------------+--------+------------+---------+
      6 rows in set (0,00 sec)
      
      mysql> select count(*) from userTracking;
      +----------+
      | count(*) |
      +----------+
      |    53885 |
      +----------+
      1 row in set (0,00 sec)
      
      posted in FOG Problems
      F
      FredG
    • RE: fogcontroller.class.php on line 260 : Allowed memory size of 3145728000 bytes exhausted

      Report Management -> User tracking -> Search for same host => error (white page)

      [Thu Jun 14 08:48:36.951824 2018] [proxy_fcgi:error] [pid 78806] [client 10.1.65.176:40664] AH01071: Got error 'PHP message: PHP Fatal error:  Allowed memory size of 3145728000 bytes exhausted (tried to allocate 36864 bytes) in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 260\n', referer: http://fog.insa-rennes.fr/fog/management/index.php?node=report&sub=file&f=dXNlciB0cmFja2luZw==
      
      posted in FOG Problems
      F
      FredG
    • RE: fogcontroller.class.php on line 260 : Allowed memory size of 3145728000 bytes exhausted

      @tom-elliott :
      No virus history
      0_1528958467280_v_h.png
      One Imaging History
      0_1528958503975_i_h.png
      Five Login history (a login for each date)
      0_1528958483430_l_h.png
      No Snapins

      posted in FOG Problems
      F
      FredG
    • RE: fogcontroller.class.php on line 260 : Allowed memory size of 3145728000 bytes exhausted
      a2disconf php7.1-fpm
      systemctl reload apache2
      
      [Wed Jun 13 15:03:50.180784 2018] [proxy_fcgi:error] [pid 30996] [client 10.1.65.176:41740] AH01071: Got error 'PHP message: PHP Fatal error:  Allowed memory size of 3145728000 bytes exhausted (tried to allocate 20480 bytes) in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 260\n', referer: http://fog.insa-rennes.fr/fog/management/index.php?node=host&sub=edit&id=45
      
      posted in FOG Problems
      F
      FredG
    • RE: fogcontroller.class.php on line 260 : Allowed memory size of 3145728000 bytes exhausted

      Error 2 : solved

      Error 3 : Here is the capture of the top when editing a host
      0_1528894185351_top.png

      There is no memory overflow

      posted in FOG Problems
      F
      FredG
    • RE: fogcontroller.class.php on line 260 : Allowed memory size of 3145728000 bytes exhausted

      I have several different errors.

      1 Dashboard

      [Tue Jun 12 09:18:40.964761 2018] [proxy_fcgi:error] [pid 9105] [client 10.2.3.11:33038] AH01071: Got error 'PHP message: PHP Notice:  A non well formed numeric value encountered in /var/www/html/fog/status/bandwidth.php on line 109\nPHP message: PHP Notice:  A non well formed numeric value encountered in /var/www/html/fog/status/bandwidth.php on line 109\nPHP message: PHP Notice:  A non well formed numeric value encountered in /var/www/html/fog/status/bandwidth.php on line 110\nPHP message: PHP Notice:  A non well formed numeric value encountered in /var/www/html/fog/status/bandwidth.php on line 110\n'
      

      2 FOG Version Information and login page

      0_1528788506534_Error_fog_version.png

      0_1528788637474_error_login.png

      3 Host -> List All Hosts -> Select host

      [Tue Jun 12 09:44:25.520305 2018] [proxy_fcgi:error] [pid 9882] [client 10.1.65.176:40332] AH01071: Got error 'PHP message: PHP Fatal error:  Allowed memory size of 3145728000 bytes exhausted (tried to allocate 20480 bytes) in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 260\n', referer: http://fog.insa-rennes.fr/fog/management/index.php?node=host&sub=edit&id=1137
      

      4 ???

      [Tue Jun 12 09:45:15.182778 2018] [proxy_fcgi:error] [pid 9105] [client 10.3.1.243:53492] AH01071: Got error 'PHP message: PHP Fatal error:  Uncaught Exception: 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(571): HostManager->getHostByMacAddresses(Array)\n#1 /var/www/html/fog/lib/client/registerclient.class.php(46): FOGBase::getHostItem(true, false, false, true)\n#2 /var/www/html/fog/lib/fog/fogpage.class.php(3013): 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'
      
      mysql> select count(*) from hostMAC GROUP by hmMAC HAVING COUNT(*) > 1 order by hmHostID;
      Empty set (0,00 sec)
      

      I tried to determine as precisely as possible the errors

      posted in FOG Problems
      F
      FredG
    • RE: fogcontroller.class.php on line 260 : Allowed memory size of 3145728000 bytes exhausted

      Ubuntu 16.04
      Fog 1.5.4

      posted in FOG Problems
      F
      FredG
    • fogcontroller.class.php on line 260 : Allowed memory size of 3145728000 bytes exhausted

      Hello,

      /var/log/apache2/error.log

      [Fri Jun 08 10:53:59.123807 2018] [proxy_fcgi:error] [pid 64815] [client 10.1.65.42:55466] AH01071: Got error 'PHP message: PHP Fatal error:  Allowed memory size of 3145728000 bytes exhausted (tried to allocate 16384 bytes) in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 260\n', referer: http://fog.insa-rennes.fr/fog/management/index.php?node=host&sub=edit&id=387
      [Fri Jun 08 10:54:44.326295 2018] [proxy_fcgi:error] [pid 64815] [client 10.1.65.42:55497] AH01071: Got error 'PHP message: PHP Fatal error:  Allowed memory size of 3145728000 bytes exhausted (tried to allocate 16384 bytes) in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 260\n', referer: http://fog.insa-rennes.fr/fog/management/index.php?node=host&sub=edit&id=394
      [Fri Jun 08 10:55:39.221879 2018] [proxy_fcgi:error] [pid 64874] [client 10.1.65.42:55516] AH01071: Got error 'PHP message: PHP Fatal error:  Allowed memory size of 3145728000 bytes exhausted (tried to allocate 8192 bytes) in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 260\n', referer: http://fog.insa-rennes.fr/fog/management/index.php?node=host&sub=edit&id=397
      

      How to fix the problem ?

      posted in FOG Problems
      F
      FredG
    • RE: FOG 1.5.2.11 GUI bug in Host and Group Membership Edit

      @tom-elliott This works after upgrading to version 1.5.2.28

      posted in Bug Reports
      F
      FredG
    • RE: FOG 1.5.2.11 GUI bug in Host and Group Membership Edit

      @tom-elliott : Items are sorted by name field except for membership.
      0_1527065043417_Membership_Orderby_hostid.png

      posted in Bug Reports
      F
      FredG
    • RE: FOG 1.5.2.11 GUI bug in Host and Group Membership Edit

      @tom-elliott : can we have the default list of members in alphabetical order?

      posted in Bug Reports
      F
      FredG
    • RE: FOG 1.5.2.11 GUI bug in Host and Group Membership Edit

      Fog 1.5.2.26 : OK it works!
      Thank you

      posted in Bug Reports
      F
      FredG
    • RE: FOG 1.5.2.11 GUI bug in Host and Group Membership Edit

      Fog 1.5.2.24 : the same as Fog 1.5.2.23

      posted in Bug Reports
      F
      FredG
    • RE: FOG 1.5.2.11 GUI bug in Host and Group Membership Edit

      Fog 1.5.2 : The checkbox does not match the host name and when I click remove, the wrong host is removed
      Fog 1.5.2.23 : The check box corresponds well to the name of the host. But when I click remove, the wrong host is deleted
      0_1526539929176_membership.png

      posted in Bug Reports
      F
      FredG
    • 1 / 1