• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

/Default.ipxe.....Operation not supported

Scheduled Pinned Locked Moved Unsolved
FOG Problems
5
36
6.9k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F
    finvader @Tom Elliott
    last edited by Nov 14, 2016, 6:31 PM

    @Tom-Elliott

    Package php-5.3.3-48.el6_8.x86_64 already installed and latest version
    Nothing to do
    [root@fog-server commons]# php -v
    PHP 5.3.3 (cli) (built: Aug 11 2016 20:33:53)
    Copyright © 1997-2010 The PHP Group
    Zend Engine v2.3.0, Copyright © 1998-2010 Zend Technologies

    1 Reply Last reply Reply Quote 0
    • T
      Tom Elliott
      last edited by Nov 14, 2016, 6:31 PM

      Then something else is afoot.

      How, exactly, are you install 1.3.0?

      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

      G F 2 Replies Last reply Nov 14, 2016, 6:33 PM Reply Quote 0
      • G
        george1421 Moderator @Tom Elliott
        last edited by george1421 Nov 14, 2016, 12:33 PM Nov 14, 2016, 6:33 PM

        @Tom-Elliott My production FOG server running Centos 7 v1511 has php at 5.6.28. (just be aware I didn’t do anything crazy with my production server, this is straight out of the box).

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

        1 Reply Last reply Reply Quote 0
        • F
          finvader @Tom Elliott
          last edited by Nov 14, 2016, 6:33 PM

          @Tom-Elliott

          Should have clarified, just realized this is centos 6.8

          1 Reply Last reply Reply Quote 0
          • T
            Tom Elliott
            last edited by Nov 14, 2016, 6:34 PM

            Doesn’t matter.

            How are you installing FOG 1.3.0? I need exact details, such as what you’re using to get the latest and greatest.

            See, fog installs a specific repository and uses that repository to install php packages. The fact that you are only ever getting php 5.3 is really off.

            You might need to run: yum -y remove --erase php*

            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

            Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

            Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

            F 3 Replies Last reply Nov 14, 2016, 6:37 PM Reply Quote 0
            • F
              finvader @Tom Elliott
              last edited by Nov 14, 2016, 6:37 PM

              @Tom-Elliott

              Was told this was a centos 7 server, in fact this is centos 6.8

              1 Reply Last reply Reply Quote 0
              • F
                finvader @Tom Elliott
                last edited by Nov 14, 2016, 6:44 PM

                @Tom-Elliott

                Yum is only giving me 5.3.3

                1 Reply Last reply Reply Quote 0
                • F
                  finvader @Tom Elliott
                  last edited by Nov 14, 2016, 6:53 PM

                  @Tom-Elliott

                  yum install git -y
                  cd ~
                  mkdir git
                  cd git
                  git clone --depth 1 https://github.com/FOGProject/fogproject.git
                  cd fogproject/bin
                  ./installfog.sh

                  T 1 Reply Last reply Nov 14, 2016, 7:01 PM Reply Quote 0
                  • T
                    Tom Elliott @finvader
                    last edited by Nov 14, 2016, 7:01 PM

                    @finvader if you run:

                    yum -y update php* --enablerepo=remi,remi-php56

                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                    Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                    Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                    F 1 Reply Last reply Nov 14, 2016, 7:20 PM Reply Quote 0
                    • F
                      finvader @Tom Elliott
                      last edited by Nov 14, 2016, 7:20 PM

                      @Tom-Elliott i now have php 5.5 the command you posted did not work correctly, i wget the the remi repo and it gave me remi-php55. Is that good enough?

                      1 Reply Last reply Reply Quote 0
                      • T
                        Tom Elliott
                        last edited by Nov 14, 2016, 7:29 PM

                        It should be sure.

                        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                        1 Reply Last reply Reply Quote 0
                        • F
                          finvader
                          last edited by Nov 14, 2016, 8:30 PM

                          OK, so the installation using php5.5 worked succesfully, rebooted and tried to download image to a machine and encountered a chain load error and could not boot.
                          http://172.16.61.17/fog/service/ipxe/boot.php …Input/output error

                          Could not boot: Input/output error
                          Chainloading failed, hit ‘s’ for the ipxe shell; reboot in 10 seconds

                          1 Reply Last reply Reply Quote 0
                          • T
                            Tom Elliott
                            last edited by Tom Elliott Nov 14, 2016, 3:37 PM Nov 14, 2016, 9:36 PM

                            This is why I’m not a fan of isolated fog servers. I’m not saying they shouldn’t be around, but there’s too much 'tis for 'tat kind of stuff going on.

                            Please check your /etc/httpd/conf.d/fog.conf file.

                            Where it says ServerName 127.0.0.1 change to read as ServerName 172.16.61.17 and restart httpd with: service httpd restart, Then pxe booting should work properly (hopefully).

                            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                            Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                            Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                            F 1 Reply Last reply Nov 14, 2016, 10:03 PM Reply Quote 0
                            • F
                              finvader @Tom Elliott
                              last edited by Nov 14, 2016, 10:03 PM

                              @Tom-Elliott said in /Default.ipxe.....Operation not supported:

                              isolated fog servers

                              Now I am here.

                              Mounting file system fail.
                              An error has been detected

                              could not mount images folder (/bin/fog.download)
                              args passed:
                              Reason: mount: mounting 172.16.61.17 ://home/images/ on /images failde: Permissions denied

                              T 1 Reply Last reply Nov 14, 2016, 10:12 PM Reply Quote 0
                              • T
                                Tom Elliott @finvader
                                last edited by Nov 14, 2016, 10:12 PM

                                @finvader Try restarting nfs service?

                                service nfs restart

                                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                F 1 Reply Last reply Nov 14, 2016, 10:20 PM Reply Quote 0
                                • F
                                  finvader @Tom Elliott
                                  last edited by Nov 14, 2016, 10:20 PM

                                  @Tom-Elliott

                                  As of now, I am scraping the fix on this one. some of the files are owned fog.apache, some are root.root, permissions are wrong all over the place.

                                  Going to attempt to put a clean fog install on a new centos 7 machine.

                                  1 Reply Last reply Reply Quote 0
                                  • F
                                    finvader
                                    last edited by Nov 15, 2016, 12:20 AM

                                    Thanks to all of you for your time. I know this is a rough one, at least for me.

                                    So is reinstalled on a fresh centos 7.2 machine and I am getting tftp timeout issues. I installed using my corporate network of 10.x.x.x and I then went in attempted to change over to 172.x.x.x but there seems to be alot of places the IP gets stored. Think I will build a centos 6.8 and just use 1.2.0 as its all contained and doesnt need to talk back to the net. I can at least control the IPs etc, as I am not an expert in linux, php, apache, fog, etc.

                                    I just need a server running asap, then I can go back and build the updated trunk as I do wish to have the new features, but right now we are down hard in our lab.

                                    G 1 Reply Last reply Nov 15, 2016, 12:26 AM Reply Quote 0
                                    • G
                                      george1421 Moderator @finvader
                                      last edited by george1421 Nov 14, 2016, 6:28 PM Nov 15, 2016, 12:26 AM

                                      @finvader You are so close I hate to see you back track now. @Wayne-Workman has a script for a portable fog server that will fix all of the bits with the IP address once 1.3.0 is at the right IP address.

                                      But that elusive /tftpboot/default.ipxe contains one of the places where the IP address is hardcoded. There is also in the storage node and then in the FOG configuration setting in the web gui

                                      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                                      F 1 Reply Last reply Nov 15, 2016, 12:31 AM Reply Quote 0
                                      • F
                                        finvader @george1421
                                        last edited by Nov 15, 2016, 12:31 AM

                                        @george1421
                                        Would love to have that script. I am not giving up on this one. Will be at this first thing in the morning. Gotta go home and feed the kids.

                                        Let me know how I can get that script you mentioned. I did check the default.ipxe and it was good to go.

                                        V/R

                                        1 Reply Last reply Reply Quote 1
                                        • 1
                                        • 2
                                        • 2 / 2
                                        2 / 2
                                        • First post
                                          27/36
                                          Last post

                                        195

                                        Online

                                        12.0k

                                        Users

                                        17.3k

                                        Topics

                                        155.2k

                                        Posts
                                        Copyright © 2012-2024 FOG Project