• Fujitsu p558 no get ip adresse

    Solved
    10
    0 Votes
    10 Posts
    2k Views
    S

    @kyokushin Please schedule a debug task and boot the machine again. Then when you get to the shell run the following commands:

    ip a s dhclient -v -r enp0s1 ip a s
  • FOG_DISABLE_CHKDSK setting

    3
    0 Votes
    3 Posts
    377 Views
    S

    Now I see, this is just a copy&paste from an old topic… https://forums.fogproject.org/topic/988/fog_disable_chkdsk-setting

    @Bienxanh Why do you waste our time I wonder?

  • API - Create Host Deploy Task "error": "Invalid tasking type passed"

    Solved
    11
    0 Votes
    11 Posts
    2k Views
    J

    @Sebastian-Roth said in API - Create Host Deploy Task "error": "Invalid tasking type passed":

    @Jamaal From the error message I would imagine that this last call is failing because an earlier query also failed and variables are not being set correctly because of the earlier error. So you need to post the full error you see!

    I am not a PowerShell wiz but from what I know the read-host stuff you added should work.

    Thanks man, you pointed me in the right direction.
    So I went back to your script again and ran it and noticed it kept giving an error message after the 1st throw command, like Powershell was skipping the 2nd and 3rd throw command.

    What I had to do was do a read-host, but kept the $ (read-host “enter machine name”) for example:

    [String] $MachineName = $( read-host “Provide the target machines Name”),
    [String] $MacAddress = $(Read-Host “Provide the target machine Address”),
    [String] $ImageName = $(read-host “Provide the Image Name to assign to the new target host”)
    So I saw the task in the task list right away. I’m so so with powershell and starting to get better with it, you know. What I would like to do is maybe figure out powershell commands to add the snapins as a read-host so the tech can select which snapins to use instead of going to the Fog console to be more automatic.

    And I would like Powershell to start the task once the hostname is added to Fog. I can start playing around that.

  • Ubuntu Live Boot Booting to Disk Install Not Live CD

    Solved
    20
    1 Votes
    20 Posts
    6k Views
    F

    @george1421 I think I follow, I’ll give it a bash and let you know, thank you :).

  • 0 Votes
    57 Posts
    17k Views
    S

    @jmvela2x Thanks very much for sticking with us on this and doing the tests!

  • Problems after adding storage

    13
    0 Votes
    13 Posts
    1k Views
    X

    Thank you for this information. I will have to come back to this at a later date though. I really do want to continue with this but our school district is in the middle of preparing machines and we’re relying on FOG heavily right now. I am not a Linux user so everything is new to me right now, so if we lose FOG, it will set us back a bit. Once projects are done I will come back to this. Thanks again.

  • 0 Votes
    2 Posts
    392 Views
    S

    @lebrun78 said in https, with home certificates and boot.php… No such file or directory (http://ipxe.org/2d0c613b):

    ./installfog.sh -C -K

    I really hope you don’t use the fog-client software as re-generating the internal CA will break all communication to the fog-clients.

    I modified /etc/httpd/conf.d/fog.conf with…

    This will be overwritten as soon as you re-run the FOG installer. I know this part of FOG needs some more attention but I can’t find the time to get into all of this. So I lost track of the SSL stuff a few weeks ago. Will need to work on the wiki article about this again: https://wiki.fogproject.org/wiki/index.php?title=HTTPS (this is not ready-set-go yet)

    I tried to generate a new ipxe configuration
    cd /opt/fogproject-1.5.9-RC2/utils/FOGiPXE/
    ./buildipxe.sh

    You will need to specify your CA cert on the command line when building and manually copy the binaries over after that, e.g.:

    cd /opt/fogproject-1.5.9-RC2/utils/FOGiPXE/ ./buildipxe.sh /etc/httpd/cert/DigiCertCA.crt cd ../../packages/tftp/ find -type f -exec cp -Rfv {} /tftpboot/{} \;
  • Unable Boot to Hard Drive after loading an image

    9
    0 Votes
    9 Posts
    1k Views
    george1421G

    @mhx Ok then lets extend a bit on what Sebastian suggested. Right now the main issue is PXE booting into FOG, and your firmware’s absence of a uefi network stack. So what we are going to attempt is to supplement your firmware by booting the iPXE boot loader directly from a uefi bootable memory stick using this process: https://forums.fogproject.org/topic/6350/usb-boot-uefi-client-into-fog-menu-easy-way

    typically the PXE rom in your network adapter reaches out via bootp and downloads the iPXE boot loader from the network, in this case we are going to load it directly from the USB flash drive. That flash drive can be tiny in todays standards. The iPXE boot loader can easily fit on a 512MB flash device. There is no need for anything bigger since it will be just a waste of empty space.

  • directory listings enabled in fog-installation

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    S

    Finally added the simple route of HTTP redirect via index.php (99a407e and ad2813ab).

  • Ubuntu Live CD Added to Fog

    3
    0 Votes
    3 Posts
    417 Views
    F

    Perfect @george1421! I’ll give it a whirl, thank you.

  • FOG ClamAV Task Mount Permission Denied on Ubuntu.

    4
    0 Votes
    4 Posts
    783 Views
    george1421G

    @foggystarz You might want to look through this thread for ideas for pxe booting recovery media with FOG: https://forums.fogproject.org/topic/10944/using-fog-to-pxe-boot-into-your-favorite-installer-images/3?_=1590418175520

  • FOG Image Size on Client Issue

    4
    0 Votes
    4 Posts
    750 Views
    S

    @Derek-Newbold As a very first step I may ask you to post a picture of the error that you see on screen when an image does not properly deploy “due to image size being set to 0”.

    While I can’t be absolutely sure (there have been many changes and fixes since FOG 1.5.4) I am not aware of the image size playing any role when deploying an image to a host! It’s true that in FOG 1.5.4 the image size on client field is being updated and set to 0 if it fails deploying and that is something strange we fixed lately. It will only ever do this on captures now.

    Nevertheless I don’t think the image size should influence the deployment process in any way. Please provide error messages.

  • FOG Client error: Middleware::Authentication ERROR: Could not get security token

    Solved
    15
    0 Votes
    15 Posts
    3k Views
    S

    @ITHand Have you read through this topic start to end? May I ask you to do the database queries mentioned below and see if you can find out if one of the MAC addresses is already in the DB and which one it is. Take a very close look at all the network interfaces you have in your network manager on Windows - also tunnel interfaces and such.

  • Install Issue

    3
    0 Votes
    3 Posts
    364 Views
    S

    @wafflest1ck said in Install Issue:

    the issue is that our network is pretty tight

    What exactly do you mean by this?

  • 0 Votes
    6 Posts
    1k Views
    S

    @DennisRentAll Let’s take one step back here. Is this a fresh clean install of FOG showing this issue or has this worked before and the problem turned up just now?

    What Linux OS is this running on? Firewall disabled? SELinux disabled?

  • Fog 1.5.5.1 is slow? somehow?

    5
    0 Votes
    5 Posts
    680 Views
    george1421G

    @sbenson But the other location was fast at one time. Or the root of the issue is the location IS the difference that causes speed issues??

  • 503 service unavailable

    Moved
    6
    0 Votes
    6 Posts
    1k Views
    S

    @zyzhang Yes you can delete an image through the web UI and it will delete it on disk as well. But you have to make sure you use the delete button in the image settings view - not the multi delete from the list view!

  • 上传镜像报错

    Moved
    4
    0 Votes
    4 Posts
    574 Views
    S

    @zyzhang Yes you can delete an image through the web UI and it will delete it on disk as well. But you have to make sure you use the delete button in the image settings view - not the multi delete from the list view!

  • Delete Queue?

    Solved
    3
    0 Votes
    3 Posts
    747 Views
    DJslimD1kD

    Hey rhromyko! Thank you for that information! I was having the same problem.

  • LDAP authentication with userPrincipalName fill with email address

    19
    0 Votes
    19 Posts
    3k Views
    george1421G

    @fritoss007 said in LDAP authentication with userPrincipalName fill with email address:

    Should I report it somewhere else

    In this tread is good enough. Both Tom and Sebastian are in this thread so its the right place at the right time.

99

Online

12.4k

Users

17.4k

Topics

155.9k

Posts