Roman | 4 Feb 00:26
Favicon

NSLU2 for sale

Hello,

I have spare NSLU2 that I would like to sell, it runs Unslung V2.3R63-uNSLUng-6.10-beta and will come with
an adapter and USB key.
It is de-under-clocked so it runs at 266Mhz.
I am in Canada.

Asking $40, plus shipping (what ever Canada Post will charge).

Please let me know if you are interested.

Thanks
Roman

------------------------------------

redgshost | 12 Feb 02:19
Picon
Favicon

Sendmail configuration

I really hope someone can help me out here. 

I am a complete newbie to sendmail but in order to relay mail to my isp's outgoing smtp server i need to modify
some of the configuration however the sendmail.cf file says not to modify that file but rather the
sendmail.mc file and then use m4 on that. I have found several guides to help me do what I need to do but I
cannot find sendmail.mc on my unslung nslu2. Does anyone know where this file is found or if there is
something else I need to do?

Thanks for all your help.

Red

------------------------------------

Adam Baker | 20 Feb 23:08
Picon

Re: Minidlna (or other DLNA server) on the Slug

Walter <contact@...> writes:

> 
> Well, can't hurt to try I guess. Since Minidlna isn't working for my Samsung
TV. Is there a specific guide you used?
> 

I was running fuppes on a slug for years however I found that for my quite large
mp3 collection it struggles for memory. I'm now running it on an Iomega iConnect
which works somewhat better. It isn't that well set up to run as a background
process but I've hacked together an init script that I use to run it. I haven't
modified the setup in years so I am running svn version 675 built with

./configure --prefix=/usr/local --sysconfdir=/etc

#!/bin/sh

### BEGIN INIT INFO
# Provides:          fuppes
# Required-Start:    $local_fs $remote_fs $network $time avahi
# Required-Stop:     $local_fs $remote_fs $network $time
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Multithreaded DAAP music server 
# Description:       mt-daapd, a.k.a. Firefly Media Server, is what
#                    most people will understand to be an iTunes share
#                    server. It uses the DAAP protocol, as iTunes does,
#                    and supports streaming MP3 and AAC natively. It can
#                    make use of a number of conversion methods to expose
#                    Ogg and FLAC files too.
(Continue reading)

mick_nslu2 | 22 Feb 20:43
Picon
Favicon

nginx borked after pcre upgrade on unslung

I've upgraded pcre over the weekend and just noticed that nginx won't run.  Trying to start it I get:

Starting web server: nginx
/opt/sbin/nginx: error while loading shared libraries: libpcre.so.0: cannot open shared object file:
No such file or directory

I've reinstalled nginx in the hope of rebuilding any dependencies but the error remains.  :-(

Should I be creating some symlink by hand, or is this a bug?

# ls -la /opt/lib/libpcre*
lrwxrwxrwx    1 root     root           16 Feb 22 07:11 /opt/lib/libpcre.so -> libpcre.so.1.0.0
lrwxrwxrwx    1 root     root           16 Feb 22 07:11 /opt/lib/libpcre.so.1 -> libpcre.so.1.0.0
-rwxr-xr-x    1 root     root       136156 Feb 21 22:55 /opt/lib/libpcre.so.1.0.0
lrwxrwxrwx    1 root     root           19 Feb 22 07:11 /opt/lib/libpcrecpp.so -> libpcrecpp.so.0.0.0
lrwxrwxrwx    1 root     root           19 Feb 22 07:11 /opt/lib/libpcrecpp.so.0 -> libpcrecpp.so.0.0.0
-rwxr-xr-x    1 root     root        32576 Feb 21 22:55 /opt/lib/libpcrecpp.so.0.0.0
lrwxrwxrwx    1 root     root           21 Feb 22 07:11 /opt/lib/libpcreposix.so -> libpcreposix.so.0.0.0
lrwxrwxrwx    1 root     root           21 Feb 22 07:11 /opt/lib/libpcreposix.so.0 -> libpcreposix.so.0.0.0
-rwxr-xr-x    1 root     root         5760 Feb 21 22:55 /opt/lib/libpcreposix.so.0.0.0

# cat /.unslung
V2.3R63-uNSLUng-6.10-beta

--

-- 
Regards,
Mick

------------------------------------

(Continue reading)

