• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Wayne Workman
    3. Best
    • Profile
    • Following 11
    • Followers 31
    • Topics 425
    • Posts 12,326
    • Best 1,524
    • Controversial 0
    • Groups 2

    Best posts made by Wayne Workman

    • RE: Fog Installer - Distro check

      Arch bombed out this morning on all branches - something to do with NFS. This is typical for Arch - one day it’ll just bomb out hard across the board on the same item, a couple days later it’s fixed. Once it was related to mariadb problems, today it’s NFS.

      Not trying to bash Arch here, there is a very small team working on Arch and they overall do a good job when you take into account their team size. Also stuff is going to break occasionally when you’re always making stuff better.

      On a side note, the streak counts seem to be working.

      posted in General
      Wayne WorkmanW
      Wayne Workman
    • RE: Can we install windows in only C drive. Instead of overwrite the all drives?

      @mohit.kishor said in Can we install windows in only C drive. Instead of overwrite the all drives?:

      But how can capture single partition?

      It’s a standard feature of FOG 1.3.0 RC.

      0_1479216341862_upload-bd6e983e-a891-4c4f-9990-7e20c97e5f85

      posted in General
      Wayne WorkmanW
      Wayne Workman
    • RE: Impossible to boot on PXE......

      @EAHarvey
      https://wiki.fogproject.org/wiki/index.php?title=Filename_Information

      posted in FOG Problems
      Wayne WorkmanW
      Wayne Workman
    • Working branch is working good!

      Just wanted to drop a note here. [January 2018]

      I had a small laptop crisis yesterday and was unable to install Ubuntu onto my Lenovo L530. I tried everything I could think of to get Ubuntu installed. Tried different hdd modes, bios/ueif, tried different installation media, redownloaded the ISO several times, burned disks, burned the ISO to USB. Tried quite numerous partitioning schemes in addition to the “erase disk and install Ubuntu” option. I swapped out my SSD with a mechanical disk. Nothing worked.

      Then I remembered I had an old image for my L530 on my fog server here at home. I deployed the image to the laptop - it worked!

      Not only did it work, extfs resizing worked perfectly with the new larger drive AND swap partition UUID was set correctly!

      I have to really applaud @Sebastian-Roth and @Tom-Elliott for how awesome of a job they have done with FOS and the imaging tasks. I don’t think it’s ever worked THIS well for Linux (for me) before.

      Thank you two for all that you do.

      posted in General
      Wayne WorkmanW
      Wayne Workman
    • RE: What is the latest version of FOG?

      @george1421 said in What is the latest version of FOG?:

      (Why suse and oracle linux is not parting of the testing I would wonder @Wayne-Workman )

      No real reason why they are not included in the tests - I just try to test the popular distributions. There are some limitations to how many are included in the tests - all the tests run on a 4-core box with 12 gigs of RAM /w SSD storage. Recently, I had to lower all VMs from a gig of ram to 512MB in order to make room for one more VM.

      I can probably work in Suse - but for oracle linux, not sure I should give Larry Ellison the pleasure.

      posted in General
      Wayne WorkmanW
      Wayne Workman
    • RE: ran update to current svn, not showing a change

      @Scott-B said:

      cd ~/svn/trunk/bin
      svn up
      cd bin
      ./installfog.sh

      That’s your problem I think. Don’t go into the bin directory to update. that only updates the directory you’re in I think.

      Instead, go first to ~/svn/trunk and then svn up.

      posted in FOG Problems
      Wayne WorkmanW
      Wayne Workman
    • RE: Fog Installer - Distro check

      @developers I’ve looked into the Ubuntu 16.04 problems for the last two hours and have determined the problem is being intermittently caused by a problematic ppa.launchpad.net server: 91.189.95.83. The apt-get update command times out, and because it was not successfully run, lots of packages fail to install. I’ve also looked over all of the commits in the working, dev-branch, and master branch of the fogproject github repository around the days that the Ubuntu 16.04 failures started happening, there are no commits that would cause this.

      The workaround: If the installer fails for you, manually run apt-get update until it succeeds. Once it has succeeded, run the installer again and it should work.

      posted in General
      Wayne WorkmanW
      Wayne Workman
    • RE: How does FOG operate at 0% capacity when capturing?

      I’m going to just guess here and say the 0% thing is just an error in how fog is calculating space on the node. My evidence for this? Your image captured fine.

      posted in General
      Wayne WorkmanW
      Wayne Workman
    • RE: Installation impossible de Fog sur Docker

      A VM or physical server (or AWS instance) is the correct answer.

      FOG wraps itself so tightly into the OS, it really should be an appliance. But since we are all volunteers and FOG is totally open source and nobody who works on fog actually has any money or time to do anything else besides what we’ve been doing - we just have a really elaborate installation script that we work hard to support.

      posted in FOG Problems
      Wayne WorkmanW
      Wayne Workman
    • Fedora 32 and RHEL8

      These OSs have been added to the daily installation tests. Fedora 30 has been removed. The CentOS project has not yet released an AMI of CentOS 8, so this is still not included in the daily tests.

      Link to daily test results are in my signature.

      posted in General
      Wayne WorkmanW
      Wayne Workman
    • SVN and Git tutorials

      I’ve added some video tutorials at the bottom of the Upgrade to trunk wiki article.

      If anyone sees a flaw or has suggestions on how to improve them, I can re-do these pretty easily.

      posted in Tutorials
      Wayne WorkmanW
      Wayne Workman
    • RE: Issue with FOG after install

      Your right about it being related to MySQL. We have a wiki article all about it. 🙂
      There’s a section in here specifically for Ubuntu:
      https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_MySQL

      posted in Linux Problems
      Wayne WorkmanW
      Wayne Workman
    • Request tutorial videos here

      You can request specific video tutorials in this thread. Please:

      • Specify as exactly as possible what you’d like to see.
      • Keep the scope of the request as narrow and small as possible.
      • Must involve FOG or things that support FOG.
      • If there’s a backlog of requests, those with more up-votes get higher priority.
      posted in Tutorials
      Wayne WorkmanW
      Wayne Workman
    • RE: FOG on Ubuntu 16.04 (php7)?

      I was just able to help a fellow install trunk on Ubuntu 16.

      Two bumps in the road, of which the forums and wiki covered. I’ll try to unify some instructions in the Ubuntu Server article.

      Basics are exactly what has already been posted in the forums and wiki.

      • When you are ready, run the installer with php_ver='7.0' php_verAdds='-7.0' ./installfog.sh
      • When the installer asks you to update the database, there’s 1 extra step. (in another SSH session) Go to mysql and modify the password setting with ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '';
      • Then you go to the web interface and update the DB as normal, come back to the installer and complete it as usual.
      posted in Linux Problems
      Wayne WorkmanW
      Wayne Workman
    • RE: Active directory Join issue

      @anthonyglamis said:

      Will this populate when I attempt to deploy the image to a new host?

      Yes. that field gets updated every time the image deploys or uploads.

      posted in Windows Problems
      Wayne WorkmanW
      Wayne Workman
    • RE: fog snapins - parallel execution

      @MarkusK said in fog snapins - parallel execution:

      When several snapins are being deployed, the fog client executes them parallel at the same time.

      That’s not a fog issue, that’s your script’s issue. You need to write it so that it waits per-command.

      posted in Windows Problems
      Wayne WorkmanW
      Wayne Workman
    • Links in the FOG UI

      I think it’s proper and fitting and about time to supply links to the forums and wiki and portal and news and other things inside of the FOG UI.

      Why not!?!

      My idea is to create a “FOG Project” section/icon/tab/thingy that can fit right in to the Host Management, Image Management, Storage Management, etc tabs ?? It’d be just another tab.

      And perhaps within that menu, below the links to the Forums, WiKi, and Portal, there could be news items populated there from https://news.fogproject.org/ ???

      I know the news feed thing is… a lot to ask for… but perhaps this can be started by simply making a new “FOG Project” tab, and just supply links to the various things right in there?

      This is the way to go for expanding the user base in the forums, finding new people to volunteer time and talent, and expanding the FOG community in general, and helping new users with where to go for documentation and help.

      idk about you but it irks me that people go to SpiceWorks and Yahoo answers for help with FOG… instead of going to FOGProject.org for help…

      posted in Feature Request
      Wayne WorkmanW
      Wayne Workman
    • RE: Does FOG change the Linux "fog" user password ?

      Yes, the installer (initially) changes the password for the local fog user.

      You can customize what password you want it to use by modifying the /opt/fog/.fogsettings file if you choose - but the random password that the installer sets is secure for a reason.

      The FOG Server has great control over it’s hosts - and a malicious user or attacker with access to the server could cause a whole lot of damage.

      I’d advise you to use either root or another ‘admin’ account for logging in and out - and to use very secure passwords for those accounts as well.

      posted in Linux Problems
      Wayne WorkmanW
      Wayne Workman
    • RE: Is there a special procedure for SSDs?

      Upgrade to trunk and you can choose your partitions.

      But generally, after upgrading to trunk, Choosing “Everything” for partitions works pretty much 99% of the time.

      https://wiki.fogproject.org/wiki/index.php/Upgrade_to_trunk

      posted in General
      Wayne WorkmanW
      Wayne Workman
    • RE: Cortana/Windows Search breaks in default profile

      @Arrowhead-IT

      Here’s the startup script.

      the directory that you see the output being redirected to is a read/write folder for everyone where I can review results of the default profile deployment and update. It’s a share folder located at \\mb1\logs$\Startup_Script\<filename>

      The script looks for a file locally (in this version) called %SystemDrive%\DefaultProfile\Default\Aug_24_2015.txt which on most systems is just C:\DefaultProfile\Default\Aug_24_2015.txt

      If that file exists, then nothing is done.

      If it doesn’t exist, it goes through the steps of obliterating the last deployed default profile and copying down the new one and setting permissions.

      In group policy, this is set as a startup script and it’s a computer-based policy.

      echo %date%_%time% >> "\\mb1\logs$\Startup_script\%computername%.txt"
      REM
      REM Above line just records the date for the log entries placed below it.
      REM
      REM
      REM
      IF EXIST "%SystemDrive%\DefaultProfile\Default\Aug_24_2015.txt" (
      REM
      REM Above command checks to see if a specific file exists.
      REM The file is %SystemDrive%\DefaultProfile\Default\Aug_24_2015.txt
      REM
      REM If the file exists, Do nothing.
      REM
      ) ELSE (
      REM
      REM
      REM IF the file does not exist, do this stuff. 
      REM
      net use /delete z: >> \\mb1\logs$\Startup_script\%computername%.txt
      net use /delete y: >> \\mb1\logs$\Startup_script\%computername%.txt
      net use /delete h: >> \\mb1\logs$\Startup_script\%computername%.txt
      REM
      REM Above commands are used to delete any existing map drives. 
      REM The output gets appended to a log so we can see what's happening.
      REM
      REM
      REM
      set username=mb\serviceaccount
      set password=MyAwesomePasswordWentHere
      REM
      REM the above lines set the username and password for accessing the share, using a account with read-only perms.
      REM
      net use z: \\10.2.1.5\Software$ %password% /user:%username% >> \\mb1\logs$\Startup_script\%computername%.txt
      REM
      REM Above command mounts a maped folder to z:, using MB's service account and password.
      REM 
      REM
      REM
      rmdir %SystemDrive%\DefaultProfile /s /q >> \\mb1\logs$\Startup_script\%computername%.txt
      REM
      REM Above command recursively removes a directory.
      REM
      mkdir %SystemDrive%\DefaultProfile >> \\mb1\logs$\Startup_script\%computername%.txt
      mkdir %SystemDrive%\DefaultProfile\Default >> \\mb1\logs$\Startup_script\%computername%.txt
      REM
      REM Above commands makes some folders.
      REM
      REM Below command may contain a 2 for testing only.
      REM
      xcopy "z:\DefaultProfile\*.*" "C:\DefaultProfile\Default" /y /d /e /c /i /f /h /k /v /s >> \\mb1\logs$\Startup_script\%computername%.txt
      REM
      REM Above command recursively copies everything from "defaultprofile" on the server to the local folders.
      REM
      icacls "%SystemDrive%\DefaultProfile\Default" /T /C /grant "everyone:(OI)(CI)F" >> \\mb1\logs$\Startup_script\%computername%.txt
      REM
      REM Above command sets permissions on the newly created folders and files to EVERYONE, so that it can be used as a default profile.
      REM
      net use /delete z: >> \\mb1\logs$\Startup_script\%computername%.txt
      REM
      REM Delete the mapdrive used.
      REM
      )
      

      In the same group policy, I have a registry edit set:

      0_1452114252716_upload-c97a3f85-9aa3-421a-bfff-2f1823c0615b

      This is the cutoff key path: SOFTWARE\MICROSOFT\WINDOWS NT\CurrentVersion\ProfileList

      here is the settings tab of the policy with everything expanded.
      0_1452114320983_upload-86fb55bd-7eee-4a8b-a9df-23283a2f4990

      I use a tool called “Evil Finger Enabler” to enable the greyed out “copy profile” button after I have my default profile setup the way I want using a local and normal account.
      0_1452114376471_upload-48e302eb-8871-4149-aacf-fdd21fa12c12

      It enables this button in Windows 7:
      0_1452114422008_upload-9bd8a3d9-e7de-4eb0-b04d-d0a3ca4b7b0a

      If anything isn’t clear, just point it out and ask about it.

      posted in Windows Problems
      Wayne WorkmanW
      Wayne Workman
    • 1 / 1