<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-14396</id>
	<title>Nabble - NSLU2</title>
	<updated>2008-12-03T05:20:54Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/NSLU2-f14396.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/NSLU2-f14396.html" />
	<subtitle type="html">NSLU2 made by LinkSys.</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-20812802</id>
	<title>Re: NSLU-Linux website password</title>
	<published>2008-12-03T05:20:54Z</published>
	<updated>2008-12-03T05:20:54Z</updated>
	<author>
		<name>Rod Whitby-2</name>
	</author>
	<content type="html">kaputnikgo wrote:
&lt;br&gt;&amp;gt; Hi there, i want to update the wiki page i wrote here -
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nslu2-linux.org/wiki/HowTo/ConfigureRtorrentWithUnslung&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nslu2-linux.org/wiki/HowTo/ConfigureRtorrentWithUnslung&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; with some more information, should i post the changes here or can i
&lt;br&gt;&amp;gt; get a password to edit the actual page? Its not a major edit, just
&lt;br&gt;&amp;gt; some more details that might help new users.
&lt;br&gt;&lt;br&gt;Please see the bottom of the front-page of the wiki for the password.
&lt;br&gt;&lt;br&gt;-- Rod
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.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://www.nabble.com/NSLU-Linux-website-password-tp20805087p20812802.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20809468</id>
	<title>Re: Stream live sound</title>
	<published>2008-12-03T01:25:48Z</published>
	<updated>2008-12-03T01:25:48Z</updated>
	<author>
		<name>Sunspot</name>
	</author>
	<content type="html">Thanks - but I am new to Linux...
&lt;br&gt;&lt;br&gt;I have Googled these terms but -
&lt;br&gt;&lt;br&gt;Is the streaming service just a default part of xinet.d?
&lt;br&gt;(xinet.d is not in my (Debian Slug) etc folder so I guess I must
&lt;br&gt;install it)
&lt;br&gt;- and how does a PC on the internet know the Slug address?
&lt;br&gt;&lt;br&gt;(your PC runs Linux - I have used a browser on a Mac to receive
&lt;br&gt;streaming audio from remote webcam microphones linked to sound
&lt;br&gt;sources, but I think they plugged into windows PCs)
&lt;br&gt;&lt;br&gt;I really want to monitor a microphone using a browser if I can.
&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20809468&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-general@...&lt;/a&gt;, Thomas Reitmayr &amp;lt;treitmayr@...&amp;gt;
&lt;br&gt;wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi Graham,
&lt;br&gt;&amp;gt; I do something like this to listen to what's played by my stereo (to
&lt;br&gt;which the sound card + slug are connected). The server on the slug is
&lt;br&gt;a simple xinet.d service defined by /etc/xinet.d/audiostream like this
&lt;br&gt;(you may have to adjust user/group):
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; service audiostream
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; type &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= UNLISTED
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; socket_type &amp;nbsp; &amp;nbsp; = stream
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; wait &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= no
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; user &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= mpd
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; group &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = audio
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; umask &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = 002
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; protocol &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= tcp
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; log_on_failure += USERID HOST
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; log_type &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= SYSLOG daemon
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; port &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= 5555
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; server &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= /usr/bin/arecord
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; server_args &amp;nbsp; &amp;nbsp; = -q -f dat -D plughw:0 -
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; disable &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = no
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; and on the PC I simply type:
&lt;br&gt;&amp;gt; nc nslu2 5555 | aplay -f dat -
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; -Thomas
&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; ________________________________
&lt;br&gt;&amp;gt; Von: Graham &amp;lt;fgmarshall@...&amp;gt;
&lt;br&gt;&amp;gt; An: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20809468&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-general@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Gesendet: Dienstag, den 2. Dezember 2008, 20:02:20 Uhr
&lt;br&gt;&amp;gt; Betreff: [nslu2-general] Stream live sound
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have played wav and MP3 files - no problem - using a USB sound
&lt;/div&gt;dongle -
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.sunspot&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sunspot&lt;/a&gt;. co.uk/Projects/ SWEEX/slug/ Sound/sound. html
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But the dongle also has a microphone socket. I would like to stream
&lt;br&gt;&amp;gt; live sound to a PC (or another slug with a USB sound card)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Has anyone done this?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [Non-text portions of this message have been removed]
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.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://www.nabble.com/Stream-live-sound-tp20798704p20809468.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20808856</id>
	<title>VoIP Phone, VoIP Gateway</title>
	<published>2008-12-03T00:40:04Z</published>
	<updated>2008-12-03T00:40:04Z</updated>
	<author>
		<name>jessiejin</name>
	</author>
	<content type="html">Hi everyone,
&lt;br&gt;&lt;br&gt;This is Jessie from Shenzhen Allywll Info&amp;Tech.,Ltd, China. I'd like to avail this opportunity to introduce our company to you in the hope of establishing long term business relationship. 
&lt;br&gt;&lt;br&gt;We are providing high quality and low price of IP phone, VoIP ATA, VoIP Gateway, Trunking gateway, softswitch, ect.
&lt;br&gt;&lt;br&gt;Pricelist will be provided upon request.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Just feel free let us know for any further question.
&lt;br&gt;For more information of our company, pls kindly take a short time viewing our website: www.allywll.com &amp;nbsp;allywll.en.alibaba.com/
&lt;br&gt;&lt;br&gt;We are looking forward to receiving your mail for further inquiry.
&lt;br&gt;&lt;br&gt;Have a nice day!
&lt;br&gt;&lt;br&gt;Thanks &amp; Best regards,
&lt;br&gt;&lt;br&gt;Jessie
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.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://www.nabble.com/VoIP-Phone%2C-VoIP-Gateway-tp20808856p20808856.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20805087</id>
	<title>NSLU-Linux website password</title>
	<published>2008-12-02T17:37:15Z</published>
	<updated>2008-12-02T17:37:15Z</updated>
	<author>
		<name>kaputnikgo</name>
	</author>
	<content type="html">Hi there, i want to update the wiki page i wrote here -
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nslu2-linux.org/wiki/HowTo/ConfigureRtorrentWithUnslung&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nslu2-linux.org/wiki/HowTo/ConfigureRtorrentWithUnslung&lt;/a&gt;&lt;br&gt;&lt;br&gt;with some more information, should i post the changes here or can i
&lt;br&gt;get a password to edit the actual page? Its not a major edit, just
&lt;br&gt;some more details that might help new users.
&lt;br&gt;thanks
&lt;br&gt;Kaputnikgo
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.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://www.nabble.com/NSLU-Linux-website-password-tp20805087p20805087.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20803702</id>
	<title>Re: Stream live sound</title>
	<published>2008-12-02T15:47:14Z</published>
	<updated>2008-12-02T15:47:14Z</updated>
	<author>
		<name>Thomas Reitmayr</name>
	</author>
	<content type="html">Hi Graham,
