/srv/irclogs.ubuntu.com/2010/02/20/#ubuntu-devel.txt

smoserslangasek, done00:17
smoserthanks00:17
cyberixI'm trying to understand this http://people.canonical.com/~scott/daily-bootcharts/20100219.1-max.png02:10
cyberixWhy do so many tasks end at the same time?02:11
cyberixah02:11
cyberixnow I get it02:11
cyberixthey are processes that continue to run when the system is up02:12
cyberixand I should be looking at blue stuff02:13
tlpIs there a trivial reason some GTK2 apps will show network places (~/.gvfs mounts) in their file dialogs and others won't? i.e. a compile-time option?02:47
=== funkyHat is now known as drunkyHat
lifelessyes, gvfs isn't a kernel mount, so all apps need to be updated to use it.02:54
tlphow trivial is that, do you know? It's something I'd be interested in working on, because it's bothered me for years.02:56
tlpI figured it'd be a toolkit thing02:57
tlpi.e. any GTK2 app would have it inherently02:58
wgranttlp: You need to use a GVFS, a different VFS API, to access GVFS mounts directly.03:01
jdongdoesn't GVFS also put FUSE mounts in ~/.gvfs anyway, so when you rm -rf a home directory it'll trash all your network shares too ^W^W^W^W^W^W^W^W^W^W^W^ legacy apps can use it03:04
wgrantjdong: Yup.03:04
tlpI don't understand why even, say, GNOME Terminal doesn't let me pick "Network" in its file dialog03:04
wgrantGNOME Terminal has a file dialo!?03:04
wgrant+g03:04
tlpFile->Save Contents03:04
jdongI'm guessing save transcript03:04
wgrantAh.03:05
wgrantThat menu item lies.03:05
wgrantIt doesn't not have an ellipsis.03:05
wgrantEr, "does not".03:05
tlpI understand how to get to mounts via ~/.gvfs, but I highly doubt an end user would.03:05
wgranttlp: So, the key is that real GVFS apps don't use ~/.gvfs at all.03:06
tlpright. Just seems weird that core GNOME stuff isn't using it already :)03:06
tlpjdong: seriously? that's pretty scary.03:09
jdongtlp: what, recursion down network shares?03:09
lifelesstlp: you have to replace all your file IO03:09
jdongtlp: there's a reason why rm is aliased to rm --one-filesystem in my zshrc right now :)03:09
lifelesstlp: there is an argument that its basically a bad idea and that they are solving the wrong problem.03:09
jdongfortunately the remote system was over a low-bandwidth link AND gvfs sftp is slow :)03:09
tlplifeless: .gvfs is a bad idea, or the GVFS API?03:10
jdongthe GVFS API is kinda annoying to use IMO...03:10
jdongI'd rather wish they did everything over FUSE03:10
lifelesstlp: both03:10
jdong(then again, the UNIXes where FUSE isn't available/common...)03:11
lifelessfuse still has some issues last I heard03:11
tlpI've never used it myself. I'm a renegade from a more complex UNIX-like operating system and only recently started caring about out-of-the-box user experiences03:11
tlpanyway, seems like a big usability problem03:12
tlpjdong: so, here's a question. an rm alias seems like an easy thing to commit to prevent that; any idea why nobody has?03:16
jdongtlp: probably because it's confusing behavior to those not expecting rm to be crippled in such a way03:17
tlpI didn't even know about ~/.gvfs until last year when someone pointed it out to me. I was using smbfs or something. I'd be pretty pissed if I accidentally nuked a network share.03:18
tlpgood thing I don't rm my home directory much03:18
jdongindeed. Though IMO this still files under the general category of "careful with -f / -r on rm"03:18
jdongit's an abnormal usecase to be zapping the home directory all that often.03:18
tlpthat's true03:19
jdongfortunately, the gdm-guest-session setup does not allow any sort of usermounts thanks to apparmor policy.03:19
jdongI tried without success in tricking it to rm -rf a mountpoint.a03:19
tlpdon't we prevent rm /?03:19
jdongupstream does.03:19
jdongspecifically it refuses to recurse starting from /.03:19
jdongbut you can still use /* and other cute variants to do just as much damage.03:19
tlpI don't see much harm in a simple y/n confirmation for that sort of thing03:24
tlpfew people intend to do that, I think.03:24
jdongIMO that's something to take up with coreutils.03:24
jdong-f should mean -f.03:25
jdongwould be mean to scripts to change such a primitive command like rm to include new prompts03:25
tlpstill trying to figure out how the Ubuntu project is structured (starting by staying in here more often)03:25
tlpah, true03:25
lifelessyou can turn on prompting03:25
jdonglol but then it seems to prompt too much :)03:26
jdongeither either nag nag nag or *BOOM*03:26
jdongat least users always feel that way ;-)03:26
tlpI've been using rm -rf so long that I almost forgot -f is supposed to force those things :p03:29
wgrantMy university aliases rm to rm -i, which means everybody is immediately taught to always use -f, which is sort of bad...03:30
tlpyeah. something I learned early on and just never thought about again.03:31
jdongyeah, a lot of distros I've used do the same.03:31
jdongat least for the root user.03:31
=== drunkyHat is now known as funkyHat
=== Hellow_ is now known as Hellow
nigelbanyone good with python give me a little help with parts of an apport hook?05:25
nigelbhere's the pastebin: http://pastebin.com/d67f035af05:26
nigelbsomething to do with lines 15 to 20 is causing some issues05:27
slangaseknigelb: missing an 'import re'?05:36
nigelbslangasek: oh!05:36
nigelbnow something more seems to go wrong05:38
nigelbslangasek: I dont seem to be going into line 2005:40
nigelbsomewhere I'm doing something wrong05:40
nigelband the file isn't being attached either05:41
slynux_hi08:25
slynux_i am trying to build a initramfs which can load wireless driver08:26
slynux_i tried modprobe iwl394508:26
slynux_but its not activating wlan008:26
slynux_i think due to inability of firmware loading08:26
slynux_howto load firmware without udev ?08:27
hyperairslynux_: which ubuntu are you using?08:28
hyperairslynux_: and what kernel?08:28
slynux_9.1008:28
slynux_2.6.31-14-generic08:28
hyperairslynux_: the module is called "iwlagn"08:28
slynux_oh08:29
hyperairslynux_: and the way to make it be loaded in the initramfs is by adding iwlagn to the bottom of /etc/initramfs-tools/modules08:29
slynux_okay08:29
slynux_but i cannot find iwlagn in my lsmod o/p08:30
slynux_why?08:30
hyperairo/p?08:31
slynux_output08:31
hyperairlsmod | grep iwl08:31
slynux_my wireless driver is working when the ubuntu boots up08:31
slynux_when udev runs08:31
slynux_iwl3945                77212  008:31
slynux_iwlcore               112508  1 iwl394508:31
slynux_mac80211              181236  2 iwl3945,iwlcore08:31
slynux_led_class               4096  3 sdhci,iwl3945,iwlcore08:31
slynux_cfg80211               93052  3 iwl3945,iwlcore,mac8021108:31
slynux_i want it to be activated during initramfs08:32
slynux_before udev08:32
hyperairwhy would you want that?08:33
slynux_i am trying to implement a wireless LTSP08:33
syn-ackwow, is that gonna suck bandwidth wise08:36
slynux_still i wanted to do it08:36
slynux_there is some wltsp came with windows08:36
hyperairbut why before udev?08:37
hyperairwhy not after udev in initrams?08:37
nigelbwhen an apport hook is added, I only need to add one line to the debian/rules file.. correct?08:38
slynux_i dont want to include udev in intramfs08:38
slynux_once network is up i need to chroot to remote box08:38
nigelbdoes this line work "cp debian/rhythmbox.apport debian/rhythmbox/usr/share/apport/package-hooks/source_rhythmbox.py"08:38
hilewhy you want to _remove_ udev from initramfs08:39
hyperairslynux_: what's wrong with having udev there anyway?08:39
slynux_i need to add udev in initramfs08:39
slynux_it will become heavy08:40
slynux_i just need to keep it very small08:40
hileudev is in initramfs already08:40
hyperairinitramfs is currently 9.8MB08:42
hyperairhow much of this is udev?08:42
slynux_oh08:42
slynux_i though udev was outside08:42
* hyperair sighs08:42
slynux_sorry08:42
syn-ackits both08:42
slynux_thanks08:42
hileanyway the wireless module is useless in initramfs unless you add iwconfig and ifconfig/iproute2 - not sure how big deps these would be08:45
hileok, wireless-tools would add only libiw29 so it's likely fine08:46
syn-ackhey, anyone have a rough guess at how much of Ubuntu's code is sent back upstream to Debian?08:50
hileI see a wireless ltsp quite useless in most cases, just because wlans suck when you have enough traffic, but for ad-hoc setups it would be nice, maybe08:52
hileof course you would still need to have local initramfs, because you can not usually tftpboot wlan adapters (there is no way to configure the wlan to use for booting etc)08:53
hileoh he left. I would have first tried running for example 10 normal clients with remote X sessions over wlan and see if it's usable, before wasting time with fully diskless setup...08:56
* ogra wonders if anyone else is seeing horrible slowness with X since the last upgrade09:51
ograand also a lit of flickering in terminals09:51
jdubogra: mmm, and possibly the source of my rhythmbox/xorg cpu abuse09:54
jdubogra: there's definitely something odd going on in the X stack09:54
jdubogra: intel?09:55
ograxchat takes about 60% CPU here09:55
ograyeah, intel09:55
ograin xchat i see a lot of flickering on the line that separates nicks from typed text ... like there are dots jumping on the line09:55
ogra(i already disabled compiz, its definately not composite related)09:56
SevenMachinesi'm seeing a little bit of terminal flickering, not as bad as it was a few days ago, none of the other problems you mention though09:58
* ogra downgrades the intel driver and restarts X09:59
ogranope, didnt help10:01
* ogra downgraades xorg-server too10:02
ograhmm, still broken10:05
c_kornI think I also seem some flickering in virtualbox. if this is what you mean: http://abs.getdeb.net/X.avi10:11
vikkio88hi guys10:11
vikkio88do you have some ideas to create an autocompletition texteditor?10:12
vikkio88to create post with bbcode for blog?10:12
ograsigh10:18
ograc_korn, my system is to slow to play a movie, both CPUs are at 100%10:19
ografunnily one is completely taken by evolution-alarm-notify10:19
ograthe rest by X and xchat10:19
c_kornogra: oh, well what you would see is the consolte of the update-manager which flickers when a new message is displayed10:20
ograyeah, gnome-terminal behaved similar10:20
ograthough that part seems to be fixed with the X downgrade i just did10:20
ograi still see the flickering one the spatrator line in xchat though10:21
ogra*on th10:21
ograe10:21
ograah, killing evo i can at least type again without delay10:22
wgrantI've noticed that Evo's been pretty slow the last day or two.10:23
wgrantBut it's not eating my CPU.10:23
ograi dont think its evos fault but something lower in the stack10:23
ogranothing in any log though10:24
wgrantIndeed.10:24
hileif it's in gtk-based text widgets, maybe testing with plain xterm would be good idea... problem even there and it's likely server level issue10:25
ograyeah, downgrading to libgtk2.0-0 2.19.5-1ubuntu2 fixes the world \o/10:48
ograits all sebs fault !10:49
highvoltagethe world!?10:51
* highvoltage installs now10:51
=== tkamppeter_ is now known as tkamppeter
uelapeppahi11:46
uelapeppahow do you create official ISOs?11:47
t3rm1n4lhi12:12
t3rm1n4li am trying to activate wlan0 in initramfs12:13
t3rm1n4l when i do modprobe iwl394512:13
t3rm1n4l it shows error -212:13
t3rm1n4land says cannot probe the device12:13
t3rm1n4lis that problem with firmware loding?12:13
t3rm1n4l i added a hotplug script12:13
t3rm1n4l but it has no subsystem=firmware uevent12:13
t3rm1n4lany comments ?12:13
geserStevenK: as you offered to help on the OCaml transition: findlib and facile need a rebuild (bug 522363) and camlp5 and havea need a sync (bug 522358)12:36
ubottuLaunchpad bug 522363 in xml-light "[OCaml 3.11.2 transition][round 2/6] Please rebuild packages involved in OCaml transition" [Undecided,Fix released] https://launchpad.net/bugs/52236312:37
ubottuLaunchpad bug 522358 in hevea "[OCaml 3.11.2 transition][round 2/6] Please synchronize packages involved in OCaml transition from Debian sid to lucid" [Undecided,Confirmed] https://launchpad.net/bugs/52235812:37
jdubogra: interesting -- thanks12:57
jdubogra: the ol' IZ GTK BUG12:57
jdubogra: hah, that resolves my rhythmbox issue too :-)12:58
jdub  * debian/patches/062_client_side_decoration.patch:13:04
jdub    - upload the work from Cody Russell on client side decoration to lucid13:04
jdubj'accuse!13:05
azeemwhat's about this issue with having "LGPL 2.1 or later" licensed code?13:10
pochuazeem: I guess some people are afraid of the FSF releasing a newer version that says something they dislike?13:26
azeemright, but first off, the FSF actually vowes to not change the spirit of the license13:28
azeemand saying something like "Because seriously, everything should be this way.  None of us should be saying "LGPL 2.1 or later".  Ask a lawyer, even one from the FSF, how much sense it makes to license your software that way." seems unproductive13:28
melodie_hello15:57
melodie_hi16:03
melodie_I came to ask it the devs know about possible improvements around screen detections in the next Ubuntu ? and about the network as well ? (network-manager still the default app ?)16:03
asacmelodie_: yes nm will still be default16:11
melodie_hi asac16:11
melodie_do you know if it will get improvements ? (last version I gave up on Ubuntu because it didn't even see my ethernet :/ )16:12
asacmelodie_: did you have anything in /etc/network/interfaces configured?16:12
melodie_what about screen detections ? no new tool coming out to get it configured the good way ?16:13
asacif not, its a driver bug and has nothing to do with nm16:13
asacanyway out ... getting food and weekend action and so on ... enjoyy16:14
melodie_what I can tell you, is that it was just after installing, and that it didn't work whereas before it used to work out of the box. I could connect only with dhclient, whatever I tried. I'm not a /etc/network/interfaces specialist on the other hand16:14
asac(dont know about screen detection ... usually everything happens automatically quite well nowadays)16:14
melodie_asac, not really. well, I guess I should go back to bugzilla more often ;)16:14
asaccant tell then. would need to see the logs and the files. most likely its fixed in lucid16:14
melodie_asac, I'll give it a try again when out. thanks asac16:15
asacmelodie_: give it a try before its out ;) ... otherwise its hard to get things fixed16:15
asacat least pop in the live cd16:15
asacand check if network is good16:15
melodie_asac, allright, I'll try it in virtualbox and will yell if the vbox drivers aren't included. ;-)16:16
asactake tomorrows dailies ... http://cdimage.ubuntu.com/daily-live/16:16
melodie_asac, ok ! thank you !16:16
asacmelodie_: virtualbox is not really important16:16
melodie_for me it is16:16
asacwhat is important is your main system16:16
melodie_that's where I do many tests16:16
asacvirtualbox usually worked here16:16
melodie_at a time I could not get a gui in vbox, without strange tweaks16:17
asacif your problem was about virtualbox then its odd because i am sure i would have gotten more complains if it didnt work at all16:17
melodie_now I have a Xubuntu in it, but only 800x600 and no way to know how to change it unless I get a xorg.conf from another install16:18
melodie_which has also occurred in a real machine several times16:18
melodie_the ethernet problem was on my laptop ibm T3016:18
melodie_ok I get a tomorrows' daily anyhow.16:19
melodie_do you know if is it possible to dd it to a usb pendrive and boot it from there ? I like to save cd-r when I can16:19
LaserJockmelodie_: I don't think dd will work, usb-creator works to best or unetbootin16:21
melodie_hi LaserJock16:22
melodie_to use usb-creator you have to have a Ubuntu installed don't you ?16:22
LaserJockyeah, or I think Windows16:23
melodie_I don't use Windows16:23
LaserJockunetbootin is available for most distros16:23
melodie_I tried it once, it screwed my menu.lst16:24
melodie_never again !16:24
melodie_I can have it in Archlinux ! Great !16:26
melodie_which one there is the one asac told me about ? http://cdimage.ubuntu.com/daily-live/16:27
melodie_which is the latest ? 20th ?16:27
LaserJockmelodie_: usually there is a link to "current"16:46
melodie_LaserJock, ok, thank you16:46
melodie_I'm dowloading from the "daily-live" directory now.16:47
melodie_do one knows if is there any development done especially for the netbooks ?17:21
ari-tczewplease sponsor debdiffs for fakesyncs: bug 512430 ; bug 524955 ; bug 52495717:26
ubottuLaunchpad bug 512430 in geronimo-jpa-3.0-spec "Fake sync geronimo packages (main) from Debian testing (main)" [Undecided,Confirmed] https://launchpad.net/bugs/51243017:26
ubottuLaunchpad bug 524955 in polkit-qt "Fake sync polkit-qt 0.9.3-1 (main) from Debian testing (main)" [Undecided,Confirmed] https://launchpad.net/bugs/52495517:26
ubottuLaunchpad bug 524957 in polkit-qt-1 "Fake sync polkit-qt-1 0.95.1-1 (main) from Debian testing (main)" [Undecided,Confirmed] https://launchpad.net/bugs/52495717:26
melodie_LaserJock, do you know if there are specific components at Ubuntu, that one should install when having a notebook Samsung NC10 ? Or if some special developments are led ? (kernels for notebooks, or ?)17:31
asacmelodie_: for netbooks you should install une17:58
asacmelodie_: http://cdimage.ubuntu.com/ubuntu-netbook/daily-live/17:58
LaserJockmelodie_: you can look at the "Hardware Specific Help" section of https://help.ubuntu.com/community/UbuntuNetbookEdition18:06
keesjames_w: when you get a moment, can you look at bug 524980?  if that patch is ok, I'd like to get it in; this error drives me crazy.  :)18:13
ubottuLaunchpad bug 524980 in lazr.restfulclient "does not retry temporary failures" [Undecided,New] https://launchpad.net/bugs/52498018:13
james_wkees: nicely phrased :-)18:15
james_wI have the same code externally18:15
keesheh18:15
keesyeah, I have the same code externally in lots of different scripts.  :)18:15
james_wI'd like to get leonard's opinion though18:15
keesokay18:15
keesyeah, I figured it should get a little review18:16
asackees: that patch is bad ;)18:17
asac1st. using while True: is lazy habit imo ;)18:17
asac2nd. you have an endless loop there, no?18:17
keesasac: well, I suppose it could be better, but it's not endless, we either break or reduce retries.18:18
asacrun a s/retires/retries/18:18
asac;)18:18
keesasac: I wanted to avoid a needless trailing sleep(1)18:18
asackees: you dont reduce retries, but retires ;)18:18
keesoop, but yeah, typo is ugly18:18
asacwhich probably never retires ;)18:18
asaccheers18:18
* kees updates patch18:19
james_wkees: fwiw, you've probably discovered this already, but just that isn't really sufficient for unattended jobs18:19
keesjames_w: oh? it seems to work well enough for mine jobs?18:20
keess/mine/my18:20
james_wyou often need to back of more than that18:20
james_wback off18:20
james_wif it's in cron and will try again an hour later then you are probably fine18:21
james_wbut there are often storms that go on longer than the ~30s that will retry for18:21
keeshrm, I hadn't noticed anything that got that crazy, but I think stalling for 30m in a client call isn't probably good.18:22
james_wno18:23
james_wso if it's appropriate you may want to do it at a higher level18:23
keesyeah.  but this should catch, at least for me, the bulk of the glitches18:23
james_wyeah18:23
james_wI just did the same thing hoping it would solve more than it ended up doing18:24
james_wlets see what Leonard says, I'd rather not stick it in if clients can't rely on it being there18:24
james_woh, and "ValueError: No json object could be decoded" means that haproxy can't reach an appserver, a couple of bugs mean you get a silly error18:26
keeskirkland: hrm, does qemu-nbd hang for you?  I can't get it to connect18:36
=== |sistpoty| is now known as sistpoty
melodie_hi again19:07
melodie_I think I ought to post a bug report, but I don't know against what I should post it : Xorg ? what is the configuration tool for resolution ? I installed in vbox, and did search a simple solution within Ubuntu to fix the resolution, but found none. Ended with using a foreign xorg.conf to fix it.19:11
melodie_http://pastebin.ubuntu.com/380521/19:11
melodie_what should I do to help improve this ? It's a problem I also met before, on a real install19:11
melodie_I feel that there is really something missing...19:12
LaserJockmelodie_: is this on Lucid or a stable release?19:50
melodie_LaserJock, on Xubuntu Karmic, and last year same happened in Ubuntu Karmic on an install on one of my machines19:53
melodie_LaserJock, maybe you are not interested in bugs about Karmic for now ?19:53
melodie_LaserJock, one more among many ? -> https://launchpad.net/+search?field.text=xorg+resolution+Karmic&field.actions.search=Search19:58
melodie_:o19:58
=== nhandler_ is now known as nhandler
bigonhas something got decided about the fakesync version scheme?20:06
bigoncjwatson: ^?20:13
melodie_I try to install Lucid in a pendrive : does it need a ext2 partition to work out ?20:17
melodie_(with usb-creator-gtk)20:17
bigonnobody for the fakesync versioning scheme?20:29
james_wbigon: you've read the mailing list discussion?20:34
bigonyeah but I'm not sure something have been really decided :p20:34
james_wwell, you have all the information that I know of then20:34
bigonwell I will upload my pkg with -Xfakesync1 then20:36
slangasekbigon: the tools today won't know how to handle that20:49
bigon:/ too late20:50
slangasekI wouldn't recommend using new package version schemes before there's a clear consensus and a committment to implementing the tool support20:50
crimsunslangasek: do you want me to leave bug 283217 open for the thinkpads?20:57
ubottuLaunchpad bug 283217 in pulseaudio "Volume HotKey shows OSD, doesn't change mixer level" [Medium,Incomplete] https://launchpad.net/bugs/28321720:57
crimsunotherwise I'm inclined to close it for the OR's hw20:57
LaibschIs mvo the only specialist on update-manager?  I'm about to update my hardy LAN server, but it picked hardy->intrepid instead of hardy-lucid.  I did some initial triage together with mvo and reported a ticket in LP.  Since then I've not heard back from him even though I pinged him a couple of times.  I finally want to go ahead with the upgrade, but that will then be the end of further data collection.20:58
slangasekcrimsun: eh, why would you use that bug to track anything about thinkpads when there's no mention at all of thinkpads in it?20:59
lifelessLaibsch: he is the primary author20:59
lifelessits just python though, so anyone that can program can debug it reasonably easily21:00
Laibschwho is econdary author?21:00
Laibsch;-)21:00
Laibsch+s21:00
Laibschlifeless: computers are just 0s and 1s, anybody who can count can debug them ;-)21:00
crimsunslangasek: given the title, I did not know whether you intended to track thinkpad symptoms there21:01
crimsunslangasek: anyhow, I'll close it, thanks.21:01
slangasekcrimsun: yes, please close it21:01
lifelessI wasn't intending to be sarcastic21:02
lifelessI feel like you were though in your response; is that accurate?21:02
* hyperair finds python pretty hard to debug21:03
hyperairis there some gdb for python?21:03
lifelesshyperair: yes; pdb and also gdb can do python21:04
hyperairoh that's cool21:09
hyperairlifeless: gdb doesn't appear to do python. says it's not an executable format21:10
slangasekyou either need to run 'gdb python' and then pass the script as an argument to 'run', or attach to the process by pid21:11
melodie_is 6 Go enough for Lucid, in a Virtual machine, please ?21:12
slangasekmelodie_: it should be, yes21:13
slangasekmelodie_: you may find #ubuntu+1 is a better forum for asking such questions21:13
melodie_thks slangasek, what is that chan dedicated to ?21:14
lifelesshyperair: http://wiki.python.org/moin/DebuggingWithGdb21:14
slangasekmelodie_: #ubuntu+1 is for support of the current development release21:16
melodie_slangasek, I'll also look for the dedicated bug tracker21:16
slangasekmelodie_: sorry, dedicated bug tracker for what?21:21
melodie_for Lucid21:21
melodie_sorry I was disconnected :-21:22
slangasekmelodie_: https://help.ubuntu.com/community/ReportingBugs21:22
melodie_thank you ! theses pages can look like a real jungle when you don't know where the right one is21:23
melodie_no21:24
melodie_I meant the bug tracker dedicated to Lucid. there I have gone allready, I am logged in launchpad too21:24
LaibschIf you don't take some time to read the chances are that you will not write a good bug report.  The effect of that will be that you will take up valuable developer time that could have otherwise gone into fixing a bug.21:36
LaibschPlease make sure you write the best possible bug report you can so that the devs can actually fix it21:36
LaibschYou may find out that your "bug" is not a bug after all or has a known workaround21:37
slangasekmelodie_: Launchpad *is* our bug tracker21:37
lifelessmelodie_: bugs.launchpad.net/ubuntu is the dedicated bug tracker21:37
lifelessmelodie_: its big because Ubuntu is big.21:37
melodie_I know that21:38
melodie_I used it at it's very beginning21:38
Laibschmelodie_: this isn't the right place for you to ask for support, please use #ubuntu+1 or #ubuntu-bugs.  Please be sure to read the wiki pages pointed out to you. You will find all the answers you need.21:40
melodie_Laibsch, I am logged there, I was just asking where the dev's are looking for bugs to fix21:41
lifelessmelodie_: bugs.launchpad.net/ubuntu21:41
melodie_in the whole place ?21:42
* Laibsch is getting a certain feeling21:42
lifelessmelodie_: yes21:43
melodie_lifeless, thank you21:44
DunkirkIs there a web site / way to view the patches that have been applied to packages in Lucid. (I'm looking to see if a particular has been fixed since Karmic.)22:25
lifelessDunkirk: patches.ubuntu.com22:27
=== Simira_ is now known as Simira
melodie_what is todays Lucid ? alpha ? alpha 1 ?22:51
melodie_or more ? I want to report this : http://pastebin.archlinux.fr/37826222:51
sherrmelodie_: Lucid questions in #ubuntu+122:55
melodie_allright thanks22:57
melodie_bye23:34
=== dendro-afk is now known as dendrobates

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