• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • Z

      Suggestion please

      Watching Ignoring Scheduled Pinned Locked Moved Hardware Compatibility
      66
      0 Votes
      66 Posts
      26k Views
      george1421G

      I thought of a bit of an easier way to explain the field mapping between the kernel parameters ( cat /proc/cmdline ) and the grub menu. Here is a graphic that explains how to map the values between the two different booting methods.

      Grub_field_mapping.png

    • T

      Issues after upgrading to 16.04

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      65
      0 Votes
      65 Posts
      37k Views
      T

      @Wayne-Workman Thank you so much!

    • aruhunoA

      Strange registration messages

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      64
      0 Votes
      64 Posts
      31k Views
      Wayne WorkmanW

      @aruhuno said:

      Following a discussion with @Sebastian-Roth, we finally found it!
      The problem is the speed negotiation with the switch . I’ll update the firmware of the switches and make feedback.

      #wiki

    • george1421G

      Extend LDAP plugin to support AD authentication

      Watching Ignoring Scheduled Pinned Locked Moved Solved Feature Request
      64
      2 Votes
      64 Posts
      38k Views
      Wayne WorkmanW

      George helped me figure out what I was doing wrong. But what you posted Tom is very valuable.

    • S

      FogReplicator and Storage Nodes.

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

      @george1421 I didn’t know this was a multi-master setup, if that’s what you meant. I was referring to a video on just configuring a second node into an existing fog setup. With the new access control plugin and site plugin, multi-master setups are just that less a good idea.

      As it stands now with the access control plugin, location plugin, and site plugin - the only benifit one stands to gain in a multi-master setup is some level of fault tolerance against the upstream box failing - and fault tolerance against the link failing - and for those two things you loose a comprehensive database/control center in a central location - a major drawback.

    • B

      Image upload & deploy taking a long time

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

      @themcv said in Image upload & deploy taking a long time:

      @brad-schumann Try this, I ran into this on Surface’s.

      Open command prompt as admin.

      manage-bde -off 😄

      manage-bde -status 😄

      Fingers crossed that it will fix it. In my case, Windows was by default encrypting the free space which caused issues.

      Tagging this for the #wiki

    • F

      FOG Server CPU usage 100%

      Watching Ignoring Scheduled Pinned Locked Moved Linux Problems
      64
      0 Votes
      64 Posts
      29k Views
      F

      @tom-elliott Oh la la!! works very verry fine 🙂

    • H

      Hyper V and Pxe boot to Fog problems

      Watching Ignoring Scheduled Pinned Locked Moved General Problems
      64
      0 Votes
      64 Posts
      31k Views
      P

      @Sebastian-Roth Sorry, I completely forgot about this. Just updated to latest kernel on my server and tested on 1803, worked perfect. Thanks for the update.

    • M

      HP Probook 430 G8 System MAC not passing through USB Type-C Dongle

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      64
      0 Votes
      64 Posts
      22k Views
      Tom ElliottT

      @Tom-Elliott I think this post helps fix the issues:
      https://forums.fogproject.org/post/154920

    • W

      Surface 3 Fails to Image

      Watching Ignoring Scheduled Pinned Locked Moved Solved Hardware Compatibility surface surface 3 hard drive
      63
      0 Votes
      63 Posts
      59k Views
      W

      @Sebastian-Roth

      I tried imaging and it works! Thanks for all of the work you guys do!

    • D

      How to pxe boot cent os 7

      Watching Ignoring Scheduled Pinned Locked Moved Solved General
      63
      0 Votes
      63 Posts
      39k Views
      D

      @Wayne-Workman Here is an updated working centos boot code that works for using your own downloaded repo as well as the online repo.

      I downloaded my own repo using command <wget -r -l 0 ./LOCAL-DIR WEBSITE-URL> in Ubuntu.
      once downloaded
      I then copied the repo from my home directory to the /bootimgs folder.
      I then modified the boot code originally provided by @george1421 from:
      :centos
      initrd http://${fog-ip}/bootimgs/centos/images/pxeboot/initrd.img
      chain http://${fog-ip}/bootimgs/centos/images/pxeboot/vmlinuz initrd=initrd.img method=http://${fog-ip}/bootimgs/centos/ devfs=nomount ip=dhcp
      boot || goto MENU

      to

      initrd http://${fog-ip}/bootimgs/centos/images/pxeboot/initrd.img
      chain http://${fog-ip}/bootimgs/centos/images/pxeboot/vmlinuz initrd=initrd.img root=live:http://${fog-ip}/bootimgs/centos/LiveOS/squashfs.img ip=dhcp repo=http://192.168.1.109/bootimgs/centosrepo/mirror.nodeshosting.com/centos/7.2.1511/os/x86_64 splash quiet – || read void
      boot || goto MENU

      the end result is that now I have my own home repo that works even if my machine is not connected to the internet. I assume this is good for corporate or environments where the admin is not wanting to use much data from or restrict the net.

      it also makes short work of the install time.

      I hope this makes someone’s life a bit more easier

      0_1473836274949_cent os boot complete.png

    • J

      Image task not going through

      Watching Ignoring Scheduled Pinned Locked Moved Solved General
      63
      0 Votes
      63 Posts
      29k Views
      J

      @tom-elliott 😄
      It works perfectly now

      Problem: image task not going to completion, getting error
      could not complete tasking /bin/fog.upload
      on host

      Solution: configure password - fog user account, tftp in fog settings and storage node - to match that in .fogsettings file
      https://forums.fogproject.org/topic/10892/could-not-complete-tasking-bin-fog-upload/2
      AND configure SELinux policy (CentOS/Red Hat)
      To make it permissive all the time:
      https://wiki.fogproject.org/wiki/index.php?title=Fedora_25_Server#Continue_pre-config
      Particularly the two lines dealing with SELinux.

    • V

      Fog wont load past kernal_thread_helper+0x6/0x10

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      62
      0 Votes
      62 Posts
      40k Views
      JunkhackerJ

      we have moved to partclone for compatibility reasons. you do not want to use partimage for new images.

    • J

      Fresh VM and Fog 1.2.0 install having issues with iPXE boot

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      62
      0 Votes
      62 Posts
      35k Views
      J

      Good news, I have my 1.2.0 Fog server up again. After building my own ipxe kernel most of my machines can pxe boot properly. I used the bios and uefi @Sebastian-Roth made in that post and both seem to work. Its not asking me for the tftp IP any more and just registered/imaged/deplayed a few machines 😄

    • J

      FOG Web GUI speed and default storage activity

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      62
      0 Votes
      62 Posts
      33k Views
      J

      @wayne-workman

      Very true but making the change in the live DB is a great plan B until a long term plan A is found. I checked the mysql mem calc link and I compared the mysqld.cnf settings for those calculations but many of those variables are not there. I think at this point it works and I don’t foresee needing many more storage nodes in the future for this fog server. I’m happy it’s working now. Thank you both for all your help.

    • Greg PlamondonG

      DHCP problems on storage nodes

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      62
      0 Votes
      62 Posts
      25k Views
      Greg PlamondonG

      @george1421
      Thanks for all your help on this. Next time I will make sure I am running the same branch.

    • J

      HP Elitebook 840 G7

      Watching Ignoring Scheduled Pinned Locked Moved Hardware Compatibility
      62
      0 Votes
      62 Posts
      27k Views
      J

      @george1421Nothing changed, reinstalled 1.5.7. Sorry for the delay.

    • B

      Imaging Issue

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      61
      0 Votes
      61 Posts
      31k Views
      B

      Finally got a chance to get back to this!
      Setting the usb nic flag doesn’t make a difference.

    • B

      Multicast Issues on Centos 7

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

      @BedCruncher said in Multicast Issues on Centos 7:

      @Wayne-Workman

      Using one of the links, can’t remember which. I was able to get the server and client to send using the udp-sender and udp-receiver. So I know they can talk, but I had to use the command.

      udp-sender --file /opt/fog/.fogsettings --log /opt/fog/log/multicast.log --ttl 32 --nopointopoint --interface em2

      if I dropped the last bit off then it would still try to grab em1 instead of em2.

      An example now exists in two different places in the wiki. I want to merge the articles but it will be an involved process to do that - I’ll get it done.

      For now, here are the two articles:

      https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_Downloading_-_Multicast
      2.
      https://wiki.fogproject.org/wiki/index.php?title=Multicast

    • C

      FOG Registration Error. Hostname with that name already exists

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      61
      0 Votes
      61 Posts
      28k Views
      Wayne WorkmanW

      @cojohnson said in FOG Registration Error. Hostname with that name already exists:

      It renamed and started working properly after i reset encryption data. However, I have had to do that every time

      This time isn’t the same if you followed what I asked, because you said you previously had to press the reset button twice, I asked you to press it once.

    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 5 / 10