&lt;br&gt;I do something like this to listen to what's played by my stereo (to which the sound card + slug are connected). The server on the slug is a simple xinet.d service defined by /etc/xinet.d/audiostream like this (you may have to adjust user/group):
&lt;br&gt;service audiostream
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; type &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= UNLISTED
&lt;br&gt;&amp;nbsp; &amp;nbsp; socket_type &amp;nbsp; &amp;nbsp; = stream
&lt;br&gt;&amp;nbsp; &amp;nbsp; wait &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= no
&lt;br&gt;&amp;nbsp; &amp;nbsp; user &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= mpd
&lt;br&gt;&amp;nbsp; &amp;nbsp; group &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = audio
&lt;br&gt;&amp;nbsp; &amp;nbsp; umask &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = 002
&lt;br&gt;&amp;nbsp; &amp;nbsp; protocol &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= tcp
&lt;br&gt;&amp;nbsp; &amp;nbsp; log_on_failure += USERID HOST
&lt;br&gt;&amp;nbsp; &amp;nbsp; log_type &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= SYSLOG daemon
&lt;br&gt;&amp;nbsp; &amp;nbsp; port &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= 5555
&lt;br&gt;&amp;nbsp; &amp;nbsp; server &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= /usr/bin/arecord
&lt;br&gt;&amp;nbsp; &amp;nbsp; server_args &amp;nbsp; &amp;nbsp; = -q -f dat -D plughw:0 -
&lt;br&gt;&amp;nbsp; &amp;nbsp; disable &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = no
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;and on the PC I simply type:
&lt;br&gt;nc nslu2 5555 | aplay -f dat -
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;-Thomas
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;________________________________
&lt;br&gt;Von: Graham &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20803702&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fgmarshall@...&lt;/a&gt;&amp;gt;
&lt;br&gt;An: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20803702&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-general@...&lt;/a&gt;
&lt;br&gt;Gesendet: Dienstag, den 2. Dezember 2008, 20:02:20 Uhr
&lt;br&gt;Betreff: [nslu2-general] Stream live sound
&lt;br&gt;&lt;br&gt;&lt;br&gt;I have played wav and MP3 files - no problem - using a USB sound dongle -
&lt;br&gt;&lt;a href=&quot;http://www.sunspot&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sunspot&lt;/a&gt;. co.uk/Projects/ SWEEX/slug/ Sound/sound. html
&lt;br&gt;&lt;br&gt;But the dongle also has a microphone socket. I would like to stream
&lt;br&gt;live sound to a PC (or another slug with a USB sound card)
&lt;br&gt;&lt;br&gt;Has anyone done this?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&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://www.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://www.nabble.com/Stream-live-sound-tp20798704p20803702.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20798704</id>
	<title>Stream live sound</title>
	<published>2008-12-02T11:02:20Z</published>
	<updated>2008-12-02T11:02:20Z</updated>
	<author>
		<name>Sunspot</name>
	</author>
	<content type="html">I have played wav and MP3 files - no problem - using a USB sound dongle -
&lt;br&gt;&lt;a href=&quot;http://www.sunspot.co.uk/Projects/SWEEX/slug/Sound/sound.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sunspot.co.uk/Projects/SWEEX/slug/Sound/sound.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;But the dongle also has a microphone socket. I would like to stream
&lt;br&gt;live sound to a PC (or another slug with a USB sound card)
&lt;br&gt;&lt;br&gt;Has anyone done this?
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.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://www.nabble.com/Stream-live-sound-tp20798704p20798704.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20789379</id>
	<title>Re: Re: Debian install &amp; unslung</title>
	<published>2008-12-02T02:16:51Z</published>
	<updated>2008-12-02T02:16:51Z</updated>
	<author>
		<name>Martin Michlmayr</name>
	</author>
	<content type="html">* minimatica &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20789379&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ripetizioni@...&lt;/a&gt;&amp;gt; [2008-12-02 08:38]:
&lt;br&gt;&amp;gt; tnx again, I did't know that, with unslung, I can't upgrade anymore!
&lt;br&gt;&amp;gt; Another quetsion again: after reflash, via ssh I start the installer,
&lt;br&gt;&amp;gt; have I to chamge anything or have I to say yes to all? ;)
&lt;br&gt;&lt;br&gt;Answering yes to everything (i.e. using the default) will work just
&lt;br&gt;fine (with the lenny installer).
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Martin Michlmayr
&lt;br&gt;&lt;a href=&quot;http://www.cyrius.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cyrius.com/&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.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://www.nabble.com/Debian-install---unslung-tp20768905p20789379.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20788077</id>
	<title>Re: Debian install &amp; unslung</title>
	<published>2008-12-02T00:38:40Z</published>
	<updated>2008-12-02T00:38:40Z</updated>
	<author>
		<name>Luca Gervasio-2</name>
	</author>
	<content type="html">--- In &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20788077&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;Mike (mwester)&amp;quot; &amp;lt;mwester@...&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; By &amp;quot;replacement&amp;quot; firmwares, I am referring to Unslung, SlugOS, OpenWRT,
&lt;br&gt;&amp;gt; Debian, and all other firmwares except the original Linksys firmware.
&lt;br&gt;&amp;gt; If you have the original stock Linksys firmware installed, then you will
&lt;br&gt;&amp;gt; have a functional web GUI that (usually, but not always) can reflash any
&lt;br&gt;&amp;gt; firmware to the device.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If you have installed Unslung, SlugOS, OpenWRT, Debian, or any other
&lt;br&gt;&amp;gt; non-Linksys firmware, then you will have not have a working web GUI, and
&lt;br&gt;&amp;gt; you must do the firmware flash via sercomm or upslug2.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Mike (mwester)
&lt;br&gt;&amp;gt;
&lt;/div&gt;Hi Mike,
&lt;br&gt;tnx again, I did't know that, with unslung, I can't upgrade anymore!
&lt;br&gt;Another quetsion again: after reflash, via ssh I start the installer,
&lt;br&gt;have I to chamge anything or have I to say yes to all? ;)
&lt;br&gt;&lt;br&gt;TNX in advance!
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.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://www.nabble.com/Debian-install---unslung-tp20768905p20788077.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20799303</id>
	<title>Re: Invisible SLUG</title>
	<published>2008-12-01T16:51:41Z</published>
	<updated>2008-12-01T16:51:41Z</updated>
	<author>
		<name>Rob Lockhart</name>
	</author>
	<content type="html">On Mon, Dec 1, 2008 at 2:13 PM, markgauldin &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20799303&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mark@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I have an NSLU2 running Unslung that's been working fine for months.
