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

Latest FOG 0.33b

Scheduled Pinned Locked Moved
General
77
1.6k
6.2m
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.
  • T
    Tom Elliott
    last edited by Mar 10, 2014, 6:35 PM

    r1300 released.

    Just fixes the login page language selection parts so they work appropriately 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
    • T
      Tom Elliott
      last edited by Mar 11, 2014, 3:59 PM

      r1301 released.

      Adds a lot of hooking elements to the GroupManagementPage. This is my latest project is to add hooking to all the of the pages. I’ve completed, where possible, the DashBoardPage, and added some to the HostManagementPage, but will work on one page at a time as it is rather time consuming. So GroupManagementPage isn’t 100% but I needed a break for a little bit. But basically all area’s down to alo on the service settings element of the group page are now hooking enabled. I’m sure it’s not a perfect system, but it gets the job done for now.

      Updated the TomElliott.config.32/64 files to remove MTRR support. Updates the bzImage, bzImage32 files to reflect 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
      • B
        BigMan99211
        last edited by Mar 11, 2014, 5:46 PM

        So… What is hooking? 😄

        I’ve seen all these updates about it…

        "Failure is not an option. It come pre-installed on Windows…" - Anonymous

        "Life is hard; It's harder if you're stupid" - John Wayne

        1 Reply Last reply Reply Quote 0
        • L
          Lee Rowlett Developer
          last edited by Mar 11, 2014, 8:24 PM

          this is obviously old and outdated but give you the idea:
          [url]http://www.fogproject.org/wiki/index.php/Hook_System[/url]

          you could potentially get fog to “look” how you want it to (within reason) without hard coding your changes and making changes to the core code of fog and for example when it’s time for a fog upgrade, it would be easier to implement your “hooks” back in and in “theory” wouldn’t have to do anything to do that.

          1 Reply Last reply Reply Quote 0
          • J
            Junkhacker Developer
            last edited by Mar 12, 2014, 12:45 AM

            not just “look” how you want it to. act how you want it to as well. with a proper hooking system, plugins will be able to modify core functionality without being hard-coded into the files.

            signature:
            Junkhacker
            We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

            1 Reply Last reply Reply Quote 0
            • T
              Tom Elliott
              last edited by Mar 12, 2014, 1:20 AM

              r1302 released.

              Completes hooking elements, as I thought best to add, to GroupManagementPage. Starts hooking elements in ImageManagementPage. On the image add, it should also fix the double path display if you have multiple storage groups.

              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
              • L
                lepretre
                last edited by Mar 12, 2014, 10:05 AM

                hello

                I have updated with the 1302 revision:
                When I want to upload an image I get this error on the client and in the apache log:
                [Wed March 12 10:46:46 2014] [error] [client 10.10.10.10] File does not exist: / var / www / fog / service / ipxe / fog

                I had to copy the directory /tftpboot/fog to /var/www/fog/service/ipxe/
                and the jobs start
                Maybe my update

                1 Reply Last reply Reply Quote 0
                • B
                  BPSTravis Developer
                  last edited by Mar 12, 2014, 12:40 PM

                  Lepretre, did you update from .32 to .33?

                  We are advising to do a fresh install to make that jump. A lot of file locations changed between .32 and .33, actually, almost the entire file structure changed.

                  [SIZE=12px]signature:[/SIZE]
                  [QUOTE]I think I know things, but I really don't. You shouldn't follow any advice I give. - BPSTravis[/QUOTE]

                  1 Reply Last reply Reply Quote 0
                  • T
                    Tom Elliott
                    last edited by Mar 12, 2014, 12:42 PM

                    Some of the “upgrades” have slight issues if not a fresh install simply due to the FOG Configuration->FOG Settings area

                    Make sure the Kernel and Image file areas are set properly. They should just be set to bzImage and init.xz respectively. They used to be located in /tftpboot/fog/kernel/bzImage and /tftpboot/fog/images/init.xz

                    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
                    • L
                      lepretre
                      last edited by Mar 12, 2014, 1:33 PM

                      I update from a revision of 0.33
                      Thank tom

                      my settings was not right after the update.
                      Now it’s ok

                      1 Reply Last reply Reply Quote 0
                      • J
                        Jaymes Driver Developer
                        last edited by Mar 12, 2014, 2:28 PM

                        My fresh ubuntu install of 0.33b has errors On revision 1302.

                        First, on the FOG Configuration page, Under TFTP Server settings the FOG_TFTP_PXE_KERNEL_DIR is pointed to the wrong folder.

                        it is pointing to /var/www/fog//fog/service/ipxe

                        it needs the extra “/fog” removed.

                        After doing so and pointing my ipxe stuff to the 32 bit version it still complains about not being able to find the correct file.

                        Should I be entering anything into the FOG_TFTP_PXE_CONFIG_DIR ? because it is currently pointed at “FOG_TFTP_PXE_CONFIG_DIR” which isn’t actually a directory 😕

                        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
                        • T
                          Tom Elliott
                          last edited by Mar 12, 2014, 2:51 PM

                          r1303 released.

                          Should fix the above issue.

                          Thanks for reporting.

                          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
                          • J
                            Jaymes Driver Developer
                            last edited by Mar 12, 2014, 3:17 PM

                            GOLDEN!!! now I have to figure out how to get DNSMasq working with the iPXE stuff!

                            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
                            • T
                              Tom Elliott
                              last edited by Mar 12, 2014, 3:38 PM

                              There shouldn’t be any change.

                              Just the pointing from pxelinux.0 to undionly.kpxe

                              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
                              • W
                                warp
                                last edited by Mar 12, 2014, 4:18 PM

                                Hi,
                                r1302 does not work :
                                Use of undefined constant WEB_ROOT - assumed ‘WEB_ROOT’ in /var/www/html/fog/commons/config.php on line 76

                                Could you stabilize something, we were there almost since r1200 and nothing works !
                                Eric

                                1 Reply Last reply Reply Quote 0
                                • W
                                  warp
                                  last edited by Mar 12, 2014, 4:19 PM

                                  I’m on CentOS 6.5 (64bits) with NAS Synology

                                  1 Reply Last reply Reply Quote 0
                                  • J
                                    Jaymes Driver Developer
                                    last edited by Mar 12, 2014, 4:24 PM

                                    [quote=“Tom Elliott, post: 24058, member: 7271”]There shouldn’t be any change.

                                    Just the pointing from pxelinux.0 to undionly.kpxe[/quote]

                                    you know… I thought that too, but it just yells that it can’t find the boot file 😕

                                    either way… YOUR stuff [B]works[/B], let me play with the dnsmasq stuff to get it working.

                                    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
                                    • J
                                      Jenks
                                      last edited by Mar 12, 2014, 7:52 PM

                                      I’m currently on 31. How would I import my current images if I did a fresh install?

                                      Thanks

                                      1 Reply Last reply Reply Quote 0
                                      • T
                                        Tom Elliott
                                        last edited by Mar 13, 2014, 3:29 AM

                                        r1304 and 1305 released.

                                        Both are just more hooking elements. Part of the frequent releases is due to the weather in my area. I don’t want to lose my work while in the middle of changes. Hopefully you all understand.

                                        HostManagementPage is the one receiving the Hooking elements. Currently all way through Inventory is now hooked. I still need to add the data to the hooking class, but that’s easy. First I need to make sure all is in place, like I did with the GroupManagementPage. Hopefully you all understand once again.

                                        Thank you,

                                        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
                                        • W
                                          warp
                                          last edited by Mar 13, 2014, 8:32 AM

                                          The all this is to stabilize something overcharged as changing constantly as the PXE boot, which worked very well, for having changed?
                                          You still need to know that the 0.33 version is expected for almost 2 years!

                                          1 Reply Last reply Reply Quote 0
                                          • 1
                                          • 2
                                          • 54
                                          • 55
                                          • 56
                                          • 57
                                          • 58
                                          • 77
                                          • 78
                                          • 56 / 78
                                          56 / 78
                                          • First post
                                            1103/1559
                                            Last post

                                          156

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project