<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-14396</id>
	<title>Nabble - NSLU2</title>
	<updated>2009-11-26T12:17:45Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/NSLU2-f14396.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/NSLU2-f14396.html" />
	<subtitle type="html">NSLU2 made by LinkSys.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26534459</id>
	<title>Re: older ipkg kits?</title>
	<published>2009-11-26T12:17:45Z</published>
	<updated>2009-11-26T12:17:45Z</updated>
	<author>
		<name>tlhackque</name>
	</author>
	<content type="html">I tried ./ as well as the absolute path to the package. &amp;nbsp;ipkg still tries to download the v2 pkg specified by the feed instead of using the file...
&lt;br&gt;&lt;br&gt;I don't have this problem when I build a newer version of a package; I have private versions of bind, dhcp, openssl that all use the file when I specify it.
&lt;br&gt;&lt;br&gt;The strange behavior seems to be unique to the down-rev kit.
&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26534459&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;Brian&amp;quot; &amp;lt;b88zhou@...&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You can try &amp;quot;ipkg install ./freeradius_1.1.7-2_armeb.ipk&amp;quot; This makes it clear that you want to install from file.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; For building optware/nslu2 (unslung) toolchain, it's probably easier just use latest make/crosstool.mk and sources/crosstool.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -Brian 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26534459&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;tlhackque&amp;quot; &amp;lt;tlhackque@&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Thanks for the clues. &amp;nbsp;I built the package - details below.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; But ipkg now refuses to install it! &amp;nbsp;If I say:
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; $ ipkg install freeradius_1.1.7-2_armeb.ipk
&lt;br&gt;&amp;gt; &amp;gt; ipkg starts downloading the 2.0.5-2 package from the unslung/cross feed!
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I've tried -force-downgrade, even -f /dev/null. &amp;nbsp;But (as demonstrated with strace) ipkg goes and reads the /etc/ipkg feed files &amp; then downloads the 2.0.5-2 package.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I note that this package has a 'recommends' for freeradius-doc; putting that kit in the same directory doesn't help.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; The only way to persuade it to use the file specified on the command line is to 
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; $ mv /etc/ipkg /etc/ipkg-x; ipkg install freeradius_1.1.7-2_armeb.ipk; mv /etc/ipkg-x /etc/ipkg
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; This seems excessively hard - if I explicitly specify a file, that's what I want.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Is there an option that I'm missing? &amp;nbsp;If not this seems like a (moderately serious) bug.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Other thoughts?
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; T
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Here's what it took to build this package - I'll make a wiki HOWTO when I've dug out of the current crisis...meantime, perhaps this will help someone else.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; $ svn co &lt;a href=&quot;https://svn.nslu2-linux.org/svnroot/optware/trunk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.nslu2-linux.org/svnroot/optware/trunk&lt;/a&gt;&amp;nbsp;optware
&lt;br&gt;&amp;gt; &amp;gt; $ svn log make/freeradius.mk | less
&lt;br&gt;&amp;gt; &amp;gt; # r8749 is the rev that upgraded from 1.1.7 
&lt;br&gt;&amp;gt; &amp;gt; $ svn up -r8748 &amp;lt;-- We want the rev BEFORE the upgrading commit!
&lt;br&gt;&amp;gt; &amp;gt; $ cd optware; make &amp;lt;platform&amp;gt;-target
&lt;br&gt;&amp;gt; &amp;gt; $ cd &amp;lt;platform&amp;gt;; make directories toolchain ipkg-utils
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Build fails because crosstool 0.38 isn't available.
&lt;br&gt;&amp;gt; &amp;gt; Visit &lt;a href=&quot;http://kegel.com/crosstool/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://kegel.com/crosstool/&lt;/a&gt;&amp;nbsp;and find 0.43 is.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Edit optware/make/crosstool.mk to get the newer crosstools
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; $ make toolchain ipkg-utils
&lt;br&gt;&amp;gt; &amp;gt; Ignore lots of glib doesn't build unoptimized errors...
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; $ make freeradius
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Depends on openssl, site is down. &amp;nbsp;Modify optware/make/openssl.mk to use a mirror:
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; OPENSSL_SITE=&lt;a href=&quot;http://www.mirrorservice.org/sites/ftp.openssl.org/source&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mirrorservice.org/sites/ftp.openssl.org/source&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Depends on mysql - for some reason, the kit downloads into '.' rather than 'downloads/'. &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; $ mv mysql downloads/
&lt;br&gt;&amp;gt; &amp;gt; $ make freeradius
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Curses! ncurses-5.6.tar.gz isn't on the distribution site. &amp;nbsp;ncurses.tar.gz has 5.7. &amp;nbsp;Fetch it, put it in downloads/ and update make/ncurses (which mysql wants).
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; $ make mysql
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; $ make freeradius
&lt;br&gt;&amp;gt; &amp;gt; $ make freeradius-ipk
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; and freeradius_1.1.7-2_armeb.ipk is in builds/
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; --- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26534459&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;Brian&amp;quot; &amp;lt;b88zhou@&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Optware package changes are all recorded in subversion.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 1) Follow the instruction on
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;nbsp; &lt;a href=&quot;http://www.nslu2-linux.org/wiki/Optware/AddAPackageToOptware&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nslu2-linux.org/wiki/Optware/AddAPackageToOptware&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; to get optware subversion checkout;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 2) Then do &amp;quot;svn log make/freeradius.mk | less&amp;quot; look for the commit that upgrades it from 1.1.7, in this case it's 8749;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 3) You'd want to &amp;quot;turn back the clock&amp;quot;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; The command probably is &amp;quot;svn up -r8749&amp;quot;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 4) Build toolchain, and try to build the package
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I think I've noticed that in order to build unslung toolchain, you'd need host gcc 3.x
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Good luck,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; -Brian
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; --- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26534459&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;tlhackque&amp;quot; &amp;lt;tlhackque@&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; I'm rebuilding an unslung system from a disk failure, looking for freeradius 1.1.7-2 - not quite ready to update to freeradius V2 - which is the current feed.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Is the old .ipk file available somewhere? &amp;nbsp;If not, is there a way to build it from the source repository? &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; It would be good to have a HOWTO that describes how to get the build system to to build a specific version of any package - if someone can give me the necessary clues, I'll be happy to add to the wiki.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---Linux-f14399.html&quot; embed=&quot;fixTarget[14399]&quot; target=&quot;_top&quot; &gt;Nslu2 - Linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/older-ipkg-kits--tp26501823p26534459.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26521342</id>
	<title>Re: older ipkg kits?</title>
	<published>2009-11-25T14:21:36Z</published>
	<updated>2009-11-25T14:21:36Z</updated>
	<author>
		<name>brian_zhou</name>
	</author>
	<content type="html">You can try &amp;quot;ipkg install ./freeradius_1.1.7-2_armeb.ipk&amp;quot; This makes it clear that you want to install from file.
&lt;br&gt;&lt;br&gt;For building optware/nslu2 (unslung) toolchain, it's probably easier just use latest make/crosstool.mk and sources/crosstool.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;-Brian 
&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26521342&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;tlhackque&amp;quot; &amp;lt;tlhackque@...&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks for the clues. &amp;nbsp;I built the package - details below.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But ipkg now refuses to install it! &amp;nbsp;If I say:
&lt;br&gt;&amp;gt; &amp;nbsp; $ ipkg install freeradius_1.1.7-2_armeb.ipk
&lt;br&gt;&amp;gt; ipkg starts downloading the 2.0.5-2 package from the unslung/cross feed!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I've tried -force-downgrade, even -f /dev/null. &amp;nbsp;But (as demonstrated with strace) ipkg goes and reads the /etc/ipkg feed files &amp; then downloads the 2.0.5-2 package.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I note that this package has a 'recommends' for freeradius-doc; putting that kit in the same directory doesn't help.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The only way to persuade it to use the file specified on the command line is to 
&lt;br&gt;&amp;gt; &amp;nbsp; $ mv /etc/ipkg /etc/ipkg-x; ipkg install freeradius_1.1.7-2_armeb.ipk; mv /etc/ipkg-x /etc/ipkg
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This seems excessively hard - if I explicitly specify a file, that's what I want.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Is there an option that I'm missing? &amp;nbsp;If not this seems like a (moderately serious) bug.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Other thoughts?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; T
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Here's what it took to build this package - I'll make a wiki HOWTO when I've dug out of the current crisis...meantime, perhaps this will help someone else.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; $ svn co &lt;a href=&quot;https://svn.nslu2-linux.org/svnroot/optware/trunk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.nslu2-linux.org/svnroot/optware/trunk&lt;/a&gt;&amp;nbsp;optware
&lt;br&gt;&amp;gt; $ svn log make/freeradius.mk | less
&lt;br&gt;&amp;gt; # r8749 is the rev that upgraded from 1.1.7 
&lt;br&gt;&amp;gt; $ svn up -r8748 &amp;lt;-- We want the rev BEFORE the upgrading commit!
&lt;br&gt;&amp;gt; $ cd optware; make &amp;lt;platform&amp;gt;-target
&lt;br&gt;&amp;gt; $ cd &amp;lt;platform&amp;gt;; make directories toolchain ipkg-utils
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Build fails because crosstool 0.38 isn't available.
&lt;br&gt;&amp;gt; Visit &lt;a href=&quot;http://kegel.com/crosstool/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://kegel.com/crosstool/&lt;/a&gt;&amp;nbsp;and find 0.43 is.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Edit optware/make/crosstool.mk to get the newer crosstools
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; $ make toolchain ipkg-utils
&lt;br&gt;&amp;gt; Ignore lots of glib doesn't build unoptimized errors...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; $ make freeradius
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Depends on openssl, site is down. &amp;nbsp;Modify optware/make/openssl.mk to use a mirror:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; OPENSSL_SITE=&lt;a href=&quot;http://www.mirrorservice.org/sites/ftp.openssl.org/source&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mirrorservice.org/sites/ftp.openssl.org/source&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Depends on mysql - for some reason, the kit downloads into '.' rather than 'downloads/'. &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; $ mv mysql downloads/
&lt;br&gt;&amp;gt; $ make freeradius
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Curses! ncurses-5.6.tar.gz isn't on the distribution site. &amp;nbsp;ncurses.tar.gz has 5.7. &amp;nbsp;Fetch it, put it in downloads/ and update make/ncurses (which mysql wants).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; $ make mysql
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; $ make freeradius
&lt;br&gt;&amp;gt; $ make freeradius-ipk
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; and freeradius_1.1.7-2_armeb.ipk is in builds/
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26521342&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;Brian&amp;quot; &amp;lt;b88zhou@&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Optware package changes are all recorded in subversion.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 1) Follow the instruction on
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &lt;a href=&quot;http://www.nslu2-linux.org/wiki/Optware/AddAPackageToOptware&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nslu2-linux.org/wiki/Optware/AddAPackageToOptware&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; to get optware subversion checkout;
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 2) Then do &amp;quot;svn log make/freeradius.mk | less&amp;quot; look for the commit that upgrades it from 1.1.7, in this case it's 8749;
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 3) You'd want to &amp;quot;turn back the clock&amp;quot;
&lt;br&gt;&amp;gt; &amp;gt; The command probably is &amp;quot;svn up -r8749&amp;quot;
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 4) Build toolchain, and try to build the package
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I think I've noticed that in order to build unslung toolchain, you'd need host gcc 3.x
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Good luck,
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; -Brian
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; --- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26521342&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;tlhackque&amp;quot; &amp;lt;tlhackque@&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I'm rebuilding an unslung system from a disk failure, looking for freeradius 1.1.7-2 - not quite ready to update to freeradius V2 - which is the current feed.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Is the old .ipk file available somewhere? &amp;nbsp;If not, is there a way to build it from the source repository? &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; It would be good to have a HOWTO that describes how to get the build system to to build a specific version of any package - if someone can give me the necessary clues, I'll be happy to add to the wiki.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---Linux-f14399.html&quot; embed=&quot;fixTarget[14399]&quot; target=&quot;_top&quot; &gt;Nslu2 - Linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/older-ipkg-kits--tp26501823p26521342.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26519153</id>
	<title>Re: older ipkg kits?</title>
	<published>2009-11-25T11:47:50Z</published>
	<updated>2009-11-25T11:47:50Z</updated>
	<author>
		<name>tlhackque</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;Thanks for the clues. &amp;nbsp;I built the package - details below.
