• 0 Votes
    33 Posts
    22k Views
    Tom ElliottT

    @Jaymes-Driver Reminds me of my time in the Army.

    Particularly

    NCO Creed
    No one is more professional than I. I am a noncommissioned officer, a leader of Soldiers. As a noncommissioned officer, I realize that I am a member of a time honored corps, which is known as “The Backbone of the Army”. I am proud of the Corps of noncommissioned officers and will at all times conduct myself so as to bring credit upon the Corps, the military service and my country regardless of the situation in which I find myself. I will not use my grade or position to attain pleasure, profit, or personal safety.

    Competence is my watchword. My two basic responsibilities will always be uppermost in my mind—accomplishment of my mission and the welfare of my Soldiers. I will strive to remain technically and tactically proficient. I am aware of my role as a noncommissioned officer. I will fulfill my responsibilities inherent in that role. All Soldiers are entitled to outstanding leadership; I will provide that leadership. I know my Soldiers and I will always place their needs above my own. I will communicate consistently with my Soldiers and never leave them uninformed. I will be fair and impartial when recommending both rewards and punishment.

    Officers of my unit will have maximum time to accomplish their duties; they will not have to accomplish mine. I will earn their respect and confidence as well as that of my Soldiers. I will be loyal to those with whom I serve; seniors, peers, and subordinates alike. I will exercise initiative by taking appropriate action in the absence of orders. I will not compromise my integrity, nor my moral courage. I will not forget, nor will I allow my comrades to forget that we are professionals, noncommissioned officers, leaders!

  • Acer Aspire E 11 ( ES1-111M-P2YU )

    Solved
    26
    0 Votes
    26 Posts
    13k Views
    G

    I referenced this in my other post, but this fixed my issues as well. Thanks!
    https://forums.fogproject.org/topic/6536/windows-10-after-upload-partition-erased/11

  • Ipxe boot Marvel/Yukon nic to FOG successfully

    20
    0 Votes
    20 Posts
    9k Views
    H

    @KKTwenty101 I finally got this to work by updating the bios on my marvel/yukon nic machines.
    PXE took off immediately afterwards. Just an option to try.

  • Version stable

    10
    0 Votes
    10 Posts
    6k Views
    K

    well as far as “stable” goes ive been using build 5370 for 3 months. Ive rolled out a couple of hundred windows 8.1 images - all of which are unattended from lan boot -> AD joined “ctrl-alt-del” screen (I use snappydriver via a script on OOBE boot).

    I guess later trunk have other fixes but since that build worked for me (and works for me) I have no reason to update yet. I’d give trunk a test in your lab and decide for yourself; it is a world away from 1.2 - if only for the speed increase (not quite double the speed but I’d be surprised if you don’t notice it)

  • Integrating PartedMagic in Fog 1.2.0

    17
    0 Votes
    17 Posts
    12k Views
    S

    @Wayne-Workman
    Hi Wayne, sorry been running around abit here lately for the mounting i am using nfs and in the exports:
    /images *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure,fsid=1)
    Hopefully helps others out.

  • No inventory after svn update

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    robzaR

    @Tom-Elliott well done,
    works like a charm.
    Regards

  • CMD or Batch snapins are not working! I have no more idea.

    Solved
    24
    0 Votes
    24 Posts
    17k Views
    ?

    @Wayne-Workman Thank you! I will try to convert the batch to an .exe file.

  • ssl keys

    5
  • Cannot Image HP Stream 11 Netbook

    18
    0 Votes
    18 Posts
    11k Views
    M

    @EAHarvey Several programs have found no issues with the drive.

    @Wayne-Workman Cannot do this right now as I only have 1 netbook in my Office but will give it ago when I can.

    Anyone else have an idea why I get this error when trying to deploy an image? https://forums.fogproject.org/uploads/files/1452520756237-error.jpg

    Thanks again.

  • Snapins with info from FOG

    3
    0 Votes
    3 Posts
    924 Views
    I

    @Wayne-Workman Thanks for that pointer, that will definitely help in getting started in this. I am learning how to do simple sql queries in PS and VBscript to try and accomplish this but none of them would work without this part.

  • Requesting wiki access.

    2
  • New Inits

    5
    5 Votes
    5 Posts
    3k Views
    JJ FullmerJ

    Everything is working for me now! hooray for the new inits!

  • Force multicast to start

    5
    0 Votes
    5 Posts
    2k Views
  • Multicast start button? Please.

    3
    0 Votes
    3 Posts
    1k Views
    Wayne WorkmanW

    @Tom-Elliott said:

    There is a time limit and the number of hosts to start.

    I set ours to 5 minutes.
    The setting is located here in FOG Trunk (pre FOG 1.3.0):
    FOG Configuration -> FOG Settings -> Multicast Settings -> FOG_MULTICAST_MAXWAIT

    0_1452188799247_upload-efe48a0b-9fdc-486f-a53f-9de0129aaf71

  • Imaging Windows 10

    Solved
    22
    0 Votes
    22 Posts
    35k Views
    Wayne WorkmanW

    @Jbob It’s compatible with Windows 8.1

  • Integrating Hirens Boot 15.2 into fog 1.2.0

    Solved
    50
    0 Votes
    50 Posts
    45k Views
  • Questions about Replication

    5
    0 Votes
    5 Posts
    1k Views
    Tom ElliottT

    @Wayne-Workman It will replicate to the other nodes.

  • svn image doesnt push

    22
    0 Votes
    22 Posts
    11k Views
    S

    @Wayne-Workman Good catch! I had exactly this in mind when I said that we had issues with empty disks with fogpartinfo. The new method (using lsblk) should work on empty disks. Would be interesting if someone could test this as well. Easiest would be to boot an unused client into debug mode. Then use the dd command from KKTwenty101’s posting to “murder the partition table”. After that try deploying (using the init files I posted) to that client.

  • 0 Votes
    11 Posts
    9k Views
    Wayne WorkmanW

    @Jbob said:

    @mrayzies not a problem. To answer those questions:

    Yes, the client installs your servers’ certificate and ours. The “FOG Project” CA (made by us) servers 2 purpose. SYSTEM level services need to be digitally signed otherwise windows will throw security errors (I have seen this issue when imaging a machine with an unsigned client). This can also be used to ensure no tampering was done with the client files That certificate is used to “verify” upgrades. Lets say we release v0.9.10, the client will download the msi from your server and check if it was signed by us. If the msi was somehow tampered, the digital signature would no longer be valid. Using HTTP over HTTPS has no security benefit to the client. Why? Because all traffic is already encrypted. Here’s a very basic overview of how the new client communicates Each client has a security token. This is used to prove to the server that the client is the actual host and not an impersonator. This token gets cycled constantly. When the client first makes contact, it encrypts its token and a proposed AES 256 key using RSA 4096 using your server’s public key. (This public key is verified against the pinned server CA certificate by checking the x509 chain and fingerprints). If the server accepts the security token and the new AES key, all traffic from that point on is AES 256 encrypted using that securely transmitted key.

    The whole point of our security model is to allow for secure communication over insecure medians.
    Even then, the client installation has an HTTPS option, but it serves no real security benefit.

    This stuff and a little other stuff has been added here:
    https://wiki.fogproject.org/wiki/index.php/FOG_Client#Security_design

  • Adding a custom host task

    17

159

Online

12.3k

Users

17.4k

Topics

155.6k

Posts