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

    Fog 1.1.0 multicast starts then fails

    Scheduled Pinned Locked Moved
    FOG Problems
    4
    15
    4.5k
    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.
    • B
      Bill Hasker
      last edited by

      Hi All
      I have a Ubuntu 1310, fog 1.1.0 server multicast starts but fails when it gets to the part clone screen The task just drops. Any help would be appreciated .

      [url=“/_imported_xf_attachments/0/955_multicast.log.zip?:”]multicast.log.zip[/url]

      1 Reply Last reply Reply Quote 0
      • B
        Bill Hasker
        last edited by

        Here is Apache log .[Mon Jun 09 15:41:10.036250 2014] [:error] [pid 2462] [client 192.168.1.13:56681] PHP Warning: date_default_timezone_get(): It is not safe to rely on the system’s timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone ‘UTC’ for now, but please set date.timezone to select your timezone. in /var/www/fog/commons/system.php on line 26

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

          Try setting the date.timezone in your /etc/php.ini file.

          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
          • B
            Bill Hasker
            last edited by

            Hi Tom : Thanks for getting back to Me . Question should the entry look like this : date.time = “America/New_York” ?

            1 Reply Last reply Reply Quote 0
            • B
              Bill Hasker
              last edited by

              date.timezone = “America/New_York” ?

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

                Tom is referring to this location(depending on your linux OS) /etc/php5/apache2/php.ini & /etc/php5/cli/php.ini

                Change the date section in both files to look like this…or your correct time zone:

                [CODE][Date]
                ; Defines the default timezone used by the date functions
                ; http://php.net/date.timezone
                date.timezone = America/New_York
                [/CODE]

                Again due to different flavors of linux you may need the “” around America/New_York.

                1 Reply Last reply Reply Quote 0
                • B
                  Bill Hasker
                  last edited by

                  Hi thanks for the help , But still have same error in Apache2 error log

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

                    After you made the edit’s to the file, did you restart apache:
                    [code]sudo service apache2 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
                    • Tom ElliottT
                      Tom Elliott
                      last edited by

                      You may also need to restart the service files as they’re likely failed:
                      [code]sudo service FOGMulticastManager restart
                      sudo service FOGImageReplicator restart
                      sudo service FOGScheduler 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
                      • B
                        Bill Hasker
                        last edited by

                        Hi Tom yes I have restarted the all , still showing timezone error.

                        1 Reply Last reply Reply Quote 0
                        • B
                          Bill Hasker
                          last edited by

                          [quote=“Wolfbane8653, post: 29815, member: 3362”]Tom is referring to this location(depending on your linux OS) /etc/php5/apache2/php.ini & /etc/php5/cli/php.ini

                          Change the date section in both files to look like this…or your correct time zone:

                          [CODE][Date]
                          ; Defines the default timezone used by the date functions
                          ; http://php.net/date.timezone
                          date.timezone = America/New_York
                          [/CODE]

                          Again due to different flavors of linux you may need the “” around America/New_York.[/quote]
                          I took the Quotes out letters turned black ,they were pink. Still on working

                          1 Reply Last reply Reply Quote 0
                          • B
                            Bill Hasker
                            last edited by

                            Hi Again I did a complete reinstall both OS 13.10 ubuntu and Fog 1.1.0 still have the time issue . I went in to php5/apache2/php.ini and entered America/New_York ,restarted apache2 ,it’s not fixing the problem . please help.

                            1 Reply Last reply Reply Quote 0
                            • Jaymes DriverJ
                              Jaymes Driver Developer
                              last edited by

                              [quote=“Bill Hasker, post: 30044, member: 24313”]Hi Again I did a complete reinstall both OS 13.10 ubuntu and Fog 1.1.0 still have the time issue . I went in to php5/apache2/php.ini and entered America/New_York ,restarted apache2 ,it’s not fixing the problem . please help.[/quote]

                              Try to reload the service then restart it.

                              WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

                              1 Reply Last reply Reply Quote 0
                              • B
                                Bill Hasker
                                last edited by

                                Thanks Jaymes : I found the problem when I entered the time zone I didn’t notice It was also commented out . I did a clean install of 1310 Ubuntu and used 1.1.1 . My multicast still doe’s not work ,still hangs at partclone . What am I missing . the log says Task (18) Multicast group Quick deploy is no longer running .

                                1 Reply Last reply Reply Quote 0
                                • Jaymes DriverJ
                                  Jaymes Driver Developer
                                  last edited by

                                  [quote=“Bill Hasker, post: 30415, member: 24313”]Thanks Jaymes : I found the problem when I entered the time zone I didn’t notice It was also commented out . I did a clean install of 1310 Ubuntu and used 1.1.1 . My multicast still doe’s not work ,still hangs at partclone . What am I missing . the log says Task (18) Multicast group Quick deploy is no longer running .[/quote]

                                  Try the latest revision, Tom has made some changes that have finally fixed some of the multicast issues.

                                  WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

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

                                  232

                                  Online

                                  12.0k

                                  Users

                                  17.3k

                                  Topics

                                  155.2k

                                  Posts
                                  Copyright © 2012-2024 FOG Project