&lt;br&gt;&amp;gt; Suddenly today, it's no longer accessible. I can't even ping it. I've
&lt;br&gt;&amp;gt; tried power cycling the unit and holding down the reset button through
&lt;br&gt;&amp;gt; the reset process, but no luck. The Status light shows solid green,
&lt;br&gt;&amp;gt; and the Ethernet light is lit. I disconnected everything from the USB
&lt;br&gt;&amp;gt; ports before starting the reset process. I also tried pinging the
&lt;br&gt;&amp;gt; default IP address of 192.168.1.77, but that doesn't work either.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;You'll have to catch the device when it is in RedBoot mode here:
&lt;br&gt;&lt;a href=&quot;http://www.nslu2-linux.org/wiki/HowTo/TelnetIntoRedBoot&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nslu2-linux.org/wiki/HowTo/TelnetIntoRedBoot&lt;/a&gt;&lt;br&gt;&lt;br&gt;If that works, you can just restore a backup image onto flash using the
&lt;br&gt;recovery techniques mentioned in the wiki (hopefully you did a backup). &amp;nbsp;I
&lt;br&gt;would use this:
&lt;br&gt;&lt;a href=&quot;http://www.nslu2-linux.org/wiki/HowTo/ReflashUsingRedbootAndTFTP&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nslu2-linux.org/wiki/HowTo/ReflashUsingRedbootAndTFTP&lt;/a&gt;&lt;br&gt;as I can make a TFTP server quite easily, but follow here if you want to use
&lt;br&gt;the easier approaches:
&lt;br&gt;&lt;a href=&quot;http://www.nslu2-linux.org/wiki/HowTo/RecoverFromABadFlash&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nslu2-linux.org/wiki/HowTo/RecoverFromABadFlash&lt;/a&gt;&lt;br&gt;&lt;br&gt;Note that this means you will lose everything on your flash (except
&lt;br&gt;configurations like MAC address, IP address if statically-assigned).
&lt;br&gt;&lt;br&gt;Your other option would be to solder a 4-port serial header and use a
&lt;br&gt;powered TTL-to-RS232 adapter per this wiki:
&lt;br&gt;&lt;a href=&quot;http://www.nslu2-linux.org/wiki/HowTo/AddASerialPort&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nslu2-linux.org/wiki/HowTo/AddASerialPort&lt;/a&gt;&lt;br&gt;and see what the console shows when it boots, and then post a link to the
&lt;br&gt;log pasted at pastebin.ca to the list.
&lt;br&gt;&lt;br&gt;If/when you get it working, it's a good idea to periodically back up
&lt;br&gt;everything:
&lt;br&gt;&lt;a href=&quot;http://www.nslu2-linux.org/wiki/HowTo/CompletelyBackupTheNSLU2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nslu2-linux.org/wiki/HowTo/CompletelyBackupTheNSLU2&lt;/a&gt;&lt;br&gt;and store the backup on another machine.
&lt;br&gt;&lt;br&gt;Hope that helps,
&lt;br&gt;&amp;nbsp; -Rob
&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://www.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://www.nabble.com/Invisible-SLUG-tp20780303p20799303.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20783797</id>
	<title>Re: Scheduled turn-on / turn-off</title>
	<published>2008-12-01T16:32:10Z</published>
	<updated>2008-12-01T16:32:10Z</updated>
	<author>
		<name>Rob Lockhart</name>
	</author>
	<content type="html">On Sun, Nov 30, 2008 at 4:08 PM, peachtree_ccc &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20783797&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eyurtkuran@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Is there a way to schedule NSLU2 to 1) turn on and 2) turn off at