&lt;br&gt;&lt;br&gt;But ipkg now refuses to install it! &amp;nbsp;If I say:
&lt;br&gt;&amp;nbsp; $ ipkg install freeradius_1.1.7-2_armeb.ipk
&lt;br&gt;ipkg starts downloading the 2.0.5-2 package from the unslung/cross feed!
&lt;br&gt;&lt;br&gt;I've tried -force-downgrade, even -f /dev/null. &amp;nbsp;But (as demonstrated with strace) ipkg goes and reads the /etc/ipkg feed files &amp; then downloads the 2.0.5-2 package.
&lt;br&gt;&lt;br&gt;I note that this package has a 'recommends' for freeradius-doc; putting that kit in the same directory doesn't help.
&lt;br&gt;&lt;br&gt;The only way to persuade it to use the file specified on the command line is to 
&lt;br&gt;&amp;nbsp; $ mv /etc/ipkg /etc/ipkg-x; ipkg install freeradius_1.1.7-2_armeb.ipk; mv /etc/ipkg-x /etc/ipkg
&lt;br&gt;&lt;br&gt;This seems excessively hard - if I explicitly specify a file, that's what I want.
&lt;br&gt;&lt;br&gt;Is there an option that I'm missing? &amp;nbsp;If not this seems like a (moderately serious) bug.
&lt;br&gt;&lt;br&gt;Other thoughts?
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;T
&lt;br&gt;&lt;br&gt;Here's what it took to build this package - I'll make a wiki HOWTO when I've dug out of the current crisis...meantime, perhaps this will help someone else.
&lt;br&gt;&lt;br&gt;$ svn co &lt;a href=&quot;https://svn.nslu2-linux.org/svnroot/optware/trunk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.nslu2-linux.org/svnroot/optware/trunk&lt;/a&gt;&amp;nbsp;optware
&lt;br&gt;$ svn log make/freeradius.mk | less
&lt;br&gt;# r8749 is the rev that upgraded from 1.1.7 
&lt;br&gt;$ svn up -r8748 &amp;lt;-- We want the rev BEFORE the upgrading commit!
&lt;br&gt;$ cd optware; make &amp;lt;platform&amp;gt;-target
&lt;br&gt;$ cd &amp;lt;platform&amp;gt;; make directories toolchain ipkg-utils
&lt;br&gt;&lt;br&gt;Build fails because crosstool 0.38 isn't available.
&lt;br&gt;Visit &lt;a href=&quot;http://kegel.com/crosstool/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://kegel.com/crosstool/&lt;/a&gt;&amp;nbsp;and find 0.43 is.
&lt;br&gt;&lt;br&gt;Edit optware/make/crosstool.mk to get the newer crosstools
&lt;br&gt;&lt;br&gt;$ make toolchain ipkg-utils
&lt;br&gt;Ignore lots of glib doesn't build unoptimized errors...
&lt;br&gt;&lt;br&gt;$ make freeradius
&lt;br&gt;&lt;br&gt;Depends on openssl, site is down. &amp;nbsp;Modify optware/make/openssl.mk to use a mirror:
&lt;br&gt;&lt;br&gt;OPENSSL_SITE=&lt;a href=&quot;http://www.mirrorservice.org/sites/ftp.openssl.org/source&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mirrorservice.org/sites/ftp.openssl.org/source&lt;/a&gt;&lt;br&gt;&lt;br&gt;Depends on mysql - for some reason, the kit downloads into '.' rather than 'downloads/'. &amp;nbsp;
&lt;br&gt;&lt;br&gt;$ mv mysql downloads/
&lt;br&gt;$ make freeradius
&lt;br&gt;&lt;br&gt;Curses! ncurses-5.6.tar.gz isn't on the distribution site. &amp;nbsp;ncurses.tar.gz has 5.7. &amp;nbsp;Fetch it, put it in downloads/ and update make/ncurses (which mysql wants).
&lt;br&gt;&lt;br&gt;$ make mysql
&lt;br&gt;&lt;br&gt;$ make freeradius
&lt;br&gt;$ make freeradius-ipk
&lt;br&gt;&lt;br&gt;and freeradius_1.1.7-2_armeb.ipk is in builds/
&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26519153&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;Brian&amp;quot; &amp;lt;b88zhou@...&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Optware package changes are all recorded in subversion.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 1) Follow the instruction on
&lt;br&gt;&amp;gt; &amp;nbsp; &lt;a href=&quot;http://www.nslu2-linux.org/wiki/Optware/AddAPackageToOptware&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nslu2-linux.org/wiki/Optware/AddAPackageToOptware&lt;/a&gt;&lt;br&gt;&amp;gt; to get optware subversion checkout;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 2) Then do &amp;quot;svn log make/freeradius.mk | less&amp;quot; look for the commit that upgrades it from 1.1.7, in this case it's 8749;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 3) You'd want to &amp;quot;turn back the clock&amp;quot;
&lt;br&gt;&amp;gt; The command probably is &amp;quot;svn up -r8749&amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 4) Build toolchain, and try to build the package
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I think I've noticed that in order to build unslung toolchain, you'd need host gcc 3.x
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Good luck,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -Brian
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26519153&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;tlhackque&amp;quot; &amp;lt;tlhackque@&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I'm rebuilding an unslung system from a disk failure, looking for freeradius 1.1.7-2 - not quite ready to update to freeradius V2 - which is the current feed.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Is the old .ipk file available somewhere? &amp;nbsp;If not, is there a way to build it from the source repository? &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; It would be good to have a HOWTO that describes how to get the build system to to build a specific version of any package - if someone can give me the necessary clues, I'll be happy to add to the wiki.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---Linux-f14399.html&quot; embed=&quot;fixTarget[14399]&quot; target=&quot;_top&quot; &gt;Nslu2 - Linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/older-ipkg-kits--tp26501823p26519153.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26515647</id>
	<title>RE: NSLU2 availablity</title>
	<published>2009-11-25T08:19:13Z</published>
	<updated>2009-11-25T08:19:13Z</updated>
	<author>
		<name>Paul Hutchinson</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515647&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-general@...&lt;/a&gt; On Behalf Of llampje
&lt;br&gt;&amp;gt; Sent: Wednesday, November 25, 2009 10:39 AM
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Dear Group,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I tried today to order some new nslu2 units.
&lt;br&gt;&amp;gt; My supplier told me they where out of stock, and he could not 
&lt;br&gt;&amp;gt; deliver them anymore.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Does anyone know if the nslu2 is still produced (or in stock) 
&lt;br&gt;&amp;gt; by linksys ?
&lt;/div&gt;&lt;br&gt;The NSLU2 was discontinued in the spring of 2008, more than 18 months ago.
&lt;br&gt;&lt;br&gt;Paul Hutch
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Does anyone have a supplier ?
&lt;br&gt;&amp;gt; I nomaly pay about 60-65 Euro excluding Vat.
&lt;br&gt;&amp;gt; We are located in the Netherlands.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Peter
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---General-f14397.html&quot; embed=&quot;fixTarget[14397]&quot; target=&quot;_top&quot; &gt;Nslu2 - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/NSLU2-availablity-tp26514918p26515647.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26515589</id>
	<title>Re: NSLU2 availablity</title>
	<published>2009-11-25T08:16:51Z</published>
	<updated>2009-11-25T08:16:51Z</updated>
	<author>
		<name>Frank Reijn</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;Not for price you gave but still available in the netherlands !
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.vergelijk.nl/harddisk/linksys/nslu2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.vergelijk.nl/harddisk/linksys/nslu2/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Vriendelijke groeten,
&lt;br&gt;&lt;br&gt;Kind Regards,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Frank Reijn
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515589&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;frank@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;www.reijn.com
&lt;br&gt;&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;__________|__________
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;\ &amp;nbsp; &amp;nbsp;\_^_/ &amp;nbsp; &amp;nbsp;/ &amp;nbsp; 
&lt;br&gt;&lt;br&gt;&amp;nbsp; __\___{_+_}___/__
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;:/ &amp;nbsp; \:
&lt;br&gt;&lt;br&gt;--- On Wed, 11/25/09, llampje &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515589&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;llampje@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;From: llampje &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515589&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;llampje@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Subject: [nslu2-general] NSLU2 availablity
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515589&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-general@...&lt;/a&gt;
&lt;br&gt;Date: Wednesday, November 25, 2009, 4:39 PM
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Dear Group,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;I tried today to order some new nslu2 units.
&lt;br&gt;&lt;br&gt;My supplier told me they where out of stock, and he could not deliver them anymore.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Does anyone know if the nslu2 is still produced (or in stock) by linksys ?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Does anyone have a supplier ?
&lt;br&gt;&lt;br&gt;I nomaly pay about 60-65 Euro excluding Vat.
&lt;br&gt;&lt;br&gt;We are located in the Netherlands.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Peter
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;[Non-text portions of this message have been removed]
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---General-f14397.html&quot; embed=&quot;fixTarget[14397]&quot; target=&quot;_top&quot; &gt;Nslu2 - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/NSLU2-availablity-tp26514918p26515589.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26515521</id>
	<title>NSLU2 availablity</title>
	<published>2009-11-25T08:11:45Z</published>
	<updated>2009-11-25T08:11:45Z</updated>
	<author>
		<name>Joel Gebhart</name>
	</author>
	<content type="html">The NSLU was discontinued by Linksys in 2008
