IRC log for #htc-linux on 20110507

00:02.50jonpryits mostly autobuild
00:07.25D3tul3it seems snapier - any read/write test i can throw at this thing?
00:10.10jonprynot that i know of. write performance will be off the charts. but its risky without nilfs_cleanerd
00:10.49arrrghhhheh
00:16.47D3tul3well, i like it, sorry i can't give you better feedback...plus it just works, nothing too bad in getting this thing up and running - thanks for the files, i learnt a thing or two about log file systems today while reading about nilfs
00:22.57D3tul3jonpry: running mount in an adb shell i see that
00:22.58D3tul3/dev/block/mmcblk0p3 on /system type ext2 (ro,relatime)
00:23.00D3tul3/dev/block/mmcblk0p4 on /data type ext2 (rw,relatime,errors=continue)
00:23.28D3tul3does this mean i didn;t initialize the nilfs2 partitions correctly?
00:26.11D3tul3my steps were create unformated partitions #3 and #4, and then mkfs.nilfs2 /dev/sde3 and mkfs.nilfs2 /dev/sde4 (after I received confirmation of successful initialization I dd'ed system.ext2 and data.img onto these partitions)
00:26.50hycthat was your mistake
00:27.05hycsystem.ext2 is an ext2 filesystem in a file
00:27.11hycand dd overwrites whatever you write to
00:27.18hycso your nilfs partitions were replaced by ext2
00:28.16D3tul3oh
00:28.17jonpryyeah thats not good
00:30.17jonprymkfs -t nilfs2 /dev/sd?3
00:30.17jonpryno wonder you don't see the speed
00:30.53hycyou're going to have to mount the system.ext2 file and the nilfs partition
00:30.58hycand tar one to the other
00:31.07D3tul3cant i reinit sde3 as nilfs
00:38.57*** join/#htc-linux jonpry (~jon@199.85.236.239)
00:40.32phhjonpry: ah, for you too nilfs2 is way faster
00:40.32phhcool
00:40.50phhacer liquid devs told me it's "just a bit faster" than ext3
00:41.19jonpryyou have to format it
00:48.22*** join/#htc-linux tyween (~tyween@pool-71-163-117-57.washdc.fios.verizon.net)
01:00.09jonpryphh i never tried just ext2 partitions though. so maybe that is where the speed comes from
01:00.41phhah it's not loopback ?
01:09.05*** join/#htc-linux JesusFreak316 (~JesusFrea@pool-173-65-110-53.tampfl.fios.verizon.net)
01:15.19*** join/#htc-linux XirXes (~xirxes@71-35-197-137.slkc.qwest.net)
01:17.59jonprywhat would the point of nilfs loopback be?
01:27.46D3tul3hm jonpry ok i reformated and instead of dd'ing i mounted system.ext/data.img vs dev/sdc3/4 and tar'ed the contents to the nilfs2 partitions
01:28.41D3tul3now haret stops at flying text 24.09xxx init: Unable to open persistent property directory /data/property errno: 2
01:28.48*** join/#htc-linux pdukanac (ident@178.148.0.105)
01:29.16D3tul3oh wow just flew past that
01:32.14D3tul3it's still hung on flying text - adb logcat is still waiting on device so I can't even give you any good debugging info
01:32.39D3tul3i'll be back later
01:42.22*** join/#htc-linux mitsutaka (~mitsutaka@p1227-ipbf3907marunouchi.tokyo.ocn.ne.jp)
01:53.12*** join/#htc-linux jonpry (~jon@199.85.236.239)
02:00.11*** join/#htc-linux thePACE (ident@178.148.0.105)
02:07.15*** join/#htc-linux phh (~quassel@quassel.rezel.enst.fr)
02:08.19*** join/#htc-linux thePACE (ident@178.148.0.105)
02:14.38*** join/#htc-linux Chester0 (~s@109.61.7.242)
02:40.05*** join/#htc-linux jonpry (~jon@199.85.236.239)
02:47.13*** join/#htc-linux arrrghhh_ (~arrrghhh@c-24-9-150-163.hsd1.co.comcast.net)
02:47.45*** join/#htc-linux rajkosto (~rajkosto@cable-94-189-149-170.dynamic.sbb.rs)
03:02.33*** join/#htc-linux pdukanac (ident@178.148.0.105)
03:06.48*** join/#htc-linux programmer8922 (~Evan@67.219.164.162)
03:11.17*** join/#htc-linux Rob2223 (~Miranda@p4FFF1774.dip.t-dialin.net)
03:11.23*** join/#htc-linux thePACE (ident@178.148.0.105)
03:29.16*** join/#htc-linux pdukanac (ident@178.148.0.105)
03:37.48*** join/#htc-linux thePACE (ident@178.148.0.105)
03:44.01arrrghhhso jonpry, your layout is the same as XDAndroid's?
03:44.20*** join/#htc-linux D3tul3 (~Oliver@cpe-174-109-223-235.nc.res.rr.com)
03:44.30arrrghhhp1 vfat p2 is nothing (or root i guess) p3 system and p4 data?
03:44.34D3tul3jonpry: got it to work.  Mount in an adb shell now shows nilfs2 for both system and data
03:44.49arrrghhhD3tul3, great, i'm just trying it now.  you can show me the way :D
03:45.13arrrghhhi've got about 640mb of unpartitioned space on mah SD
03:45.29*** join/#htc-linux rajkosto (rajkosto@cable-94-189-149-170.dynamic.sbb.rs)
03:46.15*** join/#htc-linux pdukanac (ident@178.148.0.105)
03:46.18D3tul3i started w p1 fat32 p2 ext 2 (1MB) p3 and p4 unformated
03:46.28arrrghhhok
03:46.42D3tul3i made p3 and p4 larger than necessary say 300mb each
03:46.58D3tul3(i had issues when i made p3 (system) only 120mb)
03:47.08arrrghhhheh
03:47.11arrrghhhyea, i've got the space
03:47.14arrrghhhmight as well
03:47.22arrrghhhi'm thinkin 150mb would be fine for system tho
03:47.45D3tul3once you are done partitioning and assuming the partitions are at /dev/sbc3 /dev/sbc4
03:48.10D3tul3mkfs -t nilfs2 /dev/sbc3
03:48.18D3tul3mkfs -t nilfs2 /dev/sbc4
03:48.19arrrghhhyup
03:48.25arrrghhhi figured that much :P  1 sec
03:48.51D3tul3ok then loop mount your system.ext2 and also mount /dev/sbc3
03:48.56arrrghhhhrm
03:49.05arrrghhhi can't format it, no such file or directory
03:49.09arrrghhhbut fdisk -l shows it
03:49.39arrrghhhhmmmm
03:49.58D3tul3hm su?
03:50.02arrrghhhi tried sudo
03:50.10arrrghhhwell i started with sudo in fact heh
03:50.14arrrghhhbut i tried without, same...
03:50.17arrrghhhthat doesn't make sense.
03:50.34D3tul3unplug and plug back in maybe give it a chance to remount the partitions dunno
03:50.42arrrghhhk
03:52.20arrrghhhhrm
03:52.22arrrghhhit's not mounted
03:52.25arrrghhhand it still shows that
03:52.43arrrghhhheh now it's not showing up at all, awesome.
03:53.06arrrghhhok, hopefully it'll work now
03:53.34arrrghhhfuck
03:53.47arrrghhhit changed to /dev/sdb3&4
03:53.54arrrghhhstill no such file or dir...
03:54.39*** join/#htc-linux arrrghhh (~arrrghhh@c-24-9-150-163.hsd1.co.comcast.net)
03:54.39arrrghhhgonna look at fdisk again
03:54.45arrrghhhwth
03:54.46arrrghhhgonna look at fdisk again
03:55.35arrrghhhno dice..
03:55.49arrrghhhi would assume if there was no nilfs support i'd get a different error.
03:56.03D3tul3yeah i was prompted to install nilfs support
03:56.16arrrghhhsudo mkfs -t nilfs2 /dev/sdb4 / mkfs.nilfs2: No such file or directory
03:56.43arrrghhhOo
03:56.45arrrghhhext2 works
03:56.53arrrghhhso there is something wrong with nilfs on this beast...
03:57.44D3tul3sudo apt-get install nilfs2-tools
03:57.50D3tul3assuming you are in ubuntu
03:57.54arrrghhhd'oh
03:57.56arrrghhhi don't have 'em
03:58.05arrrghhhweird, i would've expected a different error
03:58.11arrrghhhlike, hey asshole  you don't have that installed :D
03:58.20D3tul3(fedora told me just that)
03:58.27arrrghhhheh
03:58.28arrrghhhworks now
03:58.30arrrghhhd'oh
03:58.45arrrghhhso you had to tar it eh?
03:58.58arrrghhhi don't understand why cp didn't work
03:59.00arrrghhhi get why dd doesn't work...
03:59.07D3tul3yeah nothing fancy
03:59.22D3tul3didn't even try cp
03:59.56D3tul3anyways what went wrong is something that jonpry said - for some reason having an andboot folder on my card was messing things up - after i renamed it it booted just fine
04:00.05arrrghhhreally?
04:00.14arrrghhhweird.
04:00.18arrrghhhi don't have an andboot folder :P
04:00.35D3tul3might have been a coincidence but failed to boot twice prior to renaming and now it's fine
04:00.43arrrghhhodd
04:00.45arrrghhhoh well
04:01.34jonpryyou on ubuntu?
04:02.23arrrghhhyea, it's workin now jonpry ;)
04:03.12D3tul3i am curious what your boot times will be - mine are something like 45sec from starting haret.exe to boot ani, and a total of about 1m 40sec to home screen
04:03.53arrrghhhdefinitely faster
04:03.58arrrghhhthat's what, at least half of the time
04:04.03*** join/#htc-linux thePACE (ident@178.148.0.105)
04:04.19arrrghhhso i have to pre-populate a data partition?
04:04.29arrrghhhthat's the other part i'm not getting...
04:05.18D3tul3er yeah per the instructions from the man
04:05.34arrrghhhdid you just take an old data.img?
04:05.44arrrghhhloop mount, copy to p3?
04:05.47arrrghhhp4
04:05.51D3tul3yeah
04:05.53arrrghhhnot p3.  that's system :P
04:06.10arrrghhhhrm
04:06.11arrrghhhok
04:06.17*** join/#htc-linux jon__ (~jon@98.142.219.14)
04:07.10jonprysee if vpn works better
04:07.27jonpryi just got banned from #linux
04:07.32arrrghhhlol wtf did you do
04:07.40stinebdhe joined #linux
04:07.43D3tul3ha
04:07.45arrrghhhah
04:07.47arrrghhh:D
04:09.13*** join/#htc-linux swc|666 (~x00@unaffiliated/swc666/x-4934821)
04:11.20jonpryyes i think that was it
04:11.43arrrghhhalrighty
04:11.50arrrghhhdirty deed is done
04:11.53jonpryarrrghhh, you have nilfs2 running?
04:12.28arrrghhhjust finished moving the data
04:12.39arrrghhhnow to make a folder with your kernel
04:12.45arrrghhhgrab the other haret
04:12.50arrrghhhi think i have a copy lying around...
04:13.53jonpryi'm not clear on how exactly it finds rootfs
04:14.02arrrghhhrel_path
04:14.08arrrghhhassuming you use the $CARD statements or whatever
04:14.15arrrghhhi thought
04:14.29jonpryso rootfs needs to be in andboot
04:14.38arrrghhhah ok
04:14.41jonprybut system.img needs to be renamed or moved
04:14.45arrrghhhyea
04:15.02arrrghhhrootfs will boot from partitions if it finds them
04:15.09arrrghhhelse it'll use looped mounts
04:15.24jonpryi think it tries the loop first
04:15.36arrrghhhnot on the last init i read
04:15.57arrrghhhthat wouldn't make sense either, it's gotta be partitions first
04:16.15jonpryi made that same deduction from reading the code, and a different one from watching it boot loop
04:16.22arrrghhhlol ok
04:17.23arrrghhhwhere's that haret?
04:17.29arrrghhhoh i bet jb still has it posted on his thread
04:17.51arrrghhhyep :D
04:18.16arrrghhhso jonpry - you hardcoded it to be andboot?
04:18.24arrrghhhdoesn't matter what's in the startup.txt?
04:18.38jonpryit basically stock rootfs, just changed the fs type
04:18.44arrrghhhoh ok
04:18.51jonprystock scbs anyways
04:19.16arrrghhhk, so it should respect rel_path then :D
04:21.35jonpryis it normal for the kernel to spew waiting for sd card?
04:23.16arrrghhhalrighty
04:23.19arrrghhhi think it's ready to boot...
04:23.49jonpryi got video on .39 :o
04:23.57arrrghhhsiiiick
04:25.04*** join/#htc-linux thePACE (ident@178.148.0.105)
04:25.30arrrghhhheh, forgot initrd
04:25.32arrrghhhwhoops
04:28.20*** join/#htc-linux Ceesheim (~ceesheim@p5B347FEE.dip.t-dialin.net)
04:28.55arrrghhhbooting
04:29.10arrrghhhheh, seems to have hung.
04:29.29arrrghhhjonpry, is there a reason you recommended using tar to get the system and data onto the partitions?
04:29.35D3tul3if i understand the intramfs script if rel_path = "" it defaults to andboot, further if andboot exists it will pull rootfs from there.  Otherwise it will look for rootfs on the root
04:29.57jonprytar gets symlinks and permissions
04:30.07arrrghhhD3tul3, rel_path="" would be root of SD
04:30.10arrrghhhjonpry, Oo
04:30.13arrrghhhcp -R doesn't?
04:30.36jonprycd /source && tar cpf - . | (cd /dest ; tar xpf -)
04:30.49*** join/#htc-linux JesusFreak316 (~JesusFrea@pool-173-65-110-53.tampfl.fios.verizon.net)
04:30.55arrrghhhok
04:31.05D3tul3meh maybe i am misunderstanding these lines
04:31.06D3tul353
04:31.07D3tul3if [ "$CARD_PATH" = "" ];then
04:31.09arrrghhhdo i need to reformat?
04:31.09D3tul354
04:31.10D3tul3CARD_PATH="andboot"
04:31.12D3tul355
04:31.13D3tul3fi
04:31.23D3tul3.
04:31.31jonpryarrrghhh, thats probably the easiest way to erase
04:31.48arrrghhhD3tul3, perhaps the rootfs and initrd are at odds on that...
04:31.49arrrghhhheh
04:32.04*** join/#htc-linux rajkosto (~rajkosto@cable-94-189-152-30.dynamic.sbb.rs)
04:32.42D3tul3good night - thanks jonpry again for letting me take this for a spin....6 hr drive in the morning
04:32.56jonprygnight
04:33.02arrrghhhnn
04:34.17hycthe init script defaults to andboot if it can't find what it wants in / and no rel_path was set
04:35.02hycand really the init script should need to specify the fs type on its mounts
04:35.10hycit can read the image and determine what fs it is
04:35.18hycshouldn't need to
04:35.43*** join/#htc-linux ORi| (~ORi@91.181.219.94)
04:35.47*** join/#htc-linux thePACE (ident@178.148.0.105)
04:38.32arrrghhhno space left on device?
04:38.36arrrghhhi guess 150mb wasn't enough.
04:38.43hycyow
04:38.50hycfor system?
04:38.53arrrghhhwtf
04:38.58hycthat ought to be plenty
04:39.05arrrghhhsize, 152M.  used 80M.  Avail 8.0M?
04:39.15arrrghhhuhhh
04:39.23hycoh, this is nilfs
04:39.32hycyou need to let the cleaner run
04:39.43arrrghhho... did i skip a step?
04:40.02hychttp://www.nilfs.org/en/faq.html
04:40.27arrrghhhhuh
04:40.29arrrghhhcool
04:41.25hycbut for a freshly installed /system it shouldn't have had any deleted data to sweep
04:42.34arrrghhhalrighty, let's try this again.
04:42.47arrrghhhlol
04:42.48arrrghhhno space
04:42.55arrrghhhsame story
04:42.57hycdunno
04:43.01arrrghhh:/
04:43.11hyctoo bleeding edge for me :P
04:43.16arrrghhhhehe
04:43.25arrrghhhjonpry, you still around?
04:43.48jonpryyo
04:43.56arrrghhhi'm running out of space at 80mb
04:43.58arrrghhhbut i have 150...
04:44.01arrrghhhin /system
04:44.20jonpryyou didn't format :p
04:44.27arrrghhhheh
04:44.34arrrghhhwhat's that command?  i thought i did.
04:44.40*** join/#htc-linux rajkosto (~rajkosto@cable-94-189-144-11.dynamic.sbb.rs)
04:44.43jonpryyou can run cleanerd on it from ubuntu, i don't have a binary yet
04:44.55jonprymkfs -t nilfs2 /dev/whatev
04:44.59arrrghhhyea
04:45.00arrrghhhi thought so
04:45.02arrrghhhi formatted it...
04:45.06arrrghhhseveral times in face
04:45.12arrrghhhs/face/fact/
04:45.24arrrghhhi think i like the typo better
04:45.42jonpryand it didn't free up space after formatting?
04:46.03jonprynilfs_cleanerd /dev/whatev will fix it up
04:46.24arrrghhhhrm
04:46.26arrrghhhok
04:46.37arrrghhhyea, it shows size - 152M, used 16M, avail 72M
04:46.44arrrghhhi'll run that cleaner
04:47.49arrrghhhdoes it run real quick, or is it doing something in the background?
04:49.03arrrghhhcuz i can't umount it now
04:49.25jonprynot sure
04:49.35arrrghhhheh
04:49.42arrrghhhi guess i'll just make the partition way bigger
04:50.00jonpryor just blast it and reformat
04:50.13jonprymkfs -t ext2 && mkfs -t nilfs2
04:50.23arrrghhhk
04:50.31*** join/#htc-linux rajkosto (~rajkosto@cable-94-189-144-11.dynamic.sbb.rs)
04:50.39*** join/#htc-linux pdukanac (ident@178.148.0.105)
04:50.58arrrghhhheh
04:51.02arrrghhhdevice is busy... weird
04:51.36arrrghhhnothing in lsof
04:51.38arrrghhhwth
04:52.04jonprykillall nilfs_cleanerd ?
04:52.24arrrghhhheh
04:52.27arrrghhhlots of them are running...
04:53.36arrrghhhthis is madness...
04:53.46arrrghhhstill showing the messed up #'s in df
04:54.28jonprylol
04:54.41jonprygo and make it complicated :p
04:55.29*** join/#htc-linux Rajko (~rajkosto@cable-94-189-149-170.dynamic.sbb.rs)
04:57.00*** join/#htc-linux avinashhm (~avinash-h@59.92.187.84)
04:58.02arrrghhhheh
04:58.06arrrghhhshowing much less than the size
04:58.08arrrghhhon both partitions
04:58.14arrrghhhbut it'll hopefully be enough
04:58.32*** join/#htc-linux thePACE (ident@178.148.0.105)
04:58.47*** join/#htc-linux avinash_hm (~avinash-h@59.92.187.84)
04:59.18arrrghhhone partition is 304mb - comes out to 224mb.  the other is 328mb, comes out to 248.
04:59.20arrrghhhvery odd.
04:59.35jonprynothing in life's free
04:59.43arrrghhhlol
05:00.13arrrghhhalright
05:00.14arrrghhhsucess
05:00.16arrrghhher
05:00.17arrrghhhyea
05:00.19arrrghhh:P
05:00.48arrrghhhgoin again
05:01.39arrrghhhboot ani :D
05:02.21arrrghhhwoah
05:02.36arrrghhhdef came up quick
05:02.37jonprysmokin?
05:04.08arrrghhhja
05:04.18arrrghhhwakes are FAST
05:05.18jonprywhat happens after this: MMC: SD-Card interface enable?
05:06.21arrrghhh1 sec
05:08.12jonprybleh, this fb crap sounds like something abel could fix
05:08.58arrrghhh[    0.727050] msm_i2c_probe
05:09.00arrrghhh[    0.727264] msm_i2c_probe: clk_ctl 35d, 100000 Hz
05:09.06arrrghhhlet me pastebin this whole thing
05:09.08arrrghhhi g2g to bed
05:09.25arrrghhhhttp://pastebin.com/98jMzKFn
05:09.31arrrghhhthx dude, i'll play with this more in the morning
05:18.28*** join/#htc-linux rajkosto (~rajkosto@cable-94-189-149-170.dynamic.sbb.rs)
05:26.18*** join/#htc-linux thePACE (ident@178.148.0.105)
05:31.09*** join/#htc-linux DuperMan (~Duper@109-186-69-145.bb.netvision.net.il)
05:35.28*** join/#htc-linux rajkosto (~rajkosto@cable-94-189-149-170.dynamic.sbb.rs)
05:43.21*** join/#htc-linux pdukanac (ident@178.148.0.105)
05:51.40*** join/#htc-linux rajkosto (~rajkosto@cable-94-189-149-170.dynamic.sbb.rs)
05:52.13*** join/#htc-linux Rajko (~rajkosto@cable-94-189-149-170.dynamic.sbb.rs)
05:53.15*** join/#htc-linux thePACE (ident@178.148.0.105)
05:56.52*** join/#htc-linux rajkosto (~rajkosto@cable-94-189-149-170.dynamic.sbb.rs)
06:08.12*** join/#htc-linux pdukanac (ident@178.148.0.105)
06:20.03*** join/#htc-linux dekar_ (~dekar@drms-590edeba.pool.mediaWays.net)
06:21.17*** join/#htc-linux thePACE (ident@178.148.0.105)
06:24.26*** join/#htc-linux gassedup (gassed@c-76-30-161-228.hsd1.tx.comcast.net)
06:28.28*** join/#htc-linux pdukanac (ident@178.148.0.105)
06:33.47*** join/#htc-linux dobrin (~dobrin@85.91.150.26)
06:39.11*** join/#htc-linux thePACE (ident@178.148.0.105)
06:48.35*** join/#htc-linux rajkosto (~rajkosto@cable-94-189-149-170.dynamic.sbb.rs)
06:49.23*** join/#htc-linux thePACE (ident@178.148.0.105)
06:51.04*** join/#htc-linux rajkosto (~rajkosto@cable-94-189-149-170.dynamic.sbb.rs)
06:55.04*** join/#htc-linux rajkosto (~rajkosto@cable-94-189-149-170.dynamic.sbb.rs)
07:08.36*** join/#htc-linux |Jeroen| (~jeroen@d5152B25B.access.telenet.be)
07:13.54*** join/#htc-linux rajkosto (~rajkosto@cable-94-189-149-170.dynamic.sbb.rs)
07:17.02*** join/#htc-linux Rajko (~rajkosto@wan.rajkonet.info)
07:19.38*** join/#htc-linux bitrot (~rajkosto@wan.rajkonet.info)
07:22.19*** join/#htc-linux Andreyxxl[HD2EU] (Andreyxxl@94.52.236.39)
08:25.53*** join/#htc-linux Termana (~bradley@122.151.65.22)
08:37.23*** join/#htc-linux jonpry (~jon@199.85.236.239)
08:48.38*** join/#htc-linux rajkosto (~rajkosto@2001:5c0:1511:4e01:98ed:23e1:4feb:9fb1)
08:49.26*** join/#htc-linux |Atom_wk| (~atom@82.194.234.249)
08:55.02*** join/#htc-linux XirXes (~xirxes@71-35-197-137.slkc.qwest.net)
09:11.18*** join/#htc-linux Erikson (~Erik@pD951D6B7.dip.t-dialin.net)
09:11.19*** join/#htc-linux XirXes (~xirxes@71-35-197-137.slkc.qwest.net)
09:18.00*** join/#htc-linux |Atom_wk| (~atom@82.194.234.249)
09:49.38*** join/#htc-linux Andreyxxl[HD2EU] (Andreyxxl@94.52.236.39)
09:51.01*** join/#htc-linux mastermerlin (~Adium@p4FEE5139.dip.t-dialin.net)
09:51.13*** join/#htc-linux mastermerlin1 (~Adium@p4FEE5139.dip.t-dialin.net)
09:57.11*** join/#htc-linux rob_w (~bob@ppp-188-174-29-73.dynamic.mnet-online.de)
10:33.08*** join/#htc-linux swc|666 (~x00@unaffiliated/swc666/x-4934821)
10:46.45*** join/#htc-linux dobrin (~dobrin@85.91.150.26)
11:07.19*** join/#htc-linux Rajko (~rajkosto@2001:5c0:1511:4e01:205c:78f7:b00b:56c3)
11:35.14*** join/#htc-linux onen|openBmap (~quassel@vbo91-1-89-87-201-85.dsl.sta.abo.bbox.fr)
11:44.23*** join/#htc-linux skodde (~skodde@ppp-17-32.21-151.libero.it)
11:44.27*** join/#htc-linux skodde (~skodde@unaffiliated/skodde)
11:49.10*** join/#htc-linux LordDeath (~LordDeath@cable-81-173-166-52.netcologne.de)
12:19.59*** join/#htc-linux helicopter88 (~domenico@host206-117-dynamic.33-79-r.retail.telecomitalia.it)
12:24.41*** join/#htc-linux gauner1986 (~Miranda@p5B38354B.dip.t-dialin.net)
12:25.09*** join/#htc-linux mastermerlin (~Adium@p4FEE5139.dip.t-dialin.net)
12:57.02*** join/#htc-linux Segnale007 (~Segnale00@ppp-133-138.98-62.inwind.it)
13:10.15*** join/#htc-linux skodde (~skodde@unaffiliated/skodde)
13:11.54*** join/#htc-linux Termana (~bradley@122.151.126.143)
13:25.26*** join/#htc-linux rpierce99 (~rpierce99@96-42-102-103.dhcp.stcd.mn.charter.com)
13:30.28*** part/#htc-linux heli_away (~domenico@host206-117-dynamic.33-79-r.retail.telecomitalia.it)
13:35.43*** join/#htc-linux rajkosto (~rajkosto@2001:5c0:1511:4e01:205c:78f7:b00b:56c3)
13:42.42*** join/#htc-linux gauner1986 (~Miranda@p5B382F1D.dip.t-dialin.net)
13:42.49*** join/#htc-linux ellisway (~ellis@188-220-43-90.zone11.bethere.co.uk)
13:48.01*** join/#htc-linux Tinyboom (~nahh@23.84-48-96.nextgentel.com)
14:13.04*** join/#htc-linux helicopter88 (~helicopte@host206-117-dynamic.33-79-r.retail.telecomitalia.it)
14:13.45jonpryyo
14:20.23*** join/#htc-linux rajkosto (~rajkosto@2001:5c0:1511:4e01:205c:78f7:b00b:56c3)
14:22.15*** join/#htc-linux jonpry (~jon@199.85.236.239)
14:26.43*** join/#htc-linux Termana (~bradley@122.151.78.140)
14:29.36*** join/#htc-linux Great_Day (~Stan@ip51cf90a2.direct-adsl.nl)
14:31.27helicopter88jonpry: how is going with .39? have you got something better than video? btw great work on that..
14:32.26jonpryworking on sd card, i think it will boot after that
14:33.13helicopter88yeah,i hope to have my diam repaired to test all your work..
14:35.48*** join/#htc-linux AstainHellbring (AstainHell@unaffiliated/astainhellbring)
14:36.33jonpryi don't have a diam
14:37.01helicopter88what phone do you have?
14:41.44*** join/#htc-linux leviathan (~quassel@2001:470:26:484:6ef0:49ff:fee6:8dca)
14:49.34jonpryrhod
14:52.32*** join/#htc-linux toastcfh (~toastcfh@29-37.200-68.tampabay.res.rr.com)
14:52.53*** join/#htc-linux toastcfh (~toastcfh@unaffiliated/toastcfh)
14:59.18jonpryoo sd card
15:00.06AstainHellbringsd card....
15:05.29*** join/#htc-linux pdukanac (ident@178.148.0.105)
15:14.16jonprybleh stupid thing crashes in probe like half the time
15:15.09*** join/#htc-linux L_miller (~IceChat7@68-115-50-78.dhcp.eucl.wi.charter.com)
15:19.22AstainHellbringdamn
15:20.13*** part/#htc-linux Great_Day (~Stan@ip51cf90a2.direct-adsl.nl)
15:23.37*** join/#htc-linux |Jeroen| (~jeroen@d5152B25B.access.telenet.be)
15:29.51*** join/#htc-linux helicopter88 (~helicopte@host206-117-dynamic.33-79-r.retail.telecomitalia.it)
15:33.26*** join/#htc-linux tyween (~tyween@pool-71-163-117-57.washdc.fios.verizon.net)
15:35.22*** join/#htc-linux Rajko (~rajkosto@2001:5c0:1511:4e01:b1d2:8022:956a:89c3)
15:40.41*** join/#htc-linux rpierce99 (~rpierce99@96-42-102-103.dhcp.stcd.mn.charter.com)
15:53.33*** join/#htc-linux ellisway (~ellis@188-220-43-90.zone11.bethere.co.uk)
16:01.29*** join/#htc-linux gauner1986 (~Miranda@p5B382F1D.dip.t-dialin.net)
16:08.55*** join/#htc-linux xawen1 (~xawen@pool-98-117-34-2.bltmmd.fios.verizon.net)
16:09.14*** join/#htc-linux ali1234 (~ajb@robotfuzz.co.uk)
16:12.32*** join/#htc-linux tyween (~tyween@pool-71-163-117-57.washdc.fios.verizon.net)
16:32.53*** join/#htc-linux programmer8922 (~Evan@67.219.164.162)
16:33.11*** join/#htc-linux MethoS (~clemens@134.102.106.250)
16:34.36*** join/#htc-linux arrrghhh (~arrrghhh@c-24-9-150-163.hsd1.co.comcast.net)
16:35.10arrrghhhjonpry, ping
16:39.49jonpryhi arrrghhh
16:40.37arrrghhhhowdy
16:40.53arrrghhhso nilfs... i'm really confused on how space works on it.
16:41.00arrrghhhi have nothing installed, and it's out of space :P
16:41.37phhit's a logging thing, so it never erases anything ever
16:41.42phhunless you call the garbage collector
16:41.48arrrghhhoh damn
16:41.53arrrghhhi need to read more about this FS
16:45.45jonprygc needs to be cross compiled
16:45.56jonpryphh: you have armv6 nilfs_cleanerd?
16:46.18phhpossibly
16:49.47phhah there it is
16:51.42phhwell i'm not totally sure it's v6.
16:52.42phhjonpry: http://www.enst.fr/~husson/nilfs_cleanerd
16:57.22jonprycool i'll try it
16:58.12jonpryarrrghhh, try running that on your phone :p
16:58.36arrrghhhohgod
16:58.42arrrghhhi know how well it ran on my PC :P
17:05.00jonpryoh it'll be fine
17:05.46arrrghhhso nilfs just keeps taking snapshots until the disk is full eh?
17:05.52arrrghhhi definitely need to do more reading about thi.
17:05.56arrrghhhs/thi/this/
17:07.16*** join/#htc-linux onen|openBmap (~quassel@vbo91-1-89-87-201-85.dsl.sta.abo.bbox.fr)
17:08.25jonpryyeah it just ditches the oldest stuff when there is no more space
17:08.26jonprybut you shouldn't get no space on device errors unless it is actually full
17:08.26jonpryi'm seeing depmod.... as the last thing on boot. does that mean splash just isn't working or is it actually blowing up there?
17:11.21*** join/#htc-linux ORi| (~ORi@91.181.232.230)
17:13.10jonprystupid thing seems to boot, but its like a time bomb. you only get 5 seconds of video before the shit hits the fan
17:13.31phharrrghhh: it doesn't do snapshots at all
17:13.34phhit's just that it's a log.
17:13.48phharrrghhh: you change one byte in a file, it appends a new log entry
17:13.58arrrghhhyea
17:13.58phhso a "side effect" is that you can revert to any state
17:14.15arrrghhhi got that, i've just had a lot of issues related to free space
17:14.24arrrghhhwhere i *should* have X amount, when in reality it reports Y
17:14.38*** join/#htc-linux DJWillis (djwillis@cpc3-bath5-2-0-cust220.aztw.cable.virginmedia.com)
17:14.52phhY is the place of the log
17:15.01phhwell full-free space
17:15.38arrrghhhyup
17:16.08arrrghhhso it seems like that's the heart of nilfs - is that disablable?
17:16.49arrrghhhthe whole snapshot paradigm
17:17.30phhno
17:17.34phhsince it's how it works :p
17:17.39arrrghhhcrap.
17:17.39phhyou need the gc to run
17:17.43arrrghhhi worried about that :P
17:17.52arrrghhhthe cleanerd?
17:17.54phhthe thing is that, nilfs is fast on sd, BECAUSE it's how it works
17:17.55phhyes
17:18.00arrrghhhah ok.
17:18.05arrrghhhi'll try running it on the device.
17:19.05*** join/#htc-linux jonpry (~jon@199.85.236.239)
17:19.11arrrghhhso how frequently does this need to be run phh?
17:19.17phhit's a daemon
17:19.19phhit always run
17:19.23arrrghhhoh perfect.
17:19.25arrrghhh:D
17:19.34arrrghhhi was gonna say, i ran out of space before i had the chance to install anything :P
17:19.37phhand it can be set up
17:19.44phhlike cleaning only when <10% available
17:19.53phhor cleaning only files older than one hour
17:20.03arrrghhhcool
17:20.19phhI must say that I still don't understand properly the options in the config file thought :p
17:20.23arrrghhhheh
17:20.27arrrghhhwhat an interesting FS
17:20.33arrrghhhnever heard of it before jonpry mentioned it.
17:21.15arrrghhhheh it segfaults
17:21.31phhstrace ? :p
17:21.35phhyou might need config files
17:21.37arrrghhhis there something i need to do to set it up?  i just put it at the root of my SD, and went in thru adb shell and ./ it
17:21.39arrrghhhok
17:21.53jonpryits probably armv7
17:22.03phhjonpry: you would get SIGILL
17:22.05phhnot SIGSEGV
17:22.12phh(i'm not saying it's not though :D)
17:22.18arrrghhhi think you're right about the config
17:22.27arrrghhhhttp://pastebin.com/z9w5f8VW
17:22.48phh(god I need a proper internet connection ...)
17:22.50jonprydoesn't it need a dev? like nilfs_cleanerd /dev/mmcblk0p3
17:22.58phhjonpry: it's optional
17:23.03phhit reads mtab I think
17:23.07phhoh... mtab ...
17:23.31arrrghhhstill segfaults
17:23.38arrrghhhi pointed it to /dev/mmcblk0p4
17:23.55phhok, jonpry's right
17:24.03phh(seeing the strace)
17:24.18phhwhy the fuck did ubuntu change default arm compiler settings
17:24.18phhpffff
17:24.27arrrghhhok
17:24.47arrrghhhphh, what are you using for internet?
17:24.53arrrghhhdid it take that long for pastebin to load?   :P
17:24.56phharrrghhh: campus' internet connection
17:25.01arrrghhhusually those are fast.
17:25.01phharrrghhh: yes it took that long.
17:25.04arrrghhhdang
17:25.06phhhigh bandwidth
17:25.11phhbut really high time to initiate connection
17:25.14arrrghhhweird...
17:25.21arrrghhhmy school had a ridiculously fast cxn.
17:25.27arrrghhhwhen i went thar
17:25.34phhah my school has a quite fast connection too
17:25.47phh(and a /16 \o/)
17:25.54arrrghhhheh
17:26.00phh(for something like 20k machines)
17:26.01*** join/#htc-linux Alex[sp3dev] (~alexander@86.110.163.19)
17:26.05arrrghhhyea
17:26.05jonpryyeah compiling a static bin from rhobuntu is probably the easiest thing
17:26.19jonprythe nilfs_util source is not cross compile friendly
17:26.38phharm-*-gcc *.c -o plop ? :D
17:28.55gauner1986meh
17:28.58gauner198631°C
17:29.07gauner1986time for the air condition
17:29.08Alex[sp3dev]haha
17:29.47*** join/#htc-linux skodde (~skodde@unaffiliated/skodde)
17:30.26*** join/#htc-linux [Rapunzel] (~opera@nat004-252-205-109.tvoe.tv)
17:30.37Alex[sp3dev]O_o
17:30.51phhtime to connect my 12cm fan.
17:30.51[Rapunzel]hey Alex
17:31.02Alex[sp3dev]hey Cotulla
17:31.38[Rapunzel]what.s up?
17:32.25Alex[sp3dev]well, nothing. still cannot get it to boot from nand with both sim and sd card. you have any hints?
17:32.51[Rapunzel]what kind of errors?
17:33.09Alex[sp3dev]ARM9 just crashes and reboots after mounting the sd card
17:33.58[Rapunzel]is it happens after some actions? or always?
17:34.06[Rapunzel]ever if u put while (1); inside kernel?
17:34.34Alex[sp3dev]always. if i disable smd, the arm11 continues executing but arm9 still dies - dex becomes unresponsive
17:34.58jonpryphh have to link against bionic
17:35.03[Rapunzel]so if u remove SD card || remove SIM card it starts to work?
17:35.07Alex[sp3dev]yes
17:35.09phhjonpry: ???
17:35.21[Rapunzel]hm
17:35.28[Rapunzel]but it worked before?
17:35.32Alex[sp3dev]no, never
17:35.56[Rapunzel]make dump of SMEM after crash. I may look...
17:36.01Alex[sp3dev]no one has managed to boot on any gsm device including blac, raph, rhod
17:36.32Alex[sp3dev]does your rhod boot with sim and sd card? do you enable some clocks/vregs?
17:37.21[Rapunzel]hm it's just without sim card
17:37.23[Rapunzel]%)
17:37.29Alex[sp3dev]try with one please
17:37.32[Rapunzel]but I can try
17:37.33[Rapunzel]ok
17:38.09arrrghhhkinda useless, booting without SIM
17:38.17arrrghhhunless of course you don't want to use the phone, as a phone :P
17:38.32[Rapunzel]I am using other phone as phone
17:38.45*** join/#htc-linux avinashhm (~avinash-h@59.92.130.198)
17:38.57phhfunny, here it's the TP2 that i use as a phone, and another phone that I use as "everything else"
17:39.08[Rapunzel]to be sure not "AHH shit holy shit it disables clock when I am talking with @$&*(^@&*$^^%!@ WTF!@$^@&*$^@&^ WTF it's doing!!! return my SMD channel baaaack!!! fuccckk"
17:39.33Alex[sp3dev][Rapunzel]: your phone is nokia 1100, right?
17:40.19[Rapunzel]no, it have 400 Mhz MARM <3
17:41.26[Rapunzel]okay I have Megafone sim card will put it inside RHO
17:41.39Alex[sp3dev]no-no, put MTS one ;)
17:41.45[Rapunzel]I have not such one
17:43.59Alex[sp3dev]ok.. i have good news
17:44.15[Rapunzel]which ones?
17:44.30Alex[sp3dev]i have NOPed our clk_disable function, and it boots. looks like disabling VFE or IMEM caused it to freeze
17:44.38[Rapunzel]it's auto fixed by my RPC-magic?
17:44.45[Rapunzel]:D
17:44.59[Rapunzel]hehe
17:45.08[Rapunzel]IMEM I guess
17:45.25jonpryAlex[sp3dev], my 39 kernel is a time bomb
17:45.43Alex[sp3dev]probably. maybe we should read imem value first to see if we can safely disable or sth like that
17:45.55[Rapunzel]or keep it enabled..
17:46.01Alex[sp3dev]yeah
17:46.23[Rapunzel]so all working now?
17:46.59Alex[sp3dev]no, sound is not working on nand with 35 kernel and jbruneaux acoustic but I think it will be easy to debug, probably we just missed something when rewriting sound code
17:48.17*** join/#htc-linux jon__ (~jon@98.142.219.74)
17:49.30jonpryyou get those weird mdp dma messages in dmesg?
17:49.36Alex[sp3dev]yes
17:49.41jonpry<PROTECTED>
17:49.49jonpryi get a freaking storm of them
17:49.56arrrghhhyea, and the 4 4 one as well
17:50.03Alex[sp3dev]supernatural powers do
17:50.04arrrghhher is that the same one
17:50.09[Rapunzel]I hope ur board is strong enough
17:50.13[Rapunzel]*boat
17:50.21jonpryso i removed the printk's they come from and everything seems to actually work
17:50.38*** join/#htc-linux Wally (~wally@c-75-73-178-169.hsd1.mn.comcast.net)
17:50.45jonprybut mdp seems to stop after exactly 5 seconds
17:51.06jonpry[Rapunzel], i took it out yesterday, put 3 people in it
17:51.10[Rapunzel]nice
17:51.13[Rapunzel]make photo
17:51.18jonpryk
17:51.25[Rapunzel]do u got some fish?
17:51.37[Rapunzel]or maybe ever goldfish?
17:51.38gauner1986mhmmm. fish
17:51.59Alex[sp3dev]poopfish
17:52.25[Rapunzel]MAGFISH the next generation of ... :D
17:53.29jonpryno fish yet, might go out later
17:53.32jonpryreally hot out now
17:54.10*** join/#htc-linux rajkosto (~rajkosto@2001:5c0:1511:4e01:b077:3bae:2030:7601)
17:54.34jonpryhttp://imagebin.org/152181
17:55.13jonpryhttp://imagebin.org/152182
17:55.45[Rapunzel]hehe :) I thought u have a BIG boat, with 1000 hp engine and body from armoured metal.
17:55.45jonpryhttp://imagebin.org/152183
17:55.57[Rapunzel]but this one nice also
17:56.01jonpryi just built this thing
17:56.43*** join/#htc-linux Andreyxxl[HD2EU] (Andreyxxl@94.52.236.39)
17:56.59jonpryfound the rubber thing on the beach
17:57.15[Rapunzel]so the bottom from wood
17:57.16[Rapunzel]right?
17:57.34jonpryyeah plywood sheet
18:01.25jonpryi would like to build something bigger. like ~20' racing cat
18:01.45[Rapunzel]where u use it? on sea?
18:01.51[Rapunzel]on in the river
18:01.59jonpryi live on an island
18:02.43jonprythere is supposedly a river, but it only runs part of the year or something. they call it the 3rd world disneyworld
18:07.51*** join/#htc-linux kvaster (~kvaster@46.56.169.42)
18:13.55arrrghhhu still in guam?
18:15.23jonprygrenada
18:15.31arrrghhhah
18:16.03arrrghhhmust be rough :P
18:18.57jonpryit has its moments
18:19.05arrrghhhhehe
18:19.18arrrghhhdo you work out there?
18:19.37arrrghhhi want a job in the carribbean :P
18:20.13jonpryi work as in build prypad
18:20.59arrrghhhin grenada?
18:21.27jonpryyeah, slowly though. takes forever to gets parts
18:21.36arrrghhhi bet.
18:21.50arrrghhhi can't imagine you picked grenada to build a device like that :P
18:22.04jonpryi am here because my girlfriend is going to med school
18:22.28*** join/#htc-linux surge (surge@pool-98-118-157-221.bflony.fios.verizon.net)
18:22.29arrrghhhin grenada?  dang.
18:22.33jonpryyeah
18:22.35arrrghhhgotta get my gf in med school :P
18:22.51*** join/#htc-linux kvaster (~kvaster@46.56.169.42)
18:28.14Alex[sp3dev]well, ok, booting with SIM on GSM now works. the reason was that we should not disable UART (not uart_hs) clocks when the SIM is in. for now I have commented out the code, but we could do a real detection to see if SIM is present and disable clocks otherwise
18:28.49arrrghhhAlex[sp3dev], great news.
18:29.13Alex[sp3dev]Abel will be celebrating again
18:29.24arrrghhhindeed
18:29.38arrrghhhmany GSM RHOD folk begging for NAND :P
18:30.12Alex[sp3dev]that was so silly. booting on GSM with SIM card worked back in april 2010 for me on X1. it was our summer activity with copying all clock code from wince ;)
18:30.52arrrghhhhahaha
18:31.05[Rapunzel]hehe
18:31.06[Rapunzel]:D
18:31.13[Rapunzel]black celebration...
18:31.50[Rapunzel]1986
18:31.59Alex[sp3dev]DM FTW!!!
18:32.25[Rapunzel]:)
18:32.40[Rapunzel]http://www.youtube.com/watch?v=zVRiYmuxbpA
18:34.49jonpryso nobody knows about mdp spam?
18:35.03Alex[sp3dev]nope
18:35.13arrrghhhi think abel said something to the effect of "don't worry about it"
18:35.14arrrghhhlol
18:35.26jonpryyeah, but i get a few thousand of them
18:35.31arrrghhhditto
18:35.40jonpryreally?
18:35.41[Rapunzel]ditto?
18:35.46arrrghhh[Rapunzel], i do as well
18:35.48[Rapunzel]what is it?
18:35.56arrrghhh[Rapunzel], like 'me too'?
18:36.03arrrghhhditto = me too
18:36.04jonpryarrrghhh, your screen is just plastered with untold numbers of them?
18:36.05[Rapunzel]I know "gonna" "dunno" "gotta"
18:36.08[Rapunzel]:P
18:36.13arrrghhh[Rapunzel], add that to your list
18:36.15arrrghhh:D
18:36.24[Rapunzel]it's queue
18:36.25[Rapunzel]:P
18:36.25arrrghhhjonpry, on boot yea lol
18:36.26[Rapunzel]not list
18:36.27[Rapunzel]:P
18:36.32arrrghhh[Rapunzel], ah right :P
18:36.38[Rapunzel]queue_put(ditto_item_ptr);
18:36.43jonpryhrm, on .27 i get like 10 or 20
18:36.59arrrghhhjonpry, hrm.  i guess i didn't count.
18:37.08arrrghhhi thought they continue after boot tho
18:37.10jonpryhow fast is the text scrolling?
18:37.13[Rapunzel]ditto ,,, hm nice
18:37.14arrrghhhif you check dmesg
18:37.24jonprymy dmesg is useless, all mdp
18:37.32arrrghhhoh ok.  not that bad then :P
18:39.18*** join/#htc-linux programmer89221 (~Evan@67.219.164.162)
18:40.59*** join/#htc-linux tmzt (~tmzt@adsl-99-164-53-22.dsl.akrnoh.sbcglobal.net)
18:45.59*** join/#htc-linux tmzt (~tmzt@adsl-99-164-53-22.dsl.akrnoh.sbcglobal.net)
18:58.06*** join/#htc-linux helicopter88 (~helicopte@host206-117-dynamic.33-79-r.retail.telecomitalia.it)
19:04.38*** join/#htc-linux Rajko (~rajkosto@2001:5c0:1511:4e01:a43e:6546:4129:1aeb)
19:19.42*** join/#htc-linux ImCoKeMaN (~imcokeman@pool-108-11-209-183.hrbgpa.fios.verizon.net)
19:33.14*** join/#htc-linux mitsutaka (~mitsutaka@p1227-ipbf3907marunouchi.tokyo.ocn.ne.jp)
19:39.05*** join/#htc-linux rpierce99 (~rpierce99@96-42-102-103.dhcp.stcd.mn.charter.com)
19:45.50*** join/#htc-linux Andreyxxl[HD2EU] (~Andreyxxl@94.52.236.39)
20:09.58*** join/#htc-linux arif-ali (~arif-ali@88-111-135-136.dynamic.dsl.as9105.com)
20:12.30*** join/#htc-linux rajkosto (~rajkosto@2001:5c0:1511:4e01:a43e:6546:4129:1aeb)
20:20.35*** join/#htc-linux helicopter88 (~helicopte@host206-117-dynamic.33-79-r.retail.telecomitalia.it)
20:30.10*** join/#htc-linux kvaster (~kvaster@46.56.169.42)
20:54.02*** join/#htc-linux avinashhm (~avinash-h@59.92.130.194)
21:00.53*** join/#htc-linux arrrghhh (~arrrghhh@c-24-9-150-163.hsd1.co.comcast.net)
21:01.03*** part/#htc-linux [Rapunzel] (~opera@nat004-252-205-109.tvoe.tv)
21:31.36*** join/#htc-linux NeoMatrixJR (~chatzilla@173-20-63-176.client.mchsi.com)
21:44.07*** join/#htc-linux swc|666 (~x00@unaffiliated/swc666/x-4934821)
21:56.53*** join/#htc-linux tyween` (~tyween@pool-71-163-117-57.washdc.fios.verizon.net)
22:07.27*** join/#htc-linux avinashhm (~avinash-h@59.92.146.226)
22:09.55*** join/#htc-linux leviathan (~quassel@2001:470:26:484:6ef0:49ff:fee6:8dca)
22:16.31*** join/#htc-linux rpierce99 (~rpierce99@96-42-102-103.dhcp.stcd.mn.charter.com)
22:27.19*** join/#htc-linux avinashhm (~avinash-h@59.92.136.74)
22:50.27*** join/#htc-linux gassed (gassed@c-76-30-161-228.hsd1.tx.comcast.net)
23:12.54*** join/#htc-linux arrrghhh (~arrrghhh@c-24-9-150-163.hsd1.co.comcast.net)
23:13.21*** join/#htc-linux vw (4463ed13@gateway/web/freenode/ip.68.99.237.19)
23:33.30*** join/#htc-linux ORi| (~ORi@91.181.158.206)

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