• Hyper-V Very Slow to Capture Image

    Unsolved
    4
    0 Votes
    4 Posts
    731 Views
    S

    @bnorwood Sorry for my late reply…

    Please try the last command again exactly as I posted:

    ls -1 /sys/class/net/ | grep -v lo | xargs -n1 -I{} bash -c 'echo -n {} :" " ; basename `readlink -f /sys/class/net/{}/device/driver`'

    In the picture I see that the first quote before the echo a back tick was used instead of a single quote.

    Edit: I just saw the kernel version and I can imagine you still have one of the old kernels that had the Hyper-V slowness problem in it. Please update the kernel (FOG web UI -> FOG Configuration -> Kernel Update) and see if that makes a difference.

  • No udp-sender?

    Solved
    20
    0 Votes
    20 Posts
    4k Views
    J

    @Sebastian-Roth

    Yeah I would rather not re-build my DB from scratch if at all possible. I have fewer hosts now than when I started with FOG but it’s still a large number. I am in the process of setting up another FOG server to do a fresh install and go from there. I do need to clean some things up in there so it may be the time to do this. I did run through the Troubleshoot MySQL Database Maintenance Commands and didn’t get real far with it. I"ll look at that once more before I bite the bullet on starting over.

    I’ll post back to the other thread I started. Hopefully I can figure something out without having to re-do the entire DB…

    Thanks for all of your help! I know you guys put in a ton of time with FOG and it’s very appreciated!!

    Cheers!

    Joe

  • Error deploying image to SSD

    Unsolved
    10
    0 Votes
    10 Posts
    1k Views
    S

    @phishphan Issue here is that you have a second recovery partition (type=DE94BBA4-06D1-4D40-A16A-BFD50179D6AC) as fifth partition. FOG is not able to move that partition around and therefore cannot actually shrink your layout to fit on the smaller disk.

    Let’s do the maths. sda5 starts at sector 974862336 and is at least 1908736 sectors in size: (974862336 sectors + 1908736 sectors) * 512 bytes sector size = 500106788864 bytes ~ 465.76 GBytes

    That’s about the size of disk you need to be able to deploy this particular disk layout to it. In case you would remove the fifth partition (not saying you should as I don’t know your setup enough) the maths would be: (1161216 + 330329656) * 512 ~ 158.07 GBytes

  • Some issues with FTP on a FreeNAS

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    george1421G

    @tandersb If you want to debug the issue, the best advice on debugging I can provide is here: https://forums.fogproject.org/post/124470 This is a fog admin that is trying to use a qnap and is getting a similar result.

  • FOG Registration for Dell Optiplex 3630 Errors

    Solved
    12
    0 Votes
    12 Posts
    2k Views
    george1421G

    @kenneth-sisco I know it took you a long way to get here, but its great when you can pinpoint the root of the error and fix it knowing that its not just some random crud that may reappear when it will hurt the most.

  • problem ACPI error

    18
    0 Votes
    18 Posts
    6k Views
    C

    @Quazz ok.

  • Failed to download kernel, Could not download binaries1.5.6.zip properly

    Solved
    2
    0 Votes
    2 Posts
    349 Views
    D

    It’s okay, I managed to solve the mistake. I placed myself in the root folder

    cd /root vim.curlrc

    Once I got in, I went in.

    proxy=http://nom_or_ip_address_of_proxy:port/

    then register and restart the installation of Fog

  • FOG Kernel Update Errors

    Solved
    13
    0 Votes
    13 Posts
    3k Views
    K

    Great! Let’s mark this one as solved. In short, the issue for the kernel update was related to the permissions on the /var/www/fog/service/ipxe folder, which was a confirmed bug in version 1.4.4.

    I’ll move the other issue to a new thread. Cheers!

  • Make network boot applications from fog server

    3
    0 Votes
    3 Posts
    295 Views
    N

    @Sebastian-Roth Very thanks Sebastian for answer and link

  • Basic Image Capture Stuck in Loop

    Solved
    16
    0 Votes
    16 Posts
    3k Views
    B

    @Sebastian-Roth The password error solved the capture issue. I have successfully captured the image. Thanks for the help! I will start another thread on the Hyper-V slowness issue.

  • Fog snapins not ordered on launching time.

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    EduardoTSeoaneE

    @Sebastian-Roth yes, can be closed thanks.

  • No Such Device or Address Error

    Unsolved
    2
    0 Votes
    2 Posts
    457 Views
    george1421G

    FOG needs to be able to resolve the name you defined as a host name in fog to the target system using DNS. So if you can open a command prompt and ping Win10_AT and it works then you have everything setup and fog should resolve and show these systems as up. The only other thing is FOG doesn’t use the icmp ping command to check status but FOG tries to connect to udp port 445 on the target computer. So you need to make sure that udp port 445 is enabled in the target computer’s firewall.

    So to restate this in list form:

    The hosts to be able to be resolved by name by DNS The host have udp port 445 open in the windows firewall.

    This is only informational (green or red mark in the host list) and does not impact the function of fog if you choose to ignore it.

  • Trouble with booting to windows

    Solved
    29
    0 Votes
    29 Posts
    6k Views
    george1421G

    @JerJer said in Trouble with booting to windows:

    @george1421 the computer names are nifferent from fog names. Would they all have to be changed manually?

    If you want the fog errors clear when you list the hosts then you need to have the fog name match the real system name and fog will need to be able to find the systems using dns lookups.

  • Imaging from Storage node fails

    Unsolved
    14
    0 Votes
    14 Posts
    1k Views
    S

    @ErwinBullen said in Imaging from Storage node fails:

    I tried to mount and extract the image, but do not get beyond this error

    Sorry for that. Please try this:

    mkdir -p /mnt/images mount -t nfs 192.168.100.32:/images /mnt/images zcat /mnt/images/B-Blok-v18-v4/d1p2.img | partclone.ntfs --restore --restore_raw_file --ignore_crc -N -f 1 -s - -O /tmp/d1p2_deployed.img

    Hint: Again make sure you do this on a system where you have enough space in /tmp or where ever else you have enough room to dump the extracted image for testing. Maybe best to mount an empty extra disk in /mnt/test/ and write the output file there.

    As well please run ls -alR /images on your storage node and post output here.

  • Configuration serveur FOG menu pxe redirection vers serveur ubuntu 18.04 LTSP

    Solved
    17
    0 Votes
    17 Posts
    2k Views
    george1421G

    @franck25 So we were very close in my early posts. I’m glad you now have a solution!!!

  • FOG 1.5.2 Enable https

    Unsolved
    2
    0 Votes
    2 Posts
    519 Views
    S

    @jrm Enabling HTTPS means that you need to recompile the iPXE binaries as well to add your local CA certificate. We added that functionality to FOG in 1.5.5 and fixed it in 1.5.6. I am sorry but we can’t put much effort into backporting those changes to 1.5.2 as we have way too much to do with current changes and requests.

    Let me suggest you look into the current version of the iPXE compile script that comes with FOG 1.5.6. Maybe download and try this: https://github.com/FOGProject/fogproject/blob/master/utils/FOGiPXE/buildipxe.sh

    But as well you probably need to adjust apache configs manually.

  • Failed to download kernel, init and fog-client binaries...

    Unsolved
    10
    0 Votes
    10 Posts
    4k Views
    S

    @MFuchs135 Please run the following commands and post a picture of that here:

    sudo -i cd /home/user/FOG-Imaging-Server/tmp ls -al cat binaries1.5.6.zip.sha256
  • HP ProBook x360 11 G1 EE Notebook PC succeeds but fails at exit

    Moved Unsolved
    4
    0 Votes
    4 Posts
    513 Views
    F

    Hi George and thank for your attention 😉

    We get the error each time computer should reboot or shutdown if we mark the option in the deploy/capture task and yes, you are right, we even get the error executing ‘reboot’ command at FOS.

    It’s exactly the same issue that @sudburr describes here:
    HP ProBook x360 11 G1 EE Notebook PC succeeds but fails at exit
    But, as it was an old thread, i’ve opened a new one.

    This is the error I get: https://ibb.co/mhYpyG1 Which is exactly the same as @sudburr’s video. I think it’s still online.

    I have tried all options i could, but i’m getting out of ideas

    Thanks!

  • WinPE boot.wim not loading

    Unsolved
    1
    0 Votes
    1 Posts
    180 Views
    No one has replied
  • Error upload "could not open inode xxxxx"

    1
    0 Votes
    1 Posts
    282 Views
    No one has replied

124

Online

12.4k

Users

17.4k

Topics

155.9k

Posts