&lt;br&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/NSLU2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/NSLU2&lt;/a&gt;&lt;br&gt;&lt;br&gt;You can still buy them new and used, though it looks like prices are
&lt;br&gt;creeping up slowly
&lt;br&gt;&lt;a href=&quot;http://www.google.com/products?q=nslu2&amp;aq=f&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com/products?q=nslu2&amp;aq=f&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;[Non-text portions of this message have been removed]
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---General-f14397.html&quot; embed=&quot;fixTarget[14397]&quot; target=&quot;_top&quot; &gt;Nslu2 - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/NSLU2-availablity-tp26515521p26515521.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26515241</id>
	<title>Re: NSLU2 availablity</title>
	<published>2009-11-25T07:57:34Z</published>
	<updated>2009-11-25T07:57:34Z</updated>
	<author>
		<name>Sam Reed</name>
	</author>
	<content type="html">Nope, they are end of line/end of life (EOL)
&lt;br&gt;&lt;br&gt;Most people are buying SheevaPlugs now, though, some NSLU2's can be bought on eBay and alike.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://openplug.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://openplug.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Sam
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515241&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-general@...&lt;/a&gt;, &amp;quot;llampje&amp;quot; &amp;lt;llampje@...&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Dear Group,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I tried today to order some new nslu2 units.
&lt;br&gt;&amp;gt; My supplier told me they where out of stock, and he could not deliver them anymore.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Does anyone know if the nslu2 is still produced (or in stock) by linksys ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Does anyone have a supplier ?
&lt;br&gt;&amp;gt; I nomaly pay about 60-65 Euro excluding Vat.
&lt;br&gt;&amp;gt; We are located in the Netherlands.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Peter
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---General-f14397.html&quot; embed=&quot;fixTarget[14397]&quot; target=&quot;_top&quot; &gt;Nslu2 - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/NSLU2-availablity-tp26514918p26515241.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26515215</id>
	<title>RE: NSLU2 availablity</title>
	<published>2009-11-25T07:56:04Z</published>
	<updated>2009-11-25T07:56:04Z</updated>
	<author>
		<name>Gregg C Levine-2</name>
	</author>
	<content type="html">Hello!
&lt;br&gt;Do you mind if I ask which supplier you chose? It happens that I buy a heck
&lt;br&gt;of a lot of electronics via Amazon (then from Staples). I suggest you try
&lt;br&gt;searching the localized Amazon pages to see if you will have (much) better
&lt;br&gt;luck there.
&lt;br&gt;&lt;br&gt;And I still suspect someone at LinkSys (before they were officially part of
&lt;br&gt;Cisco) to be morally bankrupt for discontinuing the NSLU2 before they had an
&lt;br&gt;actual replacement.
&lt;br&gt;&lt;br&gt;(Just my opinions and valid only in the US.)
&lt;br&gt;--
&lt;br&gt;Gregg C Levine &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515215&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hansolofalcon@...&lt;/a&gt;
&lt;br&gt;&amp;quot;The Force will be with you always.&amp;quot; Obi-Wan Kenobi
&lt;br&gt;  
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515215&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-general@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515215&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-general@...&lt;/a&gt;]
&lt;br&gt;On
&lt;br&gt;&amp;gt; Behalf Of llampje
&lt;br&gt;&amp;gt; Sent: Wednesday, November 25, 2009 10:39 AM
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515215&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-general@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: [nslu2-general] NSLU2 availablity
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Dear Group,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I tried today to order some new nslu2 units.
&lt;br&gt;&amp;gt; My supplier told me they where out of stock, and he could not deliver them
&lt;br&gt;anymore.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Does anyone know if the nslu2 is still produced (or in stock) by linksys ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Does anyone have a supplier ?
&lt;br&gt;&amp;gt; I nomaly pay about 60-65 Euro excluding Vat.
&lt;br&gt;&amp;gt; We are located in the Netherlands.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Peter
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---General-f14397.html&quot; embed=&quot;fixTarget[14397]&quot; target=&quot;_top&quot; &gt;Nslu2 - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/NSLU2-availablity-tp26514918p26515215.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26514918</id>
	<title>NSLU2 availablity</title>
	<published>2009-11-25T07:39:12Z</published>
	<updated>2009-11-25T07:39:12Z</updated>
	<author>
		<name>Lampje philips</name>
	</author>
	<content type="html">Dear Group,
&lt;br&gt;&lt;br&gt;I tried today to order some new nslu2 units.
&lt;br&gt;My supplier told me they where out of stock, and he could not deliver them anymore.
&lt;br&gt;&lt;br&gt;Does anyone know if the nslu2 is still produced (or in stock) by linksys ?
&lt;br&gt;&lt;br&gt;Does anyone have a supplier ?
&lt;br&gt;I nomaly pay about 60-65 Euro excluding Vat.
&lt;br&gt;We are located in the Netherlands.
&lt;br&gt;&lt;br&gt;Peter
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---General-f14397.html&quot; embed=&quot;fixTarget[14397]&quot; target=&quot;_top&quot; &gt;Nslu2 - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/NSLU2-availablity-tp26514918p26514918.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26508283</id>
	<title>Re: older ipkg kits?</title>
	<published>2009-11-24T22:53:17Z</published>
	<updated>2009-11-24T22:53:17Z</updated>
	<author>
		<name>brian_zhou</name>
	</author>
	<content type="html">Optware package changes are all recorded in subversion.
&lt;br&gt;&lt;br&gt;1) Follow the instruction on
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://www.nslu2-linux.org/wiki/Optware/AddAPackageToOptware&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nslu2-linux.org/wiki/Optware/AddAPackageToOptware&lt;/a&gt;&lt;br&gt;to get optware subversion checkout;
&lt;br&gt;&lt;br&gt;2) Then do &amp;quot;svn log make/freeradius.mk | less&amp;quot; look for the commit that upgrades it from 1.1.7, in this case it's 8749;
&lt;br&gt;&lt;br&gt;3) You'd want to &amp;quot;turn back the clock&amp;quot;
&lt;br&gt;The command probably is &amp;quot;svn up -r8749&amp;quot;
&lt;br&gt;&lt;br&gt;4) Build toolchain, and try to build the package
&lt;br&gt;&lt;br&gt;I think I've noticed that in order to build unslung toolchain, you'd need host gcc 3.x
&lt;br&gt;&lt;br&gt;Good luck,
&lt;br&gt;&lt;br&gt;-Brian
&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26508283&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;tlhackque&amp;quot; &amp;lt;tlhackque@...&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm rebuilding an unslung system from a disk failure, looking for freeradius 1.1.7-2 - not quite ready to update to freeradius V2 - which is the current feed.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Is the old .ipk file available somewhere? &amp;nbsp;If not, is there a way to build it from the source repository? &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It would be good to have a HOWTO that describes how to get the build system to to build a specific version of any package - if someone can give me the necessary clues, I'll be happy to add to the wiki.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---Linux-f14399.html&quot; embed=&quot;fixTarget[14399]&quot; target=&quot;_top&quot; &gt;Nslu2 - Linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/older-ipkg-kits--tp26501823p26508283.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26507502</id>
	<title>Cups print server</title>
	<published>2009-11-24T17:10:38Z</published>
	<updated>2009-11-24T17:10:38Z</updated>
	<author>
		<name>labzilla</name>
	</author>
	<content type="html">I'm planning to buy myself a cheap laser printer for home, and I've found a HP P1005 at a good price. &amp;nbsp;I want to set up a printserver on my slug, and share printer on my home network. &amp;nbsp;There is no direct Cups compatibility for this printer, but you can get Cups to print to this printer with a little effort. See &lt;a href=&quot;http://foo2xqx.rkkda.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://foo2xqx.rkkda.com/&lt;/a&gt;&amp;nbsp; Since the slug isn't as robust as some of the other distros of Linux, does the slug have what is needed to do this. &amp;nbsp;Looks like all I need is a compiler. &amp;nbsp;Thoughts?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---Linux-f14399.html&quot; embed=&quot;fixTarget[14399]&quot; target=&quot;_top&quot; &gt;Nslu2 - Linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cups-print-server-tp26507502p26507502.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26502104</id>
	<title>Re: Re: asterisk16 upgrade</title>
	<published>2009-11-24T11:42:37Z</published>
	<updated>2009-11-24T11:42:37Z</updated>
	<author>
		<name>Ovidiu Sas-3</name>
	</author>
	<content type="html">Hello Chris,
