| 04:44:25 | mjn3 | kergoth: evening |
| 04:45:38 | kergoth | hey |
| 04:45:40 | kergoth | how goes it? |
| 04:46:50 | mjn3 | ok. i'm out of town and have only had about 4 hours this week on the computer. i'll be up several hours getting something done that some people need for friday morning. :-( |
| 04:46:55 | mjn3 | how goes it with you? |
| 04:47:02 | kergoth | ack, busy busy eh? |
| 04:47:10 | kergoth | not too bad. daily grind, same shit, different day. |
| 04:47:42 | mjn3 | i really need to get fully focused on the new uclibc i10n/i18n work. i need to have that done by mid nov |
| 04:47:51 | mjn3 | how goes the new oz? |
| 04:48:15 | kergoth | not bad. the opie folks are fixing things rapidly. |
| 04:48:26 | kergoth | been more busy with real life than such projects lately |
| 04:48:34 | mjn3 | same here |
| 06:56:56 | psypete | is back (gone 07:41:13) |
| 07:01:26 | psypete | is away: nite |
| 12:42:43 | psypete | is back (gone 05:41:16) |
| 12:50:13 | psypete | i have busybox a question |
| 12:51:09 | psypete | what is there that could force hush to exit right after runnning? as soon as i execute hush, it exits, with "exit" after the prompt. |
| 15:14:18 | psypete | is away: brekkies |
| 22:56:21 | bug1 | hi |
| 23:05:27 | bug1 | how do i run the tar tests ? |
| 23:22:50 | bug1 | andersee: glad you noticed dpkg was broken, at least i know someone looked at it :) |
| 23:24:28 | andersee | hehe |
| 23:25:19 | andersee | bug1, what I do is compile up busybox. Then cd tests and run "./tester.sh" |
| 23:25:32 | bug1 | does docs/contributing.txt still represent the official policy |
| 23:25:35 | bug1 | k |
| 23:26:13 | bug1 | i notice it says no dhcp servers, but udhpcd is in there now (not that i have a plroblem iwht it) |
| 23:26:24 | bug1 | problem with |
| 23:27:03 | BZFlag | bug1: that's a dhcp client. |
| 23:27:14 | bug1 | im wondwering because im thinking of doing raidtools applets |
| 23:27:20 | BZFlag | or are they both there now? |
| 23:27:42 | andersee | bug1: re docs/contributing.txt I dunno. I've not read it. :) |
| 23:27:46 | bug1 | yea they are both in there now, more closely synced with upstream |
| 23:28:24 | andersee | bug1: actually, I'd have a use for raidtools... |
| 23:28:30 | andersee | bug1: So go for it. |
| 23:28:32 | andersee | :) |
| 23:28:52 | andersee | bug1: Probably needs a new directory |
| 23:29:07 | bug1 | andersee: cool, yea i was going to make a raidtools2 dir |
| 23:29:48 | bug1 | one thing im not sure about, upstream uses _llseek system call, is it save to just use lseek ? |
| 23:29:54 | BZFlag | and please add emacs while you're at it. (not) |
| 23:29:56 | bug1 | dont they do the same thing ? |
| 23:30:48 | bug1 | andersee: raidtools applets will save a bit of space because there is a lot (80%) of common functions between all the commands |
| 23:31:15 | bug1 | 80% is a guess, upstream probably could have made a raidtools library |
| 23:32:57 | bug1 | andersee: ./tester.sh doesnt do tar tests |
| 23:33:06 | andersee | hmm |
| 23:34:25 | andersee | bug1: oops. My bad. |
| 23:34:32 | andersee | bug1: cd testsuite |
| 23:36:05 | bug1 | andersee: ahh, forgot about that directory |
| 23:43:48 | bug1 | ahh damn... i should have listened to my insticts when before i went and changed the '-' handling for stdin... |
| 23:44:28 | bug1 | sometimes you think youve seen a better way only to realise youve forgot about something |