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

    Can't complete the fog install!

    Scheduled Pinned Locked Moved
    FOG Problems
    5
    40
    15.0k
    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
      last edited by

      First thing I notice,

      [Thu Feb 12 00:13:05 2015] [warn] (101)Network is unreachable: connect to listener on [::]:80

      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
      • O
        orbspider
        last edited by

        funny as theres no firewall I dont think, its a fresh install of debian

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

          There is always a firewall installed on Ubuntu, called

          ufw.

          [code]sudo ufw disable[/code]

          What worries me though is you seem to have performed steps before you knew what to do.

          Meaning you had mysql installed before installing fog, so how many problems.

          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
          • O
            orbspider
            last edited by

            I have also purged mysql and let it install with fog too. the first time mysql simply wouldn’t start - until I hashed out the bind-address line - so i tried then to install it before fog.

            this is debian not ubuntu!!

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

              Why?

              The bind-address will need to be commented out later, but if you’re specifying a mysql password, then why not enter it on your localhost (of which bindaddress is defaulted to anyway)?

              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
              • O
                orbspider
                last edited by

                I last installed mysql without password, just blanks

                plus what you suggest is not given in the user guide so how would I know (I’m not a server experienced person)

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

                  what do you mean it’s not in the userguid?

                  What guide, exactly, did you follow?

                  It looks like you have done whatever you think is correct based on other peoples ideas.

                  Rather than looking at what’s changed between versions, you went under an assumption to set mysql password in the /opt/fog/etc/config.php file (which won’t work)

                  You say it’s not there, but I want to know what you’re reading and failing to understand.

                  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
                  • O
                    orbspider
                    last edited by

                    I found that I should change Listen 80 to Listen 0.0.0.0:80 in /etc/apache2/ports.conf

                    for that apache error, and restart it, but I still can’t access fog in web browser

                    1 Reply Last reply Reply Quote 0
                    • O
                      orbspider
                      last edited by

                      Pls refer to top post! link to user guide for other versions of Linux - ie Debian. That’s what I followed, official fog pages right?

                      I only search for answers when problems happened, like not what was expected from following the guide.

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

                        You mean [url]http://www.fogproject.org/wiki/index.php/Installation_on_Debian_Lenny[/url]

                        Which is for 0.32 installation of Debian Lenny,

                        Not FOG 1.2.0 on Debian Wheezy?

                        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
                        • O
                          orbspider
                          last edited by

                          Well, you are correct in that Lenny is not my release of Debian.

                          I got to that page from the front page of the User Guide here [url]http://fogproject.org/wiki/index.php/FOGUserGuide[/url]

                          link:
                          2 Installing FOG > 2.2 Installation on different distributions of Linux >> Debian > Debian Wheezy

                          1 Reply Last reply Reply Quote 0
                          • O
                            orbspider
                            last edited by

                            To be honest, the guide for say, Ubuntu 12.10, looks pretty much the same.

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

                              Look,

                              I’m trying to help, but I’m not getting very far. I know I’m coming off rude, but I’m trying to understand where you got the ideas to try the “tricks” you’ve tried while you’re blatently missing the idea of how to install fog following the “official” documentation.

                              FOG 1.x.x is fairly new and I’m the “new kid” on the block for the developement of anything 1.x.x and potentially further.

                              When I’m tryign to make suggestions it is in all honesty an attempt to assist a person out.

                              I really do want to know what and how you came to the troubleshooting things you did.

                              But to further add to my confusion:

                              If the guide (our official documentation as you put it) tells you to download 0.32 and install it using the following instructions, where do you get downloading something COMPLETELY different and attempting to install it?

                              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
                              • O
                                orbspider
                                last edited by

                                Ok, no I didn’t copy the exact command that is on that page, because I know fog has developed pretty fast over 2014, so I downloaded straight from the link to sourceforge, the tar.gz, fog 1.2.0

                                1 Reply Last reply Reply Quote 0
                                • O
                                  orbspider
                                  last edited by

                                  thanks Tom, for doing your best to help, I’ve gotta go, its 2.37am here.

                                  1 Reply Last reply Reply Quote 0
                                  • W
                                    Wolfbane8653 Developer
                                    last edited by

                                    If you copied and pasted the exact information in that install guide that means you copied the example that was 0.32. Please see that wiki again after the resent update. It should be more clear.

                                    [url]http://fogproject.org/wiki/index.php/Installation_on_Debian_Lenny[/url]

                                    1 Reply Last reply Reply Quote 0
                                    • O
                                      orbspider
                                      last edited by

                                      I’m back, @wolf
                                      I said that i didn’t just cut and paste that install line for fog 0.32, I downloaded 1.2.0 from big bold link on the fog home page. That 0.32 no longer exists anyways!

                                      My problems: 1. Mysql failed to start during fog install… solution: I comment out bind-address
                                      2. Cannot get to the fog management page when prompted to… Apache error log reports not connecting on 80
                                      So I need a solution to this… it might be apache or mysql password - but I just installed mysql with blanks.

                                      Thanks

                                      1 Reply Last reply Reply Quote 0
                                      • O
                                        orbspider
                                        last edited by

                                        This morning, apache log does not report an error when trying to connect to fog management, only this

                                        [Thu Feb 12 10:02:31 2015] [notice] Apache/2.2.22 (Debian) PHP/5.4.36-0+deb7u3 configured – resuming normal operations

                                        [CODE]sudo lsof -i :80
                                        COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
                                        chromium 4655 fog 155u IPv4 33318 0t0 TCP debian.local:46894->a125-252-236-186.deploy.akamaitechnologies.com:http (CLOSE_WAIT)
                                        apache2 9661 root 3u IPv4 32521 0t0 TCP *:http (LISTEN)
                                        apache2 9681 www-data 3u IPv4 32521 0t0 TCP *:http (LISTEN)
                                        apache2 9682 www-data 3u IPv4 32521 0t0 TCP *:http (LISTEN)
                                        apache2 9683 www-data 3u IPv4 32521 0t0 TCP *:http (LISTEN)
                                        apache2 9684 www-data 3u IPv4 32521 0t0 TCP *:http (LISTEN)
                                        apache2 9685 www-data 3u IPv4 32521 0t0 TCP *:http (LISTEN)[/CODE]

                                        [CODE]sudo netstat -lnp
                                        Active Internet connections (only servers)
                                        Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
                                        tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 3601/mysqld
                                        tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1857/rpcbind
                                        tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 9661/apache2
                                        …[/CODE]

                                        1 Reply Last reply Reply Quote 0
                                        • O
                                          orbspider
                                          last edited by

                                          Today I re-installed Debian, and ran the fog install script - this time Mysql had no issue starting and I reached the fog management page.
                                          the only thing I can think of last time that I had changed before installing fog was interfaces, I changed auto lo to auto eth0

                                          1 Reply Last reply Reply Quote 0
                                          • O
                                            orbspider
                                            last edited by

                                            I’m back again because, although I got to the fog management page, once I shifted the server off the internet, I couldn’t get there any more.

                                            I really don’t understand IP settings much. When I ran the installer today, I answered yes to the suggested IP addresses, and got on, then move the pc to where we are making the network and couldn’t get into fog anymore.

                                            I since found the user guide for installing for an isolated network and there it says to put in a static IP, and answer no to the next two IP questions. [url]http://www.fogproject.org/wiki/index.php/FOG_on_an_Isolated_Network[/url]

                                            But with that method, I couldn’t get into the fog page.

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

                                            151

                                            Online

                                            12.1k

                                            Users

                                            17.3k

                                            Topics

                                            155.3k

                                            Posts
                                            Copyright © 2012-2024 FOG Project