&lt;br&gt;&lt;br&gt;The patches for asterisk 1.4 needs to be rebuilt. &amp;nbsp;When time permits,
&lt;br&gt;I will take a look at it.
&lt;br&gt;The 1.6.1 branch is stable and has more features then the old 1.4.
&lt;br&gt;Do you have any constrains in upgrading to 1.6.1?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Ovidiu Sas
&lt;br&gt;&lt;br&gt;On Mon, Nov 23, 2009 at 10:37 AM, asteriskatmyhome
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26502104&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;yunzhang.chen@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Ovidiu Sas, could you please kindly publish the latest 1.4.27 Asterisk optware code?the 1.4 branch has not been updated for almost a year.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Chris Chen
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26502104&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-asterisk@...&lt;/a&gt;, Ovidiu Sas &amp;lt;osas@...&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hello all,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I would like to upgrade the asterisk version on the asterisk16 feed
&lt;br&gt;&amp;gt;&amp;gt; from 1.6.0.x to 1.6.1.x.
&lt;br&gt;&amp;gt;&amp;gt; Before doing that, I would like to know if there are users who would
&lt;br&gt;&amp;gt;&amp;gt; like to stay with the 1.6.0.x version instead of 1.6.1.x.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt; Ovidiu Sas
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yahoo! Groups Links
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/nslu2-asterisk-f18738.html&quot; embed=&quot;fixTarget[18738]&quot; target=&quot;_top&quot; &gt;nslu2-asterisk&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/asterisk16-upgrade-tp26088082p26502104.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26501823</id>
	<title>older ipkg kits?</title>
	<published>2009-11-24T11:21:34Z</published>
	<updated>2009-11-24T11:21:34Z</updated>
	<author>
		<name>tlhackque</name>
	</author>
	<content type="html">I'm rebuilding an unslung system from a disk failure, looking for freeradius 1.1.7-2 - not quite ready to update to freeradius V2 - which is the current feed.
&lt;br&gt;&lt;br&gt;Is the old .ipk file available somewhere? &amp;nbsp;If not, is there a way to build it from the source repository? &amp;nbsp;
&lt;br&gt;&lt;br&gt;It would be good to have a HOWTO that describes how to get the build system to to build a specific version of any package - if someone can give me the necessary clues, I'll be happy to add to the wiki.
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---Linux-f14399.html&quot; embed=&quot;fixTarget[14399]&quot; target=&quot;_top&quot; &gt;Nslu2 - Linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/older-ipkg-kits--tp26501823p26501823.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26499144</id>
	<title>Re: [openslug] Send mail with nail in crontab</title>
	<published>2009-11-24T08:33:50Z</published>
	<updated>2009-11-24T08:33:50Z</updated>
	<author>
		<name>Marc Boris Dombrowa</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;The error message: &amp;quot;/usr/lib/sendmail: No such file or directory&amp;quot; points to a missing PATH to sendmail
&lt;br&gt;&lt;br&gt;I believe this is what happens now causing your script to run successfully. Your command: 
&lt;br&gt;/bin/su user1 -c '/opt/bin/bash /temp/testmail/send_mail.sh'
&lt;br&gt;causes user1 to use /opt/bin/bash as a shell.
&lt;br&gt;If you have e.g. a .bash_profile in user1's $HOME this profile will be sourced setting PATH variable and all the environment you have when you log in as user1. This makes the shell and the cron environment match and e.g. PATH will be set correctly. 
&lt;br&gt;&lt;br&gt;I bet that you could run this as root as well if you source root's profile prior to the command, like adding:
&lt;br&gt;&lt;br&gt;. ~/.bash_profile or
&lt;br&gt;. ~/.profile (depends on which shell your root has) to your 
&lt;br&gt;script: /temp/testmail/send_mail.sh
&lt;br&gt;&lt;br&gt;and then edit crontab to:
&lt;br&gt;&lt;br&gt;33 23 * * * /temp/testmail/send_mail.sh
&lt;br&gt;&lt;br&gt;if user1's shell is /opt/bin/bash anyway, this [c|sh]ould work as well - no su required:
&lt;br&gt;&lt;br&gt;33 23 * * * user1 /temp/testmail/send_mail.sh
&lt;br&gt;&lt;br&gt;&amp;nbsp;Marc
&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26499144&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;tkayna&amp;quot; &amp;lt;tkayna@...&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; 4)So I added &amp;quot;/bin/su user1 -c&amp;quot; to my script :
&lt;br&gt;&amp;gt; 33 23 * * * /bin/su user1 -c '/opt/bin/bash /temp/testmail/send_mail.sh'
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; And this is OK now !
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---Linux-f14399.html&quot; embed=&quot;fixTarget[14399]&quot; target=&quot;_top&quot; &gt;Nslu2 - Linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-openslug--Send-mail-with-nail-in-crontab-tp26463850p26499144.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26499072</id>
	<title>Re: stream media to PS3</title>
	<published>2009-11-24T08:27:20Z</published>
	<updated>2009-11-24T08:27:20Z</updated>
	<author>
		<name>Ian-190</name>
	</author>
	<content type="html">Not sure if it works with the PS3 but I had Wizd installed on my Slug for a while and it streamed iso DVD images of across my wireless network to a ShowCenter 200 just fine. I only abandoned this method because of the amount of on-line storage capacity it required. I had 3 * 500GB connected and it wasn't enough. So have now converted some 500+ DVD's to DivX, sure the quality isn't as good but its good enough for watching on a 720p TV and means that my slug is able to manage all my music, video and photos 24X7. 
&lt;br&gt;&lt;br&gt;The only time it struggles is if I have 3 or more clients trying to access media at the same time. 
&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26499072&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;slackline&amp;quot; &amp;lt;nshephard@...&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26499072&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;kristoffer_pettersson&amp;quot; &amp;lt;kristoffer_pettersson@&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Hi!
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I have successfully installed uShare and it works like a charm for pictures and mp3.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Is there a way to convert/stream iso formats so that the ps3 can see them?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; You won't be able to do this on the fly as the NSLU2 just doesn't have the oomph required, even if you've added more RAM. &amp;nbsp;Your best bet is to rip the ISO on your computer into a format that the PS3 supports then up it to your NSLU2, since usuallly (well at least the way I do it) I will actually mount an ISO that I've got on my hard-drive (as though it were a physical DVD) and then watch it.
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---Linux-f14399.html&quot; embed=&quot;fixTarget[14399]&quot; target=&quot;_top&quot; &gt;Nslu2 - Linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/stream-media-to-PS3-tp26392251p26499072.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26487286</id>
	<title>Re: [openslug] Send mail with nail in crontab</title>
	<published>2009-11-23T14:29:32Z</published>
	<updated>2009-11-23T14:29:32Z</updated>
	<author>
		<name>tkayna</name>
	</author>
	<content type="html">I found a solution to bypass my problem thanks to tips of Marc and Roland.
&lt;br&gt;1)My script worked in shell with user1 but not in crontab.
&lt;br&gt;2)crontab is run by root.
&lt;br&gt;3)When I used &amp;quot;su -&amp;quot; and excute the script I have the same error as in crontab:
&lt;br&gt;&amp;quot;
&lt;br&gt;/usr/lib/sendmail: No such file or directory
&lt;br&gt;. . . message not sent.
&lt;br&gt;&amp;quot;
&lt;br&gt;4)So I added &amp;quot;/bin/su user1 -c&amp;quot; to my script :
&lt;br&gt;33 23 * * * /bin/su user1 -c '/opt/bin/bash /temp/testmail/send_mail.sh'
&lt;br&gt;&lt;br&gt;And this is OK now !
&lt;br&gt;&lt;br&gt;5)I choose that way because I've got a bad feeling that &amp;quot;nail&amp;quot; checks for the user (root or not root) and use sendmail !!!!
&lt;br&gt;&lt;br&gt;If someone understand what's happen, I am very interesting to know...
&lt;br&gt;&lt;br&gt;Thank You
&lt;br&gt;&lt;br&gt;T-Kayna
&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26487286&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;tkayna&amp;quot; &amp;lt;tkayna@...&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I made un script to send mail.
&lt;br&gt;&amp;gt; My script works executing in shell but not in crontab.
&lt;br&gt;&amp;gt; I also add full path for binaries but it's the same.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Can someone help me ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ***BASH SCRIPT send_mail.sh :
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; #!/opt/bin/bash
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; nail='/usr/bin/nail'
&lt;br&gt;&amp;gt; sleep='/bin/sleep'
&lt;br&gt;&amp;gt; echo='/bin/echo'
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; function mail_status ()
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt; ${sleep} 1
&lt;br&gt;&amp;gt; ${echo} $1 &amp;nbsp;$2 | ${nail} -s &amp;quot;save_sites_SQL_$1_$2&amp;quot; myemail@...;
&lt;br&gt;&amp;gt; #echo $? &amp;gt; /tmp/testestest_sendmail.txt
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ####	DEBUG TESTS	####
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; mail_status &amp;quot;Test&amp;quot; &amp;quot;succes&amp;quot;;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ***CRONTAB LINE :
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 33 23 * * * /opt/bin/bash /temp/testmail/send_mail.sh
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---Linux-f14399.html&quot; embed=&quot;fixTarget[14399]&quot; target=&quot;_top&quot; &gt;Nslu2 - Linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-openslug--Send-mail-with-nail-in-crontab-tp26463850p26487286.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26487287</id>
	<title>Re: [openslug] Send mail with nail in crontab</title>
	<published>2009-11-23T14:28:16Z</published>
	<updated>2009-11-23T14:28:16Z</updated>
	<author>
		<name>tkayna</name>
	</author>
	<content type="html">Thanks for your help.
