/srv/irclogs.ubuntu.com/2012/04/17/#ubuntu-arm.txt

electrogluehey guys can someone point me to a ubuntu how to for beaglebone. Seem I'm not using the right image01:47
rsalvetiinfinity: ogra_: bug 98355501:48
ubot2Launchpad bug 983555 in compiz-plugins-extra "compiz-plugins-extra FTBFS on ARM" [Medium,Confirmed] https://launchpad.net/bugs/98355501:48
rsalvetiand attached a debdiff containing the patch that disables the plugins that are gl-only compatible01:48
electrogluecan someone tell me if http://cdimages.ubuntu.com/releases/oneiric/release/ubuntu-11.10-preinstalled-server-armel+omap.img.gz is the right image for beaconboard?01:49
electroglueI mean beaglebone01:49
infinityrsalveti: \o/01:50
infinityelectroglue: Other than the part where I'd strongly recommend using precise/armhf instead of oneiric/armel, yes.01:50
electroglueinfinity: armhf performance is much better than the soft one?01:51
* twb perks up - ubuntu has a solid armhf now?01:51
infinityBetter performance, plus we're dropping support for armel.01:51
infinitytwb: Hrm?01:51
infinitytwb: Where have you been for the last 6 months?01:51
twbinfinity: last time I looked, which was months- asleep01:51
electrogluethanks infinity01:52
twbwrt ubuntu arm I well and truly have my "user" hat on and my "dev" hat off :P01:52
infinityI have a few too many dev hats.01:52
infinityrsalveti: So, I'm guessing no Linaro folk got around to taking gnat off markos' plate?01:53
infinityrsalveti: Also, uploaded that compiz fix for you.01:55
rsalvetiinfinity: I thought SteveMcIntyre was looking at it, need to ping folks to check01:56
rsalvetilet me write down an email about that01:56
rsalvetiinfinity: thanks01:56
infinityrsalveti: Unless someone magically produces a compiler in the next few days, we're pretty much officially "too late" anyway.01:56
rsalvetiyeah =\01:56
infinityThankfully, no one actually uses ADA... Right?01:56
rsalvetiwell, there are always some weird folks that might be using it, but afaik not that many at least :-)01:57
infinityWell, the pet hobby language of the month seems to be haskell.01:58
rsalvetiyup01:58
infinityI'd still love it if we got ghci working for those folks.01:58
infinityBut at least ghc works.01:58
rsalveticool, and do we have any issue with other haskell related packages?02:00
rsalvetiI remember they were always a bit of a pain go get all in sync and building for arm02:01
rsalvetiissues with builder and such02:01
infinityhaskell-src-exts was having OOMing issues, that was fixed.02:01
rsalveticool02:01
infinitySo, it's only ghci that needs love.  And I'm told that porting ghci to a new arch is a lot of Not Fun.02:01
infinityWhich is why upstream only supports two arches. :/02:01
rsalvetioh, ok, so will probably take time then02:02
infinityBut I know, for instance, that CompSci classes teach interactive ghc usage, etc, so to many people, ghc without ghci is "useless".02:02
twbinfinity: GHC struggles on "second class" archs because it has to compile to C first, then run a C compiler02:02
infinitySomething to ponder spending time on for Q anyway.  Maybe.02:03
twbinfinity: last time I looked upstream GHC team didn't support arm at all, that was all Debian02:03
twbinfinity: if they want GHCI they can bloody well ssh into the student shell server :-/02:03
infinitytwb: Yeah, most of the porting effort with GHC has been Debian, and the Debian maintainer's awesome, but he's also a limited resource. :P02:03
twbI used to maintain Darcs in Debian, from 2.0 up to about 2.4 or .502:04
infinityHrm, Uploaders gets filtered out by dpkg-gencontrol, doesn't it?02:06
infinitySo I can still fix this source without rebuilding the binaries.02:06
infinityShiny.02:06
scientesyou you guys saying alot is broken with armhf?02:07
infinityscientes: Other than gnat, no, it's just as broken (or slightly less) a armel. :P02:07
infinitys/a armel/than armel/02:07
scientescause i ran into the opposite with firefox02:08
scientesto run on armv5 you have to turn off the JIT or you get segfaults02:08
twbMeh, ff is always a problem child02:08
micahgscientes: you'll want Debian's build if you're using armv502:09
scientestwb, ever try to build ff?02:09
twbYes02:09
scientesmicahg, yeah that is what i was using02:09
twbAlthough nowadays it's separate from xulrunner so the heavy lifting happens there02:09
scientesmicahg, it works except it doesn't turn off the jit by default for some reason02:09
micahgtwb: AIUI in Debian xulrunner and Firefox are built from the same source now02:09
twboh.02:10
scientesthe 2GB for libxul linking sure caught be off gaurd02:10
twbgrumble grumble02:10
scientes<micahg> twb: AIUI in Debian xulrunner and Firefox are built from the same source now02:10
scientescorrect02:10
scientesi like that02:10
twbscientes: hey man you can't even CHECK OUT emacs from bzr unless you have 800MB of RAM02:10
twbLet alone compile it02:10
scienteswell that a bzr problem02:10
twbYeah I know ;-)02:10
scienteswhich is not exactly something i care about02:10
infinityChecking out emacs seems more like a personal problem.02:10
scienteshaha02:11
twbinfinity: it's a communicable disease02:11
infinityThis is right up there with "I find it really difficult to masturbate to rotting corpses".02:11
scientesi just dont see why in bzr explicit renaming support is touted as a "feature"02:11
infinityThe obvious response being "don't do that, then."02:11
scientesthe content-centric approach of git seems much better02:11
twbscientes: it's better enough that Darcs adopted it too02:12
scientes> its cancer enough that darcs adopted it too02:12
scientesFTFY02:12
scientesinfinity, so are you guys going to maintain some sensible armel multiarch so that broken packages can still be installed as armel?02:13
twbIf you analyse the Θ of typical operations in a traditional delta-store backend vs. a content-oriented database, the latter is a clear win for VCS02:13
infinityscientes: We do support multiarch, yes.02:13
scientesso you will have a armel and armhf repo like debian, just not support the armel for primary arch?02:14
infinityWe have both for now.  We'll have both for the life of precise.  I can't say if we'll have both forever.02:15
infinity(really, probably not)02:15
scienteswell then they cant accuse your of breaking stuff that doesn't work on armhf, they can install the armel packages, and port it if someone cares02:16
scientessounds perfectly reasonable to me02:16
twbI thought not all of the multiarch ducks were lined up yet02:16
twbLike, it's in dpkg now, but not in apt yet02:17
infinityI have a fine collection of ducks here.02:17
infinityIt's been supported since oneiric...02:17
scienteshaha, yeah there is alot of gui lack, and i've seen bugs in aptitude02:17
infinityWe shipped with multiarch on by default for amd64 in oneiric.02:17
infinityaptitude is buggy, yes.02:17
scientesbut ubuntu has had it for a while unlike debian02:17
infinityBut who cares, it's aptitude. :P02:17
scientesinfinity, I use it!02:17
micahgaptitude is better in precise, but still needs help02:17
twbinfinity: oooh, so you did biarch while waiting for Debian to solve the general case?02:18
scientesi use apt-get and aptitude02:18
* micahg would like apt-getitude02:18
scientesi use to use synaptic, but now heavily dislike it, along with software-center02:18
infinitytwb:02:18
infinitytwb: Err, what?02:18
infinitytwb: No, multiarch in oneiric was multiarch.02:18
twbSo I could add precise armhf to my existing oneiric/precise armel sources.list, and it should Just Work?02:19
infinityWell, to precise/armel, sure.02:19
scientestwb, if you have armv7 hardware, yes02:19
twbIs there a howto wiki page somewhere?02:19
infinityGiven that multiarch needs package versions to match, oneiric/precise won't exactly work.02:19
infinityAnd it's not added in sources.list at all.02:19
* scientes uses [arch=amd64] in sources to make downloads faster02:20
twbinfinity: what I mean is I'm currently using oneiric and cherry-picking things I care about from precise02:20
infinitytwb: echo "foreign-architecture armhf" > /etc/dpkg/dpkg.cfg.d/multiarch && apt-get update02:20
infinitytwb: Congrats, you're multiarch.02:20
scientes^^bingo02:20
twbThanks02:20
scientesand you can also change the primary arch to armhf02:20
infinitytwb: I'd recommend having an armhf base, though, and cherry-picking in the other direction if absolutely necessary.02:21
infinity(Which, unless you really like ADA, it shouldn't be)02:21
scientesarmhf can bring like 25% performance improvement02:21
micahginfinity: pascal as well02:21
twbI'm currently running a random wacky android .36 kernel.  Do I need that to be compiled with specific options for armhf to work, and if so, how do I check those options?02:21
scientesand even more on VFP-intensive stuff02:22
infinitymicahg: I'm still pondering a 0-hour pascal transition.02:22
twbscientes: yeah I was going to put Debian armhf on this box but my previous box died and I was in a rush :-(02:22
scientestwb, i think it even works with a armel kernel02:22
infinitytwb: The kernel doesn't give a hoot about VFP.02:22
twbThat's what I thought, thanks02:22
infinityNo such thing as an "armel" or "armhf" kernel.02:22
scientesbut you can compile your kernel with VFP support, but there is very little FP in the kernel02:22
twbHm, I can't see apt-get update pulling down armhf entries yet...02:23
scientesthe option is there02:23
scientesin make nconfig02:23
twbhttp://paste.debian.net/163468/02:23
twbI guess because it hasn't got to the precise one yet, and there isn't one for oneiric?02:23
infinityThere's no armhf in oneiric, no.02:24
twbYep, there's the armhf dl now02:24
scientesupgrade!02:24
twbSHINY02:24
twbThe main thing is to avoid bricking it in any way, because this is my main / only workstation02:25
infinityYou're as bad as ogra...02:25
twbSo-rry02:25
infinity;)02:25
twbIf this was a normal server I wouldn't be worried about the userland bricking it because I can deal with that02:25
scientestwb, then use even more shiny like me and switch to btrfs :P02:26
twbBut this stupid thing can't exactly just boot off a USB live key atm :P02:26
twbscientes: how do you think my last laptop died02:26
* infinity slams his head on the desk.02:27
infinityI need to alias git/bzr/svn all to one wrapper that checks for .git, .svn, bzr and DTRT.02:27
twbNot to worry tho, my scratch VM is still btrfs all the way02:27
twbinfinity: http://cyber.com.au/~twb/.bin/twb-get02:28
infinitySo sick of running the wrong commands in the wrong projects.02:28
twbinfinity: or you could use Emacs which does exactly that ;-)02:28
micahginfinity: debcheckout/debcommit?02:28
twbmicahg: mm, that too02:28
infinitymicahg: In this case, it was "bzr diff" in a subversion checkout.02:28
infinityLast night, it was git merge.  Because I can't imagine merging without git.02:29
infinityBut then I realised I had to.02:29
infinityEtc.02:29
scientes<infinity> I need to alias git/bzr/svn all to one wrapper that checks for .git, .svn, bzr and DTRT.02:29
scientesi feel you02:29
* scientes wishes it was all git02:29
* scientes uses the git mirror of mozilla-central02:29
infinityI miss the fix-it-yourself appeal of RCS/CVS.02:30
infinityOf course, they also sucked.02:30
scienteshahahaha02:30
infinityA lot.02:30
infinityBut, still.  If I wedge a repository for any of the new shiny VCSs, it's over.02:30
twbinfinity: hey hey I still use RCS - for evil02:31
twbhttp://paste.debian.net/163469/02:31
twbgpg + rcs = version-controlled, encrypted netrc files02:32
twbhttp://paste.debian.net/163470/ is the manpage, since that sh code is pretty obtuse02:33
scienteswhy did ubuntu switch to statically linking libxul into firefox?02:37
scientesesp when they switched to shipping thunderbird by default02:37
scientesseems you could save a few MB of ram for nothing02:37
infinityYou could, but the pain of keeping the world in sync was awful.02:37
infinityAnd when you're running firefox and thunderbird, "a few MB" is laughably nothing.02:38
scientestrue....02:38
infinityMy Firefox is happily dining on 3G of RAM.02:38
scientesit use to crash at 2GB all the time02:38
scientesno that that is fixed there is no end in sight02:39
* twb sighs02:41
twbI know RAM is cheap, but "it's cheaper to add ram than code an O(logn) algorithm instead of an O(n) one" is like fingernails on a blackboard to me02:42
scienteswell, xml is neither fast nor ram-sensitive by its very nature02:42
twbThe problem XML solves is not hard, and XML does not solve it well.02:42
scientesxml only creates problems02:43
scientesyes, it is context-free which is nice02:43
scientesbut so is json, which is much better02:43
twbSo are sexprs, a better solution to the problem that existing in *1959*02:43
scientesare there any 100% xml-compatible binary representations02:43
scientesthat we could support in browsers?02:44
twbWho cares02:44
twbThe browsing public doesn't give a shit about anything except stupid shiny web apps02:44
scientesit would be easier to parse02:44
twbPersonally I avoid 90% of the problem by using w3m for everything except the odd broken site02:45
scientesthats pretty extreme02:45
scientesi mean even noscript and adblockplus gets you pretty far02:45
twbadblockplus is a clusterfuck; that code belongs in DNS02:45
twbafk food02:45
scientesthats what people say, but adblockplus works much better IMHO02:46
scientescause it actually removes the elements from the DOM02:46
scientesand they are never rendered at all02:46
scientesor requested02:46
twbI wouldn't know about that, I was pulling its data files and putting them into squid and polipo02:46
scientesand it works better than simple host forging02:46
twbI haven't actually used ff since about 1.502:46
twbSince webkit has slightly less bloat02:47
scienteswell adblockplus is ported to chromium02:47
scientesbut i use firefox cause its the only browser than you can coaxe into slightly keeping your privacy02:47
micahgtwb: you should give Firefox 13 a go, much smaller memory footprint02:52
scientesand much faster javascript02:52
scientesand also video support02:52
twbare you serious?  They're up to 13 now?03:01
twbmicahg: well I was running it over X so I didn't have to pay the footprint penalty on my local netbook03:01
twbTBH the video stuff annoys me because now I can't opt out by not installing flash03:02
micahgnoscript should help there03:02
twbIf I want a video I'll fucking well fun mplayer, I don't want it loading without asking inside a browser, any more than I want geocities "background music" in a web page03:02
twbmicahg: so instead of taking stuff out, I have to add more stuff to stop the first stuff from doing anything?  Yuk03:02
micahg13 is current in the aurora channel which is ~7 weeks from release (1 week till beta migration + 6 week migration cycle)03:03
* micahg thinks noscript is sensible in any event for browsing03:03
twbIMO if you have js in a browser it should be off by default03:04
twbIt's absurd to me that you need a third-party module to make that the case03:04
micahgtwb: if you saw how many bugs we get because people disable stuff, you'd understand why :) (Mozilla probably gets more)03:04
twbBut then, that's why I use w3m and I'm not an arsebook weenie03:04
scientestwb, you can in firefox settings03:04
twbmicahg: yeah I grant you moco has to deal with a lot of fuckwits03:05
scientesnoscript just lets you set it on a per-domain basis03:05
scienteswhic is more useful03:05
scientessame with cslite03:05
* micahg loves permablocking the ad sites03:05
twbscientes: I think if I was building it, I'd just have a keychord that said "toggle js in this tab"03:05
twbmicahg: I do that in hosts(5) ;-)03:06
scientestwb, yeah i was looking for a way to only have ajvascript run in current03:06
scientesbut firefox actually does that by default now03:06
twbinfinity: btw with both oneiric and precise enabled, apt-get whinges because it can't find oneiric/armhf03:08
twbhttp://paste.debian.net/163476/03:08
infinitytwb: Yeah, cosmetic bug worth fixing at some point, but it's not exactly a common use-case.03:09
scientestwb, infinity already said, oneric doesnbt have armhf03:09
infinity(ie: how often do we add ports, and have people attempt cross-series multiarch?)03:09
twbinfinity: okey dokey03:10
pnphimake[1]: *** [stamp-conf-lite] Error 1 make[1]: Leaving directory `/home/ty/LuanVan/icewm/icewm-1.3.7~pre2' make: *** [build-stamp] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 203:11
twbI am ninja enough to ignore an error from apt-get ::P03:11
pnphii can't fix this err03:11
twbpnphi: pastebin full transcript please03:11
pnphimake[1]: *** [stamp-conf-lite] Error 103:11
pnphimake: *** [build-stamp] Error 203:11
pnphidpkg-buildpackage: error: debian/rules build gave error exit status 203:11
pnphi2 days , i can't  fix this err03:11
twbubot2: pastebin03:12
ubot2For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.03:12
twbpnphi: put the whole transcript, all those 100s of lines, into a pastebin03:12
pnphiok03:12
pnphihttp://paste.ubuntu.com/933470/03:13
twbpnphi: what is the version (first line) reported by iconv --version?03:14
pnphimust install iconv ?03:15
twbIf iconv is not installed, that is probably the problem.03:15
pnphihttp://paste.ubuntu.com/933473/03:15
pnphiiconv --version03:15
pnphihave iconv03:17
twbThere is something wrong with your system, because an earlier version of iconv (2.11, from lucid) passes that test:03:20
twbecho foo | iconv --from iso-8859-1 --to UCS4//translit ==> foo03:20
pnphiyes03:21
infinitypnphi: Are you developing on maverick?03:21
pnphiyes03:21
infinityYou realise it's EOL, right?03:21
pnphiyse03:21
pnphiyes03:21
infinityOf course, maverick's iconv *does* work, so I'm sure your problem is local.  But still.  You might want to use a newer release.03:22
pnphinewer...ok03:23
scientesyeah iconv works...03:23
pnphimust upgrade03:23
pnphii'm very tried, 2 days with the err03:25
pnphibuild by "dpkg-buildpackage -a<arch>" and "xdeb" , the same err03:26
pnphii must upgrade into 11.0403:31
pnphi11.04 is natty03:34
pnphihow using dpkg-cross03:44
rsalvetiinfinity: wooot, jockey worked fine from first boot :-)04:13
infinityrsalveti: Crazy talk.  You must have done it wrong.04:14
rsalveti;-)04:14
infinityAlso: \o/04:14
infinityI mean, it would be more "\o/" if the drivers were just free, but whatever. :/04:14
rsalvetiyeah04:14
rsalvetihopefully some crazy dudes will reverse engineer it soon ;-)04:15
infinityI'm still waiting for some clever young kid with too much free time to make nouvea work on Tegra.04:15
twbOr you know, the vendor gets a fucking clue04:15
rsalvetiwould be awesome if robclark would be allowed to do that04:15
infinityrsalveti: That might represent a SLIGHT conflict of interest for him.04:15
rsalvetirobclark: did you look at the tegra support before doing the work for the other driver?04:16
infinity - ARM Fast Models as builders04:17
infinityrsalveti: ^-- You hate me, right?04:18
rsalvetiinfinity: oh yeah :-)04:18
rsalvetistart crying ;-)04:18
infinityOn it.04:18
infinityOn the one hand, it would be nice to have the port ready before there's any GA hardware.  On the other hand, OH GOD NO.04:19
rsalvetilol04:19
rsalvetiwe're using it for big.little, and yeah, it's a pain04:20
robclarkrsalveti, I didn't really look at tegra.. although that was more to do w/ hw I have access to.. :-P04:20
rsalvetiinfinity: ^ just need to get a tegra board to robclark ;-)04:20
infinityrobclark: I'll mail you some Tegra kit.04:20
robclarkheheh, well, I think I'll be busy for a while ;-)04:20
infinityActually, in all seriousness, we might have some spare ac100s floating around the company, I could ask around.04:20
robclarkalthough find some nouveau folks, send 'em tegras :-P04:20
infinityI just have a gut feeling that making nouveau do tegraish things would be dangerously close to "trivial" for someone who understands the architecture.04:21
infinitySince the Tegra GPU is, by all account, just a slightly crippled Geforce.04:21
infinitySadly, once it's made to work "just like the desktop GPUs", then someone needs to make it do GLES instead. :/04:22
robclarkI'd heard somewhere that some nouveau folks thought it would need a different driver, but I'm not sure how much that has to do w/ command stream and shader ISA's, vs UMA vs vram..04:22
robclarkI'd have to guess there is at least some family resemblance ;-)04:23
infinityIt's the nose.  It's always the nose.04:23
robclarkheheh04:23
infinityHonestly, we suffer along fine with ati/nvidia binary drivers on the desktop, and I think I've mostly come to terms with it.04:24
infinityIt's the part where ARM SoC vendors are a bit less organised that makes it more painful.04:24
twbI don't suffer04:24
* robclark used nouveau on old laptop (now have intel gfx)04:24
infinity(So, the omap4 + jockey thing is great news)04:25
twbI outright refuse to use anything but intel GPUs on the desktop04:25
robclarknouveau supported gles nicely thx to gallium04:25
robclark(gles also works well on new laptop)04:25
infinitytwb: If Intel ever caught up in 3D performance, I may take that stand, but I still like my fancy video games.04:25
twbI have never once had a proprietary video game work properly under wine04:26
infinity(I hear that this year's crop of Intel GPUs are at least "not crap", compared to one generation removed for ati/nvidia)04:26
twbEven with non-intel (ATI) GPUs04:26
infinitytwb: I used to play WoW in wine, worked fine.04:26
infinityOn both ATI and nvidia.04:27
twbcube and tremulous worked OK tho04:27
twbinfinity: the two I can remember are KOTOR and SMAC04:27
rsalvetiinfinity: and after reboot, unity 3d running :-)04:38
rsalvetijanimo`: with today's image unity-3d is working after installing the pvr driver04:38
rsalvetijanimo`: what issue did you get exactly?04:39
rsalvetican you also start just X and call unity by hand to see if you get any useful logs?04:39
infinityrsalveti: Huzzah!04:49
infinityI really need to test all of this on my Panda and see it in action.04:49
infinityThe poor thing's been on fire with toolchain builds all week instead of playing with shiny things.04:49
infinityBut, once this gcc-4.6/eglibc upload for Debian is done building, it's free again.  Finally.04:50
rsalvetihm, seems a bunch of gnome-related changes just landed, running dist-upgrade now04:50
rsalvetiyeah04:50
scientestwb, i've had games work04:50
scientesinfinity, i couldn't get a framerate over about 3 with ati04:50
scientesi also got a nasty corruption issue (which i managed to fix)04:51
infinityscientes: Ow.04:51
scientesnvidia +wow always worked fine however04:51
twbI know it seems to be JUST me04:58
twbeveryone else seems to have wine work fine for everything04:58
twbAlthough I suspect that's mainly nvidia customers, not the ATI r250 I was using at the time04:58
scientesnvidia certainly is the strongest 3d driver for linux05:00
scientesbut nouveau and radeon are certainly coming along05:00
scientes..however nvidia just broke for me is some way on precise...05:01
scientessince last few kernels05:01
=== doko_ is now known as doko
ogra_bug 98355507:40
ubot2Launchpad bug 983555 in compiz-plugins-extra "compiz-plugins-extra FTBFS on ARM" [Medium,Fix released] https://launchpad.net/bugs/98355507:40
nimesh_accenturehas anyone tried running the ubuntu Oneric 11.10 rootfs over android kernel 3.01 in ICS?08:14
scientesnimesh_accenture, there is no such this as "android kernel 3.01"08:29
scientesAFAIK08:29
scienteseach device has a differn't kernel, which is part of the way ARM currently works08:29
twbor doesn't work, as the case may be :P08:32
suihkulokkitsk, tsk, CONFIG_INIT_PASS_ALL_PARAMS is still not merged mainline?08:35
nimesh_accenturescientes: Android has its own patches over the standard linux kernel , which had not recently been upmerged , until 3.308:37
scientesnimesh_accenture, indeed, however most embedded devices use more than just android patches08:37
scientesnimesh_accenture, and as 3.3 doesn't have wakelocks booting android on it will eat your battery alive08:38
scientesonly a select few boards work with upstream kernels, even with non-android08:38
twbnimesh_accenture: are they all/mostly in, in 3.3. then?08:39
twbLast I heard was "RSN, honest"08:39
nimesh_accenturetwb: i'm not sure , but I read an article a few weeks back that android patches have been ypmerged into the std linux kernel , not sure if all had been merged08:40
twbshiiiiiiny08:41
nimesh_accenturescientes: what i'm basically trying to do is create a new rootfs using chrooot in android ICS and then include ubyntu packages and the glibc and the std libc in that root to run applications like g-streamer08:43
scientesnimesh_accenture, that should work just fine, however what does uname -a say08:43
scientesnimesh_accenture, also, see if you have /proc/config.gz08:43
scientesalso, bind mount /dev08:44
nimesh_accenturei'm currently on my desktop08:44
nimesh_accenturepanda hasn't been booted yet08:44
scientesnimesh_accenture, https://play.google.com/store/apps/details?id=com.galoula.LinuxInstall&hl=en08:45
scientesthats debian08:45
scientesoh if you have a pandaboard just use the ubuntu pandaboard images08:45
scientesshould have said you have a more open device08:46
nimesh_accentureya but the ubuntu panda board images contain the kernel et. all , i'll have to separate that out from the image and create a new rootfs08:48
nimesh_accenturei mean i've not done it before08:49
nimesh_accenturethat is waht i assume08:49
scientesnimesh_accenture, are you trying to dual boot?08:51
scienteswhats wrong with the ubuntu kernel?08:51
janimo`rsalveti, wat I tested was an x86 wit pvr not panda, so likely oter issues08:52
* janimo` needs to fix te h key08:52
nimesh_accenturenothing is wrong. I want the Android front end , but the ubuntu back end for apps like g-streamer , which dont run on android root08:52
nimesh_accentureso both will coexist. not dual boot.08:54
twbgstreamer isn't an app08:54
nimesh_accenturean engine i ment08:54
twbI wonder if anyone has filed an ITP for dalvik08:54
twbThat would be one of the obvious prerequisites08:55
nimesh_accenturenot bothered much abt ITP's at the moment ...08:55
nimesh_accentureguys ... I have a question about rootstock.... does rootstock download packages from the web or does it include it from the local machine?10:34
janimo`nimesh_accenture, from the archives. not the local machine10:46
nimesh_accentureso what do I do if i want to crreate a root fs from my local machine root files?10:47
nimesh_accenturei basically have the server image of oneric and i want all the packages that are included in that package10:48
janimo`nimesh_accenture, I don't think you can reuse your serer image iso from rootstock10:52
spych102i am having package problems with enabling my pandaboard, in 11.10 and 12.0410:52
nimesh_accentureok...10:53
nimesh_accentureone more thing , what does "--seed linux-image-omap" actually do?10:53
nimesh_accentureand do we actually need to give that option?10:53
spych102what is the best sdcard image to start with and is there a version of omap extras to use10:54
janimo`nimesh_accenture, I think with --seed you specify extra packages to be added to the image which otherwise are not in the default rootstock image10:54
janimo`kernel must be seeded as that is specific to the platform you are building for10:54
janimo`if you add --seed ubuntu-server it may add all dependencies of that metapackage too. I am not sure though I rarely used rootstock and een then I did not understand exactly how it worked10:55
LetoThe2ndisn't rootstock largely outdated? there was even talk about removing it.10:55
nimesh_accenturei dont need the kernel, as i'm trying to chroot on top of Android kernel10:56
janimo`LetoThe2nd, yes it is. I don't know if there's a similarly easy way to build custom images though10:56
janimo`live-build is less straightforward10:56
LetoThe2ndjanimo`: no idea, i usually just use debootstrap10:57
nimesh_accenturei basically need to chroot as i need libc and glibc .. so does --seed linux-image-omap , include the kernel in the rootfs tarball?10:57
LetoThe2ndwell then whats the matter with debootstrap? set arch, pick the ports mirror, done.10:58
nimesh_accenturei didn't know abt debbootstrap ... i'll check it out10:58
nimesh_accenturethx guys!10:58
janimo`LetoThe2nd, rootstock is debootstrap + adding kernel + initrd basically I think11:02
LetoThe2ndjanimo`: me thinks the same.11:03
LetoThe2ndquit11:05
nimesh_accentureso then rootstock "is" debootstrap11:06
janimo`nimesh_accenture, yes, a wrapper around it11:06
ogra_rootstock didnt (yes its dead and gone from the archive) do anysthing wrt kernel or initrd11:09
ogra_its essentially debootstrap+apt-get install $seed+a lot of initial setup for the rootfs (creating users, groups and all default configs the installer would normally doetc)11:10
ogra_and also rootstock was more a wrapper around qemu than around debootstrap (it indeed used debootstrap but that was only a minor part of it)11:11
LetoThe2ndnot an adult part? *SCNR*11:12
ogra_heh11:13
nimesh_accentureok...11:15
nimesh_accentureso if i dont need the kernel in rootstock , what do i do?11:15
nimesh_accentureor is it included by default?11:15
ogra_what kernel ?11:16
ogra_for which target arch11:16
ogra_s/arch/board/11:16
nimesh_accenturei'm going to do a chroot from the android kernel , but the ubuntu server oneric rootfs11:16
nimesh_accenturepandaboard11:17
ogra_why do you do that ?11:17
ogra_you will have to apply very heavy hacks to userspace to even get networking to work with an android kernel using it in a normal linux distro11:17
nimesh_accenturei want to run gstreamer on the chrooted rootfs, i cant run it on android11:17
ogra_ah, so you will run a full android and only chroot into the ubuntu rootfs ?11:18
nimesh_accentureyup11:18
ogra_good luck with that then11:18
ogra_for a chroot you can easily just use ubuntu-core as a base11:19
nimesh_accenturethx! but will rootstock include the kernel by default?11:19
ogra_no and i wouldnt count on it to work properly at all, its unmaintained since over a year11:21
ogra_and has never gotten support for noewer distros ... so its a matter of luck11:21
ogra_*newer11:21
ogra_use ubuntu-core instaed11:21
ogra_and if you want to transfer package selections from oeniric-server to it, use dpkg --get-selections on the server install and dpkg --set-selections in the chroot11:22
ogra_(and apt-get dselect-upgrade iirc)11:23
nimesh_accentureah! ok... so no root stocking! thx ogra_!11:27
sveinseFor how long will the armel Natty repos live? I don't mean how long its supported, but when will the deb repos disappear?11:58
ogra_they move with the EOL announcement11:58
sveinseOct 12 I suppose then?11:59
ogra_likely12:00
sveinsethanks12:00
ogra_dunno whats the exact date12:00
ogra_but around that timeframe should be right12:00
sveinseI'm collecting license/copyright info for a Natty system. I find some packages without any copyright file, e.g. debconf-i18n, fuse-utils, klibc-utils, libgcc1. Do I have to fetch the sources to get their respective licenses? I thought it wasn't possible to publish a deb without copyright.12:12
ogra_it isnt, there must be one12:12
sveinseWell these don't12:13
janimo`sveinse, dpkg -L fuse-utils show that is has a copytight file12:13
janimo`not much else actually. This is on precise12:13
sveinseI'm reading none in fuse-utils_2.8.4-1.1ubuntu4_armel.deb12:14
sveinsewhich is the latest in Natty I believe12:14
ogra_libgcc1 is indeed weird12:16
sveinseNeither in amd64 nor i386. Neither in oneiric either12:16
sveinseThe complete list of packages missing copyright is: debconf-i18n, fuse-utils, klibc-utils, libgcc1, libnih-dbus1, libpython2.7, libstdc++6, ntfs-3g, openssh-server, openssl, vim-tiny12:20
sveinseThis is from our small embedded system without any GUI12:20
ogra_sveinse, check /usr/share/doc, some dirs are symlinks ;)12:30
ogra_(to save space)12:30
sveinseYeah ok. That's good that they aren't missing12:32
sveinseSorry for the confusion12:32
ogra_well, i knew it was a symlink somehow, thanks for asking else i handt looked :)12:33
ogra_oh !13:20
ogra_cute !13:21
ogra_http://www.solid-run.com/products/cubox13:21
lilstevieogra_: that thing is nice13:30
ogra_it is !13:30
ogra_and it has eSATA ...13:30
lilsteviegreat step on the developer support by offering bootrom level recovery13:30
lilstevieand more to the point offering it as a feature13:30
pnphihttp://paste.ubuntu.com/933970/13:47
pnphihelp me13:47
LetoThe2ndpnphi: then try to start with a meaningful error description instead of coughing up random output snippets, maybe? ;)13:48
ogra_looks like you dont have all dependencies your build needs13:50
LetoThe2ndyeah, but whatever that build is/needs...13:50
pnphiso..i have full deps14:06
pnphihttp://paste.ubuntu.com/933970/   help me14:18
pnphii can't fix this err14:18
LetoThe2ndno new information, hence no new help is possible.14:19
pnphihttp://paste.ubuntu.com/934066/14:53
pnphithe err , i can't fix14:53
ogra_what error ?14:54
ogra_(there is none in that log, its a successfull build)14:54
pnphiso,i don't see result14:55
ogra_it isnt in the pbuilder output dir ?14:56
pnphiwhere is the pbuilder output ?14:56
pnphi\var/cache/pbuilder/results14:56
* ogra_ has no idea, i dont use pbuilder14:57
pnphivar/cache/pbuilder/results --> i don't see the resulr14:57
pnphivar/cache/pbuilder/results --> i don't see the result14:57
pnphiwhat do you use ?14:57
ogra_just a clean chroot14:58
rsalvetiogra_: suihkulokki got one cubox at connect14:59
rsalvetiquite nice indeed14:59
pnphidetail ?14:59
ogra_pnphi, google :)15:00
pnphichroot15:00
pnphixdeb ?15:00
ogra_i'm using a chroot on a pandaboard or on a toshiba ac10015:01
pnphihow to build package armel from source ubuntu ?15:04
pnphii use pdebuild15:04
ogra_yes, thats fine15:05
pnphiwhat the way to good ?15:05
nimesh_accenturei'm trying to follow instructions at: http://omappedia.org/wiki/OMAP_Ubuntu_Core , specifically "Chroot configuration on the Linux PC " . However when I try to chroot , it crashes out giving this error : qemu: fatal: cp15 insn ee1d7f7015:18
ogra_make sure to have the proper qemu-lianro package installed15:18
ogra_*linaro15:18
ogra_(and ask in linaro if you run into issues with that, they maintain it)15:18
nimesh_accentureim not using an sdcard, but I have the rootfs on a seperate folder... will that make a diff?15:20
ogra_shouldnt15:20
nimesh_accenturethe instruction asks me to copy qemu-arm-static to my new rootfs's usr/bin15:21
ogra_yes15:22
nimesh_accentureso i did that step15:22
ogra_thats fine15:22
nimesh_accentureso what additional linaro package do i have to install?15:22
ogra_make sure to have the proper qemu-lianro package installed15:23
ogra_*linaro15:23
ogra_bah, using history doesnt help if there is a typo :P15:23
nimesh_accentureso how do i know which is the proper package ? apt-get install qemu-linaro ?15:24
ogra_ask in #linaro15:24
ogra_i cant answer that ... i dont use any cross tools15:25
nimesh_accentureoki15:25
=== mckoan is now known as mckoan|away
ogra_infinity, hmm, seems also ac100 users see the /init not found issue16:18
infinityEveryone would, yes.16:19
infinityI'm working on it.16:19
infinityShh. :P16:19
ogra_heh16:19
GrueMasterThe "/init" issue affects all arm as far as I can tell.  I am able to reproduce it on Panda with a preseeded netboot install and we are seeing it on armadaxp.16:21
GrueMasterThe initial bug is lp:98400716:22
ogra_right, i just didnt see it mysefl since i didnt generate any initrd recently16:22
ogra_but there are plenty people in #ac100 since yesterday that have fallen over systems16:23
GrueMasterSo, what package should that bug be filed against for tracking?16:24
ogra_eglibc i think16:24
ogra_but it should be fixed today16:24
ogra_i wouldnt bother with bugs16:24
GrueMasterBug is already filed, just not against the right package.16:25
ogra_yes, we discussed it in #arm for the last two hours16:25
GrueMasterelibc in LP brings up purelibc.  Is this correct?16:25
ogra_eglibc16:25
ogra_or search for "infinitys home" in LP :P16:26
ogra_GrueMaster, looks to me like bug 984007 has all the packages right already16:29
GrueMasterNot sure why it was targeted at d-i.  Not sure how they correlate, as the install works, just post install boot that doesn't.16:29
ubot2Launchpad bug 984007 in initramfs-tools "netinst d-i fails on armhf" [Critical,In progress] https://launchpad.net/bugs/98400716:29
GrueMasterWhen I first cracked it open, only "The Eilt Project" was listed.  Which is why I asked about the package.16:31
ogra_ah16:31
GrueMasterMultiple fingers in the pie.16:31
ogra_well, as i said, the eilt team kept us busy discussiong it for the last 2h :)16:31
GrueMasterYes, I know.  I saw the scrollback.16:31
ogra_(until infinity showed up and said "yeah, i broke it" ) ;)16:32
GrueMasterAnd was also asked to reproduce it here.16:32
ogra_oh my16:32
ogra_howb about they start discussions in the right place so it doesnt need someone to carry over the transcription :P16:32
GrueMasterThis issue appears to have been discussed in 4 separate channels then.  2 on our servers, #ac100, and here.16:34
GrueMasterSo, define "The Right Place".16:34
ogra_here16:34
ogra_unless there is highly confidential info to be tossed around :P16:35
spych102i can't install omap extras because the graphics and multimedia packages don't install properly, is there another way to install the omap extras manually?17:07
pnphipbuilder-satisfydepends failed17:35
pnphiwhat the err ?17:36
=== jkridner_____ is now known as jkridner
djszapiogra_: hey17:41
djszapifor some reasons, my binary is not executed after reboot even after installing the relevant upstart job. :/17:41
pnphihttp://paste.ubuntu.com/934294/\\17:46
pnphihttp://paste.ubuntu.com/934294/\17:46
pnphihttp://paste.ubuntu.com/934294/17:47
pnphii cant fix this err17:47
ogra_LetoThe2nd, bug 98400718:06
ubot2Launchpad bug 984007 in initramfs-tools "netinst d-i fails on armhf" [Critical,In progress] https://launchpad.net/bugs/98400718:06
LetoThe2ndhm, after netinstalling on the panda, how to fixup the locales? dpkg-reconfigure locales regenerates things, but does not offer me to change them20:16
rcn-eeLetoThe2nd, i usually "sudo update-locale LANG="en_US.UTF-8" LANGUAGE="en_US.UTF-8" LC_ALL="en_US.UTF-8"" or whatever you want..20:21
LetoThe2ndrcn-ee: basically i just want to change the encoding to something sane. for messages and everything else, "C" is totally fine.20:22
=== zyga is now known as zyga-afk
scientesFUUUUUUUU21:12
scientes"That´s the case of the FlexCAN interface, the i.MX53 Support it, but the QSB Board does not have access to this interface. I apologize for this inconvenience.21:12
scientes"21:12
scientes-freescale email21:12
jimericksonjust did an update and rebooted pandaboard and all i get is a kernel panic. going to re-image card with todays image and try again.21:14
LetoThe2ndjimerickson: https://bugs.launchpad.net/bugs/98400721:15
ubot2Launchpad bug 984007 in eglibc "netinst d-i fails on armhf" [Critical,In progress]21:15
jimericksonok thanks at least they know about it.21:16
LetoThe2ndjimerickson: looks like initramfs-tools is/was broken21:16
jimericksonso i should wait on any updates after i re-image the card21:30
LetoThe2ndjimerickson: bugtracker says fix released...21:31
jimericksonok thanks LetoThe2nd21:32
GrueMasterjimerickson: I would wait until tomorrow's images are built.  The current ones are broken.22:07
scientesjimerickson, or you could fix it up with qemu-arm-static and the specific fixed versin22:10
=== yofel_ is now known as yofel
avinashhmHi , has any one used alsamixer in linaro-nano OR linaro-developer .. after installing alsamixer, when i launch, i get strange characters on the screen .. may be something related to color packages .. but not exactly sure .. has anyone tried alsa mixer on -nano OR -developer .. pls do give any pointers22:58
avinashhmI am getting o/p like - http://paste.ubuntu.com/934710/22:59
jimericksonGrueMaster: yes. broken. waiting...23:09

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