• Capturing an Ubuntu 18.04 corrupts filesystem on client

    Solved
    4
    0 Votes
    4 Posts
    947 Views
    Wayne WorkmanW

    @tywyn Glad you got it working. There’s been a whole lot of improvements around partitions and resizing in the last year, so it must be an issue with 1.4.4 in your case.

  • DHCP increase range

    Solved
    9
    0 Votes
    9 Posts
    3k Views
    S

    @tom-elliott THANK YOU! No, I didn’t do that. I simply reinstall/refresh fog with those settings. After reinstall, fog keep settings and run ok!thank you again!

  • API basic auth not working

    Unsolved
    3
    0 Votes
    3 Posts
    872 Views
    Tom ElliottT

    It also appears you’re missing the actual FOG-API-TOKEN header.
    E.G. Try:

    curl -H 'fog-api-token: YourFOGAPITokenHere' -H 'Content-type: application/json' -u api:password 'http://fog.home/fog/task/active' -vvv
  • Get Hard disk fails on UEFI based system

    Unsolved
    21
    0 Votes
    21 Posts
    15k Views
    george1421G

    @sarge_212 Once you have the git repo locally then when fog 1.5.3 is released you can follow my initial instructions about git pull to download the updates.

  • 0 Votes
    12 Posts
    3k Views
    V

    @tom-elliott dumb question found how to enable plugins.

  • Coudlnt complete tasking fog.upload

    Solved
    2
    0 Votes
    2 Posts
    515 Views
    S

    @tneuber What server OS is this? Did you change php.ini settings? Are you able to use the Web UI without issue? The message seen on screen is a PHP message. Take a look at the PHP ini file on your system an set an appropriate timezone. Depending on your OS the INI can be in different locations. On my debian server I have it in /etc/php/7.0/apache2/php.ini. Should be somewhere along this line on yours as well.

  • How are you guys using OU's within FOG?

    Unsolved
    3
    0 Votes
    3 Posts
    811 Views
    Tom ElliottT

    OU Drop Down option is kind of confusing to setup, but it does work.

    Each OU is separated with a |

    The “default” OU is marked with a ; at the end.

    What this means is:

    OU1|OU2;|OU3|OU4

    Will create a dropdown of:
    OU1
    OU2
    OU3
    OU4
    with OU2 being the default selected one.

    Hopefully this helps.

    Mind you all this is is a dropdown, you still have to make the choices and update the hosts/groups in question for this to apply.

  • PXE boot problem after setup

    Solved
    9
    0 Votes
    9 Posts
    3k Views
    T

    @sebastian-roth The issue was changing the LAN boot selection from UEFI to CSM Boot. Thanks all!

  • Feasibility of upgrading from 1.3.5 - Network issues

    Solved
    5
    0 Votes
    5 Posts
    510 Views
    J

    @george1421 said in Feasibility of upgrading from 1.3.5 - Network issues:

    @joshghz said in Feasibility of upgrading from 1.3.5 - Network issues:

    So to clarify, RSTP has to be enabled on all client ports/switches, not just the one the FOG server is connected to?

    Yes client ports only, (typically) the fog server never winks the network link at all while running. This issue is exactly between the pxe booting computer and the building switch.

    Yeahhhhhh, that’s what I was afraid of. I’ll have a chat with him at some stage, but I’m going to guess this endeavour may have to wait until we get the Merakis.

    Thanks anyway! It was really helpful to suss this out. 🙂

  • Dashboard Bandwidth graph not showing traffic

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    S

    @coxm said in Dashboard Bandwidth graph not showing traffic:

    For reference POR (Master) and ATL (Storage Node) are on 1.4.4
    PHX (Storage Node) is on 1.5.2

    Though I am not an expert on the inter FOG node communication I’d advise you to run the same version of FOG on all your nodes and see if that helps.

  • Change group ID number?

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    Wayne WorkmanW

    @vince-villarreal Try to add a group and see what the ID is.

  • mixed version setup possible?

    Solved
    2
    0 Votes
    2 Posts
    640 Views
    C

    I have found the problem, it was the type of speech mark round the password.
    Thanks to those that viewed.

  • Snapin create failed

    5
    0 Votes
    5 Posts
    1k Views
    george1421G

    @dbrown You can fix this in php-fpm config.

    The path should be /etc/php-fpm.d/www.conf
    Edit that file and towards the end of the file add these two lines:

    php_admin_value[post_max_size] = 100M php_admin_value[upload_max_filesize] = 100M

    Save and close the file then issue this command
    sudo systemctl restart php-fpm
    That will bump the max upload size of the files to 100MB

  • Cant boot to fog UEFI or Legacy

    Solved
    26
    0 Votes
    26 Posts
    11k Views
    S

    @snaggel So we figured out the port on our switch was a trunk port. we cleared the configuration on the port. we also enabled portfast on it. we tested and it registers the host and loaded images. just wanted to let everyone know. thanks again. now on to getting it activated through KMS.

  • Is it possible to Capture to Storage Node only? (instead of master node)

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    Tom ElliottT

    @wayne-workman I want to reclassify the last point you made so hopefully easier reading.

    A Storage Node Definition can only belong to one group. However, if you create a second storage node using the same information as a peer siting node, except changing the name of the node, it can belong to another group. The code has been adjusted to read all nodes.

    I know this may seem arbitrary in explanation but it more directly points out that a node definition can only be in one group.

  • Parted Magic

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    george1421G

    The latest parted magic iso image I can find (free) is 2013. So I looked through that iso and based on what I see I have an observation.

    The error message mentions unable to mount the squashed file system file.

    I don’t see where you are transferring that file system via iPXE? I do see that file on the iso in /pmagic/pmodules directory.

    I would be interested in reviewing the following files from the 2018 iso image.

    /boot/syslinux/syslinux.cfg /boot/pxelinux/sample_pxelinux.cfg

    Lastly are you trying to iPXE boot this image on a uefi or bios based image?

  • Fast wipe in advanced menu

    10
    0 Votes
    10 Posts
    6k Views
    M

    So fog wipe gives you a timeout of 60 seconds (if you decide not to wipe the drive).

    Changing it in the fog settings doesn’t make any difference. Any way to disable that timeout or change it ?

    Then it gives an error about updating the database (even if the hdds partition table is zeroed), any way to disable that as well ? thanks alot.

  • Slow web Interface 1.5.2

    Unsolved
    2
    0 Votes
    2 Posts
    575 Views
    S

    @Raymond-Bell Anything in apache error logs?

  • X1 Yoga Black screen after init.xz

    Unsolved
    8
    0 Votes
    8 Posts
    4k Views
    george1421G

    @foguser9856 said in X1 Yoga Black screen after init.xz:

    Is that something I can change?

    Unfortunately that is one of the caveats of booting this way. You loose the dynamics that iPXE provides.

    But booting FOS via USB does tell us that there is nothing wrong with the kernel or the inits. It appears to be the handoff between iPXE and FOS, or you have flaky firmware on that yoga.

    Has the firmware been updated to the latest release on the yoga?

  • FOG 1.5.2 Image Capture Lags

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    J

    @quazz

    So I tried re-capturing the image from my VM and it finally finished but took forever. I left a ping running on the host and the server and never had any lost packets. I had some higher ping times going to the VM were average with one very high number. But never any packet loss.

    I decided to try and capture the image to a brand new image and not one I had used previously. I noticed my transfer rate was higher and it ultimately finished capturing the image.

    Could the delay simply be the difference between imaging a Windows 10 machine versus a Windows 7 Machine? This is the first image I have created of a Windows 10 machine.

    Let me know if you have any thoughts on this.

    Thanks again for making me think more about it. 🙂

    Cheers!

88

Online

12.7k

Users

17.6k

Topics

156.8k

Posts