&lt;br&gt;&amp;gt; particular times each day? &amp;nbsp;I would like to build a back-up server
&lt;br&gt;&amp;gt; where the back-up schedule corresponds to when the NSLU2 is active.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;As Mario Ruprecht said, &amp;nbsp;the OS needs to be specified. &amp;nbsp;Hardware
&lt;br&gt;modifications are required for power to be restored after turning off.
&lt;br&gt;There are no provisions for the on-board RTC to set that, AFAIK.
&lt;br&gt;&lt;br&gt;In regards to saving power (if that's your concern), I've had some good luck
&lt;br&gt;with using a script like this for periodic, automated NFS backups. &amp;nbsp;Note
&lt;br&gt;that this is with OpenWRT (with appropriate modules opkg'ed) and this runs
&lt;br&gt;as a cronjob twice a day. &amp;nbsp;Some will say that I'm shortening the life of the
&lt;br&gt;HDD but AFAIK the killer of hard drives is HEAT (especially in a
&lt;br&gt;passively-cooled case). &amp;nbsp;Note that a directory called &amp;quot;DL&amp;quot; is my trigger to
&lt;br&gt;ensure the source and dest paths exist. &amp;nbsp;You don't want to delete all files
&lt;br&gt;if something quirky happens with the remote server.
&lt;br&gt;&lt;br&gt;Hope that helps,
&lt;br&gt;&amp;nbsp; &amp;nbsp;-Rob
&lt;br&gt;&lt;br&gt;&lt;br&gt;#!/bin/bash
&lt;br&gt;#
&lt;br&gt;# backup drive from SRC to DST using rsync
&lt;br&gt;&lt;br&gt;SRCIP=192.168.1.10
&lt;br&gt;SRC=&amp;quot;$SRCIP:/home&amp;quot;
&lt;br&gt;DST=&amp;quot;/mnt/usb_hd1&amp;quot;
&lt;br&gt;LOCSRC=&amp;quot;/mnt/linux&amp;quot;
&lt;br&gt;RSYNC=/usr/bin/rsync
&lt;br&gt;LOG=&amp;quot;/mnt/root/linuxbackup.log&amp;quot;
&lt;br&gt;&lt;br&gt;test -x $RSYNC || exit 0
&lt;br&gt;echo -n &amp;quot;Starting Linux server rsync backup...&amp;quot; &amp;gt;&amp;gt;$LOG
&lt;br&gt;date &amp;gt;&amp;gt;$LOG
&lt;br&gt;&lt;br&gt;if [ &amp;quot;`pidof rsync`&amp;quot; = &amp;quot;&amp;quot; ]; then
&lt;br&gt;&amp;nbsp; sdparm --command=start /dev/sdb
&lt;br&gt;&amp;nbsp; sleep 10
&lt;br&gt;&amp;nbsp; mount -t ext2 -o noatime /dev/sdb1 $DST &amp;gt;&amp;gt;$LOG
&lt;br&gt;&amp;nbsp; sleep 10
&lt;br&gt;&amp;nbsp; ping -c 1 $SRCIP 2&amp;gt;/dev/null 1&amp;gt;/dev/null
&lt;br&gt;&amp;nbsp; if [ $? -eq 0 ] &amp;&amp; [ -d ${DST}/DL ]; then
&lt;br&gt;&amp;nbsp; &amp;nbsp; if [ ! -d ${LOCSRC}/DL ]; then
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; echo &amp;quot;Directory &amp;quot; ${LOCSRC}/DL &amp;quot;not found; mounting.&amp;quot; &amp;gt;&amp;gt;$LOG
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; mount -t nfs $SRC $LOCSRC -o nolock
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; else
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;echo &amp;quot;Directory &amp;quot; ${LOCSRC}/DL &amp;quot;already found&amp;quot; &amp;gt;&amp;gt;$LOG
&lt;br&gt;&amp;nbsp; &amp;nbsp; fi
&lt;br&gt;&amp;nbsp; &amp;nbsp; if [ -d ${LOCSRC}/DL ]; then
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; echo heartbeat &amp;gt;/sys/class/leds/nslu2\:red\:status/trigger
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; echo heartbeat &amp;gt;/sys/class/leds/nslu2\:green\:disk-1/trigger
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; nice -n 10 /usr/bin/rsync -va --delete --force --stats \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --exclude=System\ Volume\ Information --exclude=lost+found \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ${LOCSRC}/ ${DST}/ &amp;gt;&amp;gt;$LOG
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; echo none &amp;gt;/sys/class/leds/nslu2\:green\:disk-1/trigger
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; echo none &amp;gt;/sys/class/leds/nslu2\:red\:status/trigger
&lt;br&gt;&amp;nbsp; &amp;nbsp; else
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; echo &amp;quot;Cannot find directory &amp;quot; ${LOCSRC}/DL &amp;gt;&amp;gt;$LOG
&lt;br&gt;&amp;nbsp; &amp;nbsp; fi
&lt;br&gt;&amp;nbsp; else
&lt;br&gt;&amp;nbsp; &amp;nbsp; echo &amp;quot;Cannot ping server ${SRCIP}, or dest ${DST}/DL doesn't exist.&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;$LOG
&lt;br&gt;&amp;nbsp; fi
&lt;br&gt;&amp;nbsp; echo &amp;quot;unmounting &amp;quot; $LOCSRC &amp;gt;&amp;gt;$LOG
&lt;br&gt;&amp;nbsp; sync
&lt;br&gt;&amp;nbsp; sleep 10
&lt;br&gt;&amp;nbsp; umount $LOCSRC
&lt;br&gt;&amp;nbsp; umount $DST
&lt;br&gt;&amp;nbsp; sleep 10
&lt;br&gt;&amp;nbsp; sdparm --command=stop /dev/sdb
&lt;br&gt;&lt;br&gt;else
&lt;br&gt;&amp;nbsp; &amp;nbsp;echo &amp;quot;rsync currently running... stopping backup of &amp;quot; ${SRC} &amp;gt;&amp;gt;$LOG
&lt;br&gt;fi
&lt;br&gt;exit 0
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.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://www.nabble.com/Scheduled-turn-on---turn-off-tp20764501p20783797.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20781605</id>
	<title>Re: Re: Debian install &amp; unslung</title>
	<published>2008-12-01T14:04:55Z</published>
	<updated>2008-12-01T14:04:55Z</updated>
	<author>
		<name>Mike (mwester)</name>
	</author>
	<content type="html">minimatica wrote:
&lt;br&gt;&amp;gt; --- In &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20781605&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;Mike (mwester)&amp;quot; &amp;lt;mwester@...&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; As the wiki notes, there is no web interface to flash firmware on any of
&lt;br&gt;&amp;gt;&amp;gt; the replacement firmwares for the NSLU2.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;^^^^^^^^^^^
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi Mike,
&lt;br&gt;&amp;gt; tnx for the reply even if I read here
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.cyrius.com/debian/nslu2/install.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cyrius.com/debian/nslu2/install.html&lt;/a&gt;&amp;nbsp;that I can install in
&lt;br&gt;&amp;gt; this way:
&lt;br&gt;&amp;gt; &amp;quot;Using the web interface from the original NSLU2 firmware. Go to the
&lt;br&gt;&amp;gt; administration section, choose Upgrade, browse your disk for the
&lt;br&gt;&amp;gt; debian-installer image you have just downloaded. Then press the Start
&lt;br&gt;&amp;gt; Upgrade button, confirm, wait for a few minutes and confirm again. &amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; right?
&lt;/div&gt;&lt;br&gt;By &amp;quot;replacement&amp;quot; firmwares, I am referring to Unslung, SlugOS, OpenWRT,
&lt;br&gt;Debian, and all other firmwares except the original Linksys firmware.
&lt;br&gt;If you have the original stock Linksys firmware installed, then you will
&lt;br&gt;have a functional web GUI that (usually, but not always) can reflash any
&lt;br&gt;firmware to the device.
&lt;br&gt;&lt;br&gt;If you have installed Unslung, SlugOS, OpenWRT, Debian, or any other
&lt;br&gt;non-Linksys firmware, then you will have not have a working web GUI, and
&lt;br&gt;you must do the firmware flash via sercomm or upslug2.
&lt;br&gt;&lt;br&gt;Mike (mwester)
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.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://www.nabble.com/Debian-install---unslung-tp20768905p20781605.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20781407</id>
	<title>Re: Debian install &amp; unslung</title>
	<published>2008-12-01T13:54:05Z</published>
	<updated>2008-12-01T13:54:05Z</updated>
	<author>
		<name>Luca Gervasio-2</name>
	</author>
	<content type="html">--- In &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20781407&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;Mike (mwester)&amp;quot; &amp;lt;mwester@...&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; minimatica wrote:
&lt;br&gt;&amp;gt; &amp;gt; Hi guys,
&lt;br&gt;&amp;gt; &amp;gt; I want to install debian on my Nslu2 (266Mhz;D).
&lt;br&gt;&amp;gt; &amp;gt; I read &lt;a href=&quot;http://www.cyrius.com/debian/nslu2/install.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cyrius.com/debian/nslu2/install.html&lt;/a&gt;&amp;nbsp;but I want to
&lt;br&gt;&amp;gt; &amp;gt; be sure:
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt; 1)could I upgrade, using debian-installer firmware image, from unslung
&lt;br&gt;&amp;gt; &amp;gt; 6.8beta via web interface? 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 2)If yes, after that, it should start the installer, right? ....and
&lt;br&gt;&amp;gt; &amp;gt; wait 4 hours.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; or should I reflash, totally, the nslu2 using sercom?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; As the wiki notes, there is no web interface to flash firmware on any of
&lt;br&gt;&amp;gt; the replacement firmwares for the NSLU2. &amp;nbsp;
&lt;/div&gt;&lt;br&gt;Hi Mike,
&lt;br&gt;tnx for the reply even if I read here
&lt;br&gt;&lt;a href=&quot;http://www.cyrius.com/debian/nslu2/install.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cyrius.com/debian/nslu2/install.html&lt;/a&gt;&amp;nbsp;that I can install in
&lt;br&gt;this way:
&lt;br&gt;&amp;quot;Using the web interface from the original NSLU2 firmware. Go to the
&lt;br&gt;administration section, choose Upgrade, browse your disk for the
&lt;br&gt;debian-installer image you have just downloaded. Then press the Start
&lt;br&gt;Upgrade button, confirm, wait for a few minutes and confirm again. &amp;quot;
&lt;br&gt;&lt;br&gt;right?
&lt;br&gt;&lt;br&gt;TNX again!
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.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://www.nabble.com/Debian-install---unslung-tp20768905p20781407.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20780303</id>
	<title>Invisible SLUG</title>
	<published>2008-12-01T11:13:10Z</published>
	<updated>2008-12-01T11:13:10Z</updated>
	<author>
		<name>markgauldin</name>
	</author>
	<content type="html">I have an NSLU2 running Unslung that's been working fine for months.
