Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

nslu2-general

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 6046
  • Category: Hardware
  • Founded: Aug 18, 2004
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 8231 - 8260 of 9009   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#8231 From: "bushbrother1983" <lp.richards@...>
Date: Fri Oct 1, 2010 4:51 pm
Subject: TS101 Optware Feed - Who is maintainer?
bushbrother1983
Send Email Send Email
 
Hi,

I have tried contacting the maintainer for the Transmission package for TS101
from here: http://ipkg.nslu2-linux.org/feeds/optware/ts101/cross/unstable/

however the email address bounces back. I tried on IRC group and the advice was
to try post here. Does anyone know if anyone is maintaining? There is an issue
since version 1.76 that make it not work, all torrent constantly fail hash
check.

Please contact me. There is a trac ID here discussing the issue:

http://trac.transmissionbt.com/ticket/2858

#8232 From: "james_robertson2000" <james_robertson2000@...>
Date: Fri Oct 1, 2010 7:47 pm
Subject: Re: IPKG problems - fix
james_robert...
Send Email Send Email
 
Absolutely, so this is just a temporary fix. I don't know how long the mirror I
have used has been up, nor how long it will remain up. If people make sure that
they comment out (rather than delete) the original repositories in the .conf
files then they can easily revert to them at any time.


Jim

--- In nslu2-general@yahoogroups.com, "Brian" <b88zhou@...> wrote:
>
> Just want to point out that mirrors are subject to change. It's generally not
a good idea to point the feed directly at any specific mirror.
>
> Maybe I'm lucky, I don't have any problem using
http://ipkg.nslu2-linux.org/feeds/optware/unslung/cross/unstable/
>
> -Brian
>
> --- In nslu2-general@yahoogroups.com, "james_robertson2000"
<james_robertson2000@> wrote:
> >
> > Temporary fix for this one - just did it on my NSLU2 and it has now
downloaded and upgraded packages and seems fine. Apologies for the
overly-simplified instructions below, but I want to make sure that they are
absolutely clear. I hate to do this, but disclaimer - this worked for me, but I
can't guarantee that it won't break your machine!
> >
> > Steps are:
> > 1. You'll need to edit the various .conf files in /etc/ipkg
> > To do this, I'm using WinSCP (I said this was overly-simplified!). This
allows you to just double click on the files to open and edit them.
> >
> > 2. For each of the .conf files in the /etc/ipkg directory, we're going to
change them to point at a different repository. I've used the mirror repository
linked to in the "Mirrors" section here:
http://www.nslu2-linux.org/wiki/Optware/Packages
> >
> > The repository is:
> > ftp://ftp.osuosl.org/pub/nslu2/feeds/
> > and I've just replaced the file path in the .conf files up to and including
feeds/ with the above path.
> >
> > Below, I list the five .conf files on *MY* system, each of which need
editing. The text in the lines below each file name is everything that is in the
edited file. The # just comments out the existing line so that you can manually
revert to it later if you want.
> >
> > PLEASE NOTE: your system might have different .conf files to mine - after
doing this and running ipkg upgrade, I've ended up with two additional .conf
files:
> > optware-nslu2-cross-stable.conf
> > optware-nslu2-native-stable.conf
> >
> > Therefore, make sure you edit all of the .conf files in /etc/ipkg on your
system as appropriate.
> >
> > cross-feeds.conf:
> > #src/gz cross http://ipkg.nslu2-linux.org/feeds/optware/nslu2/cross/stable
> > src/gz cross
ftp://ftp.osuosl.org/pub/nslu2/feeds/optware/nslu2/cross/stable/
> >
> > native-feeds.conf:
> > #src/gz native http://ipkg.nslu2-linux.org/feeds/optware/nslu2/native/stable
> > src/gz native
ftp://ftp.osuosl.org/pub/nslu2/feeds/optware/nslu2/native/stable
> >
> > oe-feed.conf:
> > #src/gz oe http://ipkg.nslu2-linux.org/feeds/unslung/modules/cross/6.8-beta
> > src/gz oe
ftp://ftp.osuosl.org/pub/nslu2/feeds/unslung/modules/cross/6.8-beta
> >
> > unslung-cross.conf:
> > #src/gz unslung-cross http://ipkg.nslu2-linux.org/feeds/unslung/cross
> > src/gz unslung-cross ftp://ftp.osuosl.org/pub/nslu2/feeds/unslung/cross
> >
> > unslung-native.conf:
> > #src/gz unslung-native http://ipkg.nslu2-linux.org/feeds/unslung/native
> > src/gz unslung-native ftp://ftp.osuosl.org/pub/nslu2/feeds/unslung/native
> >
> > 3. Using Putty (or whatever other program you use to get command line access
to your NSLU2, enter:
> > ipkg update
> >
> > Check the output from that command to make sure that all of the downloads
are from the above ftp site, and not from http://ipkg.nslu2-linux.org. If any
are from from http://ipkg.nslu2-linux.org, you need to double-check your .conf
files (above), edit them as appropriate and repeat this step.
> >
> > 4. Finally, we're going to do the upgrade. Word of warning: one of the
upgraded packages for me was the feeds package, which will want to change the
various .conf files (which we manually edited above) back to their default
state. Personally, I just hit enter to do the default option of keeping the
files we manually edited (above).
> >
> > Bearing in mind that warning, just enter:
> > ipkg upgrade
> >
> > 5. Checking the /etc/ipkg directory after that's all done, I've got a couple
of new .conf files - you might want to check your system as well and edit any
new .conf files as we did in step 2 so that they point at the mirror for the
next time you use ipkg.
> >
> > 6. That's it - job done.
> >
> > :)
> >
> > --- In nslu2-general@yahoogroups.com, "biodiesel_bri" <biodiesel_bri@>
wrote:
> > >
> > > I'm also having the same problem, specifically this file returns a 404 not
found:
> > >
> > >
http://ipkg2.nslu2-linux.org/feeds/optware/slugos4be/cross/unstable/ipkg-opt_0.9\
9.163-10_armeb.ipk
> > >
> > > -B
> >
>

