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

    Latest FOG 0.33b

    Scheduled Pinned Locked Moved
    General
    77
    1.6k
    6.0m
    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.
    • E
      erod20
      last edited by

      The ssd is in SATA port one and the 1TB is in port two. I have a DVD drive in port zero.

      1 Reply Last reply Reply Quote 0
      • B
        BigMan99211
        last edited by

        [quote=“erod20, post: 24928, member: 23205”]The ssd is in SATA port one and the 1TB is in port two. I have a DVD drive in port zero.[/quote]
        Personally, i’ve always put my boot drive on sata port 0, then data drive on sata 1 and dvd on sata 2. Try moving them around…

        "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
        • Tom ElliottT
          Tom Elliott
          last edited by

          r1417 released.

          Remove HostMAC HostMACManager class files as there’s already something there (MACAddressAssociation.class.php). Other tweaks as well. FOG Core is using Class files now as well instead of direct calls to the DB. Add’s OUI and OUIManager class files for doling out the MAC manufacturer. Add’s some more documentation to the files. Looking pretty hard at the FOGCron class as it doesn’t appear, to me, anything actually is using it, nor do we really need to as ScheduledTasks are already done.

          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
          • A
            Andy783
            last edited by

            Hey Tom,

            thanks for the great work you do. I installed FoG 0.33b for my projekt at work and have most issus that are describben here in this Forum. I read the you fix all of this issues that i have but tell me please how can i fix it on my FoG?? Do i have to download and replace some files or do i have to do it by myself?

            Greetings
            Andy

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

              [quote=“Andy783, post: 24937, member: 23069”]Hey Tom,

              thanks for the great work you do. I installed FoG 0.33b for my projekt at work and have most issus that are describben here in this Forum. I read the you fix all of this issues that i have but tell me please how can i fix it on my FoG?? Do i have to download and replace some files or do i have to do it by myself?

              Greetings
              Andy[/quote]

              Andy,

              I’m a little confused by what you’re asking. You state you’ve installed FOG 0.33b at work, but I’m not quite sure what “errors” you’re having. You said you have most issues that are described in this thread. That’s not really descriptive as I’ve been doing my best to fix the errors/issues that have cropped up.

              When you installed FOG 0.33b, how did you install? Did you do it through SVN? Did you do it through a tarball file?

              If you did it through SVN, all you need to do to update to the latest revision is cd into the directory containing the folder, usually trunk and run the svn update command:
              [code]cd trunk
              svn update[/code]

              If you did it through a tarball, download the latest from my website:
              [url]https://mastacontrola.com/fog_0.33b.tar.bz2[/url]. Extract the file and cd into the directory:
              [code]wget --no-check-certificate https://mastacontrola.com/fog_0.33b.tar.bz2
              tar -xjf fog_0.33b.tar.bz2
              cd fog_0.33b[/code]

              Then re-run the installer:
              [code]cd bin
              ./installfog.sh[/code]

              It will update your FOG installation.

              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

                r1418 released.
                Set timezone in system.php if it’s not set in php.ini, set’s to UTC if it’s not specified.

                That’s it.

                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

                  r1419 released.

                  Fixes Client Updater service so it can be disabled/enabled properly.

                  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

                    r1420 released.

                    Major change for this is Plugins…again.

                    I’ve removed the need for the run.php file as the initialization of the data should be the same. Right now the file assumes a plugin makes a schema change, but I don’t think there’s more than the two plugins we currently have (Capone and Location). So this revision moves the data necessary from the run.php files of both plugins and adds them directly into the plugin management page.

                    Also, this revisions adds the “image name” lookup feature to the Host search information. You can now search hosts by what groups they belong to, the image names, host names, serials, etc…

                    Hopefully all will enjoy.

                    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
                    • E
                      erod20
                      last edited by

                      I created a new image after I changed the ssd to port 0 and the mechanical drive to port 1. It restores the ssd but if the mechanical is bigger than the original it skips it. I have not tried a bigger ssd yet.

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

                        r1421 and 1422 released.

                        1421:
                        Changes FOG PXE Settings category to FOG Boot Settings. Fixes a reference to a deleted file (HostMACManager) so it points to the right place, sorry booting was broken for a little bit there. I only just found out.

                        1422:
                        Just makes sure the reference label is done correctly for the MACAddressAssociation fields.

                        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
                        • E
                          erod20
                          last edited by

                          Tom,

                          It looks like fog is looking for the wrong file names for the image of the second drive. Is my config wrong or is this a bug? In the pic you can see that it wants d1p2 and d1p5 but when I created the image it made d2p2 and d2p5.

                          Thanks

                          [url=“/_imported_xf_attachments/0/633_IMAG0057.jpg?:”]IMAG0057.jpg[/url]

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

                            d1 means disk one (the first disk it finds (/dev/sda))
                            d2 means disk two (the second disk it finds (/dev/sdb))
                            p# means the partition number’s it recognizes.

                            From the picture you’re showing,

                            d1.mbr (the mbr backup for disk one.) is correct.

                            Disk one (from the pic) is only one partition on it: (d1p1)

                            Disk two has two partitions, /dev/sdb2 and /dev/sdb5 is my guess based on the labels of the image files.

                            Is this what you’re seeing when you run
                            [code]fdisk -l[/code] since changing ports?

                            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
                            • E
                              erod20
                              last edited by

                              Disk two has sdb2 which is extended and sdb5 which is the Ntfs partition. That is correct.

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

                                I definitely found the error! Thank you erod.

                                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

                                  The problem was it wasn’t increasing the disk number after the first pull of information.

                                  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

                                    r1423 released.

                                    Should fix the MPA issue. Basically the intDisk variable was set to one, which is expected, but I forgot to add the iterative statement at the end of that loop to increase it when needed. This should now be fixed.

                                    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
                                    • E
                                      erod20
                                      last edited by

                                      It works now. Thanks Tom. There is another problem. When I choose boot from drive from the Ipxe menu it just sits there. It never boots.

                                      1 Reply Last reply Reply Quote 0
                                      • W
                                        wolfemi
                                        last edited by

                                        Is there a way to turn on services when a host is registered?

                                        1 Reply Last reply Reply Quote 0
                                        • E
                                          erod20
                                          last edited by

                                          Never mind my error.

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

                                            [quote=“wolfemi, post: 24964, member: 5740”]Is there a way to turn on services when a host is registered?[/quote]

                                            I don’t know what you mean? What services are you referring to? Are you referring to the FOG Client Services (e.g. Printer Manager, Client Updater, User cleanup, Directory Cleaner, etc…)? Or are you referring to the Windows Services (e.g. telnet, Windows Firewall, etc…)? Or are you referring to the FOG Server services (e.g. FOGMulticastManager, FOGImageReplicator, FOGScheduler)?

                                            FOG Client services can be enabled at any point in time, but can only be “enabled” to a host if the host is already registered.

                                            Windows Services are not controlled in anyway by FOG.

                                            FOG Services are controlled on the server regardless of if there’s none or a million hosts registered and can be started/stopped at any point in time.

                                            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
                                            • 1
                                            • 2
                                            • 66
                                            • 67
                                            • 68
                                            • 69
                                            • 70
                                            • 77
                                            • 78
                                            • 68 / 78
                                            • First post
                                              Last post

                                            198

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project