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

Kernel Update Failed transfer

Scheduled Pinned Locked Moved Solved
FOG Problems
2
16
1.4k
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.
  • T
    Trev-lchs
    last edited by Jul 9, 2020, 2:10 PM

    Type: 2, File: /var/www/fog/lib/fog/fogftp.class.php, Line: 464, Message: ftp_login(): Login incorrect., Host: ********, Username: fogproject

    Anyone got any ideas, i haven’t changed any TFTP passwords since installing it.

    1 Reply Last reply Reply Quote 0
    • G
      george1421 Moderator
      last edited by Jul 9, 2020, 2:14 PM

      What version of FOG?

      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
      • T
        Trev-lchs
        last edited by Jul 9, 2020, 2:17 PM

        Hi George its 1.5.7.2

        G 1 Reply Last reply Jul 9, 2020, 2:28 PM Reply Quote 0
        • G
          george1421 Moderator @Trev-lchs
          last edited by Jul 9, 2020, 2:28 PM

          @Trev-lchs OK, while you said you haven’t changed anything with passwords something else might be going on here. Lets have you run through this tutorial just to ensure everything is in its place and set properly: https://forums.fogproject.org/topic/11203/resyncing-fog-s-service-account-password

          A good test once you complete the tutorial is to see if you can ftp from a windows computer to the FOG server using the user ID of fogproject and the password found in the .fogsettings file. (note you may have to drop the windows firewall to allow the ftp program to connect to the remote computer).

          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!

          T 2 Replies Last reply Jul 9, 2020, 2:38 PM Reply Quote 0
          • T
            Trev-lchs @george1421
            last edited by Jul 9, 2020, 2:38 PM

            @george1421 Thanks George, I will work though that in the morning, as always thank you for your help, i will let you know how it goes. its a bit manic here a the moment. As an aside i keep loosing the ability to connect to the Fogproject web-pages, is there an issue or is it our connection?

            1 Reply Last reply Reply Quote 0
            • T
              Trev-lchs
              last edited by Jul 9, 2020, 2:50 PM

              hmm having logged into the server using putty, giving myself sudo -s, copying and pasting /opt/fog/.fogsettings, i get access denied.

              1 Reply Last reply Reply Quote 0
              • T
                Trev-lchs @george1421
                last edited by Jul 9, 2020, 2:51 PM

                @george1421

                root@fog-03:~# /opt/fog/.fogsettings
                bash: /opt/fog/.fogsettings: Permission denied
                root@fog-03:~#

                G 1 Reply Last reply Jul 9, 2020, 2:57 PM Reply Quote 0
                • G
                  george1421 Moderator @Trev-lchs
                  last edited by Jul 9, 2020, 2:57 PM

                  @Trev-lchs you may need to be root or sudo it to view the file sudo cat /opt/fog/.fogsettings

                  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!

                  T 4 Replies Last reply Jul 9, 2020, 2:59 PM Reply Quote 0
                  • T
                    Trev-lchs @george1421
                    last edited by Jul 9, 2020, 2:59 PM

                    @george1421 thank you, that worked

                    1 Reply Last reply Reply Quote 0
                    • T
                      Trev-lchs @george1421
                      last edited by Jul 9, 2020, 3:04 PM

                      @george1421 it is asking me to enter a new password for fogproject (in the putty command line) is that the one i just copied from the file less the ’ at each end?

                      1 Reply Last reply Reply Quote 0
                      • T
                        Trev-lchs @george1421
                        last edited by Jul 9, 2020, 3:10 PM

                        @george1421 i do notice that the password in settings, tftp is completely different to the one in the file, can i just paste the one copied from the file into the gui on fog settings, tfpt?

                        1 Reply Last reply Reply Quote 0
                        • T
                          Trev-lchs @george1421
                          last edited by Jul 9, 2020, 3:15 PM

                          @george1421 Magic, George i did paste the password found in the file into the GUI at settings/ TFTP password, and it worked. fab the kernel updated.

                          G 1 Reply Last reply Jul 9, 2020, 3:26 PM Reply Quote 0
                          • G
                            george1421 Moderator @Trev-lchs
                            last edited by Jul 9, 2020, 3:26 PM

                            @Trev-lchs Sorry I had to step away for a bit, it looks like you have it. The password found in the .fogsettings file should always be considered the master password since the fog installer/upgrade script will always reference this password when making system adjustments. If for some reason the web ui passwords get out of sync with this password you will get random failures as you saw.

                            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!

                            T 1 Reply Last reply Jul 9, 2020, 3:33 PM Reply Quote 0
                            • T
                              Trev-lchs @george1421
                              last edited by Jul 9, 2020, 3:33 PM

                              @george1421 Thanks George, just have to work out why the laptop wont boot info fog using uefi but i have raised another question on that, that was why i was trying to update the Kernel in the first place.

                              G 1 Reply Last reply Jul 9, 2020, 3:37 PM Reply Quote 0
                              • G
                                george1421 Moderator @Trev-lchs
                                last edited by Jul 9, 2020, 3:37 PM

                                @Trev-lchs OK just for clarity the kernel is the FOS Linux kernel that does the imaging. That is independent of the pxe boot loader (that creates the FOG iPXE menu). Difficulty pxe booting then should be focused on undionly.kpxe for bios and ipxe.efi for uefi based systems.

                                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!

                                T 1 Reply Last reply Jul 10, 2020, 7:07 AM Reply Quote 0
                                • T
                                  Trev-lchs @george1421
                                  last edited by Jul 10, 2020, 7:07 AM

                                  @george1421 Yep thanks for your help George, we have it pixie booting now, unfortunately, on checking it this morning the Tech had not switched secure boot off in the laptop bios. due to the other issue i had been having i thought it was FOG, FOG is blameless in this instance.

                                  1 Reply Last reply Reply Quote 0
                                  • 1 / 1
                                  1 / 1
                                  • First post
                                    2/16
                                    Last post

                                  160

                                  Online

                                  12.1k

                                  Users

                                  17.3k

                                  Topics

                                  155.3k

                                  Posts
                                  Copyright © 2012-2024 FOG Project