#8233 From: Bob George <bobstro@...>
Date: Sat Oct 2, 2010 6:05 pm
Subject: Re: Re: NSLU2 w/Debian - USB Speed
bobstro2003
Send Email Send Email
 
On Fri, Sep 10, 2010 at 11:58 AM, tleegaard <tleegaard@...> wrote:

>
> [...]
> NSLU:~# dd if=/dev/sdb1 of=/dev/null bs=1024 count=1000
> 1000+0 records in
> 1000+0 records out
> 1024000 bytes (1.0 MB) copied, 1.70798 s, 600 kB/s
>
> I suppose this is what you mean? But I can't see the big difference..
> When transfering to the HDD with SSH/FTP the transfer speed is only about
> 600-800 kB/s aswell..
>

I seem to be getting better performance with a nothing-special Western
Digital 40GB external USB drive:

# lsb_release -d
Description:    Debian GNU/Linux 5.0.6 (lenny)

# cat /proc/cpuinfo
Processor    : XScale-IXP42x Family rev 1 (v5l)
BogoMIPS    : 266.24

# dd if=/dev/sda1 of=/dev/null bs=1024 count=1000
1000+0 records in
1000+0 records out
1024000 bytes (1.0 MB) copied, 0.712626 s, 1.4 MB/s

# hdparm -t /dev/sda

/dev/sda:
  Timing buffered disk reads:   36 MB in  3.08 seconds =  11.69 MB/sec

- Bob


[Non-text portions of this message have been removed]

#8234 From: gothick <gothick@...>
Date: Mon Sep 27, 2010 9:48 am
Subject: Re: IPKG problems
gothick_matt
Send Email Send Email
 
biodiesel_bri wrote:
>
> I'm also having the same problem, specifically this file returns a 404 not
> found:
>
>
http://ipkg2.nslu2-linux.org/feeds/optware/slugos4be/cross/unstable/ipkg-opt_0.9\
9.163-10_armeb.ipk
>

I'm glad it's not just me; tried to update my elderly NSLU2 this morning for
the first time in ages, and found the same repository problems. The ipk
files seem to redirect on the server, but the redirect goes to a nonexistent
file. It's the same feed I've been using for some years; I've not changed
any of the ipkg configuration...

Matt
--
View this message in context:
http://old.nabble.com/IPKG-problems-tp29731893p29815737.html
Sent from the Nslu2 - General mailing list archive at Nabble.com.

#8235 From: "oddballhero" <avaca@...>
Date: Mon Oct 4, 2010 8:16 pm
Subject: Plug Optware Targets
oddballhero
Send Email Send Email
 
