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

1.3.0-RC-8 Issues I have found...

Scheduled Pinned Locked Moved Solved
Bug Reports
4
9
2.4k
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.
  • P
    PatrickG
    last edited by Aug 20, 2016, 7:41 PM

    Server
    • Version: 1.3.0-RC-8 SVN Revision: 5948
    • OS: Centos 7
    Client
    • Version: 0.11.5
    • OS: Windows 10 64x
    Description

    On the SmartInstaller install Address is spelled wrong: Server Adress:0_1471722071987_Misspelled.jpg

    Also the Printer Config file does not import. I can do it manually via RUNDLL32 even with a unc path, but it doesn’t restore the settings via fogservice, no errors in the logfile. Just returns 0, Might be because the the spooler is restarted too late / too soon?!

    1 Reply Last reply Reply Quote 0
    • P
      PatrickG
      last edited by Aug 24, 2016, 1:35 AM

      Actually, What I thought was fog was this: https://social.technet.microsoft.com/Forums/en-US/030ee94a-047d-460a-bc39-52351a199364/kb3163912-breaks-point-and-print-restrictions-gpo-settings?forum=winserverGP

      This “Package Aware” drivers problem was causing my headaches.

      1 Reply Last reply Reply Quote 1
      • W
        Wayne Workman
        last edited by Aug 20, 2016, 11:10 PM

        Pinging @Joe-Schmitt. He’ll be able to fix the typo in a jiffy, but can you elaborate further on the printer config issue?

        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
        • T
          Tom Elliott
          last edited by Aug 21, 2016, 12:46 AM

          Just a guess, but I think he’s referring to the printer config text field in the printer setup.

          BTW, this field is not an import field. While it does seem it should do such a thing, the idea of that is just to tell the client what file to look at for configuration settings that’s within the Client’s space. So the text field is simply a place holder telling the client where to look at for the file (and what file to look at), it does not upload the file and send it with the printer passing.

          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
          • P
            PatrickG
            last edited by Aug 21, 2016, 2:00 PM

            I guess that might be a future enhancement. Printer Config File Field.

            I was looking in the 11.5 client source code and seen the function calling rundll32 printui so I assumed it did copy the file down.

            Ok, I also noticed that when you have group policy printers being pushed and fog managed printers selected for the host, group policy printers do not get pushed unless I add a printer in fog. It can be a dummy printer pointing to nothing in fog.

            W 1 Reply Last reply Aug 21, 2016, 3:38 PM Reply Quote 0
            • W
              Wayne Workman @PatrickG
              last edited by Aug 21, 2016, 3:38 PM

              @PatrickG said in 1.3.0-RC-8 Issues I have found...:

              Ok, I also noticed that when you have group policy printers being pushed and fog managed printers selected for the host, group policy printers do not get pushed unless I add a printer in fog. It can be a dummy printer pointing to nothing in fog.

              That’s by design. FOG Managed Printers - means - Printers defined in FOG are managed by fog. And if said printer is not assigned to said computer, the client enforces this - and removes that printer from that computer if it’s present. Same thing the other way, if a printer defined in fog is assigned to said computer in fog and FOG Managed Printers is turned on for that host, the client will enforce it’s installation - doesn’t matter how many times someone deletes it, it just comes back. Same with default printers - this is enforced when FOG Managed Printers is on for said host.

              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
              • P
                PatrickG
                last edited by Aug 21, 2016, 7:55 PM

                Thanks for clearing that up.

                1 Reply Last reply Reply Quote 0
                • J
                  Joe Schmitt Senior Developer
                  last edited by Aug 22, 2016, 7:29 PM

                  @PatrickG the spelling mistake will be fixed in v0.11.6, thanks for reporting.

                  As for the printer config file, you say you used a network share? Make sure that share has anonymous read access.

                  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.

                  1 Reply Last reply Reply Quote 1
                  • W
                    Wayne Workman
                    last edited by Wayne Workman Aug 22, 2016, 4:10 PM Aug 22, 2016, 10:10 PM

                    I have found that for Windows Server 2012 R1 and R2, to make a share readable by the FOG Client, you need read permissions for 2 users.

                    ANONYMOUS_LOGON and guest in BOTH the sharing permissions and the security permissions (aka CIFS/SMB permissions and NTFS permissions).

                    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
                    • P
                      PatrickG
                      last edited by Aug 24, 2016, 1:35 AM

                      Actually, What I thought was fog was this: https://social.technet.microsoft.com/Forums/en-US/030ee94a-047d-460a-bc39-52351a199364/kb3163912-breaks-point-and-print-restrictions-gpo-settings?forum=winserverGP

                      This “Package Aware” drivers problem was causing my headaches.

                      1 Reply Last reply Reply Quote 1
                      • 1 / 1
                      1 / 1
                      • First post
                        1/9
                        Last post

                      156

                      Online

                      12.1k

                      Users

                      17.3k

                      Topics

                      155.3k

                      Posts
                      Copyright © 2012-2024 FOG Project