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

New Install of FOG 1.1.2 and Ubuntu 12.04 LTS

Scheduled Pinned Locked Moved
FOG Problems
5
96
50.8k
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
    last edited by Jul 10, 2014, 10:56 PM

    Okay, now try reinstalling?

    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
    • N
      NDNtech
      last edited by Jul 10, 2014, 10:57 PM

      [quote=“ianabc, post: 32800, member: 24548”]Your apache config looks broken. What does
      [CODE]
      $ apachectl configtest
      [/CODE]
      return now? Also can you try restarting and tailing the end of the error.log - it might help diagnose the reason why apache won’t start.[/quote]
      [CODE]root@SC-Image:/# $ apachectl configtest
      $: command not found[/CODE]

      1 Reply Last reply Reply Quote 0
      • I
        ianabc Testers
        last edited by Jul 10, 2014, 10:58 PM

        Yeah, sorry about that, my fingers are slower than Toms! that command won’t work until apache is reinstalled.

        1 Reply Last reply Reply Quote 0
        • N
          NDNtech
          last edited by Jul 10, 2014, 11:00 PM

          [CODE] * Setting up and starting Apache Web Server…Failed![/CODE]

          1 Reply Last reply Reply Quote 0
          • N
            NDNtech
            last edited by Jul 10, 2014, 11:01 PM

            [CODE]root@SC-Image:/# apachectl configtest
            apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName
            Syntax OK
            [/CODE]

            1 Reply Last reply Reply Quote 0
            • I
              ianabc Testers
              last edited by Jul 10, 2014, 11:02 PM

              Alright, now could you try the configtest,
              [CODE]
              $ apachectl configtest
              $ service apache start
              $ tail -n 100 /var/log/apache2/error.log
              [/CODE]

              1 Reply Last reply Reply Quote 0
              • T
                Tom Elliott
                last edited by Jul 10, 2014, 11:02 PM

                [code]sudo apt-get libapache2-mod-php5 libapache2-mod-mysql php5-mysql[/code]

                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
                • I
                  ianabc Testers
                  last edited by Jul 10, 2014, 11:03 PM

                  [quote=“NDNtech, post: 32807, member: 23658”][CODE]root@SC-Image:/# apachectl configtest
                  Syntax OK
                  [/CODE][/quote]
                  That’s good, the apache config must be sane, you can ignore the fqdn stuff for the moment. What about the error.log?

                  1 Reply Last reply Reply Quote 0
                  • N
                    NDNtech
                    last edited by Jul 10, 2014, 11:03 PM

                    [CODE]root@SC-Image:/# apachectl configtest
                    apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName
                    Syntax OK
                    root@SC-Image:/# service apache2 start

                    • Usage: /etc/init.d/apache2 {start|stop|graceful-stop|restart|reload|force-reload|start-htcacheclean|stop-htcacheclean|status}
                      root@SC-Image:/# tail -n 100 /var/log/apache2/error.log[/CODE]
                    1 Reply Last reply Reply Quote 0
                    • N
                      NDNtech
                      last edited by Jul 10, 2014, 11:04 PM

                      [quote=“Tom Elliott, post: 32809, member: 7271”][code]sudo apt-get libapache2-mod-php5 libapache2-mod-mysql php5-mysql[/code][/quote]

                      Install??

                      1 Reply Last reply Reply Quote 0
                      • I
                        ianabc Testers
                        last edited by Jul 10, 2014, 11:04 PM

                        Sorry, that startup command was for redhat type distributions, for ubuntu it should be
                        [CODE]
                        $ /etc/init.d/apache2 start
                        $ tail -n 100 /var/log/apache2/error.log
                        [/CODE]

                        1 Reply Last reply Reply Quote 0
                        • N
                          NDNtech
                          last edited by Jul 10, 2014, 11:05 PM

                          [quote=“ianabc, post: 32810, member: 24548”]That’s good, the apache config must be sane, you can ignore the fqdn stuff for the moment. What about the error.log?[/quote]
                          error log is empty

                          1 Reply Last reply Reply Quote 0
                          • I
                            ianabc Testers
                            last edited by Jul 10, 2014, 11:06 PM

                            Is apache running then?
                            [CODE]
                            $ ps -ef | grep apache
                            [/CODE]

                            1 Reply Last reply Reply Quote 0
                            • N
                              NDNtech
                              last edited by Jul 10, 2014, 11:07 PM

                              [quote=“ianabc, post: 32815, member: 24548”]Is apache running then?
                              [CODE]
                              $ ps -ef | grep apache
                              [/CODE][/quote]
                              [CODE]root@SC-Image:/# ps -ef | grep apache
                              root 17892 5377 0 18:06 pts/1 00:00:00 grep --color=auto apache
                              [/CODE]

                              1 Reply Last reply Reply Quote 0
                              • I
                                ianabc Testers
                                last edited by Jul 10, 2014, 11:12 PM

                                OK, apache isn’t started then, you could try starting it manually to see if it throws an error
                                [CODE]
                                $ sudo apache2ctl -X -k start
                                [/CODE]

                                1 Reply Last reply Reply Quote 0
                                • N
                                  NDNtech
                                  last edited by Jul 10, 2014, 11:14 PM

                                  [CODE]root@SC-Image:/# sudo apache2ctl -X -k start
                                  apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName[/CODE]

                                  and now it’s sitting with a flashing cursor

                                  1 Reply Last reply Reply Quote 0
                                  • N
                                    NDNtech
                                    last edited by Jul 10, 2014, 11:15 PM

                                    How does a fresh Ubuntu install sound? lol

                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      Tom Elliott
                                      last edited by Jul 10, 2014, 11:16 PM

                                      [quote=“NDNtech, post: 32812, member: 23658”]Install??[/quote]

                                      Yes, sorry about that.

                                      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
                                      • I
                                        ianabc Testers
                                        last edited by Jul 10, 2014, 11:16 PM

                                        If it is sitting there apache should be running, so I’m not sure why the startup script isn’t working. While that command is still running (cursor is flashing) try pointing a web browser at the IP address of the machine, e.g. [url]http://10.120.88.146/fog[/url]. When you are finished you can stop the command by pressing “Ctrl-C”, that will kill off apache.

                                        1 Reply Last reply Reply Quote 0
                                        • N
                                          NDNtech
                                          last edited by Jul 10, 2014, 11:17 PM

                                          [quote=“ianabc, post: 32822, member: 24548”]If it is sitting there apache should be running so I’m not sure why the startup script isn’t working. While that command is still running (cursor is flashing) try pointing a web browser at the IP address of the machine, e.g. [FONT=Consolas][url]http://10.120.88.146/fog[/url][/FONT][/quote]

                                          It’s asking me if I want to open or save a PHTML file

                                          1 Reply Last reply Reply Quote 0
                                          • 1
                                          • 2
                                          • 3
                                          • 4
                                          • 5
                                          • 3 / 5
                                          3 / 5
                                          • First post
                                            58/96
                                            Last post

                                          165

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project