I am a user on nslu2, pogoplug, and dockstar platforms and am pretty happy with
the optware packages provided with nslu2-linux.org.  For the pogoplug/dockstar
platforms, I initially used setup from openpogo with their repo which is just
from http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/stable.  They
are discontining optware support and I was wondering if
pogoplug/dockstar/sheevaplug could be added to Optware Targets or Other Hardware
on nslu2-linux.org.  I have already changed my /opt/ipkg/armel-feed.conf to look
at http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/stable instead of
http://openpogo.com/repo.

#8236 From: "Warren" <vtrider@...>
Date: Wed Oct 6, 2010 3:44 am
Subject: Re: Looking for compatible enclosure recommendations
vtrider
Send Email Send Email
 
Well, I'll post this for future reference if anybody is interested / searching.

Picked up a pair of Vantec NST-360SU enclosures and so far are 100% compatible.

--- In nslu2-general@yahoogroups.com, "Warren" <vtrider@...> wrote:
>
> NSLU2 - V2.3R25
>
> Currently running this little guy with a couple of Vantec NexStar enclosures
(NST-350UF) housing matching Maxtor 200gb IDE drives.
>
> In a bind for more disk space & looking to switch out the external enclosures
with newer ones with internal SATA interface.
>
> Current setup works great for many years, but I remember I had a hell of a
time finding compatible chipsets/enclosures to work with my NSLU2.  Can anyone
recommend some brand/models (from Newegg?)to help me with this transition?  I
did run some google searches and checked the compatibility database, but
everything seems very outdated.
>

#8237 From: "oddballhero" <avaca@...>
Date: Wed Oct 6, 2010 5:35 pm
Subject: Sidebar Optware Targets
oddballhero
Send Email Send Email
 
Added some pages to the wiki for plug computers but can't access the sidebar to
place PlugComputers under Optware Targets.  Is there someone I can contact to
place this?

#8238 From: Nick Boyle <nick@...>
Date: Wed Oct 6, 2010 8:27 pm
Subject: ipkg 404
elyobelyob
Send Email Send Email
 
Hi,

Just back in on the nslu2 stuff. Tried openslug, and quickly went back
to unslung. Just a little concerned with the 404 class failures.
Should I add an extra repository? It seems that the main repository is
a little empty.

Yes, I have ipkg update'd ...

Is this NSLU stuff dying a long slow death?!

Nick

#8239 From: "oddballhero" <avaca@...>
Date: Wed Oct 6, 2010 9:14 pm
Subject: Re: IPKG problems
oddballhero
Send Email Send Email
 
Hello,
I am not an expert by any means but there does not seem to be a slugos4be
anymore, there is a slugos5be.  There are two choices, stable and unstable, here
is the stable:
http://ipkg2.nslu2-linux.org/feeds/optware/slugos5be/cross/stable/
I guess you can try this on your ipkg.con
For the unstable, make the appropriate change.  I am also getting responses from
my posts.

--- In nslu2-general@yahoogroups.com, gothick <gothick@...> wrote:
>
>
>
> biodiesel_bri wrote:
> >
> > I'm also having the same problem, specifically this file returns a 404 not
> > found:
> >
> >
http://ipkg2.nslu2-linux.org/feeds/optware/slugos4be/cross/unstable/ipkg-opt_0.9\
9.163-10_armeb.ipk
> >
>
> I'm glad it's not just me; tried to update my elderly NSLU2 this morning for
> the first time in ages, and found the same repository problems. The ipk
> files seem to redirect on the server, but the redirect goes to a nonexistent
> file. It's the same feed I've been using for some years; I've not changed
> any of the ipkg configuration...
>
> Matt
> --
> View this message in context:
http://old.nabble.com/IPKG-problems-tp29731893p29815737.html
> Sent from the Nslu2 - General mailing list archive at Nabble.com.
>

#8240 From: "mikeygstl" <mikeygstl@...>
Date: Thu Oct 7, 2010 12:02 pm
Subject: Would like to gain access to edit some of the wiki pages
mikeygstl
Send Email Send Email
 
Going through the documention on the NSLU2 site, I have discovered a few holes,
especially pertaining to the process of flashing a new kernel.

