• Database migration and database in external host

    Unsolved
    6
    0 Votes
    6 Posts
    3k Views
    george1421G

    @pavon87 said in Database migration and database in external host:

    I have less tan 15 clients, I can do it manually

    My comments would be the same with only 15 hosts even if you are staying on 1.2.0. You can do a manual copy and paste much faster than messing with database exports and imports. If you had a 100 hosts then I “might” explore the database route first.

  • Capture image is raw filesystem

    Unsolved
    6
    0 Votes
    6 Posts
    3k Views
    Wayne WorkmanW

    @mageta52 But you can. This is Linux, after all, and they do not own CentOS 6. They merely own their product. What is the product?

  • Update kernel - unable to connect to tftp server

    Solved
    6
    0 Votes
    6 Posts
    19k Views
    A

    @linux_4_life Sure this probably doesn’t matter to you at this point, but I managed to fix this one today.

    Turns out what I created my user “fog”, I neglected to make it a home directory. Created home directory, problem solved.

  • Can't register hosts (no such file or directory)

    Unsolved
    12
    0 Votes
    12 Posts
    4k Views
    george1421G

    @cpast The developers confirmed and fixed the issue and it was done in time to get into the RC15 release. If you have not done much configuration the easiest way to get this fog server back on track is to:

    If you have any configurations you want to save make sure you export the settings. Refresh the installer to RC15 (git pull or svn up ) Login to mysql using mysql -u root (provide a password if you gave root a password for mysql) key in drop database fog; (understand when you do this your entire fog configuration will be gone, and then reset to default in step 6. Save what you need saved before you execute this command). Key in exit Run the installer again in the …/bin folder (this will install RC15 and rebuild the fog database)
  • Host Startup; Booting into LVM Disk Fails

    Unsolved
    80
    0 Votes
    80 Posts
    44k Views
    Wayne WorkmanW

    @dholtz-docbox On Dells, they can be in UEFI mode, but if legacy option ROMs is enabled, that UEFI system will boot from something like undionly.kpxe. But when this happens, it will never properly exit to a GPT disk. I’ve seen this before at work.

    Most likely, the answer here is to configure DHCP to hand out only ipxe.efi.

  • Serve different types of .efi boot files

    Unsolved
    55
    0 Votes
    55 Posts
    28k Views
    D

    @Wayne-Workman I shall do so

  • PXE-E78 Cannot locate boot server

    60
    0 Votes
    60 Posts
    27k Views
    M

    @Sebastian-Roth I will try this in about ten days when we are back in session. Thanks!!

  • User + Host Assignment, Post-Imaging

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    D

    This makes a lot of sense. I have seen the FOG Client referenced numerous times and thought it to be the web portal this whole time! Thanks for pointing me in this direction though! This is exactly what I wanted, before I went and did a whole bunch of unnecessary work, heh.

    -Dustin

  • Routing and installation problem

    Unsolved
    19
    0 Votes
    19 Posts
    6k Views
    Wayne WorkmanW

    I’m confident the installer doesn’t touch iptables or firewalld. The plainrouter and router and other stuff in .fogsettings is only for configuring DHCP. I think that DHCP is messed up.

    If you modify /opt/fog/.fogsettings and change these fields:

    dodhcp='Y' bldhcp='1'

    To:

    dodhcp='N' bldhcp='0'

    Then the FOG installer will never again touch the DHCP configuration or DHCP service. Then you can configure /etc/dhcp/dhcpd.conf the way it needs to be for your setup. Feel free to post this file to get help with configuring it if you need.

  • Image Second Disk on Host w/ Multiple Disks

    3
    0 Votes
    3 Posts
    2k Views
    D

    Very cool, thanks! I set the image type back to Single Disk - Resizable and everything is kicking off like I would expect now.

    -Dustin

  • DNSMasq Setup - No Boot Filename

    Solved
    7
    0 Votes
    7 Posts
    3k Views
    D

    Understood - I felt I should have done that as well; my mistake.

    That said, I have resolved the issue. The issue was addressed by updating the swap drive’s UUID. I raised this question before, how the swap drive does not correctly re-assign its UUID upon deploying an existing image. I had to manually re-assign this to get the image capture to work correctly. Moving forward, the swap drive’s UUID needs to be set as a part of the post-imaging process. Otherwise, subsequent image captures will fail, it appears, from my experience so far.

    Nonetheless, thank you for being so attentive - all of you. You guys are seriously the most enjoyable group of dev’s I have had the pleasure of asking questions.

    -Dustin

  • CentOS 6 GUI login loop.

    Solved
    20
    0 Votes
    20 Posts
    8k Views
    ManofValorM

    @Tom-Elliott
    Ok, this thread is solved. After I deleted everything I was able to login. Thanks again guys.

  • firewalld keeps turning itself back on at boot

    1
    0 Votes
    1 Posts
    965 Views
    No one has replied
  • CENTOS 7, XFS and LVM

    8
    0 Votes
    8 Posts
    3k Views
    F

    @Quazz thanks

  • MySQL dies after a while

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    Tom ElliottT

    @Wayne-Workman you might want to use systemctl -l status mariadb as it will give more direct errors to what caused it to die to begin with.

  • High CPU usage/Slow GUI

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    Wayne WorkmanW

    Your load average is 126, and all I see are apache2 processes in top. We need to dig in deep and figure out what’s happening, I can help via Join.Me when you have time.

    For starters - you can restart apache with service apache2 restart

  • 0 Votes
    4 Posts
    2k Views
    THEMCVT

    @Wayne-Workman I will give that a shot. Thank you!

  • Centos 7.2.1511 clones entire volume as a single raw partition.

    3
    0 Votes
    3 Posts
    1k Views
    B

    OK. Thanks. I guess I will just recreate my original image without LVM. I will probably get rid of the XFS while I am at it since they don’t shrink. BTW, 1.2.0 and 1.3.0 both treat the LVM partition the same.

    Again, thanks for the reply.

  • Updating from 14.04 to 16.04 Ubuntu server

    2
    0 Votes
    2 Posts
    1k Views
    Q

    Upgrading always has the potential to screw some things up, the package handler seems to struggle doing it properly in one go, at least in my experience.

    There are some steps to take to get FOG to play nice on Ubuntu 16.04 though, because it removed PHP5 from its repository and made PHP7 the default one.

    https://wiki.fogproject.org/wiki/index.php?title=Ubuntu_16.04

  • This topic is deleted!

    Unsolved
    3
    0 Votes
    3 Posts
    30 Views

98

Online

12.2k

Users

17.4k

Topics

155.6k

Posts