• No DHCP Response on Eth0

    Solved
    28
    0 Votes
    28 Posts
    12k 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
    316 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
    857 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
    522 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
    619 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
    555 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
    3k Views
    S

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

  • Target computer booting from router not fog

    7
    0 Votes
    7 Posts
    930 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
    14k 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
    9k Views
    Wayne WorkmanW

    @george1421 that’s what I told him too.

  • Could not check expanded volume

    Unsolved
    4
    0 Votes
    4 Posts
    820 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
    960 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
    3k Views
    Wayne WorkmanW

    @msi said in Image capture task did not complete:

    By the way, love the new look on the FOG

    @Joe-Schmitt

  • Newer To FOG... Need a little assistance.

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    Wayne WorkmanW

    @jburston see the wiki article called “password central”. If you need further help, please open a new thread for the new issue and post the last 200 or so lines from your fog.log file.

  • "List all host" return white page

    Solved
    2
    0 Votes
    2 Posts
    497 Views
    ShiigehiroS

    Fixed by changing memory size in php.ini

  • Deleting Image doesn't free up HDD space

    6
    0 Votes
    6 Posts
    1k Views
    T

    @tom-elliott yes it went back to the full amount.

  • First time FOG Client installation - can't authenticate with server

    Solved
    10
    0 Votes
    10 Posts
    3k Views
    Tom ElliottT

    @george1421 He’s referring to the autologout module, but you’re definitely not wrong.

    @blkeller, duly noted. Updating the time restraints means updating the entry in SQL, not hard, and I can have that done fairly easily. Even not allowing the setting to hold on to anything less than 5 minutes isn’t too hard, though do I set it to 0 if it’s below 5? Just thoughts on how best to approach. I don’t think it should warrant an “error” to update the host because that field isn’t really necessary for normal imaging functions.

  • error parsing pcc subspaces from pcct

    Unsolved
    7
    0 Votes
    7 Posts
    3k Views
    D

    @wayne-workman Absolutely. As soon as I can I will.

  • Transferring disks & images between 1.2 and 1.4

    10
    0 Votes
    10 Posts
    2k Views
    S

    @Julianh I am sorry to say that but your setup is quiet complex with so many disks mounted in various locations and I don’t think we’ll be able to reliably guide you through a migration here in the forums. I am not sure what to advice. As Wayne said, 1.4.4 can deploy 1.2 images. So unmounting and moving the disks to the new system should work.

78

Online

12.7k

Users

17.6k

Topics

156.5k

Posts