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

Problem

Scheduled Pinned Locked Moved Solved
Linux Problems
3
12
3.2k
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.
  • V
    vbelous
    last edited by May 29, 2015, 7:47 PM

    When launching a PXE boot and clicking on full host image and registration i get the following error
    "
    Starting init: /sbin/init exists but couldn’t excute it (error -8)
    starting init /bin/sh exists but couldn’t excute it (error -8)
    "
    There is things into between them but i could think there related to those messages.
    i will able to get into the server.
    I noticed this started to happen after i tried or installed a new kernel. we are running version 0.32. Any help will be helpfully as i am a linux noob. (fedora 13)

    1 Reply Last reply Reply Quote 0
    • V
      vbelous
      last edited by May 29, 2015, 7:56 PM

      20150529_155030 down.jpg

      1 Reply Last reply Reply Quote 0
      • W
        Wayne Workman
        last edited by May 29, 2015, 8:40 PM

        In my very honest opinion,

        Set aside your old FOG server for safe keeping.

        Build a new one, use Fedora 21 Server and the latest Trunk version of FOG.

        If you need any help along the way, we are here to assist.

        I run Fedora 21 Server with FOG Trunk at work and at home, so I’m fairly familiar with 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/

        V 1 Reply Last reply May 29, 2015, 8:49 PM Reply Quote 0
        • V
          vbelous @Wayne Workman
          last edited by May 29, 2015, 8:49 PM

          @Wayne-Workman
          Can i reuse my images new version ?
          I didn’t setup our fog server, so this is all new to me.

          W 1 Reply Last reply May 29, 2015, 11:05 PM Reply Quote 0
          • T
            Tom Elliott
            last edited by May 29, 2015, 10:34 PM

            Most common problem with the init is it’s using an architecture the kernel is not operating on.

            For example:

            A 64 bit kernel will not work with a 32 bit init (which is what 0.32 is using).

            When trying a new kernel, make sure you get the 32 bit version.

            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

            V 1 Reply Last reply Jun 1, 2015, 12:23 PM Reply Quote 1
            • W
              Wayne Workman @vbelous
              last edited by Wayne Workman May 30, 2015, 4:29 PM May 29, 2015, 11:05 PM

              @vbelous said:

              @Wayne-Workman
              Can i reuse my images new version ?
              I didn’t setup our fog server, so this is all new to me.

              You should try what Tom suggested if you’re not ready to upgrade.

              However, FOG 0.32 and F13 are both very old, and I’d really urge you to build a new server.

              Yes, you can copy your old images to the new server and configure the new server to use them. We can help you with that, and there is a lot of forum threads and WiKi articles on this already.

              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
              • V
                vbelous @Tom Elliott
                last edited by Jun 1, 2015, 12:23 PM

                @Tom-Elliott
                Thanks for pointing that out.
                I noticed that our Fedora is a 32bit OS and may have installed the 64bit kernel. However when i go to install the 32bit kernel i get the following error Capture.PNG .
                Can i force the update in a terminal session ?
                I plan on upgrading to the newest version of FOG. but need to image a few PC’s first, After that i will start working on a new FOG server.

                1 Reply Last reply Reply Quote 0
                • T
                  Tom Elliott
                  last edited by Jun 1, 2015, 12:36 PM

                  @vbelous FOG 0.32 kernels are not dependent on the server operating system. That said, 0.32 is ALWAYS 32 bit.

                  You will likely have to download the kernel manually as I believe there were issues in 0.32 with kernel updater.

                  The command should be:

                  sudo mv /tftpboot/fog/kernel/bzImage /tftpboot/fog/kernel/bzImage_orig
                  sudo wget -O /tftpboot/fog/kernel/bzImage "http://downloads.sourceforge.net/project/freeghost/KernelList/bzImage32"
                  

                  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

                  V 3 Replies Last reply Jun 1, 2015, 12:44 PM Reply Quote 1
                  • V
                    vbelous @Tom Elliott
                    last edited by Jun 1, 2015, 12:44 PM

                    @Tom-Elliott
                    What i did was i manually downloaded the kernel on site and renamed it to bzImage and placed it in the tftp/fog/kernel/ directory. After pasting that file i restarted the server.

                    1 Reply Last reply Reply Quote 0
                    • V
                      vbelous @Tom Elliott
                      last edited by Jun 1, 2015, 1:01 PM

                      @Tom-Elliott
                      Okay got that error solved. But now it fails to connect to tftp for the image.

                      V 1 Reply Last reply Jun 1, 2015, 1:11 PM Reply Quote 0
                      • V
                        vbelous @vbelous
                        last edited by Jun 1, 2015, 1:11 PM

                        @vbelous One thing to add i did recently have to change the root password. I don’t know if this will effect anything

                        1 Reply Last reply Reply Quote 0
                        • V
                          vbelous @Tom Elliott
                          last edited by Jun 1, 2015, 1:33 PM

                          @Tom-Elliott
                          Solved my issue with the TFTP. it was because the FOG user password got changed and wasn’t updated in the web interface.

                          1 Reply Last reply Reply Quote 2
                          • 1 / 1
                          1 / 1
                          • First post
                            7/12
                            Last post

                          169

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project