• Access individual files from cloned image

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    S

    @sebastian-roth I was referring to my intended use case. I want to capture an image from a computer and automatically copy the individual files from the image onto a file server. In order to do that, I need a script that runs on the server, not the host. I could find a way to trigger it still (some primitive form of RPC, maybe a quick HTTP request with wget), but it wouldn’t be quite as convenient.

  • After capture, Windows is corrupt.

    Moved Unsolved
    6
    0 Votes
    6 Posts
    725 Views
    B

    @tom-elliott I am actually thinking it might have been a BIOs setting. It was on RAID mode so I reinstalled Windows and just captured it and it appears to have booted back into my Windows this time.

    I’ll finish up this install and try again and let you know.
    Thanks!

  • FOG web not starting

    Unsolved
    2
    0 Votes
    2 Posts
    692 Views
  • Snap Ins Not Reporting Complete

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    J

    @UWPVIOLATOR This has been fixed in v0.11.14, which will be released with the next server RC. I’d still recommend using process-explorer to find out why the file is locked though.

    To get v0.11.14 you can either wait for the next server release, or download it from here: https://github.com/FOGProject/fog-client/releases/tag/0.11.14

  • After capture, Windows won't boot

    Unsolved
    2
    0 Votes
    2 Posts
    391 Views
    Wayne WorkmanW

    @bigchief Sounds like a mismatch of bios/ueif to me. A UEFI system can sometimes have the feature to optionally legacy boot (bios). What mode is the firmware in? (bios/legacy or UEFI)? So figure that out - and then dig through the firmware settings to make sure no optional Legacy modes are enabled.

    Also, could be something as simple as turning off the HDD’s RAID mode in firmware and enabling AHCI mode.

  • WoL and VLAN

    Unsolved
    4
    0 Votes
    4 Posts
    777 Views
    S

    @warp said in WoL and VLAN:

    On the other hand a tool of WoL Windows works well !

    Maybe that’s from a different subnet/vlan? Can you try from a Windows machine in the same subnet as your FOG server is, so 172.16.8.x! If that works than we can start looking into FOG being the issue.

  • No DHCP Response on Eth0

    Solved
    28
    0 Votes
    28 Posts
    10k Views
    george1421G

    @bartont126 I’m glad you have it all worked out. I checked in on the other threads and it looks like you found out about the dirty bits and shutting windows down properly and how to add additional storage to your fog server. well done.

  • List all hosts / Export Hosts not availble

    2
    0 Votes
    2 Posts
    274 Views
    S

    @stakey Which version of FOG is this? Do you see all the hosts if you set to LIST instead of SEARCH (FOG Configuration -> FOG Settings -> FOG View Settings -> VIEW DEFAULT SCREEN)?

  • Fog Images Folder move

    Unsolved
    2
    0 Votes
    2 Posts
    697 Views
    S

    @bartont126 On Linux systems you can easily mount drives anywhere in the filesystem. So you can just hock up the huge drive to your machine, check the name it came up with, mount that, move your images and remount it in /images location.

    Hint: Please be very careful with those commands and make sure you understand every step before proceeding! There is a chance that you wipe all your data from the server if you don’t know what you do and things go wrong! I am not liable for any actions done blindly following the steps posted here.

    That said, shutdown the server, connect the new drive and boot it up again.

    sudo -i fdisk -l

    That should print out all the disks, where quite often /dev/sda is your system disk and the new one might be /dev/sdb. See if it is partitioned properly yet. If not, go ahead:

    aptitude install parted parted /dev/sdb mklabel gpt mkpart primary ext4 1MiB 100% mkfs.ext4 /dev/sdb1 mkdir /newdisk mount /dev/sdb1 /newdisk service nfs-kernel-server stop mv /images/* /newdisk mv /images/.mntcheck /newdisk umount /newdisk rmdir /newdisk mount /dev/sdb1 /images service nfs-kernel-server start

    You should see the new bigger disk space in the FOG web UI now. But to make this change persistent you need to add an entry to /etc/fstab so the big disk will be mounted automatically on boot. Add the following line.

    /dev/sdb1 /images ext4 defaults 0 0

    Now reboot you FOG server and see if everything is up to your needs.

  • Host Rename

    Unsolved
    2
    0 Votes
    2 Posts
    447 Views
    Wayne WorkmanW

    @flipwalker This is what you’re looking for: https://forums.fogproject.org/topic/8151/pxe-quick-registration-w-a-hostname/2
    If you need further help, just ask.

  • Fog Clamav

    Unsolved
    2
    0 Votes
    2 Posts
    558 Views
    Wayne WorkmanW

    Rather than changing FOS /etc/fstab file, I believe it would be better to pass it as a kernel argument like clamMount=x.x.x.x:/some/clam/av/dir and have the script mount that dynamically. Then it can be user adjustable like image mounts are already.

  • Wake On Lan Not Working Going to Different Subnets/VLANs

    10
    0 Votes
    10 Posts
    2k Views
    S

    @martinetwork There is no way we can help without you telling us more details about your network. Broadcast domains, VLANs, switches, routers/layer-3-switches, config, …

    Quite often forwards are to be configured for one particular sender. So your PDQ waking properly does not mean much.

  • Compose

    Unsolved
    3
    0 Votes
    3 Posts
    445 Views
    UWPVIOLATORU

    @wayne-workman as in RC12? Ok I have another Issue I will be posted but testing again to make sure I can replicate it before posting. Its with Snapins not reporting they are finished and then keep trying to run over and over again. Windows 10 and Windows 7.

    Trying to avoid updating to RC and waiting for next stable but if its fixed in an RC we might have to go for it.

  • Host has not been registering with Quick Reg, and Full Reg is not working

    13
    0 Votes
    13 Posts
    2k Views
    S

    @D_quiros Please check the apache logs. See my signature…

  • Target computer booting from router not fog

    7
    0 Votes
    7 Posts
    776 Views
    O

    @george1421 said in Target computer booting from router not fog:
    1_1518442700261_Ubuntu_FOG-2018-02-12-14-32-36.png 0_1518442700157_Ubuntu_FOG-2018-02-12-14-32-02.png

  • Kernel Update fails ... Oh no, not again!

    Solved
    29
    0 Votes
    29 Posts
    12k Views
    sudburrS

    @sebastian-roth That did the trick! That server can now update its kernel.

    It’s interesting to see how two different causes have similar results.

  • IPXE boot to fog cloud server

    Unsolved
    27
    0 Votes
    27 Posts
    8k Views
    Wayne WorkmanW

    @george1421 that’s what I told him too.

  • Could not check expanded volume

    Unsolved
    4
    0 Votes
    4 Posts
    724 Views
    S

    @orioliz Have you done a proper filesystem check on that system? Boot it up using a live Linux CD/DVD and run fsck /dev/sda1

  • Fog client does not work after new fresh install

    3
    0 Votes
    3 Posts
    817 Views
    E

    @wayne-workman
    Thanks, next time i will take some time before acting and wasting my time.
    I keep this guide for the next time.
    Thank.
    Eric.

  • Image capture task did not complete

    Solved
    12
    0 Votes
    12 Posts
    2k Views
    Wayne WorkmanW

    @msi said in Image capture task did not complete:

    By the way, love the new look on the FOG

    @Joe-Schmitt

135

Online

12.4k

Users

17.4k

Topics

155.9k

Posts