&lt;br&gt;But I've already search in this way. Sendmail is not installed on my OpenSlug.
&lt;br&gt;The command Find doesn't find anything.
&lt;br&gt;It was the reason why I was surprise to see that nail looks for sendmail.
&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26487287&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;Steve&amp;quot; &amp;lt;stevebleazard@...&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On my slugos 5.3 sendmail is in /usr/sbin. &amp;nbsp;So try the following
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # find / -name sendmail -print
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; if it show up in /usr/sbin/sendmail then do
&lt;br&gt;&amp;gt; &amp;nbsp; ln -s /usr/sbin/sendmail /usr/lib/sendmail
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Replace /usr/sbin/sendmail with the path to the one you find. &amp;nbsp;Then try again.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; /usr/lib/sendmail is a &amp;quot;well known&amp;quot; location for sendmail and it's common for even non-sendmail based mail systems put a fake one there so programs can find it.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Steve
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26487287&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;tkayna&amp;quot; &amp;lt;tkayna@&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Thanks,
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt; It returns me this :
&lt;br&gt;&amp;gt; &amp;gt; $ cat /tmp/myLog.err 
&lt;br&gt;&amp;gt; &amp;gt; /usr/lib/sendmail: No such file or directory
&lt;br&gt;&amp;gt; &amp;gt; . . . message not sent.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; And I have this in nail bin :
&lt;br&gt;&amp;gt; &amp;gt; $strings /usr/bin/nail | grep sendmail
&lt;br&gt;&amp;gt; &amp;gt; sendmail
&lt;br&gt;&amp;gt; &amp;gt; /usr/lib/sendmail
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; But I don't understand why it works in shell.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Thank you for your help
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; --- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26487287&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;rolandkbs&amp;quot; &amp;lt;roland.krebs@&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I don't see the cause, but maybe I can help you to find it:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Add to the end of your crontab line the following
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;nbsp;&amp;gt;/tmp/myLog.out 2&amp;gt;/tmp/myLog.err
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; By inspecting the two files after the defined time has passed you will most probably find the problem.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; regards, Roland
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; --- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26487287&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;tkayna&amp;quot; &amp;lt;tkayna@&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Hello,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; I made un script to send mail.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; My script works executing in shell but not in crontab.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; I also add full path for binaries but it's the same.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Can someone help me ?
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; ***BASH SCRIPT send_mail.sh :
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; #!/opt/bin/bash
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; nail='/usr/bin/nail'
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; sleep='/bin/sleep'
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; echo='/bin/echo'
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; function mail_status ()
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; {
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; ${sleep} 1
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; ${echo} $1 &amp;nbsp;$2 | ${nail} -s &amp;quot;save_sites_SQL_$1_$2&amp;quot; myemail@;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; #echo $? &amp;gt; /tmp/testestest_sendmail.txt
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; }
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; ####	DEBUG TESTS	####
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; mail_status &amp;quot;Test&amp;quot; &amp;quot;succes&amp;quot;;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; ***CRONTAB LINE :
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; 33 23 * * * /opt/bin/bash /temp/testmail/send_mail.sh
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---Linux-f14399.html&quot; embed=&quot;fixTarget[14399]&quot; target=&quot;_top&quot; &gt;Nslu2 - Linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-openslug--Send-mail-with-nail-in-crontab-tp26463850p26487287.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26487213</id>
	<title>Re: [openslug] Send mail with nail in crontab</title>
	<published>2009-11-23T14:27:40Z</published>
	<updated>2009-11-23T14:27:40Z</updated>
	<author>
		<name>tkayna</name>
	</author>
	<content type="html">I don't have real differences between the two files, unless the PATH.
&lt;br&gt;But adding PATH to my script doesn't change anything.
&lt;br&gt;No LD_LIBRARY_PATH given in env.
&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26487213&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, Marc Boris Dombrowa &amp;lt;marbordom@...&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Most likely your environment is different than the one of the user 
&lt;br&gt;&amp;gt; running this cronjob
&lt;br&gt;&amp;gt; Therefore add an env debug statement to the crontab. Check your path to 
&lt;br&gt;&amp;gt; the env binary.
&lt;br&gt;&amp;gt; It is &amp;nbsp;/usr/bin/env linked to opt/bin/env on my slug
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 33 23 * * * &amp;nbsp;/opt/bin/env &amp;gt; 1&amp;gt;/tmp/env.log 2&amp;gt;&amp;1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; You will then use env in your shell and dump output again to a file
&lt;br&gt;&amp;gt; env 1&amp;gt;~/env.log 2&amp;gt;&amp;1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; then diff both files
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; diff /tmp/env/log ~/env.log
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; and you will see that e.g. your LD_LIBRARY_PATH and other settings differ.
&lt;br&gt;&amp;gt; You need to adjust you settings either inside the crontab or source and 
&lt;br&gt;&amp;gt; environment inside cron prior to executing nail.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Once done remove the env line in cron.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Marc
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---Linux-f14399.html&quot; embed=&quot;fixTarget[14399]&quot; target=&quot;_top&quot; &gt;Nslu2 - Linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-openslug--Send-mail-with-nail-in-crontab-tp26463850p26487213.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26485712</id>
	<title>Re: [openslug] Send mail with nail in crontab</title>
	<published>2009-11-23T12:57:33Z</published>
	<updated>2009-11-23T12:57:33Z</updated>
	<author>
		<name>Steve-425</name>
	</author>
	<content type="html">On my slugos 5.3 sendmail is in /usr/sbin. &amp;nbsp;So try the following
&lt;br&gt;&lt;br&gt;# find / -name sendmail -print
&lt;br&gt;&lt;br&gt;if it show up in /usr/sbin/sendmail then do
&lt;br&gt;&amp;nbsp; ln -s /usr/sbin/sendmail /usr/lib/sendmail
&lt;br&gt;&lt;br&gt;Replace /usr/sbin/sendmail with the path to the one you find. &amp;nbsp;Then try again.
&lt;br&gt;&lt;br&gt;/usr/lib/sendmail is a &amp;quot;well known&amp;quot; location for sendmail and it's common for even non-sendmail based mail systems put a fake one there so programs can find it.
&lt;br&gt;&lt;br&gt;Steve
&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485712&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;tkayna&amp;quot; &amp;lt;tkayna@...&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; It returns me this :
&lt;br&gt;&amp;gt; $ cat /tmp/myLog.err 
&lt;br&gt;&amp;gt; /usr/lib/sendmail: No such file or directory
&lt;br&gt;&amp;gt; . . . message not sent.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; And I have this in nail bin :
&lt;br&gt;&amp;gt; $strings /usr/bin/nail | grep sendmail
&lt;br&gt;&amp;gt; sendmail
&lt;br&gt;&amp;gt; /usr/lib/sendmail
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But I don't understand why it works in shell.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thank you for your help
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485712&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;rolandkbs&amp;quot; &amp;lt;roland.krebs@&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I don't see the cause, but maybe I can help you to find it:
&lt;br&gt;&amp;gt; &amp;gt; Add to the end of your crontab line the following
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt;/tmp/myLog.out 2&amp;gt;/tmp/myLog.err
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; By inspecting the two files after the defined time has passed you will most probably find the problem.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; regards, Roland
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; --- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485712&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;tkayna&amp;quot; &amp;lt;tkayna@&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Hello,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I made un script to send mail.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; My script works executing in shell but not in crontab.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I also add full path for binaries but it's the same.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Can someone help me ?
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; ***BASH SCRIPT send_mail.sh :
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; #!/opt/bin/bash
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; nail='/usr/bin/nail'
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; sleep='/bin/sleep'
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; echo='/bin/echo'
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; function mail_status ()
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; {
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; ${sleep} 1
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; ${echo} $1 &amp;nbsp;$2 | ${nail} -s &amp;quot;save_sites_SQL_$1_$2&amp;quot; myemail@;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; #echo $? &amp;gt; /tmp/testestest_sendmail.txt
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; }
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; ####	DEBUG TESTS	####
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; mail_status &amp;quot;Test&amp;quot; &amp;quot;succes&amp;quot;;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; ***CRONTAB LINE :
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 33 23 * * * /opt/bin/bash /temp/testmail/send_mail.sh
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---Linux-f14399.html&quot; embed=&quot;fixTarget[14399]&quot; target=&quot;_top&quot; &gt;Nslu2 - Linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-openslug--Send-mail-with-nail-in-crontab-tp26463850p26485712.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26481668</id>
	<title>Re: webdav / slug / ipod touch</title>
	<published>2009-11-23T08:39:46Z</published>
	<updated>2009-11-23T08:39:46Z</updated>
	<author>
		<name>carl_steinhilber</name>
	</author>
	<content type="html">&lt;br&gt;Well... perhaps if you explain a little more in depth what you want to DO with your touch with regards to your slug?
&lt;br&gt;&lt;br&gt;&amp;quot;using a touch with the slug&amp;quot; can mean many many different things.
&lt;br&gt;&lt;br&gt;It's unclear whether you're talking about installing lighttpd on your slug, or your touch, but it's simply a webserver... so I'm not sure how useful it would be unless all you're talking about is viewing HTML content on one from the other.
&lt;br&gt;&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26481668&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;martienl&amp;quot; &amp;lt;blucap@...&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Would like to use my ipod touch with the slug (unslung 6.8). 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I read that lighttpd may help, is that true? If not please help, I am a bit of a newby.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Martien
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---Linux-f14399.html&quot; embed=&quot;fixTarget[14399]&quot; target=&quot;_top&quot; &gt;Nslu2 - Linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/webdav---slug---ipod-touch-tp26454407p26481668.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26480582</id>
	<title>Re: asterisk16 upgrade</title>
	<published>2009-11-23T07:37:21Z</published>
	<updated>2009-11-23T07:37:21Z</updated>
	<author>
		<name>asteriskatmyhome</name>
	</author>
	<content type="html">Hi Ovidiu Sas, could you please kindly publish the latest 1.4.27 Asterisk optware code?the 1.4 branch has not been updated for almost a year.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Chris Chen
&lt;br&gt;&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26480582&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-asterisk@...&lt;/a&gt;, Ovidiu Sas &amp;lt;osas@...&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hello all,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I would like to upgrade the asterisk version on the asterisk16 feed
&lt;br&gt;&amp;gt; from 1.6.0.x to 1.6.1.x.
&lt;br&gt;&amp;gt; Before doing that, I would like to know if there are users who would
&lt;br&gt;&amp;gt; like to stay with the 1.6.0.x version instead of 1.6.1.x.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Ovidiu Sas
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/nslu2-asterisk-f18738.html&quot; embed=&quot;fixTarget[18738]&quot; target=&quot;_top&quot; &gt;nslu2-asterisk&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/asterisk16-upgrade-tp26088082p26480582.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26471860</id>
	<title>Re: Re: Disk 1 dissapear?</title>
	<published>2009-11-22T18:13:40Z</published>
	<updated>2009-11-22T18:13:40Z</updated>
	<author>
		<name>Mike Westerhof (mwester)</name>
	</author>
	<content type="html">Victor Hadianto wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks it works! I can see the content of my second drive now. 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Strangely there's no /dev/sdb2. I'm pretty sure I formatted using the 
&lt;br&gt;&amp;gt; web UI. How do I see the partition table of /dev/sdb?
&lt;br&gt;&lt;br&gt;fdisk -l /dev/sdb
&lt;br&gt;&lt;br&gt;or, if the linksys-modified fdisk doesn't work, you do:
&lt;br&gt;&lt;br&gt;busybox fdisk -l /dev/sdb
&lt;br&gt;&lt;br&gt;-Mike (mwester)
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---Linux-f14399.html&quot; embed=&quot;fixTarget[14399]&quot; target=&quot;_top&quot; &gt;Nslu2 - Linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Disk-1-dissapear--tp26435384p26471860.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26471077</id>
	<title>Re: Upgrade to Lenny from Etch</title>
	<published>2009-11-22T16:22:05Z</published>
	<updated>2009-11-22T16:22:05Z</updated>
	<author>
		<name>sdhc</name>
	</author>
	<content type="html">Just to report that I have just had the same problem -- udev reassigning eth0 to eth1 on upgrade to lenny. &amp;nbsp;
