• Issues after image done

    Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    Tom ElliottT

    @koelhomem Why do you think things are “correctly configured”?

    Based on the message I’m seeing, there’s a problem with mounting the NFS share to perform the download from.

    I’d say try:

    Restart the server’s nfs service (Redhat typically service nfsd restart or service nfs restart, ubuntu typically service nfs-kernel-server restart)

    Check the exports file It should look something like:

    /images *(ro,sync,no_wdelay,no_subtree_check,insecure_locks,no_root_squash,insecure,fsid=0) /images/dev *(rw,async,no_wdelay,no_subtree_check,no_root_squash,insecure,fsid=1) Ensure permissions are correct and the .mntcheck files exist in both directories: touch /images/.mntcheck touch /images/dev/.mntcheck chmod -R 777 /images Make sure firewalls are disabled on the server. Or at least the right ports are opened up.
  • storage nodes /groups storage capture image

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    H

    This is solved since the RC-28
    thank you

  • FOG Client log reporting old RC and odd behavior

    Solved
    53
    0 Votes
    53 Posts
    35k Views
    Wayne WorkmanW

    @fry_p It could be a monitor, keyboard, mouse, patch cable, video cable, or power cable causing the issue too.

    We had a computer “Spot” once that was just voodoo’d. It blue screen’d, I said OK. Image it. Fixed. A few weeks later, blue screen. I said, OK it’s a hardware issue. PC Replaced, boom fixed. A few weeks later, another blue screen. I said, OK, this is highly unusual, but I’ll image it. Fixed. And again, another blue screen.

    After that last one, I went in with a replacement monitor, replacement VGA cables, replacement power cables for everything, replacement keyboard, mouse, surge protector, and replacement patch cable. The whole 9-yards. Everything but the physical desk and chair was replaced. And that fixed it. All the old crap I pulled from there was marked “bad” and surplussed, I didn’t even bother testing those items as they were old and low-cost.

  • Response Error Multiple hosts returned for list of mac addresses

    Solved
    11
    0 Votes
    11 Posts
    7k Views
    Tom ElliottT

    I feel I need to add this, so people stumbling across the post understand.

    The UNIQUE key for the hostMAC table is one key with two columns (hmMAC, hmHostID). Basically this means, a MAC cannot exist multiple times for the SAME host, but they can appear multiple times for different hosts. The idea is to allow the mac’s to show up with the hosts they reside in, but when it comes to identifying a host based on the MAC address, this becomes much more of a “no man’s land”.

    This, we hope, will not be the case for much longer. One, MAC Addresses can be spoofed (and the same mac can exist on different machines even) so we’ve kind of lost the MAC Address as a unique identifier for a host. It probably doesn’t help that it’s not uncommon for a Laptop to have 2 or 3 MAC Addresses on it. Image an organization with only 1000 laptops. That’s potentially 2000 to 3000 MAC Addresses. Now I realize the unique identifier number is extremely high (each manufacturer has a potential of 16,777,215 addresses available) but as you see you can have the same mac address on multiple systems, it’s not very good for the hometeam.

    It is uncommon to see the error itself, but when it has come up it’s usually because of a VM or TUNNEL adapter that is embedded as a part of the image. This, more or less, is where the pending filter comes in though.

    While this field was, I think, only intended to filter any incoming “pending” mac addresses, it really should be applied to any mac address and it has been made to do exactly that.

  • Kernal panic - not syncing: Attempted to kill init!

    Unsolved
    20
    0 Votes
    20 Posts
    11k Views
    ManofValorM

    OK, I fixed the Apache/HTTPD issue. After much, much, much searching I found this site for a fix and it worked for me.
    http://awsadminz.com/httpd-service-main-process-exited-kill-cannot-find-process/
    Should I post a separate tutorial as a fix for this issue?
    As for the kernel thing, I tried a different PC and it is working fine. I guess I’ll have to figure that one out.

  • Chainloading Failed on EXIT - Hangs on REFIND_EFI

    Unsolved
    21
    0 Votes
    21 Posts
    10k Views
    JJ FullmerJ

    @88fingerslukee In the bios/uefi firmware settings, what is the boot order?

    i.e and or also…

    Is UEFI enabled and Legacy enabled, or just UEFI?
    What pxe boot file are you using? I’ve seen that make a difference. I haves some cheaper HP’s that won’t boot with sanboot to the hard drive if you use ipxe.kkpxe, but they work fine with ipxe.pxe or ipxe.kpxe.

    Also have you played with the refind boot settings? There’s a file on the fog server at
    /var/www/fog/service/ipxe/refind.conf
    there is a line that starts with scanfor I’ve changed mine to only look for internal,external which means it only looks for uefi options and not legacy options. On a few of my devices, if I have it set as uefi only it has a pause on the host every boot if UEFI CSM isn’t set and it searches for the bios options that are enabled in fog by default.

  • Upload Image slow

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    Tom ElliottT

    @Olduser Normally this is an FTP issue (as ftp is used to move the image from the /images/dev to /images folder).

    Please run through:

    https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_FTP

  • Fog Client issues

    Unsolved
    17
    0 Votes
    17 Posts
    6k Views
    Q

    I’m guessing your Antivirus installs a Filter Driver in your Network Adapter. If correct, uncheck it, save, and try again.

  • Can't export database fog in WebGui

    Unsolved
    9
    0 Votes
    9 Posts
    3k Views
    J

    @Wayne-Workman
    Thank you Wayne. I am agree with you. I will use now command line to manage mysql.
    This will be the opportunity to improve my knowledge in sql 😉

    Have a good day

  • How to prevent changes to existing /etc/exports file

    Solved
    12
    0 Votes
    12 Posts
    4k Views
    Tom ElliottT

    @sudburr what you performed is correct, if you already had a prior config laid out. Sorry I didn’t recognize this sooner but a fix for this has been added to the next working branch.

    Essentially the variable was being set properly, but it was being overwritten when the fog settings file was imported.

  • Unable to Load bzImage

    15
    0 Votes
    15 Posts
    7k Views
    E

    Good News Everyone!!!

    I was able to get ipxe.efi to work, got a new USB to Ethernet adapter. The client was able to load and run the full registration without issue.

    USB Ethernet adapter that works is HP P/N829834-001, it’s a USB 3.0 to Gigabit adapter. May want to add this to the confirmed working hardware list.

    Thank you @george1421 for all the help was just about to load the bootable usb when the adapters arrived.

  • Fog client can't connect to server

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    LenainL

    @Tom-Elliott
    Work fine, thanks a lot!

  • Fatal Error When Uploading Image

    Solved
    16
    0 Votes
    16 Posts
    6k Views
    RobTitian16R

    @Wayne-Workman I can confirm this is now working - I just had to re-image the system and sysprep it again. It’s now uploading fine.
    Thanks for the help and suggestions 🙂

  • Fog User | permission/privileges

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    Wayne WorkmanW

    If you’re running FOG 1.3.0 Release Candidate, you can protect images so that they are less likely to be accidentally deleted.

    Also, 1.3.0 Release Candidate has a table in the database called history that you can look through to see what user deleted what image, or did what action. So at least they can be accountable for their actions.

  • "Could not find a Storage Node in this group, is there one enabled?"

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    Wayne WorkmanW

    @Tom-Elliott said in "Could not find a Storage Node in this group, is there one enabled?":

    which would explain the “is one enabled” message.

    This is a higher than normal brought up message on the forums recently. Perhaps not on bug-scale but it is higher than average. I’m hoping these issues go away with RC-27’s fixes whenever that is released.

  • Error with SVN 6017 and HTTP 500

    Unsolved
    10
    0 Votes
    10 Posts
    3k Views
    Wayne WorkmanW

    I agree with Quazz about updating to the latest RC. Every new RC has fixes.

  • UUID on deployed machine is from imaged machine CENTOS 7.2

    Unsolved
    2
    0 Votes
    2 Posts
    909 Views
  • PHP 7.1 Failed On Trunk Upgrade To RC-25

    Unsolved
    9
    0 Votes
    9 Posts
    4k Views
    Tom ElliottT

    @Wayne-Workman It had nothing to do with PHP. It had to do with the FOG Services not being properly picked up. PHP code had nothing to do with any of these problems. (Not saying there wasn’t a coding problem, just want people to more properly know what/where a problem is.)

    The php not installing proper wasn’t something I’ve been able to replicate. But after this, a fresh install didn’t start the proper portions of the services which has been addressed.

  • Error upgrading from 1.2 to 1.3 rc 25

    Solved
    13
    0 Votes
    13 Posts
    4k Views
    S

    Ok, thanks for letting us know. Marking this as solved then.

  • Wrong permissions for NFS Share

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    Wayne WorkmanW

    @Mokomoko I’m free today if you want help. IM me.

105

Online

12.7k

Users

17.6k

Topics

156.8k

Posts