/srv/irclogs.ubuntu.com/2007/12/21/#ubuntu-devel.txt

pitticjwatson: my OEM test install hangs at the finish installation stage with 'Disabling netinst CD in sources.list...'00:02
pittiah, nevermind; it just got stuck doing apt-get update00:03
EvanCarrollhrm00:04
keescookpawalls: okay, cool; thanks.  :)00:10
slangasekstgraber: ok, fundamentally there seems to be a problem with the tracker's link checker; even after switching the build number and waiting for cdimage.u.c to sync, I still get told for all images that "This build wasn't found on cdimage.ubuntu.com"00:16
slangasekgnyaah00:16
slangasekl-u-m FTBFS00:16
slangasek... because of the merged -rt support00:17
ogra_cmpcany xfs pro around ?00:19
ogra_cmpc/usr/sbin/debootstrap: 317: cannot create /home/ogra/chroot-livecd/test-dev-null: No such device or address00:19
ogra_cmpcseems i cant create any devices on my xfs partition00:19
ogra_cmpcits not mounted with nodev or so00:19
cjwatsonogra_cmpc: hmm00:24
cjwatsonlet me see if I can reproduce that here00:24
ogra_cmpcit works fine on the /boot partitioni have00:24
cjwatsonI introduced that debootstrap check quite recently; it might be buggy00:27
cjwatsoncould you put 'set -x' at the top of /usr/share/debootstrap/functions and get a shell trace?00:27
ogra_cmpcsure00:28
cjwatsonENODEV, though, that's just weird00:28
cjwatsonnot a documented return code from mknod(2)00:28
ogra_cmpccjwatson: http://paste.ubuntu-nl.org/49089/00:29
ogra_cmpcroot@ceron:~# mkdir test00:32
ogra_cmpcroot@ceron:~# mknod test/test-dev-null c 1 3 || echo "failed"00:32
ogra_cmpcroot@ceron:~# echo "blah" >test/test-dev-null00:32
ogra_cmpcbash: test/test-dev-null: No such device or address00:32
ogra_cmpcroot@ceron:~#00:32
cjwatsonogra_cmpc: any other mount options I should know about?00:32
ogra_cmpcogra@ceron:~$ cat /proc/mounts |grep " / "00:32
ogra_cmpcrootfs / rootfs rw 0 000:32
ogra_cmpc/dev/md0 / xfs rw,sunit=128,swidth=256,ikeep,noquota 0 000:32
cjwatsonxfs, home of mount options nobody else recognises00:33
ogra_cmpcheh00:33
ogra_cmpcwell, i didnt specify any options at all00:33
ogra_cmpcits the default teh installer choose00:33
cjwatsonseems to WFM on a fresh XFS partition00:36
cjwatsons/partition/filesystem/00:37
cjwatson/home/cjwatson/xfs.disk on /mnt type xfs (rw,loop=/dev/loop0)00:37
cjwatsonsunit and swidth are md things, ikeep and noquota aren't things the installer sets AFAICS, maybe defaults?00:37
ogra_cmpchmm00:37
ogra_cmpcit seems teh xfs deeply ties into teh raid0 below00:38
cjwatsonit's still a weird error though00:38
ogra_cmpcthe suinit and switdh parameters seem to adjust values for the raid striping00:38
cjwatsonmight be worth checking dmesg for any errors there00:39
cjwatsonit really looks like it's mounted with something that implies nodev, but I can't see what00:39
ogra_cmpc   39.130673] Filesystem "md0": Disabling barriers, not supported by the underlying device00:39
ogra_cmpcwell, that should only affect speed00:39
ogra_cmpcnothing else intresting in dmesg00:40
ogra_cmpcno fresh errors in any logs either00:40
cjwatsonkernel version?00:41
ogra_cmpcogra@ceron:~$ uname -a00:41
ogra_cmpcLinux ceron 2.6.24-2-generic #1 SMP Fri Dec 14 00:02:38 GMT 2007 i686 GNU/Linux00:41
ogra_cmpctodays :)00:41
cjwatsonI'm still on 2.6.22, FWIW00:41
cjwatsonso that could explain the difference00:41
ogra_cmpci got a .22 on it but i wont go in teh basement and reboot now, to tired ...00:42
ogra_cmpchmm, i could fiddle wit grub remotely :)00:42
ogra_cmpccjwatson: yep, seems to be a kernel based issue00:45
ogra_cmpc2.6.22 works fine00:45
pawallskeescook, ping00:52
=== Nafallo is now known as Nafallo|THM
keescookpawalls: pong!01:56
pawallskeescook, Patch uploaded and confirmed to fix the OOPS when mounting NFSv402:04
=== Nafallo|THM is now known as Nafallo
keescookpawalls: excellent, so, here's the weird part -- I'm able to mount with nfsv4 without crashes.  :(  Is the failing configuration special in some way?02:17
keescookpawalls: ah, nm, it seems to be partial hang.02:19
keescookI'll get stuff spun up -- thanks for sorting out this patch!02:19
IntuitiveNippleIs there a reason that bluez-utils doesn't build/install sdpd (Bluetooth Service Discovery Protocol daemon)? Because of this, remote devices can't discover services making connections impossible in some cases.03:27
StevenKIntuitiveNipple: In Hardy?03:28
IntuitiveNippleI'm using Gutsy, but looks like it's carried forward into Hardy too.03:29
IntuitiveNippleI've been tracking the changelogs, looked through the bugs, etc., and now working with the source. Trying to find out why it is not built03:29
StevenKDoes it pose security problems if it is?03:30
IntuitiveNippleIt poses a usability problem if SDP isn't available to remote devices - they can't discover any services to connect to! I'm just checking things out with Marcel Holtmann so I can be sure what/why etc :)03:36
BurgundaviaIntuitiveNipple: ask pitti and mjg5903:38
IntuitiveNippleI think it's more of a 'changing target' issue with the bluez-utils userspace applications. Once I've got a definitive answer I'll post a bug-report if needed.03:40
StevenKI don't think I like the idea of a daemon broadcasting what I'm running over Bluetooth03:40
IntuitiveNippleIf the BT device isn't discoverable, it ain't available, but when the device is discoverable, I want the darned thing to tell my devices what it can do!03:41
BurgundaviaIntuitiveNipple: I am going to guess it is a security issue03:42
persiaIntuitiveNipple: Might be nice to have a configuration tool to allow exposure of desired services without broadcasting to anyone within 10 metres.03:42
IntuitiveNippleIt appears maybe it isn't. It looks like, along with the other bluez* deamons, the functionality has been incorporated into the hcid daemon, and by default Gutsy/Hardy both configure it to operate the internal SDPD server. The problem is, it isn't exposing the services (on my tests anyhow) even though I've customised the 'class' setting in /etc/bluetooth/hcid.conf as required.03:44
slangasekBurgundavia: ribbit04:46
* Fujitsu squishes slangasek under his foot.04:48
* Hobbsee tries to remember what a fast X actually feels like04:49
* Fujitsu hugs XAA.04:49
* Hobbsee would hug it, except for the random, exploding crashes04:49
* Fujitsu just has the one or two a day.04:50
Farquadanyone know if a music player exists that would allow me to add files to a playlist on one computer, then have another node pc play those files when i click play? (a remote controlled client)04:55
FujitsuThis isn't a support channel.04:55
persiaFarquad: Yes, but you likely want to ask which of them is good for your use case, and how to use them in #ubuntu or #ubuntu-xx.04:55
Farquadi wasnt asking for support, i was trying to find out if something like this already existed04:57
Hobbseewhich is a support related question, not a developmen tone...04:57
Hobbseei think there is, though.  i don't remember what it's called, but i expect google, etc, could help there04:58
Farquadsorry to interrupt all the conversations going on in here05:03
Hobbseenote to self:  don't replace current X driver, in an X session.05:37
FujitsuThat shouldn't normally do much...05:37
Hobbseeno, but if you end up copying it over to what it's directly using..it appears to mangle your X05:38
StevenKIt should be mmap()'d if it's using it05:38
Hobbseeunless compiz screwed it over, or something.  *shrug*05:41
FujitsuHah.05:43
Hobbseeoooh...05:45
Hobbsee*this* is what fast X feels like05:45
FujitsuNew driver works?05:45
slangasekyes, replacing the X driver from within X isn't supposed to break anything05:45
Fujitsuslangasek: That's what I thought, or upgrades would be a bit difficult.05:46
StevenKUntil you restart X at least. :-P05:46
slangasekthe driver is already loaded in memory, unpacking the new one just means the driver on disk doesn't match the one that's running (due to the magic of POSIX file deletions)05:46
HobbseeFujitsu: no, but i switched from exa to xaa again05:48
FujitsuAhh.05:48
Hobbseeslangasek: yeah well.  that's what i thought should happen.05:48
Hobbseeuntil my screen went bang.05:48
slangasekseems more plausible that it was StevenK emitting X-interference05:49
* StevenK looks innocent.05:49
Burgundaviaslangasek: rabbit05:50
slangasekBurgundavia: hiya. were you still going to have time to work on alpha2 release notes? :)05:52
Hobbseekeep in mind, he'll shoot you if you don't do them05:53
slangaseknow, now, I very rarely shoot people for things they /haven't/ done05:55
Hobbseeno time like the present to start, then05:55
* Fujitsu thinks slangasek unleashes the Canonical-issue doomsday device in that case.05:56
warp10Hi all!06:42
mustherHello06:48
Burgundaviaslangasek: sadly real life intervened, so no07:03
slangasekok07:08
* slangasek scribbles something quickly in crayon07:09
dholbachgood morning07:26
Hobbseemorning pitti!08:03
pittiGood morning08:03
* pitti yawns08:04
* Hobbsee force feeds pitti some coffee08:04
pittiargl coffee!08:05
* pitti redirects Hobbsee to some tea08:05
sivanghi all08:05
* Hobbsee force feeds pitti a mix of coffee and tea, then.08:10
Hobbseeheya sivang!08:10
pittihey sivang08:10
FujitsuHobbsee: That sounds even more revolting than normal coffee. Spoiling perfectly good tea...08:12
HobbseeFujitsu: there is no good tea.08:12
* pitti celebrates the release of apport 0.10008:12
dholbachHobbsee: pfffft08:12
dholbachpitti: ROCK ON :)08:12
StevenKpitti: My upload of gimp broke :-(08:12
StevenKAs in, it FTBFS08:13
FujitsuHobbsee: Oy. <3 tea.08:13
Fujitsupitti: What's new?08:13
slangasekStevenK!08:13
pittiFujitsu: primarily that it doesn't spill core files everywhere with our new kernel08:13
StevenKslangasek: Hrm?08:13
slangasekStevenK: I see you uploaded libofa?08:14
StevenKslangasek: Right08:14
HobbseeStevenK: run.  run now.08:14
slangasekStevenK: you broke kubuntu08:14
* sivang hugs pitti Fujitsu Hobbsee dholbach StevenK 08:14
* Hobbsee hugs sivang08:14
sivangHobbsee: thanks, I needed that08:14
dholbachhey sivang08:14
* Fujitsu hugs sivang.08:14
pittiFujitsu: the rest are just fixes to the retracers which were rolled out long ago08:14
* dholbach hugs sivang back08:14
sivanghey you dholbach my good o' friend :)08:14
Fujitsupitti: Aha.08:14
slangasekStevenK: we're now straddling a package name change for fftw3->libfftw3-3, and the packages conflict and kubuntu needs things depending on both of them08:15
pittiFujitsu: but apport is now compatible with a vanilla upstream kernel >= 2.6.24, that's great08:15
sivangdholbach: I'm sorry for not responding for the patch apply request for hubackup, I've been through a bit like hell during the last couple of months but I'm back in shape08:15
StevenKslangasek: Right, I'm still cleaning up that mess.08:15
* sivang enjoys the hugging08:15
dholbachsivang: it's great to hear you're back!08:15
sivangthanks! =)08:16
Fujitsupitti: Oh, nice.08:16
StevenKslangasek: If you want some packages pushed up the queue, bug me with their source name08:16
slangasekStevenK: does this mean you have a libtunpimp upload pending, or should I go ahead and upload this no-change rebuild?08:16
sivangdholbach: I need to apply the branch with the patch there waiting, and then move on to rewrite the backend to use rdiff backup instead of dar08:16
StevenKslangasek: Ah, libtunepimp. Go ahead with that, I'll follow later tonight with another batch of rebuilds.08:16
dholbachsivang: ok cool08:16
sivangand ofcourse, the joy of helping merges, fixing packages etc etc08:17
HobbseeStevenK: and risk being killed again?08:17
sivangdholbach: are you by any chance a CC person ?08:17
StevenKNot me not being killed.08:17
slangasekhmm, or should I change libtunepimp so that it's not linking to fftw at all, since it's not using it :P08:18
dholbachsivang: yes, but I think you can renew your ubuntumembers membership yourself08:18
slangaseknah, that can be my next upload08:18
sivangdholbach: it won't let me since it expired, I was too busy and offline to notice the emails08:20
dholbachsivang: taking a look08:20
sivangdholbach: thanks08:20
slangasekStevenK: so is there a reason you uploaded libofa in the middle of a milestone freeze? <smiles sweetly>08:21
StevenKIt wasn't a milestone freeze when I uploaded it.08:21
dholbachsivang: renewed it08:21
StevenKIt required curl to get fixed and then it was given-back08:21
slangasekStevenK: timestamp says Dec 1908:21
slangasekfreeze started on Tuesday08:22
sivangdholbach: thank you!08:22
StevenKAh08:22
HobbseeStevenK: hint:  blame timezones08:22
StevenKslangasek: In which case, it completly slipped my mind, sorry08:22
slangasekright08:22
StevenKMaybe a little of what Hobbsee said, too08:23
slangaseknote to self to always send out a u-d-a mail at the start of any freeze08:23
StevenKYeah, that'd help08:23
sivangah, so we're in a freeze now? but probably universe is as usual still open ?08:23
slangasekStevenK: except I know what way the clock runs, so it was /definitely/ Wednesday for you when you uploaded it ;)08:23
StevenKBah, out-smarted again :-P08:24
Hobbseeslangasek: australian clocks are different.08:24
Hobbseeslangasek: they run backwards, as we're upside down.08:24
slangasekthat's right, the coriolis force makes them.. .bah08:24
StevenKHaha08:24
slangasekanyway08:24
* StevenK runs off to get din-dins08:25
slangasekat least as much my fault, for thinking I could skimp on announcing a self-imposed freeze08:25
* persia requests that slangasek add a small note about universe on the reminder note to announce freezes.08:25
* sivang wonders how he can catch up with all protocl and workflow changes since last time, or has the DistroPolicyTracker been implemented yet? :-))08:26
slangasekpersia: and miss out on our monthly game of "what does this mean for universe"? ;)08:26
slangasekpersia: yes, ok08:26
persiaslangasek: Thank you :)08:26
sivangslangasek: heh08:26
persiaslangasek: Feel free to ping me if you need text :)08:26
slangaseklibtunepimp ubuntu2 uploaded08:27
* sivang wonders if http://blog.vaxius.net/?p=19 has a bug reported against it, probably needs a patch revert on the SLUB for folks who have ATI cards08:28
slangasekStevenK: btw, you know libfftw3-dev still Provides: fftw3-dev?08:35
pitti(just FAOD, our buildds consider pure virtual package dependencies, so we could even just remove the NBS one)08:41
slangasekI just did that08:42
slangasek:)08:42
pittisivang: policy> Ubuntu development policies are documented at wiki.ubuntu.com/UbuntuDevelopment; some months ago I documented all the freezes, too, and cleaned them up a bit; it's linked from that page08:43
=== LongPointyStick is now known as Hobbsee
TheMusoSo with all this new xorg stuff, how is one supposed to tell xorg about one's monitor, if they happen to be using it through a KVM that prevents DDC/monitor probing? I see dpkg-reconfigure xserver-xorg doesn't include monitor options any longer for setting resolutions/refresh rates.08:44
* TheMuso has just done an alternate install with the latest image and run into my above issue.08:44
=== pitti is now known as pitti_
slangasekTheMuso: uh, I think step 1) is "file a bug on xserver-xorg"? :)08:45
tjaaltonTheMuso: displayconfig?08:46
TheMusoslangasek: Ok, I thought removing monitor options from dpkg-reconfigure was intentional.08:46
tjaaltonit is08:46
slangasekwell, ok08:46
tjaaltonbut yes, it seems that vmware and KVM have issues with it08:47
tjaaltonbut I'm not sure how it worked before08:47
tjaaltonTheMuso: bug 17282108:47
ubotuLaunchpad bug 172821 in xorg-server "[hardy] only get 800x600 in vmware" [Medium,Confirmed] https://launchpad.net/bugs/17282108:47
pitti_tjaalton: hm, just booted my desktop, X failed with "could not find read-edid blabla"; missing dependency?08:48
pitti_tjaalton: ooh, I bet that's just because -nvidia-new is uninstallable08:49
tjaaltonright :/08:49
pitti_and then the failsave X kicks in and fails, too08:49
sivangpitti_: oh wow, cool :) finally08:49
TheMusoOk, so in displayconfig-gtk, how am I supposed to set resolution/refres rate, if the combox boxes have nothing in them?08:49
pitti_FSVO "failsafe" :)08:50
tjaaltonTheMuso: now that's another problem :)08:50
* TheMuso is in the screen tab08:50
tjaaltonI'll install gutsy on vmware to see how it got it08:51
TheMusotjaalton: Remember, I am using my monitor through a KVM that prevents proper monitor probing.08:51
slangasekTheMuso: what model is that so I know not to get it when I go shopping next month? :)08:52
slangasekthe kvm model, I mean08:52
tjaaltonTheMuso: oh KVM, I thought you meant the virtualization software :)08:52
TheMusoslangasek: Couldn't tell you at the moment, and I'd have to get sighted assistance to tell me anyway.08:52
slangasekTheMuso: ok, please don't go to the trouble then08:52
TheMusoNeedless to say, I'll be saving up for a better one.08:52
tjaaltonTheMuso: in that case please file a bug on xorg-server08:53
TheMusoI liked the fact that it was 4 ports when I got it, and I was assured, dispite not being able to confirm it, that it supported DDC/probing.08:53
TheMusotjaalton: Ok.08:53
tjaaltonTheMuso: so you get a crappy resolution with it?08:53
TheMusotjaalton: 800x60008:53
tjaaltonyeah..08:54
TheMusoYet my monitor is capable of 1680x105008:54
persiaTheMuso: You may be able to fool displayconfig-gtk if you can download the edid file from somewhere.08:54
TheMusopersia: edid?08:54
TheMusoI could also temporarily plug the monitor in directly.08:55
TheMusotjaalton: on xorg-server, or xserver-xorg?08:55
tjaaltonTheMuso: the former, it's the source package for xserver-xorg-core08:56
TheMusoright08:56
* TheMuso goes to do just that.08:56
tjaaltonTheMuso: also, if you have one please attach the good Xorg.0.log08:56
persiaTheMuso: The data read-edid would be getting from the monitor, giving resolution, refresh rates, etc.08:56
TheMusopersia: RIght.08:56
TheMusotjaalton: I can get that from another machine on the same KVM that is correctly configured to work with the monitor.08:57
tjaaltonTheMuso: did it work OOTB?08:57
TheMusoOOTB?08:57
tjaaltonout-of-the-box08:57
TheMusotjaalton: No, I ran dpkg-reconfigure xserver-xorg, this is on hardy, a little while back.,08:58
TheMusoAs I said, KVM not supporting monitor probing.08:58
tjaaltonTheMuso: oh right08:58
tjaaltonyep, and since you can't select a valid resolution you're doomed08:58
TheMusoYep.08:58
=== mekius_ is now known as mekius
tjaaltonTheMuso: so, I'm not sure yet if it can be fixed by the server, but at least it should be possible to force the resolution using displayconfig-gtk or similar09:00
TheMusoOk09:01
TheMusotjaalton: Off hand, is there any bug that is similar, so I'm not creating a dup?09:02
tjaaltonTheMuso: not that I remember09:02
persiatjaalton: displayconfig-gtk reacts poorly to not having a valid edid and not being able to get one from the monitor.09:02
TheMusotjaalton: ok thanks09:02
TheMusofiling now09:02
tjaaltonpersia: yeah, I realize that, but perhaps it could be extended somehow09:03
persiatjaalton: Right now it asks for an EDID if it can't get one, and generally flails when given the wrong one.  Perhaps defining a generic set for 10 or 15 standard sizes as fallbacks?09:04
TheMusoor allowing the user to enter the info manually.09:05
TheMusoWHen I usually run dpkg-reconfigure xserver-xorg, I enter monitor refresh rates, and select resolutions manually.09:06
TheMusoBug 17785209:07
ubotuLaunchpad bug 177852 in xorg-server "Unale to manually configure monitor resolution and refresh rate with latest xorg-server in hardy." [Undecided,New] https://launchpad.net/bugs/17785209:07
=== bigon is now known as bigon`
tjaaltonTheMuso: thanks09:08
TheMusotjaalton: np.09:09
=== Spads_ is now known as Spads
=== pbn_ is now known as pbn
kagouGood morning09:24
pittihi kagou09:34
kagouhey pitti, what's up ?09:34
StevenKslangasek: I got told this after the 46 uploads I did made the change.09:38
slangasekStevenK: haha09:40
slangasekStevenK: well, you get to merge them next release cycle ;09:40
slangasek)09:40
ion_Heh09:40
StevenKOr get a shedload of mail saying "You have lots of merges, can I do them all?"09:40
pittiargh, these reboots between .24 and .22 are unnerving, brb09:40
slangasekto balance things out, I'll send you a mail saying "You have lots of merges, can you do them all?"09:41
StevenKHah09:41
gesergood morning09:43
* slangasek moos09:43
dholbachhey pitti, hey mvo09:47
mvohey dholbach!09:48
* pitti hugs dholbach09:48
* dholbach hugs pitti and mvo09:48
pittidholbach: just rebooted :)09:48
pitti.24 still has a few wrinkles09:48
geserHi pitti09:57
ulaasanybody interested with install problems (gutsy) on an intel c2duo imac?10:01
ulaasanybody interested with install problems (gutsy) on an intel c2duo imac?10:07
ion_Is it just me, or does it echo in here?10:09
ulaasu?10:09
* Fujitsu notes that it does echo, and that this isn't a support channel.10:11
seb128echo echo echo10:13
ulaaseasy! :) i know that this is not the support channel. i just thought that people here might be more interested than in #ubuntu10:13
mvoohce10:13
seb128hey mvo10:14
mvohey seb12810:15
mjj29so, my dbus-java build from yesterday was retried, and the b-d installed fine10:30
mjj29but it still failed because the buildd is not using a UTF-8 locale10:31
slangaseksounds like a source bug on your end to me ;)10:32
mjj29(the tests have utf8 string literals to check that utf8, which is the defined format for dbus strings, works; java interprets string literals in the current locale)10:32
* Fujitsu wonders if python-apt can be used to poke around in source caches too.10:33
mjj29and the tests are run at build time to check for regressions10:33
mjj29I'm not sure how best to fix this10:33
slangasekmjj29: there are various examples of packages in the archive that build-depend on locales and generate a copy of locales that they need locally; your package should either do this, or not expect utf8 support10:33
mjj29slangasek: is there an easy way to find one of these to crib from?10:33
slangasekmjj29: grep-dctrl -FBuild-Depends locales ? :)10:34
mjj29slangasek: thanks10:34
slangasekipolish looks like a pretty straightforward one10:35
TheMusotjaalton: Re the bug I filed, I've just connected the monitor directly, and re-run displayconfig-gtk. The bug has the relevant log and info.10:37
slytherinpitti: There are several java libs/apps which need to be moved to universe. I have logged a tracking bug which is confirmed by geser. Is there any chance it will get processed today?10:43
tjaaltonTheMuso: ok thanks10:43
pittislytherin: yes, can do; however, I just recently promoted a few because OO.o needs them; where's the bug?10:53
slytherinpitti: bug 17613910:54
ubotuLaunchpad bug 176139 in libtoolbar-java "Please move package to universe" [Wishlist,Confirmed] https://launchpad.net/bugs/17613910:54
pittislytherin: ah, from multiverse to universe; that's fine10:56
pittislytherin: will get to it in a minute10:56
sorenWhat's the story about all the different db4.x? I remember we were trying to get rid of one or more of them from main..10:57
slytherinpitti: Thanks. :-)10:57
pittisoren: right; if you happen to upload something that can be moved to 4.6 (libdb-dev), please do10:57
pittithat will cut down the mass-rebuilds later10:57
sorenpitti: I figured as much. I wonder why apache is still built against db4.4..10:59
pittisoren: not sure; packages which use on-disk transactions are a PITA to migrate, but apache doesn't sound like something that would use them10:59
sorenpitti: Not transactions, no. Rewrite rules.11:00
sorenpitti: ...and they are even worse, as they can be scattered all over the place.11:00
pittisoren: anyway, if grep -r DB_TXN doesn't bring up anything, then it's safe to move11:00
pitti(that's a sufficient, but not necessary condition, BTW)11:01
sorenpitti: Oh, apart from transactions, the binary formats are compatible?11:01
pittisoren: yes; the API might have changed slightly, but most packages I stumbled across just build fine with any version11:01
sorenpitti: Oh, it *builds* fine, I think. The thing I'm worried about are the existing databases of rewrite rules people might have  suddenly stop working.11:02
pittisoren: the db format itself didn't change, just the transaction log11:02
sorenpitti: Ah, cool. Thanks.11:03
sorenMithrandir: Can you think of any particular reason why apache must be built against db4.4 ?11:04
thomhas svn changed?11:05
thomthat's always the problem child for apache11:05
sorenthom: Ah..11:06
sorenthom: Not that I know of.11:06
thomwell, that's the one. apr and svn and apache2 need to be in lockstep11:08
sorenSure. And php, too (which was what I was actually looking at).11:08
thomotherwise there is wailing and gnashing of teeth11:08
pittiso we can change them all at the same time?11:09
sorenpitti: I have no clue what would be required to make subversion work with db4.6.11:17
thomsoren: well, it rather depends what the upgrade path is for a db4.4 db to a db4.6 db11:18
sorenpitti: ...but yes, upgrading the all at the same time is the (only) way to go, I believe.11:18
sorenthom: Well, according to pitti, it's only the transaction log that changed, so we'd need to rebuild against db4.6 and make sure that anything that's using libsvn is restarted, otherwise we're in trouble, I suspect.11:19
thomthen rebuilding should be fine, since apache restart will get mod_svn and i assume that the subversion package will restart any long running svnserve processes11:20
thomcheck that though11:21
sivangslomo !11:22
slomohi sivang11:22
pittihey slomo, how are you?11:23
slomopitti: i'm fine, thanks :) and you? :)11:24
pittibit stressed, but good (need to find some christmas presents still, though)11:25
* soren decides not to change subversion, apache2, *and* php5 to a new db4.x version on the last day before holiday.11:25
siretartslomo && sivang ! :)11:26
siretartslomo: did you have the chance to look at ffmpeg from experimental yet again?11:26
sochi11:27
slomosiretart: works good for me :)11:27
sorenWhat happened to the alpha, by the way?11:27
socdoes someone know the plans for ati gpus in 8.04?11:28
socwhich driver will be used as a default?11:28
StevenKpitti: If you have a sec, I want to discuss the gimp SRU. The one I uploaded FTBFS, what is the next step, aside from test building more. :-(11:28
socand will the fglrx version in the repos be updated?11:28
slomosiretart: imho can go to unstable11:28
socbecause 7.11 contains a nasty meory-leak11:28
siretartslomo: I have rebuilt the archive against the new ffmpeg, but didn't do larger tests yet11:28
siretartslomo: did you try it on ppc as well?11:28
pittiStevenK: just upload a fix11:29
slomosiretart: nope, only x86... and i didn't do larger tests yet but only "used" it :)11:29
siretartI think sam wants to have another look at the altivec patches before letting it into unstable11:29
thomsoren: heh, seems sensible11:29
siretartslomo: how do you feel pushing it to hardy?11:29
StevenKpitti: Suggest for version number, since I seem to loose at picking them.11:30
pittiStevenK: ...7.10.1?11:30
pitti7.11 would be bad :)11:30
slomosiretart: well, get it into unstable and sync :)11:31
StevenKHeh, yes11:31
StevenKpitti: 7.11 is what dch did by default :-)11:31
siretartslomo: I fear that this will take some more time, and won't make it before hardy freeze11:32
siretarthaving it tested in hardy would help here, otoh11:32
siretartslomo: how about this: we modify mplayer to use its internal ffmpeg, and build a shared ffmpeg library from it, and link the world against that?11:34
slomosiretart: then better get the experimental ffmpeg to hardy11:34
slomosiretart: it's from the same day anyway, no? :)11:34
siretartslomo: exactly for this reason. the 'build ffmpeg from mplayer' approach would leave us with 2 versions of ffmpeg and additional flexibility11:35
slomoi don't see any advantage in this... but if you think it's better... :)11:35
slomobbl11:36
siretartslomo: wait a sek!11:36
siretarthm. too late11:36
=== dholbach_ is now known as dholbach
geserpitti: have you an idea how an .orig.tar.gz can vanish during build? http://launchpadlibrarian.net/10082300/buildlog_ubuntu-hardy-i386.mush_7.2.5unoff2-25_FAILEDTOBUILD.txt.gz11:49
geserit builds fine in a hardy pbuilder so perhaps a give-back should be tried11:50
cjwatsonthat looks like the package is assuming that its .orig.tar.gz is present in .., which isn't necessarily true on a buildd11:51
cjwatsonI think that's a bug in the package, and it's going to have to find some other way to do the same thing11:51
pittiwhoa, how strange11:52
cjwatsonperhaps using pristine-tar to regenerate the .orig.tar.gz?11:52
zulhello11:52
pittibut how can this happen in dpkg-deb?11:52
cjwatsonit's not11:53
cjwatsonread mush/debian/rules11:53
pittiah, ok11:53
cjwatsondpkg-deb is just the previous thing that's done11:53
gesercjwatson: thanks for the explanation11:55
StevenKpitti: gimp uploaded, please accept at your leisure.11:55
geserpitti: as build-depending on sun-java[56]-* seems to work now, please give-back: lucene2 libglazedlists-java jbidwatcher javassist glassfish. Thanks12:14
pittigeser: \o/ done12:14
Fujitsugeser: ooh, how'd you manage that?12:16
geserFujitsu: infinity did some black magic on the buildds12:16
pittiFujitsu: debconf preseeding for the license question12:17
FujitsuAhh.12:17
FujitsuI think batik wants that too.12:18
Fujitsu(giving back, that is. It b-d on some JRE)12:18
slytheringeser: How is it working?12:18
slytheringeser: I mean build-depends on sun-jdk?12:19
geserFujitsu: I don't think j2sdk1.4 uses the same debconf question12:20
geserslytherin: if it builds with the sun-java packages updating the build-depends should allow it to get build on the buildds12:20
slytherinI think then batik build can be fixed. But I will be very much interested to have batik 1.7 when it releases as it compiles with GCJ. :-)12:22
geserslytherin: any date known for the new release?12:22
slytherinnope12:23
pittitjaalton: hm, xserver-xorg-driver-all wants to go to universe; was this dependency deliberately dropped?12:28
pittioh, it's called -video-all nwo12:29
tjaaltonpitti: no that's a new transitional package12:29
pittiso we should seed it for dapper upgrades12:29
tjaaltonrequested by mvo12:29
pittiok, seeding; thanks12:29
mvopitti: having it in main helps dapper->hardy upgrades12:30
mvo(and having it at all :)12:30
mvothanks pitti (and tjaalton for adding it!)12:30
pitticommitted12:32
jpatrickhmm, could someone tell me why I've just gotten a "Accepted: pulseaudio 0.9.6-1ubuntu2~feisty1 (source)"?12:33
pittijpatrick: because you or someone else from the backporters team requested a feisty backport12:33
jpatrickah, ok12:33
pittiArneGoetje: FYI, fontforge is depwaiting on libspiro-dev; that needs a MIR, or we demote fontforge to universe (which might be adequate)12:36
stgraberslangasek: You can rename builds on the tracker (through the milestone management page), the download info page is to be completely reworked as soon as we have a .manifest file on cdimage (parsing the cdimage isn't a good idea at all :))12:39
stgraberyour last night problem was certainly some hardcoded gutsy in the cdimage parser, I'll have a look and get that fixed12:40
stgraberslangasek: it was indeed some hardcoded "gutsy", I changed them to hardy and it seems to work again12:42
dholbachMOTU Q&A session in 11 minutes in #ubuntu-classroom12:49
cjwatsondholbach: I think I'm off your sponsoring hitlist now12:52
pittimjj29: ah, I saw your dbus-java commits, thanks12:53
dholbachcjwatson: I just noticed - thanks a lot for that, you ROCK!12:53
dholbachcjwatson: and thanks for your input in the MOTU Meeting12:53
Keybukseb128: hmm, that was odd; xchat-gnome's lock ups were permanent this morning12:54
seb128Keybuk: did you try removing pulseaudio?12:56
Keybukyes, that's how I got online :-)12:56
Keybukoddly enough, this seems to have also made flash sounds work again -- I'm not sure that this is a good thing12:56
seb128I'm wondering why xchat-gnome hangs when pulseaudio is used though12:59
=== Hobbsee is now known as LongPointyStick
ograKeybuk, you likely need libflashsupport for flash sound with pulse (not sure if tahts also needed for non networked pulse sound though, we need it in ltsp since we use pulse there)13:06
Keybukogra: is that packaged?13:07
* ogra wonders why the binary wasnt built yet ... it was accepted a while ago13:07
ograKeybuk, yes, but no binary it seems13:07
jpatrickpitti: is it normal that that backport should be marked as uploaded by me?13:10
ograKeybuk, https://launchpad.net/ubuntu/hardy/+source/libflashsupport/1.9-0ubuntu113:11
Keybukjpatrick: if you requested it, yes13:12
jpatrickKeybuk: I did not. Nor have I ever touched pulseadio13:12
jpatrickpulseaudio*13:12
seb128did you approve the request?13:13
jpatrickNo13:13
seb128what upload do you speak about?13:13
jpatrick pulseaudio 0.9.6-1ubuntu2~feisty113:13
seb128no idea about this one, when did you get a mail about the upload?13:14
cjwatsonsounds like somebody made a mistake when doing the backport13:15
cjwatsonit's a manual process ...13:15
dholbachcan somebody give me a debian policy reference to why things like        #!/usr/bin/env python          are discouraged?13:15
jpatrickyes, I did get a mail about it13:15
dholbachwe're just discussing it in #ubuntu-classroom (MOTU Q&A session)13:16
dholbachhttp://www.debian.org/doc/packaging-manuals/python-policy/ch-python.html  comes close to the topic13:16
seb128dholbach: the page seems to have all the required informations13:17
dholbachok... so do you know of a "standard list of interpreters"?13:18
persiaseb128: What about non-python use of env?  Is there a general policy, or is it interpreter-specific for python?13:18
seb128persia: similar situation I would say13:19
persiaseb128: makes sense.  Thanks.13:19
seb128when using env you are not sure the system version of the interpreter is used13:19
seb128you are welcome13:20
ograogra@ceron:~/devel/livecd-rootfs/trunk$ grep sanitize livecd.sh13:21
ogra    I)UINUM=$(sanitize int "$OPTARG");;13:21
ogra    m)OPTMIRROR=$(sanitize url "$OPTARG");;13:21
ogra    S)USZ=$(sanitize int "$OPTARG");;13:21
ogradoes anyone have a clue what sanitize is ?13:21
ograits no internal function in the script and not sourced anywhere13:22
ogra(so using -m breaks)13:22
Chipzzseb128: I'ld say that page does not have all the required information13:32
Chipzzdholbach: using /usr/bin/env has a big drawback as opposed to just specifying the path (which IMHO you should)13:33
dholbachChipzz: thanks we clarified it in the meantime13:33
Chipzzdholbach: using /usr/bin/env makes it impossible to specify command-line arguments or switches to python (or perl) for example13:33
Chipzzdholbach: I was not finnished yet ;)13:34
Chipzznow I am ;)13:34
Robot101so are there metacity bling packages yet? :)13:35
dholbachthanks Chipzz13:35
seb128Robot101: they are called compiz ;-)13:36
Chipzzdholbach: a simple example in the perl case is #!/usr/bin/perl -w (although you can also do that with use warnings)13:37
seb128Robot101: otherwise the new version is not uploaded yet but will be likely today13:37
seb128I'm working on glib and gvfs now though13:38
^sa^hello. i have some problems about the configuration of my wifi13:39
Chipzzpersia: ^^^ in case your interested (and non-python use of env should be discouraged IMHO)13:39
^sa^(first of all sorry for my bad english :P i'm italian)13:39
Chipzzs/your/you're/13:39
Robot101seb128: I want a window manager, not compiz. :P13:39
persiaChipzz: Yes.  I saw it.  I'm not a fan of env, more curious about things like #!/usr/bin/make in a script in /usr/bin/13:40
^sa^the problem is that my wlan works perfectly on the live cd but not on the installed ubuntu13:40
Chipzzpersia: make requires -f :)13:40
jdstrand^sa^: no problems with your english, but this is not the right channel.  you'll get more help on #ubuntu13:40
Chipzzpersia: so far make it's impossible to use env in the first place :)13:41
Chipzzs/far/for/13:41
^sa^i've gone in ubuntu-it and they couldn't help13:41
^sa^we tryed almost everything13:41
^sa^so i supposed it's a bug and i come here to report it13:41
jdstrand^sa^: https://bugs.launchpad.net/13:42
cjwatsonogra: introduced in r29; ask lamont what he was thinking? :)13:42
^sa^or maybe you have a soluction13:42
^sa^what can i do?13:42
Chipzz^sa^: although this is not a bug report channel, you could ping asac; he may be able to help?13:42
Chipzz(hopes he won't get asac's wrath over him now :P)13:42
^sa^ok but i dont know what to write. can't you help me?13:43
Chipzzno I cannot ;P13:43
^sa^what should i post in the website?13:43
ChipzzI'm not an expert wrt wireless drivers13:43
cjwatsonChipzz: he's on holiday13:43
jdstrandme either :(13:43
Chipzzcjwatson: ah, I wanted to ask you about something :)13:44
lamontcjwatson: context?13:44
lamontah.  livecd13:44
Chipzzcjwatson: wrt to the bug about ubiquity window being to big to fit on small screens (since you're mentoring that bug); what do you think about the recent GTK+ patches wrt natural size as a solution to that bug?13:45
jdstrand^sa^: you may find some answers in the link I gave.  If not, report the bug.13:45
* persia is suspicious of "Natural size", having a 200DPI display on one device.13:45
cjwatsonChipzz: that should go to evand nowadays. It may help, certainly, but I haven't looked at them in any detail; the timezone page will still need to be shrunk I expect13:45
cjwatsonpersia: I don't think that's what it means ...?13:46
cjwatsonit's about pixel-level sizing of widgets, not much to do with DPI13:46
Chipzzpersia: it's about widgets not taking up the maximum space they could possess13:46
persiacjwatson: Ah.  I misunderstood "natural" then.  I feared real-world measurement, which is annoying for handhelds.  Thanks for the clarification.13:47
=== mario_ is now known as pygi
lamontcjwatson: no clue on sanitize.13:49
Chipzzpersia: the relevant discussion is at http://mail.gnome.org/archives/gtk-devel-list/2007-November/msg00145.html in case you're interested13:50
=== cjwatson_ is now known as cjwatson
persiaChipzz: Thanks.  That's much clearer than the API docs I was reading :)13:51
Chipzzcjwatson: anyway, you may want to add a comment on that bug (https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/38442) in case you're not mentoring it anymore? ;)13:51
ubotuLaunchpad bug 38442 in ubiquity "Ubiquity dialogues too large for 800x600 display" [High,Confirmed]13:51
=== bigon` is now known as bigon
Chipzzcjwatson: anyway, I added a comment to the bug with a link to the relevant discussion on gtk-devel ;)13:53
Chipzz(that's a lot of anyways :P)13:54
ion_The newest fontconfig seems to have a problem with lcdfilter being set as legacy in config.14:09
ion_Ah, the syntax has changed to lcd_filter=lcdfilterlegacy.14:10
Ubuletteion_, yes, you need the new libcairo to go with it14:17
=== asac_ is now known as asac
seb128ion_: do you get any error on ugprade or something?14:19
ion_seb128: Yes, about a config file i created.14:21
seb128ion_: does that break the update?14:22
ion_seb128: Nope, they were just warnings.14:22
seb128ok, so that's alright14:23
ion_Whatever updated fontconfig caches was printing them.14:23
ion_Yeah14:23
geserpitti: please give-back: sleepd wmbattery python-xlib qbankmanager pnscan pmx pica ounit mrwtoppm. Thanks14:25
Mithrandirsoren: db4.4 for apache> svn?14:36
sorenMithrandir: Yes, thom filled in the blanks.14:36
sorenMithrandir: Thanks, though.14:36
=== bigon is now known as bigon`
=== bigon` is now known as bigon
slytherinpitti: ping14:38
seb128slytherin: you should give some context so maybe somebody else can reply14:43
slytherinAs just asked the question on MOTU channel. It has more do to with moving a -doc package from multiverse to universe.14:44
tkamppeterAnyone can help me on a problem with a a package which we auto-sync from Debian?14:52
persiatkamppeter: Which package?14:52
tkamppeterIt is about bug 177359, python-cups14:52
ubotuLaunchpad bug 177359 in python-cups "python-cups needs update (system-config-printer.py crashed with SIGSEGV in PyObject_Malloc())" [Medium,Triaged] https://launchpad.net/bugs/17735914:52
tkamppeterTim Waugh, upstream author of python-cups and system-config-printer has fixed this bug upstream in python-cups.14:53
persiatkamppeter: Three choices: 1) backport the changes (likely wasted effort). 2) Work with debian for an update, and request a sync (freeze exception).  3) update the package directly, and make sure Debian uses the same orig.tar.gz.14:55
persiatkamppeter: Depending on your relationship with the Debian maintainer, one of 2) or 3) is likely easiest.14:55
tkamppeterpersia thanks, Otavio Salvador has offered me collaboration on system-config-printer (git write access at alioth). So I will option 3 and I think he will overtake it (is a straight upstream update, no patches, no changes in debian/).15:00
persiatkamppeter: Excellent :)15:00
tkamppeterpersia, package is already build, was trivial15:02
* persia blesses upstreams that prepare releases for painless updates15:02
tkamppeterHaver pitti and doko already left for Christmas?15:03
pittire15:04
pittiwas at a phone call15:04
pittigive me some more minutes to write down my brain status, then I'll catchup15:04
pittigeser: done15:05
tkamppeterhi pitt, can you upload some packages into main for me today? python-cups and system-config-printer?15:05
pittihm, slytherin left already15:05
pittitkamppeter: can you please mail me the URL? I'll try to make it (sorry, still 100 things to get done)15:05
tkamppeterpitti, I will do so.15:06
persiapitti: slytherin is investigating, and filed a bug about the multiverse -> universe bit.15:06
tkamppeter_pitti, python-cups is ready now, biff.15:14
seb128pitti: did you do something to esd?15:16
pittipersia: ok, thanks15:25
pittiseb128: define something? (no, not recently, except for demoting it)15:26
seb128pitti: I was trying to pbuild the new rhythmbox but libgnome is not installable because it depends on libesd0 or libesd0-alsa which are not available15:27
seb128pitti: you demoted those then, which explains the issue15:27
pochuseb128: rhythmbox is mine! :P15:27
pochuseb128: are you doing it?15:27
pittiargh, I meant to demote the esound *binary*15:27
seb128pochu: already uploaded15:27
seb128pochu: sorry15:28
pochuheh15:28
pittiseb128: sorry, fixing15:28
pochuseb128: no worries, I didn't start it yet ;)15:28
pittidone15:28
seb128pitti: danke15:28
seb128pochu: usually I would have updated the wiki but I wanted that to be done before my holidays15:29
pochuseb128: do you start them today?15:30
=== bigon is now known as bigon`
=== bigon` is now known as bigon
seb128pochu: yes, after work15:33
seb128pochu: I expect I'll still be reading mails etc during holidays though15:34
pochuMerry Christmas then ;-)15:34
geserpitti: could you also move commons-httpclient from multiverse to universe (a new task in bug #176139) (one binary is already in universe)15:38
seb128pochu: thanks, to you too ;-)15:39
=== jpatrick_ is now known as jpatrick
pittigeser: done15:40
tkamppeter_pitti. system-config-printer is now prepared for a crash-free Christmas (4 crashers fixed + 1 in python-cups), see your mail.15:43
pitticool :)15:43
=== tkamppeter_ is now known as tkamppeter
pittiso people can print out all their greeting cards and present labels :)15:43
tkamppeterYes, and they can set up their printers which they get as present (at least if the person who has given the present has read OpenPrinting's Christmas list before).15:44
pittiif they are using hardy anyway15:55
pittioh, gone again already15:55
keescookmjg59: congratz on the phd submission.  :)15:56
mjg59Thanks!15:56
=== bigon is now known as bigon`
=== bigon` is now known as bigon
bigonis that normal that libc6-amd64 package in installed on my 32bit system?16:08
geserbigon: I've seen it in my i386 installations too16:12
pittibigon: no, that's a bug16:13
bigonok16:13
=== bigon is now known as bigon`
=== bigon` is now known as bigon
pittikeescook: do you happen to have an opinion about http://launchpadlibrarian.net/10983343/php5_5.2.3-1ubuntu6.3.dsc.diff ?16:23
pittikeescook: that's a proposed SRU for php in gutsy, to switch from db4.5 to db4.416:23
pittikeescook: that would be in sync with libsvn1 (also 4.4 in gutsy), but I'm a bit nervous about doing that to a stable release16:24
pittiwell, it was always *meant* to link against 4.4 at least16:26
=== bigon is now known as bigon`
=== bigon` is now known as bigon
keescookpitti: well, I've seen a number of db4 issues in php5 that I haven't figured out yet16:43
keescookpitti: if that solves the crashes that I can't reproduce, then I'm all for it.  ;)16:43
keescookpitti: I have concerns over php applications that used db4.5  (mediawiki?) but again, I haven't been able to reproduce the issues (173817)16:45
pittikeescook: sounds like another damned if you do/damned if you don't issue16:46
pitti(and just reinforces my desire to get rid of the duplication in hardy)16:46
* keescook nods16:51
seb128pitti: could you give a retry to rhythmbox on all arches? It failed due to the esound to universe17:44
pittiseb128: done17:46
seb128pitti: danke17:46
seb128pitti: rhythmbox failed again the same way, are you sure you promoted libesd*?18:02
pittiyes, I am18:02
seb128hum18:02
pittithe second time I was sure that I used the right commands18:02
pittilibesd0-dev | 0.2.38-0ubuntu4 |         hardy | amd64, hppa, i386, ia64, lpia, powerpc, sparc18:03
seb128how long ago was that?18:03
pittihm, esound is back in main18:03
pittiWTH?18:03
pittiseb128: publisher finished about 10 minutes ago18:03
* pitti gives back again18:03
seb128ah ok18:03
seb128thanks18:03
seb128I though that was some hours ago already18:03
pittiso, if they all land in universe again now, we have a soyuz bug18:04
=== norsetto is now known as norsetto_limbo
pittiI could have attributed the first failure to my wrecked brain today, but not the second one18:04
dholbachMerry Christmas and all the best in 2008 to everybody! See you soon again!18:13
pochuTake care dholbach18:13
dholbachpochu: you too18:13
jcastrodholbach: have a good one!18:16
dholbachjcastro: you too18:16
pittiwarp10: sent you a review of tennix18:39
warp10Pitti: just got it. Thank you!18:40
=== mc44_ is now known as mc44
shayawondering if anyone is working on integrating new fglrx drivers into lrm, impt as they now work on firegl cards (think thinkpads)19:24
sladenshaya: look at the change logs of the relevant package and find out who has worked on it recently19:30
sladenshaya: then you can ask them directly19:30
shayaBenC: you here? :)19:31
BenCshaya: hardy has latest ati drivers, IIRC19:31
shayanew ones came out yesterday19:34
shayalatest package is 12/1919:34
shayahttp://ati.amd.com/support/drivers/linux/linux-firegl.html19:35
BenCshaya: will be after new year most likely19:38
shayaok19:38
=== norsetto_limbo is now known as norsetto
=== slangasek changed the topic of #ubuntu-devel to: Hardy Alpha 2 released | Development of Ubuntu (not support, even with hardy; not application development on Ubuntu) | #ubuntu for support and general discussion for dapper/edgy/feisty/gutsy | #ubuntu-motu for getting involved in development | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs" | HELP TESTING: https://iso.qa.stgraber.org
TheMusoslangasek: Thanks a bunch for 1) making ubuntustudio alpha images, and 2) announcing them in the main alpha 2 announcement.23:09
slangasekTheMuso: my pleasure; unfortunately I don't believe we got any ISO tests of them prior to release, which makes me nervous.  going forward, aside from getting images into a testable state farther in advance, what's the best way to tap you guys about getting them tested before release?23:12
slangasekTheMuso: (also: would you care to test them now to confirm that it really boots? :/)23:13
TheMusoslangasek: Well there are a few of us who are testing the dailies regularly, and I've been making sure our seeds are up to date, and we have no uninstallable packages leading up to alpha2, so if the installer gets tested elsewhere, and same with GNOME, that covers us for the most part.23:13
TheMusoslangasek: I don't have long till I have to get ready to head out, but I'll sync and see if they do boot and install, but I'm reasonably confident that they will be ok.23:14
TheMusoWe are trying to get more community help for testing, but some people in our dev group haven't really bene pulling their weight.23:14
slangasekTheMuso: right, sounds good23:15
slangasekTheMuso: in terms of release management and release confidence, if people are testing dailies it would be good to have the results documented on https://iso.qa.stgraber.org; which means it would also be good if I have a designated point of contact that I can notify when candidates are published there23:16
TheMusoslangasek: And as it is, -rt didn't land for alpha 2 for us, so kernel wise, theres nothing to test, but once -rt lands for later alphas, then we really need to be sure we get good testing, particularly with apps that need such a kernel.23:16
slangaseksure23:16
TheMusoslangasek: Right.23:16
TheMuso-rt as in for 2.6.2423:16
slangasekyes23:16
slangasekI know -rt, it caused us some problems during the milestone prep :)23:17
TheMusoI saw that.23:17
TheMusoslangasek: As it seems you and I tend to be around at similar times, I am happy to be pinged aobut candidate images in the future. Even if I'm not around, I am idling on IRC< so will get the ping, and test at my earliest convenience.23:18
slangasekok23:18
TheMusoI try at least once a day to check the state of our images, usually right after the latest gets built.23:19
slangasekright - in the case of a milestone, the time when it gets built becomes variable :-)23:19
TheMusoI am aware of that.23:19
TheMusoSo around alpha times, I do tend to check more often where possible.23:20
* slangasek nods23:20
* TheMuso kicks off a test install of ubuntustudio, and goes to get ready.23:30
tjaaltonslangasek: hmm, bug 173008 (mentioned on the relnotes) should be fixed now23:45
ubotuLaunchpad bug 173008 in xorg "keyboard selection (dvorak) not preserved after install in hardy" [Medium,Confirmed] https://launchpad.net/bugs/17300823:45
tjaaltonsorry for not closing it in time23:46

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