<feed xmlns="http://www.w3.org/2005/Atom" xmlns:foaf="http://xmlns.com/foaf/0.1/"><title>norman.walsh.name: Comments on /2006/10/10/edgy</title><link rel="alternate" type="text/html" href="http://norman.walsh.name/2006/10/10/edgy"/><id>http://norman.walsh.name/2006/10/10/edgy/comments.atom</id><updated>2012-05-23T11:20:14.014361Z</updated><entry><title>Comment 1 on /2006/10/10/edgy</title><link rel="alternate" type="text/html" href="http://norman.walsh.name/2006/10/10/edgy#comment0001"/><id>http://norman.walsh.name/2010/09/25/oauth#comment0001</id><published>2006-10-10T18:04:11Z</published><updated>2006-10-10T18:04:11Z</updated><author><name>Ian Phillips</name><foaf:mbox_sha1sum>da39a3ee5e6b4b0d3255bfef95601890afd80709</foaf:mbox_sha1sum></author><content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">
    <p>Shouldn't that title be: <a rel="nofollow" href="http://www.imdb.com/title/tt0100395/">Postcards From The Edgy</a>?</p>
  </div></content></entry><entry><title>Comment 2 on /2006/10/10/edgy</title><link rel="alternate" type="text/html" href="http://norman.walsh.name/2006/10/10/edgy#comment0002"/><id>http://norman.walsh.name/2010/09/25/oauth#comment0002</id><published>2006-10-10T18:13:37Z</published><updated>2006-10-10T18:13:37Z</updated><author><name>Norman Walsh</name><foaf:mbox_sha1sum>da39a3ee5e6b4b0d3255bfef95601890afd80709</foaf:mbox_sha1sum></author><content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">
    <p>Yes, that would have been a better title. C'est la vie.</p>
  </div></content></entry><entry><title>Comment 3 on /2006/10/10/edgy</title><link rel="alternate" type="text/html" href="http://norman.walsh.name/2006/10/10/edgy#comment0003"/><id>http://norman.walsh.name/2010/09/25/oauth#comment0003</id><published>2006-10-10T19:35:58Z</published><updated>2006-10-10T19:35:58Z</updated><author><name>Parand</name><foaf:mbox_sha1sum>da39a3ee5e6b4b0d3255bfef95601890afd80709</foaf:mbox_sha1sum></author><content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">
    <p>Regarding backing up mysql, are you looking for something more sophisticated than mysqldump ?</p>
  </div></content></entry><entry><title>Comment 4 on /2006/10/10/edgy</title><link rel="alternate" type="text/html" href="http://norman.walsh.name/2006/10/10/edgy#comment0004"/><id>http://norman.walsh.name/2010/09/25/oauth#comment0004</id><published>2006-10-10T19:36:48Z</published><updated>2006-10-10T19:36:48Z</updated><author><name>Ed Davies</name><foaf:mbox_sha1sum>da39a3ee5e6b4b0d3255bfef95601890afd80709</foaf:mbox_sha1sum></author><content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">
    <p>So, the herpetological connection wasn't relevant to your decision to upgrade then?  :-)</p>
  </div></content></entry><entry><title>Comment 5 on /2006/10/10/edgy</title><link rel="alternate" type="text/html" href="http://norman.walsh.name/2006/10/10/edgy#comment0005"/><id>http://norman.walsh.name/2010/09/25/oauth#comment0005</id><published>2006-10-10T20:05:22Z</published><updated>2006-10-10T20:05:22Z</updated><author><name>Norman Walsh</name><foaf:mbox_sha1sum>da39a3ee5e6b4b0d3255bfef95601890afd80709</foaf:mbox_sha1sum></author><content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">
    <p>No, mysqldump looks like the right thing. Thanks :-)
</p>
    <p>
The herpetological connection did not escape me. The fact that I don't have any photographs of an eft is a real disappointment though. Something for next spring :-)</p>
  </div></content></entry><entry><title>Comment 6 on /2006/10/10/edgy</title><link rel="alternate" type="text/html" href="http://norman.walsh.name/2006/10/10/edgy#comment0006"/><id>http://norman.walsh.name/2010/09/25/oauth#comment0006</id><published>2006-10-11T02:20:52Z</published><updated>2006-10-11T02:20:52Z</updated><author><name>John Cowan</name><foaf:mbox_sha1sum>da39a3ee5e6b4b0d3255bfef95601890afd80709</foaf:mbox_sha1sum></author><content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">
    <p>If you want stuff that only runs in bash, put it in .bashprofile, not .profile.  Stuff in .profile should be written to run correctly in any Bourne-compatible shell (ash, dash, ksh, bash, ...).
</p>
    <p>
There are real advantages to running scripts by default using a minimal Bourne shell like dash or its ancestor ash -- in particular, it's small and fast, properties bash seriously lacks.  This is what's done on Solaris and BSD.
</p>
    <p>
I'm not sure what the rationale is for having dash set $SHELL to /bin/bash is, though.</p>
  </div></content></entry><entry><title>Comment 7 on /2006/10/10/edgy</title><link rel="alternate" type="text/html" href="http://norman.walsh.name/2006/10/10/edgy#comment0007"/><id>http://norman.walsh.name/2010/09/25/oauth#comment0007</id><published>2006-10-22T07:01:41Z</published><updated>2006-10-22T07:01:41Z</updated><author><name>Steinar Bang</name><foaf:mbox_sha1sum>da39a3ee5e6b4b0d3255bfef95601890afd80709</foaf:mbox_sha1sum></author><content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">My first question was "What's dash?"  Google found me <a rel="nofollow" href="http://en.wikipedia.org/wiki/Debian_Almquist_shell">this</a> and <a rel="nofollow" href="http://packages.debian.org/unstable/shells/dash">this</a>, so now I know: The "Debian Almquist SHell".

<p>You're sure making it the default shell wasn't a fluke/failure of the installation?  Did you file a bug report?  (it sounds like behaviour I don't won't, but I can't properly file a bug report until I've run into the problem myself, which won't be in a while I think).

</p><p>FWIW I'm currently running pieces of software I'm depending on, that hasn't been installed using APT, because what I need is newer than what's packaged on Dapper (or on debian unstable for that matter).  The packages are eclipse 3.2 and subversion 1.3.2.</p></div></content></entry></feed>

