• How to use long hostnames

    3
    0 Votes
    3 Posts
    1k Views
    D

    Thanks! Ill check that out.

  • Stroage Node Group Question

    2
    0 Votes
    2 Posts
    3k Views
    M

    I’m trying to complete a similar task. I enabled the checkbox for the “Is Master Node” for my second storage node, which is in a second storage group. After doing so, both the default storage node and my new storage node are the Master Node in each storage group.

    However, after doing this, I’m still receiving the same “Create task failed. Unable to located master node from storage group” error message you are receiving when trying to clone a computer to create an image on the new storage node.

    Our new storage node is located on a NETGEAR ReadyNAS. I’m not 100% certain I have it configured correctly though, as I’m only my second day in with using FOG.

    I believe that answers your question, but it’s not really a solution…unless your new storage is configured correctly and mine is not.

    Let us know how it turns out for you.

  • Task management confirmation page not loading

    3
    0 Votes
    3 Posts
    2k Views
  • Error creating tasks .... internal service error

    3
    0 Votes
    3 Posts
    2k Views
    N

    Ok so the issue seems to stem from two things, incorrect php/mysql version or a &$tmp flag in part of the includes scripts for FOG itself.

    [B]Check your php version first with “php -v” in a terminal - if you’re running 5.1 or earlier you will need to update![/B]

    I ran these instructions/commands to update from PHP 5.1 to 5.2 in Centos 5.5 and it got my FOG working again. Please try updating to php 5.2 first before you go to 5.3 - you never know what it’ll break.

    Get the Atomic repo (for Centos)
    [QUOTE]wget -q -O - [url]http://www.atomicorp.com/installers/atomic.sh[/url] | sh[/QUOTE]

    Edit repo to exlude php 5.3 (we just want 5.2 for testing purposes, coz we’re updating from 5.1)
    [QUOTE]nano /etc/yum.repos.d/atomic.repo[/QUOTE]

    (and add in the line) [I]exclude = php5.3[/I]

    Update php
    [QUOTE]yum update php[/QUOTE]

    Restart Apache
    [QUOTE]/etc/init.d/httpd restart[/QUOTE]

    After these steps, I went through the help provided here: [url]http://fogproject.org/forum/threads/solved-cant-upload-images.3652/#post-8628[/url]

    [QUOTE]So you should be able to search the /var/www/fog/management/includes/tasks.confirm.include.php for all instances of “&$tmp” and replace them with just “$tmp” [/QUOTE]

    Everything is now imaging again and working the way it should 😄

  • QQ Image loading

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Unsupported Chip set error

    1
    0 Votes
    1 Posts
    933 Views
    No one has replied
  • Doing magic with Fog - But simplest things stumping me

    5
    0 Votes
    5 Posts
    2k Views
    A

    [quote=“Terry Bates, post: 5057, member: 594”]Hey Lethal

    I added the following to /var/www/fog/management/includes/tasks.advanced.include.php around line 165, i’m using FOG 0.32, seems to work a treat, not sure why its not included in the standard build.

    [PHP] <tr>
    <td class=“c”><a href=“?node=tasks&type=group&direction=onesnap&noconfirm=<?php print $groupid; ?>”><img src=“./images/snap.png” /><p><?php print _(‘Deploy Single Snapin’); ?></p></a></td>
    <td><p><?php print _(‘This option allows you to send a single snapin to a Group. (Requires FOG Service to be installed on client)’); ?></p></td>
    </tr>[/PHP]

    Would love to know how you have added extra info to the database I would like to add a location to the hosts section so I know where my computers are, have requested the feature maybe you can help [url]http://fogproject.org/forum/threads/location-information-for-each-host.913/[/url][/quote]

    Thanks Lethal, this is a great help. I’m going to use FOG to apply updates for programs such as flash/java etc. This is great thankyou,

  • Problems booting to TFTP server

    5
    0 Votes
    5 Posts
    3k Views
    D

    No, I take back what I said earlier. Did some research into how it actually works, and what I said made no sense.

    Can you make a temporary file for PXE to attempt to download that isn’t labeled pxelinux.0, point the DHCP servers to it, and then see if PXE will recognize and pull it across?

  • Dell Optiplex 3010 hangs 1 sec into d1p2 image

    2
    0 Votes
    2 Posts
    2k Views
    C

    Just like to add I’m having the same issue but with a Dell Optiplex 760, what confounds me is that I’m sure it’s worked before…
    (Using Fog 0.32 on Ubuntu 11.10, I forget which kernel exactly but it was changed from the default to the ‘kitchen sink’ one as it wasn’t working with other clients)

  • Uploading / Mounting DFS fails

    5
    0 Votes
    5 Posts
    2k Views
    D

    I’d already gone through and done the &$ to $ trick, was battling with one error after the other setting it up but Google was my friend.

    It’s imaging right as rain now.

  • Having problems deploying Win7 image to ASUS M5A88-M mobo

    2
    0 Votes
    2 Posts
    3k Views
    J

    I ended up testing on another (4th) machine and that worked too but this ASUS still refused to play ball.

    However, finally solved it!! (I couldn’t work out how to change the title, if an admin wants to mark it solved, please go for it)

    It ends up the problem seemed to be that my Fog server (within TFTP) was handing out the wrong DNS server IP (DHCP was handing out the right one, just it was wrong in the Fog settings). I’m still not sure why or how that was the problem (my FOG storage server was set using IP not hostname) and it was strange that all the other machines worked ok (just not this one). But that seemed to fix it, so happy days! 🙂

  • Unable to register host...

    2
    0 Votes
    2 Posts
    2k Views
    C

    Do you have auto updates enabled or have you recently updated your mysql? I’ll look through the code to see what the exact statement is and why it might be broken now even though it worked before.

    It looks like it’s at [url]http://freeghost.svn.sourceforge.net/viewvc/freeghost/tags/0.31/packages/web/service/auto.register.php?revision=701&view=markup[/url] line 62, but I don’t see anything wrong with the statement.

    Look at your /var/www/fog/service/auto.register.php and see if it’s been modified recently and check your apache logs to see if there are any errors about the PHP.

    I don’t have much else for you at this point.

  • Fog server multicast issue

    4
    0 Votes
    4 Posts
    2k Views
    N

    Hi again,

    issue solved, my if is em1 not eth0 🙂

  • Deploy image to one partition (c:) end keep intact the other (d:)

    6
    0 Votes
    6 Posts
    4k Views
    C

    Someone has posted on these forums the code modifications necessary to implement this in FOG. Requires changing some code so it prompts you which partitions you want to restore.

    [url]http://fogproject.org/forum/threads/more-control-with-partitions.68/#post-3330[/url]

    It’s written to work with FOG 0.30, but might work with FOG 0.32 with some slight modifications.

  • Unable to deploy image to hosts

    3
    0 Votes
    3 Posts
    2k Views
    C

    What is the image definition selected for the host? What are the properties of the image definition? What is located in the file system under /images/[imagedefinitionname]

  • 0 Votes
    6 Posts
    2k Views
    C

    Getting a VM to boot fog is as easy as bridging the network card and turning on network boot.

  • Corrupt image file

    2
    0 Votes
    2 Posts
    2k Views
    BobfridB

    If it actually deployed 95% of the image, you’ve probably got a good shot at recovering a file that’s on the image.

    Take the drive that you deployed the image to and attach it to another (bootable) computer directly or via a usb adapter and try accessing it with a software recovery tool. There’s lots out there that are free or free to try in some fashion.

    GetDataBack for NTFS is one I’ve used often with good results. It’s at runtime.org and lets you do the whole recovery and preview the recovered files for free. You just need to pay them if you want to save files from the recovery. It’s pretty good at picking out NTFS even if its hashed up a bit. It can do a raw recovery as well, but that’s pretty time consuming. Even if you don’t want to pay runtime.org for the software, you’d be able to get an idea of whether you’ll be able to recover it with another program.

    On win7 make sure you use GDB-NTFS using run as administrator or it won’t have rights to work with the physical disk.

  • Can't have partition outside the disk

    3
    0 Votes
    3 Posts
    2k Views
    T

    As i said, i am using identical computer and disks

  • Running Windows ISO from PXE. Getting error

    3
    0 Votes
    3 Posts
    2k Views
    B

    Thanks, I am going to Try a Wn7x86 ISO to see if that makes a difference. Regarding MOD of the ISO, what is the approach I should use in the default file for a network share? We have a N5200X NAS server and I can setup a ISO share from there. Do you have an example of a default file entry to allow share from a NAS?

  • Slipstreaming SAS/PERC Raid controller driver

    3
    0 Votes
    3 Posts
    2k Views
    S

    Hi there,

    Matt42180 did you create a custom kernel and got your R410 imaged with fog? I am having the same problem and was wondering if you could share your work. That would be awesome.
    Thank you very much.

    Best,

    skral

200

Online

12.4k

Users

17.4k

Topics

155.9k

Posts