• RC10: Samsung EVO 850 SSD Issues

    Solved
    37
    0 Votes
    37 Posts
    13k Views
    Wayne WorkmanW

    @Dalton-Childers So this was a problem with the image.

  • /Default.ipxe.....Operation not supported

    Unsolved
    36
    0 Votes
    36 Posts
    17k Views
    F

    @george1421
    Would love to have that script. I am not giving up on this one. Will be at this first thing in the morning. Gotta go home and feed the kids.

    Let me know how I can get that script you mentioned. I did check the default.ipxe and it was good to go.

    V/R

  • FOG Server GUI disk info not the same as Gparted disk info

    Solved
    10
    0 Votes
    10 Posts
    5k Views
    G

    @Tom-Elliott, @Wayne-Workman

    Thanks for your help guys, great stuff. I was able to increase my disk size the way I want it too.

    0_1479159136765_upload-ea588445-3e1c-4913-842a-09aebff13f1a

    0_1479159145646_upload-2fd09ea2-6d4f-4ca7-b1ab-64e515b86943

  • No startable FOG processes and empty DB backups after FOG upgrade

    Solved
    16
    0 Votes
    16 Posts
    5k Views
    Tom ElliottT

    @utopia There is some variants in what’s going on for SQL backup. While the version that “automatically” creates a new backup is slightly larger, this is mostly just comments.

    I’ve seen some strange things in regards to Ubuntu in the past. The unfortunate part is that not all systems are the same. What you experienced does not mean everybody experiences. The only other thing I can think is ondrej changed how the repo is used relatively recently. Of note, php5-fpm is no longer proper, it’s supposed to be php5.6-fpm as described earlier in the posting. I’ve added this change for the working branch now so hopefully this will no longer be an issue.

    I don’t know what php5 items are still lingering, but I’d imagine you could remove them with aptitude just as well?

  • Install w/ -y Skips Database Now

    Unsolved
    22
    0 Votes
    22 Posts
    10k Views
    Tom ElliottT

    @x23piracy it isn’t a can I it’s a you should. Php and Apache is always installed regardless of node or server install.

  • Storage Node info missing from WebUI

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    Wayne WorkmanW

    @Scott-Adams It’s a DB-only setting, it’s not anywhere else. So no worries.

  • FOG - boot to FOS - rcu_sched self-detected stall on CPU

    Solved
    27
    0 Votes
    27 Posts
    13k Views
    Wayne WorkmanW

    @abos_systemax said in FOG - boot to FOS - rcu_sched self-detected stall on CPU:

    I assumed that it used bzImage for UEFI because UEFI doesn’t really support x32?

    It does. There aren’t a lot of UEFI systems that are 32 bit, but they are out there.

    Are you using the boot files that come with fog and are you serving them from the FOG Server? Could these files be obsolete or are you shuffling things around? I only ask because the filename you give in your dhcpd.conf file is not where that file actually is located on a 1.3.0 RC fog server by default.

    At any rate, if you’re serving these boot files from a FOG server on 1.3.0 RC, the PXEClient:Arch:00006 filename should instead be: filename "i386-efi/ipxe.efi";

    Also, if you wanted, you could simply replace all of your classes in your dhcpd.conf file with these (standard FOG isc-dhcp classes):

    class "UEFI-32-1" { match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00006"; filename "i386-efi/ipxe.efi"; } class "UEFI-32-2" { match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00002"; filename "i386-efi/ipxe.efi"; } class "UEFI-64-1" { match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00007"; filename "ipxe.efi"; } class "UEFI-64-2" { match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00008"; filename "ipxe.efi"; } class "UEFI-64-3" { match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00009"; filename "ipxe.efi"; } class "Legacy" { match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00000"; filename "undionly.kkpxe"; } class "SURFACE-Pro-4" { match if substring(option vendor-class-identifier, 0, 32) = "PXEClient:Arch:00007:UNDI:003016"; filename "ipxe7156.efi"; } class "Apple-Intel-Netboot" { match if substring (option vendor-class-identifier, 0, 14) = "AAPLBSDPC/i386"; option dhcp-parameter-request-list 1,3,17,43,60; if (option dhcp-message-type = 8) { option vendor-class-identifier "AAPLBSDPC"; if (substring(option vendor-encapsulated-options, 0, 3) = 01:01:01) { # BSDP List option vendor-encapsulated-options 01:01:01:04:02:80:00:07:04:81:00:05:2a:09:0D:81:00:05:2a:08:69:50:58:45:2d:46:4f:47; } elsif (substring(option vendor-encapsulated-options, 0, 3) = 01:01:02) { # BSDP Select option vendor-encapsulated-options 01:01:02:08:04:81:00:05:2a:82:0a:4e:65:74:42:6f:6f:74:30:30:31; filename "ipxe.efi"; next-server x.x.x.x; } }
  • Problem while deploying image

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    G

    Hi guys,

    First of all, thanks for your support and patience.

    Fortunately, I found what was wrong with the images.

    Unfortunately, I had to put the server down and start a new on a slightly newer server which had been collecting dust.

    The issue here was that the hard drives were failing and a number of sectors were found with errors. The server was from 2006 and I’m pretty sure the hard drives were the same age…

    The image I had was transferred from 0.32, to 1.20 then to 1.30 using part image and moved using FTP. I’ve recaptured the original images using part clone on 1.3.0 with the newer server and decided to start from scratch.

    Thanks again for your help. It’s very much appreciated.

  • IP address change for offline environment *after* initial installation

    Solved
    7
    0 Votes
    7 Posts
    3k Views
    E

    @george1421 Yes, problem solved! 🙂

  • Problem with Database Schema Installer / Updater

    Solved
    15
    0 Votes
    15 Posts
    6k Views
    koelhomemK

    @Tom-Elliott Perfect. You can mark this topic as “Solved”.

  • FOG server CPU usage spikes to 100% from /user/sbin/apache2 -k start

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    Tom ElliottT

    I made some more, I think, significant approaches to URL testing tonight that should help limit CPU intensity.

    21 had some better methods as well, but it was far from perfect. I doubt it’s perfect now too, but it certainly seems a lot better from what I could see.

  • Trouble upgrading to latest RC

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    Tom ElliottT

    Remoted in, found the svn directory was in a very strange state and not actually updating anything during an svn up.

    Removed the conflicting repo, use git and installed that way, All is working properly now (reporting wise at least).

  • IPXE error 0x7f048283 on Lenovo m700

    Unsolved
    5
    0 Votes
    5 Posts
    3k Views
    Wayne WorkmanW

    @abos_systemax said in IPXE error 0x7f048283 on Lenovo m700:

    we are not allowed to update the firmware because it is not our own hardware.

    If it were me, I’d do it anyways on just one to see. It’s easier to beg for forgiveness than ask for permission. It’s afterall the manufacturer’s firmware update. The update can not come from anywhere else literally, and 99% of the time firmware updates fix problems.

  • Added needed repository...failed

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    Wayne WorkmanW

    @Tom-Elliott I find it funny how people assume it will take forever to get a response, because they don’t reply back typically until 1 hour to 1 day later.

  • Adding needed repository Failed!

    Solved
    24
    0 Votes
    24 Posts
    13k Views
    Tom ElliottT

    @Oleg All fixed and repubbed.

  • Multicast Fedora24

    Solved
    10
    0 Votes
    10 Posts
    4k Views
    C

    @Tom-Elliott Thank you very much!!! Now it works great!

  • Storage ID 0 is not valid / A valid database connection could not be made

    Solved
    27
    0 Votes
    27 Posts
    17k Views
    Tom ElliottT

    Remoted in and found that the server was in fairly funky state.

    It is ubuntu 12.04, and while we typically recommend to update, this particular issue was simply due to ondrej attempting to install php 7, but the packages variable on fogsettings was pre-labelled as php 5. Removed the packages variable and php/apache on the node, updated the php version stored in the fogsettings, reinstalled ondrej, and re-ran installer .

  • Invalid Multicast session

    Moved Solved
    34
    0 Votes
    34 Posts
    16k Views
    Tom ElliottT

    Found the secondary issue of the “multicast session is invalid”.

    Basically I missed one point by not including a space where it needed one.

    This is now (properly) fixed and patched up so people doing fresh installs will be fine, and people doing upgrades (that had the issue originally) will magically be fixed when they install the latest (when rc 20 gets pushed).

  • Error while imaging with Partition size

    Solved
    11
    0 Votes
    11 Posts
    3k Views
    J

    @Tom-Elliott Great thank you

  • I can´t Wake-Up Groups

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    BASURILLABAS2B

    It works perfect

119

Online

12.7k

Users

17.6k

Topics

156.8k

Posts