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

Upgraded ubuntu from 13.04 to 14.04 now Web console will not come up

Scheduled Pinned Locked Moved Unsolved
FOG Problems
6
35
14.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.
  • D
    darkxeno
    last edited by Jul 8, 2015, 1:02 PM

    Ok So I’m lost I upgrade my Ubuntu from 13.04 ti 14.04 and now i get a 404 error when I goto fogserver/fog/management. Well I copy www/fog folder to var/www/html/ and upgraded fog to 3713 and I get the update schema page but when I click upgrade schema it just sits there and does nothing.

    does anyone know what I can do to get my fog back up?

    C W 2 Replies Last reply Jul 8, 2015, 1:15 PM Reply Quote 0
    • W
      Wayne Workman
      last edited by Jul 8, 2015, 1:08 PM

      Move to FOG Trunk.

      This is a well known issue with Ubuntu 14.04 and FOG 1.2.0. Several people have experienced this issue, I’d imagine several more will too until the next version of FOG is released (version 1.3.0).

      The problem, specifically, is that 1.2.0 uses 127.0.0.1 to access it’s database locally and Ubuntu 14.04 does not like this for some reason.

      Here is how you update to trunk: https://wiki.fogproject.org/wiki/index.php/Upgrade_to_trunk

      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
      • D
        darkxeno
        last edited by Jul 8, 2015, 1:10 PM

        thats how i upgraded to 3713 lol

        W 1 Reply Last reply Jul 8, 2015, 1:15 PM Reply Quote 0
        • C
          ch3i Moderator @darkxeno
          last edited by Jul 8, 2015, 1:15 PM

          @darkxeno please post your apache error.log.

          D 1 Reply Last reply Jul 8, 2015, 1:18 PM Reply Quote 0
          • W
            Wayne Workman @darkxeno
            last edited by Wayne Workman Jul 8, 2015, 7:16 AM Jul 8, 2015, 1:15 PM

            @darkxeno Ah… didn’t see that part. 😐

            See if your DB is running…

            Some things to try:

            service mysql restart
            tail -f /var/log/mysql/error.log
            mysql
            use fog
            exit
            ./installfog.sh -y
            

            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/

            D 1 Reply Last reply Jul 8, 2015, 1:25 PM Reply Quote 0
            • D
              darkxeno @ch3i
              last edited by Jul 8, 2015, 1:18 PM

              @ch3i

              I uploaded the fail since when I copy and paste it tells me it’s spam

              1 Reply Last reply Reply Quote 0
              • D
                darkxeno
                last edited by Jul 8, 2015, 1:23 PM

                [Wed Jul 08 08:30:04.533150 2015] [:error] [pid 22878] [client 10.0.10.146:51962] PHP Warning: mysqli::poll(): No stream arrays were passed in /var/www/fog/lib/db/MySQL.class.php on line 67, referer: http://10.0.0.22/fog/management/?node=schemaupdater

                This is whats in my apache error log this one line repeated a lot of times lol

                1 Reply Last reply Reply Quote 0
                • D
                  darkxeno @Wayne Workman
                  last edited by Jul 8, 2015, 1:25 PM

                  @Wayne-Workman db is running

                  1 Reply Last reply Reply Quote 0
                  • C
                    cml Moderator
                    last edited by Jul 8, 2015, 1:39 PM

                    Is the document root in /etc/apache2/sites-available/001-fog still set to /var/www ?

                    1 Reply Last reply Reply Quote 0
                    • D
                      darkxeno
                      last edited by Jul 8, 2015, 1:41 PM

                      for some reason the fog site isnt there

                      1 Reply Last reply Reply Quote 0
                      • D
                        darkxeno
                        last edited by Jul 8, 2015, 1:59 PM

                        i have also notice that when i do the ./installfog.sh -y it hangs on the updating database

                        W 1 Reply Last reply Jul 8, 2015, 2:15 PM Reply Quote 0
                        • W
                          Wayne Workman @darkxeno
                          last edited by Jul 8, 2015, 2:15 PM

                          @darkxeno said:

                          i have also notice that when i do the ./installfog.sh -y it hangs on the updating database

                          Sure the database is running?

                          service mysql status
                          

                          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/

                          D 1 Reply Last reply Jul 8, 2015, 2:16 PM Reply Quote 0
                          • D
                            darkxeno @Wayne Workman
                            last edited by Jul 8, 2015, 2:16 PM

                            @Wayne-Workman
                            yup it says running

                            1 Reply Last reply Reply Quote 0
                            • D
                              darkxeno
                              last edited by Jul 8, 2015, 3:02 PM

                              ok so I went back to 2659 and I’m able to get back into the web console now when i try to up grade to 3713 i’m not able to update the schema

                              W 1 Reply Last reply Jul 8, 2015, 3:11 PM Reply Quote 0
                              • W
                                Wayne Workman @darkxeno
                                last edited by Jul 8, 2015, 3:11 PM

                                @darkxeno Can you try something in the middle?

                                instead of typing “svn up”, you’d use this to get a specific revision:

                                svn co -r 3186 https://svn.code.sf.net/p/freeghost/code/trunk
                                

                                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/

                                D 1 Reply Last reply Jul 8, 2015, 3:31 PM Reply Quote 0
                                • D
                                  darkxeno @Wayne Workman
                                  last edited by Jul 8, 2015, 3:31 PM

                                  @Wayne-Workman

                                  so 3347 worked

                                  W 1 Reply Last reply Jul 8, 2015, 3:32 PM Reply Quote 1
                                  • W
                                    Wayne Workman @darkxeno
                                    last edited by Jul 8, 2015, 3:32 PM

                                    @darkxeno if you can determine - closely or exactly - where it breaks, that’d help the devs a lot.

                                    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
                                    • D
                                      darkxeno
                                      last edited by darkxeno Jul 8, 2015, 9:41 AM Jul 8, 2015, 3:36 PM

                                      so i went from 3347 to 3726 and with no issues it looks like I had to upgrade in steps for some reason it was the sql database would not update.

                                      W 1 Reply Last reply Jul 8, 2015, 3:44 PM Reply Quote 0
                                      • W
                                        Wayne Workman @darkxeno
                                        last edited by Jul 8, 2015, 3:44 PM

                                        @darkxeno that’s an issue… it means that the latest schema updater code can’t update something in earlier revisions to the current revision…

                                        Look at your MySQL logs and Apache logs to try and see what it is… What time did the schema updater fail? Your original post was 3 hours ago.

                                        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/

                                        D 1 Reply Last reply Jul 8, 2015, 3:51 PM Reply Quote 0
                                        • D
                                          darkxeno @Wayne Workman
                                          last edited by Jul 8, 2015, 3:51 PM

                                          @darkxeno said:

                                          Wed Jul 08 08:30:04.533150 2015] [:error] [pid 22878] [client 10.0.10.146:51962] PHP Warning: mysqli::poll(): No stream arrays were passed in /var/www/fog/lib/db/MySQL.class.php on line 67, referer: http://10.0.0.22/fog/management/?node=schemaupdater

                                          this is whats in the apache logs repeated a bunch of times

                                          150708 8:29:15 [Warning] Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use the full name instead.
                                          150708 8:29:15 [Note] Plugin ‘FEDERATED’ is disabled.
                                          150708 8:29:15 InnoDB: The InnoDB memory heap is disabled
                                          150708 8:29:15 InnoDB: Mutexes and rw_locks use GCC atomic builtins
                                          150708 8:29:15 InnoDB: Compressed tables use zlib 1.2.8
                                          150708 8:29:15 InnoDB: Using Linux native AIO
                                          150708 8:29:15 InnoDB: Initializing buffer pool, size = 128.0M
                                          150708 8:29:15 InnoDB: Completed initialization of buffer pool
                                          150708 8:29:15 InnoDB: highest supported file format is Barracuda.
                                          150708 8:29:15 InnoDB: Waiting for the background threads to start
                                          150708 8:29:16 InnoDB: 5.5.43 started; log sequence number 2579942
                                          150708 8:29:16 [Note] Server hostname (bind-address): ‘127.0.0.1’; port: 3306
                                          150708 8:29:16 [Note] - ‘127.0.0.1’ resolves to ‘127.0.0.1’;
                                          150708 8:29:16 [Note] Server socket created on IP: ‘127.0.0.1’.
                                          150708 8:29:16 [Warning] Found invalid password for user: ‘timesheet@localhost’; Ignoring user
                                          150708 8:29:16 [Warning] Found invalid password for user: ‘sa@localhost’; Ignoring user
                                          150708 8:29:16 [Warning] Found invalid password for user: ‘timesheet1@localhost’; Ignoring user
                                          150708 8:29:16 [Note] Event Scheduler: Loaded 0 events
                                          150708 8:29:16 [Note] /usr/sbin/mysqld: ready for connections.
                                          Version: ‘5.5.43-0ubuntu0.14.04.1’ socket: ‘/var/run/mysqld/mysqld.sock’ port: 3306 (Ubuntu)
                                          150708 8:37:22 [Note] /usr/sbin/mysqld: Normal shutdown

                                          150708 8:37:22 [Note] Event Scheduler: Purging the queue. 0 events
                                          150708 8:37:24 [Warning] /usr/sbin/mysqld: Forcing close of thread 1554 user: ‘root’

                                          150708 8:37:24 [Warning] /usr/sbin/mysqld: Forcing close of thread 1465 user: ‘root’

                                          150708 8:37:24 InnoDB: Starting shutdown…
                                          150708 8:37:25 InnoDB: Shutdown completed; log sequence number 2593161
                                          150708 8:37:25 [Note] /usr/sbin/mysqld: Shutdown complete

                                          150708 8:37:25 [Warning] Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use the full name instead.
                                          150708 8:37:25 [Note] Plugin ‘FEDERATED’ is disabled.
                                          150708 8:37:25 InnoDB: The InnoDB memory heap is disabled
                                          150708 8:37:25 InnoDB: Mutexes and rw_locks use GCC atomic builtins
                                          150708 8:37:25 InnoDB: Compressed tables use zlib 1.2.8
                                          150708 8:37:25 InnoDB: Using Linux native AIO
                                          150708 8:37:25 InnoDB: Initializing buffer pool, size = 128.0M
                                          150708 8:37:25 InnoDB: Completed initialization of buffer pool
                                          150708 8:37:25 InnoDB: highest supported file format is Barracuda.
                                          150708 8:37:25 InnoDB: Waiting for the background threads to start
                                          150708 8:37:26 InnoDB: 5.5.43 started; log sequence number 2593161
                                          150708 8:37:26 [Note] Server hostname (bind-address): ‘127.0.0.1’; port: 3306
                                          150708 8:37:26 [Note] - ‘127.0.0.1’ resolves to ‘127.0.0.1’;
                                          150708 8:37:26 [Note] Server socket created on IP: ‘127.0.0.1’.
                                          150708 8:37:26 [Warning] Found invalid password for user: ‘timesheet@localhost’; Ignoring user
                                          150708 8:37:26 [Warning] Found invalid password for user: ‘sa@localhost’; Ignoring user
                                          150708 8:37:26 [Warning] Found invalid password for user: ‘timesheet1@localhost’; Ignoring user
                                          150708 8:37:26 [Note] Event Scheduler: Loaded 0 events
                                          150708 8:37:26 [Note] /usr/sbin/mysqld: ready for connections.
                                          Version: ‘5.5.43-0ubuntu0.14.04.1’ socket: ‘/var/run/mysqld/mysqld.sock’ port: 3306 (Ubuntu)
                                          150708 8:48:45 [Note] /usr/sbin/mysqld: Normal shutdown

                                          150708 8:48:45 [Note] Event Scheduler: Purging the queue. 0 events
                                          150708 8:48:45 InnoDB: Starting shutdown…
                                          150708 8:48:46 InnoDB: Shutdown completed; log sequence number 2593161
                                          150708 8:48:46 [Note] /usr/sbin/mysqld: Shutdown complete

                                          this is my mysql logs

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

                                          175

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project