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

    SVN 3125 & Hyper-V 2012 R2

    Scheduled Pinned Locked Moved Solved
    Bug Reports
    4
    53
    29.3k
    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

      If you’re getting a 500 there’s a coding problem somewhere, though I don’t know where. My guess, is it’s in the mcrypt functions. But this only happens when you hit save? Can you get us your error logs when this occurs?

      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
      • sudburrS
        sudburr
        last edited by

        Something texty this way pastes (from Apache2 error.log):

        [Tue Apr 21 15:57:26.270596 2015] [:error] [pid 2509] [client 172.19.252.91:64306] PHP Fatal error: Call to undefined function mcrypt_get_iv_size() in /var/www/fog/lib/fog/FOGBase.class.php on line 301, referer: [url]http://devfog/fog/management/index.php?node=about&sub=settings[/url]
        [Tue Apr 21 16:09:45.085649 2015] [:error] [pid 6306] [client 172.19.252.91:64807] PHP Fatal error: Call to undefined function mcrypt_get_iv_size() in /var/www/fog/lib/fog/FOGBase.class.php on line 301, referer: [url]http://devfog/fog/management/index.php?node=about&sub=settings[/url]
        [Tue Apr 21 16:10:09.541837 2015] [:error] [pid 2509] [client 172.19.252.91:64820] PHP Fatal error: Call to undefined function mcrypt_get_iv_size() in /var/www/fog/lib/fog/FOGBase.class.php on line 301, referer: [url]http://devfog/fog/management/index.php?node=about&sub=settings[/url]
        [Tue Apr 21 16:11:15.654575 2015] [:error] [pid 10252] [client 172.19.252.91:64855] PHP Fatal error: Call to undefined function mcrypt_get_iv_size() in /var/www/fog/lib/fog/FOGBase.class.php on line 301, referer: [url]http://devfog/fog/management/index.php?node=about&sub=settings[/url]
        [Tue Apr 21 16:11:33.361855 2015] [:error] [pid 10254] [client 172.19.252.91:64869] PHP Fatal error: Call to undefined function mcrypt_get_iv_size() in /var/www/fog/lib/fog/FOGBase.class.php on line 301, referer: [url]http://devfog/fog/management/index.php?node=about&sub=settings[/url]
        [Tue Apr 21 16:14:22.390926 2015] [:error] [pid 6306] [client 172.19.252.91:64966] PHP Fatal error: Call to undefined function mcrypt_get_iv_size() in /var/www/fog/lib/fog/FOGBase.class.php on line 301, referer: [url]http://devfog/fog/management/index.php?node=about&sub=settings[/url]
        [Tue Apr 21 16:14:50.851178 2015] [:error] [pid 2510] [client 172.19.252.91:64987] PHP Fatal error: Call to undefined function mcrypt_get_iv_size() in /var/www/fog/lib/fog/FOGBase.class.php on line 301, referer: [url]http://devfog/fog/management/index.php?node=about&sub=settings[/url]
        [Tue Apr 21 17:01:59.452108 2015] [:error] [pid 10253] [client 172.19.252.91:52141] PHP Fatal error: Call to undefined function mcrypt_get_iv_size() in /var/www/fog/lib/fog/FOGBase.class.php on line 301, referer: [url]http://172.19.244.13/fog/management/index.php?node=about&sub=settings[/url]

        [ Standing in between extinction in the cold and explosive radiating growth ]

        1 Reply Last reply Reply Quote 0
        • sudburrS
          sudburr
          last edited by

          Just so ya know, the Settings/Save error persists in 3291.

          [ Standing in between extinction in the cold and explosive radiating growth ]

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

            What OS?

            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
            • sudburrS
              sudburr
              last edited by

              Viewing the fog server’s settings page from Windows 8.1u IE11 or Chrome 42.0.2311.90.

              The apache2/error.log error continues to be as above:

              PHP Fatal error: Call to undefined function mcrypt_get_iv_size() in /var/www/fog/lib/fog/FOGBase.class.php on line 301, referer: [url]http://172.19.244.13/fog/management/index.php?node=about&sub=settings[/url]

              Server OS is Ubuntu 14.04.2 LTS

              [ Standing in between extinction in the cold and explosive radiating growth ]

              1 Reply Last reply Reply Quote 0
              • Wayne WorkmanW
                Wayne Workman
                last edited by

                Still gonna mess with Hyper-V

                Just haven’t yet…

                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!
                Daily Clean Installation Results:
                https://fogtesting.fogproject.us/
                FOG Reporting:
                https://fog-external-reporting-results.fogproject.us/

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

                  What happens if you run:
                  [code]sudo apt-get install --reconfigure php5-mcrypt[/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
                  • sudburrS
                    sudburr
                    last edited by

                    Command line option --reconfigure is not understood

                    [ Standing in between extinction in the cold and explosive radiating growth ]

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

                      I’m not always perfect, sorry.

                      [code]sudo apt-get install --reinstall php5-mcrypt[/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
                      • sudburrS
                        sudburr
                        last edited by

                        Same Apache error … and a reboot later, same error.

                        [ Standing in between extinction in the cold and explosive radiating growth ]

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

                          Can you run php5enmod mcrypt
                          Then restart Apache?

                          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
                          • sudburrS
                            sudburr
                            last edited by

                            Bingo! Now we’re cookin’ with gas.

                            Thank you!

                            We now return to our regularly scheduled thread on Hyper-V 2012 R2 …

                            Now… what exactly would you like me to do to try and generate some new info on kernels above 3.18.5 not liking Hyper-V 2012 clients?

                            [ Standing in between extinction in the cold and explosive radiating growth ]

                            1 Reply Last reply Reply Quote 0
                            • sudburrS
                              sudburr
                              last edited by

                              Updating my Development Fog

                              – svn: [B]3315[/B]
                              – Kernel: [B]4.0.0[/B]
                              – iPXE: 1.0.0+ ( [B]a25a[/B] )

                              The problem persists as described at the top of this thread for the Hyper-V 2012 R2 client.

                              Reverting to [B]Kernel: 3.18.5 .[/B]

                              [ Standing in between extinction in the cold and explosive radiating growth ]

                              1 Reply Last reply Reply Quote 0
                              • sudburrS
                                sudburr
                                last edited by

                                – svn: 3373
                                [B]-- Kernel: 4.0.1[/B]
                                – iPXE: 1.0.0+ (50e7)

                                New msg for Quick Registration!
                                [CODE]

                                Starting sshd: OK
                                /bin/fog.auto.reg: line 5: displayBanner: command not found
                                /bin/fog.auto.reg: line 7: getHardDisk: command not found

                                hard disk not found!
                                reboot: Restarting system

                                [/CODE]

                                New msg for Full Registration!
                                [CODE]
                                Starting sshd: OK
                                /usr/share/fog/lib/funcs.sh: line 457: syntax error near unexpected token fi' /usr/share/fog/lib/funcs.sh: line 457: fi’
                                /usr/share/fog/lib/funcs.sh: line 457: syntax error near unexpected token fi' /usr/share/fog/lib/funcs.sh: line 457: fi’
                                /bin/fog.man.reg: line 4: clearScreen: command not found
                                /bin/fog.man.reg: line 5: displayBanner: command not found
                                /bin/fog.man.reg: line 7: getHardDisk: command not found

                                hard disk not found!
                                reboot: Restarting system
                                [/CODE]

                                Reverting to [B]Kernel: 3.18.5 .[/B]
                                [B][/B]

                                [ Standing in between extinction in the cold and explosive radiating growth ]

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

                                  it’s not the kernel.

                                  Update again.

                                  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
                                  • sudburrS
                                    sudburr
                                    last edited by

                                    Actually … it looks like the problem may be svn 3373. Reverting to 3.18.5 does not fix the new errors.

                                    [ Standing in between extinction in the cold and explosive radiating growth ]

                                    1 Reply Last reply Reply Quote 0
                                    • sudburrS
                                      sudburr
                                      last edited by

                                      Hehe … doing that.

                                      [ Standing in between extinction in the cold and explosive radiating growth ]

                                      1 Reply Last reply Reply Quote 0
                                      • sudburrS
                                        sudburr
                                        last edited by

                                        Okay, we’re back to the original problem.

                                        Reverting to [B]Kernel: 3.18.5 .[/B]

                                        [ Standing in between extinction in the cold and explosive radiating growth ]

                                        1 Reply Last reply Reply Quote 0
                                        • sudburrS
                                          sudburr
                                          last edited by

                                          Updating my Development Fog

                                          – svn: [B]3385[/B] – Kernel: [B]4.0.2[/B]
                                          – iPXE: 1.0.0+ ( [B]86aa[/B] )

                                          The problem persists as described at the top of this thread for the Hyper-V 2012 R2 client.

                                          Reverting to [B]Kernel: 3.18.5 .[/B]

                                          [ Standing in between extinction in the cold and explosive radiating growth ]

                                          1 Reply Last reply Reply Quote 0
                                          • sudburrS
                                            sudburr @Wayne Workman
                                            last edited by

                                            @Wayne-Workman said:

                                            I’m going to try to network boot a Hyper-V win7 just to see what happens…
                                            I’ll attempt to register and upload an image.

                                            Have you had a chance to test yet Wayne?

                                            [ Standing in between extinction in the cold and explosive radiating growth ]

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

                                            151

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project