For one instance, when rescuing a system by using the installer, one must
reflash.  I kept getting an error 'flash-kernel: 127: #### Killed dd if=$ifile
of=$tmp ibs=$(($imtdsize - 16)) conv=sync 2> /dev/null', and I finally found the
reason - out of memory.  A simple swapon -a from within the chroot environment
took care of that, but I wasted a few hours on it...

Anyway, that's all I have for now.

-Mike

NSLU2, overclocked, fattened up, with internal flash, wireless, and bluetooth. 
Not sure what to do with it yet... ;)

#8241 From: "nbroukha" <nbroukha@...>
Date: Fri Oct 8, 2010 2:58 pm
Subject: IPKG Request
nbroukha
Send Email Send Email
 
Hi all,

Who should I approach to request an update of an Ipkg? In particular, Mediatomb.
The current version is 0.12.1, versus the 0.11-something in the Ipkg
directories.

Thanks,
Nik

#8242 From: David Given <dg@...>
Date: Fri Oct 8, 2010 7:59 pm
Subject: ipkg feed wanted
hjalfi
Send Email Send Email
 
I have an elderly Psion netBook (the original, the one that coined the
name). It does run Linux, but the kernel is rather old --- 2.4.27 ---
and as a result no available Debian will work on it. (There is no 2.6 port.)

There is, however, an extremely minimal and rather hacked ipkg root
filesystem available for it. It was originally based on the OpenZaurus
ipkg feed, but openzaurus.org is now dead.

Does anyone know where I might be able to find an ipkg feed for a
compatible device whose software will run on my netBook?

ipkg --version says:
ipkg version 0.99.84

ipkg print_architecture says:
arch all 1
arch noarch 1
arch arm 10

cat /proc/cpuinfo says:
Processor: StrongARM-1100 rev 11 (v4l)
BogoMIPS: 127.38
Features: swp half 26bit fastmult
(skipping rest)

/lib/libc.so.6 says:
GNU C Library stable release version 2.3.3, by Roland McGrath et al
(skipping rest)

uname -a says:
Linux openpsion 2.4.27-vrs1-kvd1 #11 Wed Jun 8 02:19:08 PDT 2005 armv4l
unknown

--
┌─── dg@cowlark.com ─────
http://www.cowlark.com ─────
│ "To be is to do" -- Nietzche
│ "To do is to be" -- Sartre
│ "Do be do be do" -- Sinatra



[Non-text portions of this message have been removed]

#8243 From: "mplotskr" <mplotsker@...>
Date: Sun Oct 10, 2010 3:13 am
Subject: V2.3R63-uNSLUng-6.8-beta
mplotskr
Send Email Send Email
 
Hi all
I haven't turned on my nslu2 in over a year. I'm at V2.3R63-uNSLUng-6.8-beta.
what do I need to do to get current?

thanks
Michael

#8244 From: "tlhackque" <tlhackque@...>
Date: Tue Oct 12, 2010 10:00 am
Subject: Unslung optware repo state?
tlhackque
Send Email Send Email
 
Wanted to update to latest dchp for unslung, but the repository seems broken.

ipkg download says "Package dhcp (parent dhcp) is not available from any
configured src."

Browsing to http://ipkg.nslu2-linux.org/feeds/unslung/cross/ shows
dhcp-4.1.1-P1-1_armeb.ipk exitsts. But attempting to download gives file not
found.

So does wget from the slug...

#wget http://ipkg.nslu2-linux.org/feeds/unlsung/cross/dhcp-4.1.1-P1-1_armeb.ipk
--2010-10-12 05:52:40-- 
http://ipkg.nslu2-linux.org/feeds/unlsung/cross/dhcp-4.1.1-P1-1_armeb.ipk
Resolving ipkg.nslu2-linux.org (ipkg.nslu2-linux.org)... 140.211.169.169
Connecting to ipkg.nslu2-linux.org (ipkg.nslu2-linux.org)|140.211.169.169|:80...
connected.
HTTP request sent, awaiting response... 302 Found
Location:
http://ipkg.nslu2-linux.org/feeds-redirect.php?f=unlsung/cross/dhcp-4.1.1-P1-1_a\
rmeb.ipk [following]
--2010-10-12 05:52:41-- 
http://ipkg.nslu2-linux.org/feeds-redirect.php?f=unlsung/cross/dhcp-4.1.1-P1-1_a\
rmeb.ipk
Reusing existing connection to ipkg.nslu2-linux.org:80.
HTTP request sent, awaiting response... 302 Found
Location:
http://ipkg2.nslu2-linux.org/feeds/unlsung/cross/dhcp-4.1.1-P1-1_armeb.ipk
[following]
--2010-10-12 05:52:41-- 
http://ipkg2.nslu2-linux.org/feeds/unlsung/cross/dhcp-4.1.1-P1-1_armeb.ipk
Resolving ipkg2.nslu2-linux.org (ipkg2.nslu2-linux.org)... 140.211.169.161
Connecting to ipkg2.nslu2-linux.org
(ipkg2.nslu2-linux.org)|140.211.169.161|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2010-10-12 05:52:41 ERROR 404: Not Found.

