IRC log for #htc-linux on 20110428

00:02.02jonprywhat is CWM?
00:02.29hycclockworkmod recovery
00:02.31arrrghhhsorry, clockworkmod
00:02.37arrrghhh:P
00:02.41hycI'm tempted to look into it
00:02.49arrrghhhhyc, i've used it
00:02.53hycthe current init rootfs stuff totally pisses me off
00:02.56arrrghhhit's fairly close to native AFAIK
00:03.00arrrghhhlol
00:03.06arrrghhhit's kinda silly with partitioned builds.
00:03.06jonpryi am going to build a nilfs kernel and partioned build is really 99% of the work
00:03.12arrrghhhneopeek made it more sensible for sure.
00:03.37hycright now I have most things working ok with /system and /data partitions
00:04.01hycbut I still can't get a clean unmount of /data on shutdown/reboot
00:04.36jonprykill -9 all processes?
00:04.51hycI guess that'd be the thing to try next
00:05.09hycI'm also annoyed that shutdown/reboot is done from the android servicemanager
00:05.19hycwhy isn't it done from the init process?
00:05.34hycright now if you indiscriminately kill-9 everything, you also kill yourself
00:06.00arrrghhhlol
00:06.10hycand never get to the reboot() syscall :P
00:06.11jonpryandroid service stuff is out of control
00:06.28hycapparently written by people without a clue
00:06.47hycsystem shutdown/reboot should always be init's responsibility
00:07.00hycit's the only process in the system that's guaranteed to always be running
00:07.17arrrghhhkinda needs to be
00:07.26jonprybut its just a bash script on android
00:07.35hycno, it execs a binary
00:07.44jonprywhich is not pid==0
00:07.51hycinit is always pid=1
00:07.59hycthere is no pid=0
00:08.04jonpryor 1
00:08.27hyceh? init is always pid=1, on all unix systems
00:08.52jonpryyour right. i'm saying bash gets pid 1, then init.android gets new pid
00:10.01hycno, bash execs init.android, pid stays 1
00:10.44hycI wish they didn't leave init so braindead. I miss being able to kill -1 1 to make it reread the init.rc
00:11.22jonpryadd real init?
00:11.38hycprobably will just add some signal handlers to init.android
00:12.21hycbut I'm sick of always booting up to an fsck of /data
00:12.54jonpryyour running on partitions?
00:13.08hycyes, I just said that. partitions for /data and /system
00:13.15hycrootfs is still loop mounted
00:13.20arrrghhhthe rootfs is setup to handle it jonpry
00:13.23arrrghhhalbeit stupidly
00:13.26arrrghhhbut it is setup to handle it.
00:13.46jonpryits also setup to handle nand, but none of it works
00:13.54arrrghhhlmao
00:13.58hycoh well
00:14.01arrrghhhrootfs is basically gone in nand...
00:14.07arrrghhhand neopeek's builds before CWM
00:14.20jonpryhyc: you like the partitions better?
00:14.41hycyeah, it's helped minimize the data corruptions I've had
00:15.02jonpryi hope to get some speed with nilfs
00:15.07hycvold always unmounts /sdcard on shutdown
00:15.21hycso keeping /data on sdcard loopback was always a problem
00:15.40hycnow /sdcard unmounts cleanly
00:15.48hycno more corruptions there
00:16.25arrrghhhhyc, i'm actually going to post a FRX06 build using CWM, assuming i can get it to work.
00:16.27hycalso I can sort of use USB mass storage
00:16.31arrrghhhi tried, and it was a FCfest
00:16.36jonpryi crash my kernel enough that problems with actual clean shutdown are pretty pie in the sky
00:16.42arrrghhhlol
00:16.54hycvold will unmount /sdcard and make it available to the PC
00:17.17hycbut it can't remount it again because it's looking for a uevent message that the .27 kernel doesn't send
00:17.32hycso at this point I'm thoroughly disgusted
00:17.36arrrghhhheh
00:17.49hycpulled down a bunch of .35 kernel trees but it's too much of a mess
00:17.49arrrghhhi'm wondering why rhod kernel devs don't seem to want to push towards .35 harder?
00:17.55arrrghhho..
00:18.01arrrghhhlol .35 was supposed to fix the mess.
00:18.06hycwell...
00:18.10hyc.35 may be clean
00:18.21hycbut trying to figure out what in .27 needs to be brought forward is messy
00:18.29arrrghhhah
00:18.31jonpryeverybody spends all there time rewriting everything. so there are like 10 different broken versions of every driver
00:18.31arrrghhhyea, i can see that.
00:18.38hycyeah
00:18.40*** join/#htc-linux surge (surge@pool-98-118-157-221.bflony.fios.verizon.net)
00:18.42arrrghhhindeed...
00:18.58hycI've looked at diffs from our tree against vanilla 2.6.27, android 2.6.27
00:19.04hycandroidmsm 2.6.27
00:19.11hycit's all a jumble
00:19.12*** join/#htc-linux mitsutaka (~mitsutaka@rt.miraclelinux.com)
00:19.52hycand we have stuff in our .27 tree that came from newer kernels
00:20.01arrrghhhoh yea
00:20.07arrrghhhi know acl backported the .35 fb
00:20.21hycso just grabbing the diffs and starting a merge to .35 would hit some redundancies
00:20.26hycsuch a mess
00:20.35jonpryi was never able to get into machine_init from git.kernel.org .35, but it worked on andoird.git.kernel.org, but i could never figure out why
00:20.52jonprythen i lost all confidence in myself
00:20.59hyclooking at code of such unknown lineage, I can't tell which tree is the "fix" that should come forward
00:21.31jonpryi know about some of that stuff
00:21.57hycoh, and also comparing to cyanogen kernel tree
00:22.23hycsome of the problems I've seen reported on TP2/Gingerbread are things I remmeber them already fixing
00:22.56hycwould be nice to just get ourselves up to date and stay in sync with cyanogen
00:23.16jonprymost of htc-linux work comes down to going through all the repos and trying everybodies stupid msm_sdcc or whatever
00:23.39hycsuch a waste of energy
00:24.03hycwe need better communication/coordination/something
00:24.13jonpryor more backports
00:24.17hyc:P
00:24.40jonprylike who really wants a new kernel, i just want nilfs
00:24.43hycI hate hunting bugs in old code that have already been fixed.
00:24.52hycin newer revs..
00:25.14hycand there's plenty broken in .27
00:25.16arrrghhhi'd like a new kernel, if it means crap works better.
00:25.22arrrghhh:D
00:25.50jonpryi think we are running mostly the latest msm drivers
00:26.25hycmaybe, but against an outdated framework
00:26.26jonpryi tried the new nand driver but its mostly just additions for QSD8XXX
00:26.53*** join/#htc-linux cyanogen (shade@chemlab.org)
00:27.07jonpryand there is potentially newer stuff for qdsp, but again its 99% for other devices
00:27.08hycnot much fun if you're chasing a bug that might not even be specific to your device
00:27.25hyc(speaking of the devil) hi cyanogen
00:28.17jonprynew nand driver has hard coded chip ids
00:28.29arrrghhhlet's just get our devices supported by cm haha
00:28.36hycexactly!
00:29.19hycthere's no reason to be sitting here dealing with linux kernel bugs *and* android platform bugs *and* our device bugs.
00:29.30arrrghhhyea
00:29.36arrrghhhwould be nice to just deal with our device bugs.
00:29.41hycyes
00:29.57jonprywell, i tried to put our platform drivers into new kernel and had lots of problems
00:30.28hycI tried to compile them a couple months ago, got nowhere
00:31.00jonpryso my second .35 effort got somewhere
00:31.07hycyes?
00:31.22jonprylike it almost initted the framebuffer
00:31.30hycalmost? wooo
00:31.33jonprywould work like 1 out of 3 boots
00:31.38jonprybut it was superfast
00:31.46jonprywhich is why [acl] backported it
00:31.55jonprybut i could never figure out how they got it to work reliably
00:32.33jonpryseemed like a timing problem. then they started there own .35 tree that doesn't suffer from the fb problem. but they want all the drivers rewritten.
00:32.47hycwho they?
00:33.34jonprylooks like emwe and [acl], then alex has his own thing
00:33.57hycah yes
00:34.05jonpryi got froyo to boot under .35 like 6 weeks ago or so
00:34.21hyccool
00:34.29hyccan you send me a zImage and modules?
00:34.47jonprynot right now
00:34.58jonprybut its just htc-msm-2.6.35 branch
00:35.06jonpryi got them to commit the stuff that makes it boot
00:35.07hycmain repo?
00:35.10hycoh ok
00:35.11jonpryyeah
00:35.29jonprybig problem is microp
00:36.52jonpryseems like i can't clear the interrupt
00:38.02hychm, it's re-configing on me. stick with kernbel gzip, or use lzma or lzo?
00:38.58jonpryyou probably should re defconfig
00:39.13jonpry.27 defconfig will enable all kinds of badly broken stuff
00:40.08hycok
00:40.15*** part/#htc-linux siulmagic (~IceChat7@24.54.255.153)
00:40.16hycnow it's compiling anyway...
00:41.57hycwhen you say froyo boots, how far does it get? full UI? calls work?
00:42.12hycit seems not to have iptables modules enabled
00:42.23hycthis is a very minimal defconfig?
00:43.02jonpryno wifi
00:43.15hycok
00:43.34jonpryui work, but no microp means no keyboard and no back buttong, making it kind of difficult
00:43.44hycmmm
00:44.37jonpryno sound, but call sound may work. i had radio
00:48.00hycsystem type was configured as "ARM Versatile"
00:48.05hyci set it to Qualcomm MSM
00:48.12hycit only knows trout and halibut board type
00:48.19hycso it's still missing rhodium etc. ?
00:48.35hycoh never mind
00:48.38hycthey're down below
01:13.47*** join/#htc-linux hardwalker (~hardwalke@122-117-115-146.HINET-IP.hinet.net)
01:16.36*** join/#htc-linux arrrghhh_ (~arrrghhh@c-24-9-150-163.hsd1.co.comcast.net)
01:18.56*** join/#htc-linux BHSPitMonkey (~stephen@unaffiliated/bhspitmonkey)
01:30.13*** join/#htc-linux mastermerlin (~Adium@p4FEE5F29.dip.t-dialin.net)
01:32.40*** join/#htc-linux GPFerror (~GPF@72.208.193.231)
01:33.47*** join/#htc-linux BHSPitMonkey (~stephen@unaffiliated/bhspitmonkey)
01:37.49*** join/#htc-linux swc|666 (~x00@unaffiliated/swc666/x-4934821)
02:21.03*** join/#htc-linux programmer8922 (~Evan@67.219.164.162)
02:21.21*** join/#htc-linux MassStash (~MassStash@c-98-212-61-79.hsd1.il.comcast.net)
02:22.02*** part/#htc-linux MassStash (~MassStash@c-98-212-61-79.hsd1.il.comcast.net)
02:22.31*** join/#htc-linux MassStash (~MassStash@c-98-212-61-79.hsd1.il.comcast.net)
02:26.53hychas anybody tried this new broadcom driver yet? http://linuxwireless.org/en/users/Drivers/brcm80211
02:42.14hycjonpry: eh no luck. my 2.6.35 build reboots about 30 seconds in. no way to preserve the console output
02:42.56jonpryCONFIG_ZONE_HOLES?
02:43.34hycwell I started with make htc_msm_android_defconfig
02:43.45hycso shouldn't that already have been set? lemme check...
02:44.01jonprysomething seems wrong with the config
02:44.17hycthere's no CONFIG_ZONE_HOLES in my .config
02:45.38hycyou're building for NAND tho right?
02:45.45hyccan you show me your .config?
02:45.51jonpryer HOLES_IN_ZONE
02:45.58jonpryno i don't use nand
02:46.07hycok. yes, that's set
02:46.38jonpryi'm not on my computer right now so i don't have the configs handy. i did the memory model differently to get it to work. then emwe did something new, but he doesn't have rhod to test
02:46.52hychmmm
02:47.05hycI guess I can read the commit logs and back up a few
02:47.51jonprymaybe disable HOLES_IN_ZONE
02:48.04jonprythat will change the memory model to something more like what i did
02:48.24jonpryi basically through out tons of ram and just set ebi0 and ebi1 size to 64MB
02:49.00hycwell that sounds like no fun. system won't have enough to be useful will it?
02:49.05jonpryyou don't have ram console for the output?
02:49.30hycmmm I dunno, have never used that to my knowledge
02:49.45jonpryi dunno we can get the ram back later. but really whats the difference between 128MB and 164 or whatever
02:52.24hycok I'll try removing that
03:17.25*** join/#htc-linux mes (~mes@sentry.lazo.ca)
03:21.35*** join/#htc-linux Rob2223 (~Miranda@p4FFF2178.dip.t-dialin.net)
03:43.37*** join/#htc-linux Berger (~noreply@c65wn1.wifi.halden.net)
03:45.58*** join/#htc-linux GPFerror (~GPF@ip72-208-193-231.ph.ph.cox.net)
03:54.04*** join/#htc-linux BHSPitMonkey (~stephen@unaffiliated/bhspitmonkey)
03:58.42*** join/#htc-linux Tinyboom (~nahh@46.84-48-105.nextgentel.com)
04:19.12*** join/#htc-linux avinash_hm (~avinash-h@203.101.61.7)
04:20.04*** join/#htc-linux AstainHellbring (AstainHell@unaffiliated/astainhellbring)
04:24.19*** join/#htc-linux Hunterkll (~Hunterkll@dynamic-acs-24-112-135-245.zoominternet.net)
04:37.29*** join/#htc-linux kvaster_ (~kvaster@vpn-e0.bas-net.by)
04:59.00*** join/#htc-linux Untouchab1e (~Untouchab@cm-84.215.59.119.getinternet.no)
05:24.17*** join/#htc-linux DuperMan (~Duper@93-172-95-33.bb.netvision.net.il)
05:25.10rhcpanyone with facebook. I need 5 likes to this poage: http://www.facebook.com/pages/MobileSnitch/182838848434507
05:59.49*** join/#htc-linux Ceesheim (~ceesheim@p5B347574.dip.t-dialin.net)
06:26.05*** join/#htc-linux |Atom| (~atom@82.194.234.249)
06:29.07*** join/#htc-linux dekar__ (~dekar@drms-590edd44.pool.mediaWays.net)
06:36.57*** join/#htc-linux MacDrunk (~marper@201.165.155.58)
07:26.00*** join/#htc-linux DuperGhost (~Duper@89-139-40-132.bb.netvision.net.il)
07:31.53*** join/#htc-linux kvaster_ (~kvaster@93.84.112.80)
07:55.24*** join/#htc-linux kvaster_ (~kvaster@93.84.112.80)
08:41.29*** join/#htc-linux rajkosto (~rajkosto@2001:470:1f0b:1ce9:a032:7132:fec1:34e0)
08:53.52*** join/#htc-linux gauner1986 (~Miranda@p508C6F36.dip.t-dialin.net)
09:22.23*** join/#htc-linux hardwalker (~hardwalke@122-117-115-146.HINET-IP.hinet.net)
09:35.54*** join/#htc-linux balans (~barry@82-170-217-205.ip.telfort.nl)
10:00.50*** join/#htc-linux LordDeath (~Lord|Lapt@cable-81-173-166-52.netcologne.de)
10:09.58*** join/#htc-linux gauner1986 (~Miranda@p508C6F36.dip.t-dialin.net)
10:14.56*** join/#htc-linux Segnale007 (~Segnale00@ppp-18-139.98-62.inwind.it)
10:34.02*** join/#htc-linux kvaster_ (~kvaster@leased-line-93-125-0-84.telecom.by)
10:42.52*** join/#htc-linux ftoz (~root@cst-prg-24-12.vodafone.cz)
10:46.57*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
11:12.22*** join/#htc-linux dobrin (~dobrin@85.91.150.26)
11:25.37*** join/#htc-linux gauner1986 (~Miranda@p508C6F36.dip.t-dialin.net)
12:07.23*** join/#htc-linux GNUtoo (~GNUtoo@host29-10-dynamic.54-79-r.retail.telecomitalia.it)
12:17.45*** join/#htc-linux dekar_ (~dekar@studpool-wlan-75-90.fbi.h-da.de)
12:27.44*** join/#htc-linux Segnale007 (~Segnale00@ppp-18-139.98-62.inwind.it)
12:34.11*** join/#htc-linux helicopter88 (~helicopte@host47-17-dynamic.17-79-r.retail.telecomitalia.it)
12:34.39*** join/#htc-linux Tinyboom (~nahh@46.84-48-105.nextgentel.com)
12:35.23*** join/#htc-linux Rajko (~rajkosto@2001:470:1f0b:1ce9:a032:7132:fec1:34e0)
12:37.28*** join/#htc-linux Tinyboom_ (~nahh@46.84-48-105.nextgentel.com)
12:37.29*** join/#htc-linux leviathan (~quassel@2001:470:26:484:6ef0:49ff:fee6:8dca)
12:38.56*** join/#htc-linux bartman` (~bart@2001:470:b014::dd)
12:41.54*** join/#htc-linux khorben_ (~dont@port-83-236-217-161.static.qsc.de)
12:47.28*** join/#htc-linux xawen1 (~xawen@pool-98-117-34-2.bltmmd.fios.verizon.net)
12:56.48*** join/#htc-linux EdLin_ (~EdLin@securabit/listener/edlin)
12:57.31*** join/#htc-linux MethoS-- (~clemens@134.102.106.250)
12:58.06*** join/#htc-linux furtardo_ (~mks@nat/yahoo/x-tlnfuidchsorrrqn)
12:58.18*** join/#htc-linux pw_ (~pw@coffee-addicts.org)
13:00.25*** join/#htc-linux _twitch (~burning_a@64.112.96.58.static.exetel.com.au)
13:06.15*** join/#htc-linux kvaster_ (~kvaster@leased-line-93-125-0-84.telecom.by)
13:42.52*** join/#htc-linux lenix (~irc@lenix.de)
13:49.21*** join/#htc-linux Obihoernchen (~OBI@static.213-133-103-196.clients.your-server.de)
13:54.42*** join/#htc-linux dekar_ (~dekar@2001:41b8:9bf:fe74:f2b4:79ff:fe19:6308)
14:07.59*** join/#htc-linux rzk_ (~rzk@89-178-106-146.broadband.corbina.ru)
14:20.46*** join/#htc-linux F22 (~upcm@c-76-99-44-80.hsd1.nj.comcast.net)
14:23.53*** join/#htc-linux crawling (~crawling@a94-132-161-104.cpe.netcabo.pt)
14:31.49*** join/#htc-linux JesusFreak316 (~JesusFrea@pool-173-65-57-5.tampfl.fios.verizon.net)
14:39.09*** join/#htc-linux AstainHellbring (~AstainHel@unaffiliated/astainhellbring)
14:58.14*** join/#htc-linux gauner19861 (~Miranda@p508C6F36.dip.t-dialin.net)
15:00.42*** join/#htc-linux AstainHellbring (~AstainHel@unaffiliated/astainhellbring)
15:02.24*** join/#htc-linux F22 (~upcm@c-76-99-44-80.hsd1.nj.comcast.net)
15:04.07*** join/#htc-linux mitsutaka (~mitsutaka@p1227-ipbf3907marunouchi.tokyo.ocn.ne.jp)
15:08.35*** join/#htc-linux gauner1986 (~Miranda@p508C6F36.dip.t-dialin.net)
15:27.31*** join/#htc-linux bodhed (d9575bad@gateway/web/freenode/ip.217.87.91.173)
15:33.45*** join/#htc-linux F22 (~upcm@c-76-99-44-80.hsd1.nj.comcast.net)
15:35.46*** join/#htc-linux programmer8922 (~Evan@156.110.78.2)
16:02.28*** join/#htc-linux programmer8922 (~Evan@156.110.78.2)
16:12.28*** join/#htc-linux |Jeroen| (~jeroen@d5152B25B.access.telenet.be)
16:12.48*** join/#htc-linux Christie (Christine@adsl-75-3-195-244.dsl.irvnca.sbcglobal.net)
16:21.35*** join/#htc-linux shadiku (shadiku@host86-161-11-26.range86-161.btcentralplus.com)
16:21.43*** join/#htc-linux dekar_ (~dekar@drms-590edd44.pool.mediaWays.net)
16:22.32*** join/#htc-linux mickey|patio (~mickey@e180128048.adsl.alicedsl.de)
16:24.52*** join/#htc-linux bzo (~chatzilla@c-76-126-175-200.hsd1.ca.comcast.net)
16:44.22*** join/#htc-linux avinash_hm (~avinash-h@192.91.66.186)
16:52.29*** join/#htc-linux Andreyxxl[HD2EU] (Andreyxxl@94.52.236.39)
17:00.21*** join/#htc-linux gassed (gassed@c-76-30-161-228.hsd1.tx.comcast.net)
17:06.26*** join/#htc-linux surge (surge@pool-98-118-157-221.bflony.fios.verizon.net)
17:11.58*** join/#htc-linux surgex (surge@pool-98-118-157-221.bflony.fios.verizon.net)
17:12.40*** join/#htc-linux kvaster_ (~kvaster@80.94.160.9)
17:16.48*** join/#htc-linux rob_w (~bob@ppp-188-174-9-225.dynamic.mnet-online.de)
17:39.01*** join/#htc-linux gauner1986 (~Miranda@p508C6F36.dip.t-dialin.net)
18:11.48*** join/#htc-linux Segnale007 (~Segnale00@ppp-18-139.98-62.inwind.it)
18:31.33*** join/#htc-linux mastermerlin (~Adium@p4FEE5F29.dip.t-dialin.net)
18:35.05*** join/#htc-linux arrrghhh (~arrrghhh@c-24-9-150-163.hsd1.co.comcast.net)
18:42.56*** join/#htc-linux swc|666 (~x00@unaffiliated/swc666/x-4934821)
18:48.37*** join/#htc-linux GNUtoo (~GNUtoo@host29-10-dynamic.54-79-r.retail.telecomitalia.it)
18:50.24*** join/#htc-linux arif-ali (~arif-ali@ip-81-23-53-226.ask4internet.com)
18:50.42*** join/#htc-linux helicopter88 (~helicopte@host47-17-dynamic.17-79-r.retail.telecomitalia.it)
19:16.00*** join/#htc-linux programmer8922 (~Evan@156.110.78.2)
19:20.16*** join/#htc-linux mitsutaka (~mitsutaka@p1227-ipbf3907marunouchi.tokyo.ocn.ne.jp)
19:27.18*** join/#htc-linux Rajko (~rajkosto@cable-188-2-157-120.dynamic.sbb.rs)
19:30.46*** join/#htc-linux Untouchab1e (~Untouchab@cm-84.215.59.119.getinternet.no)
19:42.43*** join/#htc-linux Markinus (~Miranda@212.255.46.9)
19:42.51Markinushi
19:43.23arrrghhhhowdy Markinus
19:46.35*** join/#htc-linux noobUK (~UKmrrd32@cpc6-haye18-2-0-cust91.haye.cable.virginmedia.com)
19:47.10*** join/#htc-linux programmer8922 (~Evan@156.110.78.2)
19:53.37*** join/#htc-linux gauner1986 (~Adium@p508C6F36.dip.t-dialin.net)
19:55.53*** join/#htc-linux Segnale007 (~Segnale00@ppp-18-139.98-62.inwind.it)
19:57.55*** join/#htc-linux Jhinta (Jhinta@s529c116e.adsl.wanadoo.nl)
20:12.36*** join/#htc-linux Jhinta (Jhinta@s529c116e.adsl.wanadoo.nl)
20:15.21*** join/#htc-linux mes (~mes@S0106000ce55186df.cc.shawcable.net)
20:19.33*** join/#htc-linux LordDeath (~LordDeath@cable-81-173-166-52.netcologne.de)
20:22.17*** part/#htc-linux noobUK (~UKmrrd32@cpc6-haye18-2-0-cust91.haye.cable.virginmedia.com)
20:27.41*** join/#htc-linux Reiko2 (~Reiko2@xdsl-89-0-93-178.netcologne.de)
20:39.45*** join/#htc-linux gauner1986 (~Adium@p508C6F36.dip.t-dialin.net)
21:03.45*** join/#htc-linux furtardo (~mks@nat/yahoo/x-ibaxefeqivqxcubb)
21:08.09*** join/#htc-linux arif-ali (~arif-ali@88-111-135-136.dynamic.dsl.as9105.com)
21:11.49*** join/#htc-linux arif-ali (~arif-ali@88-111-135-136.dynamic.dsl.as9105.com)
21:24.08*** join/#htc-linux AstainHellbring (~AstainHel@unaffiliated/astainhellbring)
21:26.34*** join/#htc-linux arif-ali (~arif-ali@88-111-135-136.dynamic.dsl.as9105.com)
21:42.05*** join/#htc-linux Transformer (~Transform@ool-4a59e397.dyn.optonline.net)
21:43.25*** part/#htc-linux Transformer (~Transform@ool-4a59e397.dyn.optonline.net)
21:45.32*** join/#htc-linux Dave8855 (~Dave8855@197.1.166.160)
21:52.31*** join/#htc-linux lcb (~lcb@unaffiliated/lcb)
22:19.02*** join/#htc-linux DuperMan (~Duper@93-172-149-232.bb.netvision.net.il)
22:29.22*** part/#htc-linux Dave8855 (~Dave8855@197.1.166.160)
22:41.21*** join/#htc-linux Dython (~Jhinta@s529c116e.adsl.wanadoo.nl)
22:47.31*** join/#htc-linux skodde (~skodde@unaffiliated/skodde)
22:48.16*** join/#htc-linux rpierce99 (~rpierce99@96-42-102-103.dhcp.stcd.mn.charter.com)
22:58.12*** join/#htc-linux surge (surge@pool-98-118-157-221.bflony.fios.verizon.net)
23:04.46*** join/#htc-linux Untouchab1e (~Untouchab@cm-84.215.59.119.getinternet.no)
23:23.07*** join/#htc-linux surgex (surge@pool-98-118-157-221.bflony.fios.verizon.net)
23:23.28*** join/#htc-linux jonpry (c755eef7@gateway/web/freenode/ip.199.85.238.247)
23:26.37*** join/#htc-linux surge (surge@pool-98-118-157-221.bflony.fios.verizon.net)
23:29.16*** join/#htc-linux surgex (surge@pool-98-118-157-221.bflony.fios.verizon.net)
23:38.51*** join/#htc-linux Rob2222 (~Miranda@p4FFF2178.dip.t-dialin.net)
23:41.17*** join/#htc-linux Christie (Christine@adsl-75-3-195-244.dsl.irvnca.sbcglobal.net)
23:53.47*** join/#htc-linux rzk__ (~rzk@89-178-83-182.broadband.corbina.ru)
23:59.01*** join/#htc-linux fish1209 (~fish1209@unaffiliated/fish0912)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.