&lt;br&gt;Suddenly today, it's no longer accessible. I can't even ping it. I've
&lt;br&gt;tried power cycling the unit and holding down the reset button through
&lt;br&gt;the reset process, but no luck. The Status light shows solid green,
&lt;br&gt;and the Ethernet light is lit. I disconnected everything from the USB
&lt;br&gt;ports before starting the reset process. I also tried pinging the
&lt;br&gt;default IP address of 192.168.1.77, but that doesn't work either.
&lt;br&gt;&lt;br&gt;Any suggestions?
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.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://www.nabble.com/Invisible-SLUG-tp20780303p20780303.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20771818</id>
	<title>Re: Debian install &amp; unslung</title>
	<published>2008-12-01T05:20:53Z</published>
	<updated>2008-12-01T05:20:53Z</updated>
	<author>
		<name>Mike (mwester)</name>
	</author>
	<content type="html">minimatica wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi guys,
&lt;br&gt;&amp;gt; I want to install debian on my Nslu2 (266Mhz;D).
&lt;br&gt;&amp;gt; I read &lt;a href=&quot;http://www.cyrius.com/debian/nslu2/install.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cyrius.com/debian/nslu2/install.html&lt;/a&gt;&amp;nbsp;but I want to
&lt;br&gt;&amp;gt; be sure:
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 1)could I upgrade, using debian-installer firmware image, from unslung
&lt;br&gt;&amp;gt; 6.8beta via web interface? 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 2)If yes, after that, it should start the installer, right? ....and
&lt;br&gt;&amp;gt; wait 4 hours.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; or should I reflash, totally, the nslu2 using sercom?
&lt;/div&gt;&lt;br&gt;As the wiki notes, there is no web interface to flash firmware on any of
&lt;br&gt;the replacement firmwares for the NSLU2. &amp;nbsp;So you'll have to place the
&lt;br&gt;NSLU2 in upgrade mode (the reset button technique described on the wiki
&lt;br&gt;is the best way to do this), and use either upslug2 (linux) or sercomm
&lt;br&gt;to upload the new firmware.
&lt;br&gt;&lt;br&gt;Mike (mwester)
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.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://www.nabble.com/Debian-install---unslung-tp20768905p20771818.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20768905</id>
	<title>Debian install &amp; unslung</title>
	<published>2008-12-01T00:51:28Z</published>
	<updated>2008-12-01T00:51:28Z</updated>
	<author>
		<name>Luca Gervasio-2</name>
	</author>
	<content type="html">Hi guys,
&lt;br&gt;I want to install debian on my Nslu2 (266Mhz;D).
&lt;br&gt;I read &lt;a href=&quot;http://www.cyrius.com/debian/nslu2/install.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cyrius.com/debian/nslu2/install.html&lt;/a&gt;&amp;nbsp;but I want to
&lt;br&gt;be sure:
&lt;br&gt;&amp;nbsp;
&lt;br&gt;1)could I upgrade, using debian-installer firmware image, from unslung
&lt;br&gt;6.8beta via web interface? 
&lt;br&gt;&lt;br&gt;2)If yes, after that, it should start the installer, right? ....and
&lt;br&gt;wait 4 hours.
&lt;br&gt;&lt;br&gt;or should I reflash, totally, the nslu2 using sercom?
&lt;br&gt;&lt;br&gt;TNX a lot!
&lt;br&gt;&lt;br&gt;-
&lt;br&gt;Lukketto
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.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://www.nabble.com/Debian-install---unslung-tp20768905p20768905.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20767091</id>
	<title>RE: Scheduled turn-on / turn-off</title>
	<published>2008-11-30T23:16:19Z</published>
	<updated>2008-11-30T23:16:19Z</updated>
	<author>
		<name>Mario Ruprecht-2</name>
	</author>
	<content type="html">Turn off should be easy, could be probably done by a cronjob or a script
&lt;br&gt;based solution. But you're not saying what OS you're running on the
&lt;br&gt;slug.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Switch on is more difficult. WakeOnLAN is not possible as it is not
&lt;br&gt;supported by the hardware. If you modify your slug in order to switch on
&lt;br&gt;automatically (described here:
&lt;br&gt;&lt;a href=&quot;http://www.nslu2-linux.org/wiki/HowTo/ForcePowerAlwaysOn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nslu2-linux.org/wiki/HowTo/ForcePowerAlwaysOn&lt;/a&gt;&amp;nbsp;or here:
&lt;br&gt;&lt;a href=&quot;http://www.nslu2-linux.org/wiki/HowTo/AutoPowerSlugViaUSB&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nslu2-linux.org/wiki/HowTo/AutoPowerSlugViaUSB&lt;/a&gt;) you might use
&lt;br&gt;a timeswitch to power on the device.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Anyway, the slug does not consume much power so for me this would be
&lt;br&gt;overkill ;-) my slugs runs 24/7.
&lt;br&gt;&lt;br&gt;&amp;nbsp; _____ &amp;nbsp;
&lt;br&gt;&lt;br&gt;From: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20767091&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20767091&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;]
&lt;br&gt;On Behalf Of peachtree_ccc
&lt;br&gt;Sent: Sunday, November 30, 2008 10:09 PM
&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20767091&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;
&lt;br&gt;Subject: [nslu2-linux] Scheduled turn-on / turn-off
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Is there a way to schedule NSLU2 to 1) turn on and 2) turn off at
&lt;br&gt;particular times each day? I would like to build a back-up server
&lt;br&gt;where the back-up schedule corresponds to when the NSLU2 is active.
&lt;br&gt;&lt;br&gt;Thanks in advance.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.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://www.nabble.com/Scheduled-turn-on---turn-off-tp20764501p20767091.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20764501</id>
	<title>Scheduled turn-on / turn-off</title>
	<published>2008-11-30T13:08:48Z</published>
	<updated>2008-11-30T13:08:48Z</updated>
	<author>
		<name>peachtree_ccc</name>
	</author>
	<content type="html">Is there a way to schedule NSLU2 to 1) turn on and 2) turn off at
&lt;br&gt;particular times each day? &amp;nbsp;I would like to build a back-up server
&lt;br&gt;where the back-up schedule corresponds to when the NSLU2 is active.
&lt;br&gt;&lt;br&gt;Thanks in advance.
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.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://www.nabble.com/Scheduled-turn-on---turn-off-tp20764501p20764501.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20761883</id>
	<title>SlugOS BE 4.9 lighttpd problem - ldopen can't find modules</title>
	<published>2008-11-30T12:30:29Z</published>
	<updated>2008-11-30T12:30:29Z</updated>
	<author>
		<name>dystopianrebel</name>
	</author>
	<content type="html">Anyone else having problems with lighttpd from the slugos/be packages?