Any idea what's going on?

Thanks...

#8245 From: "Brian" <b88zhou@...>
Date: Tue Oct 12, 2010 3:28 pm
Subject: Re: Unslung optware repo state?
brian_zhou
Send Email Send Email
 
http://ipkg2.nslu2-linux.org/feeds/optware/unslung/cross/stable/dhcp_4.1.1-P1-1_\
armeb.ipk
works fine for me here.

-Brian

--- In nslu2-general@yahoogroups.com, "tlhackque" <tlhackque@...> wrote:
>
> Wanted to update to latest dchp for unslung, but the repository seems broken.
>
> ipkg download says "Package dhcp (parent dhcp) is not available from any
configured src."
>
> Browsing to http://ipkg.nslu2-linux.org/feeds/unslung/cross/ shows
dhcp-4.1.1-P1-1_armeb.ipk exitsts. But attempting to download gives file not
found.
>
> So does wget from the slug...
>
> #wget
http://ipkg.nslu2-linux.org/feeds/unlsung/cross/dhcp-4.1.1-P1-1_armeb.ipk
> --2010-10-12 05:52:40-- 
http://ipkg.nslu2-linux.org/feeds/unlsung/cross/dhcp-4.1.1-P1-1_armeb.ipk
> Resolving ipkg.nslu2-linux.org (ipkg.nslu2-linux.org)... 140.211.169.169
> Connecting to ipkg.nslu2-linux.org
(ipkg.nslu2-linux.org)|140.211.169.169|:80... connected.
> HTTP request sent, awaiting response... 302 Found
> Location:
http://ipkg.nslu2-linux.org/feeds-redirect.php?f=unlsung/cross/dhcp-4.1.1-P1-1_a\
rmeb.ipk [following]
> --2010-10-12 05:52:41-- 
http://ipkg.nslu2-linux.org/feeds-redirect.php?f=unlsung/cross/dhcp-4.1.1-P1-1_a\
rmeb.ipk
> Reusing existing connection to ipkg.nslu2-linux.org:80.
> HTTP request sent, awaiting response... 302 Found
> Location:
http://ipkg2.nslu2-linux.org/feeds/unlsung/cross/dhcp-4.1.1-P1-1_armeb.ipk
[following]
> --2010-10-12 05:52:41-- 
http://ipkg2.nslu2-linux.org/feeds/unlsung/cross/dhcp-4.1.1-P1-1_armeb.ipk
> Resolving ipkg2.nslu2-linux.org (ipkg2.nslu2-linux.org)... 140.211.169.161
> Connecting to ipkg2.nslu2-linux.org
(ipkg2.nslu2-linux.org)|140.211.169.161|:80... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2010-10-12 05:52:41 ERROR 404: Not Found.
>
> Any idea what's going on?
>
> Thanks...
>

#8246 From: "tlhackque" <tlhackque@...>
Date: Tue Oct 12, 2010 4:20 pm
Subject: Re: Unslung optware repo state?
tlhackque
Send Email Send Email
 
Hi Brian,

That works for me too.  The difference is that you have /stable/ in the url, but
the web page I quoted "http://ipkg.nslu2-linux.org/feeds/unslung/cross/"
doesn't... looks like everything on that page needs to be corrected...

Thanks for the corrected pointer.


