• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. olivier.bonnici
    O
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 17
    • Groups 0

    olivier.bonnici

    @olivier.bonnici

    0
    Reputation
    2
    Profile views
    17
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    olivier.bonnici Unfollow Follow

    Latest posts made by olivier.bonnici

    • RE: Slow computer listing and high CPU with version 1.5.1.01798

      @Tom-Elliott Error.log on the ‘non working’ UI

      
      [Wed Mar 18 13:56:12.727237 2026] [proxy:error] [pid 907:tid 907] (111)Connection refused: AH00957: FCGI: attempt to connect to 127.0.0.1:9000 (127.0.0.1:9000) failed
      [Wed Mar 18 13:56:12.727296 2026] [proxy_fcgi:error] [pid 907:tid 907] [client 10.72.228.101:56843] AH01079: failed to make connection to backend: 127.0.0.1
      [Wed Mar 18 13:56:12.727758 2026] [mpm_prefork:notice] [pid 865:tid 865] AH00163: Apache/2.4.66 (Debian) OpenSSL/3.5.5 configured -- resuming normal operations
      [Wed Mar 18 13:56:12.727797 2026] [core:notice] [pid 865:tid 865] AH00094: Command line: '/usr/sbin/apache2'
      [Wed Mar 18 13:56:13.201595 2026] [proxy_fcgi:error] [pid 910:tid 910] [client 10.72.233.20:57281] AH01071: Got error 'PHP message: PHP Fatal error:  Uncaught Error: Call to a member function lastInsertId() on false in /var/www/fog/lib/db/pdodb.class.php:615\nStack trace:\n#0 /var/www/fog/lib/fog/fogcontroller.class.php(521): PDODB->insertId()\n#1 /var/www/fog/lib/fog/hookmanager.class.php(62): FOGController->save()\n#2 /var/www/fog/lib/fog/fogpage.class.php(223): HookManager->processEvent()\n#3 /var/www/fog/lib/pages/schemaupdaterpage.class.php(39): FOGPage->__construct()\n#4 /var/www/fog/lib/fog/fogpagemanager.class.php(381): SchemaUpdaterPage->__construct()\n#5 [internal function]: FOGPageManager->{closure:FOGPageManager::loadPageClasses():350}()\n#6 /var/www/fog/lib/fog/fogpagemanager.class.php(386): array_map()\n#7 /var/www/fog/lib/fog/fogpagemanager.class.php(79): FOGPageManager->loadPageClasses()\n#8 [internal function]: FOGPageManager->__construct()\n#9 /var/www/fog/lib/fog/fogbase.class.php(481): ReflectionClass->newInstanceArgs()\n#10 /var/www/fog/management/index.php(25): FOGBase::getClass()\n#11 {main}\n  thrown in ...'
      [Wed Mar 18 14:07:08.496309 2026] [proxy_fcgi:error] [pid 910:tid 910] (70007)The timeout specified has expired: [client 10.72.233.20:57353] AH01075: Error dispatching request to : (polling), referer: http://10.72.233.19/fog/management/index.php?node=host
      [Wed Mar 18 14:08:06.685207 2026] [proxy_fcgi:error] [pid 908:tid 908] (70007)The timeout specified has expired: [client 10.72.233.20:57373] AH01075: Error dispatching request to : (polling), referer: http://10.72.233.19/fog/management/index.php?node=host
      [Wed Mar 18 14:09:03.333452 2026] [proxy_fcgi:error] [pid 1210:tid 1210] (70007)The timeout specified has expired: [client 10.72.233.20:57396] AH01075: Error dispatching request to : (polling), referer: http://10.72.233.19/fog/management/index.php?node=host
      [Wed Mar 18 14:09:06.698197 2026] [proxy_fcgi:error] [pid 907:tid 907] (70007)The timeout specified has expired: [client 10.72.233.20:57397] AH01075: Error dispatching request to : (polling), referer: http://10.72.233.19/fog/management/index.php?node=host
      
      
      
      posted in FOG Problems
      O
      olivier.bonnici
    • RE: Slow computer listing and high CPU with version 1.5.1.01798

      @Tom-Elliott I’m on another server, DEBIAN13.3, fog 1.5.1.01798 no slowing page here but number had been added on the hosts lists :

      4f485383-6ac2-434f-b7c9-282bbb1be6e8-image.png

      posted in FOG Problems
      O
      olivier.bonnici
    • RE: Slow computer listing and high CPU with version 1.5.1.01798

      @Tom-Elliott
      Hi Tom.
      634 hosts
      Take 3 secondes with 1.5.1734

      posted in FOG Problems
      O
      olivier.bonnici
    • RE: Slow computer listing and high CPU with version 1.5.1.01798

      Same here, 1.5.10.1734 to 1.5.10.1798 on debian 13.3 freshly installed.
      Hosts Web Page hangs several minute.

      posted in FOG Problems
      O
      olivier.bonnici
    • RE: FOG Very Slow to Deploy Image - Lenovo Neo 50Q Gen 4

      @george1421
      Here the command.

      sudo apt install git build-essential flex bison libelf-dev
      git clone https://github.com/FOGProject/fos
      cd fos
      ./build.sh --kernel-only --arch x64
      wget https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.14.9.tar.gz
      tar xzf linux-6.14.9.tar.gz
      cd linux-6.14.9/
      git clone git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
      git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
      make mrproper
      wget -O .config https://github.com/FOGProject/fos/raw/master/configs/kernelx64.config
      apt install build-essential fakeroot dpkg-dev perl libssl-dev bc gnupg dirmngr libncurses-dev libelf-dev flex bison lsb-release rsync dwarves
      make menuconfig
      make -j $(nproc) bzImage
      cp arch/x86/boot/bzImage /home/ckern-linux/Bureau/bzImageReg6149

      posted in FOG Problems
      O
      olivier.bonnici
    • RE: FOG Very Slow to Deploy Image - Lenovo Neo 50Q Gen 4

      @Clebboii Acces granted.

      posted in FOG Problems
      O
      olivier.bonnici
    • RE: FOG Very Slow to Deploy Image - Lenovo Neo 50Q Gen 4

      @Clebboii said in FOG Very Slow to Deploy Image - Lenovo Neo 50Q Gen 4:

      (Google Drive open link or GIT et

      https://drive.google.com/file/d/1LCmvgmUa8YvbG1fE95Yn_lDBhFXLs8At/view?usp=sharing

      posted in FOG Problems
      O
      olivier.bonnici
    • RE: Capturing is fast, but deploying is super slow

      @brentomp Kernel issues, see
      https://forums.fogproject.org/topic/17698/fog-very-slow-to-deploy-image-lenovo-neo-50q-gen-4/14

      posted in General Problems
      O
      olivier.bonnici
    • RE: FOG Very Slow to Deploy Image - Lenovo Neo 50Q Gen 4

      @george1421 I tell me i recompile the kernel using https://kernel.org/ and the fog procedure.
      Link to the modified bzimage
      https://1fichier.com/?la6xpv8145lvfano9t98

      posted in FOG Problems
      O
      olivier.bonnici
    • RE: FOG Very Slow to Deploy Image - Lenovo Neo 50Q Gen 4

      @Clebboii Here the link
      https://1fichier.com/?la6xpv8145lvfano9t98

      posted in FOG Problems
      O
      olivier.bonnici