/srv/irclogs.ubuntu.com/2011/10/10/#ubuntu-arm.txt

dashhi! i find myself compiling a kernel for ubuntu for the first time in 5 years :)03:02
dashis make-kpkg still the thing people use when building custom kernel debs?03:03
hoshi411ive noticed android/ubuntu dual boot tablets on youtube but has anyone gotten around having to go through an external pc to change which system you want to boot?03:13
hoshi411like using u-boot or CWM?03:13
hoshi411always having to externally change some zip file everytime I want to `change the system I boot is not a very nice option03:14
dashthat would be nice.03:14
twb`hoshi411: you have a TF101; its default bootloader will switch to a "rescue" mode if you hold down voldown and power while booting; this rescue mode is simply a different kernel03:14
dashhoshi411: yeah it's like having to stop at a gas station every time you want your car to change gears03:14
twb`hoshi411: thus, you can replace the rescue mode of android with a normal ubuntu/debian kernel03:15
hoshi411twb: I see that is an interesting trick... but then how do you designate which kernel you want the rescue mode to boot?03:15
hoshi411is there really no way to communicate with the bootloader, like on windows bios , grub , yaboot etc?03:17
twb`hoshi411: the ASUS bootloader is hard-coded to bootstrap specific partitions for normal and rescue mode, so you pick by writing the kernel and ramdisk into the appropriate partition03:17
twb`hoshi411: on the TF101 there is no way to communicate with the default bootloader except for that voldn thing, and u-boot currently has no support for the keyboard doc OR the volup/dn buttons, so you cannot provide any input at boot with u-boot.03:17
hoshi411O_o but if you can root an android device then you can install any soft you want on it03:18
twb`hoshi411: however if you have a dock, you can put the u-boot scripts or environment onto a SD card or USB (but not micro SD), and u-boot will do whatever the script says.  So to change how booting will happen, you can put that SD card into a working box, and reconfigure it.03:18
twb`hoshi411: uh, only within android03:19
dashhoshi411: yeahbut someone's gotta write it :)03:19
twb`hoshi411: rooting android won't allow you to e.g. replace its kernel03:19
twb`And you probably can't easily replace e.g. the shitty android UI with normal X.03:19
hoshi411twb: but rooting android would allow me to run a terminal right03:19
twb`hoshi411: I wouldn't know, I do not support or use android.  Talk to the android people about that.03:20
hoshi411the ideal way to do a dual boot would be to be able to select the kernel , not at startup but before shutdown03:22
hoshi411if I could somehow in android select which kernel I want to boot from03:22
hoshi411and then boot into it ... then from that distro also to go and select the android kernel again03:23
hoshi411etc....03:23
hoshi411before shutdown03:23
hoshi411that seems ideal to me03:23
twb`That's how Macs used to work; it's a fucking pain because if the main system breaks, you're hosed03:23
twb`IMO it's better to have it boot the right thing, and if it screws up you insert a rescue SD card03:23
twb`s/main system breaks/current system breaks/03:24
dashso... any of y'all build a custom kernel .deb lately? :)03:24
twb`dash: yes.03:25
dashtwb`: what do you use? when I were a lad, make-kpkg was the thing03:25
twb`It's built into upstream now03:25
hoshi411can't you just mount the boot partition and alter the boot scripts on the asus device?03:26
dashin particular I want a kernel with NFS server support03:26
twb`Just do "make deb-pkg"03:26
dashand i'm not seeing one in oneiric for mx5303:26
dashtwb`: aha.03:26
twb`hoshi411: the asus bootloader has boot partitions that are in a hokey android format; you can't mount them03:27
twb`hoshi411: you'd have to rebuild them from source components and then reflash them onto the device03:27
dashwas thinking about installing ubuntu on my tf10103:27
dashsounds like i should wait03:27
twb`dash: you can have 2.6.36 now03:27
twb`dash: but it can't drive the wifi or bt or much else, so it's pretty useless03:28
hoshi411a hokey android format? not ext or ntfs etc?03:28
dashhoshi411: correct.03:28
twb`hoshi411: correct.03:28
twb`hoshi411: specifically abootimg format03:28
hoshi411abootimg ... hmm03:29
hoshi411twb: wouldn't this allow you to read the files on that partition https://launchpad.net/ubuntu/+source/abootimg03:30
twb`hoshi411: I doubt it.03:37
twb`Hm, actually it looks like you're right, you could pull apart the bits from that, edit them, reassemble them, then reflash it back on03:38
twb`But you'll still need the reflash step, which either means nvflash on an external device or (maybe) flashing it from within a working device, and the default partition table doesn't expose that partition to the OS.03:38
hoshi411twb: and depending on the script that is used to select the kernel on bootup... you might be able to reflash it in a way where you wont have to reflash every time you want to change kernels03:39
twb`hoshi411: in magical fairy land, sure.  I wouldn't hold your breath waiting for it in the real world.03:40
hoshi411I use yaboot on ppc but have never tinkered with grup on my pc ... but as far as yaboot goes , it is just a script that allows me to select the kernel at bootup... and I can change the script to allow for any kernel I want or as many as I want....03:41
hoshi411grup > grub03:41
hoshi411arg... I really wanna get inside that boot partition03:42
twb`Look, the short version is: bootloading on ARM is fucked up.03:42
twb`Do not expect it to be as nice as PPC or x8603:42
hoshi411twb: yea but I cant give up03:43
hoshi411I need gimp on my transformer03:43
hoshi411otherwise it's almost a paperweight to me03:44
hoshi411and I need the ability to boot back into android whenever I want03:44
hoshi411without haveing to wait to get home just to connect it to my pc and change some zip kernel whatever03:44
hoshi411twb: but thanks for updating me on the state of things on the transformer right now03:45
hoshi411Im gonna try and see if I can get into the boot partition somehow03:45
=== RNev is now known as R_Nev
hoshi411im trying to get ubuntu chroot on my asus transformer07:21
hoshi411do I need windows to do this?07:21
hoshi411or can't I do it from ubuntu07:21
hoshi411my windows partition is acting up and ... it would be nice to be able to do this from the ubutu side07:22
hoshi411I think I have to root my device right?07:22
twb`No.07:22
hoshi411really. there is an easier way?07:22
twb`hoshi411: if you want to *boot* Ubuntu, you need to follow the notes I showed you in #debian-arm.  If you just want a chroot, you need to root android, and that is off-topic for this channel.07:23
twb`Rooting android is probably substantially easier, but I don't know.07:23
hoshi411yea I just wanna chroot, cause I really don't wann ahave to connect it to a pc every time I wanna switch back and forth07:23
hoshi411ive been at this all day07:23
hoshi411and I give up07:23
hoshi411chroot will give me an easy switch back and forth07:24
hoshi411would be great if there were gimp on android07:24
twb`hoshi411: android is off-topic for this channel.  I won't help you with that.  Go find the android channel and ask them instead.07:25
hoshi411chroot may be off topic but there is a version of ubuntu that runs on chrooted android that I have seen.... that would be on topic right?07:25
twb`hoshi411: I suppose so, *once* you have it working07:25
hoshi411ive seen it on the galaxy tab07:25
twb`The vast majority of "get it to chroot" issues will be on the android side07:26
hoshi411aright07:26
hoshi411ill go there07:26
sorentwb`: Are you suggesting you've gotten Ubuntu to boot on an ASUS Transformer? Or know of someone who has?07:27
twb`soren: lilstevie has a working .36 boot, which I have reproduced07:27
soren*drool*07:27
twb`soren: he also allegedly has .38 CrOS, but I can't reproduce that because u-boot isn't working for me07:27
hoshi411soren: it seems that he has done it but .... still no one has figured out how to switch between android and ubuntu without hooking the tablet up to a pc07:27
sorenThose things look awesome, but I'm not looking for an *extra* gadget to carry around. Someething that could replace my laptop... maybe.07:27
twb`soren: http://cyber.com.au/~twb/doc/tf101.html contains about half my notes so far07:28
twb`Yeah, I bought it to replace me Eee PC 1005P, because 1) quadruple the battery life; and 2) ARM is a "fun" challenge.07:28
lilstevieyou can dual boot07:28
lilstevieat the cost of recovery07:28
lilsteviebut you can still switch without needing to hook it up to the pc07:28
twb`lilstevie: dunno if you saw the scrollback, but hoshi411 doesn't seem to be interested in that07:29
hoshi411lolstevie: how do you switch without having to hook it up to a pc?07:29
lilstevieby having one OS kernel in the recovery slot07:29
twb`14:17 <twb`> hoshi411: the ASUS bootloader is hard-coded to bootstrap specific partitions for normal and rescue mode, so you pick by writing the kernel and ramdisk into the appropriate partition07:29
hoshi411lolstevie: are you sure about that07:29
twb`14:17 <twb`> hoshi411: on the TF101 there is no way to communicate with the default bootloader except for that voldn thing, and u-boot currently has no support for the keyboard doc OR the volup/dn buttons, so you cannot provide any input at boot with u-boot.07:29
lilsteviemy kit sets it up like that, so yes I am sure07:30
lilstevieand I have over 2000 people using my kit at the moment07:30
sorentwb`: Yeah, the crazy long battery life + being able to separate keyboard from the rest makes it excellent for traveling.07:30
twb`soren: what would be *really* nice is if the keyboard could talk bt to the tablet while they were apart :-(07:30
hoshi411lolstevie: can you give me a link to "your kit "07:30
sorentwb`: Yes. Yes, it would.07:31
twb`soren: if you just want a netbook, the Toshiba AC100 is apparently quite similar07:31
lilstevielilstevie.geek.nz/ports/linux-flash-kit.tar.gz07:31
hoshi411twb: lilstevie says he's got it dual booting back and forth without hooking it up to a pc. are you believing this?07:31
twb`hoshi411: yes07:31
lilstevieit is at the cost of recovery mode07:31
sorentwb`: How big is the transformer? Specifically the keyboard.07:32
hoshi411>:| but you keep saying it is impossible07:32
twb`soren: I dunno; it's about a quarter-inch wider  than my 1005P07:32
lilstevieso you only need to use the pc, at the time you want to update or need CWM07:32
twb`soren: go down to your local hifi store and look at once07:32
twb`s/once/one/07:32
sorentwb`: So slightly larger than a netbook, but still some way to go up to a laptop sized one.07:32
twb`soren: it's 10"07:32
lilsteviebattery life pwns a netbook07:33
sorentwb`: I'm almost 100% sure noone around here stocks stuff like that.07:33
twb`soren: obviously, smaller than a 12" or 16" laptop or so07:33
twb`soren: where are you again?  Uppsala or something?07:33
sorentwb`: Aalborg, Denmark.07:33
twb`Hum07:33
lilsteviedenmark most certainly does07:34
sorenI'm sure I can order it, I just doubt they stock it and/or have it on display.07:34
sorenThere are lots of smallish hifi stores who all carry mostly the same mainstream stuff.07:35
hoshi411lilstevie: im running honeycomb 3.1 on my asus transformer but will your kit force me to downgrade or anything like that?07:35
jondomorning07:36
lilsteviehoshi411: it will force you to run what ever rom you want07:36
hoshi411lilstevie: do you have any recommendations of roms based on honeycomb 3.1 or 3.2?07:36
twb`lilstevie: I'm planning to email muromec describing my u-boot problems, what I've tried, what the symptoms are, etc, and CC you.  Is that cool with you?07:37
lilsteviehoshi411: prime07:37
hoshi411hmm ok07:37
lilstevietwb`: sure, want me to upload a binary for you to test?07:37
lilsteviedon't bother writing it just run it in ram07:37
lilstevieto make sure it works07:37
twb`lilstevie: also if you can work out how to get me a copy of u-boot.bin that works for you, I can verify that I'm at least uploading it to my device correctly07:37
twb`lilstevie: right, understood (re just ram)07:38
twb`Hell, you can just email it to me, since it's only 200kB or so07:38
lilsteviekk07:39
lilstevieI was just going to upload it :p07:39
twb`Whatever's easiest for you07:40
lilstevietwb`: well I am going to extract it from my device and decrypt it for you07:40
twb`Ace07:40
twb`I'm going home in a minute, so if it's gonna take you a while just email it me or so, since I won't have time to mess with my tf before the weekend or so anyway07:41
twb`no rush07:41
lilstevieshoot me an email and I will shoot it back a bit later07:41
twb`lilstevie: later, dude07:47
hrwwii infinity08:13
infinityinfinity [~adconrad@66.79.167.154]08:24
infinity ircname  : Adam Conrad08:24
infinity channels : #ubuntu-desktop #ubuntu-installer #linaro-armhf #ubuntu-release08:24
infinity            #ubuntu-arm #ubuntu-devel08:24
infinity server   : wolfe.freenode.net [Manchester, England]08:25
infinity          : is connecting from *@66.79.167.154 66.79.167.15408:25
infinity idle     : 0 days 0 hours 4 mins 37 secs [signon: Sat Oct  8 23:46:12 2011]08:25
infinityEnd of WHOIS08:25
infinityHope that helps. :P08:25
lilstevielolwit08:26
lilstevielwut08:26
lilsteviefail08:27
infinitylilstevie: That was my response to hrw's wii. :P08:27
lilstevielol08:27
hrw;D08:29
jondoHi! My BeagleBoard-xM gives me "hub 1-0:1.0: unable to enumerate USB device on port 2". Does that sound familiar to anyone?09:06
jondoSee my dmesg at http://paste.ubuntu.com/705313/09:08
=== doko_ is now known as doko
davidmogra_, you about?09:53
ogra_davidm, indeed09:53
davidmdid you see my pm to you?09:53
ogra_on freenode ? nope09:54
davidmInteresting09:54
ogra_ah, seeing it now09:54
ogra_i was testing suspend oin the ac100, seems you opened it while i just fell over09:54
ogra_yup, will take care09:54
infinityogra_: Reinstalled my ac100 and ran through a bunch of tests here, seems good.10:14
ogra_yay10:14
ogra_did you try suspend ?10:14
* ogra_ also isnt sure zram was actually a good idea, tell me if you see hangs after some time10:15
xranbyogra_: did you see my rants about echo 30000 > /proc/sys/vm/min_free_kbytes10:18
xranbyogra_: my experience are that there are some bug in the kernel that makes the kmalloc unable to operate when memory are low    even in situations when swap are available10:19
brandiniogra_: so I got my openbsd userland cross compiled, then built my kernel fromthat, learned about the fun required to create a proper bootable partition on the SD card, installed uboot, MLO etc to there and pointed it at my bsd kernel only to find out mboot doesn't like my bsd kernel format10:19
ogra_xranby, what you see is  a "normal" message from wlan USB, we should be shipping a sysctl.d file like we do on omap10:19
ogra_it doesnt do any harm even though it looks like an oops10:20
lilstevieogra_: how are you working out suspend on the AC10010:20
ogra_lilstevie, ask in #ac100, i'm just a consumer of their work ;)10:21
lilsteviehaha10:21
lilstevieok10:21
ogra_but i think they reverse engineered the nvec commands needed for the device10:21
lilstevieah10:22
lilstevienvec isn't used here10:22
ogra_right, thats why i mention it ;)10:22
lilstevie:p10:22
xranbyogra_: if you feel unsure about zram then do not iclude it for the release10:22
ogra_xranby, a bit late now :P10:23
xranbyhaha ok10:23
lilstevieogra_: however have been testing out the graphics acceleration with CrOS kernel10:23
xranbyogra_: are there anything we can do before release?10:23
ogra_i could try but i would have to be sure about it adding instability10:23
ogra_ripping it out if it isnt at fault at all would be really bad10:24
* ogra_ would like to see some test results from people seeing hangs ... so we can see if its zram or not10:24
lilsteviehaving some show stopping bugs though10:24
ogra_i suspect that OOM doesnt work properly if zram is used10:24
xranbyogra_: on my machine i can workaround these hangs by raising the /proc/sys/vm/min_free_kbytes10:24
xranbyogra_: i do see userspace hangs without touching that knob10:25
ogra_xranby, and also by disabling zram at all ?10:25
xranbyogra_: i see hand by using swap on usb as well10:25
xranbyso imho the bug are not zram related10:25
xranbymroe a generic kernel have trouble to operate when memory are low issue10:25
ogra_well, i'd like to know if they go away if you dont use zram, just to prove that10:25
ogra_(or if they dont go away i should say)10:26
xranbyogra_: (14.49.57) juliank: xranby_ac: The bug is not related to swapping, so stop pretending that it is. Lower the value and you'll see those crashes without swap as well10:26
ogra_hmm, k10:26
xranbyogra_: juliank: claim that he starts to see crashes mroe frequently if the threshold gets lowered10:27
xranbyimho the system should run stable even if the threshold are insanely low10:27
xranbyelse its a kernel bug10:28
ogra_well, i use 8192 as a default here10:28
ogra_(for the famous wlan bug)10:29
xranbyok. i think the kernel defaults to around 260010:29
xranby 2698, the ubuntu's calculated default for ac10010:30
xranbythe reason why using zram makes things worse are because the kernel itself uses more slub's when zram are activated10:31
xranbyimho10:32
ogra_infinity, hmm, if we actually do a respin i wonder if we should add an: echo "vm.min_free_kbytes=30000" >/root/etc/sysctl.d/99-ac100 to the installer10:32
infinityogra_: Erk.  Why?10:33
infinityogra_: My ac100 seems happy enough.10:33
ogra_infinity, to fix xranby's hangs after some hours10:33
ogra_mine too ... but more than one person seems to have issues regarding that10:34
xranbyinfinity: the hang happens when trying to run two memory hogs firefox and thunderbid at the same time10:34
ogra_hmm, i probably dont see it because i would never do that :)10:34
ogra_i dont think it will do harm for the working ones and it seems to fix it for the non working ones10:35
ogra_(and it cant be an SRU since we have no package for such stuff (i guess i should intorduce an ac100-hacks package in P for such a purpose))10:36
jondoHi ogra. Is there anything I can further do now for helping with launchpad bug 871650? Any more logs needed?10:52
ubot2Launchpad bug 871650 in linux ""unable to enumerate USB device" with BeagleBoard-xM" [High,Confirmed] https://launchpad.net/bugs/87165010:52
jondoIt probably doesn't make sense to try the current daily instead of last Thursday's?10:54
xranbyogra_: do OOM killer still go around and slay your chrome?11:07
ogra_jondo, well, i would recommend to talk to jcrigby about it once he is up11:11
ogra_xranby, sure, if i use more ram thean i have it doe that11:12
ogra_*does11:12
ogra_same goes for firefox but with half the tabvs chromium can handle11:13
xranbyogra_: ok not really a bug then11:14
xranbybut it would be nice if the user got informed that its about to happen11:14
jondoOk. Which timezone is he in?11:14
jondoThat certainly is https://launchpad.net/~jcrigby?11:16
ogra_jondo, right, you also should test with the latest kernel, somehow the kernel team bugbot thinks there is a newer one than you tested11:19
=== plars is now known as plars-holiday
xranbyinfinity: hi i got a report from a user who obviously have namaged to install oneiric on his ac100 and then crippled it by pressing the bug shiny install release button from unity  http://paste.ubuntu.com/705353/11:57
infinityxranby: That must be from an old image.11:58
infinityxranby: We now correctly clean up, so he'd never get a change to press said button.11:58
infinity(As in, it won't exist)11:59
infinitys/change/chance/11:59
xranbyinfinity: good.. i told him to go to http://iso.qa.ubuntu.com/ and retest usin ghte image provided there11:59
infinityxranby: That should do.  Except that he'll need the bootimg that matches, and iso.qa doesn't link both files.12:00
xranbyoh my...12:00
infinityxranby: http://cdimage.ubuntu.com/daily-preinstalled/current/ is a bit less hassle in that regard.12:00
infinityxranby: Code limitation, iso.qa can't list more than one file for an image. :P12:01
infinityxranby: Not a big deal for testers, we know what we're doing there.12:01
infinityxranby: The actual cdimage release bits have the right info.12:01
ogra_well, iso.qa seems to also point to the omap4 wikipage for installation instructions12:02
ogra_https://wiki.ubuntu.com/ARM/TEGRA/AC100 might be the best place to point to12:02
infinityogra_: Not sure that it matters deeply.  I doubt that many people will be testing ac100 for us.12:03
infinityAnd we really (REALLY) shouldn't be pointing users to iso.qa as a source for images.12:04
infinitycdimage.ubuntu.com is the right place.12:04
ogra_well, i point them to iso.qa beliveing that everything is in order there12:04
ogra_which it apparently isnt :)12:04
ogra_the wikipage has the proper instaructions and links to both files you need12:04
xranbyogra_: infinity: i was a bit surprised since this user claims he have followed the instuctions from the wiki12:09
ogra_xranby, i only updated the links from beta to the current daily when i was sure the images build properly12:10
xranbyi sent him a mail to double check that he are using both the latest .tar.gz and bootimg12:10
ogra_so beta was linked from there for a few days longer12:10
ogra_janimo, how do the mx5 images look ?12:12
* ogra_ needs to signoff on them fo rthe release team12:12
hrwheh... http://marcin.juszkiewicz.com.pl/2006/03/18/openzaurus-354-released/ was nice time - good that I do not have to work on releases anymore12:15
janimoogra_, will ping you back once I test todays. The last ones looked better12:18
ogra_k, thanks12:19
xranbyjanimo: when i test the daily mx5 image, i find banshee in the sound menu12:56
ogra_yes, thats a bug :(12:56
ogra_likely on all images12:56
ogra_seems there are dependencies that keep banshee in, juts dropping it from the seeds didnt help12:57
ogra_you should have rhythmbox too though12:57
ndecogra_: there is still no RC image? is that correct?12:59
ogra_ndec, there wont be an official RC image ... the dailies are RCs12:59
ndecok!12:59
xranbyogra_: during oem-setup i only see banshee  no rythmbox  will check if rythmbox are present when i login into deskto13:00
ogra_it should be ... but you will likely need to search for it in the dash13:00
ogra_as long as banshee is installed it claims all the mediaplayer links and launchers13:00
ndectalking about banshee... i just dist-upgraded my system, banshee is still there and rythmbox was not installed.13:01
ogra_do you have ubuntu-desktop installed ?13:01
ogra_that it doesnt get removed on pre-release images is normal13:01
ndecno...13:01
ndecnow i am wondering why...13:01
ogra_we exdpect users of alphas and betas to be able to deal with that13:01
ndeci have dist-upgraded since alpha2 or something like that.13:02
ogra_but RB should get installed in any case13:02
ndec;-)13:02
janimoxranby, I still find the daily mx5 install very slow13:09
janimoyou said you saw an imporvement13:09
janimoalmost 10 minutes to the second bootup, and no output about resizing partitions in the first one13:10
pmatulishi everybody, where can i find information on the work done re this blueprint:13:13
pmatulishttps://blueprints.launchpad.net/ubuntu/+spec/server-o-arm-sysadmin-tools13:13
ogra_pmatulis, NCommander leads the server stuff in ubuntu-arm13:14
ogra_pmatulis, though i would start talking to the approver or drafter first13:15
ogra_looks like cmagina did all the work on it13:15
xranbyjanimo: yes the daily install are still slow13:15
xranbyjanimo: the daily linaro oneiric image are quick in comparision13:15
xranbyfor mx513:15
janimoxranby, which one was fast then? IIRC you said that a few days ago13:15
ogra_there finally are linaro oneiric images ?13:16
janimoah, the linaro one. Sure that always was faster13:16
ogra_heh, yeah13:16
janimofor mx513:16
ogra_they just hardcode the autologin and dont have to run jasper13:16
ogra_that makes the first step lots faster13:16
pmatulisogra_: alrighty13:16
janimoogra_, I think in this case it is somehing else. kernel/FS/SDcard setting maybe? Although we use the same kernel imagaes13:17
ogra_well, you said you dont see jasper output13:17
janimoas our mx5 is much slower than our omap one so it is not just jasper13:17
ogra_so there likely also is a jasper bug13:17
janimoogra_, indeed, I did not see any output for over 5 min, board seemed dea13:17
janimod13:17
xranbyogra_: janimo: the last linaro oneiric image i testsed was sudo linaro-media-create --rootfs ext4 --mmc /dev/sdc --binary linaro-o-ubuntu-desktop-tar-20111006-1.tar.gz --hwpack hwpack_linaro-lt-mx5_20110929-0_armel_supported.tar.gz --dev mx53loco13:17
xranbybut it had some issues like metacity crashed13:18
xranbyapart from that gui was snappy13:18
xranbyjanimo: http://snapshots.linaro.org/oneiric/linaro-o-ubuntu-desktop/13:25
janimoxranby, no images yet for today's directory there13:26
xranbycorrect13:26
xranbythe last image are from 0813:26
xranbyand hw pack http://snapshots.linaro.org/oneiric/imx51-oneiric/20111008/0/images/hwpack/13:26
xranbyjanimo: my Ubuntu oneiric daily mx5 image did after half an eon complete the oemsetup and i am now viewing the desktop13:34
janimoxranby, that's the speed I see too13:35
xranbythe last part of the oem-setup i was only observing the background image and title bar for about 30min13:35
janimobut I get ubiquity restarted at the end13:36
janimoI got these with omap images too this cycle13:36
ogra_as long as it doesnt happen with todays anymore thats fine :)13:36
janimoogra_, it is with today's unfortunatley13:40
janimoI am not sure I ever saw an omap image get past instal lw/o this ubiquity restart either13:41
janimoso seeing it on the mx5 is not surprising me13:41
janimoneed to check if there's a crash log, most times there was not even one13:41
ogra_so you are saying you now see that bug that nobody else but GrueMaster could reproduce for weeks =13:41
ogra_?13:41
ogra_darn, well, at least you can reproduce it too now :/13:42
ogra_even though thats to late for release :(13:42
brandiniafter a week of hacking I finally found the source for MLO13:42
ogra_brandini, you could have asked ;)13:43
brandiniI know, I was too focused on other things13:43
brandiniI seriously think I was made to be an embedded hacker, I lvoe this stuff!13:43
ogra_like spending a week on finding it yourself you mean ? :)13:43
brandiniI was hacking the pandaboard port for openbsd, cross compiling, etc so I just copied the exising uboot and MLO from linux13:44
ogra_ah13:44
brandiniogra_: it took a special form of art to make a bootable windows partition :)13:45
ogra_heh13:45
brandinineeds an even number of sectors to overcome some "bug" in mkfs.vfat and even after knowing that it took me a dozen tries to get it right13:45
janimoogra_, I mean I always( almost always) see this, but there are not crash logs o13:46
janimosome of the earlier ones had _Crash files13:46
janimothose too were seen by gruemaster but fiex d in the meantime13:46
ogra_janimo, well, why didnt you speak up when we discussed that, it seemed GrueMaster was the only one seeing it13:52
* ogra_ didnt have a single non-explainable restart of ubiquity during this cycle13:53
ogra_anyway, we should find out why its failing, make sure to file a bug13:55
brandiniwonder if the eagleboard aims to be a "production" style board13:55
ogra_as production style as the panda i guess13:56
ogra_i.e. not for commercial use13:56
brandinigotcha13:56
* brandini creates a cluster of arm servers on commodity hardware13:56
janimoogra_, hmm beause I thought everyone sees it and it is part of the current status honestly14:06
ogra_nah, it isnt, sadly14:06
janimothe only thing that is suspicions - is /var/og/faillog which is 20K of zeros14:06
janimobut no oem-config.log nor crash nor installer log have suspicious content14:07
ogra_syslog is the intresting one, the rest is usually quite empty anyway14:07
janimoalso jockey has backtraces but that too must be common for all arms as it looks and fails to find broadcom-wl fglx etc14:07
ogra_i havent seen any jockey issues, though apport should be disabled on todays images14:08
ogra_so you might not notice crashes in the bg14:08
janimowell, they are python backtraces but it carries on so I think they are harmless14:11
ogra_well, add them to the bug14:12
janimoalso faillog is for login attempts, unlikely to be relevant here14:12
ogra_usually python backtraces are rather serious in ubiquity14:13
janimoogra_, this is in jockey. ubiquity logs are clean14:18
ogra_ah14:18
janimoogra_, after the installer finished should it prompt for reboot or reboots automatically?14:18
ogra_it should drop you to lightdm14:18
janimoI never get to that step I only see the newly started ubiquity14:18
ogra_it doesnt reboot at all14:19
janimohmm, never seen being dropped to lightdm. So it logs out then automatically?14:19
ogra_after it removed itself it restarts the display manager ... since ubiquity-dm is gone you land in lightdm14:19
rOxxi´m using beagleboard xm with ubuntu 11.04 and kernel 3.0. i have problems with flooding messages in the syslog and kern.log file. the messages look like this: rpm_suspend flags 0x0, rpm_resume flags 0x4, rpm_resume flags 0x5, rpm_resume returns 1. can someone help me with this messages?14:24
janimoogra_, ubiquity-dm is also not removed on this image14:27
ogra_janimo, yes, else you wouldnt see the issue ;)14:27
janimo:)14:27
ogra_janimo,14:48
ogra_Oct 10 13:07:30 localhost ubiquity[1108]: log-output -t ubiquity laptop-detect14:48
ogra_Oct 10 13:07:38 localhost dbus[404]: [system] Activating service name='org.debian.apt' (using servicehelper)14:48
ogra_Oct 10 13:08:03 localhost dbus[404]: [system] Failed to activate service 'org.debian.apt': timed out14:48
ogra_that looks suspicious14:48
ogra_you have a unch of other AptDaemon messages in there14:49
ogra_and there is:14:50
ogra_Oct 10 16:20:46 localhost ubiquity: debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable14:50
janimothat may be from when it already restarted and I tried removing oem-config14:51
janimoI am doing a new install now14:51
ogra_though that might still be locked from the crashed ubiquity run before14:51
janimoright14:51
janimoit seemed so14:51
ogra_aptdaemon is the bit thats does the uninstall though14:51
ogra_there is also one:14:53
ogra_Oct 10 16:16:49 localhost ubiquity: dpkg-trigger: error: must be called from a maintainer script (or with a --by-package option)14:53
ogra_though not sure that means anything14:53
janimotbh the installer logs are usually very chatty so it is not easy to find the logs for the really harmful event14:57
=== ericm|ubuntu is now known as ericm-Zzz
janimoxranby, did you experience boot problems with USB devices inserted? I need to not have  anything plugged in or it won't boot - leds turn off15:03
janimomay be a hw issue of my board though15:03
GrueMasterMorning all.  Nice to know I am not the only one seeing oem-config respawn.15:03
xranbyjanimo: no. i have usbhub + keyboard + mouse inserted on the mx5 when i tested the ubuntu oneiric mx5 image15:03
janimoxranby, ok, my hw may have issues then15:04
janimowhich may be the root of the other errors too15:04
janimoI wonder if my setup has issues, since I see such things on omap15:04
xranbyhttp://www.theinquirer.net/inquirer/news/2115929/ubuntu-1110-support-arm-chips-fight-red-hat15:05
GrueMasterjanimo: As long as you don't use your AC100 PS on your panda/beagle/mx5, you shouldn't have too many problems.  :P15:05
janimoGrueMaster, you never forget do you?15:06
janimoluckily the mx5 has (hmm does it??) unique jack15:06
GrueMasterWell, you know the old addage, "Elephants never forget", right?15:07
GrueMasterThe mx5 uses the same jack btw.15:07
janimoGrueMaster, but this one comes from a different wall socket not from under the table, so I cannot easily mix them up15:08
janimostill a weird situation. Maybe both my hub and my external USB drive are just too much for that supply15:08
GrueMasterIt isn't the wall part that matters.  :P15:08
GrueMasterIs your hub and external drive self-powered?15:09
GrueMasterOr do they draw from the mx5?15:09
janimoboth draw from mx515:13
janimoI may need to check another hub which has its own supply15:13
GrueMasterYea, that would be bad.15:13
* GrueMaster wanders over to the coffee pot to fullfill his daily quota.15:14
jcrigbyjondo, bug #871650 reminds me of onw GrueMaster reported a while ago and I don't thing we ever resolved.  Looking for old bug...15:26
ubot2Launchpad bug 871650 in linux ""unable to enumerate USB device" with BeagleBoard-xM" [High,Confirmed] https://launchpad.net/bugs/87165015:26
GrueMasterjcrigby: The bug you are looking for is 83820015:32
ogra_bug 83820015:32
ubot2Launchpad bug 838200 in u-boot-linaro "No network support on Beagle XM" [High,New] https://launchpad.net/bugs/83820015:32
GrueMastersigh.  bug 83820015:32
ogra_hehe, i was faster !15:32
jcrigbyGrueMaster, ogra_ you are both faster than me! I was still looking15:32
ogra_i just reformatted GrueMaster's thought :) i'm not actually that fast15:33
ogra_or better: LP isnt ... :P15:33
GrueMasterBut I don't think they are the same, as jondo (and others over the weekend) have been reporting no USB at all.  My system has everything enabled, but to get networking to work, I have to unplug the network cable for a fe seconds then plug it in.15:34
jcrigbyGrueMaster, yes you are right the old bug has usb working but not network15:34
GrueMasterThey could be related to the same code.15:34
GrueMasterAs they are different rev boards.15:34
GrueMasterAnd rev C has some different power scenarios for USB.15:35
ogra_well, it smells like u-boot or MLO to me ... but i might be totally wrong and its the kernel15:35
GrueMaster(I have rev B).15:35
GrueMasterI have found that if I use the Natty MLO/U-boot, I get consisten networking.  With Oneiric, spotty at best.15:36
jcrigbyogra_, could be however I believe latest linaro images work fine but maybe not on xm rev c15:36
GrueMasterjcrigby: linaro boot systems use a master boot partition.  Does it ever get updated with the latest u-boot?15:37
jcrigbyGrueMaster, you mean the test systems?15:38
GrueMasteryes.15:38
jcrigbynot sure how often they get updated but you are right it is not with every build because if they did they could get bricked with a bad u-boot build and then a human would have to go replace the sd cards to fix them15:39
rsalvetithis bug is so annoying15:40
GrueMasterHence the flaw in the design I mentioned a while ago.15:40
rsalvetido we have any newer xM than C?15:40
rsalvetiin theory both kernel and u-boot are handling it correctly15:40
GrueMasterI don't think there is one.  Not according to beagleboard.org at least.15:40
rsalvetiGrueMaster: yours is even more interesting, just eth0 not working15:40
rsalvetiwhat doesn't make any sense to me15:40
GrueMasterIt is only the link detection circuit that isn't working.15:41
GrueMasterThe port enumerates fine.15:41
jcrigbypossibly nothing to do with this but I found that when switching to the u-boot based MLO on panda the external USB/ethernet phy stopped working until I did the right thing in u-boot15:41
rsalvetithat's the interesting thing, it's all the same chip15:41
jcrigbythe right thing being setup its clock before powering it on15:41
rsalvetijcrigby: yeah, but I believe this was basically because u-boot wasn't in sync with x-loader15:42
jcrigbyyes, exactly15:42
GrueMasterrsalveti: It may be the same chip, but I think the code paths are different.15:42
GrueMasterOtherwise I would be able to get networking working in u-boot, right?15:43
jcrigbyrsalveti, what I am thinking is that this external phy seems to be touchy about its init sequence15:43
rsalvetijcrigby: could be15:43
jcrigbyrsalveti, was the the xm that switched the polarity of the reset and the switched back?15:43
rsalvetiGrueMaster: yup, but don't know if it's currently working the same way as panda15:43
rsalvetijcrigby: iirc, yes15:44
rsalvetithat was the rev C thing15:44
GrueMasterrsalveti: It isn't.  At least not on my end.15:44
rsalvetijcrigby: I remember we had a bug for rev C support at u-boot a while ago15:44
rsalvetilet me check15:44
brandiniok, now for some fun15:45
brandinimount an nfs share with all my DVD's on it and play them!15:45
brandinishould I be using gdm or something else?15:46
GrueMasterGo brandini, go!15:46
brandiniYay!15:46
rsalvetijcrigby: bug 77067915:47
ubot2Launchpad bug 770679 in linux "Missing proper support for Beagle XM rev B and C" [Medium,Fix released] https://launchpad.net/bugs/77067915:47
GrueMasterrsalveti: iirc, when we launched Natty, you made a special u-boot & kernel that only updated the board ID table for Rev C.15:47
rsalvetiGrueMaster: yup, this was the bug that fixed the support at the kernel side15:47
brandiniheh, wonder if that's why uboot didn't boot my bsd kernel15:48
rsalvetijcrigby: http://patchwork.ozlabs.org/patch/92334/ need to check the default path when an unkown rev is identified15:49
brandiniwait, does ubuntu arm support nfs?15:56
GrueMasterbrandini: Yes.  I have it running here on my system I used for builds.15:57
brandiniahh ok15:57
GrueMasterAnd I have tested nfs-root as well.15:57
=== zyga is now known as zyga-afk
GrueMasterNFS-Root is much faster than SD.15:57
brandiniknowmercy@localhost:~$ sudo mount -t nfs 10.15.32.103:/storepool /media15:58
brandinimount: wrong fs type, bad option, bad superblock on 10.15.32.103:/storepool,15:58
brandini:(15:58
rsalvetijcrigby: in theory the kernel for both oneiric and linaro are right15:58
rsalvetibeagle_config.usb_pwr_level = GPIOF_OUT_INIT_HIGH; for xM only15:58
GrueMasterbrandini: For grins, try rebooting.15:58
brandiniGrueMaster: the panda?15:59
rsalvetiops, for A/B only, not C15:59
GrueMasterbrandini: yes.15:59
brandiniok15:59
brandiniGrueMaster: what display manager works best?15:59
GrueMasterI have seen an issue where networking gets confued.15:59
GrueMasterDisplay manager?  We ship with lightdm.16:00
GrueMaster*confused16:00
brandiniGrueMaster: do I need mount.nfs?16:01
GrueMasterNo, mount should just work.16:01
brandiniseems I do16:01
brandininfs common?16:02
brandiniaha!16:02
brandinithat worked16:03
jcrigbyrsalveti, ok.  One other thing perhaps again no relevant.  I noticed when merging ubuntu sauce that the upstreamed beagle changes were a little different than the ubuntu sauce from you and robert16:03
brandininow to get a display manager runnin on server16:03
brandiniGrueMaster: should I be using mplayer to play these movies?16:03
brandinior are there better things?16:03
rsalvetijcrigby: hm, u-boot also seems fine16:03
rsalvetidefault is basically rev C16:04
janimoogra_, ah one reason I probably  newver saw the lightm greeter is that when installing I always set autologin on16:04
jcrigbyrsalveti, yes just noticed that also16:04
GrueMasterbrandini: I really don't know.  iirc, you want to use something that uses the g-streamer hardware accelerated drivers.16:04
GrueMasterjanimo: Um, yea.  That would do it.16:05
janimonow I am trying an install without autologin16:05
janimolet's see if anything is different16:05
* janimo wonders what the heck is the netsurf web browser and why is it prominently featured in the StarApps section of the installer slideshow16:06
GrueMasterbrandini: Figured it out.  sudo apt-get -y install nfs-common.  Then you can mount nfs drives.16:07
rsalvetijcrigby: but I didn't see any specific changes at u-boot for rev c16:14
rsalvetiso it seems the kernel or MLO is responsible for setting it up correctly atm16:15
jcrigbyDo we have any rev C beagles in Linaro?16:16
rsalvetijcrigby: not sure, need to check the hw spreadsheet16:18
jcrigbyI will16:18
jcrigbyrsalveti, good news mattwaddel has a rev C16:20
rsalvetijcrigby: oh, even better16:20
jcrigbyI am going to swap my B for his C and then I can try some stuff16:20
janimoGrueMaster, although once the board is booted up, said peripherals work without external power supply16:27
janimoso I still think there's something the kernel could do better16:27
GrueMasterpossibly., but you could also be very close to hitting the limits of USB.16:28
brandiniGrueMaster: yeah, I did the nfs common and that did the trick!16:28
GrueMasterbrandini: Cool.16:28
brandiniso g-streamer eh?16:28
brandiniand gdm16:29
GrueMasterbrandini: What is your end goal?16:29
brandinito have X running so I can play movies outputting them on my TV :)16:44
GrueMasterYou might try mythtv or one of those types of front-ends.16:45
brandini:)16:45
brandinibut my point right now is that I don't have X running since I'm running 11.10 server16:45
GrueMasterAh.16:54
GrueMasterI haven't tested anything to that level this cycle.  I would suggest experimenting.  Of course, it helps to have the accelereated bits, which should be in the ppa already, if not very soon.16:55
infinityjanimo: Grr.  I'm trying to artificially reproduce your oem-config-remove-gtk-not-starting bug, and my Panda is failing to misbehave.16:55
GrueMasterWhat mechanism does it use to launch oem-config-remove-gtk?  If it is sending out a dbus call then exiting, X is probably dying before oem-config-gtak-remove has a chance to start.17:04
GrueMasterNot sure why dbus is being used to launch apps anyways.17:04
GrueMasterJust feels wrong.17:05
ogra_dbus is used internally by aptdaemon17:05
ogra_not to call aptdaemon from ubiquity17:05
ogra_and launching bits through dbus enables privilege control through polkit17:06
ogra_so it has security advantages17:06
janimoinfinity, this is on mx5 though17:22
infinityjanimo: Yeah, I know.17:32
infinityjanimo: Maybe if I boot nosmp to make my machine even slower. :P17:33
Nekowhy would oem-config-gtk-remove rely on X in the first place?17:38
Nekoif oem-config needs to uninstall a component of itself it had better do it while ubiquity isn't running, right? don't they share things?17:39
=== zyga-afk is now known as zyga
stephen__hi, any news on 1080p packages for pandaboard running oneric. Did this ever get done for Naty?19:11
stephen__?19:27
brandinicrickets19:28
rsalvetistephen__: nops, was never done for natty22:32
rsalvetiwe're all waiting ti to publish the newer packages22:33
BlInK311GrueMaster23:31
BlInK311u on?23:32
GrueMastersup?23:32
BlInK311the other day you told me to put 'discard' into /etc/fstab.    before the first boot?23:33
GrueMasterYea, forget that.  Doesn't work well with SD.23:34
BlInK311do you know another way to get past the start up config?23:34
GrueMasterAfter the first run through, hit <ctrl><alt><F1>, log in as the user you created, and type "sudo oem-config-remove", then reboot.23:35
BlInK311ok, ill give that a try23:36
twb`IME -o discard doesn't work at all on SD, and the kernel simply reports "discard not supported, disabling" the first time it tries to GC blocks23:41
twb`So AFAICT it's harmless to turn on23:41
GrueMastertwb`: I actually saw a performance hit with it enabled, but it also allowed me to get through oem-config.  Not sure what is going on yet.23:45
twb`Hu23:45
twb`What kernel23:45
GrueMaster3.0.0-1205.1023:47
twb`What *I* would be doing is adding force-unsafe-io to dpkg.cfg, fwiw23:48
broowhile not quite an ubuntu question, I was wondering if anyone had experienced issues using FlexNVM in eeprom mode on the Cortex-M4 (freescale k60 family), I keep seeing resets when trying to initialize the partitions23:50

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!