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

    Unable to register Hosts (SVN 2361)

    Scheduled Pinned Locked Moved Solved
    Bug Reports
    4
    18
    5.5k
    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.
    • D
      darkxeno
      last edited by

      same here still unable to register host in 2362 in full host registration and also when i try to manually add at host in the web console after i add it the mac address disappears and after i hit update and when i goto list all host the host is not in the list at all. Also want to point out that in the full host registration when i boot back to fog it will tell me the host is not registered however when i try to regesiter it with the same name it tells that a hostname a mac address is already register with that host name but if i go to the web console that host is no where to be found so try to name it something else same thing looked like it register but then when boots back to fog says its not register and i do the same steps again and it tells me that the last hostname is already register even tho you cant see it in the web console

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

        Once again, please try SVN 2263

        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
        • D
          darkxeno
          last edited by

          ok I’m able to register host now but now I am unable to deploye or upload an image when i try to deploye the image the computer will boot to fog then as soon as it boots to fog it goes straight to boot to hard drive and it looks like it does this for any computer that is registered to fog now if it’s not register to fog it will let me register it and after i tell it to image now it reboots and it will boot to fog but as soon as it finishes the pxe boot to fog it goes straight to boot to hard drive

          1 Reply Last reply Reply Quote 0
          • D
            darkxeno
            last edited by

            also when i try to deploy from the web console it now says i must first upload an image

            1 Reply Last reply Reply Quote 0
            • D
              darkxeno
              last edited by

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • Tom ElliottT
                Tom Elliott
                last edited by

                Do you have multiple storage nodes?

                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
                • D
                  darkxeno
                  last edited by

                  no i only have one and its on the same server

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

                    Did you FTP information change? Meaning, did you have to reinstall or did just upgrading help you out?

                    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
                    • D
                      darkxeno
                      last edited by

                      nothing should had change i just upgraded im about to upgrade to the latest bluid and see if that helps.

                      1 Reply Last reply Reply Quote 0
                      • D
                        darkxeno
                        last edited by

                        this is the error i get even on 2367
                        Failed to create deployment tasking for the following hosts
                        You must first upload an image to create a download task

                        this is when i try from the webconsole

                        1 Reply Last reply Reply Quote 0
                        • B
                          BPSTravis Developer
                          last edited by

                          Under storage management did your image path change? Otherwise this really sounds like an FTP issue. You can try resetting the password for the user “fog” to the FTP password you have listed in the web UI.

                          [SIZE=12px]signature:[/SIZE]
                          [QUOTE]I think I know things, but I really don't. You shouldn't follow any advice I give. - BPSTravis[/QUOTE]

                          1 Reply Last reply Reply Quote 0
                          • D
                            darkxeno
                            last edited by

                            [quote=“BPSTravis, post: 37343, member: 22444”]Under storage management did your image path change? Otherwise this really sounds like an FTP issue. You can try resetting the password for the user “fog” to the FTP password you have listed in the web UI.[/quote]
                            nothing has changed that i know of other than me doing the updates heres a video of what is happening

                            [url=“http://www.youtube.com/watch?v=GSUa4u33hak”]www.youtube.com/watch?v=GSUa4u33hak[/url]

                            and this happens for any host that is register to fog if the host is not register the menu screen will pop up

                            1 Reply Last reply Reply Quote 0
                            • B
                              BPSTravis Developer
                              last edited by

                              That is happening because there is no task for the host. The error you encountered while starting the task prevents it from being made.

                              Try setting the password for the fog user on the unix system to what shows in the web ui for your FTP password.

                              [SIZE=12px]signature:[/SIZE]
                              [QUOTE]I think I know things, but I really don't. You shouldn't follow any advice I give. - BPSTravis[/QUOTE]

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

                                I believe this is now fixed.

                                Most of the problem was because of duplicate hostMAC entries.

                                The way I fixed:
                                In mysql:

                                [code]ALTER IGNORE TABLE hostMAC ADD UNIQUE INDEX hmHostID (hmMAC);[/code]

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

                                197

                                Online

                                12.0k

                                Users

                                17.3k

                                Topics

                                155.2k

                                Posts
                                Copyright © 2012-2024 FOG Project