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

    Fog wont load past kernal_thread_helper+0x6/0x10

    Scheduled Pinned Locked Moved
    FOG Problems
    5
    62
    28.6k
    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.
    • B
      BPSTravis Developer
      last edited by

      [url]http://stackoverflow.com/questions/11188351/how-to-run-mysql-in-ubuntu-through-terminal[/url]

      instead of select you will run the truncate table tasks.

      Google searches will save your life…

      as for [SIZE=13px][FONT=arial][COLOR=#262626]“[/COLOR][/FONT][/SIZE][SIZE=13px][FONT=arial][COLOR=#262626][URL=‘http://%7Bfogserverip%7D/fog/service/ipxe/boot.php?mac=XX:XX:XX:XX:XX:XX’]http://{fogserverip}/fog/service/ipxe/boot.php?mac=XX:XX:XX:XX:XX:XX[/URL] spits out (where the x’s are the systems MAC ADDRESS)”[/COLOR][/FONT][/SIZE]

      You put that into any browser on any client on the network, replace {fogserverip} with your fog servers IP address, and replace [SIZE=13px][FONT=arial][COLOR=#262626]“[/COLOR][/FONT][/SIZE]
      [SIZE=13px][FONT=arial][COLOR=#262626][URL=‘http://%7Bfogserverip%7D/fog/service/ipxe/boot.php?mac=XX:XX:XX:XX:XX:XX’]XX:XX:XX:XX:XX:XX[/URL] spits out (where the x’s are the systems MAC ADDRESS)” with the systems mac address.[/COLOR][/FONT][/SIZE]

      [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
      • V
        viper02
        last edited by

        Ok Starting from scratch new drive, new install of ubuntu 12.04LTU and fog 0.33b installed from script. made the following changes thus far.
        "

        FOG_TFTP_PXE_KERNEL = bzImage (Exactly, NOT fog/kernel/bzImage)
        FOG_TFTP_PXE_KERNEL_32 = bzImage32 (Should already be set)
        If using Debian variant (e.g. Ubuntu, Debian, mint):
        FOG_TFTP_PXE_KERNEL_DIR = /var/www/fog/service/ipxe/
        If using Redhat Variant (e.g. Redhat, Fedora, CentOS, Scientific Linux)
        FOG_TFTP_PXE_KERNEL_DIR = /var/www/html/fog/service/ipxe/
        FOG_PXE_BOOT_IMAGE = init.xz (Exactly, NOT fog/images/init.gz)
        FOG_PXE_BOOT_IMAGE_32 = init_32.xz
        "
        when i try to pxe a client pc it doesnt reach the fog. It gives me no tf
        no network found
        pxe t01 not found
        network not found

        1 Reply Last reply Reply Quote 0
        • JunkhackerJ
          Junkhacker Developer
          last edited by

          check to make sure your tftp server service is running

          signature:
          Junkhacker
          We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

          1 Reply Last reply Reply Quote 0
          • V
            viper02
            last edited by

            What should my [FONT=Ubuntu][COLOR=#333333] FOG_TFTP_PXE_CONFIG_DIR be?i noticed its different than before[/COLOR][/FONT]

            1 Reply Last reply Reply Quote 0
            • JunkhackerJ
              Junkhacker Developer
              last edited by

              i don’t believe it is used in 0.33b, it’s a holdover from when fog used pxelinux

              signature:
              Junkhacker
              We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

              1 Reply Last reply Reply Quote 0
              • V
                viper02
                last edited by

                ok. so it appears i’m having the same issue as some one was in this thread…“[url]http://fogproject.org/forum/threads/fog-33b-pxe-boot-woes.10292/[/url]” I tried restarting my tftpd-hpa but it didnt make any change

                1 Reply Last reply Reply Quote 0
                • V
                  viper02
                  last edited by

                  TFTP.
                  PXE-T01: File not found
                  PXE-E3B: TFTP Error - File not found

                  1 Reply Last reply Reply Quote 0
                  • V
                    viper02
                    last edited by

                    there insnt a /tftpboot/pxelinux.cfg/ file anymore…? should there be one in my tftpboot folder?

                    1 Reply Last reply Reply Quote 0
                    • JunkhackerJ
                      Junkhacker Developer
                      last edited by

                      you stated that you have rebuilt a new server. has your DHCP been reconfigured for the new server?

                      signature:
                      Junkhacker
                      We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                      1 Reply Last reply Reply Quote 0
                      • JunkhackerJ
                        Junkhacker Developer
                        last edited by

                        [quote=“viper02, post: 25644, member: 23643”]there insnt a /tftpboot/pxelinux.cfg/ file anymore…? should there be one in my tftpboot folder?[/quote]

                        no, we no longer use a configuration file in that location. the configuration file is now located in the root of the tftpboot folder, and the ipxe kernel should automatically find it. no configuration settings need to be set for it’s location

                        signature:
                        Junkhacker
                        We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                        1 Reply Last reply Reply Quote 0
                        • V
                          viper02
                          last edited by

                          Yes i originally had a machine with fog 0.32 on it and updated but it left me with some issues. So i got new drive and reinstalled 12.04 and fog 0.33b fresh. would that DHCP setup be during the fog install? reading through the documentation should i be looking to modify an ltsp.conf file?

                          1 Reply Last reply Reply Quote 0
                          • V
                            viper02
                            last edited by

                            Ok looking at the fog setup my DCHP router address is empty and my dhcp dns address is as well byt my server ip address is set

                            1 Reply Last reply Reply Quote 0
                            • JunkhackerJ
                              Junkhacker Developer
                              last edited by

                              is your fog server acting as your DHCP server? i had assumed it wasn’t. if fog is your DHCP server, it should have been configured automatically by the prompts you were given during install. if fog is not your DHCP server, the configuration that needs changed in on your DHCP server.

                              signature:
                              Junkhacker
                              We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                              1 Reply Last reply Reply Quote 0
                              • V
                                viper02
                                last edited by

                                ok so i dont have a dnsmasq folder and ltsp.conf

                                1 Reply Last reply Reply Quote 0
                                • JunkhackerJ
                                  Junkhacker Developer
                                  last edited by

                                  is your fog server your DHCP, or do you have a dedicated DHCP server you can change options 66 and 67 on, or are you using dnsmasq?

                                  signature:
                                  Junkhacker
                                  We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                                  1 Reply Last reply Reply Quote 0
                                  • V
                                    viper02
                                    last edited by

                                    Sorry i misunderstood
                                    My DHCP server is seperate than my fog…
                                    i have already made the changes to option 66 and 67 on my DHCP
                                    as far as my fog machine goes its the same pc with a new drive and new install.
                                    i am able to get into the fog web portal 192.168.5.5/fog
                                    when i try to pxe from client i get
                                    "TFTP.
                                    PXE-T01: File not found
                                    PXE-E3B: TFTP Error - File not found
                                    "
                                    i have done a sudo stop tftpd-hpa
                                    sudo start tftpd-hpa which is what usually was the problem during 0.32
                                    do i need to create the dnsmasq as stated in [url]http://www.fogproject.org/wiki/index.php/Using_FOG_with_an_unmodifiable_DHCP_server/_Using_FOG_with_no_DHCP_server[/url]
                                    I dont believe i should because the dhcp would handle all of that right?

                                    Ok so stepping back a little bit what do i need to do to fix the tftp problem… new install mysql is working because i can long into fog. what is the missing peice?

                                    1 Reply Last reply Reply Quote 0
                                    • V
                                      viper02
                                      last edited by

                                      my 67 on my DHCP is = undionly.kpxe

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

                                        First and foremost, setup the DHCP Router Address, make sure it points either at the FOG Server, or whatever the DHCP Server address is.

                                        DNS Shouldn’t really matter, but usually it’s not a bad idea to have it setup even if this system is not going to be accessing the internet. Usually, you can set this the Default Gateway of the Router address. (In home routers your Router IP and DNS IP tend to be the same e.g. 192.168.1.1 for the default gateway and dhcp server, as well as the dns)

                                        You need to tell your DHCP Server where it needs to look for the tftp server and what file. In linux, this is usually done through the next-server setting pointing at the FOG Server IP. In Windows DHCP Servers, these are under the scope options. Options 66 and 67 point to the IP of FOG and the file (undionly.kpxe or pxelinux.0) respectively. Option 66 would be the IP, Option 67 would be the file you’re trying to load. With FOG 0.33b, Option 67 should be undionly.kpxe. With earlier versions of FOG it was/is pxelinux.0

                                        You state that you did not install a DHCP server in fog. That’s perfectly fine, but find out how to change the options so it points properly at the file and the ip of the 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! 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
                                        • V
                                          viper02
                                          last edited by

                                          That part is already done, i did that with the original fog box per your instructions and have not changed anything on the DHCP server.

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

                                            So the FOG Server IP on this new system is statically set as the SAME as the “old” 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! 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
                                            • 2
                                            • 3
                                            • 4
                                            • 2 / 4
                                            • First post
                                              Last post

                                            158

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project