&lt;br&gt;&lt;br&gt;Glad to find this post. &amp;nbsp;
&lt;br&gt;&lt;br&gt;Commented out the udev rules, as suggested above, and on boot up it recreated a new one to use eth0. &amp;nbsp;Everything fine from then onwards.
&lt;br&gt;&lt;br&gt;From /var/log/syslog:
&lt;br&gt;&amp;nbsp; Nov 22 23:06:30 debianslug kernel: [42949423.890000] eth0: MII PHY 1 on NPE-B
&lt;br&gt;&amp;nbsp; Nov 22 23:06:30 debianslug kernel: [42949424.160000] udev: renamed network interface eth0 to eth1
&lt;br&gt;&lt;br&gt;From 70-persistent-net.rules, after commenting out and rebooting:
&lt;br&gt;&lt;br&gt;# This file was automatically generated by the /lib/udev/write_net_rules
&lt;br&gt;# program, probably run by the persistent-net-generator.rules rules file.
&lt;br&gt;#
&lt;br&gt;# You can modify it, as long as you keep each rule on a single line.
&lt;br&gt;# MAC addresses must be written in lowercase.
&lt;br&gt;&lt;br&gt;# Unknown net device (/class/net/eth0) (ixp4xx_mac)
&lt;br&gt;#SUBSYSTEM==&amp;quot;net&amp;quot;, DRIVERS==&amp;quot;?*&amp;quot;, ATTRS{address}==&amp;quot;00:13:10:d6:1e:a7&amp;quot;, NAME=&amp;quot;eth0&amp;quot;
&lt;br&gt;&lt;br&gt;# Unknown net device (/class/net/eth0) (ixp4xx_eth)
&lt;br&gt;#SUBSYSTEM==&amp;quot;net&amp;quot;, ACTION==&amp;quot;add&amp;quot;, DRIVERS==&amp;quot;?*&amp;quot;, ATTR{address}==&amp;quot;00:0f:66:7c:dd:11&amp;quot;, ATTR{dev_id}==&amp;quot;0x0&amp;quot;, ATTR{type}==&amp;quot;1&amp;quot;, KERNEL==&amp;quot;eth*&amp;quot;, NAME=&amp;quot;eth1&amp;quot;
&lt;br&gt;&lt;br&gt;# Unknown net device (/class/net/eth0) (ixp4xx_eth)
&lt;br&gt;SUBSYSTEM==&amp;quot;net&amp;quot;, ACTION==&amp;quot;add&amp;quot;, DRIVERS==&amp;quot;?*&amp;quot;, ATTR{address}==&amp;quot;00:0f:66:7c:dd:11&amp;quot;, ATTR{dev_id}==&amp;quot;0x0&amp;quot;, ATTR{type}==&amp;quot;1&amp;quot;, KERNEL==&amp;quot;eth*&amp;quot;, NAME=&amp;quot;eth0&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;So, in summary, it looks like something from ipx4xx_mac is left behind. &amp;nbsp;I think that I have used this USB disk on both this and a spare (backup) NSLU2 with etch installed. &amp;nbsp;Unsure of exact history -- lovely thing about these things is that you set them up and then they just work... &amp;nbsp;
&lt;br&gt;The only problem I've ever had was with a power supply failure. &amp;nbsp;Replacement from Maplins was fine.
&lt;br&gt;&lt;br&gt;Off topic - did the hardware mod. with an Atmel chip to auto power on after a power cut (I live in a village where we get one a week). &amp;nbsp;V. straightforward, and well worth it.
&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26471077&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;Gordon Farquharson&amp;quot; &amp;lt;gordonfarquharson@...&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Wed, Dec 10, 2008 at 14:29, Adrian Oldacres &amp;lt;adrianoldacres@...&amp;gt; wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; After a bit of poking around, I have found that the 00:13:10:d7:19:e4
&lt;br&gt;&amp;gt; &amp;gt; mac address belongs to my slug#2 (as reported by ifconfig on that
&lt;br&gt;&amp;gt; &amp;gt; box). There is no human-readable copy of the mac address on the
&lt;br&gt;&amp;gt; &amp;gt; outside of either slug#1 or slug#2 unfortunately.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; At some point in the past, the hdd on slug#1 _may_ have been used as
&lt;br&gt;&amp;gt; &amp;gt; the source for a disk-disk copy from slug#2 following a hdd failure on
&lt;br&gt;&amp;gt; &amp;gt; slug#1 - my memory is not what it used to be, sad to say.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks for the update. It looks like this problem wasn't caused by the
&lt;br&gt;&amp;gt; installer, which is good news for Martin and me :-)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Gordon
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; Gordon Farquharson
&lt;br&gt;&amp;gt; GnuPG Key ID: 32D6D676
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---Linux-f14399.html&quot; embed=&quot;fixTarget[14399]&quot; target=&quot;_top&quot; &gt;Nslu2 - Linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Upgrade-to-Lenny-from-Etch-tp20868413p26471077.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26468780</id>
	<title>Cherokee webserver</title>
	<published>2009-11-22T11:47:01Z</published>
	<updated>2009-11-22T11:47:01Z</updated>
	<author>
		<name>pietpukje80</name>
	</author>
	<content type="html">Hello i got 2 problems with the cherokee webserver.
&lt;br&gt;Problem 1: How can i change the dir to another disk, Cherokee is installed and working on disk2 but i want the website on disk1.
&lt;br&gt;&lt;br&gt;Problem 2: the cherokee admin page is not working, i get the login screen and then i get a error 500 Internal Server Error.
&lt;br&gt;i have used the guide on &lt;a href=&quot;http://unslung.blogspot.com/2008/08/web-server-install-part-one.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://unslung.blogspot.com/2008/08/web-server-install-part-one.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;thanks
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---Linux-f14399.html&quot; embed=&quot;fixTarget[14399]&quot; target=&quot;_top&quot; &gt;Nslu2 - Linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cherokee-webserver-tp26468780p26468780.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26466248</id>
	<title>Re: Re: Disk 1 dissapear?</title>
	<published>2009-11-22T07:32:55Z</published>
	<updated>2009-11-22T07:32:55Z</updated>
	<author>
		<name>vhadiant</name>
	</author>
	<content type="html">Thanks it works! I can see the content of my second drive now.
&lt;br&gt;&lt;br&gt;Strangely there's no /dev/sdb2. I'm pretty sure I formatted using the web
&lt;br&gt;UI. How do I see the partition table of /dev/sdb?
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Victor
&lt;br&gt;&lt;br&gt;&lt;br&gt;2009/11/21 rolandkbs &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26466248&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;roland.krebs@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yes, /dev/sda1 and /dev/sda2 are tow partitions on the same disk.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I dont know how you have formatted your second disk, but I assume you used
&lt;br&gt;&amp;gt; the webGUI for it and therefore got two partitions on your second drive. So
&lt;br&gt;&amp;gt; you have to do a fsck on both of them:
&lt;br&gt;&amp;gt; /sbin/e2fsck /dev/sdb1
&lt;br&gt;&amp;gt; /sbin/e2fsck /dev/sdb2
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I never used a usb hub for my disks, but I assume if it's a powered hub it
&lt;br&gt;&amp;gt; should be no problem to use it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---Linux-f14399.html&quot; embed=&quot;fixTarget[14399]&quot; target=&quot;_top&quot; &gt;Nslu2 - Linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Disk-1-dissapear--tp26435384p26466248.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26465852</id>
	<title>Re: [openslug] Send mail with nail in crontab</title>
	<published>2009-11-22T06:44:21Z</published>
	<updated>2009-11-22T06:44:21Z</updated>
	<author>
		<name>Marc Boris Dombrowa</name>
	</author>
	<content type="html">Most likely your environment is different than the one of the user 
&lt;br&gt;running this cronjob
&lt;br&gt;Therefore add an env debug statement to the crontab. Check your path to 
&lt;br&gt;the env binary.
&lt;br&gt;It is &amp;nbsp;/usr/bin/env linked to opt/bin/env on my slug
&lt;br&gt;&lt;br&gt;33 23 * * * &amp;nbsp;/opt/bin/env &amp;gt; 1&amp;gt;/tmp/env.log 2&amp;gt;&amp;1
&lt;br&gt;&lt;br&gt;&lt;br&gt;You will then use env in your shell and dump output again to a file
&lt;br&gt;env 1&amp;gt;~/env.log 2&amp;gt;&amp;1
&lt;br&gt;&lt;br&gt;then diff both files
&lt;br&gt;&lt;br&gt;diff /tmp/env/log ~/env.log
&lt;br&gt;&lt;br&gt;and you will see that e.g. your LD_LIBRARY_PATH and other settings differ.
&lt;br&gt;You need to adjust you settings either inside the crontab or source and 
&lt;br&gt;environment inside cron prior to executing nail.
&lt;br&gt;&lt;br&gt;Once done remove the env line in cron.
&lt;br&gt;&lt;br&gt;Marc
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---Linux-f14399.html&quot; embed=&quot;fixTarget[14399]&quot; target=&quot;_top&quot; &gt;Nslu2 - Linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-openslug--Send-mail-with-nail-in-crontab-tp26463850p26465852.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26464887</id>
	<title>Re: [openslug] Send mail with nail in crontab</title>
	<published>2009-11-22T04:22:15Z</published>
	<updated>2009-11-22T04:22:15Z</updated>
	<author>
		<name>rolandkbs-2</name>
	</author>
	<content type="html">I don't know 'nail', so I'm just guessing:
