• Snapin isseus ...

    Solved
    22
    0 Votes
    22 Posts
    14k Views
    Jaymes DriverJ

    @robza No problem.

    If you need any help just let me know, I will see what I can whip up.

  • Best Distro to use for stress-free FOG installation

    6
    0 Votes
    6 Posts
    2k Views
    JJ FullmerJ

    @Cyrus So you haven’t actually installed any sql services?
    I would just add the packages reccomended by the wiki ignoring any errors because some of them are just outdated…

    rpm --import http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-6 rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt rpm -Uvh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org rpm -Uvh http://www.elrepo.org/elrepo-release-6-5.el6.elrepo.noarch.rpm rpm --import http://rpms.famillecollet.com/RPM-GPG-KEY-remi rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm

    Then manually install these packages

    yum -y install htmldoc ttf2pt1 t1utils fltk subversion wget git

    Then make a folder for the fog installer git and cd into it, download fog, and install it, for example…
    (replace ‘fog’ with your username if you are going to let the installer create the fog user for you)

    mkdir /home/fog/fogInstalls mkdir /home/fog/fogInstalls/git cd /home/fog/fogInstalls/git git clone https://github.com/FOGProject/fogproject.git ./ #this part will take a little while cd bin ./installfog.sh # follow the prompts # Then configure the firewall per this post (https://forums.fogproject.org/topic/6162/firewall-configuration) for service in http https tftp ftp mysql nfs mountd rpc-bind proxy-dhcp samba; do firewall-cmd --permanent --zone=public --add-service=$service; done systemctl restart firewalld.service

    Then whenever you need to update

    cd /home/fog/fogInstalls/git git pull cd bin ./installfog.sh -Y

    and that’s all there is to it.

  • pxe boot unable to locate configuration file

    6
    0 Votes
    6 Posts
    3k Views
    apathetic_adminA

    @Tom-Elliott
    Thanks again as always!

  • 0 Votes
    33 Posts
    23k 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
    15k 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
    10k 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
    19k 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
    12k 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
    1k 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
    36k 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
    48k Views
  • Questions about Replication

    5
    0 Votes
    5 Posts
    1k Views
    Tom ElliottT

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

227

Online

12.4k

Users

17.4k

Topics

155.9k

Posts