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

Impossible start ISO image after update Fog to 1.3.0

Scheduled Pinned Locked Moved Solved
FOG Problems
5
37
8.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.
  • T
    Tom Elliott @zingaro
    last edited by Sep 23, 2016, 10:53 AM

    @zingaro where is the iso currently physically located on your 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

    Z 1 Reply Last reply Sep 23, 2016, 10:55 AM Reply Quote 0
    • Z
      zingaro @Tom Elliott
      last edited by Sep 23, 2016, 10:55 AM

      @Tom-Elliott said in Impossible start ISO image after update Fog to 1.3.0:

      where is the iso currently physically located on your server?

      /var/www/fog/images
      sames pc where fog is installed !

      T 1 Reply Last reply Sep 23, 2016, 10:56 AM Reply Quote 0
      • T
        Tom Elliott @zingaro
        last edited by Sep 23, 2016, 10:56 AM

        @zingaro now the error when trying to boot the iso is execution fail? Or permission denied? The pic you tried to upload isn’t showing up.

        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

        Z 1 Reply Last reply Sep 23, 2016, 11:03 AM Reply Quote 0
        • T
          Tom Elliott
          last edited by Sep 23, 2016, 11:02 AM

          Oh and web root is configured in two places for rc10. The reasoning is its more dynamic. The global web root from before is for a common GUI setup. But ultimately the communication tries to happen at the node level first. If that fails the global setting will be used. Check the storage nodes web root as well.

          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

          Z 1 Reply Last reply Sep 23, 2016, 11:05 AM Reply Quote 0
          • Z
            zingaro @Tom Elliott
            last edited by Sep 23, 2016, 11:03 AM

            @Tom-Elliott said in Impossible start ISO image after update Fog to 1.3.0:

            now the error when trying to boot the iso is execution fail? Or permission denied? The pic you tried to upload isn’t showing up.

            1_1474628581436_Capture.JPG 0_1474628581435_Capture1.JPG

            T 1 Reply Last reply Sep 23, 2016, 11:05 AM Reply Quote 0
            • Z
              zingaro @Tom Elliott
              last edited by Sep 23, 2016, 11:05 AM

              @Tom-Elliott said in Impossible start ISO image after update Fog to 1.3.0:

              Oh and web root is configured in two places for rc10. The reasoning is its more dynamic. The global web root from before is for a common GUI setup. But ultimately the communication tries to happen at the node level first. If that fails the global setting will be used. Check the storage nodes web root as well.

              how i can perform this tests ?

              1 Reply Last reply Reply Quote 0
              • T
                Tom Elliott @zingaro
                last edited by Sep 23, 2016, 11:05 AM

                @zingaro can you get output of ip addr show and ls -lh /var/www/html/fog/images/ and ls -lh /var/www/fog/images/

                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

                Z 1 Reply Last reply Sep 23, 2016, 11:13 AM Reply Quote 0
                • Z
                  zingaro @Tom Elliott
                  last edited by Sep 23, 2016, 11:13 AM

                  @Tom-Elliott said in Impossible start ISO image after update Fog to 1.3.0:

                  ls -lh /var/www/fog/images/

                  mmhhhh…
                  see the output :
                  0_1474629109831_Capture.JPG

                  there are a difference:
                  …\fog\images and …\html\fog\images !!

                  the solution could be move the images folder … !!

                  T 1 Reply Last reply Sep 23, 2016, 11:17 AM Reply Quote 0
                  • T
                    Tom Elliott @zingaro
                    last edited by Sep 23, 2016, 11:17 AM

                    @zingaro yes but run:

                    mv /var/www/{,html/}fog/images
                    rm -rf /var/www/fog
                    ln -s /var/www/{html/,}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! 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

                    Z 1 Reply Last reply Sep 23, 2016, 11:25 AM Reply Quote 0
                    • Z
                      zingaro @Tom Elliott
                      last edited by Sep 23, 2016, 11:25 AM

                      @Tom-Elliott said in Impossible start ISO image after update Fog to 1.3.0:

                      ln -s /var/www/{html/,}fog

                      great !!
                      after move all iso files into /var/www/html/fog/images WORK !!

                      Z 1 Reply Last reply Sep 23, 2016, 11:32 AM Reply Quote 0
                      • Z
                        zingaro @zingaro
                        last edited by Sep 23, 2016, 11:32 AM

                        @zingaro said in Impossible start ISO image after update Fog to 1.3.0:

                        ln -s /var/www/{html/,}fog

                        NOOOO does not work :

                        output is:

                        cccp@ubuntu:/var/www/html/fog/images$ ln -s /var/www/{html/,}fog
                        ln: failed to create symbolic link ‘/var/www/fog/fog’: File exists
                        cccp@ubuntu:/var/www/html/fog/images$

                        T 1 Reply Last reply Sep 23, 2016, 11:52 AM Reply Quote 0
                        • T
                          Tom Elliott @zingaro
                          last edited by Sep 23, 2016, 11:52 AM

                          @zingaro did you remove /var/www/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! 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

                          Z 1 Reply Last reply Sep 23, 2016, 1:01 PM Reply Quote 0
                          • Z
                            zingaro @Tom Elliott
                            last edited by Sep 23, 2016, 1:01 PM

                            @Tom-Elliott all OK.
                            i have moved all image in another folder.
                            now work fine !

                            /var/www/fog/images is redirect to /var/www/fog/images
                            Case Closed!

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

                            146

                            Online

                            12.1k

                            Users

                            17.3k

                            Topics

                            155.3k

                            Posts
                            Copyright © 2012-2024 FOG Project