00:00.13 | *** join/#nslu2-linux vosque (m8w7ctto10@dsl093-152-128.phx1.dsl.speakeasy.net) |
01:40.35 | *** join/#nslu2-linux glc (~glc@user-119ah2f.biz.mindspring.com) |
01:41.12 | glc | dnsmasq running! |
01:41.32 | glc | Works with my RIO Receivers too. |
01:44.18 | rwhitby-asleep | congrats - do you have cvs write access? |
01:48.43 | glc | No, I don't |
01:49.08 | rwhitby-around | did you do dnsmasq in the unslung package CVS? |
01:49.18 | glc | I used the cvs tool chain. |
01:49.36 | rwhitby-around | if so, send me you sf.net ID and I'll add you for write access so you can update the CVS repository with your addition. |
01:49.52 | rwhitby-around | or just tell me it here |
01:50.23 | glc | I don't think I have one. |
01:51.05 | glc | I'll check my old emails and see. |
01:51.48 | glc | I's gerald_clark |
01:54.56 | rwhitby-around | done |
01:59.19 | glc | So, I add and commit the compressed source tar file and a .mk file ? |
02:01.02 | glc | Oh, and a patch file? |
02:01.46 | glc | After test running the set here. |
02:03.52 | glc | I see. the control file specifies where to get the source? |
02:05.09 | rwhitby-around | you need to checkout using :ext: and then you can write (after you've uploaded your ssh key to sf.net according to the doco there) |
02:05.25 | rwhitby-around | you don't commit the tar file, cause the .mk file should download that |
02:05.34 | rwhitby-around | if there is a patch, then commit it like the others |
02:05.51 | rwhitby-around | and the control file just documents where the source is, that field is not actually used. |
02:08.44 | glc | Ok, I have some setup work to do. |
02:09.14 | rwhitby-around | ok |
02:09.46 | glc | I built it outside the cvs tree, so my first step is to build the .mk file and verify that it builds the ipk with |
02:10.37 | glc | the necessary support files in the ipk. |
02:10.56 | rwhitby-around | yep, check out some of the other .mk and .control files for examples. |
02:11.09 | glc | OK, thanks. |
02:11.10 | rwhitby-around | feel free to write up a wiki page as you go ... |
02:11.37 | glc | You mean on how to build an ipk from a source tar? |
02:11.54 | rwhitby-around | how to add a new package to the Unslung CVS |
02:12.30 | Tiersten | Speaking of wiki, I've added the stuff regarding sysconf and cleaned up some of the pages |
02:12.43 | glc | OK. I will get a fresh legal pad, and document every step. |
02:12.58 | rwhitby-around | glc: the community will thank you |
02:13.25 | glc | Glad to help whereever I can. |
02:13.31 | Tiersten | AddASerialPort and PinoutOfInternalSerialPort do overlap slightly as they both have the pinout but I left it like that as it's handy to have it for reference when you're adding the port |
02:13.48 | rwhitby-around | yeah - one's raw information, and the other is a howto |
02:14.47 | Tiersten | Also I removed the part about telnetting into redboot from the recovery howto and linked to the telnetintoredboot page and the serial howto as they're more detailed than what the recovery page had originally |
02:15.21 | Tiersten | In particular the telnetintoredboot page has a perl script to help you connect |
02:16.37 | Tiersten | Added a overview page on the IXP420 so people should stop asking why we can't use the crypto features in the 425 :) |
02:17.26 | rwhitby-around | sounds like you've been busy. I've added some pictures to my serial page: http://www.rwhitby.net/nslu2/serial.html |
02:17.58 | rwhitby-around | still have some more text to add to that, and some more pictures showing the cable going through the disk1 port without modifying the case. |
02:18.12 | Tiersten | Cool |
02:18.37 | Tiersten | I tested out what happens if you totally wipe the SysConf and it seems to just recreate it |
02:19.02 | Tiersten | It picks up the MAC address from the IXP and generates the rest based on the firmware version |
02:19.25 | Tiersten | Makes it easier if somebody else has the same problem as snrub as they can just do a fis erase instead of having to upload a sysconf image |
02:19.58 | Tiersten | Makes sense anyway, Linksys don't have to have to program each of these things individually. Making it automatically know what to generate when the sysconf partition is empty would save them time |
02:21.40 | rwhitby-around | that's great! |
02:22.24 | rwhitby-around | it also means that we can re-use that area for openslug (i.e. we don't have to keep it as SysConf) and have an easy revert path if you want to back to stock or Unslung. |
02:23.04 | Tiersten | snrub must have corrupted the CGI_ds.conf file some how which the NSLU2 then put into the sysconf. It was still valid but didn't have any of the right lines in it |
02:23.10 | Tiersten | yeah |
02:23.48 | Tiersten | Just change the recovery instructions to cover the area where the sysconf bit was uploaded |
02:24.05 | Tiersten | Easy enough to do and reboot it should make it appear stock |
02:25.03 | rwhitby-around | snrub used OS-X to untar, edit and tar the config backup. I bet that screwed it. |
02:25.16 | Tiersten | It should be okay though |
02:25.25 | rwhitby-around | line endings |
02:25.30 | Tiersten | Doesn't a Mac use the same line endings? |
02:25.37 | Tiersten | 1 sec while I check |
02:25.40 | rwhitby-around | dunno - but I'm suspicious |
02:26.05 | Tiersten | He said he only edited the passwd file as well.. |
02:26.25 | Tiersten | ah. line endings are different. UNIX = LF, Mac = CR, Windows/DOS = CRLF |
02:26.52 | Tiersten | If the editor did change all the line endings then the software wouldn't have appreciated that |
02:27.08 | Tiersten | It probably chucked out all the lines as it thought they were corrupt which left him with an empty CGI_ds.conf file |
02:29.51 | Tiersten | *shrug* A bad passwd file shouldn't take out the sysconf area |
02:30.08 | Tiersten | either way, if we ever get that problem again, they can try wiping the sysconf first |
02:39.12 | rwhitby-around | good find! |
03:04.56 | Tiersten | I'm off. Night all |
03:24.07 | *** join/#nslu2-linux ka6sox-away (~tking@adsl-66-159-198-116.dslextreme.com) |
03:26.37 | *** join/#nslu2-linux rwhitby-away (~rwhitby@CPE-144-136-196-72.sa.bigpond.net.au) |
03:28.12 | ka6sox-away | . |
03:29.22 | rwhitby-away | ka6sox-away: hi |
03:30.30 | ka6sox-away | hi there. |
03:31.01 | ka6sox-away | whats up? |
03:34.49 | rwhitby-away | just putting pictures on my serial page: http://www.rwhitby.net/nslu2/serial.html |
03:36.40 | ka6sox-away | fitz nicely. |
03:37.59 | ka6sox-away | we should add the link to the external articles page. |
03:38.11 | rwhitby-away | feel free to grab any of those pictures for the wiki pages |
03:38.18 | ka6sox-away | thanks |
03:38.24 | ka6sox-away | I'll look at them in a bit. |
03:38.55 | ka6sox-away | back from 14hr off air emergency...got them back limping. |
03:48.02 | *** join/#nslu2-linux CIA-9 (~CIA@to.je.spocco.com) [NETSPLIT VICTIM] |
03:49.14 | rwhitby-away | back later |
03:57.52 | *** join/#nslu2-linux CodeWhacker (~roy@nr24-216-68-196-228.fuse.net) |
04:15.03 | CodeWhacker | uclibc-initial is borked for me |
04:15.56 | CodeWhacker | do_configure gets stuck in a loop selecting the target architecture over and over |
04:16.15 | CodeWhacker | anyone have an idea what's going wrong? |
04:18.19 | ka6sox-away | sadly..no |
04:18.35 | ka6sox-away | bbs |
04:30.11 | *** join/#nslu2-linux Tiersten_ (tman@ideal.trejan.com) |
04:43.01 | ka6sox-away | hiya CW. |
04:43.11 | CodeWhacker | hi ka6sox-away |
04:43.47 | ka6sox-away | any idea of what is happening? |
04:43.53 | CodeWhacker | not my day for builds... ven unslung cvs blows up on sudo |
04:44.15 | ka6sox-away | ugh |
04:44.25 | ka6sox-away | sounds like my day.. |
04:45.00 | ka6sox-away | things were literally blowing up around me. |
04:45.02 | CodeWhacker | no idea yet. if I sh the run.do_configure file left in uclibc-initial, it seems to run OK 9though it's sitting there expecting keyboard input) |
04:45.31 | CodeWhacker | but under oemake, it loops forever. built a 50GB logfile awhile i was out to dinner |
04:46.09 | CodeWhacker | ka6sox-away, pyrotechnic practice? |
04:46.12 | CodeWhacker | :) |
04:47.47 | ka6sox-away | so it seemed. |
04:48.15 | ka6sox-away | I had a transmitter come apart around me, spewing its guts out all over the floor. |
04:48.50 | CodeWhacker | ouch! |
04:49.08 | ka6sox-away | yeah. |
04:49.14 | ka6sox-away | it wasn't pretty |
05:03.08 | *** join/#nslu2-linux nudot (~tking@adsl-66-159-198-116.dslextreme.com) |
05:03.23 | nudot | there..on the laptop. |
05:07.55 | *** join/#nslu2-linux tking_ (~tking@adsl-66-159-198-116.dslextreme.com) |
05:24.53 | CIA-9 | 03rwhitby 07 * r1.2337 10packages/ (14 files in 6 dirs): Created separate unslung-standard-image, unslung-ext3flash-image and unslung-vfatdisk2-image packages, each of which uses the corresponding nslu2 kernel. |
05:33.32 | rwhitby-away | Note that unslung-image now builds all three images. If you just want one image, then you need to use unslung-standard-image, unslung-ext3flash-image or unslung-vfatdisk2-image. |
05:34.00 | rwhitby-away | These are still alpha, so please assist in testing them. Just cause they build, doesn't mean that they work as intended. |
05:34.23 | rwhitby-away | I hope to do a binary release of these images sometime this week after enough testing has been done. |
05:35.18 | rwhitby-away | These images point to the Unslung 1.x repository, and will continue to do so for the short to medium term (until someone works out how to get OE packages to work with Unslung). |
05:37.45 | ka6sox-laptop | these files are in the release area of Sourceforge? |
05:38.10 | rwhitby-away | OE only at the moment. |
05:38.29 | rwhitby-away | they will only go in sourceforge once they hit beta. |
05:38.36 | ka6sox-laptop | okay |
05:38.42 | ka6sox-laptop | so they are in bk. |
05:38.57 | kergoth | ah you implemented it. cool |
05:39.32 | rwhitby-away | kergoth: yep - feel free to cast your eye over the .oe files to see if I have done anything stupid. |
05:40.53 | rwhitby-away | [just pulled latest oe into nslu2-linux - doesn't seem to be anything there that affects us] |
05:48.50 | ka6sox-laptop | rwhitby-away...anything that needs done that you can see? |
05:49.05 | ka6sox-laptop | I've been looking at the new pages and they look pretty good. |
05:49.37 | rwhitby-away | We still need a page on how to create unslung 1.x packages. |
05:50.35 | rwhitby-away | Can you rename ResetSysconf to ResetSysConf ? |
05:50.42 | rwhitby-away | [in HowTo] |
05:51.20 | ka6sox-laptop | okay I can do that. |
05:51.30 | ka6sox-laptop | bbs |
05:52.00 | rwhitby-away | and rename UsingThttpdWebserver to UseTheThttpdWebserver (should use active voice in howto names) |
05:52.24 | ka6sox-laptop | good point |
05:56.41 | *** join/#nslu2-linux McTails (~mctails@ool-182d2d1c.dyn.optonline.net) |
05:58.49 | rwhitby-away | Hi McTails! |
05:59.00 | McTails | Hi |
05:59.02 | rwhitby-away | Hows that soldering going :-) |
05:59.25 | McTails | I burned myself, and dropped it right in my lap |
05:59.44 | ka6sox-laptop | ouch! |
05:59.44 | rwhitby-away | McTails, I'd rather not see your figure. |
05:59.49 | McTails | No, I'm fine |
06:00.08 | McTails | I stood up so quick that it just singed my pants |
06:00.25 | rwhitby-away | oh, you meant finger, not figure :-) |
06:00.32 | McTails | Oh, whoops |
06:00.36 | McTails | sorry, typo ^_^; |
06:00.50 | McTails | and the worst part: I can't get minicom to open my USB port -_-; |
06:01.17 | rwhitby-away | McTails, do you still have the bug tracker up on your site? |
06:01.27 | McTails | rwhitby-away: I don't remember |
06:02.10 | rwhitby-away | does you site have a static ip? |
06:02.21 | McTails | Yeah, and a domain |
06:02.24 | McTails | This is payed hosting |
06:03.01 | rwhitby-away | can it respond to unslung.nslu2-linux.org and host the unslung packages bug tracker and ipkg repository? |
06:03.40 | McTails | http://bugtracker.ssonicnet.com/ |
06:03.57 | McTails | rwhitby-away: You mean do a VHOST setup ? |
06:04.00 | rwhitby-away | I'm looking for someone to take on the role of Unslung packages bug meister and package release meister ... |
06:04.12 | rwhitby-away | yes, a VHOST |
06:04.26 | McTails | rwhitby-away: Well, since we switched to OE, I can't compile anything easily |
06:04.37 | McTails | My only lnux machine is a powermac, and no BK for PPC platforms |
06:04.57 | McTails | If I want to do a build, I download onto my ibook, and then rsync it |
06:05.04 | rwhitby-away | we haven't switched to OE for packages yet. That is turning out to be more difficutl than first anticipated, so we're using OE for Unslung firmware and CVS for Unslung packages. |
06:05.19 | McTails | That works for me |
06:05.34 | rwhitby-away | OpenSlug will use OE for packages, cause it can start from a clean slate. |
06:05.55 | McTails | rwhitby-away: I believe I need to contact Invsion Power on this |
06:05.59 | rwhitby-away | Unslung will hopefully switch eventually, but it will require work by someone to make OE packages work with Unslung. |
06:06.08 | McTails | However, I was considering moving hosts, and if you find one that can do VHOST, I'll switch there |
06:07.16 | McTails | hold on, think I found a way |
06:07.50 | ka6sox-laptop | McTails: I'm running BK on my PPC linux machine. |
06:08.02 | McTails | When I looked, I didn't see PPC BK binaries |
06:08.04 | ka6sox-laptop | it's my development machine. |
06:08.13 | McTails | Well, that changes everything |
06:08.17 | McTails | I just means I need to install python |
06:08.21 | ka6sox-laptop | PPC G4-500DP |
06:08.35 | ka6sox-laptop | I am running Debian there. |
06:08.37 | McTails | I'm the model up, PC G4-733 QuickSliver |
06:08.49 | McTails | Yeah, I'm runnng debian on mine |
06:08.59 | ka6sox-laptop | works fine, last a long time. |
06:09.03 | McTails | I use it to run OpenWRT buildroot |
06:09.09 | ka6sox-laptop | ah |
06:09.21 | rwhitby-away | I guess we could always move Unslung 1.x packages from CVS into BK ... |
06:09.24 | McTails | however, [mbm] seems to have dropped off the face of the planet |
06:09.43 | ka6sox-laptop | ugh |
06:09.59 | McTails | BK is partially evil cause it's closed source, but it's good cause it's better then CVS |
06:10.01 | rwhitby-away | that reminds mel, I need to switch my internet connection back to the WRT54GS so that I can hack some new firmware for the Asus. |
06:10.39 | McTails | rwhitby-away: WRT54GS are fun, although they are too light, mine keeps fallng off the table |
06:11.02 | McTails | rwhitby-away: No, I will contact Invision Power if I can do a VHOST, but it doesnt' look good |
06:14.01 | McTails | rwhitby-away: Actually, now that I think of it, I do have a friend who runs a hosting service, and I have root access to that server, I can do a VHOST setup |
06:14.36 | *** join/#nslu2-linux Christopher (~Christoph@plo-cr1-212-105.peak.org) |
06:14.38 | McTails | It's a fast link, and the machine running slackware, etc. |
06:14.59 | McTails | We can easily install any software for anything we need, so we could go there |
06:16.20 | rwhitby-away | McTails: ka6sox-laptop has offered some space on his ISP, so I'll look into that first. |
06:16.37 | McTails | That would be perfered |
06:17.57 | rwhitby-away | McTails: We'll still get you to install BugZilla there, and manage the Unslung packages bug tracking, if you're still keen for that job. |
06:18.15 | McTails | It might be a while before I can get back into adding packages |
06:18.23 | McTails | I basically just have a MIPS crosscompiler on the powermac |
06:18.37 | McTails | so I need to get everything else, including loop support into the kernel, but I'd do it |
06:19.15 | ka6sox-laptop | McTails...I built the crosscompiler in about 2hrs on my DP. |
06:19.29 | McTails | ka6sox-laptop: Yeah, I know |
06:19.39 | McTails | It takes 5 here |
06:19.47 | McTails | but I don't have tools like bison handy |
06:19.59 | McTails | And I've been sick, so I have a long todo |
06:20.05 | McTails | Prob. have everything done by next weekend |
06:20.25 | McTails | ka6sox-laptop: Anyway, what does your ISP have ? |
06:20.35 | rwhitby-away | back later - have to go to the beach. |
06:20.39 | ka6sox-laptop | bye! |
06:20.42 | McTails | Cya |
06:20.43 | ka6sox-laptop | enjoy! |
06:20.45 | CIA-9 | 03gerald_clark * 10unslung/make/dnsmasq.mk: DNS and DHCP Server. |
06:20.47 | McTails | Don't get burnt |
06:21.17 | McTails | The very mininuam is CGI-BIN support, and the availabity to run executables |
06:21.53 | McTails | Niceties; Perl 5.006 or later, Bundle::Bugzilla (not required, we can dump these right into the BZ folder, but it makes life easy), GD, and a SMTP daemon |
06:22.02 | ka6sox-laptop | McTails: well I have a PIII-800/512mb/RAID1-80GB |
06:22.15 | CIA-9 | 03gerald_clark * 10unslung/sources/ (dnsmasq.control dnsmasq.postinst dnsmasq.rc): DNS and DHCP server. |
06:22.46 | McTails | ka6sox-laptop: What's the web server, apache1 or 2 |
06:23.02 | ka6sox-laptop | apache 1 for now..but soon Apache 2 |
06:23.10 | McTails | I don't know if BZilla works w/ A2 |
06:23.31 | ka6sox-laptop | I'm not an early adopter of stuff for a production environment |
06:23.39 | CIA-9 | 03gerald_clark * 10unslung/Makefile: addes dnsmasq |
06:23.40 | McTails | I used A2 for production for over two years |
06:23.51 | McTails | anyway, what about perl, what version |
06:23.56 | ka6sox-laptop | 5.6 |
06:24.05 | McTails | It will work fine |
06:24.21 | McTails | Although I think for bundle bugzilla it needs 5.6.1, but I can install the modules by hand |
06:24.22 | ka6sox-laptop | running pmwiki |
06:24.29 | McTails | do we have GD ? |
06:24.44 | McTails | (it's optional, but nice) |
06:24.51 | ka6sox-laptop | don't know. |
06:25.01 | ka6sox-laptop | I could check that one. |
06:25.07 | ka6sox-laptop | its debian stable. |
06:25.11 | McTails | It should have it |
06:25.15 | McTails | ALthough it's not a base package |
06:25.35 | McTails | I assume you have MySQL ? |
06:25.40 | ka6sox-laptop | of course. |
06:25.46 | McTails | Just asking for good measure |
06:25.51 | McTails | Sounds like you have everything we need |
06:26.04 | ka6sox-laptop | cgi-bin is no problem |
06:26.11 | ka6sox-laptop | are you going to run bugzilla? |
06:26.19 | McTails | I mean, until I can run checksetup, we won't be sure, but it sounds good |
06:26.27 | McTails | of corse, BZilla is the best bugtracker I ever used |
06:26.43 | ka6sox-laptop | let me check apt-cache |
06:26.46 | McTails | oh, that reminds me, you have an SMTP daemon running ? |
06:26.59 | ka6sox-laptop | qmail |
06:27.17 | McTails | That will work as long as we have Net::SMTP, and it will accept messages from localhost |
06:27.37 | ka6sox-laptop | it does |
06:27.52 | McTails | Well, it's perfect |
06:27.59 | ka6sox-laptop | its linked to qmail-inject |
06:28.50 | McTails | Do you want to test setting it up, just to make sure we could do it for when rwhibty makes his choice, we know we won't end up w/ a dud |
06:29.09 | ka6sox-laptop | yes, I'll install Bugzilla |
06:29.14 | McTails | Ok |
06:29.20 | ka6sox-laptop | probalby won't get to it until tommorrow night. |
06:29.45 | ka6sox-laptop | I worked 14hrs today and need to get to bed soon. |
06:29.54 | McTails | Ok |
06:30.14 | ka6sox-laptop | not what I planned on doing mind you! |
06:30.23 | McTails | Whatcha plan on doing then ? |
06:30.35 | ka6sox-laptop | honeydoos |
06:30.42 | McTails | honey what ? |
06:30.59 | ka6sox-laptop | chores that my wife has lined up. |
06:31.14 | ka6sox-laptop | and playing with my son. |
06:31.22 | McTails | ah |
06:32.15 | ka6sox-laptop | oh..and playing with the openjtag website. |
06:32.27 | ka6sox-laptop | trying to populate it. |
06:32.34 | McTails | YOu work on OpenJTAG ? |
06:33.16 | ka6sox-laptop | yes. |
06:33.24 | glc | Anyone know that 'keramik' is doing in cflags in the CVS tcpwrappers package? |
06:33.35 | McTails | glc: I'll check |
06:34.48 | glc | I moved tcpwrappers to the end of the PACKAGES list in Makefile to get past it. |
06:35.05 | McTails | Wait ... I didn the inital tcpwrappers package |
06:35.13 | McTails | (is caffine deprived and forgot) |
06:43.03 | ka6sox-laptop | uh oh... |
06:43.18 | McTails | I need to remove the USB cable so I can put my NSLU back togeter |
06:43.21 | ka6sox-laptop | mctails: why do you ask about openJTAG? |
06:43.34 | McTails | I was just curious |
06:44.08 | ka6sox-laptop | okay..it is coming along. |
06:45.07 | ka6sox-laptop | what version of bugzilla are we looking for? |
06:45.13 | McTails | The stable one |
06:45.16 | McTails | 2.18 I believe |
06:46.16 | ka6sox-laptop | okay thanks. |
06:49.36 | ka6sox-laptop | on the G4? |
06:49.45 | McTails | Yeah |
06:49.57 | McTails | And I recovered my cross-compiler from my backup discs |
06:50.08 | ka6sox-laptop | the crosscompiler took about 3.5hrs on the iBook |
06:50.18 | McTails | 4 hrs on my PowerBook G4 |
06:50.22 | McTails | On Mac OS X that is |
06:50.42 | McTails | There is some support for OS X for unslung, but I think I'm going to drop it, some packages are just a pain |
06:50.45 | ka6sox-laptop | oh...I booted into Debian on the laptop. |
06:51.55 | ka6sox-laptop | bk clone? |
06:52.01 | McTails | No, 1.x |
06:52.06 | ka6sox-laptop | ah |
06:52.26 | McTails | 2.0 is using OE, so I'm not going to bother until we get to a pont where it's useful |
06:52.33 | McTails | although I really disapprove of using OE |
06:52.57 | ka6sox-laptop | oe is a nice environment but seems complicated. |
06:53.03 | McTails | It's overkill |
06:53.39 | McTails | I want to make a major change to the Unslung system, and I'm going to check t in as a branch |
06:53.47 | McTails | But CVS is evil when it comes to branching |
06:53.56 | ka6sox-laptop | true |
06:54.13 | McTails | I wish we could use subversion |
06:54.25 | ka6sox-laptop | I use CVS for my code. |
06:54.31 | ka6sox-laptop | been using it for years. |
06:54.34 | McTails | Same |
06:54.40 | McTails | But I looked into SVN, it's promising |
06:56.11 | ka6sox-laptop | I just need to start working on some of these changes I need to do...before falling asleep! |
06:56.17 | McTails | what changes |
06:56.19 | ka6sox-laptop | but I've been procrastinating. |
06:56.27 | ka6sox-laptop | wiki changes mostly |
06:56.33 | ka6sox-laptop | Me too. |
06:56.43 | ka6sox-laptop | I"m learning it by hacking on RedBoot |
06:56.49 | ka6sox-laptop | hence the need for JTAG. |
06:57.03 | McTails | I was hoping at some point to port RedBoot onto a WRT%$GS |
06:57.12 | McTails | But I know nothing of low level stuff like that :-( |
06:57.14 | kergoth | McTails: "Well, since we switched to OE, I can't compile anything easily" .. even if you couldnt use bk, the upstream oe repositories are accessible via snapshots, and a cvs mirror which is updated at least hourly. |
06:58.13 | ka6sox-laptop | I use the CVS mirror on OSX |
06:58.36 | ka6sox-laptop | but bk on debian. |
07:00.35 | *** join/#nslu2-linux Christopher_ (~Christoph@plo-cr1-212-105.peak.org) |