<?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: Run crontab job problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041546#M303063</link>
    <description>&amp;gt;Clay: the much smarter way is to not do an "su - mickey"&lt;BR /&gt;&lt;BR /&gt;A smarter way to do it is to not do su at all.  Just add a crontab entry for mickey.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;What you do is create a file something like&lt;BR /&gt;/usr/local/bin/user_mickey_env.sh&lt;BR /&gt;&lt;BR /&gt;It seems like the right thing to do is fix your .profile.  That way you don't come back next year with the same problem on a different script.&lt;BR /&gt;&lt;BR /&gt;(I'm not sure why you would want to put mickey specific stuff in /usr/local/, rather than in ~mickey/.)</description>
    <pubDate>Mon, 23 Jul 2007 20:43:32 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2007-07-23T20:43:32Z</dc:date>
    <item>
      <title>Run crontab job problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041527#M303044</link>
      <description>I post the simliar question previously , but still not have solution , now I have a stupid solution for it , but do not know whether it is OK ,  actucally we use linux system , the below is the question I posted.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1127866" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1127866&lt;/A&gt;  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The stupid solution is :&lt;BR /&gt;because the job is unable to run by crontab job and is normal to run manually ,  is it OK to set before run this crontab job , it su to a specific user "cron_usr" ( this cron_usr will be dedicated as a login a/c to run crontab job)  , and I will modify the ~cron_usr/.bash_profile , so that when this user is login , it will run the crontab job automatically , as a result I can make sure this crontab job run the normal user profile , please advise is it OK to do that ? thx&lt;BR /&gt;</description>
      <pubDate>Sun, 22 Jul 2007 21:16:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041527#M303044</guid>
      <dc:creator>ust3</dc:creator>
      <dc:date>2007-07-22T21:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Run crontab job problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041528#M303045</link>
      <description>&amp;gt;I post the similar question previously &lt;BR /&gt;&lt;BR /&gt;(It seems it was hangyu's question?)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;because the job is unable to run by crontab job&lt;BR /&gt;&lt;BR /&gt;Do you know exactly why?&lt;BR /&gt;&lt;BR /&gt;If you want to run it under cron, you must source your .profile, either before you run your script or in it.&lt;BR /&gt;&lt;BR /&gt;You shouldn't have to do something as complex as you proposed.</description>
      <pubDate>Sun, 22 Jul 2007 21:54:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041528#M303045</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-22T21:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Run crontab job problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041529#M303046</link>
      <description>It seems it was hangyu's question&lt;BR /&gt;&amp;gt; Yes , I lost the password.&lt;BR /&gt;&lt;BR /&gt;Do you know exactly why?&lt;BR /&gt;&amp;gt; Still not know the reason , but I guess it should be the difference of .profile .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You shouldn't have to do something as complex as you proposed.&lt;BR /&gt;&amp;gt; do you think the solution that I post is possible ? thx</description>
      <pubDate>Sun, 22 Jul 2007 22:09:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041529#M303046</guid>
      <dc:creator>ust3</dc:creator>
      <dc:date>2007-07-22T22:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Run crontab job problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041530#M303047</link>
      <description>thx reply ,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I tried this method , I guess the theroy is OK , but not work when I try to use "su - cron_usr" in the crontab job , what I want is just to run a crontab job , this crontab job will do the login ( userid is cron_usr ) , this user will do the script that I want when login , can advise how to do this ? thx</description>
      <pubDate>Sun, 22 Jul 2007 23:15:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041530#M303047</guid>
      <dc:creator>ust3</dc:creator>
      <dc:date>2007-07-22T23:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Run crontab job problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041531#M303048</link>
      <description>thx reply ,&lt;BR /&gt;&lt;BR /&gt;I tried to rlogin stead su , but still not work , how to run a crontab job that will do the user login ? thx</description>
      <pubDate>Mon, 23 Jul 2007 01:22:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041531#M303048</guid>
      <dc:creator>ust3</dc:creator>
      <dc:date>2007-07-23T01:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Run crontab job problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041532#M303049</link>
      <description>May be my question is not too clear ,what I am testing is : &lt;BR /&gt;&lt;BR /&gt;I tried to write a scrip /tmp/script1 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#vi /tmp/script1&lt;BR /&gt; rlogn localhost -l cron_usr &lt;BR /&gt;&lt;BR /&gt;#vi ~cron_usr/.profile&lt;BR /&gt;my_script&lt;BR /&gt;&lt;BR /&gt;if I run this script manually , it is OK , but if I run it by crontab job , it is not work , so I think run manully and by crontab is different , can advise how can I make it work ?&lt;BR /&gt;&lt;BR /&gt;thx</description>
      <pubDate>Mon, 23 Jul 2007 01:43:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041532#M303049</guid>
      <dc:creator>ust3</dc:creator>
      <dc:date>2007-07-23T01:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Run crontab job problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041533#M303050</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;why don't you make a copy of your command - use one for running manually, in the other revers all changings you've made and run it with cron, as it worked before?&lt;BR /&gt;&lt;BR /&gt;By the way - which linux are you using?&lt;BR /&gt;&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jul 2007 03:32:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041533#M303050</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2007-07-23T03:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Run crontab job problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041534#M303051</link>
      <description>thx reply ,&lt;BR /&gt;&lt;BR /&gt;I use Redhat Ent. 3</description>
      <pubDate>Mon, 23 Jul 2007 03:37:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041534#M303051</guid>
      <dc:creator>ust3</dc:creator>
      <dc:date>2007-07-23T03:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Run crontab job problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041535#M303052</link>
      <description>whether I am not clear state what I want to do ? or it is impossible to do what I want ?  &lt;BR /&gt;&lt;BR /&gt;thx</description>
      <pubDate>Mon, 23 Jul 2007 04:30:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041535#M303052</guid>
      <dc:creator>ust3</dc:creator>
      <dc:date>2007-07-23T04:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Run crontab job problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041536#M303053</link>
      <description>thx reply,&lt;BR /&gt;&lt;BR /&gt;why don't you make a copy of your command - use one for running manually, in the other revers all changings you've made and run it with cron, as it worked before?&lt;BR /&gt;&amp;gt; sorry , I am not too understand what is that mean , &lt;BR /&gt;but for simply , I just want to setup a crontab job , when run this job , it will login the system ( just like a telnet , ssh etc ) , is it possible ? thx</description>
      <pubDate>Mon, 23 Jul 2007 06:13:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041536#M303053</guid>
      <dc:creator>ust3</dc:creator>
      <dc:date>2007-07-23T06:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Run crontab job problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041537#M303054</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;check your previous thread, where the cron job worked!&lt;BR /&gt;&lt;BR /&gt;For Linux you should ask here:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/familyhome.do?familyId=118" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/familyhome.do?familyId=118&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jul 2007 06:18:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041537#M303054</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2007-07-23T06:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Run crontab job problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041538#M303055</link>
      <description>&lt;!--!*#--&gt;hi,&lt;BR /&gt;&lt;BR /&gt;did you try this?&lt;BR /&gt;&lt;BR /&gt;#*******************************************************************************&lt;BR /&gt;# min|hour |day  |month|day  |script&lt;BR /&gt;#    |     |of mo|     |of wk|&lt;BR /&gt;#----|-----|-----|-----|-----|--------------------------------------------------&lt;BR /&gt;#*******************************************************************************&lt;BR /&gt;00 21 *  *   * echo "/home/yogeeraj/myscript.sh; exit"|su - cron_usr 1&amp;gt;/home/yogeeraj/logfiles/output_script.crn 2&amp;gt;/home/yogeeraj/logfiles/error_script.crn&lt;BR /&gt;#*******************************************************************************&lt;BR /&gt;# END OF TABLE           day0-&amp;gt;Sunday  day6-&amp;gt;Saturday&lt;BR /&gt;#*******************************************************************************&lt;BR /&gt;&lt;BR /&gt;Kind regards&lt;BR /&gt;yogeeraj&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jul 2007 06:44:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041538#M303055</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-07-23T06:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Run crontab job problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041539#M303056</link>
      <description>or maybe:&lt;BR /&gt;&lt;BR /&gt;00 21 *  *   * echo "/home/cron_usr/myscript.sh; exit"|su - cron_usr 1&amp;gt;/home/cron_usr/logfiles/output_script.crn 2&amp;gt;/home/cron_usr/logfiles/error_script.crn&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Mon, 23 Jul 2007 06:46:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041539#M303056</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-07-23T06:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Run crontab job problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041540#M303057</link>
      <description>&amp;gt;Yes, I lost the password.&lt;BR /&gt;&lt;BR /&gt;You can't recover the password because you don't know the old email alias or it no longer exists?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;but I guess it should be the difference of .profile.&lt;BR /&gt;&lt;BR /&gt;Then source that .profile in your script.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;do you think the solution that I post is possible?&lt;BR /&gt;&lt;BR /&gt;As I said, why do something that complex.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;"su - cron_usr" in the crontab job&lt;BR /&gt;&lt;BR /&gt;This will ask for a password if not root.  You can't do that in a cronjob.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;this crontab job will do the login (userid is cron_usr), this user will do the script that I want when login, can advise how to do this?&lt;BR /&gt;&lt;BR /&gt;You can set up a crontab for cron_usr.  Let that do the work.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;how to run a crontab job that will do the user login?&lt;BR /&gt;&lt;BR /&gt;You can't unless root.&lt;BR /&gt;&lt;BR /&gt;#vi /tmp/script1&lt;BR /&gt;rlogin localhost -l cron_usr&lt;BR /&gt;&lt;BR /&gt;&amp;gt;#vi ~cron_usr/.profile&lt;BR /&gt;my_script&lt;BR /&gt;&lt;BR /&gt;You don't want to put anything executable like that in .profile.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;can advise how can I make it work?&lt;BR /&gt;&lt;BR /&gt;You create a crontab entry for cron_usr to execute ~/my_script.&lt;BR /&gt;&lt;BR /&gt;In my_script you source .profile:&lt;BR /&gt;. ~/.profile&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Volkmar:  why don't you make a copy of your command - use one for running manually, ...&lt;BR /&gt;&lt;BR /&gt;There is no reason you can't use one script for both.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I just want to setup a crontab job, when run this job, it will login the system (just like a telnet&lt;BR /&gt;&lt;BR /&gt;There is no need to login to the system like telnet, just "login" like crontab.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;yogeeraj: echo "/home/cron_usr/myscript.sh; exit"|su - cron_usr&lt;BR /&gt;&lt;BR /&gt;It would be much easier to fiddle with the script than to make the crontab entry so complex.&lt;BR /&gt;&lt;BR /&gt;Also, root can use:&lt;BR /&gt;su - cron_usr -c "/home/cron_usr/myscript.sh"</description>
      <pubDate>Mon, 23 Jul 2007 07:23:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041540#M303057</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-23T07:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Run crontab job problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041541#M303058</link>
      <description>I havenÂ´t read all of thie but one advice. Use allways the full path to the binaries when using crontab, also if you need any environment variables set them in the script.</description>
      <pubDate>Mon, 23 Jul 2007 07:35:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041541#M303058</guid>
      <dc:creator>Mario_88</dc:creator>
      <dc:date>2007-07-23T07:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Run crontab job problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041542#M303059</link>
      <description>thx replies ,&lt;BR /&gt;&lt;BR /&gt;when run echo "/home/yogeeraj/myscript.sh; exit"|su - cron_usr  , it pop "standard in must be a tty" . thx</description>
      <pubDate>Mon, 23 Jul 2007 11:29:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041542#M303059</guid>
      <dc:creator>ust3</dc:creator>
      <dc:date>2007-07-23T11:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Run crontab job problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041543#M303060</link>
      <description>hi again,&lt;BR /&gt;&lt;BR /&gt;the following should on the same line:&lt;BR /&gt; 00 21 * * * echo "/home/cron_usr/myscript.sh; exit"|su - cron_usr 1&amp;gt;/home/cron_usr/logfiles/output_script.crn 2&amp;gt;/home/cron_usr/logfiles/error_script.crn &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;so that the standard output and error are redirected to the desired files.&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Mon, 23 Jul 2007 12:25:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041543#M303060</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-07-23T12:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Run crontab job problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041544#M303061</link>
      <description>&lt;!--!*#--&gt;when run echo "/home/yogeeraj/myscript.sh; exit"|su - cron_usr , it pop "standard in must be a tty"&lt;BR /&gt;&lt;BR /&gt;I believe we mentioned in your previous thread that you need to add "set -x" to your profile so you can find what command is doing that.&lt;BR /&gt;&lt;BR /&gt;Clay mentioned: the fact that stdin, stdout, and/or stderr are terminal devices ...&lt;BR /&gt;&lt;BR /&gt;Typically this is a common mistake in .profile where the tty commands aren't guarded by checks:&lt;BR /&gt;# Set up the terminal:&lt;BR /&gt;   if [ "${-%%*i*}" != "$-" ]; then&lt;BR /&gt;      /bin/stty erase "^H" kill "^X" intr "^C" eof "^D" susp "^z"&lt;BR /&gt;   fi&lt;BR /&gt;&lt;BR /&gt;Similarly for ttytype, tset or resize.&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jul 2007 20:02:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041544#M303061</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-23T20:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Run crontab job problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041545#M303062</link>
      <description>... and the much smarter way is to not do an "su - mickey" but simply an "su mickey ..." so that the user's .profile is not sourced. What you do is create a file something like&lt;BR /&gt;/usr/local/bin/user_mickey_env.sh and then both your cron'ed script AND mickey's .profile source this file using the "." (dot)operator ".&lt;SPACE&gt;/usr/local/bin/user_mickey_env.sh" and then the environment variables including PATH are set in this file. This way, you avoid the potential trapfalls where .profile expects an interactive environment and commands hang or fail. This sourced file must not contain an exit or return statement because the effect will be to exit the foreground process (the current shell).&lt;/SPACE&gt;</description>
      <pubDate>Mon, 23 Jul 2007 20:13:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041545#M303062</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-07-23T20:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Run crontab job problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041546#M303063</link>
      <description>&amp;gt;Clay: the much smarter way is to not do an "su - mickey"&lt;BR /&gt;&lt;BR /&gt;A smarter way to do it is to not do su at all.  Just add a crontab entry for mickey.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;What you do is create a file something like&lt;BR /&gt;/usr/local/bin/user_mickey_env.sh&lt;BR /&gt;&lt;BR /&gt;It seems like the right thing to do is fix your .profile.  That way you don't come back next year with the same problem on a different script.&lt;BR /&gt;&lt;BR /&gt;(I'm not sure why you would want to put mickey specific stuff in /usr/local/, rather than in ~mickey/.)</description>
      <pubDate>Mon, 23 Jul 2007 20:43:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-crontab-job-problem/m-p/4041546#M303063</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-23T20:43:32Z</dc:date>
    </item>
  </channel>
</rss>