&lt;br&gt;LDOPEN complains that it can't find modules, but the modules are where
&lt;br&gt;it says they can't be found.
&lt;br&gt;&lt;br&gt;Note /usr/lib :
&lt;br&gt;PATH=/usr/local/bin:/usr/bin:/bin:/usr/lib:/usr/sbin:
&lt;br&gt;&lt;br&gt;~$ which lighttpd
&lt;br&gt;/usr/sbin/lighttpd
&lt;br&gt;~$ lighttpd -f zlighttpd.conf 
&lt;br&gt;2008-11-30 14:50:09: (plugin.c.165) dlopen() failed for:
&lt;br&gt;/usr/lib/mod_cgi.so /usr/lib/mod_cgi.so: cannot open shared object
&lt;br&gt;file: No such file or directory 
&lt;br&gt;2008-11-30 14:50:09: (server.c.621) loading plugins finally failed 
&lt;br&gt;&lt;br&gt;Directory listing of /usr/lib:
&lt;br&gt;&lt;br&gt;user0@SlugServer88D2:~$ ls -l /usr/lib
&lt;br&gt;-rwxr-xr-x &amp;nbsp; &amp;nbsp;1 root &amp;nbsp; &amp;nbsp; root &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4976 Feb 11 &amp;nbsp;2008 mod_access.so
&lt;br&gt;-rwxr-xr-x &amp;nbsp; &amp;nbsp;1 root &amp;nbsp; &amp;nbsp; root &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;12560 Feb 11 &amp;nbsp;2008 mod_accesslog.so
&lt;br&gt;-rwxr-xr-x &amp;nbsp; &amp;nbsp;1 root &amp;nbsp; &amp;nbsp; root &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 5772 Feb 11 &amp;nbsp;2008 mod_indexfile.so
&lt;br&gt;&lt;br&gt;(among others)
&lt;br&gt;&lt;br&gt;What's going on here?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.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://www.nabble.com/SlugOS-BE-4.9-lighttpd-problem---ldopen-can%27t-find-modules-tp20761883p20761883.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20759997</id>
	<title>Re: lighttpd on slugos/be 4.8-beta</title>
	<published>2008-11-30T09:39:43Z</published>
	<updated>2008-11-30T09:39:43Z</updated>
	<author>
		<name>dystopianrebel</name>
	</author>
	<content type="html">&amp;gt; &amp;gt; # /usr/bin/ipkg list 'lighttpd*' | grep indexfile
&lt;br&gt;&amp;gt; &amp;gt; lighttpd-module-indexfile - 1.4.18-r1 - Lighttpd module for indexfile
&lt;br&gt;&lt;br&gt;Alright, my brain awakened. sudo ipkg install lighttpd-module-indexfile
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.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://www.nabble.com/lighttpd-on-slugos-be-4.8-beta-tp17827526p20759997.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20759831</id>
	<title>Re: lighttpd on slugos/be 4.8-beta</title>
	<published>2008-11-30T09:24:53Z</published>
	<updated>2008-11-30T09:24:53Z</updated>
	<author>
		<name>dystopianrebel</name>
	</author>
	<content type="html">--- In &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20759831&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;Brian Zhou&amp;quot; &amp;lt;b88zhou@...&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --- In &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20759831&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;teemu.nikkila&amp;quot;
&lt;br&gt;&amp;gt; &amp;lt;teemu.nikkila@&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; Starting Lighttpd Web Server: 2008-06-13 18:47:35: (plugin.c.165)
&lt;br&gt;&amp;gt; &amp;gt; dlopen() failed for: /usr/lib/mod_indexfile.so
&lt;br&gt;&amp;gt; &amp;gt; Has anyone got a fix for this or any suggestions? I ultimately 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; # /usr/bin/ipkg list 'lighttpd*' | grep indexfile
&lt;br&gt;&amp;gt; lighttpd-module-indexfile - 1.4.18-r1 - Lighttpd module for indexfile
&lt;br&gt;&lt;br&gt;I can run Brian's suggestion with the same result but it doesn't fix
&lt;br&gt;anything. What is the solution? I don't see the indexfile module anywhere.
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.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://www.nabble.com/lighttpd-on-slugos-be-4.8-beta-tp17827526p20759831.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20753231</id>
	<title>Re: uptime</title>
	<published>2008-11-29T16:26:06Z</published>
	<updated>2008-11-29T16:26:06Z</updated>
	<author>
		<name>Richard Cox-2</name>
	</author>
	<content type="html">On Saturday 29 November 2008 19:11:37 vi_sharan wrote:
&lt;br&gt;&amp;gt; how can i find uptime for my slug?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; TIA
&lt;br&gt;&lt;br&gt;log in, and at the command prompt, type 'uptime' :-)
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=aB3uK5nssck&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.youtube.com/watch?v=aB3uK5nssck&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.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://www.nabble.com/uptime-tp20753111p20753231.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20753111</id>
	<title>uptime</title>
	<published>2008-11-29T16:11:37Z</published>
	<updated>2008-11-29T16:11:37Z</updated>
	<author>
		<name>vi_sharan</name>
	</author>
	<content type="html">how can i find uptime for my slug?
&lt;br&gt;&lt;br&gt;TIA
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.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://www.nabble.com/uptime-tp20753111p20753111.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20741549</id>
	<title>Re: &quot;interworking&quot; warning message compiling C++ in SLUGOS/BE</title>
	<published>2008-11-28T14:47:58Z</published>
	<updated>2008-11-28T14:47:58Z</updated>
	<author>
		<name>dystopianrebel</name>
	</author>
	<content type="html">--- In &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20741549&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;dystopianrebel&amp;quot;
&lt;br&gt;&amp;lt;dystopianrebel@...&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am compiling some C++ code in SLUGOS/BE and seeing the
&lt;br&gt;&amp;gt; &amp;quot;interworking&amp;quot; warning. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; A search of the NSLU2-Linux group archive shows that a couple of
&lt;br&gt;&amp;gt; people have seen the warning before. But no one has confirmed whether
&lt;br&gt;&amp;gt; this affects using the compiled executable.
&lt;br&gt;&lt;br&gt;I am no expert in the ARM platform, but the fix for the warning seems
&lt;br&gt;to be to use the ' -mthumb-interwork ' parameter.
&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://www.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://www.nabble.com/slugos-3.10---openslug---native-toolchain-problem-tp5449737p20741549.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20736751</id>
	<title>Re: new package request: silc-client</title>
	<published>2008-11-28T07:52:11Z</published>
	<updated>2008-11-28T07:52:11Z</updated>
	<author>
		<name>Brian Zhou</name>
	</author>
	<content type="html">Done packaging, please test.
&lt;br&gt;&lt;br&gt;-Brian Zhou
&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20736751&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;Dan Guido&amp;quot; &amp;lt;dguido@...&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'd like to request a silc-client package be built for at least the
&lt;br&gt;&amp;gt; ddwrt and syno-x07 optware targets. The client can be downloaded 
&lt;br&gt;from:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.silcnet.org/software/download/client/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.silcnet.org/software/download/client/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ./configure --without-perl --disable-asm --disable-ipv6
&lt;br&gt;&amp;gt; --without-silcd --without-pthreads
&lt;br&gt;&amp;gt; ^should result in the smallest number of features while still 
&lt;br&gt;remaining usable.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; A number of examples of full makefiles for different distribution's
&lt;br&gt;&amp;gt; packages of silc-client are available on the official download page.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks.
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Dan Guido
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.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://www.nabble.com/new-package-request%3A-silc-client-tp20707389p20736751.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20736138</id>
	<title>&quot;interworking&quot; warning message compiling C++ in SLUGOS/BE</title>
	<published>2008-11-28T07:11:35Z</published>
	<updated>2008-11-28T07:11:35Z</updated>
	<author>
		<name>dystopianrebel</name>
	</author>
	<content type="html">I am compiling some C++ code in SLUGOS/BE and seeing the