Mick K | 22 Feb 20:44
Picon
Favicon

Re: Sendmail configuration

I don't have sendmail running here to check, but have you looked under /opt/etc/ ?
--

-- 
Regards,
Mick

------------------------------------

mick_nslu2 | 22 Feb 23:09
Picon
Favicon

Re: nginx borked after pcre upgrade on unslung


--- In nslu2-linux@..., "mick_nslu2" <mick_nslu2@...> wrote:
>
> I've upgraded pcre over the weekend and just noticed that nginx won't run.  Trying to start it I get:
> 
> Starting web server: nginx
> /opt/sbin/nginx: error while loading shared libraries: libpcre.so.0: cannot open shared object file:
No such file or directory
> 
> 
> I've reinstalled nginx in the hope of rebuilding any dependencies but the error remains.  :-(
> 
> Should I be creating some symlink by hand, or is this a bug?
> 
> 
> # ls -la /opt/lib/libpcre*
> lrwxrwxrwx    1 root     root           16 Feb 22 07:11 /opt/lib/libpcre.so -> libpcre.so.1.0.0
> lrwxrwxrwx    1 root     root           16 Feb 22 07:11 /opt/lib/libpcre.so.1 -> libpcre.so.1.0.0
> -rwxr-xr-x    1 root     root       136156 Feb 21 22:55 /opt/lib/libpcre.so.1.0.0
> lrwxrwxrwx    1 root     root           19 Feb 22 07:11 /opt/lib/libpcrecpp.so -> libpcrecpp.so.0.0.0
> lrwxrwxrwx    1 root     root           19 Feb 22 07:11 /opt/lib/libpcrecpp.so.0 -> libpcrecpp.so.0.0.0
> -rwxr-xr-x    1 root     root        32576 Feb 21 22:55 /opt/lib/libpcrecpp.so.0.0.0
> lrwxrwxrwx    1 root     root           21 Feb 22 07:11 /opt/lib/libpcreposix.so -> libpcreposix.so.0.0.0
> lrwxrwxrwx    1 root     root           21 Feb 22 07:11 /opt/lib/libpcreposix.so.0 -> libpcreposix.so.0.0.0
> -rwxr-xr-x    1 root     root         5760 Feb 21 22:55 /opt/lib/libpcreposix.so.0.0.0
> 
> 
> # cat /.unslung
> V2.3R63-uNSLUng-6.10-beta

(Continue reading)

Brent Gordon | 24 Feb 21:21

Unable to build cross-compile toolchain

I am trying to build the cross-compile toolchain for the NSLU2 without 
success.  I am following the instructions at 
http://www.nslu2-linux.org/wiki/Optware/AddAPackageToOptware and the 
process breaks at the "make toolchain" step with the following errors:

<snip 57,000+ lines of output>
In file included from
version.c:32:
/home/slug/optware/nslu2/toolchain/crosstool/build/armv5b-softfloat-linux/gcc-3.3.5-glibc-2.2.5/build-glibc/csu/version-info.h:1:1: 
missing terminating "
character
/home/slug/optware/nslu2/toolchain/crosstool/build/armv5b-softfloat-linux/gcc-3.3.5-glibc-2.2.5/build-glibc/csu/version-info.h:2:1: 
missing terminating "
character
/home/slug/optware/nslu2/toolchain/crosstool/build/armv5b-softfloat-linux/gcc-3.3.5-glibc-2.2.5/build-glibc/csu/version-info.h:3:1: 
missing terminating "
character
/home/slug/optware/nslu2/toolchain/crosstool/build/armv5b-softfloat-linux/gcc-3.3.5-glibc-2.2.5/build-glibc/csu/version-info.h:4:1: 
missing terminating " character
make[3]: ***

[/home/slug/optware/nslu2/toolchain/crosstool/build/armv5b-softfloat-linux/gcc-3.3.5-glibc-2.2.5/build-glibc/csu/version.o] 
Error 1
make[3]: Leaving directory 
`/home/slug/optware/nslu2/toolchain/crosstool/build/armv5b-softfloat-linux/gcc-3.3.5-glibc-2.2.5/glibc-2.2.5/csu'
make[2]: *** [csu/subdir_lib] Error 2
make[2]: Leaving directory 
`/home/slug/optware/nslu2/toolchain/crosstool/build/armv5b-softfloat-linux/gcc-3.3.5-glibc-2.2.5/glibc-2.2.5'
make[1]: *** [all] Error 2
make[1]: Leaving directory 
(Continue reading)

