• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. PatrickG
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 12
    • Best 1
    • Controversial 0
    • Groups 0

    PatrickG

    @PatrickG

    1
    Reputation
    359
    Profile views
    12
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    PatrickG Unfollow Follow

    Best posts made by PatrickG

    • RE: 1.3.0-RC-8 Issues I have found...

      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.

      posted in Bug Reports
      P
      PatrickG

    Latest posts made by PatrickG

    • RE: Attempting to check in Failed

      Also I noticed the top part of the fog login page is way over to the left. Is that part of the new design?

      posted in FOG Problems
      P
      PatrickG
    • RE: 1.4.1 Unable to register host (/bin/fog.man.reg)

      I’m getting the same error. I rebooted mine to get that error cleared. This is on ubuntu 17.04.
      I’m also getting nfs failed, and unable to check in. Trying to send a image to the server.

      posted in Bug Reports
      P
      PatrickG
    • RE: 1.3.0-RC-8 Issues I have found...

      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.

      posted in Bug Reports
      P
      PatrickG
    • RE: 1.3.0-RC-8 Issues I have found...

      Thanks for clearing that up.

      posted in Bug Reports
      P
      PatrickG
    • RE: 1.3.0-RC-8 Issues I have found...

      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.

      posted in Bug Reports
      P
      PatrickG
    • 1.3.0-RC-8 Issues I have found...
      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?!

      posted in Bug Reports
      P
      PatrickG
    • RE: CentOS 7/RHEL 7/Fedora 20 Support

      I think for centos 7 mysql needs to be mariadb instead.

      posted in Feature Request
      P
      PatrickG
    • RE: Centos 6.5 upgrade from 1.1.1 to 1.1.2 htmldoc error

      Just went into .install.sh and changed ignore htmldoc from 0 to 1
      It ignored it this time but it did not upgrade fog to 1.1.2

      posted in FOG Problems
      P
      PatrickG
    • RE: Centos 6.5 upgrade from 1.1.1 to 1.1.2 htmldoc error

      Here is a snippit from the install script:
      Installtype What is S?

      Which package list do we use?

                     if [ "$installtype" = "S" ]
                     then
                          packages=$storageNodePackages;
                     fi
                     if [ "${ignorehtmldoc}" = "1" ]
                     then
                          newpackagelist="";
                          for z in $packages
                          do
                                  if [ "$z" != "htmldoc" ]
                                  then
                                          newpackagelist="${newpackagelist} $z";
                                  fi
                          done
                          packages=$newpackagelist;
                     fi
      
      posted in FOG Problems
      P
      PatrickG
    • RE: Centos 6.5 upgrade from 1.1.1 to 1.1.2 htmldoc error

      [quote=“Tom Elliott, post: 31661, member: 7271”]You don’t need it and FOG shouldn’t be trying to install it either.

      Why is it trying?[/quote]

      That is the million dollar question. Does htmldoc get installed on ubuntu/fog? Maybe it was a mistake?

      posted in FOG Problems
      P
      PatrickG