&lt;br&gt;&amp;quot;interworking&amp;quot; warning. 
&lt;br&gt;&lt;br&gt;A search of the NSLU2-Linux group archive shows that a couple of
&lt;br&gt;people have seen the warning before. But no one has confirmed whether
&lt;br&gt;this affects using the compiled executable.
&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://www.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://www.nabble.com/slugos-3.10---openslug---native-toolchain-problem-tp5449737p20736138.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20730192</id>
	<title>Re: Install FUPPES</title>
	<published>2008-11-27T23:23:48Z</published>
	<updated>2008-11-27T23:23:48Z</updated>
	<author>
		<name>pezmannen77-2</name>
	</author>
	<content type="html">--- In &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20730192&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;phiho_251286&amp;quot; &amp;lt;phiho_251286@...&amp;gt;
&lt;br&gt;wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --- In &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20730192&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;pezmannen77&amp;quot; &amp;lt;pezmannen@&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'm trying to install fuppes on my NSLUG(with unslung) but my linux
&lt;br&gt;&amp;gt; &amp;gt; knowledge is pretty low...
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I followed this guide but i don't know how to create the init script.
&lt;br&gt;&amp;gt; &amp;gt; I tried creating it in windows and ftp:ing it but i get access denied.
&lt;br&gt;&amp;gt; &amp;gt; If i try connecting as root to the ftp i get 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 421-Server disabled.
&lt;br&gt;&amp;gt; &amp;gt; 421 Reason: Root login not allowed.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; What am I doing wrong?
&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;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; you can follow this instruction:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://ftp.osuosl.org/pub/nslu2/releases/Unslung-6.10-beta-README.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ftp.osuosl.org/pub/nslu2/releases/Unslung-6.10-beta-README.txt&lt;/a&gt;&lt;br&gt;&amp;gt; goodluck
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;This is the instruction...forgot to post it.
&lt;br&gt;&lt;a href=&quot;http://www.nslu2-linux.org/wiki/HowTo/InstallFuppesUPNPMediaServer&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nslu2-linux.org/wiki/HowTo/InstallFuppesUPNPMediaServer&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.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://www.nabble.com/Install-FUPPES-tp20726459p20730192.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20728280</id>
	<title>Re: Install FUPPES</title>
	<published>2008-11-27T18:54:45Z</published>
	<updated>2008-11-27T18:54:45Z</updated>
	<author>
		<name>phiho_251286</name>
	</author>
	<content type="html">--- In &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20728280&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nslu2-linux@...&lt;/a&gt;, &amp;quot;pezmannen77&amp;quot; &amp;lt;pezmannen@...&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; I'm trying to install fuppes on my NSLUG(with unslung) but my linux
