/srv/irclogs.ubuntu.com/2012/01/20/#ubuntu-arm.txt

nOStahlhi guys02:21
nOStahlbeen few days02:21
nOStahlany of you running on an hp touchpad?02:21
twbWhat is your real question?02:26
nOStahlthat was it.02:28
tapemachinehiiii09:25
janimorbasak, I got openmpi from experimental building.10:00
rbasakjanimo, awesome, thank you!10:05
janimorbasak, sending you the debdiff10:05
janimoit needs more thought on the packaging side10:05
janimorbasak, sent.10:07
* rbasak looks10:07
rbasakjanimo, if you're still there: looks good, thanks for getting to the bottom of it! Debian experimental is FTBFS as well, how do you feel about sending this to debbugs?10:21
rbasakjanimo: then maybe we could keep the delta small?10:21
=== chrisccoulson_ is now known as chrisccoulson
=== doko_ is now known as doko
sebjanppisati: I uploaded a fix for Bug #91726412:25
ubot2Launchpad bug 917264 in linux-ti-omap4 "HDMI resolutions are not detected on Pandaboard A4 (Omap 4430 ES2.3 silicon)" [Undecided,Fix committed] https://launchpad.net/bugs/91726412:25
sebjanIt applies exclusively to Oneiric, but I am not sure how to specify that on the bug report?12:26
ppisatisebjan: you nominate it just for the Oneiric series12:28
ppisatisebjan: i'll do that12:28
sebjanppisati: I just can't find the option for that :) where is it?12:30
ppisatisebjan: i did it for you, but the next time just press the "Nominate for series" link12:31
ppisatiand from there choose to which series this bug apply12:31
ppisatisebjan: btw, you marked it as "fix ommitted", where did you send/apply it?12:37
sebjanppisati: I can't find this option on the bug page...12:38
ppisatisebjan: i mean, is it for the ubuntu oneiric/ti-omap4 branch? and if yes, do you plan to send it to the kernel mailing? or do you want me to apply it?12:38
ppisatisebjan: wait12:38
sebjanppisati: I attached the patch to the bug description, is this enough for fix commited?12:38
sebjan(and it was tested on top of 1206.15 on a Panda A4 board)12:39
sebjanppisati: it is for ti-omap4 branch only and yes, it's for applying it to this branch only12:40
ppisatisebjan: http://people.canonical.com/~ppisati/sebjan-promote.png12:42
sebjanppisati: I don't have this link :'(. I must be missing some privileges?12:43
ppisatisebjan: ah, good question...12:43
rsalvetisebjan: do you know if this patch is also applied at the linaro tilt tree?12:55
rsalvetiI wonder if we should also ask agreen to apply it at his 3.1 branch12:56
sebjanrsalveti: it is not, I just recently pushed it to my tree. And yes, it shall go to Andy's tree. I'll email him right now (I have some other updates for him)12:56
rsalvetisebjan: great, can you also add me at cc? I want to make sure these fixes are included at our 12.01 release that will be out next week12:57
sebjanrsalveti: sure!12:57
rsalvetisebjan: thanks!12:57
rsalvetindec: are we having the call today?12:58
* ogra_ thinks we do12:58
ndecyes12:58
* ndec wonders if i forgot to setup the conference call number...12:59
rsalvetigreat, joining12:59
ogra_there was a new passcode in my mail12:59
ndeclooks like it's working.12:59
ppisatican't find the new passcode, can anyone post it to in pvt? thanks13:00
ogra_ppisati, posted in the other channel13:02
=== jkridner__ is now known as jkridner
=== plars is now known as plars-away
=== sebjan is now known as 64MAAJJ6J
=== Quintasan_ is now known as Quintasan
tapemachineyo16:27
=== doko_ is now known as doko
=== utlemming_afk is now known as utlemming
eFfeMwhat is the best way to get sources for a particular program on ubuntu-arm (in my case ifdown)21:07
eFfeMI get an error message with ifdown on this line in /etc/network/intefaces (server 11.10 on omap4, same line works on  server 11.10 x86):21:08
eFfeMiface default via 192.168.123.1 dev eth0  proto static21:08
eFfeMtoo many parameters21:08
infinityeFfeM: Err, that works on x86?  Really?21:11
eFfeMyes21:11
infinityeFfeM: But "default via 192.168.123.1 dev eth0  proto static" is iproute output.21:12
infinityLike, what you'd see from "ip ro show | grep default"21:12
infinityIt looks nothing like an interfaces(5) stanza.21:12
eFfeMinfinity: you are right, tried ifdown on the x86 box and it is indeed not recognized21:12
eFfeMtrying to migrate some sw from x86 to omap and ran into this21:13
infinityI assure you that ifupdown on arm and x86 are identical. :)21:13
infinitySo, yes, as you've noted, that's an illegal stanza for both.21:13
eFfeMinfinity: they are not really identical:21:14
infinityThe sources are.21:14
eFfeMx86: /sbin/ifdown: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, stripped21:14
eFfeMarm: /sbin/ifdown: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.16, stripped21:14
infinityBut sure, anything compiled can be different if the toolchain breaks it. :P21:14
eFfeM2.6.15 vs 1.6.16 might be different src21:15
infinityNo...21:15
eFfeMbut guess I need to work on the interfaces file21:15
infinityJust different toolchains.21:15
infinitydpkg -l ifupdown21:15
infinityYou should have the same version on both.21:15
infinityjcrigby: I haven't had a chance to play with your mx5 kernels yet.  Have you booted either of them yourself?21:16
eFfeMinfinity: yeup, boht are 0.7-alpha521:16
eFfeMinfinity: the bug was indeed in the code I was trying to port. fixed it. Thanks for your info as that pushed me into the right direction!21:44
kkerwinHi, does anyone know of a howto in installing ubuntu arm on a Pogopug (Sheevaplug/Dockstar NAS device) via usb?22:09
GrueMasterkkerwin: Is the device armv7?  I don't think they are.22:12
eFfeMkkerwin: these are armv5 devices I think the latest ubuntu version supported is 9.04 or so22:15
kkerwinOk.22:15
eFfeMso either use the latest version of ubuntu that supports armv5 or use debian as that is still supports armv522:15
kkerwinDo I have to build packages on a separate computer, or are their pre-built packages for most things (file servers, etc).22:16
k1lkkerwin: which device exactly?22:16
kkerwinPogoplugV222:16
kkerwins/their/there/22:16
eFfeMdropbear on arm gives me: /scripts/init-premount/dropbear: line 32: ipconfig: not found22:16
eFfeMgrep tells this lives in /usr/share/initramfs-tools/scripts/functions22:17
eFfeMfunctions:ipconfig -t ${ROUNDTTT} "${DEVICE}"22:17
eFfeMhow do I get to ipconfig in a linux shell script ???22:17
k1lkkerwin: https://wiki.xkyle.com/PogoplugV222:19
nevdull`ifconfig -a` ?22:19
kkerwink1l: Oh thank you. Google hasn't been very helpful. Thanks so much.22:19
kkerwinI'll brb.22:19
eFfeMnevdull: ipconfig is in this script, not in my code22:23
GrueMasterkkerwin: The PogoplugV2 is ARMv5te.  We only support armv7.  Sorry.22:27
kkerwinGrueMaster: No worries. Would you recommend that I use Debian for the long run, or is ARMv5 support improving?22:35
eFfeMkkerwin: ubuntu decided to stop supporting v522:36
GrueMasterArmv5 support is not on the the table for Ubuntu.  We simply do not have the manpower/resources to maintain & validate it.  It is a very hard strain right now supporting armel & armhf (both ar armv7).  Armel is slated to die after 12.04, if we can ensure armhf stability (we're very close).22:37
eFfeMGrueMaster: thanks, didn't know that (didn;t try armhf yet)22:37
GrueMasterSupporting armv5 would be like supporting x86 486 code.22:37
eFfeMtrue :-)22:37
kkerwinGrueMaster: Do you happen to know what Debian's outlook is on armv5?22:37
kkerwinLongterm?22:37
GrueMasterI'm personally not a debian person, but I understand they plan on supporting armv5 & armhf (armv7 only).22:38
GrueMasterI could be wrong though.22:38
kkerwinGrueMaster: Thank you. I'll see if I can find a simiar debian channel to this and ask there.22:39
GrueMaster(on the debian part, not on ubuntu).22:39
k1lwheezy is running ootb on my dockstar. and the page i posted looks like its easily running on your device. i am quite sure that is very well documented over the web22:40
kkerwink1l: Thank you. What services are you running on the dockstar, if you don't mind me asking?22:41

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