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

    Posts made by ftgjason

    • RE: ipxe/boot.php hanging on capture

      @Wayne-Workman @Quazz Ok…combing through some of the logs…I find a host, which I assume is the FOG server itself, and it has the wrong ip address.
      It should be 192.168.0.49 not the 192.168.20.49.
      Am I on the right track?

      [Wed Sep 21 09:03:13.096909 2016] [:error] [pid 1099] [client 192.168.0.64:33342] PHP Fatal error: Uncaught exception 'Exception' with message 'Type: 8, File: /var/www/html/fog/lib/fog/fogbase.class.php, Line: 791, Message: Undefined index: value, Host: 192.168.20.49, Username: fog' in /var/www/html/fog/lib/fog/fogftp.class.php:74\nStack trace:\n#0 /var/www/html/fog/lib/fog/storagenode.class.php(113): FOGFTP->connect()\n#1 /var/www/html/fog/lib/fog/fogcontroller.class.php(831): StorageNode->loadImages()\n#2 /var/www/html/fog/lib/fog/fogcontroller.class.php(212): FOGController->loadItem('images')\n#3 /var/www/html/fog/lib/fog/storagenode.class.php(45): FOGController->get('images')\n#4 /var/www/html/fog/lib/fog/storagegroup.class.php(73): StorageNode->get('images')\n#5 [internal function]: StorageGroup->{closure}(Object(StorageNode), 1)\n#6 /var/www/html/fog/lib/fog/storagegroup.class.php(87): array_walk(Array, Object(Closure))\n#7 /var/www/html/fog/lib/fog/bootmenu.class.php(1381): StorageGroup->getOptimalStorageNode('8')\n#8 /var/www/html/fog/lib/fog/bootmenu.class.php(424): BootMenu->getTasking()\n#9 [internal funct in /var/www/html/fog/lib/fog/fogftp.class.php on line 74

      posted in FOG Problems
      ftgjasonF
      ftgjason
    • RE: ipxe/boot.php hanging on capture

      @Quazz @Wayne-Workman I have changed a thing or two that looks like what you are talking about, but nothing has changed on the capture end of things. Still not 100% certain on where the change needed to be made.

      posted in FOG Problems
      ftgjasonF
      ftgjason
    • RE: ipxe/boot.php hanging on capture

      @Quazz I guess I am missing that setting, can you give me more info on what the actual heading is for the setting in Fog Settings. Thanks

      posted in FOG Problems
      ftgjasonF
      ftgjason
    • RE: ipxe/boot.php hanging on capture

      @Wayne-Workman Here’s what I get after pasting in web-browser

      #!ipxe
      set fog-ip 192.168.0.49
      set fog-webroot fog
      set boot-url http://${fog-ip}/${fog-webroot}

      posted in FOG Problems
      ftgjasonF
      ftgjason
    • RE: ipxe/boot.php hanging on capture

      @Wayne-Workman
      FOG - 192.168.0.49
      Mac of Client
      78:45:c4:24:82:d8

      posted in FOG Problems
      ftgjasonF
      ftgjason
    • RE: ipxe/boot.php hanging on capture

      @Wayne-Workman
      looks like it is still there…huh?

       [root@localhost ~]# ip addr show
      1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
          link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
          inet 127.0.0.1/8 scope host lo
             valid_lft forever preferred_lft forever
          inet6 ::1/128 scope host
             valid_lft forever preferred_lft forever
      2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
          link/ether 18:03:73:df:0d:93 brd ff:ff:ff:ff:ff:ff
          inet 192.168.0.49/23 brd 192.168.1.255 scope global eno1
             valid_lft forever preferred_lft forever
          inet6 fe80::1a03:73ff:fedf:d93/64 scope link
             valid_lft forever preferred_lft forever
      [root@localhost ~]#
      

      Mod edited to use code box.

      posted in FOG Problems
      ftgjasonF
      ftgjason
    • RE: ipxe/boot.php hanging on capture

      @Wayne-Workman Here is the latest errors I see in apache log from

      [root@localhost ~]# tail -n 100 /var/log/httpd/error_log

      [Tue Sep 20 11:08:23.892875 2016] [suexec:notice] [pid 776] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
      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
      [Tue Sep 20 11:08:23.959982 2016] [auth_digest:notice] [pid 776] AH01757: generating secret for digest authentication …
      [Tue Sep 20 11:08:23.961781 2016] [lbmethod_heartbeat:notice] [pid 776] AH02282: No slotmem from mod_heartmonitor
      [Tue Sep 20 11:08:24.545092 2016] [mpm_prefork:notice] [pid 776] AH00163: Apache/2.4.18 (Fedora) OpenSSL/1.0.1k-fips PHP/5.6.23 configured – resuming normal operations
      [Tue Sep 20 11:08:24.545149 2016] [core:notice] [pid 776] AH00094: Command line: ‘/usr/sbin/httpd -D FOREGROUND’
      [Tue Sep 20 11:11:36.051028 2016] [:error] [pid 1080] [client 192.168.0.64:18394] PHP Fatal error: Uncaught exception ‘Exception’ with message ‘Type: 8, File: /var/www/html/fog/lib/fog/fogbase.class.php, Line: 791, Message: Undefined index: value, Host: 192.168.20.49, Username: fog’ in /var/www/html/fog/lib/fog/fogftp.class.php:74\nStack trace:\n#0 /var/www/html/fog/lib/fog/storagenode.class.php(113): FOGFTP->connect()\n#1 /var/www/html/fog/lib/fog/fogcontroller.class.php(831): StorageNode->loadImages()\n#2 /var/www/html/fog/lib/fog/fogcontroller.class.php(212): FOGController->loadItem(‘images’)\n#3 /var/www/html/fog/lib/fog/storagenode.class.php(45): FOGController->get(‘images’)\n#4 /var/www/html/fog/lib/fog/storagegroup.class.php(73): StorageNode->get(‘images’)\n#5 [internal function]: StorageGroup->{closure}(Object(StorageNode), 1)\n#6 /var/www/html/fog/lib/fog/storagegroup.class.php(87): array_walk(Array, Object(Closure))\n#7 /var/www/html/fog/lib/fog/bootmenu.class.php(1381): StorageGroup->getOptimalStorageNode(‘8’)\n#8 /var/www/html/fog/lib/fog/bootmenu.class.php(424): BootMenu->getTasking()\n#9 [internal funct in /var/www/html/fog/lib/fog/fogftp.class.php on line 74
      [root@localhost ~]#

      posted in FOG Problems
      ftgjasonF
      ftgjason
    • RE: ipxe/boot.php hanging on capture

      @Wayne-Workman I’m sure those are great instructions for a ‘non-rookie’ on Fedora, but I struggle. For some reason I think that ipv6 is disabled because you had me disable that when I installed Fedora 22 about a 14 months ago.
      But as is, I followed another site that gave me an in-depth how-to (http://linoxide.com/linux-how-to/disable-ipv6-centos-fedora-rhel/) and restarted my server…same issue with uploading client to server still exists.

      posted in FOG Problems
      ftgjasonF
      ftgjason
    • RE: ipxe/boot.php hanging on capture

      @Wayne-Workman Fedora 22 with FOG Running Version 1.3.0-RC-10
      SVN Revision: 5955

      that is the latest SVN correct?

      posted in FOG Problems
      ftgjasonF
      ftgjason
    • RE: ipxe/boot.php hanging on capture

      @Wayne-Workman

      [root@localhost ~]# ip addr show
      1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
          link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
          inet 127.0.0.1/8 scope host lo
             valid_lft forever preferred_lft forever
          inet6 ::1/128 scope host
             valid_lft forever preferred_lft forever
      2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
          link/ether 18:03:73:df:0d:93 brd ff:ff:ff:ff:ff:ff
          inet 192.168.0.49/23 brd 192.168.1.255 scope global eno1
             valid_lft forever preferred_lft forever
          inet6 fe80::1a03:73ff:fedf:d93/64 scope link
             valid_lft forever preferred_lft forever
      [root@localhost ~]#
      [root@localhost ~]#
      [root@localhost ~]# cat /tftpboot/default.ipxe
      #!ipxe
      cpuid --ext 29 && set arch x86_64 || set arch i386
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param platform ${platform}
      param product ${product}
      param manufacturer ${product}
      param ipxever ${version}
      param filename ${filename}
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      :bootme
      chain http://192.168.0.49/fog/service/ipxe/boot.php##params
      [root@localhost ~]#
      
      posted in FOG Problems
      ftgjasonF
      ftgjason
    • RE: ipxe/boot.php hanging on capture

      @Tom-Elliott here is the latest couple of entries…

      [Mon Sep 19 15:46:48.827081 2016] [:error] [pid 2156] [client 192.168.0.66:8904]                                                                              PHP Fatal error:  Uncaught exception 'Exception' with message 'Type: 8, File: /                                                                             var/www/html/fog/lib/fog/fogbase.class.php, Line: 791, Message: Undefined index:                                                                              value, Host: 192.168.20.49, Username: fog' in /var/www/html/fog/lib/fog/fogftp.                                                                             class.php:74\nStack trace:\n#0 /var/www/html/fog/lib/fog/storagenode.class.php(1                                                                             13): FOGFTP->connect()\n#1 /var/www/html/fog/lib/fog/fogcontroller.class.php(831                                                                             ): StorageNode->loadImages()\n#2 /var/www/html/fog/lib/fog/fogcontroller.class.p                                                                             hp(212): FOGController->loadItem('images')\n#3 /var/www/html/fog/lib/fog/storage                                                                             node.class.php(45): FOGController->get('images')\n#4 /var/www/html/fog/lib/fog/s                                                                             toragegroup.class.php(73): StorageNode->get('images')\n#5 [internal function]: S                                                                             torageGroup->{closure}(Object(StorageNode), 1)\n#6 /var/www/html/fog/lib/fog/sto                                                                             ragegroup.class.php(87): array_walk(Array, Object(Closure))\n#7 /var/www/html/fo                                                                             g/lib/fog/bootmenu.class.php(1381): StorageGroup->getOptimalStorageNode('8')\n#8                                                                              /var/www/html/fog/lib/fog/bootmenu.class.php(424): BootMenu->getTasking()\n#9 [                                                                             internal funct in /var/www/html/fog/lib/fog/fogftp.class.php on line 74
      [Tue Sep 20 09:06:32.035780 2016] [:error] [pid 2113] [client 192.168.0.64:3636]                                                                              PHP Fatal error:  Uncaught exception 'Exception' with message 'Type: 8, File: /                                                                             var/www/html/fog/lib/fog/fogbase.class.php, Line: 791, Message: Undefined index:                                                                              value, Host: 192.168.20.49, Username: fog' in /var/www/html/fog/lib/fog/fogftp.                                                                             class.php:74\nStack trace:\n#0 /var/www/html/fog/lib/fog/storagenode.class.php(1                                                                             13): FOGFTP->connect()\n#1 /var/www/html/fog/lib/fog/fogcontroller.class.php(831                                                                             ): StorageNode->loadImages()\n#2 /var/www/html/fog/lib/fog/fogcontroller.class.p                                                                             hp(212): FOGController->loadItem('images')\n#3 /var/www/html/fog/lib/fog/storage                                                                             node.class.php(45): FOGController->get('images')\n#4 /var/www/html/fog/lib/fog/s                                                                             toragegroup.class.php(73): StorageNode->get('images')\n#5 [internal function]: S                                                                             torageGroup->{closure}(Object(StorageNode), 1)\n#6 /var/www/html/fog/lib/fog/sto                                                                             ragegroup.class.php(87): array_walk(Array, Object(Closure))\n#7 /var/www/html/fo                                                                             g/lib/fog/bootmenu.class.php(1381): StorageGroup->getOptimalStorageNode('8')\n#8                                                                              /var/www/html/fog/lib/fog/bootmenu.class.php(424): BootMenu->getTasking()\n#9 [                                                                             internal funct in /var/www/html/fog/lib/fog/fogftp.class.php on line 74
      [Tue Sep 20 09:26:50.788079 2016] [:error] [pid 2152] [client 192.168.0.64:43304                                                                             ] PHP Fatal error:  Uncaught exception 'Exception' with message 'Type: 8, File:                                                                              /var/www/html/fog/lib/fog/fogbase.class.php, Line: 791, Message: Undefined index                                                                             : value, Host: 192.168.20.49, Username: fog' in /var/www/html/fog/lib/fog/fogftp                                                                             .class.php:74\nStack trace:\n#0 /var/www/html/fog/lib/fog/storagenode.class.php(                                                                             113): FOGFTP->connect()\n#1 /var/www/html/fog/lib/fog/fogcontroller.class.php(83                                                                             1): StorageNode->loadImages()\n#2 /var/www/html/fog/lib/fog/fogcontroller.class.                                                                             php(212): FOGController->loadItem('images')\n#3 /var/www/html/fog/lib/fog/storag                                                                             enode.class.php(45): FOGController->get('images')\n#4 /var/www/html/fog/lib/fog/                                                                             storagegroup.class.php(73): StorageNode->get('images')\n#5 [internal function]:                                                                              StorageGroup->{closure}(Object(StorageNode), 1)\n#6 /var/www/html/fog/lib/fog/st                                                                             oragegroup.class.php(87): array_walk(Array, Object(Closure))\n#7 /var/www/html/f                                                                             og/lib/fog/bootmenu.class.php(1381): StorageGroup->getOptimalStorageNode('8')\n#                                                                             8 /var/www/html/fog/lib/fog/bootmenu.class.php(424): BootMenu->getTasking()\n#9                                                                              [internal funct in /var/www/html/fog/lib/fog/fogftp.class.php on line 74
      [root@localhost ~]#
      

      Mod edited to use code box.

      posted in FOG Problems
      ftgjasonF
      ftgjason
    • RE: ipxe/boot.php hanging on capture

      @Tom-Elliott 0_1474382615812_IMG_5746.PNG

      posted in FOG Problems
      ftgjasonF
      ftgjason
    • RE: ipxe/boot.php hanging on capture

      @ftgjason I added a dumb switch which is connected to the fog client machine that I wish to upload/capture. Nothing is different with the addition of the dumb switch.

      posted in FOG Problems
      ftgjasonF
      ftgjason
    • RE: ipxe/boot.php hanging on capture

      @Tom-Elliott so my switches are set to RSTP by default. Is there something else I should be seeing?

      posted in FOG Problems
      ftgjasonF
      ftgjason
    • RE: ipxe/boot.php hanging on capture

      @ftgjason is this something that has changed from the earlier versions? The switches all worked perfectly before the svn up

      posted in FOG Problems
      ftgjasonF
      ftgjason
    • RE: ipxe/boot.php hanging on capture

      @Tom-Elliott no clue

      posted in FOG Problems
      ftgjasonF
      ftgjason
    • RE: ipxe/boot.php hanging on capture

      @Tom-Elliott managed

      posted in FOG Problems
      ftgjasonF
      ftgjason
    • RE: ipxe/boot.php hanging on capture

      @Tom-Elliott I will try to use a different switch, but I currently have the switch in my office directly connected to the machine I am trying to upload and the FOG server. My DHCP box is in another building.

      posted in FOG Problems
      ftgjasonF
      ftgjason
    • RE: ipxe/boot.php hanging on capture

      no…did not I am trying to upload another image and all seems fine until I get to the ipxe/boot.php line…it hangs and doesn’t do anything for about 2 minutes or so…and restarts the process.
      Fedora 22. The only thing that may have deleted my images was that I did a svn up from a different location other than the original location. I still have a hard time believing that would make the images delete, but that is over and now, I just want to get back to work and I can’t with the stalling at ipxe/boot.php.
      No changes were made other than the svn up.

      posted in FOG Problems
      ftgjasonF
      ftgjason
    • 1 / 1