| 00:00.22 | *** join/#uclibc CIA-37 (n=CIA@208.69.182.149) |
| 00:08.08 | *** join/#uclibc Jacmet (i=peko@stolen.plutonium.dk) [NETSPLIT VICTIM] |
| 01:10.39 | *** join/#uclibc animeloe (n=animeloe@unaffiliated/animeloe) |
| 01:30.43 | *** join/#uclibc austinf (n=austinf@75-92-1-28.war.clearwire-wmx.net) |
| 02:06.11 | *** join/#uclibc DuratarskeyK (n=wedge@109-161-88-29.pppoe.yaroslavl.ru) |
| 02:38.36 | *** join/#uclibc mnt_real (n=sinan@bas1-montreal43-1177754708.dsl.bell.ca) |
| 03:33.10 | *** join/#uclibc dileX (n=sd@vpn-eu1.unidsl.de) |
| 03:42.52 | *** join/#uclibc animeloe_ (n=animeloe@unaffiliated/animeloe) |
| 03:51.11 | *** join/#uclibc animeloe_ (n=animeloe@unaffiliated/animeloe) |
| 04:16.12 | *** join/#uclibc animeloe (n=animeloe@unaffiliated/animeloe) |
| 04:36.22 | *** join/#uclibc dileX_ (n=sd@p5B2ED2CA.dip.t-dialin.net) |
| 04:48.18 | *** join/#uclibc dileX_ (n=sd@vpn-eu2.unidsl.de) |
| 04:56.45 | *** join/#uclibc nataraj (n=nataraj@122.178.146.213) |
| 05:46.29 | *** join/#uclibc curious (i=curious@bwv190.internetdsl.tpnet.pl) |
| 05:51.29 | *** join/#uclibc dileX (n=sd@p5B2ED2CA.dip.t-dialin.net) |
| 06:49.42 | *** join/#uclibc ncopa (n=ncopa@245.39.189.109.customer.cdi.no) |
| 06:50.34 | *** join/#uclibc y_morin (n=ymorin@ARennes-252-1-7-136.w83-195.abo.wanadoo.fr) |
| 07:04.59 | *** join/#uclibc Xires012 (n=Xires@66-190-79-122.dhcp.dntn.tx.charter.com) |
| 07:13.06 | *** join/#uclibc nataraj (n=nataraj@122.178.146.213) |
| 07:13.19 | nataraj | Hi |
| 07:13.34 | nataraj | need a help on hardware ECC on Nand flash |
| 07:14.29 | nataraj | does BR have any role in this? at least while generating the jffs2 image? |
| 07:15.00 | nataraj | my SBC has an ECC controller |
| 07:15.40 | nataraj | presently on 2.6.30 with Atmel patches |
| 07:16.30 | nataraj | working well using CONFIG_MTD_NAND_ATMEL_ECC_SOFT=y |
| 07:16.50 | nataraj | but errors with CONFIG_MTD_NAND_ATMEL_ECC_HW |
| 07:17.48 | nataraj | mtd->read(0x400 bytes from 0xee0000) returned ECC error |
| 07:40.42 | *** join/#uclibc hw (n=hw@p578b3905.dip0.t-ipconnect.de) |
| 08:12.53 | CIA-37 | 03vda.linux 07master * r2edba21f4c59 10busybox/ (Config.in libbb/unicode.c libbb/unicode_wcwidth.c): more fine-grained Unicode support |
| 08:12.56 | CIA-37 | 03vda.linux 07master * rac3645051ce2 10busybox/docs/ (unicode_UTF-8-test.txt unicode_full-bmp.txt): Example Unicode files |
| 08:52.11 | *** join/#uclibc Redhatter (n=vk4msl@203.94.56.252) |
| 09:12.24 | *** join/#uclibc yow (i=kcyow@219.85.32.30) |
| 09:12.46 | yow | Hi everyone |
| 09:13.03 | yow | is there anyone here free to help? |
| 09:13.28 | yow | my problem may be an easy one, for many of you |
| 09:14.05 | yow | im trying to compile (make) OpenNTPD for an ARM7 platform |
| 09:15.58 | yow | I managed to compile it successfully using the ARM toolchain, however, the following error message was displayed when I ran it on the ARM target board |
| 09:16.16 | yow | socket: Address family not supported by protocol |
| 09:17.03 | yow | I suspect the above error msg was generated by the following line of code in ntpd.c: |
| 09:17.17 | yow | if (socketpair(AF_UNIX, SOCK_STREAM, PF_UNSPEC, pipe_chld) == -1) |
| 09:18.39 | yow | I've compiled & run a very simple sample code demonstrating the socketpair() function bu the same error msg was displayed |
| 09:21.31 | yow | The simple sample code which I downloed from internet is written by Beej, which is available at: |
| 09:21.34 | yow | http://beej.us/guide/bgipc/examples/spair.c |
| 09:23.59 | yow | After searching on the internet for more than a week, Im thinking the cause(s) to the problem could be either of the followings: |
| 09:24.43 | yow | 01. uClinux does not support socketpair() function. However, it seems that it's available in the toolchain |
| 09:27.23 | yow | 02. AF_UNIX (PF_UNIX) is omitted when the developer of the ARM board compiled the uClinux Kernel. Can anyone tell me which option should be checked in order to have the AF_UNIX domain included in the kernel, or, to include the socketpair() function? |
| 09:28.55 | yow | I hope my questions were presented properly & neatly enough and do not offend anyone in the room. |
| 09:29.20 | yow | Can anyone help? TIA. -yow- |
| 09:30.06 | yow | p.s.: The ARM toolchain and the uClinux used are as follows: |
| 09:31.52 | yow | 01. cat uClinux-dist/version => July 17 2006 |
| 09:35.25 | Mirell | yow: I haven't used uClinux, but trying on an ARMv6L system with uClibc+gcc, no issues. |
| 09:35.58 | yow | gcc? is it not arm-elf-gcc? |
| 09:36.18 | yow | hi Mirell, thanks for your reply & info. |
| 09:36.41 | Mirell | yow: armv6l-unknown-linux-gnueabi-gcc but that was too long to type. |
| 09:37.04 | yow | Mirell: The version of arm-elf-gcc that i'm using is 3.3.4, i reckon |
| 09:37.08 | Mirell | Lord. |
| 09:37.12 | Mirell | That's stone age. |
| 09:38.23 | yow | i guess the reason why the developer used arm-elf-gcc for this board ie because the MCU is a low-end ARM7 but not high-end ons nor ARM9 |
| 09:39.39 | yow | I'm going to try to write AP for an ARM9 board later which I think is using the more up-to-date compiler, lib & kernel |
| 09:39.51 | Mirell | yow: Have you tried creating a socket for other protocols, just for grins? |
| 09:40.19 | yow | Mirell, do u know what could be the cause to the problem from the error msg? |
| 09:41.03 | Mirell | yow: Not offhand, sorry, but that'd be something I'd try, just to see what occurs. |
| 09:42.00 | yow | Mirell: personally not yet, however, dhpc and ntp client are running on the baord without any problem. Also, many internet related APs have been developed and run on the board without any problem. So, I'm 100% sure socket() is working on the board/kernel |
| 09:42.46 | Mirell | yow: Right, I'm just curious if instead of PF_UNSPEC, try something else. |
| 09:42.54 | Mirell | yow: For socketpair. |
| 09:43.43 | Mirell | yow: Since it gives an Address family not supported. |
| 09:43.45 | yow | Mirell: I agree with you and have thought to do that, however, Im afraid I've fogotten to run a simple code using socket() before I posted my question here. I think I've waisted too much time beating around the bushes :( |
| 09:44.06 | Mirell | Heh |
| 09:44.38 | yow | Mirell: As far as I know, PF_UNSPEC == 0, which is the "default" protocol? |
| 09:44.56 | yow | Mirell: I've replaced PF_UNSPEC with 0 before but still failed |
| 09:46.00 | yow | Mirell: Just for the record, I've tried PF_UNIX, PF_LOCAL, AF_LOCAL, & SOCK_DGRAM but all failed. |
| 09:46.04 | Mirell | Hmm. |
| 09:49.44 | yow | Mirell: could it be something missing in the uClinux kernel when the developer compiled (make menuconfig) the kernel? Some option(s) has been missing or has not been selected? |
| 09:50.17 | Mirell | yow: Unix Domain Sockets enabled? |
| 09:51.48 | yow | Mirell: That's one of the possbile causes which I suspect, i.e. AF_UNIX is not available, but, do u know which (make menuconfig) option is needed for that? |
| 09:52.51 | Mirell | <PROTECTED> |
| 09:52.53 | mnemoc | CONFIG_UNIX |
| 09:52.55 | Mirell | <PROTECTED> |
| 09:52.59 | Mirell | <PROTECTED> |
| 09:53.03 | Mirell | <PROTECTED> |
| 09:53.07 | Mirell | <PROTECTED> |
| 09:53.11 | Mirell | <PROTECTED> |
| 09:53.15 | Mirell | Gah |
| 09:53.18 | Mirell | That was a horrible, horrible paste |
| 09:53.20 | Mirell | Sorry. |
| 09:53.33 | mnemoc | =) |
| 09:53.37 | yow | Mirell: it's ok, thanks, let me figure it out now... |
| 09:57.30 | yow | Mirell: Sorry, a stupid question from me: Which file should I check to find out the above info? Is it the Makefile, config.in, or? |
| 09:57.59 | Mirell | For your kernel config? |
| 09:58.58 | Mirell | Were you given the source of it? |
| 09:59.07 | yow | Mirell: Yes. I mean which file should I check under uClinux-dist/ to find out the `make config' options or features which have been selected or enabled by the developer |
| 09:59.27 | Mirell | yow: I'm unsure. I don't use uClinux |
| 09:59.41 | Mirell | yow: grep -r "CONFIG_UNIX" * |
| 09:59.46 | Mirell | yow: It'll find it eventually. ^^ |
| 10:00.11 | yow | Mirell: I'm afraid I do not have the complete source as the developer would keep it as "secret" |
| 10:00.27 | yow | Mirell: let me try the grep command. |
| 10:00.47 | Mirell | yow: By any bizarre chance, is there a /proc/config.gz on the board when it's running? |
| 10:01.38 | yow | Mirell: let me look for /proc/config.gz now |
| 10:04.09 | yow | Mirell: Shall I copy&paste the ouput of the `grep -r CONFIG_UNIX uClinux-dist/' command to http://www.pastebin.ca/ for you to have a quick look? it may be easy for you to spot the line you want |
| 10:04.33 | Mirell | Sure |
| 10:04.49 | yow | Mirell: Thanks, please wait. |
| 10:08.16 | yow | Mirell: Here you are: http://www.pastebin.ca/1770552 |
| 10:09.40 | Mirell | yow: No /proc/config.gz I take it? |
| 10:09.56 | yow | Mirell: pls wait. |
| 10:10.16 | Mirell | yow: And you're running Linux 2.4 it looks like |
| 10:10.44 | yow | MIrell: Is this what we after: /mnt/vm/uClinux-dist/linux-2.4.x/.config:# CONFIG_UNIX is not set |
| 10:10.50 | Mirell | Looks it |
| 10:11.15 | yow | Mirell: Hope you don't mind to have a look at this: http://imagebin.ca/view/fyQ41w.html |
| 10:11.37 | Mirell | "Unix Domain Sockets" |
| 10:11.49 | Mirell | That would most distinctly cause your issue. |
| 10:13.00 | Mirell | Enable that sucker. |
| 10:13.14 | yow | Mirell: Im afraid the "Unix Domain Sockets" keyword is not available in http://www.pastebin.ca/1770552. So? |
| 10:13.39 | yow | Mirell: Thanks, How can I miss that!!!! |
| 10:13.40 | Mirell | yow: On the menuconfig you pasted |
| 10:13.43 | Mirell | Heh. |
| 10:13.58 | Mirell | It happens. |
| 10:14.03 | yow | Mirell: Really? let me find again. |
| 10:14.25 | Mirell | yow: Right above TCP/IP Networking |
| 10:14.33 | mnemoc | vi .config is simpler |
| 10:14.39 | Mirell | That too. |
| 10:14.56 | Mirell | But since he was four cursor-downs in the screenshot.. |
| 10:15.11 | mnemoc | :) |
| 10:16.06 | yow | Mirell: I sued less instead of vim just now and I missed it due to the different character "case" :) |
| 10:16.26 | yow | Mirell: /mnt/vm/uClinux-dist/linux-2.4.x/net/Config.in:tristate 'Unix domain sockets' CONFIG_UNIX |
| 10:16.41 | Mirell | yow: You don't want to edit Config.in |
| 10:17.14 | Mirell | yow: Just enable it in the menuconfig you had open |
| 10:17.19 | yow | Mirell: I found only the above line which contain the keyword but it doesn't say if it's selected or not. Am I missing anything? |
| 10:17.48 | mnemoc | gosh :( |
| 10:17.56 | Mirell | yow: Right, Config.in are the files that generate the menuconfig. |
| 10:18.07 | Mirell | yow: /mnt/vm/uClinux-dist/linux-2.4.x/.config is the file is your config |
| 10:18.15 | yow | Mirell: I think I know now, however, i have no control over that. What I can do is to feedback this info and request the developer to do it for me instead :( |
| 10:18.20 | Mirell | yow: # CONFIG_UNIX is not set |
| 10:18.26 | Mirell | yow: Which says it wasn't enabled. |
| 10:18.43 | Mirell | yow: How come you can't compile the kernel yourself? |
| 10:19.06 | yow | Mirell: The source is not "opened" :( |
| 10:19.07 | mnemoc | yow: mail the mighty developer and ask him to press the space bar at "Unix domain sockets" for you |
| 10:19.12 | Mirell | Hmm. |
| 10:19.19 | Mirell | You can try compiling it as a module. |
| 10:19.40 | yow | Mirell: that's what Im going to do if I have no other choice |
| 10:19.57 | yow | Mirell: Can I? Do you mind to teach me how to do that? |
| 10:20.40 | yow | Mirell: Or, give me a pointer or some documentation so that I can read it myself, if it's not that easy to explain here |
| 10:21.13 | mnemoc | it's [ ] ... modules are disabled |
| 10:21.30 | mnemoc | err |
| 10:22.13 | yow | Mirell: Before we carry on, can you tell me the exact line in http://www.pastebin.ca/1770552, which tells us that "UNIX Domain Socket" is not compiled in the kernel? |
| 10:22.29 | Mirell | mnemoc: Ah, you're right. |
| 10:22.39 | mnemoc | yow: 17 |
| 10:22.46 | Mirell | yow: /mnt/vm/uClinux-dist/linux-2.4.x/.config:# CONFIG_UNIX is not set |
| 10:23.41 | Mirell | Although. |
| 10:23.46 | yow | Mirell: Do you mean I can re-compile the uClinux-dist and have the "UNIX Domain Sockets" ONLY in it and run it as a module on the target board? |
| 10:23.53 | Mirell | Wait. |
| 10:23.59 | Mirell | My brain is tired. |
| 10:24.09 | Mirell | How in the world are you getting a "closed source" Linux kernel? |
| 10:24.11 | yow | Mirell: Thanks |
| 10:24.34 | yow | Mirell: Probably cos I'm now in Taiwan?! |
| 10:24.58 | Mirell | That still doesn't make it legal. |
| 10:25.31 | yow | Mirell: I know the developer has to "open" the source code by law but I'm not sure if it's a good idea for me to press them though. |
| 10:25.46 | Mirell | Mmm. |
| 10:25.51 | Mirell | Anyways, tell him to enable that. |
| 10:25.54 | yow | Mirell: I'd be in heaven if they would let me have the source. |
| 10:26.17 | mnemoc | yow: and what are you grepping if you don't have the source? |
| 10:26.23 | yow | Mirell: I'm not even sure they would enable that for me as I'm not their BIG client! |
| 10:27.30 | Mirell | mnemoc: Quick, write a user-space daemon for UDS |
| 10:27.37 | Mirell | That should take, what, four hours? |
| 10:27.43 | yow | Mirell: I was grepping the "stardard" source. That implies our discussion so far is just a guess, however, I'm pretty sure that's the cause. Sorry for didn't make this clear before. |
| 10:28.21 | Mirell | yow: So, do you compile anything from this source tree? |
| 10:29.11 | yow | Mirell: No. I write AP using the standard lib or the small APIs provided by the developer |
| 10:29.49 | Mirell | Mmm. |
| 10:30.22 | yow | Mirell: I'm afraid writing a "user-space daemon for UDS" is beyond me for the time being as I do not even know what it is. |
| 10:30.26 | mnemoc | file a bug report to your vendor and make your app bind a local tcp port instead of an UDS for now |
| 10:31.42 | yow | MIrell: Do you mean I should use socket() to create a socket pair using PF_INET instead of PF_UNIX for the time being? |
| 10:31.59 | Mirell | yow: Right. |
| 10:32.42 | yow | Mirell: Just for your info, I tried using INET with socketpair() but I think it failed |
| 10:33.13 | Mirell | yow: Did you change the address family? |
| 10:34.22 | Mirell | yow: AF_INET, instead of AF_UNIX |
| 10:34.29 | yow | Mirell: I used: if (socketpair(AF_INET, SOCK_STREAM, 0, sv) == -1) |
| 10:35.56 | mnemoc | not socketpair, socket |
| 10:36.13 | mnemoc | socketpair is UDS-only |
| 10:36.35 | yow | Mirell: ok. anyway, i suspect that AF_UNIX is not supported by socketpair(), am i right? |
| 10:36.51 | yow | Mirell: ic |
| 10:37.00 | mnemoc | AF_UNIX is not suppored by your "closed source" kernel |
| 10:37.24 | yow | MIrell: Mmm |
| 10:37.34 | Mirell | Dude, mnemoc is also talking. |
| 10:37.35 | mnemoc | .oO( when did i become Mirell? )o |
| 10:37.38 | Mirell | It's not just me. |
| 10:37.39 | Mirell | Heh |
| 10:37.51 | mnemoc | ^^ |
| 10:38.01 | Mirell | Tab-completion FTW |
| 10:38.29 | mnemoc | hehe |
| 10:38.56 | yow | mnemoc: Sorryyyyy, guess either my eyes or my mind is not working properly now :) |
| 10:38.57 | mnemoc | Mirell: btw, shouldn't you be *sleeping* ? |
| 10:39.05 | Mirell | Yeah... |
| 10:39.10 | Mirell | Shit. |
| 10:39.15 | Mirell | It's 4:43 |
| 10:39.23 | mnemoc | good night ;-) |
| 10:39.25 | Mirell | Nah |
| 10:39.33 | Mirell | By this point, might as well stay up |
| 10:39.40 | yow | mnemoc: it's 18:39 over here now |
| 10:39.46 | Mirell | Head into work at 6, stay till 3, and come home and sleep |
| 10:40.24 | mnemoc | :\ |
| 10:40.28 | yow | Mirell: may i know where u r from? |
| 10:40.42 | Mirell | yow: Tejas. |
| 10:40.58 | yow | mnemoc: may i know where r u from too? |
| 10:41.02 | mnemoc | funny i have the same time delta with both |
| 10:41.08 | mnemoc | spain |
| 10:41.41 | yow | Mirell: Tejas == Texas? |
| 10:41.59 | Mirell | yow: Si. |
| 10:42.04 | yow | Mirrel: are you french? |
| 10:42.17 | mnemoc | yow: in spanish is pronounced with 'j' |
| 10:42.18 | Mirell | ...the thought of that cracks me up. |
| 10:42.30 | yow | Mirell: what do u mean by "Tab-completion FTW"? |
| 10:42.33 | Mirell | OUI I AM A FRENCHMAN IN TEXAS, OUI OUI |
| 10:42.40 | mnemoc | =) |
| 10:42.41 | Mirell | ...yah, no. |
| 10:42.41 | yow | Mirell: Why? |
| 10:42.56 | mnemoc | .oO |
| 10:43.01 | Mirell | yow: Just joking with you. |
| 10:43.58 | mnemoc | yow: FTW=for the win |
| 10:43.59 | yow | Mirell: ic, however, i think some ppl must be using some sort of script to have the names of the chatters keyed in the simpler way? |
| 10:44.14 | mnemoc | yow: people uses irc clients with good tab completion algorithms |
| 10:44.33 | Mirell | Sometimes I try to tab complete a sentence. |
| 10:44.43 | Mirell | Even though there's absolutely no way any program could do so, |
| 10:44.48 | yow | mnemoc: ic. im using xchat, does it has this feature? |
| 10:44.56 | Mirell | I just try for a second, because my brain wants it to. |
| 10:45.03 | Mirell | "Tab complete my thoughts, damnit!" |
| 10:45.04 | mnemoc | probably, try m<tab> |
| 10:45.21 | yow | ooo it works! |
| 10:45.39 | mnemoc | Mirell: it's a natural reflex.. like using vi shortcuts on the location bar of the browser :< |
| 10:45.39 | yow | I tried a couple of minutes before but it didn't work |
| 10:46.10 | mnemoc | some irc clients only accept it at the begining of the line |
| 10:46.39 | yow | mnemoc: i think xchat does |
| 10:47.20 | yow | mnemoc: but it ends with a comma instead of a collon :( |
| 10:47.52 | yow | mnemoc: have that fixed :) |
| 10:48.02 | mnemoc | good |
| 10:48.07 | yow | mnemoc: thanks |
| 10:48.22 | yow | mnemoc: So, you're certain that using socket() to create a pair of sockets using PF_INET and use it in ntpd.c will work? |
| 10:49.10 | yow | Mirell: still there? Sorry, forgot to say `Good Night' to you. Thank you very much for your help & advice too. Many thanks. |
| 10:50.48 | Mirell | Sure |
| 10:51.01 | Mirell | mnemoc: That's what Vimperator is for. |
| 10:51.06 | Mirell | mnemoc: Duh |
| 10:51.55 | mnemoc | Mirell: woh, i didn't know it. thanks! :) |
| 10:53.21 | Mirell | It is the awesomeness. |
| 10:53.58 | yow | Mirell: Never heard of Vimperator before this. |
| 10:55.39 | yow | Mirell: Just to confirm with you again. So, you're certain that I can compile UDS as a module and use it on the ARM board? |
| 10:55.57 | mnemoc | yow: you will need to change more than one line to switch from socketpair(AF_UNIX) to socket(AF_INET) |
| 10:56.35 | yow | Mirell: For your info, all the directories are read only except for /usr & /flash |
| 10:57.06 | Mirell | yow: No, you can't compile as a module, since your "closed-source" kernel apparently doesn't have module support. |
| 10:57.23 | yow | mnemoc: do you mean I need to change more lines for the OpenNTPD source? |
| 10:57.38 | yow | Mirell: ic |
| 10:58.23 | mnemoc | yow: all this is probably *far* off-topic for this channel. you may want to try #elinux or #dev instead next time. but first get a book about network programming. |
| 10:59.27 | yow | mnemoc: Thanks for the info. Actually, I was wondering which room I should go before asking my questions at the beginning |
| 11:00.10 | yow | mnemoc: i'll get a book on the subject. btw, is there any that you recommend? |
| 11:00.43 | mnemoc | stevens' unix network programming volume 1 is the classic text of the topic |
| 11:01.30 | yow | mnemoc: Thanks, i'll check it out |
| 11:02.04 | mnemoc | yw |
| 11:03.39 | yow | Mirell & mnemoc: Thanks for your help thus far. I'm going to give a ring to my mum in Malaysia (I'm Malaysian) now. |
| 11:04.24 | yow | Mirell & mnemoc: ttul |
| 11:04.51 | mnemoc | cu |
| 11:08.09 | yow | Mirell: Sorry that I fogotten to look for /proc/config.gz on the ARM target board just now. anyway, it's not there |
| 11:08.19 | Mirell | yow: 'sall right |
| 11:10.10 | yow | Mirell: The reason why i forgot is because i need to SSH to my FC3 server before I can telnet to the baord. however, the SSH server on FC3 is either buggy or is not configured properly/correctly by me as it always take several minutes and a couple of attempts before I can ssh to it! |
| 11:12.00 | yow | Mirell: Once the first SSH connection returns a password prompt, it'll be quick to make further SSH connections until the following day (have all connections closed over-night). |
| 11:12.19 | yow | Mirell: anyway, that's a different matter. |
| 11:22.25 | yow | Mirell & mnemoc: Mum has gone to bed. |
| 11:22.35 | yow | BTW, is there any book you recommend for learning about the (GNU) (Auto)Make & (Auto)Configure? Is there any quick startup guide? |
| 11:26.19 | *** join/#uclibc tchan (n=tchan@lunar-linux/developer/tchan) |
| 11:32.16 | Mirell | Not really. |
| 11:32.28 | Mirell | They're all about the same as beating your head against a concrete wall. |
| 11:33.19 | yow | Mirell: ic :( |
| 11:33.37 | yow | Mirell: probably im too old for that, i wonder... |
| 11:35.46 | yow | Mirell: im going to be 41 on the first day of Chinese New Year :( |
| 11:36.32 | yow | Mirell: I bet you & mnemoc are considerably younger than me :) |
| 11:56.25 | Mirell | Don't know about mnemoc |
| 11:56.29 | Mirell | I'm mid-20s. |
| 11:58.28 | yow | Mirell: Good for you! I really think I started off too late :( |
| 11:59.52 | yow | Mirell: Wodering if I can make enough money to marry a wife and start a family... :( :) |
| 12:01.47 | yow | Mirell: It's 20:01 over here now, I better go to have my dinner now before the (cheap) food store close :) |
| 12:02.27 | yow | Mirell: Thanks again. im going to shutdown my computer in order to "save the world" and some money :) |
| 12:02.37 | yow | Mirell: Take good care & bye now |
| 12:07.15 | yow | Mirell: p.s.: Try not to go to bed so late so often as you'll put your body/health at risk!! im suffering from that now. Eat properly too. |
| 12:07.23 | yow | bye everyone |
| 12:10.20 | *** join/#uclibc gustavoz (n=gustavoz@host5.201-253-139.telecom.net.ar) |
| 12:16.56 | Mirell | Lord. |
| 12:17.10 | Mirell | Friendly enough, at least. |
| 12:17.33 | Mirell | *dies* |
| 12:26.56 | *** join/#uclibc nataraj (n=nataraj@122.178.167.28) |
| 12:26.59 | nataraj | Hi |
| 12:27.54 | nataraj | "make linux26-menuconfig" comes with CONFIG_MTD_NAND_ATMEL_ECC_HW=y |
| 12:28.01 | nataraj | in BR |
| 12:29.12 | nataraj | does it mean the resulting "buildroot-2009.11/output/images/rootfs.arm.jffs2" will be suited for Hardware ECC? |
| 12:30.58 | nataraj | just to know all three 1)u-boot 2}rootfs.arm.jffs2 3)uImage are well 'aligned' or just separately built |
| 13:01.54 | *** join/#uclibc dileX (n=sd@vpn-eu2.unidsl.de) |
| 13:09.01 | busybot | [New Bug] https://bugs.uclibc.org/1009 nor, P5, buildroot, gustavo@zacarias.com.ar->unassigned@buildroot.uclibc.org, NEW, pending, [SECURITY] Bump php to 5.2.12 |
| 13:38.57 | *** join/#uclibc y_morin (n=ymorin@ARennes-252-1-7-136.w83-195.abo.wanadoo.fr) |
| 13:57.37 | *** join/#uclibc mnt_real (n=sinan@bas1-montreal43-1177754708.dsl.bell.ca) |
| 14:00.36 | CIA-37 | 03jacmet 07master * rb50b998d9473 10buildroot/toolchain/kernel-headers/ (3 files): kernel-headers: bump 2.6.27.x / 2.6.32.x stable versions |
| 14:00.38 | CIA-37 | 03gustavo 07master * re052e9709ae6 10buildroot/ (CHANGES package/php/php.mk): Bump php to 5.2.12 |
| 14:01.22 | CIA-37 | 03jacmet 07master * r934c7bb7b51e 10buildroot/CHANGES: CHANGES: add #1009 |
| 14:05.05 | *** join/#uclibc dileX_ (n=sd@p5B2ED2CA.dip.t-dialin.net) |
| 14:12.18 | *** join/#uclibc animeloe (n=animeloe@unaffiliated/animeloe) |
| 14:38.25 | *** join/#uclibc tsukasa (n=tsukasa@unaffiliated/tsukasa) |
| 14:38.55 | *** join/#uclibc svolpe (n=Gerrath@c-71-60-184-221.hsd1.pa.comcast.net) |
| 15:00.07 | *** join/#uclibc wberrier (n=wberrier@12.191.193.40) |
| 15:45.18 | CIA-37 | 03vda.linux 07master * ra42524251eff 10busybox/sysklogd/syslogd.c: syslog: remove stray umask(0) |
| 16:11.25 | *** join/#uclibc fabled (n=fabled@letku109.adsl.netsonic.fi) |
| 16:12.57 | *** join/#uclibc austinf (n=austinf@75-92-1-28.war.clearwire-wmx.net) |
| 16:36.07 | *** join/#uclibc sjhill (n=sjhill@home.bethel-hill.org) |
| 17:29.57 | *** join/#uclibc WildPikachu (n=nkukard@about/linux/staff/wildpikachu) |
| 17:46.10 | *** join/#uclibc blindvt (n=bf@84.119.103.202) |
| 17:48.47 | *** join/#uclibc y_morin (n=ymorin@ARennes-252-1-7-136.w83-195.abo.wanadoo.fr) |
| 18:06.43 | *** join/#uclibc austinf (n=austinf@74.92.231.110) |
| 19:22.12 | *** join/#uclibc gustavoz_mile (n=gustavoz@host5.201-253-139.telecom.net.ar) |
| 19:24.07 | *** join/#uclibc gustavoz_mile (n=gustavoz@host5.201-253-139.telecom.net.ar) |
| 19:25.37 | *** join/#uclibc gustavoz (n=gustavoz@host5.201-253-139.telecom.net.ar) |
| 19:27.00 | *** join/#uclibc gustavoz_mile (n=gustavoz@host5.201-253-139.telecom.net.ar) |
| 19:47.37 | *** join/#uclibc gustavoz_mile (n=gustavoz@host5.201-253-139.telecom.net.ar) |
| 20:32.22 | blindvt | hi |
| 20:34.08 | dougmencken | hello |
| 20:38.12 | *** join/#uclibc y_morin (n=ymorin@ARennes-252-1-7-136.w83-195.abo.wanadoo.fr) |
| 20:38.34 | y_morin | hi! |
| 20:38.38 | austinf | hi! |
| 20:39.05 | dougmencken | good news: it's friday |
| 20:39.16 | austinf | no kidding :) |
| 20:39.28 | dougmencken | no, really |
| 21:11.20 | *** join/#uclibc animeloe (n=animeloe@unaffiliated/animeloe) |
| 21:15.56 | *** join/#uclibc Dj-Death (n=djdeath@potipota.net) |
| 21:30.52 | *** join/#uclibc y_morin_ (n=ymorin@ARennes-252-1-7-136.w83-195.abo.wanadoo.fr) |
| 21:32.46 | *** join/#uclibc y_morin (n=ymorin@ARennes-252-1-7-136.w83-195.abo.wanadoo.fr) |
| 21:55.02 | blindvt | austinf, bad news is that today was the funeral of one of my grandmas. Bad slice, but that's how life goes |
| 21:55.28 | austinf | blindvt, very sad |
| 22:01.55 | *** join/#uclibc tsukasa (n=tsukasa@unaffiliated/tsukasa) |
| 22:03.08 | y_morin | blindvt: my sincere sympathy... |
| 22:07.59 | blindvt | y_morin, thanks alot |
| 22:44.57 | *** join/#uclibc tsukasa (n=tsukasa@unaffiliated/tsukasa) |
| 23:22.16 | *** join/#uclibc likewise (n=likewise@215-65-ftth.onsneteindhoven.nl) |