/srv/irclogs.ubuntu.com/2008/12/02/#ubuntu-devel.txt

TheMusocalc: Do you know where I may be able to find a PPS file with audio, so I can test bug 298494?00:25
ubottuLaunchpad bug 298494 in pulseaudio "OpenOffice.org Impress: Faltering embedded sound in PPS files" [Undecided,New] https://launchpad.net/bugs/29849400:25
TheMusoOr anyone else? ^^00:33
[Relic]is anyone else alive, or are they all bots like pitti :)00:33
TheMuso[Relic]: I'm alive.00:34
calcTheMuso: the one in the bug report doesn't work?00:38
TheMusocalc: Oh there is one in the bug? Haven't looked at the bug in that much detail yet. Thanks.00:40
calcok np00:42
=== Pici` is now known as Pici
TheMusocalc: Am I correct in deducing that openoffice now uses gstreamer for its audio output?02:28
calcTheMuso: yes02:34
TheMusocalc: Right, well that audio stutering with pps bug is very weird, because openoffice doesn't seem to be respecting the settings from the sound preferences applet.02:36
TheMusoI get audio stutter whether I use OSS, alsa or pulseaudi in those settings. Examining open devices from a terminal, when I have oss selected, no oss device node is being used what soever.02:36
TheMusoOnly alsa nodes get used.02:36
TheMusoSo I am not convinced its an audio infrastructure bug.02:37
* TheMuso will update the bug in a bit when I've done a bit more testing.02:37
calcok well it might not be after all, i just thought it might be since he claimed it worked previously02:38
calcfeel free to bounce it back to openoffice.org with that info added to the report :)02:39
=== chuck_ is now known as zul
TheMusocalc: Ok will do.02:40
wasabihmm. at some point UDF vols stopped auto mounting.02:42
wasabiit's trying iso9660 first and succeeding.02:42
=== jussio1 is now known as jussi01
dholbachgood morning05:58
vhaarrHey, what does "SRU" and "FFE" mean? I see these abbrevations in some bugs on launchpad, for example.06:29
Hobbsee!sru06:29
ubottuStable Release Update information is at http://wiki.ubuntu.com/StableReleaseUpdates06:29
Hobbsee!ffe06:29
ubottuuvf is Upstream Version Freeze.  For an exception, see https://wiki.ubuntu.com/FreezeExceptionProcess#head-9523bc4076ff011324d67cddc97969ec609618d606:29
Hobbsee^06:29
vhaarrffe == uvf?06:30
Treenaksvhaarr: no, FFE is exception to the freeze06:30
vhaarrah06:30
vhaarrthank you06:30
vhaarris jaunty in feature freeze at the moment?06:31
StevenKvhaarr: No06:33
vhaarrwhy is it that nvidia-graphics-drivers-180 is stuck in https://launchpad.net/ubuntu/jaunty/+queue then, does it still need some sort of "initial approval" since it's a new package?06:34
vhaarrah, I should probably be in #ubuntu-motu with these questions06:37
vhaarrapologies for spamming the devel channel06:37
Hobbseevhaarr: yes06:43
Hobbsee@ initial approval06:44
vhaarrrighty, thanks06:44
=== tkamppeter_ is now known as tkamppeter
fabbionesoren: ping?08:09
=== dholbach_ is now known as dholbach
sorenfabbione: wazzup?08:19
fabbionesoren: hey.. do you still maintain kvm/libvirt stuff?08:20
sorenfabbione: Yes.08:20
fabbionesoren: when you have time, can you give me a crash course on how to setup libvirt networking?08:21
fabbionesoren: I am fighting with bridges and stuff that I am not very familiar with08:21
sorenSure.08:21
sorenfabbione: With bridging, it's really quite simple. Do you have a bridge setup already and just want libvirt to use it?08:21
fabbionesoren: i only have the default installation (hardy)08:22
sorenAlright.08:22
fabbionesoren: basically i want the guests to access the real network directly08:22
sorenRight.08:22
fabbionesoren: not via all that NAT stuff08:22
NCommanderhey apachelogger08:22
fabbionesoren: and make that permanent08:22
sorenfabbione: Could you put your /etc/network/interfaces on a pastebin? I can make the changes there and you can see what I did. That's lots easier than explaining it.08:23
NCommanderWell, you could just set it up to use IPv6 ...08:23
fabbionesoren: sure thing.. sec08:23
fabbionesoren: http://www.fabbione.net/interfaces08:24
sorenfabbione: I presume it's the bond0 interface you want to bridge to?08:25
fabbionesoren: well that's connected to the real net.. so yeah08:25
sorenfabbione: Any particular reason you're not using the "slaves" directive in your interfaces file?08:28
soren(for setting up the bonding)08:28
fabbionesoren: not really08:29
sorenfabbione: Ok. We can fix that afterwards :)08:29
fabbionesoren: i didn't even know ifup did grow bonding support :)08:29
fabbionesoren: <- very very old school08:29
fabbionesoren: it doesn't really matter as long as it works08:29
sorenfabbione: Ok, for the really simple, general case: http://people.ubuntu.com/~soren/interfaces-example.txt08:30
fabbionesoren: looking08:31
fabbionesoren: well i doubt there is network manager installed on the server08:32
fabbioneit's not a desktop + kvm thingy08:32
sorenSo, for your setup it, this should probably work: http://people.ubuntu.com/~soren/fabbione.txt08:32
fabbioneit's a decent _real_ server :)08:32
sorenJust leave that bit out, then :)08:32
sorenfabbione: This one should deal with the bonding as well: http://people.ubuntu.com/~soren/fabbione-even-better.txt08:33
fabbioneeheheh08:34
fabbionesoren: one thing I am not sure I understand08:34
fabbionesoren: the bond will not get the ip address08:34
sorenHm?08:34
fabbione(sec)08:34
sorenOh, I think I know what you mean..08:35
sorenThe bond0 interface no longer gets an ip address. Only the bridge interface does.08:35
fabbioneah ok08:35
sorenThat's the way it works.08:35
fabbioneso i also need to make sure the bridge will get the same mac address08:35
sorenIIRC, the bridge assumes the numerically lowest MAC address of the interfaces attached to it.08:36
soren...so it doesn't change over time, if that's what you mean.08:37
fabbioneok perfect :)08:37
fabbioneyeah08:37
fabbionethat's what I was looking for08:37
sorenOk, so now you've got a bridge.08:37
fabbioneok just a sec.. customer on the phone08:38
sorenTo hook a virtual machine into that, you put <interface type='bridge'><source bridge='ifbr0'/></interface>  in your domain XML definition.08:38
soren...and that's it.08:38
sorenfabbione: sure, take your time.08:39
fabbionethanks :)08:39
RAOFwgrant: I'm sure you'll be overjoyed to hear that syndaemon in Jaunty fails to work with a BadDevice error.08:48
fabbionesoren: re08:51
fabbioneok... testing fancy-interface-file-from-soren08:51
sorenfabbione: First: Does the host's network still work?09:00
fabbionesoren: you need to add auto bond0 otherwise the bridge can't bind09:00
fabbionesoren: i am fixing bits and pieces :)09:00
fabbionesoren: bond0 needs to be UP09:00
fabbionenow.. i am testing again.. one sec09:00
fabbionesoren: this is that kind of testing that I hate the most.. "if the server reboots.. will it work?"09:00
sorenfabbione: Ah, yes, good point on the bond0.09:01
fabbionesoren: and this thing has something like 10 pages of POST before you get to grub09:01
sorenfabbione: Yikes. What is it?09:01
fabbionesoren: Dell Poweredge 2900-III09:01
fabbionesoren: decently equipped09:02
sorenYeah, it must be :)09:02
fabbioneok09:03
* soren -> coffee09:03
fabbioneifbr0     Link encap:Ethernet  HWaddr 00:1e:c9:eb:2a:1c   inet addr:192.168.1.7  Bcast:192.168.3.255  Mask:255.255.252.009:03
fabbioneworks :)09:03
soren\o/09:04
fabbionesoren: enjoy your coffee...09:04
fabbionesoren: i still need to pick your brain a bit :)09:04
sorenSure thing. Just shoot.09:05
fabbionesoren: ok.. host networking works fine now09:09
asacdoko_: armel seems to have built fine. Thanks a bunch!09:37
NCommanderdoko_, do you know why there seems to be no implicate cast from float to double? (or via versus I suppose, since that works on i386)09:39
NCommander(on arm)09:39
glatzormorning james_w, do you arrive at sfo?09:52
glatzorjames_w, if so we could share a taxi, since I would arrive three minutes after you09:53
tseliotRiddell: you're the archive admin today, aren't you?10:01
Riddelltseliot: I would be if I wasn't on holiday10:02
Riddelltseliot: what do you need?10:02
tseliotRiddell: can you see nvidia-glx-180 in NEW?10:02
tseliot(Jaunty)10:03
Riddelltseliot: yes10:03
tseliotRiddell: good. Can you accept it, please?10:04
Riddellinto restricted presumably?10:04
tseliotyes10:04
tseliotBTW it makes KDE4 usable with nvidia cards10:05
tseliot:-)10:05
Riddellyay10:06
Riddellaccepted10:06
tseliotRiddell: thanks a lot10:06
NCommanderhey Riddell10:11
Riddellmorning NCommander10:12
NCommanderhow goes it Riddell?10:12
RiddellNCommander: lovely thanks, currently enjoying the hospitality of the Kubuntu Stuttgart Office10:13
NCommandero_O?10:14
NCommanderRiddell, I'm working on running down the all evil pyKDE4 arm bindings FTBFS10:15
NCommanderbah10:15
Riddellbrave man10:15
NCommanderI can't figure out where its choking10:17
NCommanderIf its the Python-C API, QT, bindings, or sip10:17
NCommander:-/10:17
NCommanderAre we the only distro with KDE4 and an ARM port?10:17
RiddellNCommander: there's Debian experimental10:17
RiddellNCommander: have you tried asking Sime?10:18
NCommanderwho?10:18
Riddellpykde maintainer10:18
NCommanderarmel doesn't appear to have an experimental buildd ...10:18
RiddellNCommander: on IRC as Sime_10:18
NCommanderhrm10:19
james_wglatzor: I do, that would be great10:20
* directhex wonders if ScottK tried to catch up with him again after ~11pm yesterday10:21
loolNCommander: Hmm the error in the build log seemed pretty clear, did you get past that one?10:22
NCommanderlool, it's not clear10:22
NCommanderlool, its FTBFS on a generated file10:22
NCommander(that file is generated by the KDE python binder lexer AFAIK)10:22
NCommanderI'm hoping once I get a chance to fully look through the lexers output I can see whats going wrong10:22
NCommanderAs far as I can tell from the build log, it LOOKS some stupidity w.r.t. to float/double on ARM10:23
NCommander(man, ARM is picky about its floating points)10:23
NCommanderSince this issue with float/doubles seems to only happen in KDE and Qt, I'm thinking its Qt specific vs. some bug in GCC10:24
glatzorjames_w, yeah, great. Do you have got a credit card? have already reserved a taxi?10:25
NCommanderI'm hoping/praying its just something in the input sip file I can change to clear the build failure right up10:25
NCommander(although knowing my luck)10:25
james_wglatzor: nijaba is arriving at the same time as well, I haven't, but I don't know if he has10:26
nijabaglatzor: no, I haven't booked a cab, but there generally is no need to do so, plenty are waiting there.  I do have a cc10:27
NCommanderman, my external is making death noises10:28
NCommanderBut its working fine10:28
NCommander...10:28
* NCommander wonders how long until it fails10:28
nijabaglatzor: we are you flying in from? International?10:28
glatzornijaba, I will fry from London to SF with UA99510:29
glatzorfly10:29
* NCommander wants to share a cab if possible10:29
nijabaglatzor: I certainly hope you won't fry ;)10:29
glatzor:)10:30
glatzorjames_w, nijaba: have you ever been to sf? where is good place to meet?10:30
nijabaglatzor: ok, so we'll join at custom exit in the international terminal10:30
nijabaglatzor: about a 100 times.  If you do not find me, I might be outside getting stoned from a first cigarette in about 12h10:31
NCommanderlool, so I found the FTBFS10:43
NCommanderand its ugly10:43
NCommanderReal ugly10:44
NCommanderBut it does explain why Qt is a miserable pile of exceptions on ARM10:45
loolNCommander: I think I'd file it under sip10:46
NCommanderlool, its a bug in kdelibs10:47
loolNCommander: What did you find?10:47
NCommanderUnder normal cirmstances, qreal is a typedef on double10:47
NCommanderBut on Windows CE, and ARM its a float10:47
NCommanderkdelibs has a few cases where it explicately assumes double and ...10:47
NCommanderThe hardcoded doubles need to be changed to qreal in kdelibs, AND in kdebindings10:48
NCommander(unless we want to change Qt on ARM and then transition Qt's rdepends)10:48
loolNCommander: Well are you sure they intended qreal and not double?10:48
NCommanderlool, http://pastebin.ca/127338010:48
NCommanderlool, QList<double> in the source :-)10:48
NCommanderIf we change it to QList<qreal>, it would make the assignments work properly10:48
ograare you sure it gets the QT_ARCH_ARM properly handed over ?10:49
NCommanderogra, yeah, qreal becomes a float10:50
NCommanderI think that check exists because ARM's FPU performance kinda sucks10:50
NCommanderBut there is no comment explaining it :-/10:50
loolNCommander: My question is: are you sure they want to handle qreals and not doubles; it's the same question for QList<double> versus QList<qreal>10:50
NCommanderI'm not sure I'm following10:51
NCommanderQList is simply a container10:51
NCommanderlool, http://paste.ubuntu.com/79246/ - this is the generated code its choking on10:52
loolNCommander: level 1) qreal is defined to foo or bar depending on various conditions; we could look into this, perhaps armel's qt is using doubles or other projects, and that would make our life simpler; level 2) kdelibs might be using qreal and doubles for various things; perhaps it calls into other APIs or simply wants double in some places10:52
NCommanderIts two function calls that use double vs. qreal, I think its an isolated fluke that just didn't get catched. Since the behavior is the same on all architectures expect ARM ...10:52
loollevel 3) sip generates code from kdelibs (AIUI) but doesn't handle some cases of type mistmatches10:53
NCommanderQt's docs recommend you use their own types over C's to prevent fun mistakes like this10:53
NCommanderAs a general rule of thumb, I don't like changing library APIs like QTs, and we'd break binary compatbility with Qt on other ARM systems if we changed qreal to double10:54
NCommander(not that we really care, but ...)10:54
loolNCommander: Sure, but you might have to use other types for various reasons; perhaps it's truly wrong to use double, perhaps it's not?10:54
loolNCommander: TBH I don't know how much binary compatibility there is for running qt bits on arm platforms10:55
ograheh10:55
NCommanderChanigng qreal's type would break it10:55
NCommanderPersonally, I'm against changing a core library against Qt unless there is a serious reason to do so10:56
loolNCommander: Well by changing double to qreal in kdelibs, you'd break kdelibs binary compatibility as well anyway10:56
NCommanderlool, no it won't10:56
NCommanderqreal == double on !ARM10:57
NCommanderABI doesn't change10:57
loolIt doesn't change on !ARM10:57
looland !WINCE10:57
NCommanderConsidering KDE doesn't compile on ARM ... :-)10:57
loolYou want to avoid an ABI change on ARM with an ABI change on ARM10:57
NCommanderO_o?10:57
NCommanderoh10:57
NCommanderI perfer smaller ABI changes10:58
loolAnyway, I think we're being distracted10:58
NCommanderyeah10:58
NCommanderThe question is do we file a bug with the Qt devs, or a bug with the KDE guys :-)10:58
NCommander(there a compile time arguements to force qreal to double on ARM it seems)10:58
loolBest would be to check what others are doing for qreal (1), and whether upstream kdelibs thinks of this (double -> qreal)10:58
loolThese are in fact orthogonal and we can solve both10:59
NCommanderWell, I found the note on why this was done in Qt10:59
NCommanderDoubles eat performance for lunch on ARM10:59
loolWhich ARM?  with vfp?10:59
ograwhich arm ? :) i heard v7 behave differently10:59
NCommanderWe technically target v5, with v7 optimized libraries11:00
NCommanderand we're softfloated, unless we have an optimized library, VFP isn't used on ARM11:00
ograusing the VFP of the v7 will definately be in our focus11:01
NCommanderWell, to get the VFP used, optimize specific binaries and libraries which would benefit11:01
NCommanderWe'll have to figure out a way to give dpkg a brain for this case11:01
NCommander(I think we need subarchitecture support in dpkg/apt TBH, but for another time)11:01
* ogra didnt say it would be easy ... or happen right now :)11:02
loolNCommander: I think I care most for being compatible with Debian on this particular point of ABI anyway11:02
loolSo let's check whether Debian's qt is patched for armel and live with the same for Ubuntu's armel qt11:02
NCommanderGood idea11:02
* NCommander ventures to Debian's source packages11:02
loolNCommander: In all cases, why wouldn't we want to fix sip to handle this gracefully?11:03
NCommanderlool, its not a bug in sip.11:04
loolNCommander: Are you subscribed to the upstream kdelibs lists and all?  Perhaps you want to bring this up there11:04
NCommanderlool, anything trying to use these APIs would have caused a similar issue I think11:04
loolNCommander: You're saying sip can't handle API's mixing doubles and qreal?11:05
NCommanderlool, I don't think its a bug in sip. the API and qreal should always match if you want compability with Qt types11:06
NCommandersip can't be blamed if the author ignored the user friendly typedefs11:06
loolNCommander: What if I need to pass doubles and qreals to two sub APIs?11:06
NCommanderWe're dealing with the return type here of a template11:06
ScottKdirecthex: No.  I didn't gry to get ahold of you again.  I ran into a related problem that's nothing to do with the mono transition and got stuck. I suspect, but cannont yet prove, that adjusting the build-dep as you suggested is sufficient for the transition.11:07
NCommanderlool, Debian doesn't change Qt's behavior11:08
loolNCommander: yup11:16
loolI checked the headers and the patches and didn't find any such change either11:16
lool(and it does set QT_ARCH_ARM)11:16
NCommanderlool, Debian hasn't run into the issue on the virtue they still use KDE311:16
NCommanderlool, so now what :-)?11:17
asacdoko_: do you maintain all java packaging in a svn repo? or are there packages that i just need to upload if i want to extend those Xpp- headers?11:18
loolNCommander: Well we eliminated level 1 from the equation11:18
loolNCommander: you filed level 211:18
NCommandero_o?11:18
NCommanderlevel 1/2? huh?11:18
NCommanderlool, well, beside KDE, I think the ARM port is fairly good in main11:21
NCommander(universe is another story)11:21
loolNCommander: levels: see discussion we had earlier here?11:22
NCommanderlool, nope11:24
* NCommander has been MIA over a week11:24
NCommanderlool, well, I looked deep within the sourcecode of kplotaxis.cpp, and its just a return of an internal variable11:24
=== hyperair1 is now known as Guest19233
=== Guest19233 is now known as hyperair
NCommanderwhich boils down to a         QList<double> m_MajorTickMarks, m_MinorTickMarks;11:25
loolNCommander: ?11:25
NCommanderNo, I'm finding the code in kplotpoint that we're considering changing to qreal after upstream guidance11:25
NCommanderI'm seeing what it does specifically :-)11:25
loolNCommander: By "earlier" I meant a couple of hours earlier, not days11:25
loolNCommander: /lastlog level11:26
NCommanderooooh11:26
NCommanderhandy IRC command!11:26
* NCommander looks for KDE's SVN repo11:27
NCommanderTime to create a proposed patch now that I know what needs editing11:27
Siliciumhi there12:14
Siliciumi want to create a custom installer CD, this works fine with getting the packages from a external repository12:15
Siliciumnow i want to add the custom packages to the local CD Repository12:15
Siliciumshould i create a own new repository or should i merge my packages into the exist hardy repo?12:16
asacslangasek: can you take a look at network-manager-pptp SRU in -proposed. has been pending for a while and all bugs fix committed have verification-done. thanks12:18
=== azeem_ is now known as azeem
doko_asac: "all java packaging" ?13:44
asacdoko_: all java plugins ;)14:00
hwildeanybody an ssh port forwarding expert14:01
hwildei've got all these leftover sshd's waiting for an EOF that netcat will never send...14:02
doko_asac: sun-java* in svn, openjdk in bzr14:04
asacdoko_: what other java plugins do we have?14:05
asacor is that it for jaunty?14:05
doko_gcjwebplugin will go away14:08
=== lamont` is now known as lamont
lamontwow.  d-i actually picked the first(?) link-present interface for network config.  kewl.14:48
lamont(eth2)14:48
=== thekorn_ is now known as thekorn
lamontdear open&*%)&$%&%vpn.  stop dropping the damn local network route. kthx15:46
bddebianFix it! :)15:47
lamontso... at what point does the intrepid openvpn go ripping through the routing table and remove all routes to subnets that have supernets routed over the vpn?15:51
lamontthereby leaving me with a default route pointing to, um, me.15:51
lamontbddebian: well, I thought I had fixed it.. by explicitly doing the routing table addition myself, rather than telling openvpn to do it via the config.  however... it appears to do it after it runs the up script15:57
lamontand it's only a problem when I plug the machine into the lan cable at home...15:58
bddebianAh :)15:59
psusiTheMuso: you remember that dmraid bug with isw breakage caused by the raid10 patch I was working on?  I basically gave up as fixing it correctly is far more complicated than I first thought.  What are the odds on just backporting rc15? ;)16:00
Siliciumhi there16:15
Siliciumi have created a custom install disk16:15
Siliciumso how i can regenerate te main Packages file with all hashes?16:16
=== LucidFox is now known as Sikon
=== Sikon is now known as LucidFox
asacdoko_: gcjwebplugin.so  or IcedTeaPlugin.so what is used?16:43
doko_hardy: gcjwebplugin.so, later: IcedTeaPlugin.so16:45
asacdoko_: and the  .so filename in the IcedTeaPlugin.so case is "IcedTeaPlugin.so" ... right?16:46
asac(seems obvious, but better ask ;))16:46
doko_asac: yes16:50
doko_asac: but you should only see libjava-plugin.so16:50
asacdoko_: because of the alternative?16:50
asaci need the filename of the link target16:51
asacthats what mozilla sees internally16:51
doko_asac: this is ugly16:54
slangasektseliot: it appears to be in binary new18:00
=== mdz_ is now known as mdz
slangasekasac: published, cheers18:34
slangasekkees, Mithrandir: ah, pam_env user-environment support merged upstream18:40
=== sdh_ is now known as sdh
keesslangasek: oooh nice18:42
=== cjwatson_ is now known as cjwatson
asacdoko_: you dont even know what this is about ;)19:05
slangasekScottK: thanks for filing the lintian MIRs ahead of me :)19:17
ScottKslangasek: You're welcome.  I figured I asked for the sync without checking for that, so I earned it.19:23
sebnerScottK: well, no I'm here :)19:24
ScottKslangasek: Now we just need someone from the MIR team to actually look at them ...19:24
=== fta_ is now known as fta
slangasekkirkland: so why is per-user encrypted homedirs preferable to either use of ~/Private, or system-level encryption of /home?19:43
ScottKPer user would be better if the user didn't trust the sysadmin?19:45
slangasekScottK: how does ~/Private not already solve that, with less of a performance hit?19:48
ScottKslangasek: Dunno.19:48
* ScottK was taking a stab in the dark.19:48
lifelessif you don't trust the sysadmin you're already wedged19:52
lifelessonce your CPU can read your data, so can they19:52
slangasekmaybe you're running SELinux at the same time ;)19:53
lifelesseven so :)19:53
lifelessyou might think you're running SELinux, but are they :)19:53
slangasekmy attempts to compromise the machine say yes19:54
loolslangasek: Re: p7zip MIR: I wonder whether we could replace zip/unzip with p7zip19:54
slangaseklool: possibly!  I have no preference, I just don't want us to ship both zip/unzip /and/ p7zip on the CDs :)19:55
loolThat would be more functionality and space efficient19:55
lifelessslangasek: humour aside, a VM with selinux in it, and you are talking to the VM, sysadmin has raw hardware19:55
loolslangasek: full ack19:55
pwnguinslangasek: ive been looking at p7zip as part of squashfs19:55
pwnguinslangasek: unfortunately, debian packages aren't optimized for compression19:56
pwnguinbut i hear the livecd doesn't have traditional .debs?19:56
slangaseker?  what does p7zip (the userspace package) have to do with squashfs (a kernel fs implementation)?19:56
pwnguinp7zip is the lzms implementation ;)19:56
pwnguinlzma i mean19:57
slangasekAIUI, p7zip is a container format.  We have an "lzma" package that implements lzma compression.19:58
pwnguinhuh19:59
pwnguinlook at the lzma package description20:00
slangasekwhat about it?20:03
pwnguinit's got 7zip all over it ;)20:04
pwnguini dare say 7zip and lzma are interchangeable terms ;)20:04
slangasekthey are not20:04
pwnguinanyways, back to business as usual20:04
pwnguinoh that's right, i remember now; 7z lets you use a lot of compression algorithms but mainly promoted lzma as it's 'new hotness'. clearly i got up too early today20:07
psusi7zip and lzma are as interchangable as gzip and lz20:14
TheMusopsusi: There would really have to be a strong case for it. We could try backporting just the intel code.20:15
pwnguinits more like avi and divx ;)20:15
TheMusopsusi: But even then backporting rc15 is probably not a good idea.20:16
psusiTheMuso: even to get it into -updates?20:16
psusierr, -backports?  which was it?20:16
psusithe one you have to choose to enable to get the latest and greatest20:16
TheMusopsusi: -backports if an option of course, but thats not always useful to everyone.20:17
TheMusopsusi: I thought you meant intrepid-updates.20:17
psusiright.... but it would be better than having them install a broken version from my ppa to get their system working20:17
TheMusoAgreed.20:18
psusiand don't forget, it is a regression20:18
TheMusoYes I know.20:19
TheMusopsusi: But just putting a newer version in backports is not ideal either.20:19
psusiall I know is that raid10 patch from mandriva is a lot different than the raid10 implementation in rc15, so it seems a lot easier to just go with that rather than try to fix the very broken mandriva patch20:20
TheMusoYep agreed.20:20
* TheMuso will have a look at it during UDS, since rc15 allows the creation of dmraid metadata now, so I'll try creating a raid10 vm and get rc14 to try looking at it and see if I can reproduce locally.20:21
psusinow if only I could make heads or tails out of this code to figure out why it doesn't like volumes with long names with spaces in them....20:21
psusiohh yea, that's true... good idea20:22
psusiI've been using the metadata dumps people have attached to the bug reports to simulate the setup for testing20:22
TheMusothat hasn't worked for me I've found, as you need same drives with same models, serial numbers, etc.20:23
psusiyou have to build dmraid with a testing option so it considers /dev/dm-* as underlying disks, place the drive serial numbers in /dev/dm-*.serial, and use dmsetup to create a device mapper that returns zeros for everywhere but where the metadata is linearly mapped to a loopback device20:23
TheMusomeh I think I'll use rc15 and a vm.20:25
TheMusoAnyway, I must continue to prepare for my flight today.20:25
psusihehe20:25
tseliotslangasek: ok, thanks for the information20:26
=== vorian is now known as heHATEme
=== heHATEme is now known as vorian
hwildelast chance before reinstall... anybody know why this is failing reference two different kernels ? http://pastie.org/32918621:23
Lancaohi23:00
ScottKIs it's a regression that qualifies for SRU, then it's really inappropriate for -backports.23:02
Mezcan someone confirm me this? if you install a minimal system (mine's done through debootstrap) - and then try to install openssh-server - it won't work23:08
MezI've tested it and it seems to fail with log_daemon_msg23:08
superm1Mez, generally you need to divert invoke-rc.d if you are working directly in a chroot doing these kinds of things unless you bind mount /proc and possibly /sys23:09
ScottKMez: Does it depend on lsb-base?23:09
superm1Mez, you can look at livecd-rootfs for an example of what's done while live disks get build23:10
MezScottK: lsb-base is installed, and it has the call for /lib/lsb/init-functions too...23:11
Mezother scripts in init seem to work, which is a bit weird.23:11
Mezsuperm1: I am working in a chroot, yes (trying to setup an EC2 image)23:14
Mezsuperm1: seems it was proc23:16

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