--- In nslu2-general@yahoogroups.com, "Brian" <b88zhou@...> wrote:
>
>
http://ipkg2.nslu2-linux.org/feeds/optware/unslung/cross/stable/dhcp_4.1.1-P1-1_\
armeb.ipk
> works fine for me here.
>
> -Brian
>
> --- In nslu2-general@yahoogroups.com, "tlhackque" <tlhackque@> wrote:
> >
> > Wanted to update to latest dchp for unslung, but the repository seems
broken.
> >
> > ipkg download says "Package dhcp (parent dhcp) is not available from any
configured src."
> >
> > Browsing to http://ipkg.nslu2-linux.org/feeds/unslung/cross/ shows
dhcp-4.1.1-P1-1_armeb.ipk exitsts. But attempting to download gives file not
found.
> >
> > So does wget from the slug...
> >
> > #wget
http://ipkg.nslu2-linux.org/feeds/unlsung/cross/dhcp-4.1.1-P1-1_armeb.ipk
> > --2010-10-12 05:52:40-- 
http://ipkg.nslu2-linux.org/feeds/unlsung/cross/dhcp-4.1.1-P1-1_armeb.ipk
> > Resolving ipkg.nslu2-linux.org (ipkg.nslu2-linux.org)... 140.211.169.169
> > Connecting to ipkg.nslu2-linux.org
(ipkg.nslu2-linux.org)|140.211.169.169|:80... connected.
> > HTTP request sent, awaiting response... 302 Found
> > Location:
http://ipkg.nslu2-linux.org/feeds-redirect.php?f=unlsung/cross/dhcp-4.1.1-P1-1_a\
rmeb.ipk [following]
> > --2010-10-12 05:52:41-- 
http://ipkg.nslu2-linux.org/feeds-redirect.php?f=unlsung/cross/dhcp-4.1.1-P1-1_a\
rmeb.ipk
> > Reusing existing connection to ipkg.nslu2-linux.org:80.
> > HTTP request sent, awaiting response... 302 Found
> > Location:
http://ipkg2.nslu2-linux.org/feeds/unlsung/cross/dhcp-4.1.1-P1-1_armeb.ipk
[following]
> > --2010-10-12 05:52:41-- 
http://ipkg2.nslu2-linux.org/feeds/unlsung/cross/dhcp-4.1.1-P1-1_armeb.ipk
> > Resolving ipkg2.nslu2-linux.org (ipkg2.nslu2-linux.org)... 140.211.169.161
> > Connecting to ipkg2.nslu2-linux.org
(ipkg2.nslu2-linux.org)|140.211.169.161|:80... connected.
> > HTTP request sent, awaiting response... 404 Not Found
> > 2010-10-12 05:52:41 ERROR 404: Not Found.
> >
> > Any idea what's going on?
> >
> > Thanks...
> >
>

#8247 From: "collivier1" <collivier1@...>
Date: Wed Oct 13, 2010 6:31 pm
Subject: Bug in dhcp init script
collivier1
Send Email Send Email
 
Hi,

If the pid file exists, dhcpd can't start.
I put a patch which adds a delete before starting dhcpd and increments the ipk
version: http://pastebin.org/166528

Thanks,
Cdric OLLIVIER

#8248 From: Cedric OLLIVIER <ollivier.cedric@...>
Date: Wed Oct 13, 2010 7:17 pm
Subject: Bug in dhcp init script
collivier1
Send Email Send Email
 
Hi,

If the pid file exists, dhcpd can't start.
I put a patch which adds a delete before starting dhcpd and increments the
ipk version: http://pastebin.org/166528

Thanks,
Cdric OLLIVIER


[Non-text portions of this message have been removed]

#8249 From: "oddballhero" <avaca@...>
Date: Wed Oct 13, 2010 7:33 pm
Subject: New Optware Target
oddballhero
Send Email Send Email
 
Hello Mike (mwester),
Added some pages to the wiki for plug computers at Optware.PlugComputers and
Main.Plugcomputers for pogoplug and dockstar platform.  I wanted to place a link
on the sidebar for Optware Targets but I did not have a password.  Is there a
way to get the password or have somebody place the link for me?

#8250 From: "collivier1" <ollivier.cedric@...>
Date: Wed Oct 13, 2010 7:58 pm
Subject: Bug in dhcp init script
collivier1
Send Email Send Email
 
Hi,

If the pid file exists, dhcpd can't start.
I put a patch which adds a delete before starting dhcpd and increments the ipk
version: http://pastebin.org/166528

Thanks,
Cdric OLLIVIER

