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

    [SOLVED] Can not download Kernel - 2.6.35.7 PS (and other problems) - im a n00b

    Scheduled Pinned Locked Moved
    FOG Problems
    3
    25
    9.3k
    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
      flex
      last edited by

      Hi All

      I’m trying to image a hp8100. However, It keeps crashing when deploying the image. I looked online and saw that it requires:

      0.29 Kernel - 2.6.35.7 PS otherwise poor performance.

      I think 0.29 specifies the version of fog right? - I have 0.32 but i saw that others were successful at using that. However, when i try to download that kernel from within FOG, I get an error as the file is unavailable. I have managed to find it on sourceforge but i have no idea how to configure it. I am using the latest version of ubuntu desktop. I am 2nd/3rd line desktop support analyst, working my way up to becoming a server administrator and have very limited knowledge in how to use Debian based linux (or any others!!)

      To make matters worse, when rebooting ubuntu (after installing it), i get a tftp error and the server stops working. I am using a public internet with a netgear wireless router. (testing envoronment) I have disabled DHCP on the router/gateway, however the setup im using is off the network as we do not want to deploy a work in progress in a live environment. From reading the documentation, I am led to believe that FOG already has a DHCP/DNS server inbuilt so I would have thought that this would cirvumvent pxe not finding TFTP. Any step in the right direction would be most welcomed.

      Oh and i’ve got the same setup at home, but am only imaging 745’s which are not too fussy. I am running it off vmware workstation along with a proper DNS/DHCP/AD environment and i’m also encountering the same error after first reboot.

      1 Reply Last reply Reply Quote 0
      • F
        Fog_Rookie
        last edited by

        Flex,
        I am curious about where “It” keeps crashing during image deployment. Does it start to image the machine and then stop or do you have issues before that?

        As far as your tftp error goes most errors I have encountered are IP address related. Did you give your Ubuntu Desktop a static IP before you installed fog?

        1 Reply Last reply Reply Quote 0
        • F
          flex
          last edited by

          Hi

          Thanks for the speedy reply.

          Technically, it freezes at about 60mb on the 2nd partition.

          I have a static ip on “wired connection 1”

          I have set the address, netmask, gateway and dns server (theres only 1)

          Cheers

          1 Reply Last reply Reply Quote 0
          • F
            Fog_Rookie
            last edited by

            [quote=“flex, post: 4691, member: 1530”]Hi

            Thanks for the speedy reply.

            Technically, it freezes at about 60mb on the 2nd partition.

            I have a static ip on “wired connection 1”

            I have set the address, netmask, gateway and dns server (theres only 1)

            Cheers[/quote]
            It makes it through the initial 100Mb windows partition then croaks on the second one. You had no problems uploading the image though?

            1 Reply Last reply Reply Quote 0
            • F
              flex
              last edited by

              Yup, assume so. Image uploaded almost perfectly. It would freeze every 10 seconds for about 5 seconds but the switch would keep flashing so it must have been transferring.

              Im curious, is there a way of restarting the tftp service? Or restarting fog without rebooting ubuntu? i manage a nagios server and there is a restart switch for that.

              Many thanks

              1 Reply Last reply Reply Quote 0
              • F
                Fog_Rookie
                last edited by

                try this command sudo /etc/init.d/atftpd restart

                1 Reply Last reply Reply Quote 0
                • F
                  flex
                  last edited by

                  paul@FOGServer:~$ sudo /etc/init.d/atftpd restart
                  sudo: /etc/init.d/atftpd: command not found

                  i did a search for atftpd now . using apt-file search atftpd

                  it found it within /etc/init.d so i did:

                  cd /etc/init.d

                  I then ran atftpd restart and i got this:

                  root@FOGServer:/etc/init.d# atftpd restart
                  The program ‘atftpd’ is currently not installed. You can install it by typing:
                  apt-get install atftpd

                  I guess it deleted itself or something. Im going to try to install and see what happens.

                  (as you can tell, i’m pretty useless when it comes to ubuntu ) 😞

                  1 Reply Last reply Reply Quote 0
                  • F
                    flex
                    last edited by

                    well… i dont think that went well…:

                    root@FOGServer:/etc/init.d# apt-get install atftpd
                    Reading package lists… Done
                    Building dependency tree
                    Reading state information… Done
                    The following packages will be REMOVED
                    tftpd-hpa
                    The following NEW packages will be installed
                    atftpd
                    0 upgraded, 1 newly installed, 1 to remove and 42 not upgraded.
                    Need to get 62.0 kB of archives.
                    After this operation, 46.1 kB of additional disk space will be used.
                    Do you want to continue [Y/n]? y
                    Get:1 [url]http://gb.archive.ubuntu.com/ubuntu/[/url] precise/universe atftpd i386 0.7.dfsg-11 [62.0 kB]
                    Fetched 62.0 kB in 0s (523 kB/s)
                    Preconfiguring packages …
                    (Reading database … 193528 files and directories currently installed.)
                    Removing tftpd-hpa …
                    tftpd-hpa stop/waiting
                    dpkg: error processing tftpd-hpa (–remove):
                    subprocess installed post-removal script returned error exit status 1
                    No apport report written because MaxReports has already been reached
                    Processing triggers for ureadahead …
                    ureadahead will be reprofiled on next reboot
                    Processing triggers for man-db …
                    Errors were encountered while processing:
                    tftpd-hpa
                    E: Sub-process /usr/bin/dpkg returned an error code (1)

                    1 Reply Last reply Reply Quote 0
                    • F
                      Fog_Rookie
                      last edited by

                      did you do updates on ubuntu before you installed fog?
                      sudo apt-get update && sudo apt-get upgrade

                      1 Reply Last reply Reply Quote 0
                      • F
                        flex
                        last edited by

                        ah. no. I did it from ubuntu desktop. I’ll do now.

                        1 Reply Last reply Reply Quote 0
                        • F
                          flex
                          last edited by

                          I have also seen that I needed to change the tftp password to match my own. I’ve left it as password. so i did that. additionally the FOG_PXE_IMAGE_DNSADDRESS was pointing to 127.0.0.1 (itself) I changed it to the fog servers ip (which is still itself)

                          Doing these changes still failed.

                          1 Reply Last reply Reply Quote 0
                          • F
                            Fog_Rookie
                            last edited by

                            I do my ubuntu install, then do all my updates and upgrade, then I set my static IP address. From there I make sure I still have an internet connection and go get the fog_x.xx.tar.gz file. From there I create my install directory just like the user guide says to, then unzip and install

                            1 Reply Last reply Reply Quote 0
                            • F
                              Fog_Rookie
                              last edited by

                              About your kernel issues, I am not sure why you cannot download the kernel you wanted using the fog GUI interface. If you can download it from source forge, the kernel lives in the /tftpboot/fog/kernel directory. the default kernel is bzImage, rename that to bzImageold. rename your new kernel bzImage and move it to that directory and that may or may not help with your crash on image deploy.

                              1 Reply Last reply Reply Quote 0
                              • F
                                flex
                                last edited by

                                fog_rookie, you are a genius. Yup. tftp is working once again after the update. It failed first, then when I went to restart, it showed, “partial upgrade” and it upgraded tftp.

                                I now have a screenshot of where it freezes.

                                [ATTACH=full]137[/ATTACH]

                                [url=“/_imported_xf_attachments/0/137_20120712_082800.jpg?:”]20120712_082800.jpg[/url]

                                1 Reply Last reply Reply Quote 0
                                • F
                                  Fog_Rookie
                                  last edited by

                                  it only took it 2 seconds to fail there. How big is the hard drive on the machine you are trying to push this image to?
                                  I see its a 297.99 GB partition it is trying to restore. And the only time I have seen FOG fail this quick was when I was trying to push an 80 GB image onto a 40 GB hard drive.

                                  1 Reply Last reply Reply Quote 0
                                  • F
                                    flex
                                    last edited by

                                    Nope. both 320gb. I opened up both cases and doublechecked.

                                    Looks like the tftp server is still playing up. I rebooted and still issues.

                                    I tried re-imaging the pc and it didnt like the tftp password so the job was not started. I reset it to the default one and restarted ubuntu. I tried restarting the job, but now the tftp issue is back!! - Doh!

                                    I just connected up another machine and set it to dns.

                                    The ip’s are

                                    router = 192.168.0.1 (1)
                                    my fog server = 192.168.0.254 (254)

                                    gateway = 1
                                    DNS = 1
                                    DHCP = 254

                                    this machine happily connects to the internet.

                                    1 Reply Last reply Reply Quote 0
                                    • F
                                      Fog_Rookie
                                      last edited by

                                      try restarting the tftp again using that ‘sudo /etc/init.d/atftpd restart’ command, since you reset the password back. I am about to call it a night here. Hope i have helped at least a little bit.

                                      1 Reply Last reply Reply Quote 0
                                      • F
                                        flex
                                        last edited by

                                        Thnaks Fog_Rookie! You have been most helpful.

                                        I had to do sudo /etc/init.d/tftpd-hpa restart to get it back up and running again. I’m re-uploading the other hp8100. This time with the older kernel. Maybe it was a problem with that.

                                        1 Reply Last reply Reply Quote 0
                                        • F
                                          Fog_Rookie
                                          last edited by

                                          Good luck. If I helped in any way shape or form please hit the like button

                                          1 Reply Last reply Reply Quote 0
                                          • C
                                            chad-bisd Moderator
                                            last edited by

                                            What version of Ubuntu are you using for your server? It sounds like you may be using 12.04 because of the tftpd-hpa issues, which is a common problem with 12.04 and documented on these forums.

                                            I hope your deploy goes well with the different kernel.


                                            If you would like to make a donation to the Fog project, please do so [U][COLOR=#0000ff][URL='http://sourceforge.net/dona…

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

                                            185

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project