&lt;br&gt;Nail tries to find sendmail in the path ($PATH) and if it's not found there then in /usr/lib. So it looks like
&lt;br&gt;1. your path ($PATH) is different from the crontab's, and
&lt;br&gt;2. sendmail is not in /usr/lib, but maybe /usr/sbin
&lt;br&gt;&lt;br&gt;If nail has some configuration files, then you can probably set the sendmail-location there, if not then you can extend $PATH in your bash-script.
&lt;br&gt;&lt;br&gt;regards, Roland
&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26464887&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;tkayna&amp;quot; &amp;lt;tkayna@...&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; It returns me this :
&lt;br&gt;&amp;gt; $ cat /tmp/myLog.err 
&lt;br&gt;&amp;gt; /usr/lib/sendmail: No such file or directory
&lt;br&gt;&amp;gt; . . . message not sent.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; And I have this in nail bin :
&lt;br&gt;&amp;gt; $strings /usr/bin/nail | grep sendmail
&lt;br&gt;&amp;gt; sendmail
&lt;br&gt;&amp;gt; /usr/lib/sendmail
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But I don't understand why it works in shell.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thank you for your help
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26464887&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;rolandkbs&amp;quot; &amp;lt;roland.krebs@&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I don't see the cause, but maybe I can help you to find it:
&lt;br&gt;&amp;gt; &amp;gt; Add to the end of your crontab line the following
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt;/tmp/myLog.out 2&amp;gt;/tmp/myLog.err
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; By inspecting the two files after the defined time has passed you will most probably find the problem.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; regards, Roland
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; --- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26464887&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;tkayna&amp;quot; &amp;lt;tkayna@&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Hello,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I made un script to send mail.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; My script works executing in shell but not in crontab.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I also add full path for binaries but it's the same.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Can someone help me ?
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; ***BASH SCRIPT send_mail.sh :
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; #!/opt/bin/bash
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; nail='/usr/bin/nail'
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; sleep='/bin/sleep'
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; echo='/bin/echo'
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; function mail_status ()
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; {
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; ${sleep} 1
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; ${echo} $1 &amp;nbsp;$2 | ${nail} -s &amp;quot;save_sites_SQL_$1_$2&amp;quot; myemail@;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; #echo $? &amp;gt; /tmp/testestest_sendmail.txt
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; }
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; ####	DEBUG TESTS	####
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; mail_status &amp;quot;Test&amp;quot; &amp;quot;succes&amp;quot;;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; ***CRONTAB LINE :
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 33 23 * * * /opt/bin/bash /temp/testmail/send_mail.sh
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---Linux-f14399.html&quot; embed=&quot;fixTarget[14399]&quot; target=&quot;_top&quot; &gt;Nslu2 - Linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-openslug--Send-mail-with-nail-in-crontab-tp26463850p26464887.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26464640</id>
	<title>Re: [openslug] Send mail with nail in crontab</title>
	<published>2009-11-22T03:48:33Z</published>
	<updated>2009-11-22T03:48:33Z</updated>
	<author>
		<name>tkayna</name>
	</author>
	<content type="html">Thanks,
&lt;br&gt;&amp;nbsp;
&lt;br&gt;It returns me this :
&lt;br&gt;$ cat /tmp/myLog.err 
&lt;br&gt;/usr/lib/sendmail: No such file or directory
&lt;br&gt;. . . message not sent.
&lt;br&gt;&lt;br&gt;And I have this in nail bin :
&lt;br&gt;$strings /usr/bin/nail | grep sendmail
&lt;br&gt;sendmail
&lt;br&gt;/usr/lib/sendmail
&lt;br&gt;&lt;br&gt;But I don't understand why it works in shell.
&lt;br&gt;&lt;br&gt;Thank you for your help
&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26464640&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;rolandkbs&amp;quot; &amp;lt;roland.krebs@...&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I don't see the cause, but maybe I can help you to find it:
&lt;br&gt;&amp;gt; Add to the end of your crontab line the following
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt;/tmp/myLog.out 2&amp;gt;/tmp/myLog.err
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; By inspecting the two files after the defined time has passed you will most probably find the problem.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; regards, Roland
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26464640&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;tkayna&amp;quot; &amp;lt;tkayna@&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Hello,
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I made un script to send mail.
&lt;br&gt;&amp;gt; &amp;gt; My script works executing in shell but not in crontab.
&lt;br&gt;&amp;gt; &amp;gt; I also add full path for binaries but it's the same.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Can someone help me ?
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; ***BASH SCRIPT send_mail.sh :
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; #!/opt/bin/bash
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; nail='/usr/bin/nail'
&lt;br&gt;&amp;gt; &amp;gt; sleep='/bin/sleep'
&lt;br&gt;&amp;gt; &amp;gt; echo='/bin/echo'
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; function mail_status ()
&lt;br&gt;&amp;gt; &amp;gt; {
&lt;br&gt;&amp;gt; &amp;gt; ${sleep} 1
&lt;br&gt;&amp;gt; &amp;gt; ${echo} $1 &amp;nbsp;$2 | ${nail} -s &amp;quot;save_sites_SQL_$1_$2&amp;quot; myemail@;
&lt;br&gt;&amp;gt; &amp;gt; #echo $? &amp;gt; /tmp/testestest_sendmail.txt
&lt;br&gt;&amp;gt; &amp;gt; }
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; ####	DEBUG TESTS	####
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; mail_status &amp;quot;Test&amp;quot; &amp;quot;succes&amp;quot;;
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; ***CRONTAB LINE :
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 33 23 * * * /opt/bin/bash /temp/testmail/send_mail.sh
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---Linux-f14399.html&quot; embed=&quot;fixTarget[14399]&quot; target=&quot;_top&quot; &gt;Nslu2 - Linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-openslug--Send-mail-with-nail-in-crontab-tp26463850p26464640.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26464100</id>
	<title>Re: [openslug] Send mail with nail in crontab</title>
	<published>2009-11-22T02:32:32Z</published>
	<updated>2009-11-22T02:32:32Z</updated>
	<author>
		<name>rolandkbs-2</name>
	</author>
	<content type="html">I don't see the cause, but maybe I can help you to find it:
&lt;br&gt;Add to the end of your crontab line the following
&lt;br&gt;&amp;nbsp;&amp;gt;/tmp/myLog.out 2&amp;gt;/tmp/myLog.err
&lt;br&gt;&lt;br&gt;By inspecting the two files after the defined time has passed you will most probably find the problem.
&lt;br&gt;&lt;br&gt;regards, Roland
&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26464100&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;tkayna&amp;quot; &amp;lt;tkayna@...&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I made un script to send mail.
&lt;br&gt;&amp;gt; My script works executing in shell but not in crontab.
&lt;br&gt;&amp;gt; I also add full path for binaries but it's the same.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Can someone help me ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ***BASH SCRIPT send_mail.sh :
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; #!/opt/bin/bash
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; nail='/usr/bin/nail'
&lt;br&gt;&amp;gt; sleep='/bin/sleep'
&lt;br&gt;&amp;gt; echo='/bin/echo'
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; function mail_status ()
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt; ${sleep} 1
&lt;br&gt;&amp;gt; ${echo} $1 &amp;nbsp;$2 | ${nail} -s &amp;quot;save_sites_SQL_$1_$2&amp;quot; myemail@...;
&lt;br&gt;&amp;gt; #echo $? &amp;gt; /tmp/testestest_sendmail.txt
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ####	DEBUG TESTS	####
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; mail_status &amp;quot;Test&amp;quot; &amp;quot;succes&amp;quot;;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ***CRONTAB LINE :
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 33 23 * * * /opt/bin/bash /temp/testmail/send_mail.sh
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---Linux-f14399.html&quot; embed=&quot;fixTarget[14399]&quot; target=&quot;_top&quot; &gt;Nslu2 - Linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-openslug--Send-mail-with-nail-in-crontab-tp26463850p26464100.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26463850</id>
	<title>[openslug] Send mail with nail in crontab</title>
	<published>2009-11-22T01:47:18Z</published>
	<updated>2009-11-22T01:47:18Z</updated>
	<author>
		<name>tkayna</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I made un script to send mail.
