• FOG 2645: Making a MAC primary deletes the primary MAC

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    2

    That is not happening. The new primary simply overwrites the old primary.

    If it’s just my version, no big deal.

  • FOG 2643: PrinterManager Failed to connect to fog server!

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    Tom ElliottT

    Found and fixed svn 2644

  • BUG when you try to list all images

    Solved
    21
    0 Votes
    21 Posts
    11k Views
    Tom ElliottT

    No,

    Sorry I didn’t get back sooner. Yes you’ll likely still have the select_db messages, but no if all is working you should be good.

    My guess is some of your images are setup without having a storage group assigned to them. All that release did was make it so it would “fail gracefully?” as I like to call it.

  • Configuration issue in 1.2.0, IP change of FOG

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    G

    I referenced the IP in a few places, this “script” (bash, sort of) makes it possible, in a single fog, single master install to change the IP where it needs to be done…

    [CODE]IP=XX.XX.XX.XX

    mysql -e “UPDATE globalSettings SET settingValue = ‘$IP’ WHERE settingKey IN (‘FOG_TFTP_HOST’, ‘FOG_WEB_HOST’, ‘FOG_WOL_HOST’);” fog
    mysql -e “UPDATE nfsGroupMembers SET ngmHostname = ‘$IP’ WHERE ngmID = 1;” fog

    sed -i "s;chain http://([^/]+)/;chain http://$IP/;" /tftpboot/default.ipxe

    [/CODE]

  • Edit host name

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    Tom ElliottT

    Okay,

    I’m not seeing an issue.

    Can you just try to remove all hosts with the hostID field set to 0?

    [code]delete from hosts where hostid=‘0’;[/code]

  • SVN : 2455 restore bug

    Solved
    17
    0 Votes
    17 Posts
    6k Views
    ch3iC

    Hi,

    I solve my problem by using another partition table :
    [CODE]/dev/sda1 – windows boot (ntfs)
    /dev/sda2 – windows system (ntfs)
    /dev/sda3 – linux / (ext4)
    /dev/sda4 – extended (-)
    /dev/sda5 – swap (-)
    /dev/sda6 – DATA (ntfs)
    [/CODE]

    Regards,
    Ch3i.

  • Missing ";" at the end of line 22 file /var/www/fog/service/snapins.file.php

    Solved
    2
    0 Votes
    2 Posts
    1k Views
    Tom ElliottT

    SVN 2497 should fix this. Thanks for reporting.

  • Fog 1.3.0 Blank Screen when deploying an image

    Solved
    2
    0 Votes
    2 Posts
    1k Views
    Tom ElliottT

    I can’t say for sure it’s going to work, but I’ve added elements to throw an error if the storage group fails or if the storage node fails to be set in the checkIfExists function. Hopefully this will work for what you’re specifying and give a message rather than a blank white page.

    SVN 2476

  • Fog 2464 not showing all hosts

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    Tom ElliottT

    I’m thinking this was some of the errant data left from the browser problem. I’ve tested creating hosts in al sorts of fashions and am not able to replicate.

  • Error editing host on 2464

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    Y

    Nevermind, It seemed to be an error with my browser

  • [FOG 1.2.0] Unable to save Windows 7 key @ Full Host registration in PXE menu

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    J

    I think I understand now, where you referencing to the added feature discussed @ this thread? [url]http://fogproject.org/forum/threads/windows-7-activation-proposal.10745/#post-35480[/url]

  • Session cleaner takes long and slows host

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    F

    Ok, thanks a lot Junkhacker I will change it.

  • 040ee119 error on boot

    Solved
    101
    0 Votes
    101 Posts
    115k Views
    R

    Same issue with Dell Precision T7610. Error 040ee119. Tried everything including chainloading[SIZE=2]. Dell T3500s and other 100 machines are good. Any ideas what else I can check ? Fog 1.2.0[/SIZE]

    [SIZE=2]Thanks.[/SIZE]

  • Something i noticed with fog 1.2.0

    Solved
    2
    0 Votes
    2 Posts
    1k Views
    Tom ElliottT

    It works if the master node is the same as the fog server right?

    In SVN I’ve fixed this so the bandwidth shows for the selected node from the graph of disk usage.

  • Can't import hosts on 2412

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    Y

    Thanks Tom! My pleasure!

  • Usertracking not working on 2410 build

    Solved
    7
    0 Votes
    7 Posts
    3k Views
    F

    Wow! It’s incredible that I didn’t know this. Thanks a lot.

  • Scheduling Task Results in No Task Made

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    Tom ElliottT

    All,

    To add on to this thread, I want you all to be “warned” in sorts.

    If you update to these recent builds, all nodes will need to be on the same level, not necessarily hence forth, but at least to the 2411 build. Maybe even 2403 build? There’s a lot of information that changed, but most notably the way hosts and their mac addresses are associated.

  • Update to r2403 bugs

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    W

    Confirmed thanks Tom.

  • Task Management Page empty after Host delete with Active Snapin Task

    Solved
    2
    0 Votes
    2 Posts
    1k Views
    Tom ElliottT

    This is not a known problem that I’m aware of, but that’s not to say there isn’t a problem.

    My guess is the blank page is because it recognizes a valid task, but can’t link the Relevant host as the host was removed. I can take a look and see if this is still the case.

  • Multicast Manager dies after cancelling a task

    Solved
    2
    0 Votes
    2 Posts
    1k Views
    Tom ElliottT

    I’ve added a function now, SVN 2381, that seems to do the trick nicely.

    Thanks for reporting.

138

Online

12.3k

Users

17.4k

Topics

155.8k

Posts