<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Urgent Question about grepping thru the logs in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/urgent-question-about-grepping-thru-the-logs/m-p/4499910#M680804</link>
    <description>Hi Allan:&lt;BR /&gt;&lt;BR /&gt;You might create a file of your IP addresses -- one per line, called 'tmp/IPS' and then do:&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;cd /path_to_logs&lt;BR /&gt;for FILE in $(ls)&lt;BR /&gt;do&lt;BR /&gt;    echo "&amp;gt;&amp;gt;&amp;gt; '${FILE}' &amp;lt;&amp;lt;&amp;lt;"&lt;BR /&gt;    gzcat -c ${FILE}|grep -f /tmp/IPS&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Thu, 17 Sep 2009 21:57:24 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2009-09-17T21:57:24Z</dc:date>
    <item>
      <title>Urgent Question about grepping thru the logs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/urgent-question-about-grepping-thru-the-logs/m-p/4499908#M680802</link>
      <description>&lt;BR /&gt;I have a list of fraudulent IPs(~2000) I need to search through my apache web logs. I have the logs(~450) from all my web servers in one place from the last 3 months , what would be the best way to grep those IPs on the gizipped logs. &lt;BR /&gt;&lt;BR /&gt;Please help!&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Allan</description>
      <pubDate>Thu, 17 Sep 2009 21:04:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/urgent-question-about-grepping-thru-the-logs/m-p/4499908#M680802</guid>
      <dc:creator>Allanm</dc:creator>
      <dc:date>2009-09-17T21:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Question about grepping thru the logs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/urgent-question-about-grepping-thru-the-logs/m-p/4499909#M680803</link>
      <description>Please Help!</description>
      <pubDate>Thu, 17 Sep 2009 21:32:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/urgent-question-about-grepping-thru-the-logs/m-p/4499909#M680803</guid>
      <dc:creator>Allanm</dc:creator>
      <dc:date>2009-09-17T21:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Question about grepping thru the logs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/urgent-question-about-grepping-thru-the-logs/m-p/4499910#M680804</link>
      <description>Hi Allan:&lt;BR /&gt;&lt;BR /&gt;You might create a file of your IP addresses -- one per line, called 'tmp/IPS' and then do:&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;cd /path_to_logs&lt;BR /&gt;for FILE in $(ls)&lt;BR /&gt;do&lt;BR /&gt;    echo "&amp;gt;&amp;gt;&amp;gt; '${FILE}' &amp;lt;&amp;lt;&amp;lt;"&lt;BR /&gt;    gzcat -c ${FILE}|grep -f /tmp/IPS&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 17 Sep 2009 21:57:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/urgent-question-about-grepping-thru-the-logs/m-p/4499910#M680804</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-09-17T21:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Question about grepping thru the logs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/urgent-question-about-grepping-thru-the-logs/m-p/4499911#M680805</link>
      <description>That is working but going very very slow.&lt;BR /&gt;&lt;BR /&gt;Any way to speed it up.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Allan.</description>
      <pubDate>Fri, 18 Sep 2009 00:10:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/urgent-question-about-grepping-thru-the-logs/m-p/4499911#M680805</guid>
      <dc:creator>Allanm</dc:creator>
      <dc:date>2009-09-18T00:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Question about grepping thru the logs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/urgent-question-about-grepping-thru-the-logs/m-p/4499912#M680806</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;The gzcat file is probably consuming all your cpu time by compressing each file.  I've you got the room, you can speed things up by removing this.</description>
      <pubDate>Fri, 18 Sep 2009 00:17:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/urgent-question-about-grepping-thru-the-logs/m-p/4499912#M680806</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2009-09-18T00:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Question about grepping thru the logs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/urgent-question-about-grepping-thru-the-logs/m-p/4499913#M680807</link>
      <description>I am afraid the space is at a premium with these huge log files. What I am planning is to split the IP files in 6 files and then run the script 6 times in parallel. Let me know if you any more good ideas.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Allan</description>
      <pubDate>Fri, 18 Sep 2009 00:50:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/urgent-question-about-grepping-thru-the-logs/m-p/4499913#M680807</guid>
      <dc:creator>Allanm</dc:creator>
      <dc:date>2009-09-18T00:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Question about grepping thru the logs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/urgent-question-about-grepping-thru-the-logs/m-p/4499914#M680808</link>
      <description>I don't know how fast "grep -f" works, never having benchmarked that.&lt;BR /&gt;Given the number of lines you may want to help is a little if you can by not having just the IP's there, but perhaps ANCHORING them to the begin of the line ^aa.bb.cc.dd to allow for a quicker yeah-nay decision.&lt;BR /&gt;(if appropriate... you did not share any log layout).&lt;BR /&gt;&lt;BR /&gt;As expressed earlier, it is not unlikely to be the gzcat which consumes more resources. You really should verify that (with TOP ?)&lt;BR /&gt;&lt;BR /&gt;If 'grep' is the top consumer than consider re-writting in AWK or PERL initially loading those 2000 IPs into a associtive array, then  read the log, find the IP and look up in the array.&lt;BR /&gt;&lt;BR /&gt;Something roughly like:&lt;BR /&gt;$ cat &amp;gt; IP.tmp&lt;BR /&gt;1.2.3.4&lt;BR /&gt;2.3.4.5&lt;BR /&gt;4.5.6.7&lt;BR /&gt;$ cat &amp;gt; LOG.tmp&lt;BR /&gt;aap 5.6.7.8&lt;BR /&gt;noot 1.2.3.4&lt;BR /&gt;mies 4.3.2.1&lt;BR /&gt;$ awk 'BEGIN {while (getline ip &amp;lt; "IP.tmp"){ips[ip]=1}} $2 in ips' LOG.tmp&lt;BR /&gt;noot 1.2.3.4&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;Hein van den Heuvel&lt;BR /&gt;HvdH Performance Consulting&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Sep 2009 01:39:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/urgent-question-about-grepping-thru-the-logs/m-p/4499914#M680808</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2009-09-18T01:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Question about grepping thru the logs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/urgent-question-about-grepping-thru-the-logs/m-p/4499915#M680809</link>
      <description>&amp;gt;&amp;gt;run the script 6 times in parallel&lt;BR /&gt;&lt;BR /&gt;How many processors in your server?  If you have less than 6 you may do more harm than good.&lt;BR /&gt;&lt;BR /&gt;I would run 1 less script than the number of processors in the system (4 processors -- 3 scripts running).</description>
      <pubDate>Fri, 18 Sep 2009 01:40:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/urgent-question-about-grepping-thru-the-logs/m-p/4499915#M680809</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-09-18T01:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Question about grepping thru the logs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/urgent-question-about-grepping-thru-the-logs/m-p/4499916#M680810</link>
      <description>&lt;!--!*#--&gt;&amp;gt; If 'grep' is the top consumer than consider&lt;BR /&gt;&amp;gt; re-writting in AWK or PERL [...]&lt;BR /&gt;&lt;BR /&gt;Sometimes it pays to write a real computer&lt;BR /&gt;program in a real, compiled programming&lt;BR /&gt;language.  C, for example, is popular these&lt;BR /&gt;days.  Or so I hear.  (I think that it even&lt;BR /&gt;has arrays.)&lt;BR /&gt;&lt;BR /&gt;Sorry, if this sounds too radical.</description>
      <pubDate>Fri, 18 Sep 2009 02:03:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/urgent-question-about-grepping-thru-the-logs/m-p/4499916#M680810</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-09-18T02:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Question about grepping thru the logs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/urgent-question-about-grepping-thru-the-logs/m-p/4499917#M680811</link>
      <description>&amp;gt;&amp;gt; Sometimes it pays to write a real computer&lt;BR /&gt;program in a real, compiled programming&lt;BR /&gt;language.&lt;BR /&gt;&lt;BR /&gt;:-)&lt;BR /&gt;&lt;BR /&gt;Yes. And hashed lookups and all that good stuff.&lt;BR /&gt;&lt;BR /&gt;Thank you Steve. &lt;BR /&gt;We needed that quick sanity check.&lt;BR /&gt;&lt;BR /&gt;Actually, it would not surprise me if awk just does a linear search for array keys, which would suck (cpu).&lt;BR /&gt;Best I know Perl builds in index tree, but that may be wishful thinking. I have never needed to find out. But some day...&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Sep 2009 02:30:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/urgent-question-about-grepping-thru-the-logs/m-p/4499917#M680811</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2009-09-18T02:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Question about grepping thru the logs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/urgent-question-about-grepping-thru-the-logs/m-p/4499918#M680812</link>
      <description>Grep is taking most of the cpu cycles - &lt;BR /&gt; &lt;BR /&gt;PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND&lt;BR /&gt; 6179 root      25   0 68140 7824  652 R  100  0.0 242:11.62 grep&lt;BR /&gt; 6739 root      25   0 64828 4516  648 R  100  0.0  93:35.20 grep&lt;BR /&gt; 6771 root      25   0 67736 7420  652 R  100  0.0  78:34.72 grep&lt;BR /&gt; 6915 root      18   0 67864 7492  652 R  100  0.0  15:52.94 grep&lt;BR /&gt; 6919 root      25   0 68136 7828  652 R  100  0.0  14:33.67 grep&lt;BR /&gt; 6800 root      25   0 68140 7780  652 R  100  0.0  65:17.68 grep&lt;BR /&gt; 6799 root      18   0  4116  484  324 S    0  0.0   0:04.15 zcat&lt;BR /&gt;&lt;BR /&gt;If PERL or AWK can help is speeding up can some specify that so that gzcat and grep can be replaced with that.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Sep 2009 06:06:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/urgent-question-about-grepping-thru-the-logs/m-p/4499918#M680812</guid>
      <dc:creator>Allanm</dc:creator>
      <dc:date>2009-09-18T06:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Question about grepping thru the logs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/urgent-question-about-grepping-thru-the-logs/m-p/4499919#M680813</link>
      <description>&amp;gt;gzcat and grep can be replaced with that.&lt;BR /&gt;&lt;BR /&gt;You can replace the grep but you'll still need the gzcat.&lt;BR /&gt;&lt;BR /&gt;You can try fgrep so it doesn't need to do pattern matching.  (Otherwise you would also have to quote the "." in your IPs.)&lt;BR /&gt;&lt;BR /&gt;The grep source shows it does read the -f file into memory.</description>
      <pubDate>Fri, 18 Sep 2009 08:31:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/urgent-question-about-grepping-thru-the-logs/m-p/4499919#M680813</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-09-18T08:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Question about grepping thru the logs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/urgent-question-about-grepping-thru-the-logs/m-p/4499920#M680814</link>
      <description>&amp;gt;&amp;gt; If PERL or AWK can help is speeding up can some specify that so that gzcat and grep can be replaced with that.&lt;BR /&gt;&lt;BR /&gt;My example was supposed to show that.&lt;BR /&gt;The assumption in that example was that you can readily find the IP address in the log file as being in a fixed 'word' or 'column'.&lt;BR /&gt;For the purpose of the example I used the second field/word, represented by the '$2 in ips'&lt;BR /&gt;&lt;BR /&gt;As I hinted already, you'll need to povide us with a representative snippet from your log to help you grab the IP out of that.&lt;BR /&gt;&lt;BR /&gt;And do heed Dennis advice (and mine) advice to carefully construct the grep search file to be quick-failing regular expressions with as little as possible wildcard. Notably the '.' in the ip address&lt;BR /&gt;&lt;BR /&gt;For example, using my sample file and adding 2 records:&lt;BR /&gt;&lt;BR /&gt;$ cat &amp;gt;&amp;gt; LOG.tmp&lt;BR /&gt;noot 1.2.3.4&lt;BR /&gt;1x2x3x4&lt;BR /&gt;&lt;BR /&gt;now returns&lt;BR /&gt;&lt;BR /&gt;$ GREP -f IP.tmp LOG.tmp&lt;BR /&gt;noot 1.2.3.4&lt;BR /&gt;1.2.3.4 noot&lt;BR /&gt;1x2x3x4&lt;BR /&gt;&lt;BR /&gt;The two new lines should probably NOT be found. And they probably will not be found in the real log, but in the mean time grep is wasting CPU cycles trying to look for them!&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Sep 2009 10:45:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/urgent-question-about-grepping-thru-the-logs/m-p/4499920#M680814</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2009-09-18T10:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Question about grepping thru the logs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/urgent-question-about-grepping-thru-the-logs/m-p/4499921#M680815</link>
      <description>&lt;!--!*#--&gt;Hi (again) Allan:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Dennis: You can try fgrep so it doesn't need to do pattern matching. (Otherwise you would also have to quote the "." in your IPs.)&lt;BR /&gt;&lt;BR /&gt;Yes, I realized that too after I posted before dinner last night.  The quoting can be handled by Perl (below).&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Dennis: The grep source shows it does read the -f file into memory.&lt;BR /&gt;&lt;BR /&gt;I have often wondered about that!  I assumed that it would for speed.  Thnaks very much for looking.&lt;BR /&gt;&lt;BR /&gt;Anyway, here's a quick Perl script that might speed things up.  The dot characters in the "token" file of IP addresses are escaped "automatically".  The script stops analyzing the pattern list as soon as a match to a line in the file is found and moves along to the next line of the file.&lt;BR /&gt;&lt;BR /&gt;# cat ./ngrep&lt;BR /&gt;#!/usr/bin/perl&lt;BR /&gt;use strict;&lt;BR /&gt;use warnings;&lt;BR /&gt;my @tokens;&lt;BR /&gt;sub loadtokens {&lt;BR /&gt;    my ($file) = @_;&lt;BR /&gt;    local $/;&lt;BR /&gt;    my $fh;&lt;BR /&gt;    open( $fh, '&amp;lt;', $file ) or die "Can't open '$file'\n";&lt;BR /&gt;    $_      = &amp;lt;$fh&amp;gt;;&lt;BR /&gt;    @tokens = split;&lt;BR /&gt;}&lt;BR /&gt;my $tokenfile = shift or die "Token file expected\n";&lt;BR /&gt;loadtokens $tokenfile;&lt;BR /&gt;while (@ARGV) {&lt;BR /&gt;    my $fh;&lt;BR /&gt;    my $file = shift;&lt;BR /&gt;    unless ( open( $fh, "gzcat -c $file|" ) ) {&lt;BR /&gt;        warn "Can't open '$file'\n";&lt;BR /&gt;        next;&lt;BR /&gt;    }&lt;BR /&gt;    while (&amp;lt;$fh&amp;gt;) {&lt;BR /&gt;    PATTERN:&lt;BR /&gt;        for my $pattern (@tokens) {&lt;BR /&gt;            if (m/\Q$pattern/) {&lt;BR /&gt;                print $file, ': ', $_;&lt;BR /&gt;                last PATTERN;&lt;BR /&gt;            }&lt;BR /&gt;        }&lt;BR /&gt;    }&lt;BR /&gt;    close $fh;&lt;BR /&gt;}&lt;BR /&gt;1;&lt;BR /&gt;&lt;BR /&gt;...run the script like:&lt;BR /&gt;&lt;BR /&gt;# ./ngrep tokenfile file1 file2 file3...&lt;BR /&gt;&lt;BR /&gt;The "tokenfile" should contain your IP addresses to be matched, one per line.  The list of files on the command line are your logs to be analyzed.&lt;BR /&gt;&lt;BR /&gt;You might try a timing test with just a few logs the original way and then with this code.  I haven't had time to benchmark this.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Sep 2009 12:01:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/urgent-question-about-grepping-thru-the-logs/m-p/4499921#M680815</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-09-18T12:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Question about grepping thru the logs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/urgent-question-about-grepping-thru-the-logs/m-p/4499922#M680816</link>
      <description>&lt;!--!*#--&gt;&amp;gt;Steven: Sometimes it pays to write a real computer program in a real, compiled programming language.  C, for example, is popular these days.&lt;BR /&gt;&lt;BR /&gt;How about C++ using STL?&lt;BR /&gt;&lt;BR /&gt;My strtok(3) loop can probably be optimized better.&lt;BR /&gt;Insert:&lt;BR /&gt;   if (len &amp;lt; min_len) min_len = len;&lt;BR /&gt;   if (len &amp;gt; max_len) max_len = len;&lt;BR /&gt;   const char *p = strdup(buf);&lt;BR /&gt;   result = IP_set.insert(p);&lt;BR /&gt;Search:&lt;BR /&gt;   const char *p = strtok(buf2, " \t[]!@#$%^&amp;amp;*()_-=+{}|\\;:'\",&amp;lt;&amp;gt;/?");&lt;BR /&gt;   while (p) {&lt;BR /&gt;      len = strlen(p);&lt;BR /&gt;      if (len &amp;gt;= min_len &amp;amp;&amp;amp; len &amp;lt;= max_len) {&lt;BR /&gt;         if (IP_set.find(p) != IP_set.end()) {&lt;BR /&gt;            printf("Found %s, in: %s\n", p, buf);&lt;BR /&gt;         }&lt;BR /&gt;      }&lt;BR /&gt;      p = strtok(NULL, " \t[]!@#$%^&amp;amp;*()_-=+{}|\\;:'\",&amp;lt;&amp;gt;/?");&lt;BR /&gt;   }&lt;BR /&gt;&lt;BR /&gt;Using some random large files:&lt;BR /&gt;$ a.out itrc_IP.data itrc_IP.scan /stand/vmunix /var/adm/wtmp*&lt;BR /&gt;Duplicate key: 15.00.00.00&lt;BR /&gt;Elements in the container: 2&lt;BR /&gt;Found 15.00.00.00, in: abc 15.00.00.00 def&lt;BR /&gt;Found 16.00.00.00, in: sam[16.00.00.00] 1.2.3.4&lt;BR /&gt;Found 15.00.00.00, in: 15.00.00.00 is bad&lt;BR /&gt;files scanned 5, lines scanned 364676&lt;BR /&gt;tokens scanned 544502, tokens looked up 397339&lt;BR /&gt;&lt;BR /&gt;Changing to read from stdin would be easy, just don't close it.</description>
      <pubDate>Sat, 19 Sep 2009 06:26:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/urgent-question-about-grepping-thru-the-logs/m-p/4499922#M680816</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-09-19T06:26:21Z</dc:date>
    </item>
  </channel>
</rss>

