Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

nslu2-linux · NSLU2-Linux (http://www.nslu2-linux.org)

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 9474
  • Category: Hardware
  • Founded: Jul 31, 2004
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 24955 - 24984 of 25151   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#24955 From: Ryan Fortress <spazlon@...>
Date: Tue Dec 13, 2011 2:14 am
Subject: Problem with spaces. Optware doesn't recognize " "
azlon19
Send Email Send Email
 
I am running Optware on a WDTV Live Plus. Everything is working great except for spaces.

When I try to make a folder like, mkdir New\ Downloads, or mkdir "New Downloads" I get 2 folders, "New" and "Downloads".

Also, when I try to move a folder with spaces I get the following error:

  1. # mv "Whos Been Sleeping In My House S01E04" /tmp/media/usb/New_Downloads/pending/
  2. /bin/mv: cannot stat `Whos': No such file or directory
  3. /bin/mv: cannot stat `Been': No such file or directory
  4. /bin/mv: cannot stat `Sleeping': No such file or directory
  5. /bin/mv: cannot stat `In': No such file or directory
  6. /bin/mv: cannot stat `My': No such file or directory
  7. /bin/mv: cannot stat `House': No such file or directory
  8. /bin/mv: cannot stat `S01E04': No such file or directory
Is this a problem with bash? How can I fix it?

#24956 From: "Computerfix Pro" <computerfixpro@...>
Date: Tue Dec 13, 2011 3:38 am
Subject: Re: nslu2-linux.org site ... disappeared!!!
computerfixpro
Send Email Send Email
 
back up now

#24957 From: "oddballhero" <oddballhero@...>
Date: Wed Dec 14, 2011 7:47 am
Subject: Re: NSLU2 not working after losing thumb drive
oddballhero
Send Email Send Email
 
Can you get to the web interface or ping it?  Was it set for dhcp or has static
ip.  If you have another linux box does it show up with "arp -a"?  Have you
reset it and now it is on a different subnet?  This page may help you
http://nslu2-linux.org/wiki/HowTo/TelnetIntoRedBoot .  I've had the same
situation in the past.

--- In nslu2-linux@yahoogroups.com, "hoytduff" <hoyt@...> wrote:
>
> I have a NSLU2 that had Unslung installed on it. The flash drive is now
missing and most firmware's features won't work. I've read the docs and tried to
re-install the firmware, but the Linux upload application doesn't see the NSLU2
even though I can place the NSLU2 in the proper mode to be flashed (as
determined from the blinking LEDs).
>
> Any advice?
>

#24958 From: "pmooney22" <pmooney22@...>
Date: Tue Dec 13, 2011 8:21 pm
Subject: Re: Problem with spaces. Optware doesn't recognize " "
pmooney22
Send Email Send Email
 
This is normal behaviour for bash.

Possibly use wildcards, e.g. instead of

  mv Whos Been Sleeping In My House S01E04  /tmp/media/usb/New_Downloads/pending/

maybe try mv Who*S01E04 /tmp/media/usb/New_Downloads/pending/

or rename the file replacing the spaces with underscores (as in New_Downloads)



--- In nslu2-linux@yahoogroups.com, Ryan Fortress <spazlon@...> wrote:
>
> I am running Optware on a WDTV Live Plus. Everything is working great
> except for spaces.

#24959 From: "rohit0489@..." <rohit0489@...>
Date: Mon Dec 19, 2011 8:19 am
Subject: problem in compiling c++ code using makefile
rohit0489...
Send Email Send Email
 
I had a makefile that was used to create image for my application for freescale
powerpc processor.

In makefile we have

ADDED_C++FLAGS +=  -fno-builtin -fno-exceptions -fno-rtti -ffixed-r29 -ffixed-r2
-ffixed-r14  -meabi -msoft-float

Now we are using mips64 processor and while compiling its giving the following
error :


cc1plus: error: unrecognized command line option "-meabi"

#24960 From: "davygravy_pi" <purdyd_at_wisheights@...>
Date: Mon Dec 26, 2011 10:21 pm
Subject: CUPS segfault on TomatoUSB RT-N16 router
davygravy_pi
Send Email Send Email
 
Hi all, I'm passing along a segfault report to you for CUPS, running on a
TomatoUSB RT-N16 ...

here is the link to the report :
http://tomatousb.org/forum/t-336545/extra-newer-optware-ipk-s-not-in-the-ddwrt-i\
pkg-feed#post-1335351

but some of the details are (as posted by user Brettman) :

============================
Output when installing CUPS:

root@unknown:/tmp/home/root# ipkg install cups
Installing cups (1.4.6-1) to /opt/...
Downloading <link removed>/cups_1.4.6-1_mipsel.ipk
Configuring cups
Successfully terminated.
Output when starting CUPS:

root@unknown:/tmp/home/root# /opt/sbin/cupsd
Segmentation fault
Not very helpful, is it?

Output when starting CUPS with strace:

root@unknown:/tmp/home/root# strace /opt/sbin/cupsd
execve("/opt/sbin/cupsd", ["/opt/sbin/cupsd"], [/* 8 vars */]) = 0
old_mmap(NULL, 20, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x2aaae000
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Segmentation fault
The last entry in the messages log only shows my successful ssh connection and
/opt/var/log/cups/ is empty.

I did ipkg update and upgrade before uninstalling and reinstalling CUPS.

My router is an Asus RT-N16.

I hope this helps. There is also another thread on here from others having the
same problem as me at this thread: <link removed>/forum/t-292115. I'm not sure
if anyone actually has the ipkg CUPS working on their router.

=================================

#24961 From: "hoytduff" <hoyt@...>
Date: Wed Dec 28, 2011 12:46 am
Subject: Re: NSLU2 not working after losing thumb drive
hoytduff
Send Email Send Email
 
--- In nslu2-linux@yahoogroups.com, "oddballhero" <oddballhero@...> wrote:
>
> Can you get to the web interface or ping it?  Was it set for dhcp or has
static ip.  If you have another linux box does it show up with "arp -a"?  Have
you reset it and now it is on a different subnet?  This page may help you
http://nslu2-linux.org/wiki/HowTo/TelnetIntoRedBoot .  I've had the same
situation in the past.
>

I was able to reflash it, but ran into a snag with the Linux utility in that my
on-board eth0 is not functional and I needed to manually identify the network
device. Otherwise, no problems.

The current version of UNSLUNG is now installed and pyTivo is up and running. I
also purchased a second NSLU2 on eBay just to experiment with.

Thanks.

#24962 From: "davygravy_pi" <purdyd_at_wisheights@...>
Date: Wed Dec 28, 2011 5:18 pm
Subject: Re: CUPS segfault on TomatoUSB RT-N16 router
davygravy_pi
Send Email Send Email
 
@ Eno and the other Optware folks :

is there a reason that dbus has PIE enabled at configuration time?

Some threads at DD-WRT suggest that with PIE disabled during compile time, it
allows both CUPS and avahi to work normally.   Also, it looks like newer
versions of dbus make PIE disabled the default, (rather than enabled by default)
- IIUC.

Could this dbus-issue be the fix for CUPS users on DD-WRT and TomatoUSB?



--- In nslu2-linux@yahoogroups.com, "davygravy_pi" <purdyd_at_wisheights@...>
wrote:
>
> Hi all, I'm passing along a segfault report to you for CUPS, running on a
TomatoUSB RT-N16 ...
>
> here is the link to the report :
http://tomatousb.org/forum/t-336545/extra-newer-optware-ipk-s-not-in-the-ddwrt-i\
pkg-feed#post-1335351
>
> but some of the details are (as posted by user Brettman) :
>
> ============================
> Output when installing CUPS:
>
> root@unknown:/tmp/home/root# ipkg install cups
> Installing cups (1.4.6-1) to /opt/...
> Downloading <link removed>/cups_1.4.6-1_mipsel.ipk
> Configuring cups
> Successfully terminated.
> Output when starting CUPS:
>
> root@unknown:/tmp/home/root# /opt/sbin/cupsd
> Segmentation fault
> Not very helpful, is it?
>
> Output when starting CUPS with strace:
>
> root@unknown:/tmp/home/root# strace /opt/sbin/cupsd
> execve("/opt/sbin/cupsd", ["/opt/sbin/cupsd"], [/* 8 vars */]) = 0
> old_mmap(NULL, 20, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x2aaae000
> --- SIGSEGV (Segmentation fault) @ 0 (0) ---
> +++ killed by SIGSEGV +++
> Segmentation fault
> The last entry in the messages log only shows my successful ssh connection and
/opt/var/log/cups/ is empty.
>
> I did ipkg update and upgrade before uninstalling and reinstalling CUPS.
>
> My router is an Asus RT-N16.
>
> I hope this helps. There is also another thread on here from others having the
same problem as me at this thread: <link removed>/forum/t-292115. I'm not sure
if anyone actually has the ipkg CUPS working on their router.
>
> =================================
>

#24963 From: Jürgen Wiora <jwiora@...>
Date: Mon Jan 2, 2012 11:04 pm
Subject: Gnuplot
jwiora@...
Send Email Send Email
 
Hallo,

I would like to use gnuplot on my QNAP-NAS 219P+. Unfortunally I get this
messages
when I execute the program on the shell:

[~] # gnuplot
gnuplot: error while loading shared libraries: libpangocairo-1.0.so.0: cannot
open shared object file: No such file or directory
[~] #

I've installed this version of gnuplot:

[~] # ipkg info gnuplot
Package: gnuplot
Version: 4.4.1-1
Depends: expat, libgd, libstdc++, ncurses, readline, zlib
Status: install user installed
Section: graphics
Architecture: arm
maintainer: NSLU2 Linux <nslu2-linux@yahoogroups.com>
MD5Sum: 0a8a7bcbf9f0c5de9358b7ed9de36e14
Size: 1027458
Filename: gnuplot_4.4.1-1_arm.ipk
Source: http://easynews.dl.sf.net/sourceforge/gnuplot/gnuplot-4.4.1.tar.gz
Description: Command-line driven interactive data and function plotting
utility

Successfully terminated.
[~] #

Does the package have got a failure or do I've to install an other package,
too?

Thank you in advance
Jürgen

#24964 From: "Thomas.Tuchan@..." <thomas.tuchan@...>
Date: Wed Jan 4, 2012 1:05 pm
Subject: Re: Gnuplot
thomastuchan
Send Email Send Email
 
Hi.

Yes, had the same problem.

Install pango_1.24.4-1_armeb.ipk will fix this.

Thomas

-----Original Message-----
Date: Tue, 03 Jan 2012 00:04:41 +0100
Subject: [nslu2-linux] Gnuplot
From: Jürgen Wiora <jwiora@...>
To: nslu2-linux@yahoogroups.com

 

Hallo,

I would like to use gnuplot on my QNAP-NAS 219P+. Unfortunally I get this
messages
when I execute the program on the shell:

[~] # gnuplot
gnuplot: error while loading shared libraries: libpangocairo-1.0.so.0: cannot
open shared object file: No such file or directory
[~] #

I've installed this version of gnuplot:

[~] # ipkg info gnuplot
Package: gnuplot
Version: 4.4.1-1
Depends: expat, libgd, libstdc++, ncurses, readline, zlib
Status: install user installed
Section: graphics
Architecture: arm
maintainer: NSLU2 Linux <nslu2-linux@yahoogroups.com>
MD5Sum: 0a8a7bcbf9f0c5de9358b7ed9de36e14
Size: 1027458
Filename: gnuplot_4.4.1-1_arm.ipk
Source: http://easynews.dl.sf.net/sourceforge/gnuplot/gnuplot-4.4.1.tar.gz
Description: Command-line driven interactive data and function plotting
utility

Successfully terminated.
[~] #

Does the package have got a failure or do I've to install an other package,
too?

Thank you in advance
Jürgen


#24965 From: "aswolff1971" <aleksei_wolff@...>
Date: Wed Jan 4, 2012 8:34 pm
Subject: verifying swap NSLU2 and SlugOSBE 5.3
aswolff1971
Send Email Send Email
 
Hello.

I just installed SlugOS on my NSLU2.  I (think I) followed the procedure in the
document http://www.nslu2-linux.org/wiki/OpenSlug/InitialisingDisks

But when running 'top' or 'df -h' or 'mount' no entries show up with sda2 or
swap.

I tried running 'swapon -s' but I got an error saying 'invalid argument'.  I do
remember getting an error when I ran the command 'swapon /dev/sda2' something
about "busybox: /dev/sda2/ already configured or not available"

Questions:

1.  Any other commands I can use to verify swap partition is working?
2.  What steps should I redo?  Do I need to go back to fdisk and delete
/dev/sda(1-3) and start from scratch?
3.  I already moved my root file system from flash to sda1 will my slug reboot
without issue if I remove my USB pen drive?

TIA-

Alex-

#24966 From: "aswolff1971" <aleksei_wolff@...>
Date: Thu Jan 5, 2012 12:23 am
Subject: Re: verifying swap NSLU2 and SlugOSBE 5.3
aswolff1971
Send Email Send Email
 
Just adding some more details to my initial post:

The disk I am trying to partition/format is a 2GB USB Pen Drive.
sda1 /
sda2 <--swap
sda3 home

Does SLUGOSBE support swap on thumbdrive/memory stick?



--- In nslu2-linux@yahoogroups.com, "aswolff1971" <aleksei_wolff@...> wrote:
>
> Hello.
>
> I just installed SlugOS on my NSLU2.  I (think I) followed the procedure in
the document http://www.nslu2-linux.org/wiki/OpenSlug/InitialisingDisks
>
> But when running 'top' or 'df -h' or 'mount' no entries show up with sda2 or
swap.
>
> I tried running 'swapon -s' but I got an error saying 'invalid argument'.  I
do remember getting an error when I ran the command 'swapon /dev/sda2' something
about "busybox: /dev/sda2/ already configured or not available"
>
> Questions:
>
> 1.  Any other commands I can use to verify swap partition is working?
> 2.  What steps should I redo?  Do I need to go back to fdisk and delete
/dev/sda(1-3) and start from scratch?
> 3.  I already moved my root file system from flash to sda1 will my slug reboot
without issue if I remove my USB pen drive?
>
> TIA-
>
> Alex-
>

#24967 From: Mike Westerhof <mwester@...>
Date: Thu Jan 5, 2012 12:48 am
Subject: Re: Re: verifying swap NSLU2 and SlugOSBE 5.3
mjwest61
Send Email Send Email
 
aswolff1971 wrote:
> Just adding some more details to my initial post:
>
> The disk I am trying to partition/format is a 2GB USB Pen Drive.
> sda1 /
> sda2 <--swap
> sda3 home
>
> Does SLUGOSBE support swap on thumbdrive/memory stick?
>

Yes, it certainly does.

You probably should follow the setup guide for SlugOS; the link you
posted in your original email is quite dated (so old that it refers to
"OpenSlug" still!):
http://www.nslu2-linux.org/wiki/SlugOS/InstallandTurnupABasicSlugOSSystem

Among other steps, this wiki article shows you how to create a swapfile
(which avoids the hassle of partitioning a thumb drive in the first place).

-Mike
>
>
> --- In nslu2-linux@yahoogroups.com, "aswolff1971" <aleksei_wolff@...> wrote:
>
>> Hello.
>>
>> I just installed SlugOS on my NSLU2.  I (think I) followed the procedure in
the document http://www.nslu2-linux.org/wiki/OpenSlug/InitialisingDisks
>>
>> But when running 'top' or 'df -h' or 'mount' no entries show up with sda2 or
swap.
>>
>> I tried running 'swapon -s' but I got an error saying 'invalid argument'.  I
do remember getting an error when I ran the command 'swapon /dev/sda2' something
about "busybox: /dev/sda2/ already configured or not available"
>>
>> Questions:
>>
>> 1.  Any other commands I can use to verify swap partition is working?
>> 2.  What steps should I redo?  Do I need to go back to fdisk and delete
/dev/sda(1-3) and start from scratch?
>> 3.  I already moved my root file system from flash to sda1 will my slug
reboot without issue if I remove my USB pen drive?
>>
>> TIA-
>>
>> Alex-
>>
>>

#24968 From: "aswolff1971" <aleksei_wolff@...>
Date: Thu Jan 5, 2012 3:07 pm
Subject: Re: verifying swap NSLU2 and SlugOSBE 5.3
aswolff1971
Send Email Send Email
 
Thank your for the link.  I followed the procedure in that document and did not
get any errors (in fact 99% of the screenshots matched).

But after running the following 4 commands and running a 'reboot' the system
hung with all 4 led lights on (amber, green, green, green) any suggestions?

dd if=/dev/zero of=/swapfile bs=1M count=32
mkswap /swapfile
cp /etc/fstab /etc/fstab.backup
echo '/swapfile swap swap defaults 0 0' >>/etc/fstab
swapon -a
free
reboot

>
> Yes, it certainly does.
>
> You probably should follow the setup guide for SlugOS; the link you
> posted in your original email is quite dated (so old that it refers to
> "OpenSlug" still!):
> http://www.nslu2-linux.org/wiki/SlugOS/InstallandTurnupABasicSlugOSSystem
>
> Among other steps, this wiki article shows you how to create a swapfile
> (which avoids the hassle of partitioning a thumb drive in the first place).
>
> -Mike
> >
> >

#24969 From: "aswolff1971" <aleksei_wolff@...>
Date: Sat Jan 7, 2012 7:53 pm
Subject: slugosBE syslog
aswolff1971
Send Email Send Email
 
Using SlugOS 5.3BE on 2GB memstick.

I noticed that /var/log is a link to /var/volatile
but does not have a message file.  I have an application that "should" be
sending log messages how can I get syslog working to display file?

Thanks.

#24970 From: Ovidiu Sas <osas@...>
Date: Sat Jan 7, 2012 11:12 pm
Subject: Re: slugosBE syslog
ovi_sas
Send Email Send Email
 
You need to install syslog-ng and configure it.
I would suggest logging to a remote server.
If you want to log locally, make sure that you don't fill up your memory with logs.

You can google about how to configure and set up syslog-ng.


Regards,
Ovidiu Sas

On Sat, Jan 7, 2012 at 2:53 PM, aswolff1971 <aleksei_wolff@...> wrote:
 

Using SlugOS 5.3BE on 2GB memstick.

I noticed that /var/log is a link to /var/volatile
but does not have a message file. I have an application that "should" be sending log messages how can I get syslog working to display file?

Thanks.




--
VoIP Embedded, Inc.
http://www.voipembedded.com

#24971 From: Martino Dell'Ambrogio <tillo@...>
Date: Sun Jan 8, 2012 11:29 pm
Subject: VLC 0.9.9a cs08q1armel missing http output
tillomirtillo
Send Email Send Email
 
Hello,

I'd like to announce a bug to the vlc package maintainer:

ipkg files vlc |grep libaccess_output.*so
/opt/lib/vlc/access_output/libaccess_output_rtmp_plugin.so
/opt/lib/vlc/access_output/libaccess_output_shout_plugin.so
/opt/lib/vlc/access_output/libaccess_output_http_plugin.so
/opt/lib/vlc/access_output/libaccess_output_udp_plugin.so
/opt/lib/vlc/access_output/libaccess_output_file_plugin.so
/opt/lib/vlc/access_output/libaccess_output_dummy_plugin.so

   vlc -l 2>/dev/null |grep access_output
    access_output_dummy   Dummy stream output
    access_output_rtmp    RTMP stream output
    access_output_udp     UDP stream output
    access_output_file    File stream output

I have to use the http output plugin, but it does not seem to get loaded
by VLC.

The package I used is "cs08q1armel/cross/unstable/vlc_0.9.9a-2_arm.ipk".

I could set up a dev box and fix it myself, but if someone can do it
faster and has more time than me please help.
Thanks !

--
Martino Dell'Ambrogio
Security Auditor
Web: http://www.tillo.ch/
Email: tillo@...

#24972 From: "tillyy86" <samuel.tilly@...>
Date: Sat Jan 14, 2012 2:01 pm
Subject: Unable to build python2.5
tillyy86
Send Email Send Email
 
I am trying to update the package py-mercurial for cs08q1armel following the
instructions from http://www.nslu2-linux.org/wiki/Optware/AddAPackageToOptware,
and i decided to try to build the package from the original .mk first but i hit
a bump with the setup of python2.5.

File
"/home/eldamar/tmp/optware/cs08q1armel/host/staging/opt/lib/python2.5/hashlib.py\
", line 63, in __get_builtin_constructor
     import _sha256

Seems to be missing some file.

Cheers

#24973 From: "tillyy86" <samuel.tilly@...>
Date: Sat Jan 14, 2012 5:45 pm
Subject: Re: Unable to build python2.5
tillyy86
Send Email Send Email
 
Forgot to add the error message i received was: ImportError: No module named
_sha256

--- In nslu2-linux@yahoogroups.com, "tillyy86" <samuel.tilly@...> wrote:
>
> I am trying to update the package py-mercurial for cs08q1armel following the
instructions from http://www.nslu2-linux.org/wiki/Optware/AddAPackageToOptware,
and i decided to try to build the package from the original .mk first but i hit
a bump with the setup of python2.5.
>
> File
"/home/eldamar/tmp/optware/cs08q1armel/host/staging/opt/lib/python2.5/hashlib.py\
", line 63, in __get_builtin_constructor
>     import _sha256
>
> Seems to be missing some file.
>
> Cheers
>

#24974 From: "parnott100" <parnott@...>
Date: Sun Jan 15, 2012 6:27 pm
Subject: openssl 0.9.8
parnott100
Send Email Send Email
 
Any chance someone can build openssl 0.9.8 and add this to the ipkg feeds.

I have been trying to build the latest version of rtmpdump and it won't work
with openssl 0.9.7m-5 which is the latest ipkg version.

#24975 From: Hoyt Duff <hoytduff@...>
Date: Sun Jan 15, 2012 6:54 pm
Subject: NSLU2 build enviroment
hoytduff
Send Email Send Email
 
Does anybody have an NSLU2 build environment in a VirtualBox image?

--
Hoyt

#24976 From: Martino Dell'Ambrogio <tillo@...>
Date: Tue Jan 17, 2012 1:46 pm
Subject: Re: VLC 0.9.9a cs08q1armel missing http output [SOLVED]
tillomirtillo
Send Email Send Email
 
Thanks to strace, I found out that VLC was looking for a missing avahi
library.

The module list now includes access_output_http:

cvlc -l 2>/dev/null |grep access_output
   access_output_dummy   Dummy stream output
   access_output_rtmp    RTMP stream output
   access_output_udp     UDP stream output
   access_output_http    HTTP stream output
   access_output_file    File stream output

In the end I had to install vlc, dbus (VLC required library) and avahi
(access_output_http required library).

Martino Dell'Ambrogio
Security Auditor
Web: http://www.tillo.ch/
Email: tillo@...

On 01/09/2012 12:29 AM, Martino Dell'Ambrogio wrote:
>
>
>
> Hello,
>
> I'd like to announce a bug to the vlc package maintainer:
>
> ipkg files vlc |grep libaccess_output.*so
> /opt/lib/vlc/access_output/libaccess_output_rtmp_plugin.so
> /opt/lib/vlc/access_output/libaccess_output_shout_plugin.so
> /opt/lib/vlc/access_output/libaccess_output_http_plugin.so
> /opt/lib/vlc/access_output/libaccess_output_udp_plugin.so
> /opt/lib/vlc/access_output/libaccess_output_file_plugin.so
> /opt/lib/vlc/access_output/libaccess_output_dummy_plugin.so
>
> vlc -l 2>/dev/null |grep access_output
> access_output_dummy Dummy stream output
> access_output_rtmp RTMP stream output
> access_output_udp UDP stream output
> access_output_file File stream output
>
> I have to use the http output plugin, but it does not seem to get loaded
> by VLC.
>
> The package I used is "cs08q1armel/cross/unstable/vlc_0.9.9a-2_arm.ipk".
>
> I could set up a dev box and fix it myself, but if someone can do it
> faster and has more time than me please help.
> Thanks !
>
> --
> Martino Dell'Ambrogio
> Security Auditor
> Web: http://www.tillo.ch/
> Email: tillo@...

#24977 From: "gopher3_8" <gopher38@...>
Date: Wed Jan 18, 2012 5:17 pm
Subject: can't install asterisk
gopher3_8
Send Email Send Email
 
hello all,

I'm trying to install Asterisk on my unslung slug, but I get an error regarding
md5sum, and ipkg can't continue.  Anyone know how to get around this?  Thanks.

#24978 From: "Walter" <contact@...>
Date: Thu Jan 19, 2012 10:10 am
Subject: Minidlna (or other DLNA server) on the Slug
wltrvs
Send Email Send Email
 
Hey guys,

I've recently fired up my Slug again, with the goal of using it to stream video
to my TV, use it as a seedbox, a print server and just as general network
storage (Samba). I thought my TV supported Samba but appearantly it only
supports DLNA. Since I always used Debian on the Slug, that's what I installed.
However, I'm having some trouble installing minidlna from the repositories
(insufficient memory I believe) and now I'm wondering if maybe I shouldn't use
Debian anyway. I'm also wondering if my Slug will be powerful enough to support
a DLNA server anyway.

Basically my question is what is the best way to achieve what I want (print
server, dlna server, file server and seedbox (rtorrent I suppose)). Should I
pick a different firmware perhaps? Are the other firmwares lighter then Debian?
Some pointers here and there would be greatly appreciated.

Kind regards,

Walter

#24979 From: Peter Somogyi <smodge123@...>
Date: Thu Jan 19, 2012 10:45 pm
Subject: Re: Minidlna (or other DLNA server) on the Slug
smodge123
Send Email Send Email
 
Hi Walter.

You're in luck - I run my slug with Debian Squeeze (6.0.3) and miniDLNA on it, no problems.  My NSLU2 runs the factory memory, I haven't upped it like some tutorials show you how, however I did remove the factory limiting CPU frequency throttle that my earlier NSLU2 had (something to do with scratching out a really tiny chip on the circuit board).  My NSLU2 runs just fine: I also run rtorrent in the background with up to 10 files; I don't really run a file server but I do run samba and vsftpd; I don't run a print server.

Before I tried Debian (initially lenny) I did try the other NSLU2 firmwares and wasn't happy with them: the installable modules seemed limiting and I don't remember if rtorrent was supported that well, which I really wanted!  Since Debian I've never looked back.

Anyway back to miniDLNA: I haven't tried streaming any HD stuff (1080p) so I'm not sure how well it'd cope with that but for standard definition videos it works really well.  I just start miniDLNA and leave it running the whole time.  It picks up new media in the configured shared locations, although *sometimes* the odd file won't appear on the DLNA client even though I've checked the miniDLNA database and I can see it's registered in there.  (Not sure if it's a naming issue thing, it's not permission related...)

As for clients, I've used miniDLNA through both the Xbox360 and a Sony BluRay player - my tv doesn't have direct network access.

So as for how I set it up I actually found it pretty easy.  (That is, compared to fuppes which I also got working well, just found it to be a lot more mucking about).  Note that I did everything as the root user, including running miniDLNA, but I'm not sure if you really have to.


Once it was downloaded, built and installed I edited the configuration that was created:
root@SLUG:~# nano /etc/minidlna.conf
media_dir=V,/somewhere
media_dir=V,/somewhere-else
      
# set this if you want to customize the name that shows up on your clients
friendly_name=SLUG

Get minidlna to autostart:
root@SLUG:~/minidlna/src# cp linux/minidlna.init.d.script /etc/init.d/minidlna
root@SLUG:~/minidlna/src# chmod +x /etc/init.d/minidlna
root@SLUG:~/minidlna/src# updated-rc.d minidlna defaults

Start minidlna manually:
root@SLUG:~/minidlna/src# minidlna &

I've also used it to stream photos and music but I gave up on that because my client's interface didn't make it easy to sift through heaps of files.  (And I also remember on initial startup and subsequent database rebuild, it would randomly fail on some specific photos that I could never figure out why and there was no real error message thrown up - the scanning process would just halt and I'd have to move the offending photo out of the shared location, delete the miniDLNA database and try again.)

Hope this helps,

Peter


On 19 January 2012 21:10, Walter <contact@...> wrote:
 

Hey guys,

I've recently fired up my Slug again, with the goal of using it to stream video to my TV, use it as a seedbox, a print server and just as general network storage (Samba). I thought my TV supported Samba but appearantly it only supports DLNA. Since I always used Debian on the Slug, that's what I installed. However, I'm having some trouble installing minidlna from the repositories (insufficient memory I believe) and now I'm wondering if maybe I shouldn't use Debian anyway. I'm also wondering if my Slug will be powerful enough to support a DLNA server anyway.

Basically my question is what is the best way to achieve what I want (print server, dlna server, file server and seedbox (rtorrent I suppose)). Should I pick a different firmware perhaps? Are the other firmwares lighter then Debian? Some pointers here and there would be greatly appreciated.

Kind regards,

Walter



#24980 From: "aswolff1971" <aleksei_wolff@...>
Date: Sat Jan 21, 2012 9:12 pm
Subject: usbhid hid_open failed
aswolff1971
Send Email Send Email
 
Hi All,

I am running SlugOS 5.3BE and an application that reads data from a weather
station attached via USB.   When I try to start the application  I get the
following error in syslog:

Jan 21 12:24:01 kncwestj4 wviewd[1195]: <1327166641956> : USBHID:
hid_open failed!

I need some hints on how to troubleshoot this issue?  I am wondering if I am
missing any libraries?

Thanks.

#24981 From: "gopher3_8" <gopher38@...>
Date: Sun Jan 22, 2012 4:40 am
Subject: can't run cgi's under apache2
gopher3_8
Send Email Send Email
 
Hello,

I've got apache2 running on unslung.  I'm trying to activate cgi's.  I added the
ScriptAlias line to httpd.conf, and apache finds the script file in cgi-bin, but
when I try to run the script, I get "503 Service Temporarily Unavailable".  I
think I've activated all the necessary modules. I thought maybe it might be
something to do with permissions, since apache2 seems to be very picky about
those, but I've tried changing the file owner to "nobody" and various permission
combos to no avail.

The message from apache says: "server is temporarily unable to service your
request due to maintenance downtime or capacity problems."  It can't be that
apache on the slug is just incapable of running cgi's, could it?

Anyone have a pointer for me?

Thanks.

#24982 From: "Walter" <contact@...>
Date: Mon Jan 23, 2012 11:18 am
Subject: Re: Minidlna (or other DLNA server) on the Slug
wltrvs
Send Email Send Email
 
Hi Peter,

Thanks for your reply. I got minidlna to work in the end. Before I had trouble
compiling with the Slug running out of memory in the process. I chose a
different approach to install minidlna, since the instructions in your link
didn't work for me (make wouldn't work because "No targets specified and no
makefile found. Stop."). I download the src tarball from sourceforge and
compiled that instead. Worked perfectly.

Minidlna streams 720p versions of the BBC Life series to my phone without
trouble. Unfortunately, my Samsung TV does not see the Slug's DLNA server in my
network. But that's not related to the slug ofcourse. Anyway, thanks for your
help!

- Walter

--- In nslu2-linux@yahoogroups.com, Peter Somogyi <smodge123@...> wrote:
>
> Hi Walter.
>
> You're in luck - I run my slug with Debian Squeeze (6.0.3) and miniDLNA on
> it, no problems.  My NSLU2 runs the factory memory, I haven't upped it like
> some tutorials show you how, however I did remove the factory limiting CPU
> frequency throttle that my earlier NSLU2 had (something to do with
> scratching out a really tiny chip on the circuit board).  My NSLU2 runs
> just fine: I also run rtorrent in the background with up to 10 files; I
> don't really run a file server but I do run samba and vsftpd; I don't run a
> print server.
>
> Before I tried Debian (initially lenny) I did try the other NSLU2 firmwares
> and wasn't happy with them: the installable modules seemed limiting and I
> don't remember if rtorrent was supported that well, which I really wanted!
>  Since Debian I've never looked back.
>
> Anyway back to miniDLNA: I haven't tried streaming any HD stuff (1080p) so
> I'm not sure how well it'd cope with that but for standard definition
> videos it works really well.  I just start miniDLNA and leave it running
> the whole time.  It picks up new media in the configured shared locations,
> although *sometimes* the odd file won't appear on the DLNA client even
> though I've checked the miniDLNA database and I can see it's registered in
> there.  (Not sure if it's a naming issue thing, it's not permission
> related...)
>
> As for clients, I've used miniDLNA through both the Xbox360 and a Sony
> BluRay player - my tv doesn't have direct network access.
>
> So as for how I set it up I actually found it pretty easy.  (That is,
> compared to fuppes which I also got working well, just found it to be a lot
> more mucking about).  Note that I did everything as the root user,
> including running miniDLNA, but I'm not sure if you really have to.
>
> Primarily I used this resource I found on the net:
>
http://andrewpeng.net/posts/2010/03/04522-installing-minidlna-on-ubuntu-powerpc.\
html
>
> Once it was downloaded, built and installed I edited the configuration that
> was created:
> *
> root@SLUG:~# nano /etc/minidlna.confmedia_dir=V,/somewhere
> media_dir=V,/somewhere-else
>
> # set this if you want to customize the name that shows up on your clients
> friendly_name=SLUG
>
> Get minidlna to autostart:
> root@SLUG:~/minidlna/src# cp linux/minidlna.init.d.script
> /etc/init.d/minidlna
> root@SLUG:~/minidlna/src# chmod +x /etc/init.d/minidlna
> root@SLUG:~/minidlna/src# updated-rc.d minidlna defaults
>
> Start minidlna manually:
> root@SLUG:~/minidlna/src# minidlna &
> *
>
> I've also used it to stream photos and music but I gave up on that because
> my client's interface didn't make it easy to sift through heaps of files.
>  (And I also remember on initial startup and subsequent database rebuild,
> it would randomly fail on some specific photos that I could never figure
> out why and there was no real error message thrown up - the scanning
> process would just halt and I'd have to move the offending photo out of the
> shared location, delete the miniDLNA database and try again.)
>
> Hope this helps,
>
> Peter
>
>
> On 19 January 2012 21:10, Walter <contact@...> wrote:
>
> > **
> >
> >
> > Hey guys,
> >
> > I've recently fired up my Slug again, with the goal of using it to stream
> > video to my TV, use it as a seedbox, a print server and just as general
> > network storage (Samba). I thought my TV supported Samba but appearantly it
> > only supports DLNA. Since I always used Debian on the Slug, that's what I
> > installed. However, I'm having some trouble installing minidlna from the
> > repositories (insufficient memory I believe) and now I'm wondering if maybe
> > I shouldn't use Debian anyway. I'm also wondering if my Slug will be
> > powerful enough to support a DLNA server anyway.
> >
> > Basically my question is what is the best way to achieve what I want
> > (print server, dlna server, file server and seedbox (rtorrent I suppose)).
> > Should I pick a different firmware perhaps? Are the other firmwares lighter
> > then Debian? Some pointers here and there would be greatly appreciated.
> >
> > Kind regards,
> >
> > Walter
> >
> >
> >
>

#24983 From: "M.J. Johnson" <threeeyedtoad@...>
Date: Mon Jan 23, 2012 11:46 am
Subject: Re: Re: Minidlna (or other DLNA server) on the Slug
threeeyedtoad
Send Email Send Email
 
I'm curious about this setup - I assume the Slug is merely acting as a sort of streamcast, and that no transcoding is going on (given the Slug's meager memory and processing power - particularly the lack of a FPU).

If this assumption is correct, what is the encoder/file format of the source material you are streaming out to your phone?  Also, what kind of upstream bandwidth is necessary to make a solution like this work?  I assume you need a pretty big pipe coming out of your house/wherever the Slug lives.  (I barely have enough pipe to stream MP3s out of my home without stuttering, and those have to be orders of magnitude less Mbps.)

Thanks for the clarification.



On Mon, Jan 23, 2012 at 6:18 AM, Walter <contact@...> wrote:
 

Hi Peter,

Thanks for your reply. I got minidlna to work in the end. Before I had trouble compiling with the Slug running out of memory in the process. I chose a different approach to install minidlna, since the instructions in your link didn't work for me (make wouldn't work because "No targets specified and no makefile found. Stop."). I download the src tarball from sourceforge and compiled that instead. Worked perfectly.

Minidlna streams 720p versions of the BBC Life series to my phone without trouble. Unfortunately, my Samsung TV does not see the Slug's DLNA server in my network. But that's not related to the slug ofcourse. Anyway, thanks for your help!

- Walter



--- In nslu2-linux@yahoogroups.com, Peter Somogyi <smodge123@...> wrote:
>
> Hi Walter.
>
> You're in luck - I run my slug with Debian Squeeze (6.0.3) and miniDLNA on
> it, no problems. My NSLU2 runs the factory memory, I haven't upped it like
> some tutorials show you how, however I did remove the factory limiting CPU
> frequency throttle that my earlier NSLU2 had (something to do with
> scratching out a really tiny chip on the circuit board). My NSLU2 runs
> just fine: I also run rtorrent in the background with up to 10 files; I
> don't really run a file server but I do run samba and vsftpd; I don't run a
> print server.
>
> Before I tried Debian (initially lenny) I did try the other NSLU2 firmwares
> and wasn't happy with them: the installable modules seemed limiting and I
> don't remember if rtorrent was supported that well, which I really wanted!
> Since Debian I've never looked back.
>
> Anyway back to miniDLNA: I haven't tried streaming any HD stuff (1080p) so
> I'm not sure how well it'd cope with that but for standard definition
> videos it works really well. I just start miniDLNA and leave it running
> the whole time. It picks up new media in the configured shared locations,
> although *sometimes* the odd file won't appear on the DLNA client even
> though I've checked the miniDLNA database and I can see it's registered in
> there. (Not sure if it's a naming issue thing, it's not permission
> related...)
>
> As for clients, I've used miniDLNA through both the Xbox360 and a Sony
> BluRay player - my tv doesn't have direct network access.
>
> So as for how I set it up I actually found it pretty easy. (That is,
> compared to fuppes which I also got working well, just found it to be a lot
> more mucking about). Note that I did everything as the root user,
> including running miniDLNA, but I'm not sure if you really have to.
>
> Primarily I used this resource I found on the net:
> http://andrewpeng.net/posts/2010/03/04522-installing-minidlna-on-ubuntu-powerpc.html
>
> Once it was downloaded, built and installed I edited the configuration that
> was created:
> *
> root@SLUG:~# nano /etc/minidlna.confmedia_dir=V,/somewhere

> media_dir=V,/somewhere-else
>
> # set this if you want to customize the name that shows up on your clients
> friendly_name=SLUG
>
> Get minidlna to autostart:
> root@SLUG:~/minidlna/src# cp linux/minidlna.init.d.script
> /etc/init.d/minidlna
> root@SLUG:~/minidlna/src# chmod +x /etc/init.d/minidlna
> root@SLUG:~/minidlna/src# updated-rc.d minidlna defaults
>
> Start minidlna manually:
> root@SLUG:~/minidlna/src# minidlna &
> *
>
> I've also used it to stream photos and music but I gave up on that because
> my client's interface didn't make it easy to sift through heaps of files.
> (And I also remember on initial startup and subsequent database rebuild,
> it would randomly fail on some specific photos that I could never figure
> out why and there was no real error message thrown up - the scanning
> process would just halt and I'd have to move the offending photo out of the
> shared location, delete the miniDLNA database and try again.)
>
> Hope this helps,
>
> Peter
>
>
> On 19 January 2012 21:10, Walter <contact@...> wrote:
>
> > **

> >
> >
> > Hey guys,
> >
> > I've recently fired up my Slug again, with the goal of using it to stream
> > video to my TV, use it as a seedbox, a print server and just as general
> > network storage (Samba). I thought my TV supported Samba but appearantly it
> > only supports DLNA. Since I always used Debian on the Slug, that's what I
> > installed. However, I'm having some trouble installing minidlna from the
> > repositories (insufficient memory I believe) and now I'm wondering if maybe
> > I shouldn't use Debian anyway. I'm also wondering if my Slug will be
> > powerful enough to support a DLNA server anyway.
> >
> > Basically my question is what is the best way to achieve what I want
> > (print server, dlna server, file server and seedbox (rtorrent I suppose)).
> > Should I pick a different firmware perhaps? Are the other firmwares lighter
> > then Debian? Some pointers here and there would be greatly appreciated.
> >
> > Kind regards,
> >
> > Walter
> >
> >
> >
>



#24984 From: "Walter" <contact@...>
Date: Mon Jan 23, 2012 5:57 pm
Subject: Re: Minidlna (or other DLNA server) on the Slug
wltrvs
Send Email Send Email
 
Well.... What I didn't mention is that I was on my home wifi when streaming to
my phone :). Pretty standard router, so probably a maximum of 54 mbps.

--- In nslu2-linux@yahoogroups.com, "M.J. Johnson" <threeeyedtoad@...> wrote:
>
> I'm curious about this setup - I assume the Slug is merely acting as a sort
> of streamcast, and that no transcoding is going on (given the Slug's meager
> memory and processing power - particularly the lack of a FPU).
>
> If this assumption is correct, what is the encoder/file format of the
> source material you are streaming out to your phone?  Also, what kind of
> upstream bandwidth is necessary to make a solution like this work?  I
> assume you need a pretty big pipe coming out of your house/wherever the
> Slug lives.  (I barely have enough pipe to stream MP3s out of my home
> without stuttering, and those have to be orders of magnitude less Mbps.)
>
> Thanks for the clarification.
>
>
>
> On Mon, Jan 23, 2012 at 6:18 AM, Walter <contact@...> wrote:
>
> > **
> >
> >
> > Hi Peter,
> >
> > Thanks for your reply. I got minidlna to work in the end. Before I had
> > trouble compiling with the Slug running out of memory in the process. I
> > chose a different approach to install minidlna, since the instructions in
> > your link didn't work for me (make wouldn't work because "No targets
> > specified and no makefile found. Stop."). I download the src tarball from
> > sourceforge and compiled that instead. Worked perfectly.
> >
> > Minidlna streams 720p versions of the BBC Life series to my phone without
> > trouble. Unfortunately, my Samsung TV does not see the Slug's DLNA server
> > in my network. But that's not related to the slug ofcourse. Anyway, thanks
> > for your help!
> >
> > - Walter
> >
> >
> > --- In nslu2-linux@yahoogroups.com, Peter Somogyi <smodge123@> wrote:
> > >
> > > Hi Walter.
> > >
> > > You're in luck - I run my slug with Debian Squeeze (6.0.3) and miniDLNA
> > on
> > > it, no problems. My NSLU2 runs the factory memory, I haven't upped it
> > like
> > > some tutorials show you how, however I did remove the factory limiting
> > CPU
> > > frequency throttle that my earlier NSLU2 had (something to do with
> > > scratching out a really tiny chip on the circuit board). My NSLU2 runs
> > > just fine: I also run rtorrent in the background with up to 10 files; I
> > > don't really run a file server but I do run samba and vsftpd; I don't
> > run a
> > > print server.
> > >
> > > Before I tried Debian (initially lenny) I did try the other NSLU2
> > firmwares
> > > and wasn't happy with them: the installable modules seemed limiting and I
> > > don't remember if rtorrent was supported that well, which I really
> > wanted!
> > > Since Debian I've never looked back.
> > >
> > > Anyway back to miniDLNA: I haven't tried streaming any HD stuff (1080p)
> > so
> > > I'm not sure how well it'd cope with that but for standard definition
> > > videos it works really well. I just start miniDLNA and leave it running
> > > the whole time. It picks up new media in the configured shared locations,
> > > although *sometimes* the odd file won't appear on the DLNA client even
> > > though I've checked the miniDLNA database and I can see it's registered
> > in
> > > there. (Not sure if it's a naming issue thing, it's not permission
> > > related...)
> > >
> > > As for clients, I've used miniDLNA through both the Xbox360 and a Sony
> > > BluRay player - my tv doesn't have direct network access.
> > >
> > > So as for how I set it up I actually found it pretty easy. (That is,
> > > compared to fuppes which I also got working well, just found it to be a
> > lot
> > > more mucking about). Note that I did everything as the root user,
> > > including running miniDLNA, but I'm not sure if you really have to.
> > >
> > > Primarily I used this resource I found on the net:
> > >
> >
http://andrewpeng.net/posts/2010/03/04522-installing-minidlna-on-ubuntu-powerpc.\
html
> > >
> > > Once it was downloaded, built and installed I edited the configuration
> > that
> > > was created:
> > > *
> > > root@SLUG:~# nano /etc/minidlna.confmedia_dir=V,/somewhere
> >
> > > media_dir=V,/somewhere-else
> > >
> > > # set this if you want to customize the name that shows up on your
> > clients
> > > friendly_name=SLUG
> > >
> > > Get minidlna to autostart:
> > > root@SLUG:~/minidlna/src# cp linux/minidlna.init.d.script
> > > /etc/init.d/minidlna
> > > root@SLUG:~/minidlna/src# chmod +x /etc/init.d/minidlna
> > > root@SLUG:~/minidlna/src# updated-rc.d minidlna defaults
> > >
> > > Start minidlna manually:
> > > root@SLUG:~/minidlna/src# minidlna &
> > > *
> > >
> > > I've also used it to stream photos and music but I gave up on that
> > because
> > > my client's interface didn't make it easy to sift through heaps of files.
> > > (And I also remember on initial startup and subsequent database rebuild,
> > > it would randomly fail on some specific photos that I could never figure
> > > out why and there was no real error message thrown up - the scanning
> > > process would just halt and I'd have to move the offending photo out of
> > the
> > > shared location, delete the miniDLNA database and try again.)
> > >
> > > Hope this helps,
> > >
> > > Peter
> > >
> > >
> > > On 19 January 2012 21:10, Walter <contact@> wrote:
> > >
> > > > **
> >
> > > >
> > > >
> > > > Hey guys,
> > > >
> > > > I've recently fired up my Slug again, with the goal of using it to
> > stream
> > > > video to my TV, use it as a seedbox, a print server and just as general
> > > > network storage (Samba). I thought my TV supported Samba but
> > appearantly it
> > > > only supports DLNA. Since I always used Debian on the Slug, that's
> > what I
> > > > installed. However, I'm having some trouble installing minidlna from
> > the
> > > > repositories (insufficient memory I believe) and now I'm wondering if
> > maybe
> > > > I shouldn't use Debian anyway. I'm also wondering if my Slug will be
> > > > powerful enough to support a DLNA server anyway.
> > > >
> > > > Basically my question is what is the best way to achieve what I want
> > > > (print server, dlna server, file server and seedbox (rtorrent I
> > suppose)).
> > > > Should I pick a different firmware perhaps? Are the other firmwares
> > lighter
> > > > then Debian? Some pointers here and there would be greatly appreciated.
> > > >
> > > > Kind regards,
> > > >
> > > > Walter
> > > >
> > > >
> > > >
> > >
> >
> >
> >
>

Messages 24955 - 24984 of 25151   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