• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Russell Mellon
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    Russell Mellon

    @Russell Mellon

    0
    Reputation
    157
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Age 50

    Russell Mellon Unfollow Follow

    Latest posts made by Russell Mellon

    • Fog 1.2 bug in lib/redhat/functions.sh

      When I tried installing fog 1.2.0 on Centos 6.5, I received the following error:
      Staring Redhat / CentOS Installation.
      …/lib/redhat/functions.sh: line 1: n#: command not found

      I took a look in lib/redhat/functions.sh and sure enough, the first line was:
      n#

      So I removed the “n”

      posted in Bug Reports
      R
      Russell Mellon
    • RE: Windows 7 image prep: Tips for the first-timer

      When logged in as a domain user, have a look in the registry. I’m guessing that some AD group policy is changing the location of the desktop of other required system folder and that path doesn’t exist for the Windows7 machine. Or possibly that there is some access problem for the paths they specify. Compare them to a local user.

      HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
      and
      HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders

      The User Shell Folders are expanded (environment variable expansion) into the Shell Folders. So really you only need fix user shell folders then log out and back in.

      posted in Windows Problems
      R
      Russell Mellon