• snapin order

    Solved
    3
    0 Votes
    3 Posts
    3k Views
    O

    thanks dude 🙂

  • FOG not renaming of joining to the domain

    Solved
    14
    0 Votes
    14 Posts
    6k Views
    ryan.mckenzieR

    @Tom-Elliott 0_1490369943984_upload-3da12f01-d939-4c92-ab1b-f05b259561fc

    Here is the box I missed if anyone is following

  • Images and hosts properties losted when upgrade from 0.32 to 1.3.5

    Solved
    9
    0 Votes
    9 Posts
    3k Views
  • host MAC update problem

    Moved Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    F

    Take your time, as I have learned to solve it for me is not urgent. You told me if i think it needs further investigation, let it be posted in separate thread, so i did 🙂

  • Storage Management not showing my images

    Solved
    23
    0 Votes
    23 Posts
    13k Views
    george1421G

    @michaeloberg use the Git method here to upgrade: https://wiki.fogproject.org/wiki/index.php/Upgrade_to_trunk
    No it shouldn’t mess up your current installation. If you want it to break your current setup, just let me know and I will show you how.

  • [Solved] Unable to boot FOG from PXE with a VM (virtualbox guest)

    Solved
    8
    0 Votes
    8 Posts
    6k Views
    S

    Ok guys : it’s solved!!!

    The issue was due to the chipset selection…
    I finally tried on a default VM hosted on an Ubuntu for testing (maybe it was the virtualbox /windows version causing the issue) and it launched the fog pxe environment.
    So I changed to the same settings on my windows host and that was fine…

    I hope it would help if someone has the same situation.

    Thank you all!!

    I installed the last stable version of fog (1.3.5) and find it awesome: the improvements since the 0.32 are really great!!

    I don’t know (and don’t want) to make software developement but I’d like to help about french translation (if you need it) when my windiws 10 migration will be done. Tell/contact me if you want 🙂

  • customise web interface

    Solved
    7
    0 Votes
    7 Posts
    3k Views
    Wayne WorkmanW

    Thread solved.

  • Could not find any nodes containing this image

    Solved
    14
    0 Votes
    14 Posts
    5k Views
    Tom ElliottT

    Found the issue.

    The maxClients field was being scanned for. This only allowed a “maxClients” of between 1 and 9999. The idea for this range was to get nodes that were not set to 0 max clients. I was trying to make the sql handle the return, but this would imply some form of array to search for. I just moved the check to look if it is less than 1.

  • Capture image problems

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    C

    Here is an better pic… Yes I will update tonight.!

    0_1490310548304_rsz_20170321_135330 (1).jpg

  • Custom client boot menus for each client

    Solved
    11
    0 Votes
    11 Posts
    4k Views
    guthriesoundG

    @george1421 I think we can mark this as solved. This conditional test works very well. I ended up using the MAC address for this and then creating a separate menu for each iso.
    Example: In fog.local parameters
    iseq ${net0/mac} f4:4d:30:65:23:94 && goto fog.Ubuntu-16 ||
    iseq ${net0/mac} 00:30:1b:82:d2:d2 && goto fog.Gparted ||

    Thanks,
    Scott

  • can't upload big snapin

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    george1421G

    @oraniko sweet. See just a little knowledge (where to look) grants great power.

  • Delayed tasks not working

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    Tom ElliottT

    We keep “scheduled” tasks listed so you have a sort of record of actions and their “activity” from a scheduled standpoint.

  • Configuring UDPCast Failed

    Solved
    21
    0 Votes
    21 Posts
    11k Views
    N

    @george1421 I have ran this like before start installation. mount -o remount,exec /tmp

  • EBR Signature Invalid

    Locked Solved
    58
    0 Votes
    58 Posts
    44k Views
    Wayne WorkmanW

    If you are using anything older than FOG 1.3.5 and have this error, please upgrade to 1.3.5 (or newer) or migrate to a new box that has 1.3.5 (or newer). For those that would like to migrate, this article is helpful: https://wiki.fogproject.org/wiki/index.php?title=Migrate_FOG

    If you have this error on 1.3.5 or newer, please create a new thread in the forums. This thread is locked.

  • FOG_1.3.4 - Image location issue

    4
    0 Votes
    4 Posts
    2k Views
    george1421G

    @dloudon96 said in FOG_1.3.4 - Image location issue:

    /images/dev/00232497514f:

    If you see files in /images/dev after the upload is completed [ /images/dev/00232497514f: ] then you have an FTP issue. I outlined the steps to fix this just yesterday in another post. https://forums.fogproject.org/topic/9755/storage-management-not-showing-my-images/12

    There is also a wiki page for helping sort out FTP error messages: https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_FTP

    My bet during upload you were getting either an ftp authentication error (as in the picture in the link I referenced first) or a database update error. Both are related to the linux fog user account being out of sync with the FOG management gui.

  • office snapin problem

    Unsolved
    9
    0 Votes
    9 Posts
    6k Views
    Wayne WorkmanW

    @oraniko When a snapin or snapinpack runs forever, usually this means it’s waiting for input. And snapins are not allowed to receive input, nor interact with the end-user in any way.

    So, to troubleshoot, Step back and start without even involving fog. Unzip all these files to somewhere - open an elevated command prompt, cd to the directory and run setup.exe and see what happens. If it doesn’t “just go” without asking for any input whatsoever - then it needs work. Once you have it “just going” without any help, take that work and those commands and make a snapin or snapinpack with them. The links I posted below are full of resources & ideas.

  • Reg Query with 0.11.11 client

    Unsolved
    9
    0 Votes
    9 Posts
    3k Views
    x23piracyX

    Hi,

    try this style:

    FOR /F "tokens=4 skip=3" %%i IN ('REG QUERY "HKLM\Software\Firma\Produkt" /ve') DO SET Pfad=%%i```
  • Blank Page after installation FOG_1.3.4

    10
    0 Votes
    10 Posts
    4k Views
    R

    @Jaymes-Driver thanks mate

  • Max task for single snapin

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    J

    @Tom-Elliott

    Your command has changed something.
    Now, it runs “single snapin” only on the host that have it added (it means only 1).
    Is this normal ? lol

    edit : Found out, with Thomas, that I have to associate this snapin to each host to create a working task for every host using group single snapin task.

  • Unable to PXE Boot HP 745 G3 laptop, connection timed out (http://ipxe.org/4c126035)

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    M

    This works now. Thanks All.

79

Online

12.7k

Users

17.6k

Topics

156.8k

Posts