&lt;br&gt;&amp;gt; knowledge is pretty low...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I followed this guide but i don't know how to create the init script.
&lt;br&gt;&amp;gt; I tried creating it in windows and ftp:ing it but i get access denied.
&lt;br&gt;&amp;gt; If i try connecting as root to the ftp i get 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 421-Server disabled.
&lt;br&gt;&amp;gt; 421 Reason: Root login not allowed.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; What am I doing wrong?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;you can follow this instruction:
&lt;br&gt;&lt;a href=&quot;http://ftp.osuosl.org/pub/nslu2/releases/Unslung-6.10-beta-README.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ftp.osuosl.org/pub/nslu2/releases/Unslung-6.10-beta-README.txt&lt;/a&gt;&lt;br&gt;goodluck
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.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://www.nabble.com/Install-FUPPES-tp20726459p20728280.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20727179</id>
	<title>Re: Ftp problems</title>
	<published>2008-11-27T15:45:44Z</published>
	<updated>2008-11-27T15:45:44Z</updated>
	<author>
		<name>Robert Hammond</name>
	</author>
	<content type="html">In message &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20727179&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ggn2dv+d6nv@...&lt;/a&gt;&amp;gt;, pezmannen77 
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20727179&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pezmannen77@...&lt;/a&gt;&amp;gt; writes
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;Hi
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;I'm trying to install fuppes on my NSLUG(with unslung) but my linux
&lt;br&gt;&amp;gt;knowledge is pretty low...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;I followed this guide
&lt;br&gt;&amp;gt;(&lt;a href=&quot;http://www.nslu2-linux.org/wiki/HowTo/InstallFuppesUPNPMediaServer&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nslu2-linux.org/wiki/HowTo/InstallFuppesUPNPMediaServer&lt;/a&gt;)
&lt;br&gt;&amp;gt;but i don't know how to create the init script. I tried creating it in
&lt;br&gt;&amp;gt;windows and ftp:ing it but i get access denied. If i try connecting as
&lt;br&gt;&amp;gt;root to the ftp i get
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;421-Server disabled.
&lt;br&gt;&amp;gt;421 Reason: Root login not allowed.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;What am I doing wrong?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Thanks
&lt;br&gt;&amp;gt;
&lt;/div&gt;The recommended way to configure the relevant files is to install from 
&lt;br&gt;the Optware feed the openssh server on to your NSLU2. &amp;nbsp;There are 
&lt;br&gt;instruction in the Wiki for this. &amp;nbsp;Then use WinSCP logged in as root on 
&lt;br&gt;your windows machine. &amp;nbsp; WinSCP has a built in Linux compatible text 
&lt;br&gt;editor.
&lt;br&gt;&lt;br&gt;Alternatively if you prefer not to do this you can add and edit the 
&lt;br&gt;relevant files in a NSLU2 console window using one of the Linux text 
&lt;br&gt;editors. &amp;nbsp;The NSLU2 come pre-installed with the vi text editor, &amp;nbsp;you can 
&lt;br&gt;find instruction for this program by searching the Internet. &amp;nbsp;Or install 
&lt;br&gt;one of the more user friendly text editors from the Optware feed.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Robert Hammond
&lt;br&gt;PGP:0x154144DA
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.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://www.nabble.com/Ftp-problems-tp20726460p20727179.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20726460</id>
	<title>Ftp problems</title>
	<published>2008-11-27T13:11:27Z</published>
	<updated>2008-11-27T13:11:27Z</updated>
	<author>
		<name>pezmannen77-2</name>
	</author>
	<content type="html">Hi
&lt;br&gt;&lt;br&gt;I'm trying to install fuppes on my NSLUG(with unslung) but my linux
&lt;br&gt;knowledge is pretty low...
&lt;br&gt;&lt;br&gt;I followed this guide
&lt;br&gt;(&lt;a href=&quot;http://www.nslu2-linux.org/wiki/HowTo/InstallFuppesUPNPMediaServer&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nslu2-linux.org/wiki/HowTo/InstallFuppesUPNPMediaServer&lt;/a&gt;)
&lt;br&gt;but i don't know how to create the init script. I tried creating it in
&lt;br&gt;windows and ftp:ing it but i get access denied. If i try connecting as
&lt;br&gt;root to the ftp i get 
&lt;br&gt;&lt;br&gt;421-Server disabled.
&lt;br&gt;421 Reason: Root login not allowed.
&lt;br&gt;&lt;br&gt;What am I doing wrong?
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.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://www.nabble.com/Ftp-problems-tp20726460p20726460.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20726459</id>
	<title>Install FUPPES</title>
	<published>2008-11-27T13:08:06Z</published>
	<updated>2008-11-27T13:08:06Z</updated>
	<author>
		<name>pezmannen77</name>
	</author>
	<content type="html">Hi
&lt;br&gt;&lt;br&gt;I'm trying to install fuppes on my NSLUG(with unslung) but my linux
&lt;br&gt;knowledge is pretty low...
&lt;br&gt;&lt;br&gt;I followed this guide but i don't know how to create the init script.
&lt;br&gt;I tried creating it in windows and ftp:ing it but i get access denied.
&lt;br&gt;If i try connecting as root to the ftp i get 
&lt;br&gt;&lt;br&gt;421-Server disabled.
&lt;br&gt;421 Reason: Root login not allowed.
&lt;br&gt;&lt;br&gt;What am I doing wrong?
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.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://www.nabble.com/Install-FUPPES-tp20726459p20726459.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20714221</id>
	<title>Re: DCHP-Off, No-reset. Lost IP Address... help!</title>
	<published>2008-11-26T21:57:44Z</published>
	<updated>2008-11-26T21:57:44Z</updated>
	<author>
		<name>pappyinww2</name>
	</author>
	<content type="html">&amp;gt; have a look at the arp family of commands and run that from a machine 
&lt;br&gt;on 
&lt;br&gt;&amp;gt; the same network segment as the slug, look for a match to its mac 
&lt;br&gt;address.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&lt;br&gt;I'm kinda a newbie.
&lt;br&gt;What is the ARP and how do use it to find the IP Address?
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;signature&quot;&gt;&lt;iframe frameborder=&quot;0&quot; allowtransparency=&quot;true&quot; width=&quot;360px&quot; height=&quot;300px&quot; src=&quot;http://www.retaggr.com/Embed/Lucas&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.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://www.nabble.com/DCHP-Off%2C-No-reset.-Lost-IP-Address...-help%21-tp20711590p20714221.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20711689</id>
	<title>Re: DCHP-Off, No-reset. Lost IP Address... help!</title>
	<published>2008-11-26T16:26:45Z</published>
	<updated>2008-11-26T16:26:45Z</updated>
	<author>
		<name>Jon Pounder</name>
	</author>
	<content type="html">Lucas Mullikin wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hey guys,
&lt;br&gt;&amp;gt; I was working on my slug and turned off DCHP and assigned my slug an
&lt;br&gt;&amp;gt; ip address i wanted it to have.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; But now I can't seem to get a response from the new address or the old
&lt;br&gt;&amp;gt; one.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I tried to do a reset from the button on the back,
&lt;br&gt;&amp;gt; but nothing happens at all.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It'll beep once then just sit for minutes...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any idea guys?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm running Unslung. 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is there anyway to detect a slug on the network and gain its ip address?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In my workgroup i see my slug,
&lt;br&gt;&amp;gt; but i cant access it for some reason.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks for any help.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;have a look at the arp family of commands and run that from a machine on 
&lt;br&gt;the same network segment as the slug, look for a match to its mac address.
&lt;br&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;&amp;gt; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.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://www.nabble.com/DCHP-Off%2C-No-reset.-Lost-IP-Address...-help%21-tp20711590p20711689.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20711590</id>
	<title>DCHP-Off, No-reset. Lost IP Address... help!</title>
	<published>2008-11-26T16:08:38Z</published>
	<updated>2008-11-26T16:08:38Z</updated>
	<author>
		<name>pappyinww2</name>
	</author>
	<content type="html">Hey guys,
&lt;br&gt;I was working on my slug and turned off DCHP and assigned my slug an
&lt;br&gt;ip address i wanted it to have.
&lt;br&gt;&lt;br&gt;But now I can't seem to get a response from the new address or the old
&lt;br&gt;one.
&lt;br&gt;&lt;br&gt;I tried to do a reset from the button on the back,
&lt;br&gt;but nothing happens at all.
&lt;br&gt;&lt;br&gt;It'll beep once then just sit for minutes...
&lt;br&gt;&lt;br&gt;Any idea guys?
&lt;br&gt;&lt;br&gt;I'm running Unslung. 
&lt;br&gt;&lt;br&gt;Is there anyway to detect a slug on the network and gain its ip address?
&lt;br&gt;&lt;br&gt;In my workgroup i see my slug,
&lt;br&gt;but i cant access it for some reason.
&lt;br&gt;&lt;br&gt;Thanks for any help.
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;signature&quot;&gt;&lt;iframe frameborder=&quot;0&quot; allowtransparency=&quot;true&quot; width=&quot;360px&quot; height=&quot;300px&quot; src=&quot;http://www.retaggr.com/Embed/Lucas&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.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://www.nabble.com/DCHP-Off%2C-No-reset.-Lost-IP-Address...-help%21-tp20711590p20711590.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20707389</id>
	<title>new package request: silc-client</title>
	<published>2008-11-26T10:16:02Z</published>
	<updated>2008-11-26T10:16:02Z</updated>
	<author>
		<name>Daniel Guido</name>
	</author>
	<content type="html">I'd like to request a silc-client package be built for at least the
&lt;br&gt;ddwrt and syno-x07 optware targets. The client can be downloaded from:
&lt;br&gt;&lt;a href=&quot;http://www.silcnet.org/software/download/client/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.silcnet.org/software/download/client/&lt;/a&gt;&lt;br&gt;&lt;br&gt;./configure --without-perl --disable-asm --disable-ipv6
&lt;br&gt;--without-silcd --without-pthreads
&lt;br&gt;^should result in the smallest number of features while still remaining usable.
&lt;br&gt;&lt;br&gt;A number of examples of full makefiles for different distribution's
&lt;br&gt;packages of silc-client are available on the official download page.
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;--
&lt;br&gt;Dan Guido
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.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://www.nabble.com/new-package-request%3A-silc-client-tp20707389p20707389.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20704071</id>
	<title>Re: Default File Permissions on a Samba share</title>
	<published>2008-11-26T08:11:38Z</published>
	<updated>2008-11-26T08:11:38Z</updated>
	<author>
		<name>kser0</name>
	</author>
	<content type="html">&amp;gt; I have come to the conclusion that my problems are due solely to the 
&lt;br&gt;&amp;gt; fact that running /etc/rc.d/rc.reset_usrgrpshare doesn't appear to 
&lt;br&gt;&amp;gt; reload the files properly, if at all (I'm not actually certain that it 
&lt;br&gt;&amp;gt; should). After rebooting my Slug, the changes take effect.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Since rebooting the Slug takes several minutes, can anyone give me a 
&lt;br&gt;&amp;gt; command that will just reboot the Samba server?
&lt;br&gt;&lt;br&gt;Running 
&lt;br&gt;/etc/init.d/samba restart
&lt;br&gt;should do the trick. At least it does that on my system. I'm not sure
&lt;br&gt;if yours is different.
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.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://www.nabble.com/Default-File-Permissions-on-a-Samba-share-tp20598244p20704071.html" />
</entry>

</feed>