#8251 From: Doug <dsc3507@...>
Date: Fri Oct 22, 2010 4:00 am
Subject: Anyone heard
dsc3507
Send Email Send Email
 
Anyone heard from Mike Westerhof? The last post I see was 8/31 on here. I sent
him a couple of personal emails with no response.

Doug

  Doug Crompton
WA3DSP
www.crompton.com

#8252 From: "Mike Westerhof (mwester)" <mwester@...>
Date: Sat Oct 23, 2010 4:49 pm
Subject: Re: Anyone heard
mjwest61
Send Email Send Email
 
On 10/21/2010 11:00 PM, Doug wrote:
> Anyone heard from Mike Westerhof? The last post I see was 8/31 on here. I sent
> him a couple of personal emails with no response.

I've heard from him, quite recently in fact.  Apparently, Mr. Westerhof
has been unable to keep up with his email, a situation that is unlikely
to change anytime real soon.  His job, it seems, requires constant
travel, international borders, and draconian firewalls, all of which
conspire to ensure that he is completely unable to work on anything
hobby-related during the week (and inexplicably, he seems to feel that
the few hours each weekend he has free should be spent with his family
rather than his hobby).

He's optimistic that this situation will change -- someday (assuming
that the US economy corrects, and that the central US ceases its
headlong rush to regress to an agricultural economy).

Until then, his appearances on IRC or email will be sporadic at best.

He also wishes to note that SlugOS is not dead, merely hibernating.  And
thanks to the efforts of folks like Khem Raj and Frans Meulenbroeks,
SlugOS remains buildable as a distribution in the ever-changing
OpenEmbedded build environment.

Happy NSLU2-ing.
-Mike

#8253 From: "geza.buza" <geza.buza@...>
Date: Wed Oct 27, 2010 9:04 pm
Subject: php_5.2.14-1_mipsel.ipk bug report
geza.buza
Send Email Send Email
 
Hi,

I would like to report a bug effecting the php package.

Opkg repository:
http://ipkg.nslu2-linux.org/feeds/optware/openwrt-brcm24/cross/unstable

Version info:
root@WLRouter:~# opkg status php
Package: php
Version: 5.2.14-1
Depends: bzip2, openssl, zlib, libxml2, libxslt, gdbm, libdb, pcre,
cyrus-sasl-libs, openldap-libs
Provides:
Status: install ok installed
Architecture: mipsel
Conffiles:
   /opt/etc/php.ini 211ce782fa34ea1da50a564a63094fe3
Installed-Time: 1283700360

If I run the
root@WLRouter:~# /opt/bin/php -r "echo round(5.5);"
command, than php exits with the following error message: php: can't
resolve symbol 'isinf'.




[Non-text portions of this message have been removed]

#8254 From: "beerman_wendel" <beerman_wendel@...>
Date: Mon Nov 8, 2010 9:23 am
Subject: nfs-utils missing in SlugOS/BE 5.3 Beta (NSLU2)
beerman_wendel
Send Email Send Email
 
Hello,

after years of work my slug based nfs server broke down.

Therefore I installed "SlugOS/BE 5.3 Beta (NSLU2)" on a new stick.

When trying to install and configure an nfs server, I wanted to get package
"nfs-utils".

But it is not available any more, neiter with opkg nor with ipkg-opt.

Any ideas?

Regards,

Rigas

#8255 From: "beerman_wendel" <beerman_wendel@...>
Date: Tue Nov 9, 2010 8:40 pm
Subject: Re: nfs-utils missing in SlugOS/BE 5.3 Beta (NSLU2)
beerman_wendel
Send Email Send Email
 
It seems that the nfs-utils package does exist, but my opkg update mechanism
does not work. I cannot get the package list unpacked on my slug.

Any ideas?

Regards,

Rigas

#8256 From: "oddballhero" <avaca@...>
Date: Wed Nov 10, 2010 12:53 am
Subject: Re: nfs-utils missing in SlugOS/BE 5.3 Beta (NSLU2)
oddballhero
Send Email Send Email
 
What repository is your opkg pointed to? (the actual line listed).

--- In nslu2-general@yahoogroups.com, "beerman_wendel" <beerman_wendel@...>
wrote:
>
> Hello,
>
> after years of work my slug based nfs server broke down.
>
> Therefore I installed "SlugOS/BE 5.3 Beta (NSLU2)" on a new stick.
>
> When trying to install and configure an nfs server, I wanted to get package
"nfs-utils".
>
> But it is not available any more, neiter with opkg nor with ipkg-opt.
>
> Any ideas?
>
> Regards,
>
> Rigas
>

