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

    Setting up and building UDPCast...Failed!

    Scheduled Pinned Locked Moved
    FOG Problems
    10
    93
    67.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.
    • U
      Ubuntu_newby
      last edited by

      Now I have rebooted my Ubuntu desktop and run sudo ./installfog.sh again.

      Again it went well…but in Firefox I got:

      Unable to connect to database.

      How do I setup the database? Or should I do anything else?

      Please let me know!

      Gr, Jos

      –

      Gr, Jos

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

        Did you setup a mysql password?

        If you did, you need to enter that password in the /opt/fog/service/etc/config.php [b] AND [/b] the /var/www/fog/commons/config.php files.

        The lines for 0.32 should be:
        MYSQL_PASSWORD.

        Just enter whatever password you entered into those slots and all should work.

        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
        • U
          Ubuntu_newby
          last edited by

          Thanks Tom! It worked.

          Now I want to make an image of a Windows 7 desktop…

          Gr, Jos

          –

          Gr, Jos

          1 Reply Last reply Reply Quote 0
          • U
            Ubuntu_newby
            last edited by

            No luck this time…

            I tried it according this video:

            [media=youtube]fdfY7kt7oGE[/media]

            Nothing appears in Task Management after I want to upload an image.

            My DHCP-server is a Huawei HG655d, could that be to problem?

            My client for the image is an Windows 7 Home premium desktop.

            Gr, Jos

            –

            Gr, Jos

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

              I don’t think the problem is due to the dhcp server. You said it fails when trying to create the task. So that tells me the TFTP Username and Passwordare not correct.

              On your FOG Server, open a terminal and reset the fog user’s password with:
              [code]sudo passwd fog[/code]

              Then change the password to whatever you feel necessary.

              Once complete, go to the GUI (webpage) and go to Other (The ? icon) -> FOG Settings

              Look for
              FOG_TFTP_USERNAME
              FOG_TFTP_PASSWORD

              Set the password to what every you changed it to in the previous step.

              You may need to do the same thing for the storage node.

              Choose Storage Management->All Storage Nodes

              Select your storage node (there’ll probably be only one)

              Change the Management Username and Management Password to match that of what you set as well.

              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
              • U
                Ubuntu_newby
                last edited by

                Thanks Tom. I have tried this, but the result is the same.

                When I go to -> Task Manager -> List all hosts -> choose my Win7host -> Uploadd -> The screen with “Task Management” comes up, with nothing else.

                In Host Management, I see a green button left from the Win7hos, so that’s correct.

                Gr, Jos

                –

                Gr, Jos

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

                  I guess I’m confused.

                  So you don’t see the task being created? Are you sure it isn’t created? I guess I don’t understand the issue.

                  You’re using 0.32 correct?

                  My understanding of 0.32 Task Page task creation, is there is no confirmation. It just creates the task and away you go. I could be wrong as I typically use the Host page to setup the task 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
                  • U
                    Ubuntu_newby
                    last edited by

                    Yes, it a strang thing!

                    I have made some screenshots…

                    1. Task management -> List all hosts:
                      [url]http://www.noordlaarderbos.nl/linux/fog_task_management1.png[/url]

                    2. Task management -> List all host -> upload ‘ZwarteSpecht’:
                      [url]http://www.noordlaarderbos.nl/linux/fog_task_management2.png[/url]

                    The screen stays empty without any task. Your correct I’m using 0.32.

                    Gr, Jos

                    –

                    Gr, Jos

                    1 Reply Last reply Reply Quote 0
                    • K
                      Kevin
                      last edited by

                      Give this a shot:

                      sudo gedit /var/www/fog/management/includes/tasks.confirm.include.php
                      Search for: &$tmp
                      Replace with: $tmp
                      Replace All (there were somewhere around twenty instances)
                      Save
                      Close
                      Then try to schedule your upload task again.

                      "The quieter you become, the more you are able to hear"

                      New to FOG? Check the [URL='http://www.fogproject.org/wiki/index.php/FOGUserGuide']Wiki[/…

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

                        Good point, I forgot about that little problem.

                        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
                        • U
                          Ubuntu_newby
                          last edited by

                          Thanks Kevin this helps a little bit further. I do see something else then a empty screen:
                          [URL=‘http://www.noordlaarderbos.nl/linux/fog_task_management1.png’]http://www.noordlaarderbos.nl/linux/fog_task_management3.png[/URL]

                          But, it still won’t create a task or upload an image, when i push the button: “Upload Image”.
                          [url=“http://www.noordlaarderbos.nl/linux/fog_task_management4.png”]www.noordlaarderbos.nl/linux/fog_task_management4.png[/url]

                          Gr, Jos

                          –

                          Gr, Jos

                          1 Reply Last reply Reply Quote 0
                          • U
                            Ubuntu_newby
                            last edited by

                            Under 'Other Information or “button ?” -> Log Viewer

                            I see many messages like this:

                            [02-09-14 6:27:52 pm] | [02-09-14 6:27:52 pm] Failed to connect to database server,
                            will try again in next iteration.

                            Could that be a problem?

                            Gr, Jos

                            –

                            Gr, Jos

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

                              The messages you’re seeing under “Log Viewer” from the Other Information ( ? ) button is reporting that the FOG Services (FOGMulticastManager, FOGImageReplicator, FOGScheduler) can’t connect to the database. If you setup a mysql password for the database during installation this is most likely why you’re seeing those particular errors. To fix that, you need to edit the /opt/fog/service/etc/config.php and make sure the MYSQL_PASSWORD field contains your database password. That should correct the “cannot connect to database server” error you’re seeing.

                              The error that the deploy tasks from the task page is reporting still doesn’t make sense to me. You’re able to create tasks from the Host Management Page, but not the Task Page? Or you’re not able to create any tasks?

                              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
                              • U
                                Ubuntu_newby
                                last edited by

                                I have editted the /opt/fog/service/etc/config.php allready, so the MYSQL_PASSWORD field is correct.

                                No, I’m not able to create any tasks. By the Host Managemant Page or by the Task Management Page, doesn’t make any difference.

                                Gr, Jos

                                –

                                Gr, Jos

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

                                  I need more information to work off, than it’s not working.

                                  You’re absolutely sure that the password is correct? Can you actually connect to the database using the password you’ve entered?

                                  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
                                  • U
                                    Ubuntu_newby
                                    last edited by

                                    When I change the MYSQL_PASSWORD field in /var/www/fog/commons/config.php is something else, I am Unable to connect to database, when I browse to my Fog-site. So it must be correct, right?

                                    I also checked password with the command:
                                    mysql -u root -p<password> fog -h localhost

                                    Here I got a mysql prompt. No errors.

                                    The only task, that seems to do anything is the ‘wake up computer’ task, but I can’t check this. Because my bios on the client (Windows 7) computer doesn’t have the wake-up function.

                                    If you need more information, please let me know.

                                    Gr, Jos

                                    –

                                    Gr, Jos

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

                                      There are two config.php files.

                                      The one in /var/www/fog/commons/config.php is correct as you are able to connect to your FOG Database. Your GUI is working perfectly. However, your /opt/fog/service/etc/config.php file controls the FOG Service files. These are what error’s you’re seeing in the ? ->Log Viewer area. Make sure the password is correct in this file. It may also require you to restart the FOG Services with:
                                      [code]sudo service FOGMulticastManager restart; sudo service FOGScheduler restart; sudo service FOGImageReplicator restart[/code]

                                      Things should work after this from the LOG Viewer. However, the service files that I’m describing is not likely to fix your Task generation issue.

                                      The task is reporting that it is unable to upload the file to your tftp server.

                                      The task generation happens by ftping the 01-XX-XX-XX-XX-XX-XX file to the fog server in the location /tftpboot/pxelinux.cfg/

                                      The XX’s will be replaced with the system’s MAC address.

                                      You should verify that the fog username and password are correct as you stated you’ve already done. Make sure these are what is set in the ( ? )->FOG_TFTP_USERNAME and FOG_TFTP_PASSWORD as well as the Storage Node’s Management Username and Password fields from Storage Management->All Storage Nodes->Your storage node

                                      Next, on the FOG Server, make sure the NFS, VSFTP, and tftp services are running on the system. You can verify that they are running with:
                                      [code]sudo service portmap restart
                                      sudo service nfs-kernel-server restart
                                      sudo service vsftpd restart
                                      sudo service tftpd-hpa restart[/code]

                                      Then try again. It’s about all I can think of without being able to remote into the system to actually take a look.

                                      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
                                      • U
                                        Ubuntu_newby
                                        last edited by

                                        I did run the commands above. All went OK, only:

                                        “sudo service portmap restart” …Failed!

                                        portmap: Unreconized service

                                        When I run:

                                        sudo apt-get install portmap

                                        I get a system message: rpcbind is used instead of portmap.

                                        I have noticed that a setting in /var/www/fog/commons/config.php was not right. The host and user of MYSQL was not correct.

                                        Now I have changed this. I don’t see any connection error in de FOG logfile.

                                        I also noticed that if I change the TFTP-password to an not correct password. This screen appears when I choose an upload task:

                                        [url]http://www.noordlaarderbos.nl/linux/fog_task_management5.png[/url]

                                        When I choose the correct password, I still get this:

                                        [url]http://www.noordlaarderbos.nl/linux/fog_task_management4.png[/url]

                                        If you want to remote control my system, please sent me a email. to: jcdv @ home.nl

                                        Gr, Jos

                                        –

                                        Gr, Jos

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

                                          So for the portmap issue, it sounds like ubuntu switched from portmap to rpc.

                                          Can you try:
                                          [code]sudo service rpcbind restart
                                          sudo service nfs-kernel-server restart[/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
                                          • U
                                            Ubuntu_newby
                                            last edited by

                                            I have tried it, same result.No errors btw.

                                            My Ubuntu computer is not online all the time,only when I’m trying Fog or something else. The services are therefore (re-)started when booting the computer.

                                            Gr, Jos

                                            –

                                            Gr, Jos

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

                                            199

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project