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

    Installing builds 4714 or 4716 to Debian 8.2

    Scheduled Pinned Locked Moved Solved
    Bug Reports
    3
    12
    3.5k
    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.
    • sudburrS
      sudburr
      last edited by sudburr

      @ Press [Enter} key when database is updated/installed
      – Browser visit http://x.x.x.x/fog/management

      The page returned is 404.

      p.s. It’s also interesting to see:

      systemd-fstab-generator: Failed to create mount unit file /run/systemd/generator/images.mount, as it already exists . Duplicate entry in /etc/fstab?

      … spitting out on the console window; I’m remoting in via shell and separately watching the vm during installation. Yes I already mounted /images before beginning the fog install.

      [ Standing in between extinction in the cold and explosive radiating growth ]

      ch3iC 1 Reply Last reply Reply Quote 0
      • ch3iC
        ch3i Moderator @sudburr
        last edited by

        @sudburr Hi, have you your fog installation in /var/www/html/fog ?

        1 Reply Last reply Reply Quote 0
        • sudburrS
          sudburr
          last edited by sudburr

          Aye

          root@debian8fog:/opt/trunksvn/fogproject/bin# cd /var/www/html/fog
          root@debian8fog:/var/www/html/fog# ls -la
          total 48
          drwxr-xr-x 10 www-data www-data 4096 Sep 20 11:47 .
          drwxr-xr-x  3 root     root     4096 Sep 20 11:47 ..
          drwxr-xr-x  2 www-data www-data 4096 Sep 20 11:47 client
          drwxr-xr-x  2 www-data www-data 4096 Sep 20 11:47 commons
          -rw-r--r--  1 www-data www-data 1406 Sep 20 11:47 favicon.ico
          lrwxrwxrwx  1 www-data www-data   17 Sep 20 11:47 fog -> /var/www/html/fog
          drwxr-xr-x  2 www-data www-data 4096 Sep 20 11:47 fogdoc
          -rw-r--r--  1 www-data www-data   50 Sep 20 11:47 index.php
          drwxr-xr-x 11 www-data www-data 4096 Sep 20 11:47 lib
          drwxr-xr-x 12 www-data www-data 4096 Sep 20 11:47 management
          drwxr-xr-x  3 www-data www-data 4096 Sep 20 11:47 mobile
          drwxr-xr-x  3 www-data www-data 4096 Sep 20 11:47 service
          drwxr-xr-x  2 www-data www-data 4096 Sep 20 11:47 status
          

          And no errors displayed during installation.

          [ Standing in between extinction in the cold and explosive radiating growth ]

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

            What’s set in the /etc/apache2/sites-availabe/001-fog.conf file for the DocumentRoot lines?

            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
            • sudburrS
              sudburr
              last edited by sudburr

              The file “/etc/apache2/sites-available/001-fog.conf” has:

              <VirtualHost *:80>
                  ServerName 172.19.244.33
                  DocumentRoot /var/www/
                  #RewriteEngine On
                  #RewriteRule /management/other/ca.cert.der$ - [L]
                  #RewriteRule /management/ https://%{HTTP_HOST}%{REQUEST_URI}%{QUERY_STRING} [R,L]
              </VirtualHost>
              <VirtualHost *:443>
                  Servername 172.19.244.33
                  DocumentRoot /var/www/
                  SSLEngine On
                  SSLCertificateFile /var/www/html/fog/management/other/ssl/srvpublic.crt
                  SSLCertificateKeyFile /opt/fog/snapins/ssl/.srvprivate.key
                  SSLCertificateChainFile /var/www/html/fog/management/other/ca.cert.der
              </VirtualHost>
              

              [ Standing in between extinction in the cold and explosive radiating growth ]

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

                Can you get me the documentroot line out of the 001-fog.conf file?

                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
                • sudburrS
                  sudburr
                  last edited by

                  Re-edited my reply above.

                  [ Standing in between extinction in the cold and explosive radiating growth ]

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

                    Well,

                    The problem was, as normal, me overlooking one little thing. The DocumentRoot on your files is set to /var/www, but the webdirdest is set to /var/www/html.

                    This is now corrected for in SVN/GIT but to truly see if it works you would need to setup as if it were a brand new install.

                    Sorry about the oversight.

                    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
                    • sudburrS
                      sudburr
                      last edited by

                      That WAS on a fresh install . I’ll get back to ya in a couple.

                      [ Standing in between extinction in the cold and explosive radiating growth ]

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

                        @sudburr I understood/stand what you mean. What I’m saying is I fixed something and hopefully that fix will fix this issue, but it will only work on another fresh install.

                        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
                        • sudburrS
                          sudburr
                          last edited by sudburr

                          Ah, aye.

                          Working from home today for kicks, and of course, a couple of minutes turns into a couple of hours.

                          I keep copies of VMs of the simplest forms of install of Ubuntu15, Debian8 and CentOS7 handy for testing. My development server is a stewing pot of changes. I usually test on my dev, then refer back to the virgins in case something goes pear-shape and to verify my documentation/scripts.

                          I’ve decided to amalgamate and silo some procedures a bit … so I’m rebuilding my reference virgin OS VMs. I will get back to you asap.

                          [ Standing in between extinction in the cold and explosive radiating growth ]

                          1 Reply Last reply Reply Quote 0
                          • sudburrS
                            sudburr
                            last edited by

                            By build 4728, it is fixed. Ty!

                            [ Standing in between extinction in the cold and explosive radiating growth ]

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

                            187

                            Online

                            12.0k

                            Users

                            17.3k

                            Topics

                            155.2k

                            Posts
                            Copyright © 2012-2024 FOG Project