• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. kelly.bettendorf
    3. Topics
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 17
    • Posts 81
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by kelly.bettendorf

    • K

      Creating Snap ins

      General
      • • • kelly.bettendorf
      2
      0
      Votes
      2
      Posts
      830
      Views

      W

      [URL=‘http://fogproject.org/wiki/index.php?search=snapins&title=Special%3ASearch’]http://fogproject.org/wiki/index.php?search=snapins&title=Special:Search[/URL]

      A little wiki searching goes a long way.

      [url]http://fogproject.org/wiki/index.php/Make_Snapins_Using_FOSS[/url]

    • K

      Printer management with FOG 1.1.2

      FOG Problems
      • • • kelly.bettendorf
      2
      0
      Votes
      2
      Posts
      1.2k
      Views

      B

      You don’t by chance have GP set up to add this printer as well do you?

    • K

      Fog Client page does not load

      FOG Problems
      • • • kelly.bettendorf
      5
      0
      Votes
      5
      Posts
      1.7k
      Views

      E

      I like to use the svn, but I just have issues like that…lol " Its working great, lets change it 🙂 "

    • K

      FOG Auto Join to AD

      FOG Problems
      • • • kelly.bettendorf
      5
      0
      Votes
      5
      Posts
      2.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]

    • K

      Fog 1.0.0 Hosts search not working.

      FOG Problems
      • • • kelly.bettendorf
      3
      0
      Votes
      3
      Posts
      792
      Views

      K

      [quote=“Junkhacker, post: 31972, member: 21583”]update to 1.1.2[/quote]

      AH okay, planning to do that later this afternoon.
      Thanks for answering so many of my questions Junkhacker, its been a lot of help.

    • K

      Manual Migration to FOG 1.1.2

      FOG Problems
      • • • kelly.bettendorf
      9
      0
      Votes
      9
      Posts
      3.2k
      Views

      A

      I understand that using PHPmyadmin is more of a ‘brute force’ solution … and although I advocate it -> but only in extreme circumstances where you botched up your migration in the first place.

      Migrating manually with PHPmyadmin and manipulating the database is a very slow and painful task … believe me, I know. Column orders, commas, quotation marks - all super important when you are combing your database for import.

      again - last-ditch solution.

    • K

      Fog client not working after upgrade to FOG 1.1.1

      FOG Problems
      • • • kelly.bettendorf
      22
      0
      Votes
      22
      Posts
      7.3k
      Views

      K

      Okay so here is what my .fogsettings looks like

      [SIZE=16px][FONT=Calibri][COLOR=#000000]ipaddress=“10.40.224.90”;[/COLOR][/FONT][/SIZE]
      [SIZE=16px][FONT=Calibri][COLOR=#000000]interface=“eth1”;[/COLOR][/FONT][/SIZE]
      [SIZE=16px][FONT=Calibri][COLOR=#000000]routeraddress=" option routers 10.40.240.1;“;[/COLOR][/FONT][/SIZE]
      [SIZE=16px][FONT=Calibri][COLOR=#000000]plainrouter=“10.40.240.1”;[/COLOR][/FONT][/SIZE]
      [SIZE=16px][FONT=Calibri][COLOR=#000000]dnsaddress=” option domain-name-servers 10.40.32.10; ";[/COLOR][/FONT][/SIZE]
      [SIZE=16px][FONT=Calibri][COLOR=#000000]dnsbootimage=“10.40.32.10”;[/COLOR][/FONT][/SIZE]
      [SIZE=16px][FONT=Calibri][COLOR=#000000]password=“e50a63”;[/COLOR][/FONT][/SIZE]
      [SIZE=16px][FONT=Calibri][COLOR=#000000]osid=“2”;[/COLOR][/FONT][/SIZE]
      [SIZE=16px][FONT=Calibri][COLOR=#000000]osname=“Debian”;[/COLOR][/FONT][/SIZE]
      [SIZE=16px][FONT=Calibri][COLOR=#000000]dodhcp=“N”;[/COLOR][/FONT][/SIZE]
      [SIZE=16px][FONT=Calibri][COLOR=#000000]bldhcp=“0”;[/COLOR][/FONT][/SIZE]
      [SIZE=16px][FONT=Calibri][COLOR=#000000]installtype=“N”;[/COLOR][/FONT][/SIZE]
      [SIZE=16px][FONT=Calibri][COLOR=#000000]snmysqluser=“root”[/COLOR][/FONT][/SIZE]
      [SIZE=16px][FONT=Calibri][COLOR=#000000]snmysqlpass=“e50a63”;[/COLOR][/FONT][/SIZE]
      [SIZE=16px][FONT=Calibri][COLOR=#000000]snmysqlhost=“localhost”;[/COLOR][/FONT][/SIZE]
      [SIZE=16px][FONT=Calibri][COLOR=#000000]installlang=“0”;[/COLOR][/FONT][/SIZE]
      [SIZE=16px][FONT=Calibri][COLOR=#000000]donate=“0”;[/COLOR][/FONT][/SIZE]
      [SIZE=16px][FONT=Calibri][COLOR=#000000]fogupdateloaded=“1”[/COLOR][/FONT][/SIZE]

    • K

      System startup script for ubuntu 12.04

      Linux Problems
      • • • kelly.bettendorf
      5
      0
      Votes
      5
      Posts
      1.4k
      Views

      K

      Yes editing fstab worked for exactly what i was trying to do.

    • K

      How to set host OS in fog 1.1.1

      FOG Problems
      • • • kelly.bettendorf
      1
      0
      Votes
      1
      Posts
      545
      Views

      No one has replied

    • K

      FOG PXE Boot Error

      FOG Problems
      • • • kelly.bettendorf
      6
      0
      Votes
      6
      Posts
      2.8k
      Views

      K

      [quote=“madskillz23, post: 30596, member: 8206”]Check the config on the web interface in FOG Configuration > Web Server > FOG_WEB_HOST and see if that IP adress is correct.

      Otherwise check through the config file in /var/www/fog/commons/config.php

      Those are good places to start.[/quote]

      Thanks!
      Turns out its located at /tftpboot/default.ipxe

    • K

      Preping to update to FOG 1.1

      General
      • • • kelly.bettendorf
      6
      0
      Votes
      6
      Posts
      1.7k
      Views

      JunkhackerJ

      you can update right to 1.1.1
      make sure you have backups before you try

    • K

      FOG 1.00 OS Support

      General
      • • • kelly.bettendorf
      2
      0
      Votes
      2
      Posts
      700
      Views

      Jaymes DriverJ

      Fedora and CentOS are supported.

      Ubuntu has just been making some changes and that is why you see all the chatter about Ubuntu lately.

      I would NOT update to 14.04. I, personally, wouldn’t upgrade form 10.04 ever, I still have servers running 10.04 and I have NO ubuntu issues at all! Fog works wonderfully on a GOOD base OS. 12.04 would not be a bad upgrade, and 13.10 would be safe too.

      Personally I would back up my databases and move my fog folders and install 1.0.1 on the 10.04 machine.

      If you would like to upgrade your Ubuntu I would upgrade to 13.04 or 13.10.

      It would be recommended to upgrade to OS BEFORE installing FOG though.

    • K

      Dell Latitude E5440 FOG .32

      Hardware Compatibility
      • • • kelly.bettendorf
      34
      0
      Votes
      34
      Posts
      13.5k
      Views

      Tom ElliottT

      [quote=“Sivasubramaniam.T, post: 25002, member: 22852”]Hi Tom,

      I have tried the kernel with few others models. Its working absolutely fine with some new models.

      [B]Good Working with below Models :[/B]
      Dell Latitude 5420
      Dell Latitude 6420
      Dell Latitude 5440
      Lenovo L440

      [SIZE=3][B]Delay in loading kernel with below models :[/B][/SIZE]
      Dell Vostro 3400
      Dell Vostro 3460
      Dell Vostro 3450 (i3)

      [SIZE=3][B][I]Problem :[/I][/B][/SIZE] Its taking 4 to 5 minutes to load the kernel to perform any tasks.
      [COLOR=#ff6600]esas2r : driver will not be loaded because no ATTO esas2r devices were found [/COLOR]
      [COLOR=#ff6600]i2c-parport-light: adapter type unspecified [/COLOR]
      After 5 minutes its performing the tasks in a normal way.
      [ATTACH]640[/ATTACH]

      [B]Problematic Model :[/B]
      Dell Vostro 3450 (i5)

      Kernel have stopped at this line once the kernel is loaded
      [COLOR=#ff6600]esas2r : driver will not be loaded because no ATTO esas2r devices were found [/COLOR]
      [COLOR=#ff6600]i2c-parport-light: adapter type unspecified [/COLOR]
      [COLOR=#ff6600]IP-Config:Reopening network devices.[/COLOR]…
      No Process after this.
      [ATTACH]638[/ATTACH]

      Sorry for long description. Please help in solving this issue.[/quote]

      AN EMERGENCY ON YOUR PART DOES NOT CONSTITUTE ONE ON MINE!

      I realize you want help, but I can’t possibly tell you why or what is wrong. The esas2r message doesn’t mean anything, but it’s telling you that the kernel has not found that driver and can’t load it. same with the i2c-parport-light.

      What the kernel’s doing after that I don’t know. It’s fast on some, slow on others, and yet others it doesn’t work at all. I don’t know what to say to help.

      The best I can do is recompile and try different things.

      But I don’t have the systems to build against.

      I’m sorry that my kernels have failed you thus far!

    • K

      FOG Print Management

      General
      • • • kelly.bettendorf
      3
      0
      Votes
      3
      Posts
      1.9k
      Views

      G

      Hi,

      What does your C:\fog.log say about it?

      Cheers
      Gilou

    • K

      Deploying Ubuntu 12.04 LTS image not working.

      Linux Problems
      • • • kelly.bettendorf
      14
      0
      Votes
      14
      Posts
      4.9k
      Views

      L

      Thanks for help.

      [url=https://www.gclub88.com/play-on-website/][color=#FFFFFF]gclub online ผ่านเว็บ[/color][/url]

    • K

      Can't Image Dell Vostro 3350 laptop

      Hardware Compatibility
      • • • kelly.bettendorf
      12
      0
      Votes
      12
      Posts
      5.8k
      Views

      R

      hi guy check if there isn’t a second dhcp server on your net work

    • K

      Can't Image Dell Vostro 3350 laptop

      FOG Problems
      • • • kelly.bettendorf
      2
      0
      Votes
      2
      Posts
      622
      Views

      K

      Sorry for cross post i can’t seem to locate the delete post option…

    • 1 / 1