• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • 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 Jun 10, 2014, 6:58 PM

    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 Jun 10, 2014, 7:49 PM

      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
      • T
        Tom Elliott
        last edited by Jun 10, 2014, 8:09 PM

        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 Jun 11, 2014, 12:08 PM

          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 Jun 11, 2014, 12:10 PM

            date.timezone = “America/New_York” ?

            1 Reply Last reply Reply Quote 0
            • W
              Wolfbane8653 Developer
              last edited by Jun 11, 2014, 12:19 PM

              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 Jun 11, 2014, 1:51 PM

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

                1 Reply Last reply Reply Quote 0
                • T
                  Tom Elliott
                  last edited by Jun 11, 2014, 1:52 PM

                  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
                  • T
                    Tom Elliott
                    last edited by Jun 11, 2014, 1:52 PM

                    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 Jun 11, 2014, 1:59 PM

                      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 Jun 11, 2014, 3:49 PM

                        [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 Jun 12, 2014, 2:23 PM

                          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
                          • J
                            Jaymes Driver Developer
                            last edited by Jun 16, 2014, 1:47 PM

                            [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 Jun 16, 2014, 2:59 PM

                              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
                              • J
                                Jaymes Driver Developer
                                last edited by Jun 16, 2014, 3:13 PM

                                [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
                                1 / 1
                                • First post
                                  7/15
                                  Last post

                                160

                                Online

                                12.0k

                                Users

                                17.3k

                                Topics

                                155.2k

                                Posts
                                Copyright © 2012-2024 FOG Project