<?xml version="1.0" encoding="utf-8"?><rdf:RDFxmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"xmlns:dc="http://purl.org/dc/elements/1.1/"xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"xmlns:admin="http://webns.net/mvcb/"xmlns:cc="http://web.resource.org/cc/"xmlns="http://purl.org/rss/1.0/"><channel rdf:about="http://www.chrisborkowski.com/mt/"><title>Configuration Madness</title><link>http://www.chrisborkowski.com/mt/</link><description>I&apos;ve been working really hard as of late...</description><dc:language>en</dc:language><dc:creator></dc:creator><dc:date>2005-07-09T16:16:04-05:00</dc:date><admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.17" /><items><rdf:Seq><rdf:li rdf:resource="http://www.chrisborkowski.com/archive/blogs/2005/07/configure_the_w.html" /><rdf:li rdf:resource="http://www.chrisborkowski.com/archive/blogs/2005/07/osx_104_tiger_p.html" /><rdf:li rdf:resource="http://www.chrisborkowski.com/archive/blogs/2005/07/osx_104_tiger_u.html" /><rdf:li rdf:resource="http://www.chrisborkowski.com/archive/blogs/2005/07/osx_-_running_t.html" /><rdf:li rdf:resource="http://www.chrisborkowski.com/archive/blogs/2005/07/osxlinux_how_to.html" /><rdf:li rdf:resource="http://www.chrisborkowski.com/archive/blogs/2005/07/force_prebindin.html" /><rdf:li rdf:resource="http://www.chrisborkowski.com/archive/blogs/2005/07/how_to_take_a_s.html" /><rdf:li rdf:resource="http://www.chrisborkowski.com/archive/blogs/2005/07/what_are_all_th.html" /></rdf:Seq></items></channel><item rdf:about="http://www.chrisborkowski.com/archive/blogs/2005/07/configure_the_w.html"><title>Configure the World</title><link>http://www.chrisborkowski.com/archive/blogs/2005/07/configure_the_w.html</link><description><![CDATA[<p>Ok -  this past month I've installed or configured the following:  <br />Xserve G-5 <br />OSX  10.4 Tiger  -w/clients bound to Active Directory<br />OSX server on a g-4 cube !<br />RedHat 3 ES Enterprise Server - on a VMWare box<br />Microsoft Content Management Server - from eval to fully licensed<br />Media Beacon Server - XServe G-5<br />Extensis X1 Font Server - XServer on G-5 Desktop<br />Adobe CS2 - G5 DP clients</p><p>@ chrisboprkowski.com :<br />ImageMagick<br />Coppermine Gallery<br />Exhibit Engine</p><p>The entries in this section will document the HOW TO's and  the snags I ran into. </p>]]></description><dc:subject>general</dc:subject><dc:creator>Chris Borkowski</dc:creator><dc:date>2005-07-04T12:46:24-05:00</dc:date></item><item rdf:about="http://www.chrisborkowski.com/archive/blogs/2005/07/osx_104_tiger_p.html"><title>OSX 10.4 Tiger Passwords and Active Directory...</title><link>http://www.chrisborkowski.com/archive/blogs/2005/07/osx_104_tiger_p.html</link><description><![CDATA[<p>...or should I say InActive Directory.</p><p>This one is a big flaw for anyone who's figured out how to bind an OSX client to Active Directory.</p><p>This seems to be a hit or miss install, 2/3 of the machine's that I've upgraded to tiger the installer missed a key file that tells SMB how to send passwords to AD. Tiger will want to send encrypted passwords and unless the Windows server has the option turned on logins will fail for Mac accounts (Managed Mobile) created by AD in 10.3 or earlier. Basically you have insert or rewrite a file OR set your Windows servers to use plain text passwords. The later could potentially reek havoc on your Windows network that has many clients, apps, and servers sending passwords as plain text.</p><p>See the entry below on how to fix the issue. I used Remote Desktop to proliferate the fixed file to the clients.</p><p>One last note:<br />For some unexplained reason I've had to manually set the password a few machines and only for some but not all cached AD accounts. Open a shell to the machine and issue the commands and follow the password prompts: <br />$ sudo passwd username </p>]]></description><dc:subject>OSX 10.4 Tiger</dc:subject><dc:creator>Chris Borkowski</dc:creator><dc:date>2005-07-04T15:19:40-05:00</dc:date></item><item rdf:about="http://www.chrisborkowski.com/archive/blogs/2005/07/osx_104_tiger_u.html"><title>OSX 10.4 Tiger upgrades - Terminal(y) not running</title><link>http://www.chrisborkowski.com/archive/blogs/2005/07/osx_104_tiger_u.html</link><description><![CDATA[<p>The Problem: User shell in Terminal not running because of settings in Active Directory.</p><p>Basically the Terminal is denied to users because of the enter in the local netinfo which will be re/set from AD.  In 10.3 this was not and issue, but as the Directory Services in 10.4 becomes more accurate the entry seems to get stuck and this is a real big issue for users like myself who constantly use the terminal.</p><p>The quick fix is to slam the setting in your local netinfo directory and dump the user preference. Do this logged in as an admin.</p><p>sudo chsh -s /bin/bash username </p><p>sudo rm /Users/username/Library/Preferences/com.apple.Terminal </p><p>However, I found that the next time the account logs via AD the fix is set back to the entry in AD. I can't confirm it yet but the long term fix would be to map "UserShell" or "loginShell"  to "#/bin/bash" in Acitve Directory  (the "#" at the start indicates a static mapping).</p>]]></description><dc:subject>OSX 10.4 Tiger</dc:subject><dc:creator>Chris Borkowski</dc:creator><dc:date>2005-07-04T15:26:53-05:00</dc:date></item><item rdf:about="http://www.chrisborkowski.com/archive/blogs/2005/07/osx_-_running_t.html"><title>OSX - Running the Disk Utility from the Terminal</title><link>http://www.chrisborkowski.com/archive/blogs/2005/07/osx_-_running_t.html</link><description><![CDATA[<p>...aka repair machines from the comfort of your cubical.</p><p>Still cleaning up after my first Tiger upgrade. </p><p>Here's a nice little command that I've found that runs "reapir disk permissions" from a shell. I've "piped" "|" it with a "tee" command to write out a log file on the root of the hard drive that will list the files that have been repaired. </p><p>This is great ! I can ssh to the machine I need to fix and it's faster that Remote Access and totally transparent allowing the current user to work....fast, invisible, clever !</p><p><br />$ diskutil repairPermissions / | tee /repairPermissions_07_05_05.log</p><p>If you prefer you can use an alternate logging/record method where it writes out a text file on your desktop - insert your user name in the appropriate place in the command:</p><p>$ diskutil repairPermissions / >> /Users/user name/Desktop/repairPermissions_07_05_05.txt</p>]]></description><dc:subject>OSX 10.4 Tiger</dc:subject><dc:creator>Chris Borkowski</dc:creator><dc:date>2005-07-05T13:22:50-05:00</dc:date></item><item rdf:about="http://www.chrisborkowski.com/archive/blogs/2005/07/osxlinux_how_to.html"><title>OSX/Linux how to find stuff in the terminal</title><link>http://www.chrisborkowski.com/archive/blogs/2005/07/osxlinux_how_to.html</link><description><![CDATA[<p>OK, it's not Spotlight, but DUH!  who would have throught the unix command is "find". Well it's not that easy because there are a number of flags and options available that have to be formated when issuing the "find" command.  Here's  an example that searches your whole computer for anything called "windows" and prints the results to the terminal window.</p><p>$ find / -name windows -print</p><p>cool ! for when your only option is to work in a shell.</p><p>One more tip : try using "whereis' to find thoese little strange apps like :</p><p>$ whereis php<br />/usr/bin/php</p><p>see the extended entry for more examples or <br />$ man find</p>]]></description><dc:subject></dc:subject><dc:creator>Chris Borkowski</dc:creator><dc:date>2005-07-05T13:35:38-05:00</dc:date></item><item rdf:about="http://www.chrisborkowski.com/archive/blogs/2005/07/force_prebindin.html"><title>Force prebinding from the Terminal</title><link>http://www.chrisborkowski.com/archive/blogs/2005/07/force_prebindin.html</link><description><![CDATA[<p>This is a follow up to the repair permissions post the other day.  Please note that it's come to my attention that prebinding is no longer necessary in Tiger. For those who are still running OSX 10.3> this is still valid.</p><p><br />A good follow up maintence rutine to perform after you've repair disk permssions is updating the prebiding on a system. Prebinding is a method of associating executable applications with required assets prior to their launch. This can decrease the time taken to load an application.<br /> I cloned a few OSX 10.3 machines a few days ago and ran into some problems while trying to print. The error logs in the pointed to some problem files in the Library/FrameWorks/ ....altevec files as well as others.</p><p>not knowing how to fix I took a stab and tried to update the prebinding. When you clone an OSX machine using somthing like CCC from bombich, as good as it is, it will sometimes miss a few things. </p><p>so here's the command line to udate or force your systems prebinding. again I've piped it with a tee to make a log just incase I need to follow up on where things may have gone wrong.</p><p>$ sudo update_prebinding -root / -force -verbose  -debug | tee prebingin7605.log</p><p>see the extended entry for more details</p>]]></description><dc:subject>OSX 10.4 Tiger</dc:subject><dc:creator>Chris Borkowski</dc:creator><dc:date>2005-07-07T11:07:23-05:00</dc:date></item><item rdf:about="http://www.chrisborkowski.com/archive/blogs/2005/07/how_to_take_a_s.html"><title>How to take a screen shot from the terminal</title><link>http://www.chrisborkowski.com/archive/blogs/2005/07/how_to_take_a_s.html</link><description><![CDATA[<p>OK - you get a call from a users asking how do take a screen shot. Open a shell to their computer as root and issue the following command: </p><p>$ screencapture -W /Users/username/Desktop/picture.pict</p><p>the "-W" key will turn the cursor into a camera icon and the file will be placed on their desktop</p><p>use an "-i" for cross hairs and the user will be able to lasso thier pictue selection.</p><p>see the extended entry below for more options</p>]]></description><dc:subject></dc:subject><dc:creator>Chris Borkowski</dc:creator><dc:date>2005-07-07T14:51:37-05:00</dc:date></item><item rdf:about="http://www.chrisborkowski.com/archive/blogs/2005/07/what_are_all_th.html"><title>What are all thoes folders anyway ?</title><link>http://www.chrisborkowski.com/archive/blogs/2005/07/what_are_all_th.html</link><description><![CDATA[<p>OSX is Unix, by now that should be clear, Unix systems have a standardized file system, gone are the OS9 days where you could store anything anywhere, pictures file kept in your extensions folders...who cared ? the OS still ran. Things are a bit different now as you might have well noticed. So here's a rundown of what happens in those OSX directories.</p><p>see the extended body for a complete list; this was gathered from http://www.macdevcenter.com/</p>]]></description><dc:subject>OSX 10.4 Tiger</dc:subject><dc:creator>Chris Borkowski</dc:creator><dc:date>2005-07-09T16:16:04-05:00</dc:date></item><item><title>Apple Remote Desktop and Linux Redhat...and beyond</title><description><![CDATA[<p>Apple's Remote Desktop is great, it extends your abilty to admin machines beyond what you can do from the terminal. The cool thing about it is that it's built around AT&T's or realvnc standards meaning you can control just about any OS running a VNC client....windows/linux/etc. </p><p>To get started check your OS (in this case REL 3 - Red Hat Enterprise v3) from a terminal enter</p><p>$ rmp -q vnc-server</p><p>this will return your curent setup</p><p>if it's not installed then you'll have to fetch the rpm or tar file. RPS's are a lot easier. My system is subscribed to Red Hats Network so it's east to fetch and install from one simple command line</p><p>$ up2date vnc-server</p><p>authenticate when asked</p><p>the rest takes a few more steps to set up. read the extened entry</p>]]></description><link>http://www.chrisborkowski.com/archive/blogs/2005/10/apple_remote_de.html</link><guid>http://www.chrisborkowski.com/archive/blogs/2005/10/apple_remote_de.html</guid><category>OSX 10.4 Tiger</category><pubDate>Thu, 06 Oct 2005 12:03:09 -0500</pubDate></item></rdf:RDF>