• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. TomBagley
    3. Posts
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 14
    • Posts 64
    • Best 4
    • Controversial 0
    • Groups 0

    Posts made by TomBagley

    • RE: http:///service/ipxe/bg.png Error 0x3e11613b / Fog UI Stuck in Loop

      @Tom-Elliott Have done, thanks for the tip.

      @Wayne-Workman said in http:///service/ipxe/bg.png Error 0x3e11613b / Fog UI Stuck in Loop:

      ls -laht /var/log/httpd

      total 14G
      -rwxr-xr-x. 1 root root  26M Aug 10 14:42 access_log
      -rwxr-xr-x. 1 root root    0 Aug 10 14:42 error_log
      -rwxr-xr-x. 1 root root 3.7G Aug  7 03:33 error_log-20160807
      drwxr-xr-x. 9 root root 4.0K Aug  7 03:33 ..
      drwxr-xr-x. 2 root root 4.0K Aug  7 03:33 .
      -rwxr-xr-x. 1 root root 118M Aug  7 03:33 access_log-20160807
      -rwxr-xr-x. 1 root root 9.2G Jul 31 03:09 error_log-20160731
      -rwxr-xr-x. 1 root root 152M Jul 31 03:09 access_log-20160731
      -rwxr-xr-x. 1 root root  992 Jul 25 03:36 error_log-20160725
      -rwxr-xr-x. 1 root root 158M Jul 25 03:36 access_log-20160725
      -rwxr-xr-x. 1 root root 1.3K Jul 17 03:37 error_log-20160717
      -rwxr-xr-x. 1 root root 129M Jul 17 03:37 access_log-20160717
      -rwxr-xr-x. 1 root root    0 May  6 09:18 ssl_access_log
      -rwxr-xr-x. 1 root root    0 May  6 09:18 ssl_error_log
      -rwxr-xr-x. 1 root root    0 May  6 09:18 ssl_request_log
      [root@localhost ~]#
      
      posted in FOG Problems
      T
      TomBagley
    • RE: http:///service/ipxe/bg.png Error 0x3e11613b / Fog UI Stuck in Loop

      @Wayne-Workman

      15G     /var/log/httpd
      
      
      -rwxr-xr-x. 1 root root 1.3G Aug 10 14:32 /var/log/httpd/error_log
      
      

      Thanks

      posted in FOG Problems
      T
      TomBagley
    • RE: Quick Registration gets stuck at 'Attempting to register host..'

      @Tom-Elliott @george1421 Thanks both. I have completed those steps however I don’t see a change in behaviour or any debug info when I run the quick reg, no drop to a command prompt.
      alt text

      posted in FOG Problems
      T
      TomBagley
    • RE: Quick Registration gets stuck at 'Attempting to register host..'

      @Tom-Elliott Always worth a try! Update sadly hasn’t changed anything. Sorry to waste your time but I do not understand the final two instructions of your post are they to be found within the UI?

      posted in FOG Problems
      T
      TomBagley
    • Quick Registration gets stuck at 'Attempting to register host..'

      Hi,
      Running 1.3.0 RC-5 on CentOS.

      When selecting quick registration from the fog boot menu the process gets stuck at ‘Attempting to register host’. Eventually it fails and I get the below.

      RegisterHang

      This happens across multiple clients.

      Full registration is still functional.

      Let me know if you need any more information. Thanks guys.
      Tom

      posted in FOG Problems
      T
      TomBagley
    • RE: http:///service/ipxe/bg.png Error 0x3e11613b / Fog UI Stuck in Loop

      @Quazz Sure! Thanks for your help thus far.

      posted in FOG Problems
      T
      TomBagley
    • RE: http:///service/ipxe/bg.png Error 0x3e11613b / Fog UI Stuck in Loop

      @Wayne-Workman Thanks Wayne there was quite a lot not required so that’s got the root back to 20% available. The UI and Fog boot menu are more stable now but I am back to being stuck at ‘attempting to register host…’

      posted in FOG Problems
      T
      TomBagley
    • RE: Duplicate Macs with USB Nics

      @Wayne-Workman Thanks Wayne very much so - very useful!

      posted in FOG Problems
      T
      TomBagley
    • RE: http:///service/ipxe/bg.png Error 0x3e11613b / Fog UI Stuck in Loop

      @Quazz

      #!ipxe
      set fog-ip 192.168.150.10
      set fog-webroot fog
      set boot-url http://${fog-ip}/${fog-webroot}
      cpuid --ext 29 && set arch x86_64 || set arch i386
      goto get_console
      :console_set
      colour --rgb 0x00567a 1 ||
      colour --rgb 0x00567a 2 ||
      colour --rgb 0x00567a 4 ||
      cpair --foreground 7 --background 2 2 ||
      goto MENU
      :alt_console
      cpair --background 0 1 ||
      cpair --background 1 2 ||
      goto MENU
      :get_console
      console --picture http://192.168.150.10/fog/service/ipxe/bg.png --left 100 --right 80 && goto console_set || goto alt_console
      :MENU
      menu
      colour --rgb 0xff0000 0 ||
      cpair --foreground 1 1 ||
      cpair --foreground 0 3 ||
      cpair --foreground 4 4 ||
      item --gap Host is NOT registered!
      item --gap -- -------------------------------------
      item fog.local Boot from hard disk
      item fog.memtest Run Memtest86+
      item fog.reginput Perform Full Host Registration and Inventory
      item fog.reg Quick Registration and Inventory
      item fog.deployimage Deploy Image
      item fog.multijoin Join Multicast Session
      item fog.sysinfo Client System Information (Compatibility)
      choose --default fog.local --timeout 3000 target && goto ${target}
      :fog.local
      sanboot --no-describe --drive 0x80 || goto MENU
      kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 web=192.168.150.10/fog/ consoleblank=0 rootfstype=ext4 loglevel=4
      imgfetch init_32.xz
      boot || goto MENU
      :fog.memtest
      kernel memdisk iso raw
      initrd memtest.bin
      boot || goto MENU
      kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 web=192.168.150.10/fog/ consoleblank=0 rootfstype=ext4 loglevel=4
      imgfetch init_32.xz
      boot || goto MENU
      :fog.reginput
      kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 web=192.168.150.10/fog/ consoleblank=0 rootfstype=ext4 loglevel=4 mode=manreg
      imgfetch init_32.xz
      boot || goto MENU
      :fog.reg
      kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 web=192.168.150.10/fog/ consoleblank=0 rootfstype=ext4 loglevel=4 mode=autoreg
      imgfetch init_32.xz
      boot || goto MENU
      :fog.deployimage
      login
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param username ${username}
      param password ${password}
      param qihost 1
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      :fog.multijoin
      login
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param username ${username}
      param password ${password}
      param sessionJoin 1
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      :fog.sysinfo
      kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 web=192.168.150.10/fog/ consoleblank=0 rootfstype=ext4 loglevel=4 mode=sysinfo
      imgfetch init_32.xz
      boot || goto MENU
      :bootme
      chain -ar http://192.168.150.10/fog/service/ipxe/boot.php##params ||
      goto MENU
      autoboot
      
      
      
      posted in FOG Problems
      T
      TomBagley
    • RE: http:///service/ipxe/bg.png Error 0x3e11613b / Fog UI Stuck in Loop

      @Wayne-Workman Yes, very nearly. I deleted because I was able to access the FOG UI eventually. How do I know what I can/can’t delete? Or should I be looking to rebuild onto a VM with more space?

      posted in FOG Problems
      T
      TomBagley
    • RE: http:///service/ipxe/bg.png Error 0x3e11613b / Fog UI Stuck in Loop

      @Wayne-Workman Have checked and all values are as you state them to be.

      posted in FOG Problems
      T
      TomBagley
    • RE: http:///service/ipxe/bg.png Error 0x3e11613b / Fog UI Stuck in Loop

      @Wayne-Workman Hi Wayne, I haven’t changed the IP and have just upgraded to RC5 and the symptoms remain the same unfortunately.

      posted in FOG Problems
      T
      TomBagley
    • RE: http:///service/ipxe/bg.png Error 0x3e11613b / Fog UI Stuck in Loop

      @Tom-Elliott Just as a further note I am able to perform a full registration of host. I can also image the client after registering this way.

      Not sure whether this helps or offers any guidance.
      Tom

      posted in FOG Problems
      T
      TomBagley
    • RE: http:///service/ipxe/bg.png Error 0x3e11613b / Fog UI Stuck in Loop

      @Tom-Elliott No trouble Tom have done. Same symptom when running quick registration. Eventually I get:
      *Attempting to register host… Failed
      An error has been detected!
      Cannot register host. (/bin/fog.auto.reg)
      Args Passed:
      Computer will reboot in 1 minute.

      Thanks,
      Tom

      posted in FOG Problems
      T
      TomBagley
    • RE: http:///service/ipxe/bg.png Error 0x3e11613b / Fog UI Stuck in Loop

      @Tom-Elliott Wow that’s special even for me. Apologies this is the first sight of the apache logs I’ve had.

      [Fri Jul 29 13:54:10.174063 2016] [:error] [pid 46397] [client 192.168.161.131:52482] PHP Warning:  mysqli::query(): Couldn't fetch mysqli in /var/www/html/fog/lib/db/mysql.class.php on line 49
      [Fri Jul 29 13:54:10.175057 2016] [:error] [pid 46397] [client 192.168.161.131:52482] PHP Warning:  mysqli::select_db(): Couldn't fetch mysqli in /var/www/html/fog/lib/db/mysql.class.php on line 35
      [Fri Jul 29 13:54:10.175089 2016] [:error] [pid 46397] [client 192.168.161.131:52482] PHP Warning:  mysqli::query(): Couldn't fetch mysqli in /var/www/html/fog/lib/db/mysql.class.php on line 47
      [Fri Jul 29 13:54:10.175104 2016] [:error] [pid 46397] [client 192.168.161.131:52482] PHP Warning:  mysqli::query(): Couldn't fetch mysqli in /var/www/html/fog/lib/db/mysql.class.php on line 49
      [Fri Jul 29 13:54:10.175432 2016] [:error] [pid 46397] [client 192.168.161.131:52482] PHP Warning:  mysqli::select_db(): Couldn't fetch mysqli in /var/www/html/fog/lib/db/mysql.class.php on line 35
      [Fri Jul 29 13:54:10.175456 2016] [:error] [pid 46397] [client 192.168.161.131:52482] PHP Warning:  mysqli::query(): Couldn't fetch mysqli in /var/www/html/fog/lib/db/mysql.class.php on line 47
      [Fri Jul 29 13:54:10.175471 2016] [:error] [pid 46397] [client 192.168.161.131:52482] PHP Warning:  mysqli::query(): Couldn't fetch mysqli in /var/www/html/fog/lib/db/mysql.class.php on line 49
      [Fri Jul 29 13:54:10.175800 2016] [:error] [pid 46397] [client 192.168.161.131:52482] PHP Warning:  mysqli::select_db(): Couldn't fetch mysqli in /var/www/html/fog/lib/db/mysql.class.php on line 35
      [Fri Jul 29 13:54:10.175832 2016] [:error] [pid 46397] [client 192.168.161.131:52482] PHP Warning:  mysqli::query(): Couldn't fetch mysqli in /var/www/html/fog/lib/db/mysql.class.php on line 47
      [Fri Jul 29 13:54:10.175846 2016] [:error] [pid 46397] [client 192.168.161.131:52482] PHP Warning:  mysqli::query(): Couldn't fetch mysqli in /var/www/html/fog/lib/db/mysql.class.php on line 49
      [Fri Jul 29 13:54:10.176149 2016] [:error] [pid 46397] [client 192.168.161.131:52482] PHP Warning:  mysqli::select_db(): Couldn't fetch mysqli in /var/www/html/fog/lib/db/mysql.class.php on line 35
      [Fri Jul 29 13:54:10.176172 2016] [:error] [pid 46397] [client 192.168.161.131:52482] PHP Warning:  mysqli::query(): Couldn't fetch mysqli in /var/www/html/fog/lib/db/mysql.class.php on line 47
      [Fri Jul 29 13:54:10.176186 2016] [:error] [pid 46397] [client 192.168.161.131:52482] PHP Warning:  mysqli::query(): Couldn't fetch mysqli in /var/www/html/fog/lib/db/mysql.class.php on line 49
      [Fri Jul 29 13:54:10.176478 2016] [:error] [pid 46397] [client 192.168.161.131:52482] PHP Warning:  mysqli::select_db(): Couldn't fetch mysqli in /var/www/html/fog/lib/db/mysql.class.php on line 35
      [Fri Jul 29 13:54:10.176502 2016] [:error] [pid 46397] [client 192.168.161.131:52482] PHP Warning:  mysqli::query(): Couldn't fetch mysqli in /var/www/html/fog/lib/db/mysql.class.php on line 47
      [Fri Jul 29 13:54:10.176516 2016] [:error] [pid 46397] [client 192.168.161.131:52482] PHP Warning:  mysqli::query(): Couldn't fetch mysqli in /var/www/html/fog/lib/db/mysql.class.php on line 49
      [Fri Jul 29 13:54:10.176838 2016] [:error] [pid 46397] [client 192.168.161.131:52482] PHP Warning:  mysqli::select_db(): Couldn't fetch mysqli in /var/www/html/fog/lib/db/mysql.class.php on line 35
      [Fri Jul 29 13:54:10.176869 2016] [:error] [pid 46397] [client 192.168.161.131:52482] PHP Warning:  mysqli::query(): Couldn't fetch mysqli in /var/www/html/fog/lib/db/mysql.class.php on line 47
      [Fri Jul 29 13:54:10.176883 2016] [:error] [pid 46397] [client 192.168.161.131:52482] PHP Warning:  mysqli::query(): Couldn't fetch mysqli in /var/www/html/fog/lib/db/mysql.class.php on line 49
      [Fri Jul 29 13:54:10.177179 2016] [:error] [pid 46397] [client 192.168.161.131:52482] PHP Warning:  mysqli::select_db(): Couldn't fetch mysqli in /var/www/html/fog/lib/db/mysql.class.php on line 35
      [Fri Jul 29 13:54:10.177202 2016] [:error] [pid 46397] [client 192.168.161.131:52482] PHP Warning:  mysqli::query(): Couldn't fetch mysqli in /var/www/html/fog/lib/db/mysql.class.php on line 47
      [Fri Jul 29 13:54:10.177228 2016] [:error] [pid 46397] [client 192.168.161.131:52482] PHP Warning:  mysqli::query(): Couldn't fetch mysqli in /var/www/html/fog/lib/db/mysql.class.php on line 49
      [Fri Jul 29 13:54:10.220907 2016] [:error] [pid 46397] [client 192.168.161.131:52482] PHP Warning:  mysqli::select_db(): Couldn't fetch mysqli in /var/www/html/fog/lib/db/mysql.class.php on line 35
      [Fri Jul 29 13:54:10.220947 2016] [:error] [pid 46397] [client 192.168.161.131:52482] PHP Warning:  mysqli::query(): Couldn't fetch mysqli in /var/www/html/fog/lib/db/mysql.class.php on line 47
      [Fri Jul 29 13:54:10.220962 2016] [:error] [pid 46397] [client 192.168.161.131:52482] PHP Warning:  mysqli::query(): Couldn't fetch mysqli in /var/www/html/fog/lib/db/mysql.class.php on line 49
      [Fri Jul 29 13:54:13.752738 2016] [mpm_prefork:notice] [pid 46326] AH00170: caught SIGWINCH, shutting down gracefully
      [Fri Jul 29 13:55:41.944866 2016] [core:notice] [pid 46834] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
      [Fri Jul 29 13:55:41.946564 2016] [suexec:notice] [pid 46834] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
      [Fri Jul 29 13:55:41.948415 2016] [ssl:warn] [pid 46834] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
      AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain. Set the 'ServerName' directive globally to suppress this message
      [Fri Jul 29 13:55:41.994661 2016] [auth_digest:notice] [pid 46834] AH01757: generating secret for digest authentication ...
      [Fri Jul 29 13:55:41.995918 2016] [lbmethod_heartbeat:notice] [pid 46834] AH02282: No slotmem from mod_heartmonitor
      [Fri Jul 29 13:55:41.997815 2016] [ssl:warn] [pid 46834] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
      [Fri Jul 29 13:55:42.032846 2016] [mpm_prefork:notice] [pid 46834] AH00163: Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips PHP/5.6.24 configured -- resuming normal operations
      [Fri Jul 29 13:55:42.032916 2016] [core:notice] [pid 46834] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
      [Fri Jul 29 13:57:34.043284 2016] [:error] [pid 46846] [client 192.168.161.142:65310] PHP Strict Standards:  Only variables should be passed by reference in /var/www/html/fog/lib/pages/schemaupdaterpage.class.php on line 47, referer: http://192.168.150.10/fog/management/?node=schema
      [Fri Jul 29 14:13:07.504645 2016] [:error] [pid 46930] [client 192.168.150.48:37966] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /var/www/html/fog/lib/fog/fogmanagercontroller.class.php on line 23
      [Fri Jul 29 14:14:05.305646 2016] [:error] [pid 46845] [client 192.168.150.48:37968] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /var/www/html/fog/lib/reg-task/registration.class.php on line 122
      [Fri Jul 29 14:15:03.883199 2016] [:error] [pid 46930] [client 192.168.161.138:53087] PHP Warning:  PDO::__construct(): Premature end of data (mysqlnd_wireprotocol.c:836) in /var/www/html/fog/lib/db/pdodb.class.php on line 32
      [Fri Jul 29 14:15:03.883238 2016] [:error] [pid 46930] [client 192.168.161.138:53087] PHP Warning:  PDO::__construct(): OK packet 1 bytes shorter than expected in /var/www/html/fog/lib/db/pdodb.class.php on line 32
      [Fri Jul 29 14:16:02.781895 2016] [:error] [pid 46883] [client 192.168.161.142:51234] PHP Warning:  PDO::__construct(): Premature end of data (mysqlnd_wireprotocol.c:836) in /var/www/html/fog/lib/db/pdodb.class.php on line 32, referer: http://192.168.150.10/fog/management/index.php
      [Fri Jul 29 14:16:02.781938 2016] [:error] [pid 46883] [client 192.168.161.142:51234] PHP Warning:  PDO::__construct(): OK packet 1 bytes shorter than expected in /var/www/html/fog/lib/db/pdodb.class.php on line 32, referer: http://192.168.150.10/fog/management/index.php
      [Fri Jul 29 14:16:58.758648 2016] [:error] [pid 49346] [client 192.168.150.48:37974] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /var/www/html/fog/lib/fog/fogbase.class.php on line 86
      [Fri Jul 29 14:17:56.804637 2016] [:error] [pid 46930] [client 192.168.150.48:37976] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /var/www/html/fog/lib/db/pdodb.class.php on line 178
      [Fri Jul 29 14:18:54.561695 2016] [:error] [pid 46842] [client 192.168.150.48:37978] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /var/www/html/fog/lib/db/pdodb.class.php on line 169
      [Fri Jul 29 14:18:55.950682 2016] [:error] [pid 46842] [client 192.168.150.10:53831] PHP Warning:  PDO::__construct(): Premature end of data (mysqlnd_wireprotocol.c:836) in /var/www/html/fog/lib/db/pdodb.class.php on line 32
      [Fri Jul 29 14:18:55.950717 2016] [:error] [pid 46842] [client 192.168.150.10:53831] PHP Warning:  PDO::__construct(): OK packet 1 bytes shorter than expected in /var/www/html/fog/lib/db/pdodb.class.php on line 32
      [Fri Jul 29 14:19:52.099632 2016] [:error] [pid 46883] [client 192.168.150.48:37980] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /var/www/html/fog/lib/fog/fogmanagercontroller.class.php on line 27
      [Fri Jul 29 14:20:49.643645 2016] [:error] [pid 47223] [client 192.168.150.48:37982] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /var/www/html/fog/lib/fog/fogmanagercontroller.class.php on line 27
      [Fri Jul 29 14:21:47.430632 2016] [:error] [pid 46845] [client 192.168.150.48:37984] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /var/www/html/fog/lib/fog/fogbase.class.php on line 92
      
      posted in FOG Problems
      T
      TomBagley
    • RE: http:///service/ipxe/bg.png Error 0x3e11613b / Fog UI Stuck in Loop

      @Tom-Elliott Looks to be looping with these errros

      root@localhost httpd]# [Mon Jul 25 03:36:02.291243 2016] [auth_digest:notice] [pid 1481] AH01757: generating secret for digest authentication ...
      -bash: [Mon: command not found
      [root@localhost httpd]# [Mon Jul 25 03:36:02.304684 2016] [lbmethod_heartbeat:notice] [pid 1481] AH02282: No slotmem from mod_heartmonitor
      -bash: [Mon: command not found
      [root@localhost httpd]# [Mon Jul 25 03:36:02.313913 2016] [ssl:warn] [pid 1481] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
      -bash: syntax error near unexpected token `('
      [root@localhost httpd]# [Mon Jul 25 03:36:02.488850 2016] [mpm_prefork:notice] [pid 1481] AH00163: Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips PHP/5.6.21 configured -- resuming normal operations
      -bash: syntax error near unexpected token `('
      [root@localhost httpd]# [Mon Jul 25 03:36:02.488874 2016] [core:notice] [pid 1481] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
      -bash: [Mon: command not found
      [root@localhost httpd]# [Wed Jul 27 04:13:01.640196 2016] [:error] [pid 30235] [client 192.168.161.143:59419] PHP Warning:  mysqli::mysqli(): (08004/1040): Too many connections in /var/www/html/fog/lib/db/mysql.class.php on line 25
      -bash: syntax error near unexpected token `('
      [root@localhost httpd]# [Wed Jul 27 04:13:01.640328 2016] [:error] [pid 30235] [client 192.168.161.143:59419] PHP Warning:  mysqli::set_charset(): Couldn't fetch mysqli in /var/www/html/fog/lib/db/mysql.class.php on line 26
      -bash: syntax error near unexpected token `('
      [root@localhost httpd]# [Wed Jul 27 04:13:01.640358 2016] [:error] [pid 30235] [client 192.168.161.143:59419] PHP Warning:  mysqli::select_db(): Couldn't fetch mysqli in /var/www/html/fog/lib/db/mysql.class.php on line 35
      -bash: syntax error near unexpected token `('
      [root@localhost httpd]# [Wed Jul 27 04:13:01.640400 2016] [:error] [pid 30235] [client 192.168.161.143:59419] PHP Warning:  mysqli::select_db(): Couldn't fetch mysqli in /var/www/html/fog/lib/db/mysql.class.php on line 35
      -bash: syntax error near unexpected token `('
      [root@localhost httpd]# [Wed Jul 27 04:13:01.640461 2016] [:error] [pid 30235] [client 192.168.161.143:59419] PHP Warning:  mysqli::query(): Couldn't fetch mysqli in /var/www/html/fog/lib/db/mysql.class.php on line 47
      -bash: syntax error near unexpected token `('
      [root@localhost httpd]# [Wed Jul 27 04:13:01.640478 2016] [:error] [pid 30235] [client 192.168.161.143:59419] PHP Warning:  mysqli::query(): Couldn't fetch mysqli in /var/www/html/fog/lib/db/mysql.class.php on line 49
      -bash: syntax error near unexpected token `('
      [root@localhost httpd]# [Wed Jul 27 04:13:02.136492 2016] [:error] [pid 30235] [client 192.168.161.143:59419] PHP Warning:  mysqli::select_db(): Couldn't fetch mysqli in /var/www/html/fog/lib/db/mysql.class.php on line 35
      
      
      posted in FOG Problems
      T
      TomBagley
    • RE: http:///service/ipxe/bg.png Error 0x3e11613b / Fog UI Stuck in Loop

      @Tom-Elliott Hi Tom,

      I have just upgraded to RC-4. The good news is the Fog Menu now loads thankyou! However on attempting to do a quick registration it just hangs at ‘Attempting to register host…’

      posted in FOG Problems
      T
      TomBagley
    • RE: http:///service/ipxe/bg.png Error 0x3e11613b / Fog UI Stuck in Loop

      @Tom-Elliott Thanks for getting back to me Tom. All three of those variables are showing as blank. I left the details as default on installation so I’m not exactly sure what I should be expecting to see!

      Tom

      posted in FOG Problems
      T
      TomBagley
    • http:///service/ipxe/bg.png Error 0x3e11613b / Fog UI Stuck in Loop

      Hi,
      Running Fog 7492 on CentOS.

      Just noticed an issue as I went to image an existing host. I get the following chainloading error.

      tftp://192.168.150.10/default.ipxe… ok
      http://192.168.150.10/fog/service/ipxe/boot.php… ok
      http://service/ipxe/bg.png… Error 0x3e11613b (http://ipxe.org/3e11613b)
      Could not boot: No such file or directory (http://ipxe.org/2d2ce03b)
      Could not boot: No such file or directory (http://ipxe.org/2d2ce03b)
      Chainloading failed, hit ‘s’ for the iPXE shell; reboot in 10 seconds.

      I thought I’d go to the UI to see if there was anything obvious and it advised that the database was out of date and needed updating - fine clicked to update and it says it was successful but when I click to login it just goes back to the database schema/installer page.

      Not sure if these errors are linked so a bit stuck as to where to start troubleshooting, any ideas?

      Thanks as always,
      Tom

      posted in FOG Problems
      T
      TomBagley
    • 1 / 1