• PXE Booting Different Models

    Solved
    4
    0 Votes
    4 Posts
    515 Views
    Tom ElliottT

    @jcabuco scenario 2: is your network or at least that port setup for STP? If so, can you enable rapid or fast initialization of stp, sometimes called port fast or rstp?

  • Partclone Upload Stalling

    Unsolved
    24
    0 Votes
    24 Posts
    8k Views
    J

    @Sebastian-Roth said in Partclone Upload Stalling:

    @jemerson93 Please test the newly compiled 4.15.2 kernels you find here: https://fogproject.org/kernels/new/

    Let us know if those help in speeding up the process and still don’t have the other rcu_sched stall issue.

    Hi Sebastian,

    It may take me a couple of days to get a response back to you. As soon as I can, I’ll do another upload and update you.

  • New FOG install, now can't find old image files in FOG

    Unsolved
    8
    0 Votes
    8 Posts
    1k Views
    S

    @PITSKing said in New FOG install, now can't find old image files in FOG:

    If I get it wrong and it fails, can I simply edit the Image Type after the Image is created?

    Yes you can! Compression level does not play a role on deploy but Compression type does, gzip vs. Zstd…

  • Fog Server throws error when trying to image new HP G4 Desktops

    Solved
    6
    0 Votes
    6 Posts
    889 Views
    I

    Upgrading the Kernel fixed this issue. I am not sure what version he upgraded to but I can now image these new computers. Thank you for your help @george1421

  • Incorrect Password on Domain Join with a Re-image

    Unsolved
    2
    0 Votes
    2 Posts
    294 Views
    Wayne WorkmanW

    @dooleyrd We need the FOG log from one of the host’s failed attempts before we can tell you anything. It’s normally at C:\fog.log Please don’t snip a tiny piece from this file, but give us a whole client iteration - or the whole file.

  • Log Viewer entries vanished

    Unsolved
    2
    0 Votes
    2 Posts
    256 Views
    Wayne WorkmanW

    @fenix_team Check for Apache errors that are written during an attempt to see logs via the UI. Also check free space on your fog server.
    Also, just as a general rule you can re-run the fog installer when you have issues, it’s pretty good at fixing them. As always, I recommend a snapshot/backup before making changes.

  • halts at "configuring"

    Unsolved
    4
    0 Votes
    4 Posts
    325 Views
    C

    Sounds good. Thanks.
    I’ll give it a whirl and let you know the outcome / results. Apprec’ 😉

  • No DHCP after PxE Menu

    Unsolved
    9
    0 Votes
    9 Posts
    1k Views
    S

    spanning tree, spanning tree la la la la la (jingle bells)
    I’m saying this from 2 months 😄
    I’m glad to read you saying it ^^

  • 0 Votes
    3 Posts
    248 Views
    S

    @lacaca Again, please post a picture of the error. We can’t help you otherwise.

  • Storage node site move planning

    Solved
    3
    0 Votes
    3 Posts
    464 Views
  • Limit Bandwith

    Solved
    10
    0 Votes
    10 Posts
    1k Views
    S

    We did a remote session. Turned out there was an old fog-client installed on all the machines and for some reason the hosts kept on downloading and trying to install the new fog-client version from the server consuming a lot of traffic on the VPN link. Possibly some security software was preventing the installation though.

  • FOG capture to iso bootable media

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    B

    @george1421 Ah, i see. I was doing it with rsync in a cron job at the moment. I’ll try out your suggestion. Thanks for the info. 🙂

  • MAC addresses still missing from CVS inventory file

    Solved
    5
    0 Votes
    5 Posts
    662 Views
    A

    @Sebastian-Roth Yep! That fixed it!

    Thank you.

    Andrei

  • Client doesn't boot from FOG

    Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    george1421G

    @foguser said in Client doesn't boot from FOG:

    When i bootet it again, it did not care again and just downloaded the citrix nbp-file.

    This is why I need to see the pcap file, not a picture of it but the actual file so I can peek at its bits. I need to see who is telling what to load.

    opened up all ports on the fog server, to make sure nothing is blocked, but i was again only seeing dhcp requests and discoveries. Not to my surprise because the client does, as mentioned above, never try to boot from there.

    The fog server is not in the picture at the moment. Right now the actors are the pxe booting computer and what ever dhcp servers respond to the target computer. FOG comes into play as soon as the target computer asks for the boot file pointed to by dhcp option 67. Your focus needs to be capturing what dhcp server is telling the client. That will be in the pcap. I only care (read want to see) the dhcp packets that is why I recommended using the capture filter of port 67 and port 68

  • Intel RST RAID volumes - missing drives

    Unsolved
    3
    0 Votes
    3 Posts
    695 Views
    george1421G

    @krejci said in Intel RST RAID volumes - missing drives:

    When boot in debug mode and cat /proc/mdstat - nothing, also lsblk and blkid shows nothing.

    This is interesting. lsblk should show the individual drives even if it can’t see the raid. The intel rst “fake raid” (should be properly called hardware assisted software raid) adds an abstraction layer between the physical disks and the OS (FOS in this case) to create the virtual raid disk. If these were standard drives in UEFI mode and this was a dell computer I would say changed the disk mode from “raid-on” to ahci mode. But in this case you kind of need raid-on mode.

    Is this a dell computer? Does it have a bios mode? It would be interesting to see if FOS can see the raid disks in BIOS mode.

  • USB nic general problems

    Unsolved
    6
    0 Votes
    6 Posts
    846 Views
    S

    @martial The fog-client mostly fails with Middleware::Response Invalid security token. From that I see in our code this can only happen if there is a security token set in the DB for this host (identified via MAC address but it’s always the same as you re-use the same adapter over and over).

    Well let’s see if we can figure this out in the DB:

    shell> mysql -u root -p Password: ... mysql> use fog; ... mysql> SELECT h.hostID,h.hostName,h.hostSecToken,m.hmMAC,m.hmPrimary,m.hmPending FROM hosts h JOIN hostMAC m ON h.hostID=m.hmHostID AND m.hmMAC LIKE '%aa:bb:cc:dd:ee:ff%'; ...

    Use the USB nic adapter MAC address instead of aa:bb:cc:dd:ee:ff. See if you get any results.

  • FOG Multicast Starts Prematurely

    Solved
    6
    0 Votes
    6 Posts
    461 Views
    G

    @Sebastian-Roth This is exactly what it was. I feel a little embarrassed haha. Thank you for your help

  • Snapins are not completing

    Unsolved
    2
    0 Votes
    2 Posts
    224 Views
    S

    @xburnerx00 The fog-client is running as a service (system account). It’s probably not able to write into a users home (Desktop) directory. Try using something like C:\Temp and make sure that is writeable for everone…

  • Snapin server not found 503 error

    Solved
    13
    0 Votes
    13 Posts
    1k Views
    X

    @Sebastian-Roth
    Ok, Thank you for the help. I will have to research snapins some more. It seems the issue for this post has been resolved. So I will mark that post as the answer. If I have anymore problems I will make a new post.

  • Backing up database failed

    Unsolved
    4
    0 Votes
    4 Posts
    380 Views
    S

    @thomasg07 What Linux OS (version) did you try to install FOG on? Your PHP version seems to be way to old (5.4.45) and causes the problem.

206

Online

12.3k

Users

17.4k

Topics

155.7k

Posts