/srv/irclogs.ubuntu.com/2010/05/10/#ubuntu-devel.txt

slangasekcjwatson: hmm, most likely a winbind bug00:16
slangasekcjwatson: (re: 576717)00:16
slangasekccheney: the crash is immediate upon trying to switch to slideshow mode00:16
duongthaihahi I am doing some coding with java any one please could give me some advise about java profiler in ubuntu please? Thanks a lot00:26
hyperairhohoho java. good luck.00:29
* hyperair 's sanity level: 30%00:29
hyperairi blame it all on java00:29
duongthaihahyperair: is there any wrong with java?? :P00:29
hyperairduongthaiha: everything you can think of is wrong with java.00:29
hyperair*everything*00:30
* hyperair highlights, bolds, and underlines everything00:30
* hyperair circles it even00:30
duongthaihahyperair: java is quite good may be it not the fastest but it work00:30
hyperairmeh, programming in java is robbing me of my precious sanity00:31
hyperairin the last 24 hours:  15 files changed, 620 insertions(+), 243 deletions(-)00:33
hyperairall that is java00:34
rafiyrI'm not sure which is worse to see, C programmers trying to use java, or java programmers trying to use C.00:35
rafiyrI guess I've seen one example of a (supposed) java programmer writing C that probably trumps.00:36
hyperairrafiyr: how about C++ programmers forced to use java.00:36
hyperaira java programmer writing C is going to nullify all pointers everywhere and expect them to free themselves00:36
rafiyrhyperair: hm, that's a toughy00:37
hyperairand then complain that there's no System.gc()00:37
hyperairwell, to summarize: C programmers trying to use java = nothing but static functions. Java programmers trying to use C = memory leaks every damn where, which... hey, isn't too far from using Java straight off.00:38
hyperairconsidering how much memory Java takes00:38
hyperairfor the love of god, i don't even have a single large data structure worth talking about, and my swing/AWT UI is already taking up nearly 100M of memory.00:38
rafiyrA couple weeks ago, I helped a labmate debug a C++ header problem.  The class definition had ifdefs that were indirectly effected by the compile command line.  Missing one flag, the application that was trying to use the classes was seeing different offsets in the class.  Not particularly happy with c++ atm.00:39
duongthaihahyperair:  there is a trade off of thing that java and C can do. I presume that you love C++ and hate java so much to say00:39
rafiyrhyperair: fish out of water, or drowning mammal, neither really work.00:40
hyperairrafiyr: yes, agreed.00:40
hyperairduongthaiha: good guess.00:40
hyperairduongthaiha: but my course requires java. so i do it grudgingly.00:40
hyperairduongthaiha: but for every moment i spend writing java, my sanity level decreases a little.00:40
rafiyrhyperair: its not the language, its the programmer :p00:41
hyperairrafiyr: i'll admit, i didn't account for the program architecture swelling up to this level of complexity.00:41
duongthaihahyperair: lol i think u just get used to C++ I can see the different that cause you so much trouble.00:41
rafiyrmy first experiences with java were for a class, and it was a particularly painful combination of circumstances00:41
hyperairduongthaiha: yeah, stuff like *real* multi-inheritance.00:42
rafiyrhyperair: clearly you should be using smalltalk00:42
duongthaihahyperair: and that is the sanity level that you mentioned here?? I am a new bee so plz forgive me if that is not rite00:42
hyperairduongthaiha: interfaces are *weird*00:42
rafiyrhyperair: interfaces has some really nice uses though.00:42
hyperairduongthaiha: sanity level, in percentage = 100 - (percentage of how crazy i am at the moment)00:43
hyperairrafiyr: somewhat, but they can be completely done using abstract classes.00:43
rafiyrhyperair: Are you doing any ui or event based stuff?00:43
duongthaiharafiyr: true it really work for the OO design00:43
hyperairrafiyr: everything i'm doing at the moment is event-based.00:43
rafiyrhyperair: Then be glad you're not starting with java 1.0, like I did00:44
hyperairrafiyr: i just finished stitching together two somewhat-separate UIs using some kind of glue (they're supposed to talk over the serial cable, but i needed to debug them first before unleashing the horrors of rs232 on them)00:44
rafiyrhyperair: It was such a mess, and the ground kept shifting as I coded.00:44
hyperairrafiyr: i... i... i don't know what to say.00:44
duongthaiharafiyr: omg it must be ice age :D00:45
rafiyrUm, yeah, it sucked.  Didn't help that I'd never (well functionally never) written ui or event code before that, also very little graphics code.  First week on getting to college, "write a mouse driven newtonian fractal browser as a java applet".00:47
rafiyrhyperair: Try to take some solace in knowing that learning java is probably not going to hurt you in the long run.  And in the short term, take a deep breadth and mediate on not worrying array bounds checking.00:48
hyperairrafiyr: i take solace in knowing that java has no future anyway.00:49
rafiyrAre you looking forward to your next class forcing you to code in C#?00:49
hyperairfrom what i have heard, oracle's letting java rot. and so be it.00:49
hyperairC# >>> java.00:49
hyperairnow, i haven't actually done C# code before, but i have patched banshee.00:49
hyperairin numerous occasions.00:49
duongthaihahyperair: i not quite sure about that Java do have it strong point. and C# is a no no to me00:49
hyperairrafiyr: plus, i'm banshee's package maintainer ;-)00:50
rafiyrmost of what matters has already been opened, is it gpl?  If there's a will, the  community could easily take on java dev.00:50
hyperairduongthaiha: why, because... the MICROSHAFT?!00:50
rafiyrhyperair: ah00:50
rafiyrhyperair: keep meaning to try out c#, but so little motivation, and so many more interesting languages I want to play with.00:51
hyperairrafiyr: true that. but it will take a long while to get the ball rolling.00:51
hyperairrafiyr: heh i've been interested in looking at vala.00:51
hyperairrafiyr: it's the closest to gobject level that doesn't involve actually touching gobject things.00:51
duongthaihai used that for my uni dissertation a long time (it might change now) and it really dontt suite me. I dont like the idea of changing the value of variable using the same method.00:51
rafiyrhyperair: So why do you hate java, yet willingly maintain C# ports00:51
duongthaiharafiyr: good quetion00:52
hyperairrafiyr: perhaps because i haven't been forced to code extensively in it.00:52
hyperairrafiyr: another reason is the efficiency of the runtimes.00:52
hyperairrafiyr: get me an efficient java runtime and i'll rethink my hate.00:52
rafiyrI've been pretty disappointed with gcj.00:53
hyperairjava is slow and bloated, mono is pretty damn fast, has Gtk+ support (i mean native support, not the cheap emulation swing does), can interface with C libraries easily, and has a pretty small footprint.00:53
hyperairmake that Gtk# of course00:53
rafiyrhyperair: are you complaining about the ui performance or the raw compute performance?00:54
hyperairrafiyr: three aspects.00:54
hyperairrafiyr: memory, computing, UI00:54
hyperairrafiyr: memory, as well as startup time is where java excels at failing.00:55
rafiyrhyperair: I guess I should benchmark java vs C performance for some of my work.  But in general, its not been that bad.00:55
hyperairrafiyr: try startup time.00:55
hyperairrafiyr: even with everything cached, it takes some time for it to load.00:55
rafiyrhyperair: for most of my work, where a batch process runs for minutes or more, a couple of extra seconds is irrelevant00:56
hyperairrafiyr: how about a java plugin hanging your firefox for minutes, and rendering your main browser useless.00:56
hyperairuntil it finishes loading00:57
hyperairby the way, it took ~5 minutes for it to show the "Do you want to run this unsecured applet" dialog00:57
hyperair*5*!!00:57
rafiyrAs for memory, yes java errs on the side of bloat, but the overhead over the raw data doesn't need to be all that bad.  And well, 6G/$100 (roughly)00:57
hyperairer what? 6G?00:57
rafiyrhyperair: memory is pretty cheap00:57
hyperairrafiyr: try owning a computer that uses DDR1 RAM only.00:58
rafiyrNot saying java is good for everything, just that for many environments the costs aren't that bad compared to the benefits00:58
hyperairmy sanity is a pretty high cost.00:58
ionNow go and learn Lisp, Erlang and Haskell. :-P00:58
hyperairbut my grades are also a pretty important benefit.00:59
rafiyrhyperair: Yeah, well my first java experiences were on a p90 and a bunch of sgi indy's.  ddr???00:59
hyperairrafiyr: well you were talking about cheapness of memory.00:59
rafiyr:)00:59
hyperairrafiyr: i'm just saying RAM isn't as cheap as you think.00:59
hyperairespecially in third world coutnries.. there's so much more you can buy with that money saved from not buying RAM01:00
rafiyrhyperair: as I said, java has its place, but that's not necessarily everywhere.  Like embedded systems, wtf, who'd want to run java on a phone.01:00
hyperairj2me \o/01:00
hyperairlol01:00
hyperairand android01:01
rafiyrhyperair: I looked into j2me a couple times, but really wtf.01:01
hyperairyeah, those are the people who want java on a phone01:01
hyperairi dunno, i like the j2me app i maintain (remuco)01:01
rafiyrhyperair: sure, as you said there's a degree of insanity here01:01
hyperairi just don't program it =p01:01
hyperairheh01:01
rafiyrwhat's the min effort to get "hello world"01:01
hyperairecho hello world01:02
rafiyryou don't need a specialized profile, or a compiler specific to your device?01:02
hyperairget bash ported \o/01:02
rafiyr:p01:02
rafiyrsee, there's another one, why use bash when you could use zsh.01:03
rafiyrand my phone does run both01:03
rafiyrhyperair: Anyway, just remember its not that C++ doesn't have issues, you've just accumulated a tolerance.  Also, knowing C++ should make java pretty simple, once you stop crying morning the loss of overloading and macros.01:06
hyperairrafiyr: it's not that it's hard to program in java. it's just that i feel... annoyed.01:09
hyperairrafiyr: irritated.01:09
hyperairone of the reasons was that java was introduced to me in a module that uses written exam papers.01:10
hyperairand you know how longwinded java's goddamned class names are.01:11
hyperairand interface names. and exception names.01:11
hyperairit's one thing to have code completion do that for you, but it's another thing entirely to write everything out in full.01:11
hyperair*handwrite*01:11
hyperairspeakin of which i should probably go get JDEE working on emacs so i don't have to keep typing out everythign in full.01:11
nigelbabuimbrandon: you want to take a course for the UUD?03:07
imbrandonnigelbabu: yes i just signed up to lead one ( Command Line Basics 1 & 2 )03:08
imbrandonnigelbabu: why, whats up ?03:09
nigelbabuimbrandon: oh, w00t, cool.  I'll accept you in once the schedule is confirmed :)03:09
* nigelbabu just got mail :)03:09
imbrandonahh03:09
cwillu_at_workheh03:15
cwillu_at_workmental note:  don't set cups-pdf to use /tmp as the destination, it changes the permissions on /tmp03:15
hyperairlol i'll kep that in mind =p03:21
crypt-0does the ubuntu-server kernel have the XTS modue once installed?04:02
amikropHello, I ask here, since here are some developers, so they should know: What is the location of the icons of the "featured/default directories (Documents, Videos, Pictures)?04:53
amikropWhere can I find Ambiance's folder/places icons?05:10
anderskAre there going to be ddebs for maverick?06:51
imbrandonthere are now ...06:52
imbrandonandersk: http://ddebs.ubuntu.com/pool/06:53
anderskThat’s the APT pool for http://ddebs.ubuntu.com/dists/ , which has hardy, jaunty, karmic, and lucid but not maverick.06:55
imbrandonas the builds continue i'm sure the ddebs will be added, there isnt any reason why they wouldent06:56
anderskOh I see, the ddebs are in the pool but there is no APT repository for them.06:56
LucidFoxBah. Linuxdcpp upstream response to the indicator patch:07:35
LucidFox"Oh, ok. I assumed it was something included in the new gnome, but if it's just an Ubuntu solo project we don't need this. I just hope that the patched version doesn't cause any problems, since the bugs are likely reported here..."07:35
nigelbabuLucidFox: how unfriendly :/07:37
ccheneyslangasek: if it is immediate then i don't see it in compiz, will try switching to metacity07:39
ccheneyslangasek: not able to reproduce under metacity either07:40
=== almaisan-away is now known as al-maisan
=== al-maisan is now known as almaisan-away
pittibigon: smart-notifier> we regularly do that anyway, so don't worry; I did it yesterday08:04
=== thekorn_ is now known as thekorn
bigonpitti: thx :)08:14
=== qense_ is now known as qense
pittiRiddell, james_w, cjwatson, slangasek: are you currently doing syncs? I wanted to do a few, but there are unflushed syncs in the queue08:17
james_wnot me08:17
StevenKpitti: Not me either08:17
pittiit looks flushable, but I don't want to step on someone's toes08:18
pittithey were done half an hour ago08:19
pittiwell, I'll just flush them08:19
=== smoser_ is now known as smoser
cjwatsonpitti: I was08:34
cjwatsonpitti: they were OK to flush, but should have been flushed with NOMAILS=-M08:34
pitticjwatson: I did08:34
cjwatsonok, good08:35
=== almaisan-away is now known as al-maisan
wookey_is there a specific UDS channel? It doesn't say on https://wiki.ubuntu.com/UDS-M/Handout08:42
james_w#ubuntu-uds08:43
wookey_cheers08:43
joaopintogood morning09:52
=== al-maisan is now known as almaisan-away
=== barry` is now known as barry_
=== almaisan-away is now known as al-maisan
=== ogasawara_ is now known as ogasawara
=== qense_ is now known as qense
=== al-maisan is now known as almaisan-away
=== nikolam_ is now known as nikolam
* ccheney wonders where the three weeks cut will happen for maverick12:55
ccheneyoh and where did alpha 1 go for maverick, we start with an alpha 2 it seems12:56
ccheneyoh nevermind, i misread a-2 as alpha 212:56
=== almaisan-away is now known as al-maisan
=== qense_ is now known as qense
slangasekccheney: hah - so after having downgraded OOo to karmic, and now reupgrading, F5 no longer crashes13:28
statikhi lifeless, the debian/sid udd import for erlang is quite out of date, do you happen to know who the right person to poke is?13:29
mr_pouitjames_w I guess13:30
cjwatsonstatik: all Debian imports are out of date at the moment due (indirectly) to http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=57775913:31
statikthanks13:31
ubottuDebian bug 577759 in ftp.debian.org,kde-l10n "kde-l10n has incomplete and contradictory checksum information in experimental" [Important,Open]13:31
slangasekerlang, however, is last imported in January, with the failure shown (in unfriendly content-type :) at http://package-import.ubuntu.com/failures/erlang13:31
cjwatsonit means that (a) Launchpad's debmirror of Debian unstable fails (b) gina (which populates https://launchpad.net/debian) fails (c) package-import thinks it has nothing to do13:32
slangasek(not that I can help interpret why that error happens, so --> james_w anyway :)13:32
cjwatsonmm, well that's a timeout error13:32
cjwatsonso another attempt might succeed ...?13:32
slangasekhow to trigger another attempt?13:33
cjwatsonthe OOPS id there isn't available on lp-oops13:33
slangasekAFAIK that interface is also a james_w RPC ;)13:33
txwikingerIs there a gobby document for the last kubuntu session?13:33
cjwatsonI assume it's expired13:33
txwikingerwrong channel :)13:33
cjwatsonwell, fixing the Debian archive would also wind up triggering another attempt, ultimately13:34
Laneycjwatson: the cli-mono set doesn't exist on lucid13:34
Laneymaverick even13:34
cjwatsonoh, I suppose that wouldn't have been covered by my migration script13:34
Laneycan you add pinta to it too?13:35
=== gnomefreak76 is now known as gnomefreak
statikcjwatson, thanks for that, it helps quite a bit. i will chase down james_w sometime today. I want to merge the latest erlang from sid into maverick, i was planning to use bzr merge-package, what would be the right way to carry on while the sid branch is out of date? bzr import-dsc perhaps?13:36
cjwatsonLaney: done and done13:39
cjwatsonstatik: not sure, I tend to wait peersonally :)13:40
cjwatson-e13:40
Laneycheers13:40
LaneyI wonder why pinta isn't in NEW13:40
cjwatsonbecause we haven't done a new-sources pass yet13:40
cjwatsonthat's separate from the basic autosync13:40
cjwatsonnew-source rather13:40
Laneyah13:40
cjwatson$ new-source | wc -l13:40
cjwatson41713:40
cjwatsonmay take a while, we do need to do basic checks on the names to make sure we're not accidentally reintroducing deliberately-removed packages13:41
cjwatsonI'll do pinta now though13:41
Laneyurgh, LP is still rejecting13:54
Laneyguess it needs some time13:54
=== radoe_ is now known as radoe
wgrantLaney: LP doesn't need any time for that.14:01
wgrantIt should just work.14:01
Laneywgrant: Signer is not permitted to upload to the component 'main'14:05
* Laney tries once more14:05
Laneyoh, I don't have cli-mono permissions for maverick14:06
Laneythis seems somewhat suboptimal14:07
wgrantLaney: Yeah, that would be the problem.14:07
wgrant=> not a bug!14:07
* wgrant is safe, for now.14:07
Laneywell, maybe they should copy to new releases by default ;)14:08
wgrantPfft.14:08
cjwatsonLaney: oh, ok, I'll fix that - thought I already had14:10
cjwatsoncopying over package sets in general is a bit of a pain, I'd like initialize-from-parent to do it automatically really14:10
Laneyyes, that sounds sensible14:10
=== azeem_ is now known as azeem
StevenKcjwatson: Is there a bug for that i-f-p thing?14:12
cjwatsonStevenK: not yet, sorry14:15
psusiwhat is the proper procedure for correcting errors in the release notes?  it says that dpkg runs slower on ext4... this is not the case.. it runs slower period in order to deal with ext4... it behaves the same on ext314:18
cjwatsonpsusi: that does not match my personally-conducted tests14:18
cjwatsontherefore it must be more complicated than that14:18
cjwatsonI tested very carefully on ext3 and the results were within margin of error14:18
psusicjwatson: how so?  it doesn't check what fs you are using... it does the sync() either way14:18
cjwatsonpsusi: feel free to file a bug on the ubuntu-release-notes project14:18
cjwatsonand it doesn't slow things down on ext314:19
cjwatsonin my experience14:19
psusihrm... that's odd...14:19
cjwatsonperhaps so.  nevertheless14:19
cjwatsonthis data is the reason the release note is written that way14:20
psusiso you didn't see a slow down relative to before the fsync patch?  what about relative to ext4?14:20
cjwatsonI didn't test on ext4, but others did14:20
cjwatsonrelative to before the fsync patch> correct14:20
psusicould be that ext3 basically internally was forcing a sync behavior, so explicitly doing it has no further effect...14:21
psusiso without the fsync patch, ext4 was faster, but dangerous, with it, they behave the same14:21
cjwatsonsorry, I assumed that when you said "it behaves the same on ext3" you had data to support that14:21
cjwatsondo you not?14:21
james_wstatik: there's also a failure importing erlang, I'll have to dig a little deeper14:22
psusino... just a working theory so far... I know that dpkg calls sync the same on both ext3 and ext4, and ext3 did not have the problem that required the sync.. if it had no impact on performance, it seems likely that given the lack of change in performance, and the fact that ext3 already was writing in the correct order, that effectively ext3 already was doing a sync so the explicit sync is a noop14:22
cjwatsonI would suggest that in general it's good to collect data before modifying the release notes, then :)14:23
psusibut either way, the notes suggest that ext4 is slower than ext3, and I do not believe that to be the case and it doesn't sound like you have data that indicates that :)14:24
statikjames_w, thanks!14:24
joaopintopsusi, a debootstrap on ext4 takes 10x more time than an ext3, own experience14:24
cjwatsonpsusi: I have certainly received data from other people that indicates that.14:25
cjwatsonand no data to the contrary that I remember.14:25
psusijoaopinto: wha?!14:25
psusicjwatson: that it is slower than ext3, or that it is slower than before the patch also on ext4?14:25
cjwatsonthat before the patch they were fairly close, and after the patch it's much slower on ext4.14:25
psusii.e. just because the patch slowed down ext4 does not mean it is now slower than ext314:25
cjwatsonby a factor of 5 in some cases.14:26
cjwatsonthis is trivially reproducible by timing the installer14:26
=== qense_ is now known as qense
cjwatsonLaney: fixed14:26
psusihrm... I'll have to check that out then...14:27
Laneycjwatson: thanks14:28
sorenDo we have a DMB meeting today?14:28
cjwatsontomorrow, isn't it?14:28
sorenOh, right.14:29
sorenBut it's still on?14:29
sorenI forget what we decided.14:29
cjwatsonI think so, but I do need to rearrange the schedule a bit to make a slot for it14:29
sorenOh, right, I remembre that.14:29
Laneysubject: [ubuntu/maverick] tomboy 1.2.1-1ubuntu1 (Accepted)14:31
Laneycjwatson: good stuff, all working14:31
joaopintopsusi, just try a deboostrap on ext3 vs ext414:34
joaopintoI am mounting ext4 with barrier=0 to have decent performance on sbuilds14:35
psusidamnit... debootstrap wants to download all the packages every time rather than cache them14:36
joaopintoI am using apt-cacher-ng for that ;)14:36
joaopintopsusi, someone commented the other day that the performance difference might be related to the "barriers" option, ext3 default is barriers=0, while ext4 uses barriers=114:40
joaopintos/barriers/barrier14:41
psusifunny... that should speed things up14:41
psusisince without barriers it has to do a full sync to commit journal transactions14:41
joaopintohttp://lwn.net/Articles/283161/  - "So barriers are disabled by default because they have a serious impact on performance. And, beyond that, the fact is that people get away with running their filesystems without using barriers. Reports of ext3 filesystem corruption are few and far between. "14:47
cjwatsonI explicitly tested this case with ext4 and barriers turned off, and there was no measurable performance difference14:48
cjwatsonversus ext4's default of barriers being on14:48
cjwatsonthe test was timing the installer's base-installer and pkgsel steps14:49
joaopintomy tests were with debootstrap/sbuild14:49
=== qense_ is now known as qense
cjwatsonall I have been able to conclude so far is that nobody understands exactly where the slowdown is, or if they do then they aren't telling14:49
james_wstatik: when you uploaded 1:13.b.3-dfsg-2ubuntu1, do you know if you dput before pushing to lp:ubuntu/erlang?14:51
=== plars_ is now known as plars
=== tkamppeter_ is now known as tkamppeter
psusiwow... when I tar up the debootstrap, then time untaring it, it takes about the same on both ext3 and ext4... ~13 seconds... on ext4 with barrier, drops to 9.6 seconds15:08
* psusi wonders what dpkg is doing that makes unpacking so slow on ext415:08
psusiand this is on karmic, so no sync changes15:09
joaopintomy tests were with lucid15:10
joaopintoI was using ext4 on karmic without this slowdown, I assume it was related to the dpkg fsync changes15:11
psusiyea, but I would expect that to hit ext3 the same exact way15:12
statikjames_w: re: erlang I think I did bzr merge-package, bzr mark-uploaded, then dput. It is quite possible that I bungled it.15:28
mterrypersia, can you resubscribe me to ~ubuntu-universe-sponsors?15:29
james_wstatik: I'm just wondering if there may have been a couple of minutes or more after the dput before the push, as that would explain what I am seeing15:31
james_wstatik: if you don't remember then I can dig a little deeper to check15:31
statikjames_w: i think it did it all pretty close together, but i was double checking every step so i could have taken 3-4 minutes between steps15:35
james_wstatik: right, I tend to push first to avoid this situation; I always knew there was a theoretical race here, but haven't seen anyone hit it before.15:37
looljiboumans: Hey; https://blueprints.edge.launchpad.net/ubuntu/+spec/server-maverick-arm has no assignee, do you know who is leading the session?15:58
loolpgraner: Heya!  Got pinged about this interesting session https://blueprints.launchpad.net/ubuntu/+spec/kernel-maverick-arm-single-zimage which differs slightly from device tree, but I think it's unscheduled; it is aimed at the kernel track, did you want to schedule it?15:59
=== sharms_ is now known as sharms
mick_laptopanyone know how i can remotely coonect in to see the ubuntu developer summit?16:17
crimsunmick_laptop: as in https://wiki.ubuntu.com/UDS-M/RemoteParticipation ?16:18
mick_laptopyes :)16:19
mick_laptopcrimsun: thanks16:19
mick_laptopcrimsun: you wouldn't know how to access it via vlc would you?16:21
=== dendro-afk is now known as dendrobates
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
=== vanhoof is now known as vanhoof[nyc]
=== beuno is now known as beuno-lunch
=== dendrobates is now known as dendro-afk
=== al-maisan is now known as almaisan-away
=== almaisan-away is now known as al-maisan
=== al-maisan is now known as almaisan-away
=== almaisan-away is now known as al-maisan
=== ubott2 is now known as ubottu
=== al-maisan is now known as almaisan-away
=== almaisan-away is now known as al-maisan
=== al-maisan is now known as almaisan-away
=== yofel_ is now known as yofel
=== beuno-lunch is now known as beuno
=== almaisan-away is now known as al-maisan
=== gnomefreak76 is now known as gnomefreak
Gadican someone tell me what replaced asoundconf in lucid to perform the alsa-to-pulseaudio redirection?19:54
hyperairGadi: /usr/share/alsa/pulse-alsa.conf?20:09
Gadihyperair: just what I was looking for, thanks!20:18
hyperairnp20:19
crimsunGadi: note that asoundconf was never replaced, just obsoleted.20:38
=== al-maisan is now known as almaisan-away
brycehsbeattie, re bug 287215, the tag to add to indicate it really is a problem is 'lucid'.  Running apport-collect I believe should add that tag, or if not I'll have a script search for the needs-testing tag and then look at the Xorg.0.log to get the version, and tag accordingly21:39
ubottuLaunchpad bug 287215 in xserver-xorg-input-evdev "xmodmap settings not getting honored when keyboard devices are hotplugged" [Medium,Incomplete] https://launchpad.net/bugs/28721521:39
sbeattiebryceh: for that specific bug, do you really want apport-collect output attached? It seems.... overkill to me.21:40
brycehsbeattie, for that one, you can probably just tag 'lucid' and set it to Confirmed21:42
brycehsbeattie, fwiw RAOF is maintaining X this next cycle21:46
brycehsbeattie, probably the next step for this bug is to send it upstream, unless you want to try to provide a patch yourself; keyboard mapping issues tend to be among the lower priorities (compared with X crash and freeze bugs)21:48
ryan22hey everyone21:56
Viper550Is there an easy way to override system tray icons through icon themes for third-party programs?22:05
txwikingerhey ryan2222:14
ryan22@txikinger: hey22:15
=== barry` is now known as barry_
nemoHey guys... After screwing around w/ a bunch of pointless attempts to disable IPv6, I finally got things working over here using:23:58
nemohttps://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/417757/comments/28823:58
nemoWhiiiich is fine and dandy for me.  But what about all the other poor users out there.  I was curious if something is LTS if ubuntu could offer something like an alternate glibc or something...23:58
ubottuLaunchpad bug 417757 in eglibc "[regression] all network apps / browsers suffer from multi-second delays by default due to IPv6 DNS lookups" [High,Fix released]23:58
nemoperhaps not appropriate for everyone, but, you know, for those having trouble23:58

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