#8257 From: "beerman_wendel" <beerman_wendel@...>
Date: Wed Nov 10, 2010 9:19 am
Subject: Re: nfs-utils missing in SlugOS/BE 5.3 Beta (NSLU2)
beerman_wendel
Send Email Send Email
 
Hello,

problem solved.
I reinstalled SlogOS/BE 5.3 on the stick as described in the great Howto.
This time opkg listed all packages, that I need.

nfs is up and running.

I did not install ipkg-opt, because opkg has everything that I need: thttpd,
nfs, ssh.

Thanx,

Rigas

#8258 From: "dad2luke" <goes_m@...>
Date: Thu Nov 11, 2010 5:07 pm
Subject: New comer
dad2luke
Send Email Send Email
 
Hi folks,
   I just bought one of these off of eBay to use for backing up my XP machine for
some high priority files daily (legal stuff).  So far I have not been able to
get things to go.  I think what I need is that manual that should have shipped
with the box instead of the thing that comes on the CD.  Can someone post a link
to something like a wiki on setting up the default software (V2.3R63)?
Best Wishes,
Dad2Luke

#8259 From: "rolandkbs" <roland.krebs@...>
Date: Thu Nov 11, 2010 9:11 pm
Subject: Re: New comer
rolandkbs
Send Email Send Email
 
You can get the original documentation and firmware from here:
homesupport.cisco.com/en-us/wireless/lbc/NSLU2

Regards, Roland

--- In nslu2-general@yahoogroups.com, "dad2luke" <goes_m@...> wrote:
>
> Hi folks,
>   I just bought one of these off of eBay to use for backing up my XP machine
for some high priority files daily (legal stuff).  So far I have not been able
to get things to go.  I think what I need is that manual that should have
shipped with the box instead of the thing that comes on the CD.  Can someone
post a link to something like a wiki on setting up the default software
(V2.3R63)?
> Best Wishes,
> Dad2Luke
>

#8260 From: "biodiesel_bri" <biodiesel_bri@...>
Date: Tue Nov 16, 2010 2:02 am
Subject: Slug mounts /dev/sda3 as ext3, but it should be a RAID array
biodiesel_bri
Send Email Send Email
 
I'm trying to set up a RAID 1 array on my slug, something I did before
with another slug.  For some reason that I can't seem to figure out, on
a reboot the slug keeps mounting /dev/sda3 as ext3. Only it isn't ext3.

I formatted the partition as ext3 a long time ago, but I've deleted the
partition I don't know how many times and it still keeps being
recognized as ext3, which is making it impossible to assemble a RAID
array.

I followed this guide here (which worked great in the past):
http://www.nslu2-linux.org/wiki/HowTo/RAID1OnSlugOS

I'm totally stumped - any ideas?

fdisk /dev/sda:
     Device Boot      Start         End      Blocks  Id System
/dev/sda1               1         487     3911796  83 Linux
/dev/sda2             488         581      755055  82 Linux swap
/dev/sda3             582       14593   112551390  fd Linux raid
autodetect

/etc/fstab:
/dev/sdb1       /               ext3    defaults        1  1
/dev/sda1       /media/sda1     ext3    defaults        1  1
/dev/sda2       swap            swap    defaults        0  0
sysfs           /sys            sysfs   defaults        0  0
proc            /proc           proc    defaults        0  0
tmpfs           /var/volatile   tmpfs   mode=0755       0  0
tmpfs           /dev/shm        tmpfs   mode=0777       0  0
usbfs           /proc/bus/usb   usbfs   defaults        0  0

df -h:
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/root                 6400      5492       908  86% /initrd
/dev/sdb1              3850292    109284   3545420   3% /
/dev/sdb1              3850292    109284   3545420   3% /dev/.static/dev
udev                      2048        60      1988   3% /dev
/dev/sda3            110784712    131232 105025916   0% /media/sda3
tmpfs                    15120         0     15120   0% /var/volatile
tmpfs                    15120         0     15120   0% /dev/shm





[Non-text portions of this message have been removed]

Messages 8231 - 8260 of 9009   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help