• Backing up database Failed on install

    Solved
    6
    0 Votes
    6 Posts
    400 Views
    S

    @Tom-Elliott said in Backing up database Failed on install:

    git checkout dev-branch

    @Rogsninja As Tom said, you need to use the latest dev-branch version as there were issues due to the CentOS 8 release that came out after we had published 1.5.7 (latest official FOG version).

    About install errors in general: The installer creates logs. Please take a look at /root/fogproject/bin/error_logs/fog_error_1.5.7.log and post the full content or a least the last 10 lines of that file here in the forums.

  • DHCP Failed : no configuration methods succedeed.

    Solved
    10
    0 Votes
    10 Posts
    4k Views
    george1421G

    @Foglalt Yes new thread please. We like to keep one issue per thread so not to confuse future readers.

  • Mounting issue after FOG update

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    fry_pF

    @LittleTux

    How i can pass this post on Solved ?

    Done. Glad it worked

  • Exit boot options

    Solved
    3
    0 Votes
    3 Posts
    713 Views
    A

    okay thanks for the reply

  • Official Way to Upgrade 1.4.4 to the newest most stable version?

    Solved
    11
    0 Votes
    11 Posts
    2k Views
    K

    @Sebastian-Roth the boss wants it updated…

  • PXE boot stuck on initialising devices

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    george1421G

    @Baessens We there is nothing wrong with what there. What I see is a different version of undionly.kpxe for FOG 1.5.5 and 1.5.7. So the recommendation as a test take undionly.kpxe from the working FOG server and copy it over (renaming the original first) to the not working fog server then pxe boot.

    If the problem goes away on the not working fog server then the problem is with undionly.kpxe if the problem stays then its with the different version of hyper-v

  • Linux on nvme drive: Failed to read back partitions (runPartProbe)

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    I

    @Tom-Elliott This did resolve the issue.

  • Failed to upload image (Process Hung)

    Solved
    13
    0 Votes
    13 Posts
    2k Views
    Tom ElliottT

    @Keating178 The Invalid Storage Group error you were seeing should be fixed if you can upgrade to the latest within the dev-branch from GIT.

    Hopefully this will fix the issue you were seeing too.

  • L390 Yoga Lenovo

    Unsolved
    4
    0 Votes
    4 Posts
    774 Views
    JJ FullmerJ

    @george1421 said in issue with netcard of dock gen2 of lenovo l390:

    @JJ-Fullmer The r8152.c from the torvalds github site failed to compile on 4.19.65, I’m suspecting its for a later release of linux. The version from the torvalds site was 1.10.10. The version in 4.19.65 was 1.9.9 of the realtek driver.

    I was able to compile the realtek driver from the wget github site. This version is 2.12. Here is a link to that kernel with the 2.12 driver built in. I also enabled the usb-c code in the kernel that appears to have not been set. I don’t know if its relevant, but it should be on for other applications. https://drive.google.com/open?id=1wZwwOwbEr0nR3mnPLKg7AsulwJaGhO0A

    Download this as bzImageRT (watch your case) and copy it to the ipxe directory with the other kernel images. Manually register the host and then in the host definition add in bzImageRT as the kernel for that host. Then pxe boot into FOS Linux debug mode to see if the network adapter inits correctly with this updated driver.

    @John-L-Clark I realize that this is a few months old, but this problem sounds similar. Give this solution a try, download the kernel @george1421 made and set it on that host. It worked for me with the lenovo usb-c ethernet adapter, I imagine you’re using that or a similar adapter, this kernel fixed the issues we were having with the L390 and X390

  • 0 Votes
    9 Posts
    1k Views
    E

    Thanks everyone for the support.

    @Daniel-Miller and @Sebastian-Roth I opted for the approach you suggested of making TFTPD ‘correct’ the filenames. The affected PC now goes to the FOG menu. I missed Sebastian’s map file and ended up writing my own which is:

    # Workaround for PXE clients that misinterpret the DHCP options # because they expect a null-terminated string # match the extensions followed by any characters and replace it with # just the extensions r \.pxe.* \.pxe r \.ipxe.* \.ipxe r \.kpxe.* \.kpxe r \.kkpxe.* \.kkpxe

    @george1421 I wouldn’t even have guessed that proxy DHCP was a thing. I’ve decided not to go for it this time but I’ll keep it in mind for future.

  • Can't find network interface - kernel

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    JJ FullmerJ

    @george1421 said in issue with netcard of dock gen2 of lenovo l390:

    @JJ-Fullmer The r8152.c from the torvalds github site failed to compile on 4.19.65, I’m suspecting its for a later release of linux. The version from the torvalds site was 1.10.10. The version in 4.19.65 was 1.9.9 of the realtek driver.

    I was able to compile the realtek driver from the wget github site. This version is 2.12. Here is a link to that kernel with the 2.12 driver built in. I also enabled the usb-c code in the kernel that appears to have not been set. I don’t know if its relevant, but it should be on for other applications. https://drive.google.com/open?id=1wZwwOwbEr0nR3mnPLKg7AsulwJaGhO0A

    Download this as bzImageRT (watch your case) and copy it to the ipxe directory with the other kernel images. Manually register the host and then in the host definition add in bzImageRT as the kernel for that host. Then pxe boot into FOS Linux debug mode to see if the network adapter inits correctly with this updated driver.

    @Interrupt Give this solution a try, download the kernel @george1421 made and set it on that host. It worked for me with the lenovo usb-c ethernet adapter, it stands to reason it will work for the dock too.

  • SSD fails at Restoring Partition Tables (GPT) with error code 4

    Moved Solved
    19
    0 Votes
    19 Posts
    3k Views
    S

    @rwilsonadvantage You are welcome! I just marked it as solved (Topic Tools -> Mark as solved, not sure if you have access to this).

  • Multiple master nodes syncing images

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    S

    @Baessens In this special case I’d suggest you use basic Linux commands to export/import image definitions and sync the image files to your other node.

    Optional: Create a sync user account on your main master node - otherwise you’d use the root account to do that but don’t use the fogproject account! Setup SSH keys to be able to login using the sync (or root) account from node B to node A Setup a cron job on your node B to do the DB and file sync Make sure rsync is installed on both nodes.

    Here is just a quick outline of how you might do this (untested!):

    #!/bin/bash ssh syncuser@nodeA mysqldump -u root -pPassw0rd fog images >/tmp/images.sql mysql -u root -pPassw0rd </tmp/images.sql rsync -ave ssh syncuser@nodeA:/images /images >>/var/log/fog/myimagesync.log 2>&1

    This will wipe the images table on your node B and import all the definitions you have on node A.

  • Error trying to restore GPT partition tables

    Solved
    4
    0 Votes
    4 Posts
    843 Views
    S

    @rankinc This partition number 5 is a recovery partition which FOG doesn’t move on the disk. So it’s unable to shrink your main Windows partition.

  • HP PROBOOK 450

    Solved
    6
    0 Votes
    6 Posts
    946 Views
    S

    @crustyjeff said in HP PROBOOK 450:

    No, so how can i remove the recovery partition from the clone?

    Well just delete it from your master host, maybe even expand the third partition using the Windows disk management view and re-capture the image.

    Probably a good idea that you leave the image Accessing2019 on your FOG server and create a new image definition for the capture you take after removing the forth partition. This way you can always go back to the original state in case you figure that you’d need it for some reason.

    Deleting partitions is kind of a dangerous task. Do it on your own risk and if unsure take another backup copy of the whole system before you go ahead!

  • Could not complete tasking (/bin/fog.download)

    Solved
    2
    0 Votes
    2 Posts
    451 Views
    Tom ElliottT

    Updated /var/www/html/fog/lib/fog/task.class.php getStorageGroup method to do:

    return new StorageGroup($this->get('storagenode')->get('storagegroupID'));

    This way it’s not relying on a potential return from the group that may not be assigned to the tasking. It relies on the storage node that was associated to the tasking.

    I will update the main codebase with this issue and fix.
    Thank you,

  • Stopping web service........................................Failed!

    Solved
    5
    0 Votes
    5 Posts
    680 Views
    S

    @ziomario Thanks to Tom’s work the installer now works with Ubuntu 19.10 as well. Just finished a test install with dev-branch. Though you need to choose one of the development versions. Either go with working-1.6 (upcoming version 1.6 with new GUI) or dev-branch (latest development version of FOG 1.5.x).

    sudo -i cd /home/ziomario/Scaricati/Linux/ git clone https://github.com/FOGProject/fogproject cd fogproject git checkout working-1.6 cd bin ./installfog.sh

    Choose the version at the above command where it says “git checkout …”

  • MYSQL Query Add Hosts to Group

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    UWPVIOLATORU

    @Tom-Elliott Thank you for figure this out. Here is the correct query.

    Insert into groupMembers (gmHostID,gmGroupID) Select hostID,'212' from hosts where Right(hostName,6) in ('D02595','110563')
  • Mac OSX: Upon capture OR clone completion, task does not self remove in WebUI.

    Solved
    10
    0 Votes
    10 Posts
    2k Views
    Tom ElliottT

    @ismith-hpu To clarify, this will fix for any RAW imaging types.

  • Failed to read back partitions (runPartprobe)

    Solved
    8
    0 Votes
    8 Posts
    2k Views

155

Online

12.5k

Users

17.5k

Topics

156.2k

Posts