/srv/irclogs.ubuntu.com/2010/04/06/#ubuntu-arm.txt

plarsogra: sorry, was away... will test tonight if you haven't already00:54
crimsunplars: I haven't had time to look at the straces for the PA bug; when you run using sudo, what's holding /dev/snd/* open?  (sudo fuser -v /dev/snd/*)00:57
=== debio264_ is now known as debio264
peterkirnapologies if this question was posted before; my cable just went out. anyone have any issues setting up sudo/su on rootstock?02:49
rcn-eepeterkirn, what's it not doing?02:50
peterkirnwell, when I created the root file system, I set up flags for userid and pwd. those work to login, but the pwd fails on su - and sudo returns no root privs02:52
peterkirnthat is, sudo rootstock with flags --login userid --password pwd to create the image02:53
rcn-eethat's strange...  it worked for me with an image last week.. rootstock sets up the defined user with sudo privledges...02:55
=== rsalveti_ is now known as rsalveti
peterkirnsu returns an authentication error for that password; sudo returns "must be setuid root"02:56
peterkirn"/usr/bin/sudo" is root:root... that's right, yes?02:58
rcn-eethat's strange... i had a user with the same issue on the beagleboard forum today,...02:58
rcn-eedigs for the link..02:58
peterkirnyeah, this is a hawkboard. ;) of course, could be our lack of experience (I'm not completely green, but...)02:59
rcn-eeit was thisone: http://groups.google.com/group/beagleboard/browse_thread/thread/a2eea0446fab84ce/3ff6c6f16fce7874?lnk=gst&q=sudo#3ff6c6f16fce7874  that's two in a row...02:59
rcn-eehe was using karmic, and your using jaunty....  different versions of sudo..03:00
rcn-eedid you 'sudo tar xjfp'  when you extracted the file system?03:01
peterkirnreading, thanks! well, I think the hawkboard is so far happy only with jaunty. I am building jaunty under karmic rootstock, though.03:01
peterkirnsudo tar xfp, yes03:02
rcn-eeyeah that should be fine..  running lucid...03:02
rcn-eestumped..  same problem, no connection, he used my demo image and your using rootstock...03:02
rcn-eeif it keeps happening i'd file a bug with rootstock...03:03
peterkirnI got even more aggressive, tried chmod 777 for the whole stick03:04
peterkirnanything else to try, in the meantime?03:05
rcn-eegive one of my ancient builds a try, it works for a year on the beagle: http://rcn-ee.net/deb/rootfs/ubuntu-9.04-minimal-armel.tar.7z03:06
rcn-eeuser: ubuntu pass: temppwd  just add your own hawkboard kernel..03:06
peterkirnI'll try chmod chown on sudo again, too, apparently sometimes repeat goes at it help03:06
rcn-eeyou might have to set the permissions from your other pc..03:07
peterkirnyep, will give that a try, too. what size is it? glad I had my droid handy during yet another internet outage on timewarner. ;)03:07
peterkirnthanks!03:08
rcn-eeit's 66Mb..  just a simple console demo image...03:08
peterkirnok, great. will let you know what happens and see if it makes sense to open a ticket.03:09
rcn-eei built that image with build-arm-rootfs so we might be seeing a regression..03:09
peterkirnyeah; I will definitely compare results with each03:10
peterkirnah, that's weird.03:12
peterkirnif I sudo chmod 4111 /usr/bin/sudo on my pc, I get must be setuid root03:13
persiaI've encountered this before, when a filesystem was copied to VFAT, and then copied to something sane again.03:15
persiaDunno if that is the cause this time, but ...03:15
peterkirnhmm, interesting. well, for me, only ext303:16
persiaThen definitely a different issue.03:16
rcn-eei think it's just somethign with today, another user on the beagleboard group is having login problem with gdm in lucid...03:18
peterkirnah, must be I actually have something screwy on this karmic laptop. on my fedora machine, no problem.03:18
peterkirnthere was that big magnetic storm today. ;) okay, now seeing if it works booting on the hawkboard.03:19
peterkirnbut, yes, that'd explain it... it simply inherited the permissions problem from this laptop.03:22
peterkirnhmmm, that didn't help with the issue, but I'll take some time and try with the other image.03:31
plarsrcn-ee: hi, was looking at bug 541030, perhaps I'm looking at a different tree but I don't find a commit b586f759f4dda7622a90f68c9c05424e777b8b2b that you reference in there, which tree are you looking at, and what is that changeset doing that you revert?03:50
ubot4Launchpad bug 541030 in linux-ti-omap (Ubuntu Lucid) (and 1 other project) "omap kernel musb/ehci ports not enabled on beagleboard (affects: 1) (heat: 12)" [Critical,Triaged] https://launchpad.net/bugs/54103003:50
rcn-eeHi plars, i've narrowed that commit down some more, i'll push a couple more notes...  that commit is: http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-lucid.git;a=commit;h=b586f759f4dda7622a90f68c9c05424e777b8b2b03:51
rcn-eeit's in the ti-omap branch...03:51
plarsrcn-ee: ah, I see, thanks!03:52
rcn-eeno problem..  it's a fun CONFIG, since enable a couple options waterfalls more, so lots of tweaks..03:52
rcn-eeplars, i'll dig into it more tomorrow... but i have that commit seperated into a safe commit and a broken commit.. However part of the broken commit can still be salvaged (OTG setting) Just got to re-figure out the correct config sequence that works..04:10
DanaGhmm, now that the dl5 kernel doesn't have the g_* drivers as modules... now I can't load g_audio.05:58
NCommandereggonlea: you around?06:13
eggonleaNCommander: ack07:39
nosse1Hi guys. How do you kick off ubuntu (with initrd) from u-boot?08:37
=== jamie is now known as Guest97591
=== Guest97591 is now known as JamieBennett
nosse1The important part is how you load the initrd image08:40
persianosse1: It really depends on which uboot and where the initrd is stored.08:43
nosse1persia: I'm running U-boot 2009.11 (for AM3517 by TI) and I have options for where to store the initrd08:45
nosse1Currently its on an NFS server, like the kernel image, but I can move it if neccessary08:46
nosse1Point is, do you load the initrd to memory using u-boot and then pass the address for it to the kernel?08:47
persiaThat certainly ought work (e.g. "initrd=0x11700000,8M"), but I'm not sure if it works without the initrd load.08:48
amitknosse1: you'd provide two addresses to 'bootm' - kernel and initrd08:48
nosse1amitk, ok. Do you need to supply the initrd address in the kernel parameters?08:49
amitknosse1: no AFAIK08:49
nosse1I'll try that. Thanks08:49
DanaG1http://elinux.org/Talk:BeagleBoardUbuntu08:55
DanaG1check that... even if you're on a different board.08:55
amitkright, elinux has some good instructions on generic board bringup08:56
=== hrw|gone is now known as hrw
hrwmorning08:56
amitkmorning09:00
=== andruk is now known as suckage
=== XorA|gone is now known as XorA
=== suckage is now known as andruk
nosse1How do you generate the initrd image for u-boot? The /boot/initrd.img file is a gzipped cpio archive, and when I load it U-boot complains about "wrong ramdisk image format"11:10
XorAnosse1: you need to run mkimage from uboot-utils11:11
nosse1Ah, so the initrd must be mkimagized as well....11:11
XorAI beleive so11:12
XorAfor some wierd reason11:12
persiaIs that a uboot limitation, or something fixable?11:18
amitkpersia: u-boot requires it for kernel, initrd, bootscript11:19
amitkit hads a 64 byted header to each11:20
amitks/hads/adds11:20
persiaMakes sense, although unfortunate.11:20
amitka minor annoyance, admittedly. But I script it away.11:20
persiaIs that the sort of thing that would make sense as a rootstock option?11:21
amitkis it the job of rootstock to give a dd'able sd image? If not (as I suspect), then no11:23
persiaNo, rootstock only generates rootfs tarballs.11:24
nosse1eh? I have generated ext2 images from rootstock that I've dd-ed to target. Works fine.11:24
nosse1(well.. fine is somewhat an overstatement: I'm still working on bringing up the system)11:25
persianosse1: Indeed.  rootstock is good at what it does.  The point being that it *isn't* the tool to generate images, but only filesystems.11:26
nosse1rootstock can build an image/tarball using a custom kernel (from a deb file). How can I generate such a deb from my custom kernel source?12:14
nosse1I can copy the debian.* dirs from the ubuntu lucid kernel source (and use e.g. the ti-omap branch). However I dont know how to get from these source to a deb file :(12:15
persiadebuild -b12:15
persiaOr us pbuilder or sbuild for a clean build environment.12:16
hrwnosse1: make-kpkg is a tool12:20
hrwfrom kernel-package12:21
amitkmake-kpkg is not supported by Ubuntu, infact we will discourage its use12:23
hrwwhat does replace it?12:24
persiadebuild -b12:24
hrwbut debuild require debian/ dir - right?12:24
persiaYes.12:24
hrwand make-kpkg creates such when not present12:24
amitkhrw: the ubuntu kernel uses its own buildsystem (based on debuild) and has its own way of managing configurations12:25
hrwok12:26
amitkhttps://wiki.ubuntu.com/KernelTeam/KnowledgeBase <--- lots of info about maintaining ubuntu kernels12:27
amitkand other stuff..12:27
nosse1My biggest challenge in this respect has been to ubuntuize a vanilla or 3rd party kernel in order to make it run ubuntu on target12:33
nosse1But I seem to make progress in this respect now12:33
hrwok12:33
nosse1Will Lucid be release for ARM as well (for the 10.04 LTS release date)?12:34
JamieBennettnosse1: yes12:34
JamieBennettwe have the same release date12:34
nosse1:D12:34
nosse1Do you have a defined list of supported targets/machines for this release?12:35
nosse1I.e. I have an AM3517-evm which the lucid kernel image (ti-omap) is not working currently.12:36
JamieBennettnosse1 Freescale iMX51 and Marvell Dove platform are the officially supported arches12:37
nosse1ok12:37
JamieBennettand omap (beagle board)12:38
nosse1Is this based on EVM availability?12:38
JamieBennettbasically what ever image you see here - http://cdimage.ubuntu.com/ubuntu-netbook/ports/daily-live/current/12:38
nosse1Can EVM donation to key developers help addition of support for other HW?12:39
amitknosse1: it's based on what is considered a priority for the first release of OMAP (and yes that includes HW availability)12:39
JamieBennettnosse1: outside of our official images, any hardware enablement would be on a developers own time12:40
amitknosse1: donations are unlikely to help at this point (very close to release) but we'd appreciate QA help and bugs regarding what is _not_ working12:41
nosse1Ah, so it has been a policy decision to support iMX, Marvell and beagle board.12:41
nosse1Point is, we're building a product based on the AM3517, and of course we'd like to see official support for that target12:42
amitknosse1: policy in terms of contracts, yes12:42
nosse1Again, porting is WIP, so I will have more info of what works and not works later12:42
rcn-eenosse1, what's that board currently doing on bootup? I don't have any of the Logic based boards..12:42
nosse1AM3517-EVM from TI, which is a Zoom AM3517 eval kit12:43
persianosse1: If you can find a config that supports AM3517, and also supports the beagleboard for the Ubuntu kernel source, please submit a patch that does that.12:43
amitknosse1: I've said in the past, I think - point me to patches that will make your board work better (I think the base kernel should just boot) and I'll consider it12:43
amitknosse1: there shouldn't be any _porting_ involved IMO if this a basically an EVM board12:44
nosse1amitk, Yes I know, and thanks. I will supply more info/patches/etc. when we get there.12:44
robclarknosse1: isn't AM35xx pretty similar to OMAP35xx?12:44
amitk(assuming same peripherals, ofcourse)12:44
robclarkI guess same filesystem would have high likelihood of working, if you had a suitable xload/uboot/uImage12:45
hrwJamieBennett: you work @canonical now?12:45
nosse1Yes, I think so. It's just tailored for industrial instead of commercial/mobile12:45
robclarkok, that is what I thought..12:45
nosse1The question is if Ubuntu will accept patches and fixes to a HW which is not officially supported, that all12:46
persiaIt ought be possible to construct a kernel that works for either, but xload/uboot will surely differ.12:46
JamieBennetthrw: yes12:46
robclarkwell, if you ignore accelerators (not sure if AM35xx has DSP?)... userspace should be quite similar12:46
* XorA normally finds the same rootfs can boot on many many different boards if udev is working right12:46
robclarkyup12:46
persianosse1: As long as 1) it doesn't break anything, 2) if complies with freezes, and 3) it doesn't require more trees, probably.12:46
amitknosse1: YES we will accept patches. But not necessarily all of them :)12:47
nosse1The vanilla debian lucid kernel for ti-omap does not work (it crashes). I have to use a 2.6.32 kernel supplied by TI. I have not investigated the extent of patches between the ti-omap ubuntu kernel and the one from TI12:47
nosse1My guess is that when we have overcome the kernel obstacle, hopefully Ubuntu will work OOB12:48
* hrw -> printer for some papers to read/sign12:48
persiaYou'll need to do that investigation.  Especially this late in the cycle, patches that aren't known to work also for supported boards are very unlikely to be accepted.12:48
nosse1Thats why I asked if ARM is releasing together with 10.04... :D12:49
persiaAll the architectures have the same schedule.  They are all based on the same sources, uploaded at the same time.12:50
persiaWe happen to like ARM in this channel, but it's not special in any way in an Ubuntu context.12:50
amitknosse1: I haven't seen a bug report yet regarding this kernel crash (hint). If I do, I might be more able (and inclined) to help12:53
nosse1I think the job you guys devote to Ububtu ARM is awsome! It really simplifies the use of linux if we can use vanilla Ubuntu for a embedded target.12:53
rcn-eehey amitk, any opinion on my mess of bug 541030 i was thinking about also insmod'ing the driver with a script in the initramfs if it was possible..12:54
ubot4Launchpad bug 541030 in linux-ti-omap (Ubuntu Lucid) (and 1 other project) "omap kernel musb/ehci ports not enabled on beagleboard (affects: 1) (heat: 12)" [Critical,Triaged] https://launchpad.net/bugs/54103012:54
nosse1amitk, thank you, I appreciate it. I will submit as we have something.  BTW: The lucid ti-omap kernel crashes on startup on the AM3517. Are you interested in a bugreport on that? (being a unsupported HW and all)12:55
amitkrcn-ee: working on the USB issue ATM (top of my list)12:55
amitknosse1: yes, I'm interested in seeing what the crash is.12:56
persianosse1: Just to be clear, Ubuntu isn't an embedded OS.  It's a general-purpose OS.  If you have very powerful hardware, you don't have to play embedded, but don't think you can reliably make it work with 128MB flash and 32MB RAM (which is fine for some OSs).12:56
amitkrcn-ee: are you saying in that bug (still reading through it) that compiling the modules in gets rid of the bug?12:57
nosse1persia, no problem. Our product will have 512M and 1G flash, so ubuntu-minimal with our app on top will fit perfectly12:57
rcn-eeRight now, just compiling in that original config change.. only the ehci port is active on startup..  Whereas you have to insmod one of the drivers to get the otg port working...12:58
XorArcn-ee: OTG needs at least one gadget driver12:59
rcn-eeonce i reverted the b585 commit, that config patch gives you an active ehci and otg port on startup..  I've currently seperated the b586 commit into a safe (doesn't break musb) and a what breaks it..12:59
nosse1What draws me to Ubuntu (over pure embedded linuxes, like OpenEmbedded) is the package maintenance and upgrade system. Having this, makes us focus solely on our app and we can consider the HW as a "general PC"13:00
amitkrcn-ee: you're testing this through a powered USB hub, I presume?13:00
rcn-eecorrect... with a correct otg to usb connector...13:01
rcn-eeXorA, yeah i usually leave the ethernet gadget built in...13:01
persianosse1: Then you're in the right place.  Just don't confuse it with real embedded stuff: there's all sorts of stuff installed that "wastes" space from that viewpoint.13:02
rcn-eeI'm going to spend some more time on it today, CONFIG_USB_MUSB_OTG=y is in the bad diff, but I've been using it fine on my own builds..  It's just the right combination of config options to get it to work...13:04
amitkrcn-ee: right, we need to fix the Kconfig options upstream DTRT13:05
rcn-eeyeah... more then likely, but as a note CONFIG_USB_MUSB_OTG=y does work in my 2.6.33.x mainline branches on rcn-ee.net..13:09
nosse1 /etc/fstab needs to be configured with the correct / source right? Because this is used in the initrd image to remount root, right?13:10
persiaRight.13:10
nosse1Do you have a standard workflow (like update-initramfs) for making U-boot images from the kernels in /boot ?13:40
nosse1amitk, OK Now I've loaded the ti-omap kernel with the kernel crash. You want me to submit the full output?13:46
amitknosse1: dmesg, cat /proc/cpuinfo output is appreciated. Please attach it to a launchpad bug13:47
* persia recommends using `ubuntu-bug linux-tiomap`13:47
nosse1amitk, Can't give cpuinfo, as I cannot get so far to have a console.13:47
* amitk would recommend that too, but suspects nosse1 isn't running the full rootfs yet13:48
amitknosse1: ok13:48
nosse1Which project/package? This one: https://bugs.launchpad.net/ubuntu/+filebug/?no-redirect13:50
amitknosse1: file it against linux-ti-omap13:52
persiahttps://launchpad.net/ubuntu/+source/linux-ti-omap/+filebug/?no-redirect13:52
nosse1sorry for being such a newbie here, but I understand you want me to put tags on it?13:55
persia"armel" is probably enough to start.13:55
persiaBut it's somewhat superfluous for that package, as it doesn't work on any other architecture :)13:55
nosse1Does this bug 556482 contain the information you need. I'm humble to comments...14:03
ubot4Launchpad bug 556482 in linux-ti-omap (Ubuntu) "kernel crash when booting on AM3517-EVM (affects: 1)" [Undecided,New] https://launchpad.net/bugs/55648214:03
persianosse1: Please also attach /proc/cpuinfo and dmesg14:04
nosse1persia, for a system that I can't boot?14:05
hrwnosse1: kernel outputs something during boot right?14:05
persiaThe output was attached.14:06
hrwnosse1: and /proc/cpuinfo from working kernel14:06
hrwah, did not yet checed14:06
persiadmesg from working kernel may also be interesting (but make it clear that this is not the regular kernel), just as a reference.14:06
nosse1this is the initial bringup of this HW, unless you guys have used the AM3517 evm before14:06
hrwnosse1: remove audio from kernel and boot14:06
nosse1Yeah, I have done that in my own custom compiles. I still can't boot for some other reason. Point is, I assumed you were interested in feeback regarding the vanilla kernels14:08
persiaAbsolutely, but the more information you can provide, the better a chance that the issue can be fixed.14:08
nosse1Will do. Except the kernel will not be compiled natively (yet) since I don't have a running system. I have to crosscompile to speed things up until then14:09
hrwnosse1: according to kernel output problem is in am3517 audio drivers14:10
nosse1Yes, that is what I also figured14:11
amitknosse1: as hrw stated, could you recompile the kernel with sound disabled, it looks like a sound driver crash14:11
amitk[  675.150604] AIC23 Audio Codec 0.114:12
amitk[  675.154052] Failed to add route LOUT->Line Out14:12
amitk[  675.158538] Unable to handle kernel NULL pointer dereference at virtual address 0000000414:12
amitknosse1: but thanks for pointing out a problem in my own configs, I will now move sounds drivers to modules, they're not required for boot14:15
nosse1np. I'm looking forward to try the new kernel ;)14:16
hrwbtw - can I download working kernel+rootfs for beagleboard somewhere?14:25
amitkhrw: http://cdimage.ubuntu.com/cdimage/ubuntu-netbook/ports/daily-live/current/14:26
amitkhrw: dd to an sd card and go!14:26
hrwgracias14:26
persiahrw: If it doesn't work in any way, please file lots of bugs: it *should* work.14:27
persiahrw: Also, we're currently preparing for the beta2 release: if you're up for participating in the test review process, /join #ubuntu-testing and folks will get you sorted.14:27
hrwpersia: I will take care of resulting bugs in May. April is already booked for other projects14:28
persiahrw: Please file the reports, even if you don't fix them.  The idea is that if we don't know what is broken, we can't fix it :)14:29
persia(and the other idea is that we want to make sure the image called "Beta 2" is actually decent)14:29
hrwsure14:30
amitkogra__: asac: any chance the beta2 images will enable serial port by default?14:35
persiaamitk: I believe they don't currently, but that could be enabled if you think it's a beta-blocker.  Does the current kernel have all the right support?14:36
persiaamitk: And don't you need a new kernel for beta2 anyway, for USB?14:37
lrgpersia: I have that build machine info for David M. Can you send me his email details, I  didn't get his card in Nice14:38
amitkpersia: there is nothing lacking on the kernel side for serial port support, it is missing in userspace (kernel cmdline + //etc/init).14:39
hrwlrg: you here too?14:39
* hrw see more and more OE developers aroung ubuntu/arm14:39
lrghrw: I'm everywhere :)14:40
amitkpersia: It severely hampers working with the board for sure14:40
persiaamitk: So, if that gets turned on, doesn't it break something with plymouth?14:40
amitkpersia: if it does, I haven't heard of it.14:40
hrwpersia: developer board should always respond on serial port with getty14:40
hrwthats why my desktop has 7 serial ports14:41
persiahrw: Yes, but 1) that's different than console, and 2) the images Ubuntu produces are end-user images (which can be used for development).14:41
amitkpersia: I've always disagreed with point 2 being a reason to disable serial console (even on FSL and MVL)14:42
persiaamitk: Well, how about other architectures?14:43
persiaI'm not opposed to serial consoles, but I don't see any reason for ARM to be special, vs. e.g. PPC or amd64.14:43
amitkpersia: ARM is special in the sense that we're working mostly with dev boards and vendor kernels that are still WIP. So debugability (sp?) is a must.14:45
nosse1For you guys running u-boot, how do you update the images from the stock kernels? Do you mkimage manually, or is there some tool/script available which triggers on update-initramfs?14:50
amitknosse1: http://people.canonical.com/~amitk/ti/linux-image-2.6.33-500-omap_2.6.33-500.4_armel.deb is a kernel w/o sound compiled-in. See if it works better for you.15:48
nosse1amitk, Thanks. I got this:15:55
nosse1dpkg: error processing linux-image-2.6.33-500-omap_2.6.33-500.4_armel.deb (--install):15:55
nosse1 short read in buffer_copy (backend dpkg-deb during `./lib/modules/2.6.33-500-omap/kernel/net/econet/econet.ko')15:55
hrwnosse1: refetch as you have broken deb file15:56
nosse1I can be a bug in qemu which I use to deploy the deb15:56
* nosse1 refetching15:58
hrwnosse1: manually extract deb file15:58
nosse1The deb download no2 is different from first. Either amitk rebuilt the deb or my download was faulty the first time15:59
nosse1amitk, Crashed at the same spot. I'm double checking to see if I am running the new kernel or not16:03
* armin76 has better hardware than NCommander (still)16:05
persiaarmin76: Isn't that usually the case?  I would expect it to be a requirement for your distro of choice :)16:11
hrw'your penis is larger then mine' talks again?16:12
persia!ohmy | hrw16:14
ubot4hrw: Please remember that all Ubuntu IRC channels share the same attitude of providing friendly and polite interaction with all users of all ages and cultures. Basically, this means no foul language and no abuse towards others.16:14
persiaBut yes.16:14
hrwbut how many of you has armv4t board with EP93xx cpu?16:15
XorApersia: made it back to tokyo then?16:15
hrwtotally broken VFP unit, hardware decelaratted graphics...16:15
persiahrw: heh.  Don't think that can even run any Ubuntu.16:15
persiaXorA: Yes, and smoothly.  I made the sensible choice of refusing the wheelchair at Narita, which got me through the airport ever so much faster :)16:16
XorApersia: yeah that guy wasnt the fastest helper in the world :-D16:16
nosse1amitk, the config file in the deb file you provided are exactly equal to the one the main repo. Hence the audio is still enabled16:16
suihkulokkihrw: EP93xx has maverick fpu, no vfp iirc ?16:17
lrgXorA, persia: heh, at least you guys were not left holding the baby ;)16:17
XorAlrg: you looked so comfortable with it as well :-D16:18
hrwsuihkulokki: yes, anyway it still require set of patches to be usable16:18
nosse1amitk, I hope you get this. I need to leave for the evening16:20
nosse1See you later guys!16:20
armin76persia: no :(16:23
persiaOh well.  Sorry for the compilation dig.16:25
* XorA suddenly remebers his beagle has two SD slots and gets a lot happier16:28
ndechesnehi, all. how can I get the exact version number of each package, without a running system? e.g. i want to know which version of gstreamer is in lucid. is there a tool/webpage i can use?16:53
hrwndechesne: http://packages.ubuntu.com/PACKAGENAME16:55
persiaOr use rmadison.  p.u.c is usually hours (and sometimes a day or so) out of date.16:56
persia`rmadison ${PACKAGE}`16:56
persiaAlternately, https://launchpad.net/ubuntu/+source/${SRCPACKAGE} is always correct.16:57
ndechesnehrw, persia: thanks. is there a madison.cgi for armel anywhere?17:04
persiaversions are architecture-independent.  Everything is uploaded as source, and compiled against all architectures permitted based on the Architecture: fields in debian/control.17:05
persiaIf there is skew, it's either vey temporary, or will be represented as a build failure at http://qa.ubuntuwire.com/ftbfs17:05
persiaThe reason rmadison doesn't actually report for armel is annoying and related to datacenter layout.17:06
persia(and fixable, but not by most folk)17:06
ndechesnepersia: thx!17:06
MartynOOF18:00
Martynthe UDS hotel is expeeeeensive18:00
Martynbut I just emailed Jorge and he said a group code was coming from the organizer18:00
MartynThe plane ticket is likewise going to cost a pretty penny18:01
persiaYeah.  *Always* book the hotel using the group code.18:02
lrgMartyn: hmm... how much are we talking about per night ?18:03
persiaReally, don't trust the non-group-code numbers.18:04
persiaI can remember one case where an entire hotel was block-rented and the individual room cost ended up being something like 25% of the nominal charge.18:05
peterkirn2hmm, picked up the rootfs from rcn-ee, but ... is there a convention for default userid / password on these images? (I had built mine from scratch, so set it myself!)18:05
persiapeterkirn2: Try ubuntu/ubuntu or ubuntu/<empty>18:06
peterkirn2persia: nope. also tried ubuntu/passwd as I had seen that somewhere.18:07
MartynIrg : 170 Euro for the cheapest room18:07
MartynIrg : 240 Euro for a decent (but only mid-range) room18:07
MartynIrg : You don't want to know where it goes from there18:08
peterkirn2persia: may just need to return to building my own rootfs ;) I still can't work out why my root permissions are borked on the one I created; can't seem to find a fix.18:08
Martynas it is, the flight from Austin to Brussels is going to cost me ~700 Euro18:08
* Martyn is unhappy with the lucid rootfs 18:09
lrgMartyn: I hope the group code is good. I have to buy with UK pounds atm and they are very weak :(18:09
persiapeterkirn2: Dunno.  Try extracting one from one of the images, or ask rcn-ee18:09
MartynI'm getting a strange error, and I can't remember for the life of me how to fix it --- procps terminated with error code 25518:09
MartynAre there any known issues with lucid rootstock?18:10
peterkirn2persia: there's a way to extract uid / pwd from an existing rootfs?18:10
persiauid is easy: just mount it somewhere and check /etc/passed.18:10
persiapasswd!18:10
peterkirn2ah, of course18:11
persiapwd is harder, but easy to set to nothing if you can mount the rootfs somewhere.18:11
ograMartyn, only the qemu hang if you install bigger tasks and the rootstock GUI eating your CPU are currently on my plate18:11
peterkirn2persia: yeah, of course; I usually don't have rootfs lying around so hadn't occurred to me to think through how that'd be done. will do. :) at least then will know how this fs is working, which may reveal something about why karmic rootstock was causing trouble for me.18:11
MartynOkay, I'll switch to debootstrap then18:12
hrwhttp://marcin.juszkiewicz.com.pl/2010/04/06/another-job-change/18:12
Martyndebootstrap –variant=minbase lucid rootfs.ubuntu ... right?18:12
Martynthen I can run the server task18:12
ograMartyn, you want qemu-debootstrap18:17
ograand --arch armel18:18
persiaWell, depends on whether you're native or not, but often.18:18
ograright, indeed, if you are on one of your speedy -a9 servers you even might run it natively :)18:18
=== hrw is now known as hrw|gone
=== XorA is now known as XorA|gone
Martynogra : Why?18:33
MartynI'm native on a tegra2 now :)18:33
ograpffft18:33
persianative debootstrap is definitely preferred18:33
Martynand I have (undisclosed hardware) that's running at 1.6 GHz18:33
persiaCool!18:34
Martynbut weirdly outfitted as a tricore.18:34
persiaWhat's wrong with tricore?18:34
ograstop making us eager !18:34
Martynit's strange, and has wierd knock-on effects with the strange amount of L2 cache18:34
Martynbut it's fast .. gods so far18:34
Martynfast rather18:35
Martynogra : I'll bring at least ONE of these platforms to UDS18:35
Martynalthough it will probably have to hide inside a box.18:35
MartynLinux quark-a9 2.6.29-arm2-dirty #1 SMP PREEMPT Fri Mar 31 17:25:45 CDT 2010 armv7l GNU/Linux18:36
Martyn2048 megs of memory installed on 'em too .. but only 667MHz .. :(18:36
MartynI can't wait till I can slam in 4GB of 103318:37
persiaeven 2048/667 makes a lovely server for lots of purposes.18:37
DanaGMartyn: tricore ARM?  Spiffy.18:38
MartynDanaG : Yeah, but all our other platforms have either dual or quad core18:38
MartynDanaG :This wierd tricore chip is the way it is, because the fourth core failed verification and was laser disabled18:38
DanaGhmm, my only piece of ARM hardware is my beagleboard.18:38
Martynpersia : Yes, it does.   We'll know if I can get lucid up and working correctly shortly.18:39
DanaGAre there any easily-available dual- or quad-core ARM thingies out there?18:39
amitkyou'll probably have to break-in18:39
MartynDanaG : the tegra2...18:39
DanaGhmm, just need to figure out where to get one.  seems to be easier said than done.18:43
DanaGer, "more easily"18:44
persiaDanaG: My solution has been "wait".  So far, this got me a working laptop last fall, and I'm expecting to have a good server this fall.18:44
DanaGWhen I got my current EliteBook, I had to wait essentially from May until like September before the thing was available customized-to-order.18:46
DanaGBut it's better to wait for something you really want, than to buy something you won't really like, "now".18:46
persiaI guess.  I just went to the shop and got a Netwalker a couple weeks after they went on sale.  It's very much not customised-to-order, but it works.18:47
DanaGtoo bad tegra isn't available the same way the beagleboard is.18:47
DanaGI had to CTO my laptop, because I wanted 1920x1200 with ATI.  Prebuilt didn't offer that.18:47
DanaGhmm, netwalker... looks interesting.18:48
DanaG$479, if that's what it's supposed to be, looks too expensive for what I'd get.18:49
persiaNice little laptop.  Not much onboard storage, and would benefit from bluetooth or stereo audio, but...18:49
persiaYeah, well.  Pricing is different here :)18:49
DanaGmono audio... bleh.18:51
persiaI guess.  I mostly wanted an update for my Zauri: it's a bit larger than I like, but nobody else is selling anything comparable right now.18:55
DanaGI mean, if you're going to have a mono speaker... at least have it centered. =þ18:56
persiaI just turned off sound :)18:58
=== Tscheesy is now known as Blizzz2
=== Blizzz2 is now known as Tscheesy
Martynwhich package includes the stuff needed for tasksel's dialog?19:18
MartynI looked for 'dialog' and didn't find it19:18
Martynnevermind :)  I forgot to add 'universe'19:24
MartynDrat ...19:38
Martynupstart is really not acting nicely19:38
armin76bad upstart :)19:39
Martynif do a debootstrap, there still just isn't enough in there to get to a console19:39
Martynhttp://blog.bodhizazen.net/linux/lxc-configure-ubuntu-lucid-containers/19:39
MartynO19:39
MartynI'm following this recipe, somewhat modified .. to build rootfs19:39
Martyninit: upstart pre-start process (544) terminated with status 3219:40
persiaIf you skip the --variant bit it ought be fine.19:40
Martynpersia : Wait, are you saying that using minbase is no longer desireable?19:47
persiaNo.19:47
persiaI'm saying that I don't believe variants other than buildd to be well-tested in Ubuntu, and I don't expect the buildd variant to be sufficient to boot a working system.19:48
persiaI may be mistaken.19:48
MartynWell, I'll try again without a variant19:51
Martynand see if the resulting system is bootable19:51
persiaGood luck.19:54
persiaYou might also try playing with vm-builder, which is designed to generate (native) target filesystems for applicances.  Pulling the filesystem out later is left as an expercise for the developer.19:54
DanaGhttp://www.wired.com/gadgetlab/2010/01/hands-on-skylight/20:29
DanaGnow... when can we  BUY  one of these?20:29
* prpplague wonders if davidm actually drops in the channel21:57
JamieBennettprpplague: he does :)22:06
=== bjf is now known as bjf-afk

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