Hi, the power supply on mine failed year or so ago, just got around to replacing it. The hard drive with the external USB unslung OS is no longer about. As the...
24621
Nick Boyle
elyobelyob
Oct 3, 2010 12:56 pm
As I am away from my home at the moment, have not spent as much time as i should researching, but going through this process looks the key? ...
24622
Nick Boyle
elyobelyob
Oct 4, 2010 11:25 am
Ignore this ... all up and running. Now to figure out what I actually want to do with it. Perhaps run as a backup system at other end of house....
24623
assimacos
Oct 5, 2010 7:40 am
Hello, My NSLU2 is running SlugOS 4.8 and used as an nfs file server, a mail server and for torrents. I also use ssh for WAN access. I am pretty happy with...
24624
Data Freak
datafreak2k
Oct 5, 2010 5:58 pm
Hi, i found two little Bugs in this Package: Package: aiccu Version: 20070115-2 Architecture: mipsel MD5Sum: 44c0793193a8c8bbf395357069d1ebfa Filename:...
24625
dystopianrebel
Oct 9, 2010 2:51 am
Has anyone got the D programming language working on an NSLU2? If so, please share the details of the set-up....
24626
Oeyvind Brandtsegg
obrandts@...
Oct 10, 2010 7:10 pm
I've done some attempts at getting squeezebox server 7.5 running on my WD WorldBook (white), but it seems I'm not good enough at Linux to make it work from...
24627
René Keulers
r.keulers
Oct 11, 2010 5:04 pm
I've got the same problem trying to install sabNZBdplus. Looks like none of the packages on http://ipkg.nslu2-linux.org/feeds/unslung/cross/ are available. ...
24628
clerew5
Oct 13, 2010 9:03 pm
The power on/off button on the Slug generates an interrupt which, broadly speaking, calls the shutdown procedure. But if one has hacked the slug to always boot...
24629
keesbakker@...
keesbakker...
Oct 16, 2010 2:32 pm
Hi, Does anyone know who actually built the gcc ipk for ts509? (( gcc_4.2.1-5_i686.ipk )) I also like to know how I can (re)build the gcc ipk myself. Is...
24630
Brian
brian_zhou
Oct 17, 2010 1:33 am
It's not important who created the ipk. In terms of how to (re)build the gcc ipk, it's basically no different than other ipk's. You can look at...
24631
stanley_p_miller_qaz
stanley_p_mi...
Oct 17, 2010 7:19 am
I upgraded my computer to OpenSuse 11.3 and KDE 4.5 only to discover that I could no longer activate my NFS link to my slug. About tore my hair out looking for...
24632
Kees Bakker
keesbakker...
Oct 17, 2010 10:54 am
Thanks Brian, Well, in theory it is not important WHO created the ipk. That is, if the process is perfectly reproducible. And we can trust the person who did...
24633
reuter.rudolf
Oct 17, 2010 2:30 pm
Hello Antonis, Because of similar problems I am now working with a Seagate FreeAgent DockStar. It has 128 MB RAM and 1,2 GHz CPU speed. Actual Debian Squeeze...
24634
assimacos
Oct 17, 2010 6:31 pm
Hello Rudolf, Thank you for your answer. I have heard of the device and "googled" for linux modifications of it. It is in my list for a slug replacement or a...
24635
Jimmy C. Chau
jchau@...
Oct 18, 2010 5:55 pm
Reflash? -Jimmy...
24636
Brian Wood
beww307
Oct 18, 2010 6:06 pm
Not sure about the details of your system, but if you are running from an HDD or a flash stick, you can just mount that device on another machine and edit the...
24637
Kees Bakker
keesbakker...
Oct 18, 2010 7:18 pm
Hi, When I was trying to setup the development environment for my ts509 I got this error from Make. I started with a fresh checkout from SVN and just did: $...
24638
Robert Hammond
quasi_quixotic
Oct 18, 2010 7:29 pm
In message <4C984E51.6050505@...>, Jel Coward <jel@...> writes ... I think that you cannot log into the web interface as user root. But you...
24639
Jel Coward
jelcoward
Oct 18, 2010 7:36 pm
hey thanks Robert. I have to apologise - I realised after I posted that I was not running linux but unlsung (I might have name wrong). Anyway, it was time to...
24640
Kees Bakker
keesbakker...
Oct 19, 2010 7:41 pm
Hi, Here is a patch for make/py-pylons.mk. There are a few continuation backslashes missing. If there a better mailing list for this, please let me know. Kind...
24641
clerew5
Oct 21, 2010 8:48 pm
The following program works fine on my SPARC solaris system: #include <stdio.h> #include <stdlib.h> #include <ctype.h> #include <sys/types.h> #include...
24642
clerew5
Oct 22, 2010 6:35 pm
... Replying to my own question, it seems that sigwait expects the signal to be 'blocked39; before you attempt to wait upon it. The additional code below shows...
24643
Harsh
harshbaste
Oct 30, 2010 8:28 am
Hello, I'm looking for instructions on how to setup a cross-compile toolchain for the NSLU2 for SlugOS 5.3 BE. I'm running Ubuntu 10.10 on my PC and found...
24644
Steve
sdm485
Oct 30, 2010 4:26 pm
I am in the process of building it all now as a test and it looks fine so far. http://www.nslu2-linux.org/wiki/Development/MasterMakefile - make a directory...
24645
Steve
sdm485
Oct 30, 2010 5:16 pm
Well... It appears that it is broken with a python global name 'msg' not defined. I 'updated39; a previous build directory on Ubuntu 10.04 and managed to break...
24646
Mike Westerhof
mjwest61
Oct 30, 2010 6:30 pm
... You'll need a build host who age matches the 5.3 SlugOS release -- basically, the host tools (compilers, libraries, python, etc) have all changed in ways...
24647
Harsh
harshbaste
Oct 31, 2010 6:43 am
Thanks a bunch for the direction! Probably saved me a lot of pain in the process. I'll try and give it a go with the latest snapshot and tweak the OE build to...
24648
Mike Westerhof
mjwest61
Oct 31, 2010 1:58 pm
... I just checked my autobuilder -- apparently it too is suffering from the python "msg" problem. Looks like the OE folks now require at least version 1.10...
24649
Steve
sdm485
Oct 31, 2010 5:04 pm
I made the changes and after updating and running 'make setup' it started but reported missing 'chrpath39; and using 'dash' instead of 'bash'. Fixed those issues...