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

    Unable to Register Host to j1900 processor computers.

    Scheduled Pinned Locked Moved Solved Hardware Compatibility
    22 Posts 4 Posters 7.6k Views
    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.
    • Wayne WorkmanW
      Wayne Workman @Fabreazy
      last edited by Wayne Workman

      @Fabreazy In the future, when you have a new and different problem, please create a new and different thread, or post to one that has a very similar issue.

      You wouldn’t use the new IP, that’d be attempting to mount the new server’s own images directory to it’s own self. Use the old server ip.

      Also, you wouldn’t mount to the actual name of the new directory. You’d mount to a temporary directory, and then copy from it. You’re commands are all wrong. Try this:

      cd /
      mkdir tempMount
      mkdir images
      mount x.x.x.x:/images /tempMount
      cd /tempMount
      cp -R *.* /images
      umount /tempMount
      

      Where x.x.x.x is the old fog server’s IP, and these commands are being executed on the new fog server.

      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/

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

        @george1421

        Getting this error when updating the kern.

        FOGFTP: Login failed. Host: 10.0.0.3, Username: fog, Password: password, Error: ftp_login(): Login incorrect.

        your help is greatly appreciated.

        Wayne WorkmanW 1 Reply Last reply Reply Quote 0
        • Wayne WorkmanW
          Wayne Workman @Fabreazy
          last edited by

          @Fabreazy said:

          @george1421

          Getting this error when updating the kern.

          FOGFTP: Login failed. Host: 10.0.0.3, Username: fog, Password: password, Error: ftp_login(): Login incorrect.

          your help is greatly appreciated.

          It’s most likely FTP credentials that need fixed. Look here:
          https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_FTP#Credentials_.2F_Passwords

          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
            Fabreazy @Wayne Workman
            last edited by

            @Wayne-Workman

            I belived I have all the users and pw correct now. But now a different error

            FOGFTP: Failed to put file. Remote Path: /var/www/html/fogservice/ipxe/bzImage32, Local Path: /tmp/bzImage32, Error: ftp_put(): Could not create fil

            Wayne WorkmanW 1 Reply Last reply Reply Quote 0
            • Wayne WorkmanW
              Wayne Workman @Fabreazy
              last edited by Wayne Workman

              @Fabreazy said:

              @Wayne-Workman

              I belived I have all the users and pw correct now. But now a different error

              FOGFTP: Failed to put file. Remote Path: /var/www/html/fogservice/ipxe/bzImage32, Local Path: /tmp/bzImage32, Error: ftp_put(): Could not create fil

              You’re missing a slash.

              Inside of:
              Web Interface -> FOG Configuration -> FOG Settings -> TFTP Server -> FOG_TFTP_PXE_KERNEL_DIR

              You have this:
              /var/www/html/fogservice/ipxe/

              You should have this:
              /var/www/html/fog/service/ipxe/

              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/

              F 1 Reply Last reply Reply Quote 0
              • F
                Fabreazy @Wayne Workman
                last edited by

                @Wayne-Workman

                did the change.

                FOGFTP: Failed to rename file. Remote Path: //var/www/html/fog/service/ipxe/bzImage32/backup/bzImage32_20160204_154255, Local Path: /var/www/html/fog/service/ipxe/bzImage32, Error: ftp_rename(): Rename failed.

                is now what I’m getting.

                Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                • Wayne WorkmanW
                  Wayne Workman @Fabreazy
                  last edited by

                  @Fabreazy That’s credentials related I think. Can you double check all of the things listed in the credentials section of the “Troubleshoot FTP” wiki article?

                  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/

                  F 1 Reply Last reply Reply Quote 0
                  • F
                    Fabreazy @Wayne Workman
                    last edited by

                    @Wayne-Workman

                    Heres what I got. Still same error. All passwords are the same.

                    alt text

                    alt text

                    alt text

                    Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                    • Wayne WorkmanW
                      Wayne Workman @Fabreazy
                      last edited by

                      @Fabreazy They don’t look the same to me.

                      The storageftppass is clearly 32 characters long. I don’t see 32 dots for your storage node password, nor do I see 32 dots for the FOG_TFTP_FTP_Password. And I bet the local FOG user doesn’t have the storageftppass set right either.

                      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/

                      F 1 Reply Last reply Reply Quote 0
                      • F
                        Fabreazy @Wayne Workman
                        last edited by

                        @Wayne-Workman

                        Here is what I have. all the passwords and users should be good.

                        alt text

                        alt text

                        alt text

                        alt text

                        Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                        • Wayne WorkmanW
                          Wayne Workman @Fabreazy
                          last edited by

                          @Fabreazy weird… let’s check permissions?
                          ls -lahRt /var/www/html/fog/service/ipxe

                          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/

                          F 1 Reply Last reply Reply Quote 0
                          • F
                            Fabreazy @Wayne Workman
                            last edited by

                            @Wayne-Workman
                            alt text

                            Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                            • Wayne WorkmanW
                              Wayne Workman @Fabreazy
                              last edited by Wayne Workman

                              @Fabreazy Looking at your error again,

                              FOGFTP: Failed to rename file. Remote Path: //var/www/html/fog/service/ipxe/bzImage32/backup/bzImage32_20160204_154255, Local Path: /var/www/html/fog/service/ipxe/bzImage32, Error: ftp_rename(): Rename failed.
                              

                              See what it’s trying to rename?

                              /var/www/html/fog/service/ipxe/bzImage32/backup/bzImage32_20160204_154255

                              Can you make sure this file is there? I wonder if that is an old file it’s bringing back in, or if that’s where the new file gets temporarily placed? Not sure, haven’t looked at the source for it.

                              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/

                              F 1 Reply Last reply Reply Quote 0
                              • F
                                Fabreazy @Wayne Workman
                                last edited by

                                @Wayne-Workman

                                it looks like bzImage32 is a file and not a directory. Is it trying to write to the directory thats not there?
                                alt text

                                1 Reply Last reply Reply Quote 0
                                • S
                                  Sebastian Roth Moderator
                                  last edited by

                                  @Fabreazy I lost track of this issue but it was raised by another user and Tom just pushed a fix. Can you please update to the very latest version and see if kernel updating is working again? Sorry for the long delay.

                                  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 2
                                  • S
                                    Sebastian Roth Moderator
                                    last edited by

                                    @Fabreazy Any news on this? Please let us know.

                                    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
                                    • S
                                      Sebastian Roth Moderator
                                      last edited by

                                      Marking this solved as I am absolutely sure that using newer kernels will make this Intel i210 NIC work!

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

                                      95

                                      Online

                                      12.2k

                                      Users

                                      17.4k

                                      Topics

                                      155.6k

                                      Posts
                                      Copyright © 2012-2025 FOG Project