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

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

    Scheduled Pinned Locked Moved Unsolved
    FOG Problems
    5
    36
    7.0k
    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.
    • Tom ElliottT
      Tom Elliott @finvader
      last edited by

      @finvader How about this:

      Edit the FOG Settings file (/opt/fog/.fogsettings)

      Change the IP address to 127.0.0.1

      Put your system on the network for internet access and run the installer.

      When done, Put the system back on its main network.

      You may need to edit the GUI after moving as I think it will reset the node to look at 127.0.0.1. To do this goto: FOG GUI->Storage Management Page->All Storage nodes-><YOUR RELEVANT NODE> IP address.

      This should be good to go.

      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
      • Tom ElliottT
        Tom Elliott
        last edited by

        When you run the installer after it’s complete you will also likely need to edit the /tftpboot/default.ipxe file.

        It will change the IP address its calling to 127.0.0.1

        Edit the file and change to whatever your server’s normal IP address is.

        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 Reply Quote 0
        • F
          finvader @Tom Elliott
          last edited by

          @Tom-Elliott rgr that on it now

          1 Reply Last reply Reply Quote 0
          • F
            finvader
            last edited by

            OK so I changed to 127.0.0.1 and it still fails database backup.

            I tailed the log and here is what it says

            connecting to 127.0.0.1 connected

            Http request sent, awaiting response 500 internal server error

            Tom ElliottT george1421G 2 Replies Last reply Reply Quote 0
            • Tom ElliottT
              Tom Elliott @finvader
              last edited by

              @finvader Whats in your apache error log?

              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 Reply Quote 0
              • F
                finvader @Tom Elliott
                last edited by

                @Tom-Elliott

                [error] [client 127.0.0.1] PHP Parse error: syntax error, unexpected ‘&’ in /var/www/html/fog/commons/init.php on line 110

                Here is the init.php

                110 foreach ((array)$paths as &$element) {
                111 $allpaths[] = dirname($element[0]);
                112 unset($element);
                113 }

                1 Reply Last reply Reply Quote 0
                • george1421G
                  george1421 Moderator @finvader
                  last edited by

                  @finvader Is this a new install of FOG on a new Centos server? (i.e. did you remember to disable the centos firewall and disable selinux?)

                  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 2 Replies Last reply Reply Quote 0
                  • Tom ElliottT
                    Tom Elliott
                    last edited by

                    What version of PHP is installed?

                    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 Reply Quote 0
                    • F
                      finvader @george1421
                      last edited by

                      @george1421

                      Iptables disabled
                      selinux is permissive

                      1 Reply Last reply Reply Quote 0
                      • F
                        finvader @george1421
                        last edited by

                        @george1421

                        Installing over old 1.2.0 of fog

                        1 Reply Last reply Reply Quote 0
                        • F
                          finvader @Tom Elliott
                          last edited by

                          @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
                          • Tom ElliottT
                            Tom Elliott
                            last edited by

                            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

                            george1421G F 2 Replies Last reply Reply Quote 0
                            • george1421G
                              george1421 Moderator @Tom Elliott
                              last edited by george1421

                              @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

                                @Tom-Elliott

                                Should have clarified, just realized this is centos 6.8

                                1 Reply Last reply Reply Quote 0
                                • Tom ElliottT
                                  Tom Elliott
                                  last edited by

                                  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 Reply Quote 0
                                  • F
                                    finvader @Tom Elliott
                                    last edited by

                                    @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

                                      @Tom-Elliott

                                      Yum is only giving me 5.3.3

                                      1 Reply Last reply Reply Quote 0
                                      • F
                                        finvader @Tom Elliott
                                        last edited by

                                        @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

                                        Tom ElliottT 1 Reply Last reply Reply Quote 0
                                        • Tom ElliottT
                                          Tom Elliott @finvader
                                          last edited by

                                          @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 Reply Quote 0
                                          • F
                                            finvader @Tom Elliott
                                            last edited by

                                            @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
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post

                                            214

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project