• Database

    8
    0 Votes
    8 Posts
    3k Views
    M

    sorted it… user error… haha 🙂

  • FOG 1.1.2 Missing features????

    2
    0 Votes
    2 Posts
    957 Views
    I

    Hi Sparky, Operating systems are now associated with images not hosts. If you look under images you should be able to see the OS.

  • Intermittent Sanboot Hanging

    3
    0 Votes
    3 Posts
    1k Views
    Liam SullivanL

    Not yet, thanks for the reply, I will have a go with that when I get back to the office tomorrow and see if it cures it.

  • TFTP Open Timeout

    6
    0 Votes
    6 Posts
    4k Views
    8

    I’ve solved this. I hadn’t configured dhcpd.conf correctly in my pfSense router.

    Apparently, [CODE]option tftp-server-name “ipaddressofserver”;[/CODE] doesn’t do anything, which I find weird. Only the [CODE]next-server[/CODE] seems to work.

    Thanks for your help everybody.

  • Image Troubles!

    15
    0 Votes
    15 Posts
    4k Views
    Tom ElliottT

    Sounds like a “firmware” issue in the NIC that the “latest” driver fixed.

  • FOG 1.1.2 post upload an image errors

    4
    0 Votes
    4 Posts
    2k Views
    JunkhackerJ

    thanks for the bug report. that was caused by a typo has been fixed in the current svn, but it won’t effect you anyway. it is only there for a planned future feature.

  • Problem to Upload Win XP Image -> FOG 1.1.2

    5
    0 Votes
    5 Posts
    2k Views
    T

    …btw; the disk from the xp notebook was damage! fog gave me the the answer! nice! 🙂

  • Kernel - 3.2.4 Core

    19
    0 Votes
    19 Posts
    13k Views
    S

    As an update, I have taken a video to capture the error message and tom has been answering on [url]http://fogproject.org/forum/threads/hardware-currently-working-with-fog-v1-x-x.10685/[/url]

  • Kernel update 6 hours later

    44
    0 Votes
    44 Posts
    20k Views
    N

    From IANABC
    [QUOTE]If it is just being slow then I would agree that it is probably a driver issue, but in one of your other threads you mentioned that you fixed it…
    [INDENT=1]I got the problem fixed that made the fog boot menu take forever to load by setting permissions to the tftpboot folder to 777 and the owner is fog and the restarting the xinetd service.[/INDENT]
    [INDENT=1] [/INDENT]
    [INDENT=1]Now when I try to upload/deploy an image, bzimage will not go past 0%.[/INDENT]
    Does that workaround no longer work? I mean does it EVER complete or is it just slow?[/QUOTE]

  • Fog 1.1.2 - Capable of Ignoring a MAC address completely?

    7
    0 Votes
    7 Posts
    3k Views
    J

    I’m in process to see if I can disable but They have it bios locked.

  • FOG Service issue in Audit Mode

    7
    0 Votes
    7 Posts
    3k Views
    R

    Hi,
    Upgrading to 2074 fixed it, thank you for your assistance, and for the link!

    Now I can and will check the SVN’s and code/bug history before posting anything, which is great.

    FOG FTW!

    Thank you again,
    D.L.

  • Error ipxe 1d8c2139

    7
    0 Votes
    7 Posts
    3k Views
    J

    Tom, have no idea what the “symbolic link” thing is, but I ran the above code lines you sent to me. I now get:
    TFTP.
    PXE-T01: File not found
    DASH-E3B: TFTP Error - File not found
    DASH-M0F: Exiting Option ROM

    I also tried restarting the TFTP daemon. Still nothing. Now NO stations will acquire the iPXE. What happened? How can I fix?

  • AD Integration on new FOG 1.1.2

    9
    0 Votes
    9 Posts
    4k Views
    JunkhackerJ

    this is normal. that is the svn revision number, and technically you are no longer running the latest official version of fog. you are running a developer’s pre-release version.

  • Fog_1.1.2 - Ubuntu 12.04.1 - tftp open time out....

    2
    0 Votes
    2 Posts
    1k Views
    Jaymes DriverJ

    Well, is tftpd-hpa service running when you reboot the machine?

    If so then the fix won’t help you. If the service is not starting there is a way to make the service wait until the machine is booted and then it starts the service.

    Incase it is the later of the two, the resolve is:

    Change the line
    [code]
    start on runlevel [2345][/code]
    in /etc/init/tftpd-hpa.conf to

    [code]
    start on (local-filesystems and net-device-up IFACE!=lo)
    [/code]
    And it is not a fault of FOG, this is a known issue with Ubuntu 12.04, and 14.04

    You could try re-installing the tftpd-hpa service and see if that solves the issue:

    [code]
    sudo apt-get remove --purge tftpd-hpa
    sudo apt-get update
    sudo apt-get install tftpd-hpa
    [/code]

  • SnapIns not recognized by client

    2
    0 Votes
    2 Posts
    836 Views
    T

    OK. Never mind. I have been working on this issue for a day or two with no luck. I browsed this forum for potential fixes, and found one that was close. It mentioned running [URL=‘http://fogproject.org/forum/posts/29201/’] [I]truncate[/I] table snapinJobs; [I]truncate[/I] table snapinTasks;[/URL] and then recreate the task, which I did. I waited a while, restarted the servce, etc, and it did not appear to work, so I posted this message. As I am waiting for responses I go back to the Fog server console and the task is gone, and I see that it was run on the client.
    Problem solved. I must not have waited long enough.

  • Disk Information size

    4
    0 Votes
    4 Posts
    1k Views
    D

    Yes, simple as that. Thank you.

  • Renaming makes makes renaming work?

    14
    0 Votes
    14 Posts
    5k Views
    J

    Cool thanks for your help through this guys.

  • Active Directory

    2
    0 Votes
    2 Posts
    694 Views
    Tom ElliottT

    I think it always has, but you have to specify in such a sequence of:
    OU=WhateverComputerWorkgroup,DN=domainname,DN=com

    or something of that sort.

  • Imaging hangs just before upload

    6
    0 Votes
    6 Posts
    3k Views
    J

    I fixed it!

    My disks had some GPT partitions left over on it, although the machines were new,the supplier had installed windows 8 on them before I got them, without telling me!
    Here’s the URL on how to fix it, [url]http://fogproject.org/forum/threads/stuck-on-dev-sda.11105/[/url]
    Good luck.

  • Image will Upload but not save after upgrade!

    3
    0 Votes
    3 Posts
    1k Views
    Tom ElliottT

    As you likely moved the data:

    Try these commands:
    [code]chown -R fog:root /media/lroot
    chmod -R 777 /media/lroot[/code]

170

Online

12.4k

Users

17.4k

Topics

155.9k

Posts