• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Lee Rowlett
    3. Posts
    • Profile
    • Following 19
    • Followers 7
    • Topics 17
    • Posts 276
    • Best 31
    • Controversial 0
    • Groups 2

    Posts made by Lee Rowlett

    • RE: Kernel-3.8.8.core - posted

      can we apply this fix to the next kernel release? (modsettings off) there’s a bug where the terminal/resolution is extremely small!
      [url]http://fogproject.org/forum/threads/bzimage-small-terminal.1088/[/url]

      “KMS -> [url]https://wiki.archlinux.org/index.php/KMS[/url] may be the culprit. Can you try disabling mode setting for the driver you are using. Either append a kernel argument for a scheduled task, or recompile the kernel with modesetting off for any drivers you plan on using.”

      posted in General
      Lee RowlettL
      Lee Rowlett
    • RE: E-mail Notification

      anyone?? 🙂

      posted in Feature Request
      Lee RowlettL
      Lee Rowlett
    • E-mail Notification

      Hi Guys,

      is there anyway to get FOG to send an e-mail once an image task has started/completed? i’m sure i saw someone do this on the old forum but didn’t need the facility at the time. wondered if anyone else already has this setup? going to use it as a call logging system can automatically create calls from e-mails.

      could anyone point me in the right direction?

      P.s didn’t post it into the general support as (i believe) it’s not in FOG so it’s also a feature request… 🙂

      posted in Feature Request
      Lee RowlettL
      Lee Rowlett
    • RE: Delete old surplus hosts from FOG?

      what about something that queries AD? maybe query the hostname in AD, if it can’t find it, delete it from FOG… something that run on a cycle.

      I’m looking at a way to manage the host list now too, let me know which root you take 🙂

      posted in General
      Lee RowlettL
      Lee Rowlett
    • Change Chntpw

      the current version of chntpw used within FOG does not seem to work with windows 7, however this version works beautifully!
      [URL=‘https://launchpad.net/ubuntu/karmic/i386/chntpw/0.99.5-0+nmu1’][U][COLOR=#0066cc]https://launchpad.net/ubuntu/karmic/i386/chntpw/0.99.5-0+nmu1[/COLOR][/U][/URL]
      [url]http://itcrush.wordpress.com/2012/06/26/how-to-reset-windows-7-password-with-ubuntu-and-chntpw-utility[/url]

      could we change the version being used with the init to this version?

      Edit: I can confirm it works with windows 8 too! all x86/x64

      posted in Feature Request
      Lee RowlettL
      Lee Rowlett
    • RE: HostnameChanger Domain Error! Wrong Password Code: 1323

      what version of Ubuntu are you using? try this:

      sudo -s (enter password when prompted)

      nano /etc/php5/apache2/php.ini
      change:
      magic_quotes_gpc = On
      to
      magic_quotes_gpc = Off

      do the same for /etc/php5/cli/php.ini if it exists

      posted in FOG Problems
      Lee RowlettL
      Lee Rowlett
    • Location Patch for 0.33

      Hi,

      As ur aware i’d written a patch for 0.31 to use locations, which change core system coding and I’ve been trying to add the location functionality into 0.33 using the new hooks system etc but i’m pulling my hair out, cnt get my head around it… Anyone here fancy takin a crack? I know this is used by quite a few fog users and have had several requests… I can add it to 0.33 but only by modifyin the core system which obviously defeats the new coding system…

      Link to patch for 0.31
      [url]http://fogproject.org/forum/threads/requested-multi-site-location-patch-requested.410/[/url]

      posted in General
      Lee RowlettL
      Lee Rowlett
    • RE: Multiple sites

      [url]http://fogproject.org/forum/threads/requested-multi-site-location-patch-requested.410/[/url]

      posted in General
      Lee RowlettL
      Lee Rowlett
    • RE: Kernel 3.6.9 Core - posted

      will this be posted in the svn along with the config?

      thanks

      posted in General
      Lee RowlettL
      Lee Rowlett
    • RE: Sysprep.exe Help

      you do not need to specify the Reseal in your xml file as that’s what the switches do - by having this in your unattend file it conflicts with the switches you pass to sysprep. just remove this section all together from your unattend file and it should stop the issue.

      posted in Windows Problems
      Lee RowlettL
      Lee Rowlett
    • Integrate Windows Authentication in FOG

      Hi,

      has anyone been able or successfully implemented windows authentication for FOG instead of manually creating users? it’s just my security manager is on my back about the “security” of FOG and it’s something that’s been flagged in an audit.

      I have took a stab at it but it looks like it’s an overhaul of changes required and my skills using AD authentication with linux is limit. don’t really want to lose FOG over something so trivial

      Anyone else interested in this feature or got any info?

      posted in General
      Lee RowlettL
      Lee Rowlett
    • RE: Web Gui

      change /var/www/index.html to:

      <html>
      <head>
      <meta http-equiv=“Refresh” content=“0; URL=fog/index.php”> </head> </html>
      otherwise just add /fog in the address bar

      posted in FOG Problems
      Lee RowlettL
      Lee Rowlett
    • RE: Fog doesn't reboot machine after deploying.

      if it’s what it sounds like…
      under other information try setting the FOG_KERNEL_ARGS as [B]reboot=bios[/B]
      see how you get on 🙂

      But as chad said, little/vague info makes it harder to help

      posted in FOG Problems
      Lee RowlettL
      Lee Rowlett
    • RE: Change Full Host Registration / QuickImage

      change auto.register.php line 77 (dependant on version you’ve got but it’s around there)
      from:
      [B]$sql = “select count() as cnt from hosts where hostMAC = ‘" . $mac . "’";[/B]
      to:
      [B]$sql = "select hostName, count(
      ) as cnt from hosts where hostMAC = '” . $mac . “'”;[/B]
      and then change output on line 264 (again might be diff line - version)
      from:
      [B]echo (“Exists”);[/B]
      to:
      [B]echo “”.
      (“This Machine is already registed as”).": " . $ar[“hostName”] . “”;[/B]

      i haven’t tested this but can’t see why it wouldn’t work 🙂

      posted in Feature Request
      Lee RowlettL
      Lee Rowlett
    • RE: Change Full Host Registration / QuickImage

      yes quite easy actually, without looking at the code, you should be able to use the same principle above but for auto.register.php

      posted in Feature Request
      Lee RowlettL
      Lee Rowlett
    • RE: Flash Player Snapin

      Use the msi installer version instead that way you can pass the standard msi switches to it (i.e /qn). works a treat 🙂

      [url]http://www.adobe.com/uk/products/flashplayer/distribution3.html[/url]

      posted in Windows Problems
      Lee RowlettL
      Lee Rowlett
    • RE: Windows 7/XP a default domain USERNAME for login.

      the default username is set under WindowsNT/Winlogon in the registry, for more info just google display last user registry (make sure your GPO doesn’t disable this)

      posted in Windows Problems
      Lee RowlettL
      Lee Rowlett
    • RE: Tuto SNAPIN with Adobe Reader X (last version)

      [url]http://www.adobe.com/support/downloads/detail.jsp?ftpID=4950[/url]

      You can get the tool from there and its pretty descriptive on tye page too, very easy to use, you just need to extract the setup files from the .exe. Easiest way to do tht is run the installer n once its loaded jdt grab the files from app data/temp cnt remember off the top of my head

      posted in Tutorials
      Lee RowlettL
      Lee Rowlett
    • RE: Hostname Change & Joining Domain Before Sysprep Runs (XP & Win7!)

      Glad I could help 🙂

      posted in General
      Lee RowlettL
      Lee Rowlett
    • RE: Tuto SNAPIN with Adobe Reader X (last version)

      or you could use the Adobe customization tool, it creates a .mst file within the setup folder, needing no switches

      posted in Tutorials
      Lee RowlettL
      Lee Rowlett
    • 1
    • 2
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 11 / 14