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

    Latest Development FOG

    Scheduled Pinned Locked Moved
    General
    57
    652
    1.3m
    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.
    • Tom ElliottT
      Tom Elliott
      last edited by

      if you can get back to the command prompt, type
      [code]ifconfig[/code]

      Does the network you need show up? What if you type
      [code]ifconfig -a[/code]

      What’s in the /etc/network/interfaces file?
      [code]cat /etc/network/interfaces[/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
      • Y
        YuYo
        last edited by

        It has no ip address, although the eth0 interface is there.

        The content of /etc/network/interfaces shows

        [CODE]iface lo inet loopback[/CODE]

        I tried to set the IP manually, with no luck.

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

          what do you get if you run:

          [code]/etc/init.d/S40network[/code]

          ??

          Are there errors reported?

          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
          • Y
            YuYo
            last edited by

            [CODE]Starting network …
            ifup: duplicate interface "lo[/CODE]

            But no ip received from DHCP

            PS: This computer could image earlier this morning, before updating to 3060.

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

              If you:

              [code]cat /etc/network/interfaces[/code]

              What do you see?

              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
              • Y
                YuYo
                last edited by

                [CODE]iface lo inet loopback
                auto eth0
                iface eth0 inet dhcp
                udhcpc_opts -t 100 -T 20
                iface lo inet loopback
                [/CODE]

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

                  Can you reinstall? I think the issue has finally been found and fixed.

                  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
                  • Y
                    YuYo
                    last edited by

                    I’ll give it a try and let you know the results.

                    1 Reply Last reply Reply Quote 0
                    • Y
                      YuYo
                      last edited by

                      I’ve deleted

                      /opt/fog
                      /var/www/fog
                      /tftpboot

                      Downloaded the latest SVN revision (3067) but I’m still having the same error 😞

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

                        Download my init.xz from [url]http://mastacontrola.com/fogboot/init.xz[/url]

                        I do want to get it set by a more automated means, but it seems nothing works.

                        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
                        • Y
                          YuYo
                          last edited by

                          Thanks Tom again for your time.

                          I’ve downloaded and installed your init.xz. This time it has taken a little longer to boot, in the discovery phase. It grabs the IP with udhcpc correctly but we get to the same point.

                          I’ve grabbed a video I’m trying to upload to show you how it behaves. For what I’ve seen (pausing the video), the problem starts right after sending the inventory …

                          You can find the video here: [url]http://1drv.ms/1M4DkFT[/url]

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

                            I have a suspicion of the problem.

                            Can you delete the host and re-register 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! 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
                            • Y
                              YuYo
                              last edited by

                              Unfortunately, Deleting and re-adding the host made no difference.

                              1 Reply Last reply Reply Quote 0
                              • J
                                jamesb
                                last edited by

                                I just upgraded to Version 3067 and I’m noticing a lot of issues with this revision. When you go into a host none of the Host Menu links work. It doesn’t try to load any of the pages. The Host List Report also only shows a blank page. All of the service links on the services page takes me to a page to download FOG. When I come across any others I’ll post it but right now those are the big ones I’m noticing.

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

                                  Try clearing your browser cache jamesb.

                                  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
                                  • J
                                    jamesb
                                    last edited by

                                    That worked for the host menu issues, but I the service configuration links still have a the problem. I can’t open up any form of a host list, whether it’s a report or just through host management, I always get a blank page. I’m also having the same problem as YuYo with images not downloading. I haven’t tried your other solution for the link you gave him. I’m going to try that now.

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

                                      Raise your memory limit. 256M on the FOG Configuration Page->FOG Settings->General Settings->FOG_MEMORY_LIMIT

                                      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
                                      • J
                                        jamesb
                                        last edited by

                                        That fixed the host list report, but listing all hosts through host management still gives me a white page and the service links still redirect me to a different page asking me to download FOG.

                                        1 Reply Last reply Reply Quote 0
                                        • J
                                          jamesb
                                          last edited by

                                          My issue for the image is slightly different than YuYo’s actually, where he has a cursor on his screen I just have a a pure black screen with no cursor at all right after it starts the inventory.

                                          1 Reply Last reply Reply Quote 0
                                          • J
                                            jamesb
                                            last edited by

                                            I just updated to 3068. The only thing that changed is that now when I pxe boot boot I get an input/output error and the machine cancels pxe and boots into windows.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 28
                                            • 29
                                            • 30
                                            • 31
                                            • 32
                                            • 33
                                            • 30 / 33
                                            • First post
                                              Last post

                                            195

                                            Online

                                            12.1k

                                            Users

                                            17.3k

                                            Topics

                                            155.4k

                                            Posts
                                            Copyright © 2012-2024 FOG Project