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

    tprice

    @tprice

    2
    Reputation
    558
    Profile views
    11
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    tprice Unfollow Follow

    Best posts made by tprice

    • RE: Best Linux distro for FOG trunk

      Celebration. It works. The things that I have changed was a complete new build of Centos 7, FOG (Version: 7306), and followed new documentation. This allowed me to register a machine and perform inventory but I could not start an upload (could not load images directory (/bin/fog. Upload).

      Did some check regarding services and found NFS was not running. Once the latter was started, the ability to perform the partclone was successful.

      I am very happy, thank you all

      posted in General
      T
      tprice

    Latest posts made by tprice

    • RE: Snapin crashes when added

      @Tom-Elliott Hi Tom, I am running 7575

      posted in Bug Reports
      T
      tprice
    • RE: Snapin crashes when added

      @tprice Did some testing. Manually updated the FOG snapins table:

      INSERT INTO snapins (sID,sName,sDesc,sFilePath,sCreateDate,sCreator)
      VALUES (“23”, “Esetv5”,“Blah”,/images/snapins/Esetv5-Inst.exe, Now(), “fog”);

      And I can see something poping up in SNAPINS search page: 0_1463021554777_eset.PNG

      So the FOG application layer can get information from Database but the ability to ADD the information to the database from the FOG app layer is not working.

      posted in Bug Reports
      T
      tprice
    • Snapin crashes when added

      Hi there, I can upload the SNAPIN executable to the server fine. And I can see the file in the SNAPIN exist field (see image).

      However after pressing the ‘Add’ button, the web page crashes. And when doing a search for snapins, there is nothing showing.

      I have checked the SNAPIN Table within the FOG database. And there is no information regarding the new uploads.

      I am to sure if the issue is between

      • list item FOG application layer talking to the MariaDB. That is, it cannot update the fog database.
        OR

      • An array variable within the “snapinmanagementpage.class.php”

      0_1463013509776_SNAPIN.PNG :

      FOG Version: 7575 (GiT)

      HTTPD-Error Lod:

      [Thu May 12 23:59:04.027045 2016] [:error] [pid 2417] [client xxx.xxx.xxx.xxx:52045] PHP Fatal error: Call to a member
      function save() on null in /var/www/html/fog/lib/pages/snapinmanagementpage.class.php on line 161, referer: http://xxx.xxx.xxx.xxx/fog/management/index.php?nod

      PHP Version:

      [root@ahcaklfog02 /]# php -v
      PHP 5.6.21 (cli) (built: Apr 28 2016 07:39:37)
      Copyright © 1997-2016 The PHP Group
      Zend Engine v2.6.0, Copyright © 1998-2016 Zend Technologies
      [root@ahcaklfog02 /]# yum update -y

      MariaDB version:

      MariaDB [(none)]> SHOW VARIABLES LIKE “%version%”;
      ±------------------------±--------------------+
      | Variable_name | Value |
      ±------------------------±--------------------+
      | innodb_version | 5.5.46-MariaDB-37.6 |
      | protocol_version | 10 |
      | slave_type_conversions | |
      | version | 5.5.47-MariaDB |
      | version_comment | MariaDB Server |
      | version_compile_machine | x86_64 |
      | version_compile_os | Linux |
      ±------------------------±--------------------+

      posted in Bug Reports
      T
      tprice
    • RE: Best Linux distro for FOG trunk

      Celebration. It works. The things that I have changed was a complete new build of Centos 7, FOG (Version: 7306), and followed new documentation. This allowed me to register a machine and perform inventory but I could not start an upload (could not load images directory (/bin/fog. Upload).

      Did some check regarding services and found NFS was not running. Once the latter was started, the ability to perform the partclone was successful.

      I am very happy, thank you all

      posted in General
      T
      tprice
    • RE: Best Linux distro for FOG trunk

      @Sebastian-Roth Hi there, I did not get this solved. I need to look at my switch and TFTP communication.

      posted in General
      T
      tprice
    • RE: Best Linux distro for FOG trunk

      Hi there, I did not get it solved. But I think the issue within my Switch configuration. I have nine vlans. I have attached the Fog server on the vlan which is used by the workstations (.54) and the DHCP server is on a different vlans (.50).

      I can ping the qdn, fqdn and reverser ping the FOG server within the main vlans.

      The fog server is sitting on a Hyper-v host. The virtual switch is bridging the physical NIC.

      So I need to figure out why the switch is answering the TFTP request. I suspect the ip helper and DHCP relay on the switch is the root cause.

      Troy

      posted in General
      T
      tprice
    • RE: Best Linux distro for FOG trunk

      Hi there, thanks for the response. I need to figure out why the tftp response is looping through my the switch.

      It appears the IP Helper on the switch’s are enabled with port 0 relaying to our DHCP server.

      posted in General
      T
      tprice
    • RE: Best Linux distro for FOG trunk

      Hi there, I am using undionly.kpxe in the Windows DHCP server.

      The result from PCAP show now response from FOG server or anything related to port 69.

      Regards
      ,timeout_issue.pcap

      posted in General
      T
      tprice
    • RE: Best Linux distro for FOG trunk

      Hi Uncle Frank, the options for STP & RSTP are enabled at a global level. I will follow your suggestion and post results.

      Thanks

      posted in General
      T
      tprice
    • Best Linux distro for FOG trunk

      Hi there, I have not be able to successfully PXE boot to menu. I get the dreaded Open TimeOut error.
      I have installed Centos 7 (64bit) with FOG trunk. The installation completed successfully. I get the Web UI fine but I cannot load the FOG boot menu.
      The fog installation is not using proxyDhcp as I am leveraging our existing DHCP server. So 66 & 67 have been configured appropriately.
      The ability to perform TFTP -i xxx.xxx.xxx.xxx get undionly.pxe (from windows) and TFTP -v xxx.xxx.xxx.xxx -c get undionly.pxe (from Fog host server) all works tine.

      The security layer on the fog server has been disabled.

      The permissions for images, tftp, and ipx (under var/www/html/fog/services/) have been changed to 777.
      The owners for the above folders are fog:root.

      The network is a multiple vlan /subnet environment and STP and RSTP are turned at the switch level.

      So I need some help with:

      1. Troubleshooting why the PXE boot menu is not loading? is this due to the TFTP session is actually timing out or something else.
      2. What is the best combination for installing FOG i.e. is Ubuntu better than Centos?

      Thanks

      posted in General
      T
      tprice