• UNABLE TO CONNECT TO DATABASE

    6
    0 Votes
    6 Posts
    3k Views
    S

    @Tom-Elliott I know… and was wondering why Wayne posted the “old” URL. Didn’t pay attention and didn’t see that his post is months old…

  • Fedora 23 can't install fog

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    Wayne WorkmanW

    @Tom-Elliott I updated earlier at work today (like I do most days) and I did notice that “adding needed repositories” took significantly longer than usual.

    But - if that’s what it takes to ensure the remi repo gets installed, then that’s what it takes.

  • Adding Needed Repository............. Failed!

    Solved
    4
    0 Votes
    4 Posts
    3k Views
    S

    Should be fixed in the very latest version!

  • Unable to deploy image -> Logical Partition Error

    2
    0 Votes
    2 Posts
    1k Views
    S

    @mxc Logical partitions were an issue with FOG 1.2.0 when OS type was set to Windows as far as I can remember.

    Best to debug things is to start the job/task in debug mode. When creating a capture/deploy task there is a checkbox “Schedule task as a debug task”. Starting the client you’ll get to a linux shell and you can start the task running the command fog from there (description will be displayed as well). Then you can step through the whole process by hitting ENTER. As well taking a picture or video (slow motion!) is always a great way to find out what’s going wrong. When reporting an error we need the exact error message (plus FOG version, server OS, image type and OS type) to be able to understand and reproduce the error.

    GPT/MBR is a big chapter. GPT often leaves traces on the disk that might cause an issue. There is a tool called fixparts that you can use from the debug shell as well.

  • Yet another Person with DNSMasq issues

    Solved
    20
    0 Votes
    20 Posts
    7k Views
    S

    @RipAU Marking this solved as I feel there is nothing much more we can do. Feel free to post again if you have more questions on this.

  • "FOGFTP: Failed to connect" but FTP appears to be working

    8
    0 Votes
    8 Posts
    4k Views
    Wayne WorkmanW

    @xmotion Sounds about right. 🙂

  • Configuring existing ISC-DHCP Server to work with FOG v1.2.0

    Solved
    12
    0 Votes
    12 Posts
    9k Views
    Wayne WorkmanW

    @Sebastian-Roth said:

    @Wayne-Workman I like the “Related_to_xyz” naming. Would suite other things as well I guess. Might wanna add this to the Knowledge Base which is linked on the main wiki page!?

    Done.

  • Inherited DNSMasq Issue

    11
    0 Votes
    11 Posts
    4k Views
    5

    @Sebastian-Roth actually when I said both versions are 1.2 I meant that my old setup that is not on this network(and not connected at all, I connect to it to physically with an unmanaged switch to image right now) and the new server that is on 1.2 the other requests are coming from the dhcp and lead to an Altiris imaging server. I don’t think that matters but Ill try your solution and post real response tomorrow.

    **Update ** this has been resolved using the new Undinoly.kpke from as instructed by Sebastian, Thanks you were 100% correct!

    You can mark this as resolved if thats an option.
    Thanks a bunch guys I just updated to trunk and am imaging my room right now.

  • Need to Change my network address settings

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    E

    If your running Ubuntu you should have some type of file editor installed already. I would assume that it has that loaded.

    When you open your terminal you will be a local prompt, if your paths arent set you will not be able to access the file directly.

    you will need to

    cd /
    cd etc
    cd network
    sudo vi interfaces

    It will bring up the file in the VI text editor. Hit the insert key and then arrow down to the last line and enter

    FOG Server IP (This is just a remark to remember what your doing)

    auto (the name of the NIC you are using. You can use IFCONFIG to view the NICS in the machine) in my case its
    auto p4p1
    iface p4p1 inet static
    address (your server address)
    netmask(Your server netmask)
    gateway(Your server gateway)

    It should be some form of this. Hope this helps.

  • impossible to deploy an Image on Ovirt (Virtual machine)

    Solved
    7
    0 Votes
    7 Posts
    3k Views
    J

    Tks Sebastian, I’ll try it on Monday in my work because I do not have access to the server today;)

  • Can't ping outside my network

    5
    0 Votes
    5 Posts
    3k Views
    Wayne WorkmanW

    @ManofValor I think Tom’s guess is right, It makes sense.

    To be honest, there appears to be absolutely nothing wrong with any of the network configuration on your FOG server.

    We can test to see if Tom’s guess is right or not. If this CentOS 7 was installed with a GUI, it came with Firefox. Use firefox to try to visit our forums. If you can, Tom is right - and it also means that only ports 53, 80, and 443 are allowed into your network. IF this is the case, you’ll need your boss to loosen the straps so you can get your FOG server going - after that, he can tighten em down again. Or he can create rules that allow the FOG server full access to the internet. If it were up to me, I wouldn’t have a firewall that prevents work from being done. Do you guys have a demilitarized zone the fog server can be placed in temporarily so it can be installed and configured?

  • Image's creation to infinite

    4
    0 Votes
    4 Posts
    976 Views
    Wayne WorkmanW

    @Amélie What version of FOG?

  • 0 Votes
    2 Posts
    955 Views
    Wayne WorkmanW

    I’d say try to partition it using Linux. I have some instructions here but they are for Fedora.
    https://wiki.fogproject.org/wiki/index.php?title=Fedora_21_Server#Formatting_.26_mounting_a_2nd_SATA_drive

  • samba domain integration

    Solved
    102
    0 Votes
    102 Posts
    95k Views
    P

    @Jbob Hello
    In first sorry for this long delay
    I just made the test today with the latest client. Everything seems to work fine !!

  • Client Computers not able to find FOG in PXE

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    Wayne WorkmanW

    @krishnakulkarni said:

    how to upload existing captured image of CentOS on FOG?

    I’m not sure if that’s a typo or poor English… no offense.

    You can not upload an already captured image of anything to fog, unless the capture was done with another fog server.

    If you’re simply asking how to capture an image of a CentOS machine, this is pretty basic. Network boot the machine, register it with FOG. Create a image definition in the web interface. Assign that image to the just-registered host via the web interface. in the host’s basic tasks area, choose upload. Then network boot the host again.

  • Odd NFS issue

    34
    0 Votes
    34 Posts
    16k Views
    P

    Version: 6122 6128
    bzImage Version: 4.4.0
    bzImage32 Version: 4.4.0

    Edit: Just updated to check. Still no go. Rebuilding that machine from scratch and i’ll take a new reference image i guess.

  • Latest git fails during install on arch linux

    Solved
    19
    0 Votes
    19 Posts
    4k Views
    T

    @Tom-Elliott Thank you again Tom. The installer script successfully completes. All appears to be running, now to test.

  • Transfer images to a new system

    9
    0 Votes
    9 Posts
    5k Views
    E

    I should do a better job of explaining things. I just reread what i put and it was pretty vague. TY @Wayne-Workman for being much better at this than me. 🙂

  • Does FOG change the Linux "fog" user password ?

    Solved
    5
    0 Votes
    5 Posts
    3k Views
    R

    Ok, thanks to everyone answering my noob questions 😉

  • Updates broke CentOS, can I fix it?

    Solved
    5
    0 Votes
    5 Posts
    3k Views
    J

    @Wayne-Workman its not just inside VMWare. I have had multiple physical servers with just CentOS 7 installed fail with this update.

104

Online

12.2k

Users

17.4k

Topics

155.6k

Posts