<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Aaron Gerdes: Tag tech</title>
    <link>http://www.aarongerdes.com/articles/tag/tech</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Strategy, design, and technology to stand out and win business.</description>
    <item>
      <title>PsyncX Problems: /usr/bin/psync: No such file or directory</title>
      <description>&lt;p&gt;While backing up my hard drive today (like everyone should!), I hit a snag using PsyncX. After entering my password, (once the terminal loads), I received this message:&lt;/p&gt;


&lt;pre&gt;sh: line 1: /usr/bin/psync: No such file or directory&lt;/pre&gt;

	&lt;p&gt;It&amp;#8217;s an easy fix. Open /usr/local/bin/runpsync in your favorite text editor (I highly recommend &lt;a href="http://www.macromates.com"&gt;TextMate&lt;/a&gt;&amp;#8212;it&amp;#8217;s also &lt;a href="http://macromates.com/blog/archives/2006/06/19/blogging-from-textmate/"&gt;what I use for blogging&lt;/a&gt;). Change line 50 from this:&lt;/p&gt;


&lt;pre&gt;&lt;code&gt;open(INPUT, "/usr/bin/psync $d $f $r '$mainHD' '$secondHD'|");&lt;/code&gt;&lt;/pre&gt;

	&lt;p&gt;to this:&lt;/p&gt;


&lt;pre&gt;&lt;code&gt;open(INPUT, "/usr/local/bin/psync $d $f $r '$mainHD' '$secondHD'|");&lt;/code&gt;&lt;/pre&gt;

	&lt;p&gt;That fixed the error for me. Probably due to my laptop running software from &lt;a href="http://hivelogic.com/articles/2005/11/29/using_usr_local"&gt;/usr/local/bin/ instead of /usr/bin/&lt;/a&gt;. Just wanted to get the fix into the Google hive-mind.&lt;/p&gt;</description>
      <pubDate>Thu, 13 Jul 2006 16:10:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:d418625e-7c15-4914-8184-cf9b85a63f1b</guid>
      <author>aarongerdes@gmail.com (Aaron Gerdes)</author>
      <link>http://www.aarongerdes.com/articles/2006/07/13/psyncx-problems-usr-bin-psync-no-such-file-or-directory</link>
      <category>troubleshooting</category>
      <category>tech</category>
      <trackback:ping>http://www.aarongerdes.com/articles/trackback/62</trackback:ping>
    </item>
  </channel>
</rss>
