• iPXE timeout after upgrade to trunk

    Solved
    11
    0 Votes
    11 Posts
    6k Views
    Tom ElliottT

    I’ve solved the thread.

    The timeout was because this system is on an isolated network.

    The isolated network IP is 192.168.1.1, but the wifi lan is set to 192.168.1.207 (which gives the device internet for upgraded/updating).

    To enable the installation to operate, I changed the IP address to 192.168.1.207 as the DB settings were already set.

    This ipaddress was used to generate the default.ipxe file which was what was causing the problem and I over looked it.

    Sorry 😞

  • client error: no network interfaces found

    6
    0 Votes
    6 Posts
    3k Views
    Wayne WorkmanW

    @templink People new to FOG always blame every little bump in the road on FOG… I’ve been getting hit with nonsense from co-workers for almost a year now. Just seems like that’s how it goes.

    Either way, you’re always more than welcome to post issues here.

  • Upload image task fails

    Solved
    5
    0 Votes
    5 Posts
    4k Views
    J

    Hey, after tessting it really looks like the problem is on that SSD. Could deploy and upload on other clients. I guess the first imaging tool brokes it. But after all fog is better than that anyway. Thank you for your help!

  • Wait for Multicasting - Settings

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    cotecC

    What OS are you using on the FOG server?
    Ubuntu LTS 14.04.3 -> ubuntu-14.04.3-desktop-amd64.iso

    What version of FOG are you using. I will guess 1.2.0, but did you upgrade to the trunk version (i.e. pre 1.3.0)?
    1.2.0

    yesterday evening i think about this options and now i am sure that i mixed up with Norton Ghost.
    In FOG u build the the Hosts to Groups and if all Groupmembers ready then starts the Multicasting-Task.
    As is told, in Ghost there was the 2 Options (‘wait for last member then start’ or ‘start on my command’)
    confusing on my side - already fine…
    u can close this thread 😃

  • Fog 0.32 Windows 10

    Solved
    11
    0 Votes
    11 Posts
    7k Views
    Tom ElliottT

    @Wayne-Workman While that is true, it’s not always a possibility.

    I would highly recommend upgrading if that was an option, but from the sounds of it, this is not necessarily the case. I’d really highly recommend going to trunk rather than 1.2 as well, if only so I can get more feedback on bugs and what not.

  • enable Debug mode

    6
    0 Votes
    6 Posts
    6k Views
    Wayne WorkmanW

    @cotec said:

    The user which i can setup in FOG-WebGUI are admins or user? has this user access to webgui?

    They are all sort of equal. the switch for “mobile only” really isn’t good because FOG mobile is in a state of disarray at the moment.

    There is an access control plugin that is intended to limit what users can do based on location - but it doesn’t totally work right.

    If you are concerned with other people goofing things up - just make everyone an account and tell them to use their own account. There is a history table in the database that will list most actions and the user that executed those actions.

    Also - training goes a long way.

  • Cant kill active snapin taks!

    6
    0 Votes
    6 Posts
    2k Views
    Tom ElliottT

    What version of fog @Sparky? I ask because in dev versions there is no more “Red X”

  • This topic is deleted!

    Solved
    2
    0 Votes
    2 Posts
    22 Views
  • Fog 1.20 as 0.32

    26
    0 Votes
    26 Posts
    19k Views
    george1421G

    Please start a new thread since your issue will get lost in this thread’s title.

    But it sounds like you have two dhcp servers running in your environment.

  • Latitude E5450

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    george1421G

    @Junkhacker Yeah, I’m with Wayne on this one. Do a sanity check with a second 5450. Just in case there is something wonky with this unit you can rule it out by compare and contrast.

    As will all systems, make sure it is on the latest bios and be sure to reset the bios settings back to default first then make any system required changes.

    I also found out through testing the target hard drive will have an impact on deployment times. Does the unit have a ssd or a rotating hard drive?

  • Relationship between DB and GUI for hosts

    Solved
    12
    0 Votes
    12 Posts
    4k Views
    Wayne WorkmanW

    @Tom-Elliott The upgrading process should replace spaces in computer names with hyphens.

  • Installation failure

    Solved
    14
    0 Votes
    14 Posts
    4k Views
    J

    @Tom-Elliott Did a fresh pull and can confirm the install script now finishes successfully on CentOS 7. Will test on the Ubuntu box later just to confirm - but I imagine it will work there now as well. Thanks again for all of the help with this Tom.

  • New image wont upload

    12
    0 Votes
    12 Posts
    5k Views
    N

    @george1421

    Thank you for all of the assistance. I really appreciate it. I have all of the keys for all of the Windows install’s so typing them in shouldn’t be an issue.

    Thanks again!

  • FOG Service CA Certificate problem

    7
    0 Votes
    7 Posts
    4k Views
    Wayne WorkmanW

    @Rusty said:

    Do I just add an entry like in the pic ? Is the change on the network pretty quick or do the changes need to be propagated somehow ?

    It’s hard to tell from the picture, but I can see that the .local Top Level Domain is selected. Generally it’s not good in the long run to use the generic top level domains like .local See this for more details on best practices: http://serverfault.com/questions/402580/what-is-active-directory-domain-services-and-how-does-it-work

    The entry looks right, but is you’re fog server actually named “fog-server” ? Maybe create an A record for it’s real name too?

    Also - is DHCP configured to hand out this particular DNS server? Also - are the hosts in the environment set to automatically configure DNS or is DNS statically set?

    On windows, you can use the nslookup utility to resolve IPs and names, you can also specify which DNS server to use.

  • iPXE problems ... Could not start download: Operationn not supported

    3
    0 Votes
    3 Posts
    3k Views
    d4rk3D

    Go to https://rom-o-matic.eu

    Click the drop down and choose
    UNDI only (.kpxe)

    Paste this script into the script box:

    #!ipxe dhcp cpuid --ext 29 && set arch x86_64 || set arch i386 params param mac0 ${net0/mac} param arch ${arch} param product ${product} param manufacturer ${product} param ipxever ${version} param filename ${filename} isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme :bootme chain http://10.50.0.48/fog/service/ipxe/boot.php##params

    Click Proceed, save the new undionly.kpxe, transfer it to your FOG server’s /tftpboot and give it another whirl.

  • TFTP Problems

    Solved
    74
    0 Votes
    74 Posts
    78k Views
    S

    Either portfast/RSTP or you can try using iPXE with native driver support. On your DHCP server change bootfile option from undionly.kpxe to ipxe.pxe and see if it makes any difference.

  • Stopping web service... Failed! during Storage Node install

    Solved
    19
    0 Votes
    19 Posts
    13k Views
    K

    @Wayne-Workman Hi Wayne, I had to give up on the Storage node set up and go with a separate Normal node as I need to get this back up and running sooner than later 🙂

    The node which is causing issue is the storage node for head office so I’m just going to set up that box as a normal node instead and split the roles so we have one node for head office and one for the remote sites. It may even make things simpler.

    I can spin up another Storage node at some point to aid in diagnosis of the original issue but for now my priority is getting our FOG solution back up and running again.

    regards Kiweegie

  • Unable to locate image store on download

    15
    0 Votes
    15 Posts
    8k Views
    S

    @mobile_bob It’s up to you. Feel free to upload the MBR file and I’ll have a look. Might be helpful to other users but can’t say for sure before I have seen the file (might find nothing unsuspected).

  • Kernel panic after upgrading to trunk

    Solved
    8
    0 Votes
    8 Posts
    6k Views
    ch3iC

    @AsciiReign said:

    How do i mark the thread as solved?

    It’s done

  • Database Update/Install Failed!

    4
    0 Votes
    4 Posts
    4k Views
    Wayne WorkmanW

    @Ph3noM Fog doesn’t set a DB password - if fog sets up the DB on a new server, it’s left blank. The installer (at least in FOG 1.3.0 beta) asks you for a DB password just in case you set one in the back end. And of course if that’s the case (and 99% of the time it is) then the field in /opt/fog/.fogsettings would be blank as well.

139

Online

12.7k

Users

17.6k

Topics

156.8k

Posts