00:11.29 | *** join/#nslu2-linux rwhitby-web (n=c058a723@nslu2-linux/rwhitby) |
00:12.36 | rwhitby-web | Shareman: no GB slug that I know of |
01:15.06 | Shareman | rwhitby ... still there? |
01:17.19 | rwhitby-web | yep |
01:25.38 | Shareman | i did a complete new (debian linux) install for development issues on a pc... any suggestion on package set for working with toolchain? |
01:27.17 | rwhitby-web | I use Debian Sarge, and install build-essential, then subversion, cvs, etc ... |
01:27.22 | rwhitby-web | you also need monotone from venge.net |
01:35.14 | Shareman | me too sarge, i remember monotone ... |
01:35.42 | Shareman | but now i'm going to sleep *gaehn* |
01:35.54 | Shareman | complete the rest tomorrow |
01:36.53 | bullet | Shareman: guät nacht ;) |
05:04.58 | *** join/#nslu2-linux jumpkick (n=GED@toronto-HSE-ppp3985668.sympatico.ca) |
06:07.55 | CIA-1 | 03unslung * 10unslung/make/miau.mk: miau compiled with ipv6 does not work on an Unslung 5.5 machine. Removed that option. |
06:09.11 | *** join/#nslu2-linux nslu2-linux (n=NSLU2-Li@netblock-66-159-209-55.dslextreme.com) |
06:38.22 | *** part/#nslu2-linux rwhitby-web (n=c058a723@nslu2-linux/rwhitby) |
07:53.09 | *** join/#nslu2-linux rwhitby (n=rwhitby@nslu2-linux/rwhitby) |
08:03.43 | *** join/#nslu2-linux rwhitby (n=rwhitby@nslu2-linux/rwhitby) |
08:06.57 | *** join/#nslu2-linux rwhitby (n=rwhitby@nslu2-linux/rwhitby) |
08:21.53 | *** join/#nslu2-linux rwhitby (n=rwhitby@nslu2-linux/rwhitby) |
08:40.40 | *** join/#nslu2-linux Shareman (n=quasi@162.21.3.213.fix.bluewin.ch) |
08:52.12 | *** join/#nslu2-linux Eiffel_ (n=x@p5486BE29.dip0.t-ipconnect.de) |
09:18.40 | *** join/#nslu2-linux macsat (n=macsat@0x535b9779.arcnxx9.adsl-dhcp.tele.dk) |
09:34.24 | *** join/#nslu2-linux littlewhitey (n=whitey@lol.omg.wtf.bbq.littlewhitey.com) |
09:47.12 | *** join/#nslu2-linux nslu2-log_ (n=nslu2-lo@nslu2-linux/dyoung) |
09:50.21 | *** join/#nslu2-linux jcwunder (n=chris@ppp-82-135-79-235.mnet-online.de) |
10:45.24 | *** join/#nslu2-linux AdamBaker (n=aab@userch028.dsl.pipex.com) |
11:11.39 | *** join/#nslu2-linux mithro (n=tim@lester.mithis.com) |
11:27.55 | *** join/#nslu2-linux caplink811_log (n=caplink8@dslb-084-059-109-047.pools.arcor-ip.net) |
11:33.25 | *** join/#nslu2-linux dwery (n=dwery@nslu2-linux/dwery) |
11:46.56 | *** join/#nslu2-linux caplink811_log (n=caplink8@dslb-084-059-109-047.pools.arcor-ip.net) |
12:00.03 | *** join/#nslu2-linux caplink811_log (n=caplink8@dslb-084-059-109-047.pools.arcor-ip.net) |
12:02.43 | *** join/#nslu2-linux mithro (n=tim@lester.mithis.com) |
12:06.31 | *** part/#nslu2-linux rwhitby-away (n=rwhitby@nslu2-linux/rwhitby) |
12:09.11 | *** join/#nslu2-linux mithro_ (n=tim@lester.mithis.com) |
12:14.52 | *** join/#nslu2-linux mithro (n=tim@lester.mithis.com) |
12:58.07 | *** join/#nslu2-linux eFfeM_log (n=eFfeM@ip545787f8.direct-adsl.nl) |
13:01.58 | *** join/#nslu2-linux geFfeM_lo (n=eFfeM@ip545787f8.direct-adsl.nl) |
13:17.42 | *** join/#nslu2-linux eFfeM-log (n=eFfeM@ip545787f8.direct-adsl.nl) |
13:18.06 | drif | anyone around? |
13:18.22 | *** join/#nslu2-linux acw43 (n=acw43@hestia.jesus.cam.ac.uk) |
13:20.18 | *** join/#nslu2-linux eFfeM-log (n=eFfeM@ip545787f8.direct-adsl.nl) |
13:20.20 | Shareman | jep |
13:21.00 | Shareman | i'm working on my ds101 trying to run debian |
13:22.48 | drif | I'd need someone with unslung 5.5 |
13:23.38 | Shareman | not me .-) |
13:26.10 | AdamBaker | drif: would 6.5alpha do? |
13:26.38 | drif | adam: I think so, I just need to know what /etc/rc.d/rc.xinetd contains |
13:27.24 | drif | adam: how's that alpha working btw? |
13:27.55 | AdamBaker | working fine - I posted a detailed description to the ML |
13:28.04 | AdamBaker | #!/bin/sh |
13:28.04 | AdamBaker | if ( [ -f /unslung/rc.xinetd ] && . /unslung/rc.xinetd ) ; then return 0 ; fi |
13:28.04 | AdamBaker | if [ -n "`pidof inetd`" ] ;then |
13:28.04 | AdamBaker | <PROTECTED> |
13:28.04 | AdamBaker | # killall -9 inetd &>/dev/null |
13:28.04 | AdamBaker | fi |
13:28.06 | AdamBaker | /bin/inetd &>/dev/null |
13:29.47 | drif | so that one line is also commented out? |
13:29.54 | drif | killall -9 ... |
13:29.57 | AdamBaker | yes |
13:30.09 | drif | original or own modification? |
13:31.47 | AdamBaker | original |
13:33.41 | drif | ok, thanks :) I hope it's the same as 5.5 |
13:36.15 | AdamBaker | The only difference from 3.18 is the extra diversion checks for sda / sdb are no longer needed, the killall -9 is still commented out |
13:44.43 | drif | hm, vsftpd just doesn't start :-\ |
13:45.29 | *** join/#nslu2-linux kolla (n=kolla@158.38.58.40) |
13:47.06 | Shareman | anybody knowing the reason, why "md5sum" which is part of debian "coreutils" package has naming "md5sum.textutils" inside? |
13:49.08 | *** join/#nslu2-linux nslu2-log (n=nslu2-lo@nslu2-linux/dyoung) |
13:49.58 | Shareman | my debootstrap on ds101 just complained, not finding "md5sum" and i didn't find it either for some time |
13:57.22 | *** join/#nslu2-linux nslu2-log (n=nslu2-lo@nslu2-linux/dyoung) |
14:00.53 | *** join/#nslu2-linux mithro (n=tim@lester.mithis.com) |
14:22.54 | *** join/#nslu2-linux chouimat (n=dieu@kde/developer/chouinard) |
14:23.00 | chouimat | hi |
14:31.47 | Shareman | hi |
14:38.49 | *** join/#nslu2-linux mithro (n=tim@lester.mithis.com) |
14:45.59 | *** join/#nslu2-linux mithro_ (n=tim@lester.mithis.com) |
15:05.15 | Shareman | Great ... debian working on ds101g+ as chroot :) |
15:38.59 | *** join/#nslu2-linux yvasilev (n=yvasilev@201.152.92.165) |
15:41.54 | *** join/#nslu2-linux eFfeM-log (n=eFfeM@ip545787f8.direct-adsl.nl) |
15:45.55 | *** join/#nslu2-linux eFfeM-log (n=eFfeM@ip545787f8.direct-adsl.nl) |
15:47.26 | *** join/#nslu2-linux jcwunder (n=chris@ppp-82-135-64-130.mnet-online.de) |
15:55.00 | *** join/#nslu2-linux hanjo (n=hanjo@pD95339FE.dip0.t-ipconnect.de) |
15:56.46 | *** join/#nslu2-linux eFfeM-log (n=eFfeM@ip545787f8.direct-adsl.nl) |
17:10.12 | *** join/#nslu2-linux yvasilev (n=yvasilev@201.152.92.165) |
17:27.39 | *** join/#nslu2-linux dwery (n=dwery@nslu2-linux/dwery) |
17:44.37 | *** join/#nslu2-linux cheef-daniel (n=Cheef-Da@p549AA0A7.dip0.t-ipconnect.de) |
17:52.12 | *** join/#nslu2-linux Boomcar (n=Boomcar@buijtendijk.demon.nl) |
17:59.04 | Shareman | overcloaking nslu2: as of the website, there's nearly no change on power consumption, right? |
17:59.57 | eFfeM | right |
18:00.05 | Shareman | also for temp... those 1.6°C seems to be "unchanged" ;) |
18:00.28 | eFfeM | well, i did not really notice a difference and my slug is running at 266 for several months now |
18:00.59 | Shareman | fine ... do you think, putting a little passive cooler is it worth? |
18:01.39 | *** join/#nslu2-linux mithro (n=tim@lester.mithis.com) |
18:02.02 | Shareman | (I have cooler for memory chips of aluminium - self glueing) |
18:05.02 | Shareman | I read about people saying not to put the slug horizontal due to temp issues ... why that? |
18:10.03 | *** join/#nslu2-linux blaster8 (n=jonesml@user-122-216-151-83.e7even.com) |
18:21.08 | *** join/#nslu2-linux Sna (n=sna@p5496373F.dip0.t-ipconnect.de) |
18:32.33 | *** join/#nslu2-linux kami22 (n=kami@p54896344.dip.t-dialin.net) |
19:03.25 | *** join/#nslu2-linux caplink811-log (n=caplink8@dslb-084-059-071-141.pools.arcor-ip.net) |
20:12.05 | *** part/#nslu2-linux Boomcar (n=Boomcar@buijtendijk.demon.nl) |
20:26.42 | *** join/#nslu2-linux snotling (n=snotling@laf31-5-82-235-128-93.fbx.proxad.net) |
20:27.07 | snotling | hello, has anyone succeeded at cross-compiling mldonkey ? |
20:28.28 | *** join/#nslu2-linux littlewhitey (n=whitey@lol.omg.wtf.bbq.littlewhitey.com) |
20:59.32 | rwhitby | Shareman: I expect if you put the slug horizontally, and put something on top of it, then you're asking for heat issues irrespective of whether you're running at 133 or 266. |
21:12.54 | CIA-1 | 03rwhitby * 10debian/Makefile: Intermediate solution for building official debian kernels |
21:14.49 | *** join/#nslu2-linux [g2-nta] (n=Tom@dsl093-242-074.ral1.dsl.speakeasy.net) |
21:47.11 | CIA-1 | 03rwhitby * 10debian/ (3 files in 3 dirs): Updated to -rc7 |
21:59.35 | *** join/#nslu2-linux odoc (i=odoc@is.borntobooze.de) |
22:16.27 | Shareman | rwhitby :) |
22:17.20 | Shareman | I thought, 8 watts never produce any problems ... |
22:17.52 | Shareman | CIA: What are you talking about? |
22:18.24 | Shareman | what is the most common way to upgrade nslu2 to debian? |
22:22.25 | Shareman | Does NSLU2 run on little and big endian mode? |
22:38.35 | chouimat|pub | and going to a pub too :) |
22:43.26 | Shareman | ? |
22:43.45 | *** part/#nslu2-linux chouimat|pub (n=dieu@r2351064.cidc.net) |
22:49.06 | *** join/#nslu2-linux rwhitby-web (n=c0589e32@nslu2-linux/rwhitby) |
23:02.42 | Shareman | hey rwhitby .. some seconds? |
23:10.35 | *** join/#nslu2-linux kolla (i=kolla@firda.kolla.no) |
23:21.15 | rwhitby-web | Shareman: whassup? |
23:26.54 | Shareman | hey ... i don't understand on unsl2 ... it's an arm platform |
23:27.10 | Shareman | can this run under big and little endian? |
23:27.17 | rwhitby-web | yes |
23:27.42 | Shareman | but it needs to be consistent... |
23:27.45 | rwhitby-web | Stock bootloader and firmware is armeb |
23:27.58 | rwhitby-web | Unslung, OpenSlug, UcSlugC are all armeb |
23:28.07 | rwhitby-web | LeSlug is armel |
23:28.19 | Shareman | okay! |
23:28.29 | rwhitby-web | OpenSlug can use the debian-armeb port |
23:28.31 | Shareman | and armel is the arch told to be "arm" on debian |
23:28.42 | Shareman | standard port |
23:28.46 | rwhitby-web | LeSlug can use the normal arm debian packages |
23:29.03 | Shareman | now i see.. |
23:29.06 | rwhitby-web | OpenSlug and LeSlug are identical, apart from the endianness |
23:30.03 | rwhitby-web | www.debonaras.org is building sarge and sid armeb packages |
23:30.12 | rwhitby-web | (for use with OpenSlug) |
23:30.16 | Shareman | yes that's what i read |
23:30.29 | rwhitby-web | and I am working on getting NSLU2 supported by the standard debian kernel and installer |
23:30.37 | Shareman | but i didn't fully understand why (because i could see "arm" as arch on deb) |
23:30.51 | Shareman | that's great |
23:31.19 | Shareman | so you work on the debian packages itself |
23:32.52 | rwhitby-web | I'm working with the debian-kernel team to try and get the existing arm/ixp4xx debian kernel image package to work on the nslu2. This involves changes to kernel-package and debian-installer. |
23:35.18 | Shareman | hmm... so what option to choos to run a debian on nslu2 for now? |
23:35.49 | Shareman | any speed differences between LE and BE? |
23:38.15 | Shareman | you probably would suggest debonaras, right? |
23:39.56 | rwhitby-web | I would suggest running OpenSlug with a hard disk partitioned with / for OpenSlug (maybe 400MB), / for OpenDebianSlug (maybe 1GB), swap (maybe 1GB), and the rest of the disk for /home. |
23:40.16 | rwhitby-web | then debootstrap debian onto the OpenDebianSlug / partition and turnup disk to that, |
23:40.52 | rwhitby-web | you can do the same thing with s/OpenSlug/LeSlug/, but I think I am the only one running that at the moment. |
23:41.42 | Shareman | you remember - i did debootstrap yesterday for my chroot (ds101g+) |
23:42.04 | Shareman | was a nightmare since debootstrap depends much more than listed in dependencies |
23:43.56 | Shareman | Please make some things clear to me: OpenSlug and DebianSlug is listed as "Project" with "firmware" |
23:45.45 | Shareman | if you suggest this: this means in concrete which firmware applying? |
23:47.23 | rwhitby-web | flash openslug, then debootstrap |
23:48.28 | rwhitby-web | http://www.debonaras.org/wiki/HowTo/BootStrap |
23:50.57 | Shareman | is it okay to extend the wiki with my dependency notes? |
23:51.14 | rwhitby-web | that's what the wiki is there for ... |
23:51.26 | Shareman | ;) |
23:52.10 | Shareman | okay so let's begin take part of the process ;) |
23:53.43 | rwhitby-web | but instead of doing that, perhaps you can write this page instead: http://www.nslu2-linux.org/wiki/DebianSlug/LeDebianSlug |
23:54.12 | rwhitby-web | and give a step-by-step on how to build and install LeSlug, and then debootstrap to debian unstable |
23:55.13 | rwhitby-web | If you undertake to write that page, then I will undertake to help you with any questions along the way. |
23:55.28 | rwhitby-web | Deal? |