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

    Upgrade Woes - Latest SVN

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    3
    28
    4.4k
    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 @Arsenal101
      last edited by

      @Arsenal101 Now add:

      php_ver="7.1"
      php_verAdds="-7.1"
      packages="apache2 bc build-essential cpp curl g++ gawk gcc gzip htmldoc lftp libapache2-mod-php7.1 libc6 libcurl3 m4 mysql-client mysql-server net-tools nfs-kernel-server openssh-server php7.1 php7.1-bcmath php7.1-cli php7.1-curl php7.1-fpm php7.1-gd php7.1-json php7.1-ldap php7.1-mbstring php7.1-mcrypt php7.1-mysql php7.1-mysqlnd php-gettext sysv-rc-conf tar tftpd-hpa tftp-hpa vsftpd wget xinetd zlib1g"
      

      To your /opt/fog/.fogsettings file please.

      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
      • Tom ElliottT
        Tom Elliott @Arsenal101
        last edited by

        @Arsenal101 It only removes them if the php_ver/php_verAdds variables are not specified (which was what I was trying to get to happen when I asked you to remove those items earlier)

        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
        • A
          Arsenal101
          last edited by

          Gotcha, I did notice it said “setting variables for php” or something along those lines.

          1 Reply Last reply Reply Quote 0
          • A
            Arsenal101
            last edited by

            Making Progress! got all the way to backing up database and then it failed…

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

              @Arsenal101 WHat’s the apache error logs show?

              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
              • A
                Arsenal101
                last edited by

                I don’t see any thing in there… I see the access.log and error.log but when I pico into them or Tail they don’t show anythting

                1 Reply Last reply Reply Quote 0
                • A
                  Arsenal101
                  last edited by

                  I noticed this on install…

                  * Setting up and starting MySQL...............................grep: /etc/rc5.d/S20nfs-server: No such file or directory
                  grep: /etc/rc2.d/S20nfs-server: No such file or directory
                  grep: /etc/rc3.d/S20nfs-server: No such file or directory
                  grep: /etc/blkid.tab: No such file or directory
                  grep: /etc/rc4.d/S20nfs-server: No such file or directory
                  grep: /etc/rc5.d/S20nfs-server: No such file or directory
                  grep: /etc/rc2.d/S20nfs-server: No such file or directory
                  grep: /etc/rc3.d/S20nfs-server: No such file or directory
                  grep: /etc/blkid.tab: No such file or directory
                  grep: /etc/rc4.d/S20nfs-server: No such file or directory
                  OK
                  

                  Think its anything?

                  1 Reply Last reply Reply Quote 0
                  • A
                    Arsenal101
                    last edited by

                    mysql username and password are good to go, I can connect separately. Nothing in apache error logs. I’m stuck again.

                    I searched around again and went though all the other posts I could find, again none of them seem to apply to me.

                    1 Reply Last reply Reply Quote 0
                    • A
                      Arsenal101
                      last edited by

                      I can do a manual dump with mysqldump -u root -p fog > /home/fogdump.sql

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

                        @Arsenal101

                        Do you have a mysql password for the root user?

                        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
                        • A
                          Arsenal101
                          last edited by

                          Nope root user and blank password

                          Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                          • Wayne WorkmanW
                            Wayne Workman @Arsenal101
                            last edited by

                            @Arsenal101

                            mysql -h localhost -D fog
                            If this lets you in, just type quit

                            mysql -h 127.0.0.1 -D fog
                            if this lets you in, just type quit

                            Do either of these commands give any errors at all?

                            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
                            • A
                              Arsenal101
                              last edited by

                              Nope no errors, lets me right in both times

                              1 Reply Last reply Reply Quote 0
                              • A
                                Arsenal101
                                last edited by

                                So I am not really sure what I did, it was some combination of commands but it let me install it just fine… I’ll take it.

                                This can be marked as solved I guess!

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

                                163

                                Online

                                12.0k

                                Users

                                17.3k

                                Topics

                                155.2k

                                Posts
                                Copyright © 2012-2024 FOG Project