• Dell optiplex 7040 problems

    Solved
    8
    0 Votes
    8 Posts
    5k Views
    S

    Just got mine working with FOG svn destribution. The problem with FOG 1.2.0 is likely the kernel can’t support the hardware. In my case the network card.

  • Update Error via SVN from 1.2.0 to svn Version on Rspbian OS on pi3

    8
    0 Votes
    8 Posts
    2k Views
    Wayne WorkmanW

    In my opinion, we should only worry about the current version of Raspbian.

  • Fog Server Fog Account password resets every trunk upgrade

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    fry_pF

    @Tom-Elliott @ch3i I changed it to my password. Thanks, I was thinking there was something like that, just didn’t know where.

    Thanks!

  • Apache2 for fog vhost.

    18
    0 Votes
    18 Posts
    6k Views
    S

    @scheffman said:

    Im more of a FreeBSD person, i would love to see fog working for FreeBSD some day.

    While I think that it should be possible to do (requirements: PHP 5/6/7, MySql, Apache, FTP, NFS, (DHCP, TFTP)) it will be a hugh effort to get the installer to fully run on a BSD system - package system being very different!

    I’d still love to see if it’d work. Are you happy to give it a try? Start by installing the mentioned packages/services on FreeBSD, then checkout fogproject via GIT and copy fogproject/packages/web folder to apache web root. See what you get. Looking forward to hear from you!

  • Ubuntu 16.04 Server - custom partitioning during installation

    6
    0 Votes
    6 Posts
    5k Views
    Wayne WorkmanW

    @Sebastian-Roth
    have not installed fog on 16.04… yet. I will lol.

  • Schema Installer / Updater blank page

    9
    0 Votes
    9 Posts
    4k Views
    S

    @MaMu Again, apache error log??

  • NODES - how are images shared between the master and the node?

    6
    0 Votes
    6 Posts
    2k Views
    Wayne WorkmanW

    @andy.king While the rules I’ve already stated are absolutely true - FOG maintains a great deal of flexibility.

    Have a storage group per location, and put one storage node in each group, and make it the master node.

    this way, each site can upload to their local master node - as long as the image they are uploading to is assigned to the storage group for that location.

    images can also be shared across groups, from master to master - however - this replication is a one-way highway. For example, say we have group A and group B. Each group has one node and it’s the master of it’s respective group. Say you make an image on B and upload. Then say you share that image with group A. The image will replicate to the A group’s master (and then from that master to any other nodes in group A).

    But - if you update that image and it uploads to group A, replication will just delete that image and then re-replicate from group B because group B was the original.

    These complications and features would only be of use to you if you even wanted to replicate images. If you don’t care about replication, don’t even worry about it. Also - if your WAN link is that slow, maybe you shouldn’t even use replication with fog, maybe you should just sneaker-net the images, or mail them.

  • HostnameChanger and Ubuntu

    15
    0 Votes
    15 Posts
    6k Views
    J

    While it took longer than I would have liked, OSX auto updating is now finished (you can blame Yosemite for the delay).

  • FOG Build 7180 on CentOS7.2 in VirtualBox5 with Shared Folder as /images

    4
    0 Votes
    4 Posts
    1k Views
    sudburrS

    So yer right.

    Mounting the shared folder is easy enough, but NFS wants a block device with a file system, which a directory is not.

    boo.

    Back to an attached .vhd I go.

  • Ubuntu 14.04 LTS with dnsmasq no external DNS

    Solved
    9
    0 Votes
    9 Posts
    5k Views
    M

    thank you. this post solved my problem

  • TFTP/PXE timeout Linux server to Windows PXE boot

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    Wayne WorkmanW

    @alorsung said in TFTP/PXE timeout Linux server to Windows PXE boot:

    I just pulled the current version, wanted to see what new features, if any, were added.

    well, new features aren’t always the goal. Stability, performance, and bug fixes are the primary goal right now. the developers aren’t really adding any more features to fog trunk. from this point out it’s mostly bug fixes and performance improvements, and making fog handle potential issues and scenarios better.

  • Log in problems

    4
    0 Votes
    4 Posts
    2k Views
    Wayne WorkmanW

    @Connie I’d start off by deleting everything in /images/dev because probably an upload was attempted but not completed due to insufficient space. A lot more work is probably needed though. This is what inevitably happens when you put everything on one partition. There are walk-throughs in the wiki that show how to partition a drive in order to avoid this.

  • Ubuntu 14.04 FOG server password resets

    3
    0 Votes
    3 Posts
    2k Views
    fry_pF

    Ah OK, I wasn’t aware of that function. Thank you for your prompt reply. I will give this a try tomorrow!

  • Stuck on FOG cirtual appliance setup

    11
    0 Votes
    11 Posts
    3k Views
    Wayne WorkmanW

    @pstoric The installer defaults to the (probably) correct choice. Debian would be correct if your installing on Ubuntu. And this choice is not your preference, it’s telling the installer how to interact with the system.

  • Suggestions for server space recommendation and samba storage

    4
    0 Votes
    4 Posts
    2k Views
    Wayne WorkmanW

    @Souldoubt said in Suggestions for server space recommendation and samba storage:

    @Wayne-Workman

    Any performance benefits/hits to storing the images in on the same FS as the FOG server?

    Nope, other than everything being self contained. That’s how probably 95% of fog sites are. Large sites use multi-node setups.

    Is there a best practices document for FOG that I can refer to.

    Not really. There are some partitioning considerations that you need to think about, that’s probably the most important thing to get right from the start. Once you get into the groove of FOG, you will start doing things your way. We have some tutorials in the WiKi that are written for the absolute Linux newbie. If you’re a newbie I would recommend following one of the tutorials, and going with CentOS 7 only because it’s tutorial is up to date and I haven’t made tutorials for other distros yet… But if you wanted to go with another distro, we can help you along here in the forums.

  • stuck on ubuntu 10.04 LTS Database

    Solved
    12
    0 Votes
    12 Posts
    3k Views
    D

    @Sebastian-Roth under the Update and Install Packages on https://wiki.fogproject.org/wiki/index.php?title=Ubuntu_14.04 it ask that you run this

    cd Desktop/
    cd fog_0.32/
    cd packages
    wget https://svn.code.sf.net/p/freeghost/code/trunk/packages/udpcast-20120424.tar.gz
    rm -f udpcast-20071228.tar.gz
    sed -i ‘s:udpcastout=“udpcast-20071228”:udpcastout=“udpcast-20120424”:’ …/lib/common/config.sh
    sed -i ‘s:udpcastsrc=“…/packages/udpcast-20071228.tar.gz”:udpcastsrc=“…/packages/udpcast-20120424.tar.gz”:’ …/lib/common/config.sh
    cd …/bin/
    sudo ./installfog.sh

    during the “rm -f udpcast-20071228.tar.gz” I hit tab and it did this “rm -f udpcast-udpcast-20120424.tar.gz”.

    So I erased the tar.gz that I just downloaded. So it couldn’t find the package which I assume caused the errors.

    I hope that clarifies things.

  • PXE booting on fresh Ubuntu 14.04 install

    4
    0 Votes
    4 Posts
    2k Views
    Wayne WorkmanW

    @ghill Can you post screenshots of the area you’re working in to set Option 066 ? The immediate issues are probably there.

    But yeah I’d say set up an old computer for testing. And as far as testing iterations go, well… you only need one iteration if you’re following one of our more recent tutorials.

    Which brings me back to another point. You said you installed fog based on information in several guides on the internet… Are you aware that the fogproject has it’s own wiki? Things you find on other sites are highly likely to be very obsolete and will probably break more stuff and cause more complications when you try them on FOG Trunk with recent Linux versions.

  • dnsmasq breaks apt-get

    Solved
    7
    0 Votes
    7 Posts
    4k Views
    JJ FullmerJ

    If you want to make it so you don’t have to comment out port=0 then you can fix this by fixing the resolvconf missing dns server issue.

    See this old post for a ton of detail…
    https://forums.fogproject.org/topic/2799/dnsmasq-kills-dns-lookup-on-fog-server/6
    I know I’ve posted it in a more readable form more recently, but found that one first.

    TL:DR
    just edit the interface-order at /etc/resolvconf/interface-order to have your main ethernet adapter at the top and be sure to have nameserver lines defined in your static ip definitions if not using dhcp.

  • Upgrade Ubuntu from 10.04

    3
    0 Votes
    3 Posts
    1k Views
    G

    Thanks Wayne for taking time to reply.

    I will review your suggestions. I’m not really committed to Ubuntu so perhaps changing to OS is worth a look.

  • Debian increasing the size of RAID storing Fog images.

    2
    0 Votes
    2 Posts
    856 Views
    S

    @irishfoguser Not sure what we can help you. The solution you mentioned (setup a new RAID and move the images) is perfectly fine!

100

Online

12.2k

Users

17.4k

Topics

155.6k

Posts