• Host reboot?

    6
    0 Votes
    6 Posts
    2k Views
    Jaymes DriverJ

    [quote=“Tom Elliott, post: 41461, member: 7271”]Is the system you’re attempting to deploy the image to with a blank, uninitialized, disk?[/quote]

    Beat me to it 😉

  • Web Management Page

    4
    0 Votes
    4 Posts
    2k Views
  • Climbing Server Load

    10
    0 Votes
    10 Posts
    3k Views
    Tom ElliottT

    why would you have to restart mysql at all?

  • Kernel temporarily loosing partition information when running partprobe

    11
    0 Votes
    11 Posts
    6k Views
    Tom ElliottT

    Here’s the same, albeit slightly modified, patch:

    [code]Index: src/buildroot/package/fog/scripts/usr/share/fog/lib/funcs.sh

    — src/buildroot/package/fog/scripts/usr/share/fog/lib/funcs.sh (revision 2932)
    +++ src/buildroot/package/fog/scripts/usr/share/fog/lib/funcs.sh (working copy)
    @@ -106,6 +106,12 @@
    fi
    }

    $1 is the partition

    +getPartType()
    +{

    parttype=`blkid -po udev $1 | grep PART_ENTRY_TYPE | awk -F'=' '{print $2}'`; echo $parttype;

    +}
    +# $1 is the partition

    Returns the size in bytes.

    getPartSize()
    {
    @@ -774,9 +780,9 @@

    $1 is the drive

    runPartprobe()
    {

    hdparm -z $1 &>/dev/null; if [ ! -f "${1}1" ]; then partprobe $1 &>/dev/null; partprobe $1 &>/dev/null || hdparm -z $1 &>/dev/null; if [ "$?" != "0" ]; then handleError "Failed to read back partitions"; fi

    }

    @@ -1023,6 +1029,7 @@
    local imgPartitionType=“$6”;
    local partNum=“”;
    local fstype=“”;

    local parttype=""; local imgpart=""; partNum=${part:$diskLength};

    @@ -1030,7 +1037,8 @@
    mkfifo /tmp/pigz1;
    echo " * Processing Partition: $part ($partNum)";
    fstype=fsTypeSetting $part;

    if [ "$fstype" != "swap" ]; then parttype=`getPartType $part`; if [ "$fstype" != "swap" ] || [ "$parttype" != "0x5" -a "$parttype" != "0xf" ]; then echo -n " * Using partclone."; echo $fstype; sleep 5;

    @@ -1042,8 +1050,12 @@
    clear;
    echo " * Image uploaded";
    else

    echo " * Not uploading swap partition"; saveSwapUUID "${imagePath}/d${intDisk}.original.swapuuids" "$part"; if [ "$parttype" == "0x5" -o "$parttype" == "0xf" ]; then echo " * Not uploading content of extended partition"; else echo " * Not uploading swap partition"; saveSwapUUID "${imagePath}/d${intDisk}.original.swapuuids" "$part"; fi fi rm /tmp/pigz1; else[/code]
  • I cannot register hosts or create new image definitions

    7
    0 Votes
    7 Posts
    2k Views
    R

    Thank you so much for your help. I wish I would have done more reading before “upgrading”. I have it on the correct version now and everything is working again. 🙂

  • PXE Boot stopped working

    71
    0 Votes
    71 Posts
    43k Views
    G

    If a user is logged on to a client machine the only way I can schedule a FOG upload is to send a shutdown/restart command to the client machine via the Linux scheduler.

  • Web interface doesn't open after updating to 1.2

    16
    0 Votes
    16 Posts
    7k Views
    S

    Just tried reinstalling CentOS 6.6 and it gave the same error. I’m going to try CentOS 7 later today when I have more time.

  • Multicast Task is started to just 4 computers

    9
    0 Votes
    9 Posts
    4k Views
    N

    CONFIRMED! It was an update (trunk ver. 2924) issue. The [FONT=Ubuntu][COLOR=#555555]FOG_UDPCAST_MAXWAIT [/COLOR][/FONT][COLOR=#000000]was set as default to 10 in the config settings of the web interface but the latest update as of the time (trunk 2924) was wrongly set up to seconds not minutes, so there was no enough time for all the multicast participants to join the multicast task. I can confirm it is fixed in [/COLOR]SVN 2926 like [URL=‘http://fogproject.org/forum/members/tom-elliott.7271/’][SIZE=13px][B]Tom Elliott[/B][/SIZE][/URL] says.

  • Fog active tasks will not display

    5
    0 Votes
    5 Posts
    2k Views
    Joseph HalesJ

    That seems to have fixed it thank you.

  • Image Size: ON SERVER 0,00 iB

    7
    0 Votes
    7 Posts
    3k Views
    Tom ElliottT

    Correct,

    Old style images had no reference as to the size (on client) ever started or used. So only Partclone images will have On Client sizes.

    That said, this isn’t in reference to on client it’s in reference to on server, which I’m already aware of what’s wrong and the fix is in SVN.

  • DHCP Conflicting sorted..... but now clients load ipxe....but missing file?

    14
    0 Votes
    14 Posts
    4k Views
    Tom ElliottT

    The simple answer, because it’s Ubuntu, the “harder” answer, because it’s using upstart/systemd.

    The answer to make it “automated” as you request, can be found on the forums. Specifically look for one of my posts today where I go almost fully in depth. I forget where.

  • Task page blank in SVN 2928

    4
    0 Votes
    4 Posts
    1k Views
    B

    That fixed it. Thanks!

  • Image upload time incorrect

    17
    0 Votes
    17 Posts
    9k Views
    Boyan BiandovB

    worked for me; here is the line:

    [CODE]date.timezone = America/Los_Angeles[/CODE]

  • Fog menu on version 1.2.0

    13
    1 Votes
    13 Posts
    6k Views
    Tom ElliottT

    I can try to help but if you’re on 1.2.0 you’re rather restricted to advanced menu. There is no need to edit any files on the server with the current setup.

  • Deploy dual boot image W7/Ubuntu

    17
    0 Votes
    17 Posts
    6k Views
    A

    Hello,

    The problem was the extended partition if you have a dual boot.

  • Unattend.xml in french

    1
    0 Votes
    1 Posts
    604 Views
    No one has replied
  • Upgraded FOG to 1.2.0 now problems start

    7
    0 Votes
    7 Posts
    3k Views
    JunkhackerJ

    what you’re seeing is actually a glitch that happens with some bios. the standard screen is blue and white. of the people who have reported the improper color issue, none of the systems have actually had any problems with functionality.

  • Can't upload image to server

    4
    0 Votes
    4 Posts
    1k Views
    J

    Think I figured it out. I had installed the locations plugin to see what it was all about. However I never had configured it…so one I added a location…it seems to be ok now. !

  • Tftpd-hpa problems

    4
    0 Votes
    4 Posts
    1k Views
    D

    it doesn’t install anything, it makes nothing.

    @ installfog.log only is

    Script started on Sa 17 Jan 2015 22:34:22 CET
    Debian

  • Really choppy image upload and deployment

    11
    0 Votes
    11 Posts
    4k Views
    Tom ElliottT

    Also is this on upload or download tasks it is important

165

Online

12.3k

Users

17.4k

Topics

155.8k

Posts