• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. UWPVIOLATOR
    3. Topics
    • Profile
    • Following 2
    • Followers 0
    • Topics 26
    • Posts 217
    • Groups 0

    Topics

    • UWPVIOLATORU

      Interface not ready, waiting for it to come up FOG 1.5.8

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      10
      0 Votes
      10 Posts
      1k Views
      S

      @UWPVIOLATOR said in Interface not ready, waiting for it to come up FOG 1.5.8:

      I could not do grep php /opt/fog/.fogsettings as I tried a fresh install. fogsettings-firstInstall

      I think we are mixing up way too many things in this one topic. It was about FOG on CentOS 7 and upgrades. Now we are talking about Ubuntu 19.04 fresh install. May I please ask you to open new topics for new issues to prevent confusion and missunderstanding? Please open a fresh topic for the Ubuntu fresh install and I will move the posts over.

      While I am not sure yet it seems like there is an issue with PHP version numbers when using FOG 1.5.8 on Ubuntu 19.04. The later is end of life already and we won’t backport fixes to FOG 1.5.8 either. So you might want to think about giving the most current versions a try as it seems to be a fresh install anyway.

    • UWPVIOLATORU

      Error trying to restore GPT partition tables. Exit returned code 4

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      6
      0 Votes
      6 Posts
      1k Views
      UWPVIOLATORU

      @UWPVIOLATOR said in Error trying to restore GPT partition tables. Exit returned code 4:

      CentOS Linux 7.7.1908
      FOG 1.5.6

      Close this. I am pretty sure it was my connection where I was uploading and testing. It was having issues thus giving me errors.

    • UWPVIOLATORU

      FOG Snapin Does not Finish

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      17
      0 Votes
      17 Posts
      2k Views
      D

      @UWPVIOLATOR If you can’t get the application to behave with respect to the restarts, you could always create a snapin pack bundling the executable with a script. In the script, you could check to see if the application was already installed and of the correct version, then if it wasn’t perform the install. if you wanted to kick off the application and then do something like loop while the executable was running, you might want to play with the start command, something like start "" installer.exe -args. https://ss64.com/nt/start.html

      @george1421 the /k flag runs the specified command then leaves the command window open. https://ss64.com/nt/cmd.html

    • UWPVIOLATORU

      FOG Clients Stop Working

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      5
      0 Votes
      5 Posts
      440 Views
      S

      @UWPVIOLATOR Did you get to test the script?

      Meanwhile we have released a new version of the fog-client which should print out a text instead of the hash when it catches the unhandled exception.

      Either you can update to the latest dev-branch version to get the new fog-client or you can switch over manually: Download SmartInstaller and MSI and put those in /var/www/html/fog/client/ (rename the old binaries to be sure you have a backup copy in case). Then edit /var/www/html/fog/lib/fog/system.class.php and change the line where you see the client version from 0.11.16 to 0.11.17. Be aware that all your hosts with running fog-client will download the SmartInstaller from your FOG server and attempt to auto update!

    • UWPVIOLATORU

      MYSQL Query Add Hosts to Group

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      8
      0 Votes
      8 Posts
      1k Views
      UWPVIOLATORU

      @Tom-Elliott Thank you for figure this out. Here is the correct query.

      Insert into groupMembers (gmHostID,gmGroupID) Select hostID,'212' from hosts where Right(hostName,6) in ('D02595','110563')
    • UWPVIOLATORU

      Steps/Requirements to Update FOG 1.5.4 to 1.5.6

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      11
      0 Votes
      11 Posts
      2k Views
      UWPVIOLATORU

      So this can get marked as resolved. Everything worked as expected except when you update the nodes the GUI did not show the new version until after we updated the Master. All the issues we had with 1.5.4 were resolved with 1.5.6. Very happy with this update.

      GUI is super fast!
      The freezing on formating MBR/GPT on start of imaging is back to only a few seconds. Replication seems to be acting normal again.

    • UWPVIOLATORU

      Locations and Snapins

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      3
      0 Votes
      3 Posts
      871 Views
      Tom ElliottT

      @Sebastian-Roth this can be addressed from the location plugin under the fog configuration. Location adds a fog setting for allowing snapins to be downloaded from the host location or the master storage node the snap in resides within.

    • UWPVIOLATORU

      Replication of /images

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      12
      0 Votes
      12 Posts
      2k Views
      UWPVIOLATORU

      @tom-elliott @george1421 So it is taking forever to replicate just 1 Node drivers. We rsynced before but its almost copying every file again. What do we need to do to make the copies be the same and speed up replication? What does FOG use to check the file to see if it matches?

    • UWPVIOLATORU

      Detect FOG Client Version

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Windows Problems
      4
      0 Votes
      4 Posts
      699 Views
      Wayne WorkmanW

      @uwpviolator I’m not sure if such a file/key exists. We should ask @joe-schmitt about that. You could just do a wholesale - uninstall and reinstall for all your machines.

    • UWPVIOLATORU

      Fixparts Missing? 1.5.4 Win 10

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      14
      0 Votes
      14 Posts
      4k Views
      S

      @gnichols I am sorry but we can’t help if we don’t know more details about your setup and what exactly goes wrong. Most situations/setups are more or less different and we need to know all your details to help. Start by opening a new thread and answering the following questions: FOG version? Has it ever worked for you? When did it break and why (update…)? Can you take a picture of the exact error on your screen and post that too?

    • UWPVIOLATORU

      High MySQL CPU Usage Bogging Down Server

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      47
      0 Votes
      47 Posts
      9k Views
      Tom ElliottT

      So, worked remotely and was able to help determine part of the problem.

      Installed apachetop and took a look, found a lot of things still looking at servicemodule-active.php. We moved away from this call as it had some weird issues on its own. Moved the file and the GUI become much less sluggish. Worked to get phpmyadmin working as well. This wasn’t a problem with php-fpm vs. libapache2-mod-php (though I did make sure phpmyadmin would access using the php-fpm system). Part of the problem that was happening was the rewrite rules that handles api system.

      Moved the rewrite rules into the directory stanza of the fog.conf. Made this update in the working-1.5.1 branch as well. I haven’t had time to test whether this move actually still allows the system to work, but it should. Will work on that this weekend (testing to see it works properly).

      Also, we are still working to help purge the db of old stuff that’s no longer needed.

    • UWPVIOLATORU

      Windows 10 1709 and Client 11.14

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      23
      0 Votes
      23 Posts
      5k Views
      x23piracyX

      Hi,

      in normal you don’t need any autologons, i just use it because i am working with windows 10 pro oem where you cannot have setupcomplete.cmd executed automatically, therefore i used the autologon stuff with first logon commands in my unattend.xml.

      If you don’t need to do anything special remove autologons in your unattend.xml

      Regards X23

    • UWPVIOLATORU

      Snap Ins Not Reporting Complete

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      7
      0 Votes
      7 Posts
      1k Views
      J

      @UWPVIOLATOR This has been fixed in v0.11.14, which will be released with the next server RC. I’d still recommend using process-explorer to find out why the file is locked though.

      To get v0.11.14 you can either wait for the next server release, or download it from here: https://github.com/FOGProject/fog-client/releases/tag/0.11.14

    • UWPVIOLATORU

      Compose

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      3
      0 Votes
      3 Posts
      405 Views
      UWPVIOLATORU

      @wayne-workman as in RC12? Ok I have another Issue I will be posted but testing again to make sure I can replicate it before posting. Its with Snapins not reporting they are finished and then keep trying to run over and over again. Windows 10 and Windows 7.

      Trying to avoid updating to RC and waiting for next stable but if its fixed in an RC we might have to go for it.

    • UWPVIOLATORU

      Windows 10 Drivers Not Copying

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      33
      0 Votes
      33 Posts
      13k Views
      B

      @uwpviolator Yep, I sure am calling the unattend. I’m imaging the same way I have been for a while.

      Would you be able to sanitize your unattend and provide, and I’ll do a line by line? As stated, my Unattend hasn’t really been updated since hte Win7 days, so I’d love to see a modern one that is known working…

    • UWPVIOLATORU

      Unable to use search on FOG Forum

      Watching Ignoring Scheduled Pinned Locked Moved General
      3
      0 Votes
      3 Posts
      670 Views
      UWPVIOLATORU

      No Problem. Thank you

    • UWPVIOLATORU

      Invalid entry length (0). DMI table is broken! Stop.

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      15
      0 Votes
      15 Posts
      7k Views
      george1421G

      You can get the inits here, without upgrading to 1.5.0RC series. Here is the wget command to use from the FOG server’s linux console.

      wget https://fogproject.org/inits/init.xz wget https://fogproject.org/inits/init_32.xz

      These files go in /var/www/html/fog/service/ipxe. Make sure you backup the current files before you update them with these.

      With these new inits there is no need to use the postinit patch method I described below.

    • UWPVIOLATORU

      CSV of hostnames to add to Group?

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      5
      0 Votes
      5 Posts
      1k Views
      george1421G

      @UWPVIOLATOR You can make the call with curl or powershell. If you go the curl route, there is an executable for windows called curl.exe that will do need or you can call it from a linux command prompt.

      @Wayne-Workman has some very fine examples of curl calls in this thread: https://forums.fogproject.org/topic/9779/can-i-use-some-kind-of-script-to-create-image-and-ghost-my-lab-machines

    • UWPVIOLATORU

      Postscript Not Running, How to Test?

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      6
      0 Votes
      6 Posts
      2k Views
      UWPVIOLATORU

      @george1421 I copied what your pasted and changed the permissions. Maybe it was the permissions to fog:root that did it?

    • UWPVIOLATORU

      No Login History Clients

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      15
      0 Votes
      15 Posts
      3k Views
      Wayne WorkmanW

      @UWPVIOLATOR the others aren’t concerning. Feel free to fix them though. Google is your friend.

    • 1 / 1