&lt;br&gt;My script works executing in shell but not in crontab.
&lt;br&gt;I also add full path for binaries but it's the same.
&lt;br&gt;&lt;br&gt;Can someone help me ?
&lt;br&gt;&lt;br&gt;***BASH SCRIPT send_mail.sh :
&lt;br&gt;&lt;br&gt;#!/opt/bin/bash
&lt;br&gt;&lt;br&gt;nail='/usr/bin/nail'
&lt;br&gt;sleep='/bin/sleep'
&lt;br&gt;echo='/bin/echo'
&lt;br&gt;&lt;br&gt;&lt;br&gt;function mail_status ()
&lt;br&gt;{
&lt;br&gt;${sleep} 1
&lt;br&gt;${echo} $1 &amp;nbsp;$2 | ${nail} -s &amp;quot;save_sites_SQL_$1_$2&amp;quot; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26463850&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;myemail@...&lt;/a&gt;;
&lt;br&gt;#echo $? &amp;gt; /tmp/testestest_sendmail.txt
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;####	DEBUG TESTS	####
&lt;br&gt;&lt;br&gt;mail_status &amp;quot;Test&amp;quot; &amp;quot;succes&amp;quot;;
&lt;br&gt;&lt;br&gt;***CRONTAB LINE :
&lt;br&gt;&lt;br&gt;33 23 * * * /opt/bin/bash /temp/testmail/send_mail.sh
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---Linux-f14399.html&quot; embed=&quot;fixTarget[14399]&quot; target=&quot;_top&quot; &gt;Nslu2 - Linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-openslug--Send-mail-with-nail-in-crontab-tp26463850p26463850.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26459519</id>
	<title>Re: Disk 1 dissapear?</title>
	<published>2009-11-21T11:27:10Z</published>
	<updated>2009-11-21T11:27:10Z</updated>
	<author>
		<name>rolandkbs-2</name>
	</author>
	<content type="html">Yes, /dev/sda1 and /dev/sda2 are tow partitions on the same disk.
&lt;br&gt;&lt;br&gt;I dont know how you have formatted your second disk, but I assume you used the webGUI for it and therefore got two partitions on your second drive. So you have to do a fsck on both of them:
&lt;br&gt;/sbin/e2fsck /dev/sdb1
&lt;br&gt;/sbin/e2fsck /dev/sdb2
&lt;br&gt;&lt;br&gt;I never used a usb hub for my disks, but I assume if it's a powered hub it should be no problem to use it.
&lt;br&gt;&lt;br&gt;regards, Roland
&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26459519&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, Victor Hadianto &amp;lt;victor@...&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks for the reply. So this is the output command of &amp;quot;mount&amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # mount
&lt;br&gt;&amp;gt; /dev/root on /initrd type jffs2 (rw)
&lt;br&gt;&amp;gt; /dev/sda1 on / type ext3 (rw)
&lt;br&gt;&amp;gt; proc on /proc type proc (rw)
&lt;br&gt;&amp;gt; usbdevfs on /proc/bus/usb type usbdevfs (rw)
&lt;br&gt;&amp;gt; /dev/sda1 on /share/flash/data type ext3 (rw)
&lt;br&gt;&amp;gt; /dev/sda2 on /share/flash/conf type ext3 (rw,sync)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I take it sda1 &amp; sda2 are 2 different partition on my main disk?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; So that will be /sbin/e2fsck /dev/sdb?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Another question, will it be safe for me to do this via the usb hub? Since
&lt;br&gt;&amp;gt; the config on my box is
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Disk 2 -&amp;gt; main disk
&lt;br&gt;&amp;gt; Disk 1 -&amp;gt; usb hub -&amp;gt; 2nd disk (where the content can't be seen no more)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Victor
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 2009/11/20 rolandkbs &amp;lt;roland.krebs@...&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I suppose the drive is not mounted. You can check this by connecting to the
&lt;br&gt;&amp;gt; &amp;gt; NSLU2 via telnet and using the command 'mount'. If the partition of this
&lt;br&gt;&amp;gt; &amp;gt; disk is not in the list, then it's most probably because the partition is
&lt;br&gt;&amp;gt; &amp;gt; marked as 'dirty'.
&lt;br&gt;&amp;gt; &amp;gt; I would put the disk to your Linux Live CD-system and do a fsck (or
&lt;br&gt;&amp;gt; &amp;gt; /sbin/e2fsck /dev/sd?? if you do it on the NSLU2).
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; regards, Roland
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; --- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26459519&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt; &amp;lt;nslu2-linux%40yahoogroups.com&amp;gt;, Victor
&lt;br&gt;&amp;gt; &amp;gt; Hadianto &amp;lt;victor@&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; For months I've been running NSLU2 (Unslung) with 2 disk configuration.
&lt;br&gt;&amp;gt; &amp;gt; Disk
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 1 &amp; Disk 2. Disk 2 is my &amp;quot;main&amp;quot; disk, while Disk 1 port is connected to a
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; USB Hub where my other drive is connected.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; This configuration works fine, but last weekend I can't see Disk 1 any
&lt;br&gt;&amp;gt; &amp;gt; more.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; The disk is on but when I browse to /hdd2 it's empty.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I downloaded a Linux Live CD and connected that drive to my PC and I can
&lt;br&gt;&amp;gt; &amp;gt; see
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; that the drive is not gone, I can see all my files.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Anyone has any ideas? I tried rebooting NSLU2 several times and still no
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; luck.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Help ...
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Victor
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---Linux-f14399.html&quot; embed=&quot;fixTarget[14399]&quot; target=&quot;_top&quot; &gt;Nslu2 - Linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Disk-1-dissapear--tp26435384p26459519.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26456600</id>
	<title>Re: Re: Disk 1 dissapear?</title>
	<published>2009-11-21T05:34:30Z</published>
	<updated>2009-11-21T05:34:30Z</updated>
	<author>
		<name>vhadiant</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Thanks for the reply. So this is the output command of &amp;quot;mount&amp;quot;
&lt;br&gt;&lt;br&gt;# mount
&lt;br&gt;/dev/root on /initrd type jffs2 (rw)
&lt;br&gt;/dev/sda1 on / type ext3 (rw)
&lt;br&gt;proc on /proc type proc (rw)
&lt;br&gt;usbdevfs on /proc/bus/usb type usbdevfs (rw)
&lt;br&gt;/dev/sda1 on /share/flash/data type ext3 (rw)
&lt;br&gt;/dev/sda2 on /share/flash/conf type ext3 (rw,sync)
&lt;br&gt;&lt;br&gt;&lt;br&gt;I take it sda1 &amp; sda2 are 2 different partition on my main disk?
&lt;br&gt;&lt;br&gt;So that will be /sbin/e2fsck /dev/sdb?
&lt;br&gt;&lt;br&gt;Another question, will it be safe for me to do this via the usb hub? Since
&lt;br&gt;the config on my box is
&lt;br&gt;&lt;br&gt;Disk 2 -&amp;gt; main disk
&lt;br&gt;Disk 1 -&amp;gt; usb hub -&amp;gt; 2nd disk (where the content can't be seen no more)
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Victor
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;2009/11/20 rolandkbs &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26456600&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;roland.krebs@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I suppose the drive is not mounted. You can check this by connecting to the
&lt;br&gt;&amp;gt; NSLU2 via telnet and using the command 'mount'. If the partition of this
&lt;br&gt;&amp;gt; disk is not in the list, then it's most probably because the partition is
&lt;br&gt;&amp;gt; marked as 'dirty'.
&lt;br&gt;&amp;gt; I would put the disk to your Linux Live CD-system and do a fsck (or
&lt;br&gt;&amp;gt; /sbin/e2fsck /dev/sd?? if you do it on the NSLU2).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; regards, Roland
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26456600&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt; &amp;lt;nslu2-linux%40yahoogroups.com&amp;gt;, Victor
&lt;br&gt;&amp;gt; Hadianto &amp;lt;victor@...&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; For months I've been running NSLU2 (Unslung) with 2 disk configuration.
&lt;br&gt;&amp;gt; Disk
&lt;br&gt;&amp;gt; &amp;gt; 1 &amp; Disk 2. Disk 2 is my &amp;quot;main&amp;quot; disk, while Disk 1 port is connected to a
&lt;br&gt;&amp;gt; &amp;gt; USB Hub where my other drive is connected.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; This configuration works fine, but last weekend I can't see Disk 1 any
&lt;br&gt;&amp;gt; more.
&lt;br&gt;&amp;gt; &amp;gt; The disk is on but when I browse to /hdd2 it's empty.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I downloaded a Linux Live CD and connected that drive to my PC and I can
&lt;br&gt;&amp;gt; see
&lt;br&gt;&amp;gt; &amp;gt; that the drive is not gone, I can see all my files.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Anyone has any ideas? I tried rebooting NSLU2 several times and still no
&lt;br&gt;&amp;gt; &amp;gt; luck.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Help ...
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Victor
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---Linux-f14399.html&quot; embed=&quot;fixTarget[14399]&quot; target=&quot;_top&quot; &gt;Nslu2 - Linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Disk-1-dissapear--tp26435384p26456600.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26454407</id>
	<title>webdav / slug / ipod touch</title>
	<published>2009-11-20T23:43:58Z</published>
	<updated>2009-11-20T23:43:58Z</updated>
	<author>
		<name>martienl</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Would like to use my ipod touch with the slug (unslung 6.8). 
&lt;br&gt;&lt;br&gt;I read that lighttpd may help, is that true? If not please help, I am a bit of a newby.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Martien
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---Linux-f14399.html&quot; embed=&quot;fixTarget[14399]&quot; target=&quot;_top&quot; &gt;Nslu2 - Linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/webdav---slug---ipod-touch-tp26454407p26454407.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26440235</id>
	<title>Re: Disk 1 dissapear?</title>
	<published>2009-11-20T01:04:37Z</published>
	<updated>2009-11-20T01:04:37Z</updated>
	<author>
		<name>rolandkbs-2</name>
	</author>
	<content type="html">I suppose the drive is not mounted. You can check this by connecting to the NSLU2 via telnet and using the command 'mount'. If the partition of this disk is not in the list, then it's most probably because the partition is marked as 'dirty'. 
&lt;br&gt;I would put the disk to your Linux Live CD-system and do a fsck (or /sbin/e2fsck /dev/sd?? if you do it on the NSLU2).
&lt;br&gt;&lt;br&gt;regards, Roland
&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26440235&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, Victor Hadianto &amp;lt;victor@...&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; For months I've been running NSLU2 (Unslung) with 2 disk configuration. Disk
&lt;br&gt;&amp;gt; 1 &amp; Disk 2. Disk 2 is my &amp;quot;main&amp;quot; disk, while Disk 1 port is connected to a
&lt;br&gt;&amp;gt; USB Hub where my other drive is connected.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This configuration works fine, but last weekend I can't see Disk 1 any more.
&lt;br&gt;&amp;gt; The disk is on but when I browse to /hdd2 it's empty.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I downloaded a Linux Live CD and connected that drive to my PC and I can see
&lt;br&gt;&amp;gt; that the drive is not gone, I can see all my files.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Anyone has any ideas? I tried rebooting NSLU2 several times and still no
&lt;br&gt;&amp;gt; luck.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Help ...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Victor
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---Linux-f14399.html&quot; embed=&quot;fixTarget[14399]&quot; target=&quot;_top&quot; &gt;Nslu2 - Linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Disk-1-dissapear--tp26435384p26440235.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26435384</id>
	<title>Disk 1 dissapear?</title>
	<published>2009-11-19T14:38:45Z</published>
	<updated>2009-11-19T14:38:45Z</updated>
	<author>
		<name>vhadiant</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;For months I've been running NSLU2 (Unslung) with 2 disk configuration. Disk
&lt;br&gt;1 &amp; Disk 2. Disk 2 is my &amp;quot;main&amp;quot; disk, while Disk 1 port is connected to a
&lt;br&gt;USB Hub where my other drive is connected.
&lt;br&gt;&lt;br&gt;This configuration works fine, but last weekend I can't see Disk 1 any more.
&lt;br&gt;The disk is on but when I browse to /hdd2 it's empty.
&lt;br&gt;&lt;br&gt;I downloaded a Linux Live CD and connected that drive to my PC and I can see
&lt;br&gt;that the drive is not gone, I can see all my files.
&lt;br&gt;&lt;br&gt;Anyone has any ideas? I tried rebooting NSLU2 several times and still no
&lt;br&gt;luck.
&lt;br&gt;&lt;br&gt;Help ...
&lt;br&gt;&lt;br&gt;Victor
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Nslu2---Linux-f14399.html&quot; embed=&quot;fixTarget[14399]&quot; target=&quot;_top&quot; &gt;Nslu2 - Linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Disk-1-dissapear--tp26435384p26435384.html" />
</entry>

</feed>
