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

    Error Installing Fog - FOG Multicast Management Server Failed

    Scheduled Pinned Locked Moved
    FOG Problems
    3
    41
    24.1k
    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.
    • A
      Amy Emberson
      last edited by

      I set the host to “localhost” and the username to “fog” with the password blank. When I restarted the install it erased what I had entered in the config.php file and still gave the error.

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

        Usually fog sets up default parameters as localhost and root for the username. You’ll need to edit the file as root and make the appropriate changes in the configuration file for your setup. That said it sounds like you just installed fog. You may need to edit the /etc/my.cnf file as root and allow you bind to be attached to your fog servers IP address rather than 127.0.0.1. I’m not at home yet so I’ll elaborate more when I’m not confined to a cell phone.

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

          Also, ensure selinux is disabled. You van also make sure iptables is off. When you disable selinux you’ll have to reboot the server, then try finishing the install.

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

            Again, I’ll give more info when I get home.

            1 Reply Last reply Reply Quote 0
            • A
              Amy Emberson
              last edited by

              Okay, great. I know that iptables and selinux are already disabled. Everything is being done as root. I tried again after editing the config.php file correctly and got same error. Thanks for your help by the way… editing the /etc/my.cnf file as root to allow me bind to be attached to my fog servers IP address rather than 127.0.0.1 is where I’m a bit lost. I will wait til you are home to explain. THANKS!

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

                my.cnf is what MySQL uses to establish connections on the system. However, you’re right now stuck just trying to get FOG installed. What version are you attempting to install? FOG 0.32 or FOG 0.33?

                I’ve never had problems install either on centos 6.4 but I’ll build a VM and install whichever version you’re trying to install just to try replicating your results. I’ll even follow the guide you’re following. Then I can be of more assistance, so it will be a couple of minutes while CentOS 6.4 installs as I just use netinstall.iso for doing this. Once we get a successful install on your side, we can work on the nitty gritty parts with /etc/my.cnf, selinux, iptables, etc…

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

                  This post is deleted!
                  1 Reply Last reply Reply Quote 0
                  • A
                    Amy Emberson
                    last edited by

                    I am using FOG 0.32

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

                      I figured as I opened the wiki. I’m doing the first parts right now. I hope you don’t mind a slight delay.

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

                        Alright,

                        I’m about to start the install. I’ve disabled selinux and turned off iptables, just awaiting reboot so I can get fog installed.

                        I know this sounds weird, but I hope I get the exact problem you’re seeing.

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

                          Real quick question, when you’re doing the setup part (the choices you make) can you tell me the selections you’re making besides the entering of your IP information as mine is probably different.

                          Thank you,

                          1 Reply Last reply Reply Quote 0
                          • A
                            Amy Emberson
                            last edited by

                            Choosing option 1 for Redhat
                            Normal mode
                            Everything else is defaults except choosing to make FOG dchp server which is no. We are integrating our own network with fog

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

                              That’s exactly what I did, it’s installing right now, will just be a few more minutes.

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

                                Alright,

                                Bad-news,

                                Multicast management server started up just fine on my install.

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

                                  How familiar are you with log files within linux?

                                  1 Reply Last reply Reply Quote 0
                                  • C
                                    chad-bisd Moderator
                                    last edited by

                                    Did you make sure to update your sources/OS before installing FOG? On ubuntu, that’s apt-get update following by an apt-get upgrade.

                                    This makes sure you have the latest info on the packages. This can solve many a tricky install problem.


                                    If you would like to make a donation to the Fog project, please do so [U][COLOR=#0000ff][URL='http://sourceforge.net/dona…

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

                                      She’s running centos 6.4, so:

                                      [CODE]yum -y update[/CODE]

                                      Would work much better (and yes I totally just learned how to use bb code element 🙂 )

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

                                        I’m starting to lean more towards this being a package issue.

                                        Are you sure you’re system is updated to it’s fullest extent?

                                        Also,

                                        After you’ve performed an install, can you give the last 20 lines of the file:

                                        /var/log/httpd/error_log

                                        This may be telling us your exact issue which would be extremely helpful as FOGMulticastManager is a PHP file, so error’s should be written there.

                                        1 Reply Last reply Reply Quote 0
                                        • C
                                          chad-bisd Moderator
                                          last edited by

                                          You can open another terminal using ALT+F2, and do a [CODE]tail -f /var/log/syslog[/CODE] as you do the install.

                                          Toggle between the screens using ALT+F1 for the installer and ALT+F2 for the log.

                                          This might help us find what is happening.

                                          The syslog may be in a different location for CentOS. I’m kind of spoiled to Ubuntu.


                                          If you would like to make a donation to the Fog project, please do so [U][COLOR=#0000ff][URL='http://sourceforge.net/dona…

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

                                            CentOS is:

                                            [CODE]tail -f /var/log/messages[/CODE]

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

                                            165

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project