• 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.4m
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 Apr 3, 2014, 3:44 PM

    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 Apr 3, 2014, 3:51 PM

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

      1 Reply Last reply Reply Quote 0
      • T
        Tom Elliott
        last edited by Apr 3, 2014, 3:56 PM

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

          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
          • T
            Tom Elliott
            last edited by Apr 3, 2014, 4:08 PM

            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 Apr 3, 2014, 4:43 PM

              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 Apr 3, 2014, 4:43 PM

                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 Apr 3, 2014, 4:51 PM

                  Never mind my error.

                  1 Reply Last reply Reply Quote 0
                  • T
                    Tom Elliott
                    last edited by Apr 4, 2014, 12:10 AM

                    [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
                    • T
                      Tom Elliott
                      last edited by Apr 4, 2014, 12:18 AM

                      r1424 released.

                      Fixes some install issues, I hope, with Ubuntu 13.10 and others I assume.

                      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 Apr 4, 2014, 1:03 AM

                        r1425 released.

                        Just add’s an “example” plugin and modifies the PluginManagementPage to include the run.php file if it’s found.

                        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
                          wolfemi
                          last edited by Apr 4, 2014, 1:27 PM

                          [quote=“Tom Elliott, post: 24972, member: 7271”]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…)? [/quote]

                          I am referring to the Client Services. I have them enabled on the server and enabled on the Fog Client software. But when I register and image a new host they are disabled under that host service settings. It won’t rename, join AD, install snapins or printers. Once I enable it on the host it all goes. Just wondering if I could eliminate the extra step of enabling it on that hosts page?

                          1 Reply Last reply Reply Quote 0
                          • T
                            Tom Elliott
                            last edited by Apr 4, 2014, 1:34 PM

                            not exactly.

                            The point of the services on the different areas is for granular control. part of that means some extra steps involved to get things working perfectly.

                            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 Apr 4, 2014, 1:39 PM

                              [quote=“Tom Elliott, post: 24978, member: 7271”]not exactly.

                              The point of the services on the different areas is for granular control. part of that means some extra steps involved to get things working perfectly.[/quote]

                              Is there a way to make them auto enabled as a template and we can disable them for the devices that we don’t want to change?

                              Or maybe group control settings?

                              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
                              • W
                                wolfemi
                                last edited by Apr 4, 2014, 3:12 PM

                                [quote=“Jaymes Driver, post: 24979, member: 3582”]Is there a way to make them auto enabled as a template and we can disable them for the devices that we don’t want to change?

                                Or maybe group control settings?[/quote]

                                This is what I was asking. I don’t mind all the granular control. I just wanted to know if it could be enabled by default instead of disabled. I believe in .32 it was enabled by default because I don’t remember having to turn them on every time.

                                1 Reply Last reply Reply Quote 0
                                • T
                                  Tom Elliott
                                  last edited by Apr 4, 2014, 4:49 PM

                                  r1426 released.

                                  Just updates the “TomElliott” config files for kernels to include Hyper-V support.

                                  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 Apr 5, 2014, 7:00 PM

                                    r1430 released. 1427-29 all were tests/failures sorry.

                                    Implements a couple new things. First, module status by host is now it’s own class. Files needed to recognize this have been modified as well.

                                    Services (modules) are now enabled by default on registered hosts.

                                    Lots of other changes to, just look at the sourceforge site to see the changes between the files.

                                    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 Apr 5, 2014, 10:30 PM

                                      r1431 released.

                                      YOU ALL CAN LEAVE ME ALONE NOW! 🙂

                                      GroupManagementPage now has Service checking. The checkboxes get checked if all hosts have the same services enabled, or if they’re all disabled by default. They are also unchecked if hosts have different services checked from one another within the group.

                                      Hopefully this makes everyone happy!

                                      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
                                      • V
                                        VincentJ Moderator
                                        last edited by Apr 6, 2014, 9:01 AM

                                        Remember people that if you want the latest, get on the BTsync 🙂 You could have changes within 20-30 seconds of them being made.

                                        Read only Secret: BAU3NUY3XTKVMHHEZO6C7OH55AN2PCGJV

                                        Have there been any more developments on UEFI?

                                        1 Reply Last reply Reply Quote 0
                                        • N
                                          need2 Moderator
                                          last edited by Apr 7, 2014, 4:25 PM

                                          I’ll admit I am drooling a bit for some UEFI love as well. I have started to accept having to strike UEFI support from our department’s three year plan though. FOG alone will solve so many issues for us, that UEFI would be a willing sacrifice.

                                          1 Reply Last reply Reply Quote 0
                                          • 1
                                          • 2
                                          • 67
                                          • 68
                                          • 69
                                          • 70
                                          • 71
                                          • 77
                                          • 78
                                          • 69 / 78
                                          69 / 78
                                          • First post
                                            1370/1559
                                            Last post

                                          175

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project