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

Could not image, Input/output error http://ipxe.org/Id0c6539

Scheduled Pinned Locked Moved Solved
FOG Problems
5
21
4.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.
  • G
    george1421 Moderator @Bob Henderson
    last edited by Jul 5, 2016, 2:20 PM

    @Bob-Henderson sql server going away might cause your issue too. If you key in sudo ps aux|grep sql does it show the mysql server running?

    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!

    B 1 Reply Last reply Jul 5, 2016, 2:23 PM Reply Quote 0
    • B
      Bob Henderson @george1421
      last edited by Jul 5, 2016, 2:23 PM

      @george1421

      yep, and I can connect to it via the root login as well.

      G 1 Reply Last reply Jul 5, 2016, 2:26 PM Reply Quote 0
      • G
        george1421 Moderator @Bob Henderson
        last edited by Jul 5, 2016, 2:26 PM

        @Bob-Henderson I’m going to have to defer to the @Developers then so they can take a look at this error.

        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
        • Q
          Quazz Moderator
          last edited by Quazz Jul 5, 2016, 8:42 AM Jul 5, 2016, 2:38 PM

          Can you post default.ipxe here?

          Just going to start over here.

          Looks like a problem with the location plugin!

          B 2 Replies Last reply Jul 5, 2016, 2:41 PM Reply Quote 1
          • B
            Bob Henderson @Quazz
            last edited by Jul 5, 2016, 2:41 PM

            @Quazz
            Content is:

            #!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://10.1.0.24/fog/service/ipxe/boot.php##params

            1 Reply Last reply Reply Quote 0
            • B
              Bob Henderson @Quazz
              last edited by Jul 5, 2016, 2:44 PM

              @Quazz

              Appears you’re right. I disabled the location plugin (we only have one location at the time anyways, so why bother) and it booted right up.

              Now, I’m hoping to add a second location within the week here as a pure storage node, now that we finally got our high speed WAN in place. Hopefully this can be resolved by then, so I don’t have to worry about stuff pulling across the WAN!

              W 1 Reply Last reply Jul 5, 2016, 4:59 PM Reply Quote 0
              • W
                Wayne Workman @Bob Henderson
                last edited by Jul 5, 2016, 4:59 PM

                @Bob-Henderson When you access the boot.php page, can you then immediately look at your apache error logs and see if there is anything relevant in there? They will have timestamps.
                Web interface -> FOG Configuration -> Log Viewer -> Apache error logs

                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
                • T
                  Tom Elliott
                  last edited by Jul 5, 2016, 4:59 PM

                  I’m fairly sure this is not related to the location plugin, at least not directly. I believe this is because the location that was trying to connect could not communicate with the database. I could be wrong, it happens a lot.

                  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

                  W 1 Reply Last reply Jul 5, 2016, 5:01 PM Reply Quote 0
                  • W
                    Wayne Workman @Tom Elliott
                    last edited by Wayne Workman Jul 5, 2016, 11:01 AM Jul 5, 2016, 5:01 PM

                    @Tom-Elliott Ah, right. That’s happening more often now.

                    @Bob-Henderson try to remotely connect to the fog server’s MySQL db using the fogstorage credentials and see what happens:
                    https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_MySQL#Testing_MySQL

                    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/

                    B 1 Reply Last reply Jul 5, 2016, 5:26 PM Reply Quote 0
                    • B
                      Bob Henderson @Wayne Workman
                      last edited by Jul 5, 2016, 5:26 PM

                      @Wayne-Workman I haven’t touched it in a while, but where do I grab the fogstorage credentials?

                      I can connect locally as the root user and such

                      W 1 Reply Last reply Jul 5, 2016, 5:29 PM Reply Quote 0
                      • W
                        Wayne Workman @Bob Henderson
                        last edited by Jul 5, 2016, 5:29 PM

                        @Bob-Henderson said in Could not image, Input/output error http://ipxe.org/Id0c6539:

                        where do I grab the fogstorage credentials?

                        Web interface -> FOG Configuration -> FOG Settings -> FOG Storage Nodes -> FOG_STORAGENODE_MYSQLUSER and FOG_STORAGENODE_MYSQLPASS

                        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
                        • B
                          Bob Henderson
                          last edited by Jul 5, 2016, 7:30 PM

                          When I attempt that, I get ERROR 2003 (HY000): Can’t connect to MySQL server on ‘10.1.0.24’ (111) . Tried from 2 other linux boxes.

                          T 1 Reply Last reply Jul 5, 2016, 7:42 PM Reply Quote 0
                          • T
                            Tom Elliott @Bob Henderson
                            last edited by Jul 5, 2016, 7:42 PM

                            @Bob-Henderson on your main server cd to /etc and run grep -rl bind-address .

                            You will need to figure out the right file but edit them and comment the bind-address lines so they read as #bind-address = 127.0.0.1 then save the files. Once done restart MySQL services and try again.

                            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

                            B 1 Reply Last reply Jul 5, 2016, 8:07 PM Reply Quote 1
                            • B
                              Bob Henderson @Tom Elliott
                              last edited by Jul 5, 2016, 8:07 PM

                              @Tom-Elliott

                              After getting rid of the localhost bind, I can login fine. No issues at all.

                              1 Reply Last reply Reply Quote 0
                              • T
                                Tom Elliott
                                last edited by Jul 5, 2016, 8:08 PM

                                I’ll bet your location will work fine now too.

                                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

                                B 1 Reply Last reply Jul 6, 2016, 1:05 PM Reply Quote 0
                                • B
                                  Bob Henderson @Tom Elliott
                                  last edited by Jul 6, 2016, 1:05 PM

                                  @Tom-Elliott Sure does. Thanks for the help!

                                  1 Reply Last reply Reply Quote 0
                                  • 1
                                  • 2
                                  • 1 / 2
                                  1 / 2
                                  • First post
                                    15/21
                                    Last post

                                  180

                                  Online

                                  12.1k

                                  Users

                                  17.3k

                                  Topics

                                  155.4k

                                  Posts
                                  Copyright © 2012-2024 FOG Project