• PXE-E32: TFTP Open Timeout

    14
    0 Votes
    14 Posts
    8k Views
    Tom ElliottT

    Is meraki allowing port 69 UDP/TCP internally?

  • How To: Make progress bars appear for multiple-partition tasks

    43
    0 Votes
    43 Posts
    28k Views
    Tom ElliottT

    Progress is shown on all imaging tasks in 1.x.x

  • Not deploying after reboot

    27
    0 Votes
    27 Posts
    13k Views
    Tom ElliottT

    Change the kernel back to just plain jane bzImage.64.

    As you’re not deploying to the point where it even downloads that, my suspicion is in the boot parameters.

    To test this is going to be difficult and I may just request a remote session if at all possible where I can connect and tweak a few file on your fog server.

  • Problem changing the image of folder / dev to / images

    17
    0 Votes
    17 Posts
    6k Views
    Gilberto FerrazG

    Hello Elliott!

    thanks for the reply, after many attempts I decided to install it again to a new virtual machine with 'ubuntu 14:04 LTS.

    I installed the new version fog '1.2.0 and reconfigured with the footsteps of my previous posts.

    I’ve tested and everything works perfectly including the / mnt / imagensfog the virtual disk that is where I have the images of the OS.

    I exported the ‘cvs the old machine with 143’ hosts made ​​the link to the images of the OS already had, and everything works OK now.

    from the old machine do not know where the problem lay not know if it would be for version 12 ‘ubuntu even if it was for doing the installation over some old version of’ DB fog or even problems in version 'fog 1.1 .2.

    what I am sure is that FTP works in the old machine. because I can access the fog machine via FTP (Fillezila) client with user credentials’ fog
    created when you install the 'ubuntu. I can edit, create pictures from the / mnt / imagensfog and / mnt / imagensfog / dev

    How it works now I think we can now close the POST, the posts that I put the changes that are needed to mount another hard work.

    Thank you for everything

    \ GF

  • FOG Auto Join to AD

    5
    0 Votes
    5 Posts
    2k Views
    K

    Thanks all I was on the right path but now i’ve got it working just right thanks for the help!
    Incase it helps anyone else here is the FirstLogin Commands i use to auto activate windows 7 OS and Microsoft office 2010 using sysprep

    [CODE] <FirstLogonCommands>
    <SynchronousCommand wcm:action=“add”>
    <CommandLine>cscript /b c:\windows\system32\slmgr.vbs /ato</CommandLine>
    <Order>1</Order>
    <RequiresUserInput>false</RequiresUserInput>
    <Description>Act OS</Description>
    </SynchronousCommand>
    <SynchronousCommand wcm:action=“add”>
    <Order>2</Order>
    <CommandLine>cscript “C:\Program Files (x86)\Microsoft Office\Office14\ospp.vbs” /act</CommandLine>
    <RequiresUserInput>false</RequiresUserInput>
    <Description>Act Offfice</Description>
    </SynchronousCommand>
    <SynchronousCommand wcm:action=“add”>
    <CommandLine>sc config “FOG Service” start= auto</CommandLine>
    <Order>4</Order>
    <Description>Change FOG service from delay to Automatic</Description>
    </SynchronousCommand>
    <SynchronousCommand wcm:action=“add”>
    <CommandLine>timeout 20</CommandLine>
    <Description>Pause for 20 seconds</Description>
    <Order>3</Order>
    </SynchronousCommand>
    <SynchronousCommand wcm:action=“add”>
    <Order>5</Order>
    <Description>Enable the fog service</Description>
    <CommandLine>net start “FOG Service”</CommandLine>
    </SynchronousCommand>
    </FirstLogonCommands>[/CODE]

  • Anybody imaging correctly on 1.1.2?

    8
    0 Votes
    8 Posts
    2k Views
    J

    thank you very much!!!

  • Version 1.2.0 Installation Database Schema Update Error

    3
    0 Votes
    3 Posts
    2k Views
    Tom ElliottT

    For the future, you may want to edit the .fogsettings file so that this doesn’t happen down the road as well.

  • Can No Longer Login to Web GUI - Invalid Login (FOG 1.1.2/Ubuntu 14.04)

    11
    0 Votes
    11 Posts
    4k Views
    Tom ElliottT

    Try this
    You know what username you used?

    Do you know what type you entered it as?

    FOG Uses MD5 encryption to the passwords to set the password. This way there’s kind of a level of security making cracking your passwords that much more difficult.

    Try this:
    [code]mysql -u root [ -p #only if you have a password for your database ] fog
    select * from users WHERE uName=‘<YOURUSERNAMEHERE>’;
    update users set uType=‘0’ where uName=‘<YOURUSERNAMEHERE>’;
    update users set uPass=MD5(‘<YOURNEWPASSWORDHERE>’) WHERE uName=‘<YOURUSERNAMEHERE>’:[/code]

    Hopefully everything will work properly and you’ll be able to sign into your FOG system.

  • Active Directory

    1
    0 Votes
    1 Posts
    613 Views
    No one has replied
  • FOG database recovery- help!

    2
    0 Votes
    2 Posts
    847 Views
    Tom ElliottT

    if you can boot the system with a live cd you may be able to gain access to the /var/lib/mysql folder. While this isn’t the best means to backup your database systems, it will work to at least get your hosts and image definitions back. If you can copy the entire contents of this folder you’ll be much better off.

  • Some little things that don't work for me.

    6
    0 Votes
    6 Posts
    3k Views
    Tom ElliottT

    Your Active Directory password needs to be encrypted through the FOG Crypt download from the client page. This, most likely, is the issue you’re seeing where it can’t join to domain.

    The 10.10.1.50 fog user and password need to work as well to be able to see the size information. This node also needs to have the Config.class.php file updated to point at your main fog server’s IP/Database and fogstorage username and password to connect and read its information.

    The FTP to the 10.10.1.50 is likely incorrect at the moment which would be why you’re not getting any information on the images page.

  • Migrate to 1.1.2 => boot loop

    4
    0 Votes
    4 Posts
    1k Views
    J

    I can’t make a video, I had downgrade to 0.32 because I use FOG just for Dell OptiPlex GX520 at this time…

    I think it’s “undionly.kpxe” is bad for this models 😞

    Thanks for ypur help.

  • List all images - pages not found

    20
    0 Votes
    20 Posts
    8k Views
    I

    What was the actual root cause of this problem? I’ve just run into it after upgrading a 0.32 system to 1.1.2. The system is in production so I’d rather not upgrade to SVN unless it is absolutely necessary.

    [COLOR=#ff0000]EDIT - FIXED (kindof)[/COLOR]
    [COLOR=#000000]In my case this turned out to be one of my “antique” images which was referring to an imageNFSGroupID which no longer exists. Correcting that problem fixed the white screen issue for me. [/COLOR]

    [COLOR=#000000]N.B. I’m including the SQL (below) which fixed my problem, but I’m doing this mostly as a reminder to myself. Use it at your own risk!!![/COLOR]

    [CODE]
    $ mysql -u root -p
    Enter password: *************
    mysql> use fog;
    mysql> SELECT ngID,ngName FROm nfsGroups;
    ±-----±--------+
    | ngID | ngName |
    ±-----±--------+
    | 1 | default |
    ±-----±--------+

    mysql> SELECT ngmID,ngmGroupID FROM nfsGroupMembers;
    ±------±-----------+
    | ngmID | ngmGroupID |
    ±------±-----------+
    | 1 | 1 |
    ±------±-----------+

    mysql> SELECT imageID, imageName, imageNFSGroupID FROM images WHERE imageNFSGroupID!=1;
    ±--------±-----------------------------------------±----------------+
    | 47 | RHL6x64PIMS50GBTest | 3|
    ±--------±-----------------------------------------±----------------+

    mysql> UPDATE images SET imageNFSGroupID=1 WHERE imageID=47;
    [/CODE]

  • Fog not running after log out

    1
    0 Votes
    1 Posts
    565 Views
    No one has replied
  • Clients can't find new fog server, TFTP? Fog 1.1.2

    12
    0 Votes
    12 Posts
    4k Views
    C

    Thank you for the replies.

  • Location plugin not loading

    11
    0 Votes
    11 Posts
    5k Views
    MRCURM

    Thanks for the explanation Lee. Sounds like the Location plugin along with the TFTP from Node option is what we want. I hope to put this into production later today.

    Thanks again!

    -MRCUR

  • Fog 1.1.2 corrupts SQL database

    28
    0 Votes
    28 Posts
    13k Views
    A

    Dear Tom,

    here the print of the fog ipxe Directory. This is a Print of my main fog. This is what i did before:

    renamed the folowing in the FoG configuration => it worked
    FOG_TFTP_PXE_KERNEL => bzImage32
    FOG_PXE_BOOT_IMAGE => init_32.xz renamed it back to bzImage and init.xz => dont worked renamed bzImage to bzImage.old and init.xz to init.old.xz cp bzImage32 bzImage (same with the init_32.xz) deleted the .old files
    => Worked again

    if i install a new kernel FoG names it “bzImage” automaticly no matter which one it is 32- or 64-bit.
    But if install the 64-bit Kernel it dont work.

    Greetings

    Andy

    [url=“/_imported_xf_attachments/1/1178_FoG ipxe.png?:”]FoG ipxe.png[/url]

  • Little cosmetic on the fog client service page

    5
    0 Votes
    5 Posts
    2k Views
    x23piracyX

    Hi,

    found it 😉 will fix it and send you the new file

    [IMG]http://i.imgur.com/lpiKB7s.png[/IMG]

    Regards X23

  • FOG::PrinterManager Failed: it looks like the local printer is missing.

    3
    0 Votes
    3 Posts
    2k Views
    Roger SaffleR

    I figured it out. We had inf files on our server that we used to install printers via batch files. I tried to use those same inf. For some reason they did not work. I reinstalled the exe that installed the inf files on the local machine. Pointing fog to these clean installs of INF files worked.

  • FOG - Windows 8.1 and MAC Address Changing

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied

102

Online

12.2k

Users

17.4k

Topics

155.6k

Posts