• Change FOG form Dhcp to Static IP

    12
    0 Votes
    12 Posts
    5k Views
    D

    I love this actually working with the device instead of just punching buttons…reminds me of the good old days of DOS. I look forward to working with everyone.

    btw…after all of that I decided to put it on a different box. I would have loved to troubleshot why it wasn’t working correctly, but a deadline was looming so I killed it and reimaged the workstations again…took far less time than the first.

  • Can not mount NFS share

    6
    0 Votes
    6 Posts
    3k Views
    T

    [quote=“thomas Bollig, post: 12433, member: 4211”]Thanks again for the info. Here is a little more info for you
    My etc/export on the FOG server is

    /mnt/images *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)
    /mnt/images/dev *(rw,sync,no_wdelay,no_root_squash,insecure)

    and on the NFS server
    /images 10.32.3.27/22 (rw,sync,no_root_squash,)
    /mnt/images 10.32.3.27/22 (ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)
    /mnt/images/dev 10.32.3.27/22 (rw,sync,no_wdelay,no_root_squash,insecure)

    Fog Server Permission on /mnt/images
    drwxrwxrwx 2 nobody nobody 37 May 30 07:06 dev
    -rw-r–r-- 1 nobody nobody 0 May 29 11:58 mntcheck
    [root@fog ~]#

    NFS Server permissions on /images
    drwxrwxrwx 2 fog root 37 May 30 09:06 dev
    -rw-r–r-- 1 fog root 0 May 29 13:58 mntcheck
    -rwxrwxrwx 1 fog root 0 May 29 12:46 .mntcheck
    drwxrwxrwx 4 fog root 29 May 29 12:11 .Trash-0[/quote]

    Also there is not authentication needed to access the nfs

  • Fog client problem

    1
    0 Votes
    1 Posts
    967 Views
    No one has replied
  • Init.gz and bzImage

    5
    0 Votes
    5 Posts
    2k Views
    x23piracyX

    Hi,

    all relevant changes to the kernel are made if you compile it yourself, there is a wiki articel that describes howto do that.
    If you have brand new hw you need to compile your own kernel.

    Greetz X23

  • German translation for FOG started, help needed

    10
    0 Votes
    10 Posts
    3k Views
    x23piracyX

    Hi,

    [quote=“chad-bisd, post: 12304, member: 18”]Thank you for being multi-lingual so I don’t have to be :)[/quote]

    you don’t like the german speech? 😉

    Greetz X23

  • Windows 7 and page file

    14
    0 Votes
    14 Posts
    8k Views
    D

    I’d suggest adding in the following lines right after “ntfs-3g -o force,rw $part /ntfs”:

    [CODE]printf “Error Message: $?\n”;
    sleep 10;[/CODE]

    Or use echo instead of printf. Just to see if there’s anything useful in there.

    Tried finding the exit codes online, but it looks like the fastest way to find them would be to pull up the ntfs-3g man page from the console to see what the exit codes are (here’s the reference page which suggests doing that):
    [url]http://www.tuxera.com/community/ntfs-3g-manual/#9[/url]

  • Equipment Loan PHP Report

    3
    0 Votes
    3 Posts
    3k Views
    P

    [PHP]// Computer Information
    $report->appendHTML( “<h4><u>”.(“Computer Information”).“</u></h4>” );
    $report->appendHTML( “<h4><b>”.(“Serial Number / Equip Name”).“: </b><u>” . $ar[“iSysserial”] . " / " . $ar[“hostName”] . “</u></h4>" );
    $report->appendHTML( “<h4><b>”.(“Barcode Numbers”).“: </b><u>” . $ar[“iOtherTag”] . "</u>
    </h4>" );
    $report->appendHTML( “<h4><b>”.(“Date of Checkout”).“: </b>”.date(“Y/m/d”)." </h4>" );
    $report->appendHTML( “<h4><b>”.(“Notes / Miscellaneous / Included Items”).“: </b></h4>” );
    $report->appendHTML( "<h4><b>
    </b></h4>" );
    $report->appendHTML( "<h4><b>
    </b></h4>" );
    $report->appendHTML( "<h4><b>
    ___________________________________________</b></h4>" );
    $report->appendHTML( “<hr />” );
    $report->appendHTML( “<h4><b>”.(“Releasing Staff Initials”).": </b>
    ".(“(To be released only by DPJ IT Dept.)”).“</h4>” );
    $report->appendHTML( “<h4>”.(“I have read, understood, and agree to all the Terms and Condidtions on the following pages of this document.”).“</h4>” );
    $report->appendHTML( “<br />” );
    $report->appendHTML( “<h4><b>”.(“Signed”).": </b>X _____________________________ ".(“Date”).": //20
    </h4>" );
    $report->appendHTML( ("<!-- ".(“NEW PAGE”)." -->") );
    $report->appendHTML( "<!-- ".(“FOOTER CENTER”)." “” . ‘$PAGE’ . " ".(“of”)." " . ‘$PAGES’ . " - ".(“Printed”).“: " . date(“D M j G:i:s T Y”) . “” -->” );
    $report->appendHTML( “<center><h3>”.(“Terms and Conditions”).“</h3></center>” );
    $report->appendHTML( “<hr />” );
    $report->appendHTML( “<h4>”.(“All loaned items should be returned in the same condition they were recieved, with all items included on this sheet.”).“</h4>” );
    $report->appendHTML( “<h4><b>”.(“Signed”).“: </b>”.(“X”)." _____________________________ ".(“Date”).": //20
    </h4>” );
    [/PHP]

  • FOG Client Service, Host Registration

    3
    0 Votes
    3 Posts
    2k Views
    x23piracyX

    Hi,

    you mean the function was switched off not removed, it’s still there in the webif and service client but without any function?!
    Am i right if i say the host registration is depricated?

    Will the leftover be removed in 0.33?
    Can someone tell me why this function has been deactivated?

    Greetz X23

  • 0 Votes
    1 Posts
    988 Views
    No one has replied
  • Kitchensink, Custom Kernel, Kernel and so on who c an light me up?

    5
    0 Votes
    5 Posts
    3k Views
    x23piracyX

    Hi,

    [quote=“chad-bisd, post: 12057, member: 18”]Do this and your questions should answer themselves.[/quote]

    assigned! 😉

    Greetz X23

  • FOG, NFS and FTP

    6
    0 Votes
    6 Posts
    4k Views
    M

    So I figured it out. Capone adds an option to the PXE boot menu, which is great, but my menu is not stock, and the automatic entry it adds was failing. Fix that and it boots fine.

    So, it is possible to set Capone to use a different NFS/TFTP/Web server if you want to. The script calls on what is defined in the PXE boot option, not what FOG uses for settings.

  • Specific image and deployment type

    2
  • Is there a way to browse through the image files?

    2
    0 Votes
    2 Posts
    2k Views
    x23piracyX

    Hi,

    i found something more:

    [QUOTE]
    [INDENT=1]yoda wrote:I’ve found a fairly easy way to extract individual files from a partimage image file. These are the steps (Linux):[/INDENT]
    [INDENT=1] [/INDENT]
    [INDENT=1]1. create a target image file using dd, e.g.[/INDENT]
    [INDENT=1]Code: [URL=‘http://www.partimage.org/forums/viewtopic.php?t=950#’]Select all[/URL][/INDENT]
    [INDENT=1]dd if=/dev/zero of=image bs=1024 count=3774771[/INDENT]
    [INDENT=1] [/INDENT]
    [INDENT=1]where 3774771 is the number of 1K blocks. You can use “fdisk -l” on the original system to obtain the exact amount. However, I suppose you can obtain the rounded amount from partimage imginfo command and use an overestimated value;[/INDENT]
    [INDENT=1] [/INDENT]
    [INDENT=1]2. associate this image with a loopback device, e.g.[/INDENT]
    [INDENT=1]Code: [URL=‘http://www.partimage.org/forums/viewtopic.php?t=950#’]Select all[/URL][/INDENT]
    [INDENT=1]losetup /dev/loop0 image[/INDENT]
    [INDENT=1] [/INDENT]
    [INDENT=1]where loop0 has to be replaced with a higher numbered device (loop1, loop2, etc.) if loop0 is already in use (you can also use the -f option to use the next one available);[/INDENT]
    [INDENT=1] [/INDENT]
    [INDENT=1]3. create a mount point, e.g.[/INDENT]
    [INDENT=1]Code: [URL=‘http://www.partimage.org/forums/viewtopic.php?t=950#’]Select all[/URL][/INDENT]
    [INDENT=1]mkdir mnt[/INDENT]
    [INDENT=1] [/INDENT]
    [INDENT=1] [/INDENT]
    [INDENT=1]4. mount the image from the loopback device, e.g.[/INDENT]
    [INDENT=1]Code: [URL=‘http://www.partimage.org/forums/viewtopic.php?t=950#’]Select all[/URL][/INDENT]
    [INDENT=1]mount -o ro /dev/loop0 mnt[/INDENT]
    [INDENT=1] [/INDENT]
    [INDENT=1] [/INDENT]
    [INDENT=1]5. and that is! You can now browse the files in the mnt directory.[/INDENT]
    [INDENT=1] [/INDENT]
    [INDENT=1]Note that steps 2-4 have to be done as superuser (root).[/INDENT]
    [INDENT=1] [/INDENT]
    [INDENT=1]Regards,[/INDENT]
    [INDENT=1]Rodrigo Ventura[/INDENT]

    Hello Yoda

    I think there is one step missing, because:

    create an empty file connect it to a loop device create mountpoint mount loop device/file to the mountpoint
    -> 5) you see an empty filesystem 😉

    So between 2) and 4) one has to restore the partimage image to this filesystem… right?[/QUOTE]

    Can someone tell if these steps are correct and working?

    Greetz X23

  • What is the meaning of the Short FOG?

    5
    0 Votes
    5 Posts
    3k Views
    x23piracyX

    and the Award goes to Kevin 😉 thx man

  • SSD Optimizations

    2
    0 Votes
    2 Posts
    1k Views
    B

    hi andrew, not not done it, but would also be interested in anyone who has considered mechanisms during the image writing to tell the SSD that it is empty again… i.e. knowing/ensuring that FOG sends the required TRIM commands so that the SSD starts wil a full set of erased cells…

  • Xp embedded with EWF (enhanced write filter)

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Capturing an image

    2
    0 Votes
    2 Posts
    1k Views
    C

    Have you first created an image definition in “Image Management”? Once you have done that you can find your host in “Host Management” and associate that image with the host in the “Host Image” option. After that you can upload the actual image from the host.

  • FOG Sony Vaio

    9
    0 Votes
    9 Posts
    4k Views
    Jaymes DriverJ

    What Version of Linux are you running and what version of FOG?

    Have you updated to the latest FOG kernel? there is a 3.8.8.8 update out now and you can update from the Fog Web Management.

    Try changing your partition on Image Management to a “Multiple Partition Image - All Disks (Not Re-sizable)”

  • Post a problem, then never respond?

    5
    0 Votes
    5 Posts
    2k Views
    C

    I use the “what’s new” link, and there are always plenty of new threads and updates for me. If people ask a question and never come back, I’ve got plenty to work with without trying to chase them down o_O

  • Printserver in same hardware as fogserver

    1
    0 Votes
    1 Posts
    871 Views
    No one has replied

195

Online

12.3k

Users

17.4k

Topics

155.6k

Posts