Brian | 24 Feb 22:38
Picon

Re: Unable to build cross-compile toolchain

See
http://sourceware.org/ml/crossgcc/2007-09/msg00005.html
and the patch at http://www.svalli.com/armccnotes.html

This might have something to do with the version of echo being used. In the case of shell builtin echo, wher
/bin/sh links to.

Hope this helps,

-Brian

--- In nslu2-linux@..., Brent Gordon <nslu2@...> wrote:
>
> I am trying to build the cross-compile toolchain for the NSLU2 without 
> success.  I am following the instructions at 
> http://www.nslu2-linux.org/wiki/Optware/AddAPackageToOptware and the 
> process breaks at the "make toolchain" step with the following errors:
> 
> <snip 57,000+ lines of output>
> In file included from version.c:32:
>
/home/slug/optware/nslu2/toolchain/crosstool/build/armv5b-softfloat-linux/gcc-3.3.5-glibc-2.2.5/build-glibc/csu/version-info.h:1:1: 
> missing terminating " character
>
/home/slug/optware/nslu2/toolchain/crosstool/build/armv5b-softfloat-linux/gcc-3.3.5-glibc-2.2.5/build-glibc/csu/version-info.h:2:1: 
> missing terminating " character
>
/home/slug/optware/nslu2/toolchain/crosstool/build/armv5b-softfloat-linux/gcc-3.3.5-glibc-2.2.5/build-glibc/csu/version-info.h:3:1: 
> missing terminating " character
>
(Continue reading)

Brian | 24 Feb 22:38
Picon

Re: nginx borked after pcre upgrade on unslung

Sorry about the breakage.

Should be fixed now.

-Brian

--- In nslu2-linux@..., "mick_nslu2" <mick_nslu2@...> wrote:
>
> 
> 
> 
> 
> --- In nslu2-linux@..., "mick_nslu2" <mick_nslu2@> wrote:
> >
> > I've upgraded pcre over the weekend and just noticed that nginx won't run.  Trying to start it I get:
> > 
> > Starting web server: nginx
> > /opt/sbin/nginx: error while loading shared libraries: libpcre.so.0: cannot open shared object
file: No such file or directory
> > 
> > 
> > I've reinstalled nginx in the hope of rebuilding any dependencies but the error remains.  :-(
> > 
> > Should I be creating some symlink by hand, or is this a bug?
> > 
> > 
> > # ls -la /opt/lib/libpcre*
> > lrwxrwxrwx    1 root     root           16 Feb 22 07:11 /opt/lib/libpcre.so -> libpcre.so.1.0.0
> > lrwxrwxrwx    1 root     root           16 Feb 22 07:11 /opt/lib/libpcre.so.1 -> libpcre.so.1.0.0
> > -rwxr-xr-x    1 root     root       136156 Feb 21 22:55 /opt/lib/libpcre.so.1.0.0
(Continue reading)

man55 | 24 Feb 15:33
Picon

/opt/sbin/lighttpd: can't load library 'libpcre.so.0'

Hello !
---
I try to install lighttpd on my ASUS WL500GPV2.
I do it like I do about two month ago, but now I have an error message:

command:
ipkg install lighttpd

and response:
Starting web server: lighttpd /opt/sbin/lighttpd: can't load library 'libpcre.so.0'

there is no library file 'libpcre.so.0' in package  pcre  now !!!
package pcre seems to be unusable !!!

$ ipkg info lighttpd | grep Depends
Depends: pcre, zlib, libstdc++, openssl, spawn-fcgi
$ ipkg files pcre | grep libpcre
/opt/lib/libpcre.so.1
/opt/lib/libpcreposix.so
/opt/lib/libpcreposix.so.0
/opt/lib/libpcrecpp.so.0.0.0
/opt/lib/libpcreposix.so.0.0.0
/opt/lib/libpcre.so.1.0.0
/opt/lib/libpcre.so
/opt/lib/libpcrecpp.so
/opt/lib/libpcrecpp.so.0

---
Best regards, Andrew !
mailto:man55@...
(Continue reading)


Gmane