• Incomplete inventory reports

    2
    0 Votes
    2 Posts
    968 Views
    B

    Have you tried running a quick inventory on the 9 hosts that did not show up? Running a quick inventory or doing a “Full host integration” will load the host into inventory. Quick joins will not.

  • Shutdown after task completion is rebooting client

    2
    0 Votes
    2 Posts
    1k Views
    Tom ElliottT

    This isn’t a kernel issue at all, as the Services (GreenFOG, TaskReboot, etc…) don’t do anything with the kernel/linux layer of the FOG system.

    The only one that, might possibly, have anything to do with the kernel is the Task scheduling shutdown, but even that I’d be hard pressed to believe.

    I think this issue is more related to the way the shutdown command for the task cycle is read. I don’t know much about 0.32’s init.gz file but it may be trying to see shutdown as either 0 or 1, but the shutdown sent when creating a task is set as shutdown=on. I could be wrong and will take a look for you.

  • FOG Newbie, Trying to fix this "automatic cloning state"

    2
    0 Votes
    2 Posts
    862 Views
    Tom ElliottT

    Delete the 01-xx-xx-xx-xx-xx-xx file from the /tftpboot/pxelinux.cfg/ folder. The x’s will be replaced with that system’s MAC adddress.

  • Load kernel and init.gz from storage node

    5
    0 Votes
    5 Posts
    2k Views
    G

    definately, that’s the easy setup if you can tell dhcp to just point to a different TFTP server for the PXE part.

  • 0 Votes
    6 Posts
    3k Views
    Jaymes DriverJ

    try setting the image type to “windows xp”.

    Dual boot upload has worked in the past.

    If this fails, use the RAW disk type.

  • Early install issue / mirror issue?

    6
    0 Votes
    6 Posts
    2k Views
    Tom ElliottT

    Agreed, worse comes to worse, also check the apache error logs during startup as it is referencing php files.

  • Can't Have A Partition Outside the Disk

    12
    0 Votes
    12 Posts
    5k Views
    K

    It is a good idea to create master images on “tiny” drives and have either a script resize the final (or OOBE in windows do it). I always create my golden images in a VM with jsust enough HDD space to do what I want (I expand the drive if the image gets bigger). That way you can use whatever size final drive you like.

    You can always script extra partition creation too. I have a script that resizes and creates an extra partition and moves a folder into that partition for my W7 images. That way I can use smaller drives as appropriate.

  • FOG server - Fatal Error: Failed to mount NFS Volume

    30
    0 Votes
    30 Posts
    51k Views
    K

    It seems my old kk20 account was deleted for being a “spammer”. Great as I had quite a few fixes posted under that username (from when I installed fog) and had never spammed in my life… oh well.

    anyway I am revisiting this as I have moved my FOG to a new server and came up with the same error, luckily someone had “quoted” my original fix so I could look in the post_stage2.php file for changes I made (and I had commented them! yey!). Here is the change I made to post_stage2.php

    this line:

    [B]$dest = $noderoot . $_GET[“to”];[/B]

    I changed to

    [B] $dest = “/raid6/data/FOG/” . $_GET[“to”];[/B]

    It seemed that the $noderoot was somehow incorrect for me. No idea why as it was only the final FTP that failed for me. Anyway, after hard coding my FTP location (not ideal but I needed a quick fix rather than a debug) this works fine for me and has done for years.

    for information, /raid6/data/FOG is my listed NFS share in FOG (which also has FTP share enabled in openfiler). I have no idea why the $noderoot does not work yet everything else does. Anyway, that single change in post_stage2.php fixed my final FTP issue (so no more manual image moving necessary!)

  • Not able to upload image

    4
    0 Votes
    4 Posts
    2k Views
    M

    Well, went back to the drawing board. Created a new VirtualBox server running Ubuntu 10.04 and installed Fog 0.32. Having run the install again, I realized that I had to have deviated from the standard installation instructions at least twice over username/password instances. Noting this, I did a trial run and was able to successfully do everything PXE-related (Memtest, Register, etc.). I followed the instructions for Uploading an image and was able to do so on the 1st try.

    With this success in hand, I went back to the physical server and removed Fog following the instructions here:
    [url]http://www.fogproject.org/wiki/index.php/Uninstall_FOG[/url]

    Reinstalled Fog on physical server and voila! Happy image uploading. 🙂

  • Add hard drive/storage space to FOG Server

    4
    0 Votes
    4 Posts
    2k Views
    G

    well, without LVM, no, if you have a separate dir… it’s gonna get annoying for NFS… and using a storage node is probably not a good idea.
    But copying data over to the LV, then umounting /images, remounting the LV on /images, then lvextending, that’s less than a minute of downtime if done properly… 🙂

  • Can't load fog on new Lenovo computer, block in init

    18
    0 Votes
    18 Posts
    7k Views
    J

    I can now register and uploading an image seems to be working but it’s going very slowly. After about an hour, it’s only 5% uploaded where normally we would be close to half way.

  • Can't get FOG to replicate to storage node

    26
    0 Votes
    26 Posts
    15k Views
    S

    When will .33 be available for upgrade?

  • How to image to (or from) a machine with an unsupported bios?

    7
    0 Votes
    7 Posts
    2k Views
    Tom ElliottT

    Yep,

    I’ll bet it’s in GPT as I stated before.

  • 0 Votes
    4 Posts
    3k Views
    B

    sorted it thanks guys, Stopped the WDS service for a starting. Then realised I had the DNS server setting in fog set incorrectly. Rebuilt Linux and reinstalled Fog correctly (

  • Progress Baar

    1
    0 Votes
    1 Posts
    681 Views
    No one has replied
  • PXE Error "E53" No boot filename received

    8
    0 Votes
    8 Posts
    9k Views
    Tom ElliottT

    This is a known issue with tftp-hpa service and Ubuntu 12.04.

  • Task Management Blank

    9
    0 Votes
    9 Posts
    3k Views
    M

    Horray! It works perfect.

    Thanks!

  • Pass Table Check

    7
    0 Votes
    7 Posts
    2k Views
    X

    Found some software on the master for making recovery discs. Sorry for not looking for this sooner, I’m looking over the mountain instead of at the base.

    If these work, I may remake the image quickly on the second to have an image.
    Still wondering what Panasonic has on these causing fog to think the File Table is corrupt.

    Thank you Tom.

    Also, almost relevant for how I feel:
    Quote from Simpsons, Ned Flander’s Mother:
    [QUOTE]You gotta help us, Doc. We’ve tried nothin’ and we’re all out of ideas.[/QUOTE]

  • Error During install

    3
    0 Votes
    3 Posts
    1k Views
    P

    That is correct Tom. Will try redownloading

  • New to this whole thing -- Not quite sure what I'm doing wrong.

    19
    0 Votes
    19 Posts
    6k Views
    C

    Alright, now I have my own switch A Netgear prosafe GS108E. I’m hooked up to it, but when I try now to start the isc-dhcp-server, it gives me the error:
    [CODE]Starting ISC DHCP server: dhcpdcheck syslog for diagnostics. … failed!
    failed![/CODE]
    And in /var/log/syslog I have
    [CODE]No subnet declaration for wlan0 (10.247.57.50).
    ** Ignoring requests on wlan0. If this is not what
    you want, please write a subnet declaration
    in your dhcpd.conf file for the network segment
    to which interface wlan0 is attached. **[/CODE]
    I don’t want wlan0 at all. I want it to use eth0.
    In my dhcpd.conf file, I have:
    [CODE]GNU nano 2.2.6 File: dhcpd.conf

    DHCP Server Configuration file. see /usr/share/doc/dhcp*/dhcpd.conf.sample This file was created by FOG

    use-host-decl-names on;
    ddns-update-style interim;
    ignore client-updates;
    next-server 10.126.6.26;
    subnet 10.126.6.0 netmask 255.255.255.0 {
    option subnet-mask 255.255.255.0;
    range dynamic-bootp 10.126.6.10 10.126.6.254;
    default-lease-time 21600;
    max-lease-time 43200;
    option domain-name-servers 10.98.1.1;
    option routers 10.126.0.1;
    filename “pxelinux.0”;
    }[/CODE]
    I’m not quite sure what to do from here.

206

Online

12.4k

Users

17.4k

Topics

155.9k

Posts