• Fog 0.32 - Fog 1.2 migration

    2
    0 Votes
    2 Posts
    1k Views
    JunkhackerJ

    on the host import page, there is a template file to download. if you make your formatting match the template, it should upload.

  • Cannot get Windows client to connect to FOG server

    32
    0 Votes
    32 Posts
    14k Views
    P

    Yea I don’t want to make any adjustments to the phone system here as that’s priority #1. I wouldn’t feel comfortable putting the file the phones need onto he FOG server as I’m not too familiar with Linux and troubleshooting that would be near impossible. I don’t think the phone vendor would even let me do that.

    Thanks for the help, I appreciate it.

  • Creating tasks is very slow.

    7
    0 Votes
    7 Posts
    2k Views
    I

    Thanks for the suggestions, the fog sever is connected to the internet via a proxy, but the proxy port the server connects to is unauthenticated (locked down only but network acls)

    I’ve just tried removing the proxy information and this seems to have fixed the issues (both slow task creation and the multicast grouping issue)

    Thanks for your help!

  • Upgraded to 1.2.0 now all images list as 4 GB

    5
    0 Votes
    5 Posts
    2k Views
    T

    Thanks for the quick reply’s … in my original post I said this is after upgrading from 1.1.2 to 1.2.0.

  • Unable to start task; Unable to connect to TFTP server

    17
    0 Votes
    17 Posts
    6k Views
    I

    [quote=“Tom Elliott, post: 34055, member: 7271”]As you’re running 0.32, I believe you need to make the password change in /var/www/fog/commons/config.php as well.[/quote]

    Sorry, left for home yesterday. I’ve already done this, it’s stated in the wiki.

  • Multicast on Fog 1.1.2 running incredibly slowly

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Snapin downloads

    16
    0 Votes
    16 Posts
    5k Views
    Roger SaffleR

    Tom,
    If I left those two fields blank, the snapin seems to run just fine.

  • FOG Advance Menu Configuration hiren iso not starting

    9
    0 Votes
    9 Posts
    4k Views
    T

    Hello, guys!

    Really sorry about the time frame. I was able to boot Hiren correctlly usinng the latest version. 15.2.

    Thanks everyone for the Help, and let me apologies again for the time i took to reply.

    regards,

  • FOG PXE boot

    8
    0 Votes
    8 Posts
    4k Views
    Jaymes DriverJ

    Chad is on the right track I really seem to be slacking lately, normally I am the first one to recommend the DNSMasq, I have to use it here in my novell network because we use Netware 6.5 and it has a limited number of characters that can be supplied for the boot file name. DNSMasq allows me to circumvent the system and provide the correct boot file.

    You can use this guide here [url]http://fogproject.org/wiki/index.php/Using_FOG_with_an_unmodifiable_DHCP_server/_Using_FOG_with_no_DHCP_server#DNSMASQ_settings_for_iPXE[/url]

    It will aid you in setting up DNSMasq, and of course if you have problems just come back and let us know.

  • TFTP Boot Issue

    17
    0 Votes
    17 Posts
    6k Views
    E

    Good to know…That means “video=uvsafb:mode_option=1024x768-16” would not make any difference, right?

  • Certain machines not PXE booting after upgrade

    7
    0 Votes
    7 Posts
    4k Views
    Jaymes DriverJ

    [quote=“scottmcmullan8, post: 33863, member: 24964”]Another update - it appears when the machines that aren’t working are trying to PXE boot they are using Intel Boot Agent Version 1.3.24 however the machines that are working are using a Intel PXE boot agent?[/quote]

    Look for Bios Updates/Firmware updates for the machines and see if that has any affect.

  • PXE-E32: TFTP Open Timeout

    14
    0 Votes
    14 Posts
    9k 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
    30k Views
    Tom ElliottT

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

  • Not deploying after reboot

    27
    0 Votes
    27 Posts
    14k 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
    3k 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
    647 Views
    No one has replied

173

Online

12.4k

Users

17.4k

Topics

155.9k

Posts