• 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.8k
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
    last edited by Nov 14, 2016, 3:56 PM

    Server
    • FOG Version: 1.2.0
    • OS: centos 7
    Client
    • Service Version:
    • OS:
    Description

    I recently tried to upgrade to trunk and it failed, so I reinstalled 1.2.0 back on our fog server.
    I created a task for a computer to download an image.
    When I pxe boot the client computer i get the following:

    /default.ipxe…operation not supported (http://ipxe.org/3c126003)

    Any ideas?

    DHCP is configured on our windows domain controller and that has not changed. Is there a place in fog settings to point fog to the dns server?

    G 1 Reply Last reply Nov 14, 2016, 4:00 PM Reply Quote 0
    • G
      george1421 Moderator @finvader
      last edited by Nov 14, 2016, 4:00 PM

      @finvader It sounds like there are bits of 1.3.0 left over from your previous upgrade.

      But I’d like to focus on what failed when you tried to install 1.3.0? Usually an upgrade is a one way street, once you go to 1.3.0 you can’t roll back to 1.2.0 since the database has changed dramatically between 1.2.0 and 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!

      1 Reply Last reply Reply Quote 0
      • W
        Wayne Workman
        last edited by Nov 14, 2016, 4:01 PM

        It’s files left from trying to install trunk.

        We are here to help you, if you have problems installing 1.3.0 RC, you do not need to go back to ancient 1.2.0. Just ask for help here.

        Did you find and follow this?
        https://wiki.fogproject.org/wiki/index.php?title=CentOS_7

        What happened ?

        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!
        Daily Clean Installation Results:
        https://fogtesting.fogproject.us/
        FOG Reporting:
        https://fog-external-reporting-results.fogproject.us/

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

          failed on backing up database

          1 Reply Last reply Reply Quote 0
          • C
            clittrell
            last edited by Nov 14, 2016, 4:05 PM

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • F
              finvader
              last edited by Nov 14, 2016, 4:13 PM

              Reinstalling 1.3.0 now. will report results.

              Again, thanks for the quick replies.

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

                Ok so here is another issue.

                The fog server is in a non-connected envorinment, meaning is is not meant to connect to the net. We have a 172.x.x.x ip address. So when install using dhcp on our corporate network of 10.x.x.x, it fails to reach the backup of the management at 172.x.x.x

                I then placed on the 172.x.x.x network and ran the install.sh and it fails on getting checksum and files and inits…

                The server resides on a 172.x.x.x network, not sure how to make it get past this. checksum and init thing

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

                  @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
                  • T
                    Tom Elliott
                    last edited by Nov 14, 2016, 5:23 PM

                    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 Nov 14, 2016, 5:24 PM Reply Quote 0
                    • F
                      finvader @Tom Elliott
                      last edited by Nov 14, 2016, 5:24 PM

                      @Tom-Elliott rgr that on it now

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

                        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

                        T G 2 Replies Last reply Nov 14, 2016, 6:06 PM Reply Quote 0
                        • T
                          Tom Elliott @finvader
                          last edited by Nov 14, 2016, 6:06 PM

                          @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 Nov 14, 2016, 6:22 PM Reply Quote 0
                          • F
                            finvader @Tom Elliott
                            last edited by Nov 14, 2016, 6:22 PM

                            @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
                            • G
                              george1421 Moderator @finvader
                              last edited by Nov 14, 2016, 6:23 PM

                              @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 Nov 14, 2016, 6:25 PM Reply Quote 0
                              • T
                                Tom Elliott
                                last edited by Nov 14, 2016, 6:24 PM

                                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 Nov 14, 2016, 6:31 PM Reply Quote 0
                                • F
                                  finvader @george1421
                                  last edited by Nov 14, 2016, 6:25 PM

                                  @george1421

                                  Iptables disabled
                                  selinux is permissive

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

                                    @george1421

                                    Installing over old 1.2.0 of fog

                                    1 Reply Last reply Reply Quote 0
                                    • 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
                                          • 1
                                          • 2
                                          • 1 / 2
                                          1 / 2
                                          • First post
                                            3/36
                                            Last post

                                          165

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project