/srv/irclogs.ubuntu.com/2009/03/16/#ubuntu+1.txt

hixwell, this was kubuntu, jaunty alpha 400:00
avutongnome-panel isn't starting in jaunty here lately. I have to kill it to make it work(!). Any ideas how I could start to figure out the problem?00:05
avutonIt's like it's there, just not showing because my tray items are minimized to it00:05
TheUnderTakerHow do i disable the new notifcations?00:41
alex_mayorgaanyone else with this one https://bugs.edge.launchpad.net/bugs/33708001:04
ubottuUbuntu bug 337080 in bluez "bluetoothd crashed with SIGSEGV in calloc()" [Medium,New]01:04
=== drostie is now known as drostie|dreams
=== sarixe` is now known as sarixe
=== YDdraigGoch is now known as WelshDragon
=== WelshDragon is now known as YDdraigGoch
=== Andre_Gondim-afk is now known as Andre_Gondim
cwilluSigh, who do I talk to about a universe package that is completely broken out of the box (to such an extent that I'd call it ftbfs)?  uwsusp was synced + some additional patches, and those additional patches are bad, known to be broken.  The bug has been filed, nothing's happened in quite a while.  Notably, the debian version works properly, but even reverting to the old pre-jaunty version (which is quite a bit more out of date) w02:25
cwilluould be preferable02:25
* cwillu stamps his feet02:25
geniicwillu: I'd say look up the host package on packages.ubuntu.com then find who packages that02:28
cwillujust lists "Ubuntu MOTU developers", no particular name02:30
Hobbseewhich package?02:30
cwilluthere's a name for original maintainer, but his packages works fine (from debian02:30
cwilluuswsusp02:31
Hobbseeoh, that might explain why i couldn't find it the first time02:31
cwillus2disk/s2both segfault out of the box, don't do anything02:31
cwillumissed an s, sorry :p02:31
Hobbsee -- Devid Antonio Filoni <d.filoni@ubuntu.com>  Fri, 13 Feb 2009 21:48:21 +010002:31
Hobbseehis irc nick is probably in launchpad02:31
* cwillu looks02:32
bruce89http://patches.ubuntu.com/u/uswsusp/extracted/02:32
Hobbsee(aptitude changelog uswsusp ftw!)02:32
dtchenHobbsee: do you mind sponsoring the debdiff in bug 343254 for me, please?02:32
ubottuLaunchpad bug 343254 in linux "pulseaudio: alsa-util.c: snd_pcm_avail_update() returned a value that is exceptionally large" [High,In progress] https://launchpad.net/bugs/34325402:32
Hobbseedtchen: preferably not, sorry.  i'm coding an assignment02:33
dtchensure02:33
cwilludfiloni or devfil02:33
Hobbsee(don't ask why i'm on irc talking ;) )02:33
cwilludon't see either of them02:33
bruce89cwillu: only change the changelog mentions is splashy > usplash02:34
cwillubruce89, that patch is broken02:34
cwillubruce89, but debian's package works perfectly02:34
bruce89"add usplash support, I hope the patch is good"02:34
cwilluway to test things before committing them to universe, eh? :p02:34
crdlbHobbsee: just get yourself klined02:35
Hobbseeheh02:36
* Hobbsee is doing useful bits on irc - just not being everywhere02:36
* Hobbsee is looking for a "find and delete this element in a vector in c++", with apparently no luck02:36
crdlbstl :<02:36
dtchenHobbsee: assuming it's not a predefined type, you need to override find()02:44
Hobbseedtchen: darn, OK02:44
dtchenHobbsee: see also binary_search(). depending on whether you're doing insertions and deletions into the vector, you could also use a map instead of a vector.02:45
* Hobbsee discovers that she already has the position of the element from before, thus doesn't have to find it again. woot!02:45
Hobbseedtchen: that's true02:45
macoHobbsee: that just gave me a good idea for how to handle something in my homework. thanks!02:52
Hobbsee:)02:52
macoinstead of returning 1/0 for true/false when trying to find out if something's in a list, return its index if it's there and -1 if it's not02:53
macothen i can refind it easier02:53
Hobbseethat's usually the way to do it, yes :)02:54
DanaGI tried the new 9.4-alpha fglrx... no Xorg 1.6 support.02:55
=== Amaranth is now known as bluesmoke
usserso do i still need python 2.5 or 2.6 substitutes for it?02:56
usserfor some 2.5 didnt uninstall when i upgraded?02:56
usser*some reason02:56
JanC2.5 is still available for those who want to use it02:57
=== bluesmoke is now known as Amaranth
usserah i see02:58
JanCmaybe some packages still need it (even python 2.4 is still around because of zope 2.x)02:59
usserits just that i had some problems yesterday trying to install exaile. it was saying something like python version is not defined in header for a package mutagen or something similar. but python-central update fixed that, still i noticed i had python 2.5,2.6 and 3.0 installed :)03:14
jlduggerhmm. my python seems to be broken03:48
jlduggeri guess i'll just remove every broken package till i get a small enough set that upgrades03:52
musikgoat|mainhi, getting errors when updating linux-headers-2.6.28-9, unable to create ./usr/src/linux-headers-2.6.28-9/arch/cris/kernel/Makefile: No space left on device... yet i have gigs of room on /  ?03:54
dtchenmusikgoat|main: is either /tmp or /usr on a separate partition from / ?03:56
musikgoat|mainhmm, i looked at df, and it does look like /usr only has 189M avail03:58
bruce89perhaps the ext4 issue too03:58
musikgoat|mainwhats the ext4 issue bruce89?03:58
musikgoat|maini am running ext403:58
musikgoat|maini heard about a bug, but didn't read up on it03:59
crdlbjldugger: in what way exactly?03:59
bruce89musikgoat|main: sometimes there are issues with ext4 thinking it's full04:00
bruce89usually a fsck fixes it04:00
yofel_does somebody here know how I can disable those annoying deprecation-warnings for python that i get since 2.6 was set as default?04:01
musikgoat|mainbruce89: do you know offhand how to force a fsck on boot?04:01
cwillubug #31778104:01
ubottuLaunchpad bug 317781 in linux "Ext4 data loss" [High,Fix released] https://launchpad.net/bugs/31778104:02
bruce89musikgoat|main: can't remember, someone will I'm sure04:02
yofel_musikgoat|main: sudo touch /forcefsck iirc04:02
crdlbexcept you can't do that if the fs thinks it's full04:02
crdlbyofel_: fix the code? :)04:03
DanaGboot single.04:03
cwilluyofel, -W ignore should do it04:03
musikgoat|mainthanks yofel_04:04
cwillubruce89, musikgoat|main I just linked the bug, and the fixes were just released a few hours ago04:05
cwillumusikgoat|main, basically consisted of applications depending on specific behaviour of ext3 that isn't in common with any other filesystem, nor guarenteed by posix standards04:06
bruce89all that debate about fsync04:06
cwilluthe 'fix' consists of a workaround to make ext4 behave as ext3 did for the common cases04:07
musikgoat|maincwillu: interesting, thanks for explaining... fix-released means the patch is in jaunty-proposed?04:07
cwillumusikgoat|main, may not be synced with the repo's yet, but the changelog is up04:07
crdlbis there really a proposed for jaunD[D[D[D[D[D[D[D[D[D[D[D[D[D[D[D[D[Dty?04:07
crdlbwhat the heck?04:08
bruce89not yet04:08
musikgoat|mainso i should expect it in the -10 kernel update coming along the pipes04:08
musikgoat|mainnice04:08
musikgoat|mainthanks cwillu04:08
crdlbbruce89: they don't create that until release, right?04:08
bruce89yes04:09
musikgoat|maini think DanaG just left the room to show off the unicode quit message :-P04:11
DanaGNope, was switching computers, actually.04:11
DanaGI downgraded to the Intrepid X server, to get back fglrx, and thus compiz.04:12
DanaGI was running pidgin on a second computer.04:12
musikgoat|mainheh, i kid04:12
DanaGI still have this issue, though:  https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/31460004:12
ubottuUbuntu bug 314600 in fglrx-installer "fglrx versions newer than 8.543 cause system hang and panic" [Undecided,Confirmed]04:13
DanaGHappens even on just plain Intrepid.04:13
DanaGIt's also just as broken with the 8.600 leaked driver.04:13
crdlbleaked? where?04:17
crdlbis it a beta for 9.3?04:18
DanaGIt's a beta for 9.4.  No Xorg 1.6 support, though.04:19
crdlb9.4?04:19
crdlb9.3 isn't even out04:19
Amaranthso?04:19
Amaranthsomeone leaked a 9.1 beta before anyone had even seen a beta of 9.004:19
crdlbwell, for one, 9.4 is supposed to support xserver 1.604:19
crdlbbetas are supposed to be feature-complete :)04:20
Amaranthwouldn't be the first time someone has overpromised and underdelivered04:20
Amaranthand others are talking about a "9.4 beta" on phoronix too04:20
crdlbyeah, I remember reading about ATI's ridiculous devcycle04:20
AmaranthI swear they must have two teams of developers there04:21
AmaranthAnd they go back and forth on releases so each one is actually two months of work, it's like a stepped advance in a battle or something :P04:21
crdlbheh04:21
* bruce89 SCO is waiting linux 2.704:21
crdlbAmaranth: according to an old phoronix article, it's 11 weeks04:24
=== yofel_ is now known as yofel
Amaranthcrdlb: 3 teams then04:25
crdlband beta starts 4 weeks before ship04:25
DanaGgoddamn metacity won't let go of compositing.04:25
DanaGWell, it's also possible it's just suffering from the same brokenness as every other version has had for me.04:26
crdlbfor everyone04:26
DanaGEven with the Intrepid X server... 8.600 didn't work.  Kernel panic.04:26
crdlbso ... now that fglrx's new versioning is > the old one, why don't they change the internal version? :/04:30
DanaGhttps://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/31460004:31
ubottuUbuntu bug 314600 in fglrx-installer "fglrx versions newer than 8.543 cause system hang and panic" [Undecided,Confirmed]04:31
DanaGALL versions newer than 8.543 are just as broken for me.04:32
DanaGIt also seems to be related to this:  https://bugs.launchpad.net/fglrx/+bug/28862004:32
crdlbhow many times are you going to paste that? :/04:32
ubottuUbuntu bug 288620 in fglrx "fglrx:fireglAsyncioIntEnableMsgHandler] *ERROR* interrupt source ff000066 is not supported on this hardware (return code = 1) [EPR#257840]" [Medium,Triaged]04:32
crdlbthere are -- afaik -- no fglrx developers in this channel04:32
crdlbif there are any of you, please don't announce it04:32
IntuitiveNippleThey're probably in the witness protection program by now :)04:33
DanaGugh, ccsm can't comprehend arbitrary keys.04:35
crdlb'arbitrary'?04:35
DanaGlemme see...04:36
DanaG    state 0x0, keycode 199 (keysym 0x0, NoSymbol), same_screen YES,04:36
DanaGyeah, arbitrary.04:36
IntuitiveNippleyou mean a key with no known symbol?04:37
Amaranthccsm needs keysyms, keycodes are different on every keyboard04:37
DanaG          <append key="input.keymap.data" type="strlist">e033:f21</append>      <!-- FIXME: Auto brightness -->04:39
DanaGShould be F21, it seems.04:39
DanaGI had to manually modify that file to add the "EliteBook" string to a few of them.04:40
DanaGah, it's been so long since I've used compiz.  =þ04:40
=== Andre_Gondim is now known as Andre_Gondim-afk
DanaGgood: https://launchpad.net/ubuntu/+source/usb-creator/0.1.13/+changelog05:30
DanaGnow I can deploy a livecd to an sdhc card.05:31
jlduggercrdlb: i donno what exactly went wrong, but it's fixed now. probably related to a python transition05:31
bruce89DanaG: nice05:38
DanaGI can boot from sdhc card.  Nice.05:39
arkadyany reason why SDL was built without OSS support? does it really save that much disk space?06:16
arkadyanyone know which package I need or do I need to rebuild SDL (sdl-mixer?)06:20
=== Andre_Gondim is now known as Andre_Gondim-afk
kane77I'm going to upgrade to jaunty now, wish me good luck :)06:39
arkadykane77: get ready for massive crash bugs in bluetoothd and gnome-panel and such.. oh wait, those were there in Hardy and Intrepid06:41
kane77:)06:41
arkadyI was actually trying to switch to Affix due to bluetooth issues. Unfortunately it's not working for newer kernels06:42
kane77I want to see if I will be able to connect to channels above 11 with b43.. someone on forums said that it should either work or you might be able to get it working in jaunty..06:42
kane77but hey, the repositories are really slooowww :)06:43
arkadyanyone at all know what I'd need to do to get oss support in SDL?06:55
arkadyhmm apparently libsdl1.2debian-oss exists06:56
FinnishHmm, I'm trying to update but Jaunty - Release - part is giving me a Key error?07:11
arthur_A recent package update has  brocken Synaptic and the package manager. apt-get dist-upgrade still working fine. Any idea aas how to fix this?07:44
Hobbseethrow it out the window.07:44
arthur_done that :)07:44
arthur_Still it would be fine to understand what's wrong with the update manager07:45
Hobbseewould help if you actually had an error message, too07:45
crdlbany details?07:45
arthur_where can I look in the logs?07:45
Hobbseecrdlb: no, details not required.  Just throw it out the window, and stomp on it ;)07:45
Hobbseearthur_: 'apt-get update && apt-get upgrade' is usually a good start07:46
arthur_Hobbsee, pretty radical solution07:46
crdlbarthur_: terminal output?07:46
Hobbseearthur_: *grin*07:46
arthur_crdlb, I would be more tan happy to pass this on but, how? :)07:46
arthur_I am actually getting crash messages from Gnome07:47
arthur_But no hint as to what is actually crashing07:47
Hobbseetry apt-get update && apt-get upgrade07:48
crdlbrun update-manager in a terminal07:48
arthur_Hobbsee, done that, be there07:48
Hobbseeno error messages?07:48
arthur_no error messages from the update manager07:49
crdlbit just poofs away?07:49
arthur_I just did. btw  it opens the gui and refreshes repos07:50
arthur_nope07:50
crdlbso ... it works?07:50
Hobbseewell, i'ts not an error with apt / aptitude then07:51
arthur_Yes update-manager works but does not report any updates07:51
Hobbseeer, because there are none?07:51
arthur_MAy be07:51
arthur_But this morning I first tried that07:51
* Hobbsee advocates defenestration07:51
crdlbjust wait 5 minutes07:51
arthur_And subsequently did a apt-get update07:51
arthur_apt-get dist-upgrade07:52
arthur_and got 150 + Mb of updates07:52
arthur_yup07:52
crdlbthere's a big difference between crashing and not displaying any updates07:52
arthur_Hobbsee, Is there anyway I can easily look into my logs?07:53
Hobbseearthur_: cd /var/log, look for apt logs07:53
arthur_A console.app, for instance?07:53
arthur_I know that07:53
arthur_A GUI to the logs07:53
arthur_Same as on OSX for instance07:53
arthur_there should be one07:54
arthur_I just found this in my user.log07:59
arthur_ubuntu-hp pulseaudio[4044]: module.c: Failed to load  module "module-x11-xsmp" (argument: ""): initialization failed.07:59
arthur_The only significant error message07:59
arthur_Is it bad? :)07:59
arthur_OK, I made some further progress08:01
arthur_Invoking synaptic from shell, works just fine08:01
arthur_It doesn't work from the Gnome menu08:02
arthur_Perhaps time to update that08:02
mvoarthur_: what does "gksu id" on a terminal do?08:02
arthur_uid=0(root) gid=0(root) gruppi=0(root)08:03
arthur_Well, it's in Italian.. ;)08:03
arthur_But it looks ok to me08:03
arthur_mvo, agreed?08:04
mvohm, that looks good, no idea what is wrong from launching it from the menus then (I had thought it might be gksu broken)08:04
arthur_now here is a hint08:04
arthur_starting synaptic from shel works08:05
arthur_but reminds me about the missing privileges08:05
Jordan_Uarthur_, Are you starting synaptic from the shell without gksu ?08:05
arthur_sudo synaptic doesn't work08:05
crdlbarthur_: it won't open at all from the panel menu?08:05
Jordan_Uarthur_, You shouldn't use sudo with GUI programs08:05
arthur_Ah08:06
Jordan_U!gksudo | arthur_08:06
ubottuarthur_: If you need to run graphical applications as root, use « gksudo », as it will set up the environment more appropriately. Never just use "sudo"! (See http://psychocats.net/ubuntu/graphicalsudo to know why)08:06
arthur_live and learn08:06
Jordan_Uarthur_, See if it starts properly with "gksu synaptic"08:06
arthur_gksu synaptic is not working either08:07
Jordan_UAny errors?08:07
arthur_Gtk-WARNING **: cannot open display: :0.008:07
Jordan_UThat's interesting08:08
arthur_As I said just typing "synaptic" works fine08:08
arthur_IS there a way in Ubuntu to set all permissions in the filesystem to a default?08:08
arthur_Same thing as "repair permissions" in OSX.. ;)08:09
beardbaranyone having trouble with skype chat messages going out?08:09
Jordan_Uarthur_, Try: gksu zenity --entry08:09
Jordan_UYou will probably get the same error if I am right that this is not synaptic specific08:09
arthur_bash: gksy: command not found08:09
Jordan_UgksU08:10
arthur_Jordan_U, something missing?08:10
arthur_ah08:10
arthur_command not found08:10
TuTUXGlower case08:10
arthur_:)08:10
arthur_No protocol specified08:11
arthur_(zenity:13575): Gtk-WARNING **: cannot open display: :0.008:11
Jordan_Uarthur_, Now to see if non Gtk apps have the same problem try "gksu xeyes"08:12
arthur_same problem08:12
arthur_in other words, it appears that something is broken with gksu08:13
arthur_any ideas?08:13
arthur_Jordan_U, I have another 10 minutes.. ;)08:14
Jordan_Uarthur_, What is the output of: echo $DISPLAY08:16
arthur_Jordan_U, and btw, typing "xeyes" just works fine08:16
arthur_:0.008:17
arthur_looks OK08:17
Jordan_UI have no idea what the problem is then08:17
arthur_:D08:17
Jordan_UDo you have another user set up?08:18
arthur_thanks for trying08:18
arthur_well, I can try yes08:18
arthur_what do you have in mind?08:18
Jordan_UTry running "gksu --su-mode xeyes" and choose to run it as your other user08:18
arthur_same as before08:19
arthur_:(08:19
arthur_(gksu:13698): Gtk-WARNING **: cannot open display: :0.008:19
arthur_I am leaving, thanks for the assistance so far08:22
Jordan_Unp, good luck08:22
arthur_tia08:23
ablomenHi, has anybody noticed free and the system monitor program giving different memory usage?08:23
ablomenAnd, if free is right, the base system using up a lot of memory (about 900mb for a pretty default version of xubuntu, last update about 10 hours ago)08:24
jpdsablomen: http://virtualthreads.blogspot.com/2006/02/understanding-memory-usage-on-linux.html08:24
ablomenjpds, yeah well what the thing is, i know there is usualy a difference, but 350mb on system monitor vs almost 1gb on free seems a bit... huge08:27
jpdsablomen: That's... true.08:28
fargiolasablomen: the right information about memory usage with free is the "-/+ buffers/cache:" line08:29
crdlbI think gnome-system-monitor is just excluding cache08:29
ablomenand i also did get "can not alocate memory" errors when trying to start some programs.. so im guessing free is about right, and all i was running is xfce, vlc and apache+mysql08:30
crdlbcanot allocate memory indicates some sort of corruption, usually08:30
crdlbcannot*08:30
ablomenoh nice, ok so memcheck it is08:30
crdlbdue to overcommit, the kernel will pretty much never refuse a reasonable memory allcation08:31
crdlbbah, can't type08:31
crdlbwhich is why glib has the policy of aborting on malloc failure :)08:31
ablomenheh ok then, bwa i was hoping other people had this problem, seems i need to check my ram then.. well thanks for the tips jpds fargiolas and crdlb08:32
=== Ronald is now known as Ronald|Work
savvasfor some weird reason, epiphany-browser 's menu icon doesn't appear unless you logout/login - can anyone confirm this?08:33
crdlbablomen: not that kind of corruption08:33
ablomencrdlb, oh?08:33
crdlbablomen: I mean heap corruption, ie a bug08:33
ablomenah ok, so the best course of action may be using that pmap command to check the memory usage per process?08:34
ablomento see where to report a bug08:35
crdlboh, it's happening with multiple apps?08:35
ablomenwell no i dont know what app is doing it08:35
ablomenits not an application i start myself08:35
rwwsavvas: It's been reported on LP a few times. The binary and the icon are in different packages. If the icon gets installed before the binary, GNOME won't show it. Logging in and out makes GNOME look for the binary again --> it shows up.08:36
ablomeni checked top but i didnt see anything weird there08:36
ablomenso im guessing a daemon is bugged or something like that08:36
savvasrww: I tried update-menus and sudo update-menus after installing it and that wouldn't work either - thanks for shedding some light :)08:37
crdlbrww: hmm, I guess karmic can fix that :)08:37
crdlb(by only having one ephy)08:37
rwwcrdlb: I guess karmic is dropping the gecko backend?08:37
crdlbepiphany is08:38
crdlbit was supposed to happen sooner, but ephy 2.28 should be webkit-only08:38
rwwyay :)08:39
crdlbI'm actually using it now full-time, not that I really recommend it08:40
BUGabundodo Notifications only show on Primary screen, and not where the mouse and intereacting are happening?09:23
crdlbwithout looking at the code, I'm guessing it doesn't check the Xinerama outputs at all09:25
crdlbso it just positions it at the top right of the screen, which could (in theory) be a place no output (monitor) is showing09:26
BUGabundobug 34357609:30
ubottuLaunchpad bug 343576 in indicator-applet "Notifications only appear on the Defaul display" [Undecided,New] https://launchpad.net/bugs/34357609:30
BUGabundocrdlb: can you comment that there?09:31
BUGabundoalso bug 34357509:31
ubottuLaunchpad bug 343575 in gnome-do "DO classic popup only show on Default Display " [Undecided,New] https://launchpad.net/bugs/34357509:31
BUGabundoahh nice morning09:31
BUGabundoevent have read email and already filed two bugs09:31
=== drostie is now known as drostie|dreams
=== drostie|dreams is now known as drostie
crdlbBUGabundo: are we talking about notify-osd notifications, still?09:36
BUGabundotwo diff bugs09:38
BUGabundoone for notifications09:38
BUGabundoand one for gnome do09:38
BUGabundosorry for the confusion09:38
crdlbright, but the bug is filed against indicator-applet09:38
crdlbbug 33136909:39
ubottuLaunchpad bug 331369 in notify-osd "regression vs. notification-daemon: positioning when multiple screens are available" [Medium,Triaged] https://launchpad.net/bugs/33136909:39
BUGabundoyep09:44
=== Eq|laptop is now known as EqUaTe
macsimlaphi, I got an asus laptop X71SL-7S134C the network card is reconized like Ethernet controller: Silicon Integrated Systems [SiS] 191 Gigabit Ethernet Adapter (rev 02), I got the eth0 but I'm unable to use it, it refuse dhcp, even if I configure it static it doens't work, anybody now if it's will be fix ? or know how to fix that ? thanks10:29
slytherinmacsimlap: what error do you get?10:30
BUGabundomacsimlap: SiS? good luck with that10:30
macsimlapslytherin, no error10:31
BUGabundospend 2 days around a laptop with board, wired and wifi SiS based10:31
BUGabundono luck!10:31
macsimlapBUGabundo, thanks ;)10:31
BUGabundowould not conect to anything10:31
BUGabundoto install it, I was forced to use noacpi too10:31
macsimlapit's strange everything works fine, except the NIC10:31
BUGabundothe dhcp behaviour seems the same10:32
BUGabundoas I suffered10:32
BUGabundoyeah10:32
BUGabundoseems you are out of luck10:32
macsimlapBUGabundo, you disable acpi and it solve your problem ?10:32
BUGabundomany, many entries on forums with SiS hw support request10:32
BUGabundowith zero feed back10:32
BUGabundomacsimlap: no it didn't10:32
BUGabundobut at least allowed me to install ubuntu on it10:32
macsimlap1st time I got a computer on linux where everythings work except the NIC10:32
BUGabundowouldt even boot if not for that10:33
BUGabundobut unlike you, everything on that laptop as SiS10:33
BUGabundoyou seem to only have the wired card10:33
BUGabundoSiS is just bad for linux10:33
macsimlapBUGabundo, I got wireless too and it's works fine10:33
BUGabundosend them an email....10:33
macsimlapBUGabundo, I will ;)10:33
BUGabundomacsimlap: I bet its not SiS, is it?10:33
macsimlapBUGabundo, you win Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express)10:34
=== elpargo__ is now known as elpargo
joaopintoolá BUGabundo10:43
slytherinanybody having trouble with playing DVDs on jaunty? I am wondering if I am the only person with problem. Please try totem (gstreamer), mplayer or VLC.10:47
BUGabundooias joaopinto10:54
BUGabundoslytherin: there have been reports of css not compiling10:55
BUGabundowhat have you tried?10:55
BUGabundodid you try to install the codec from archive?10:55
BUGabundousing the build sh?10:55
BUGabundomedibuntu codec repos?10:55
slytherinBUGabundo: I have libdvdcss installed and all the codecs.10:55
BUGabundotoo many questions for a noob?10:55
BUGabundoif you have it installed, can you check another dvd?10:56
slytherinBUGabundo: I am not the noob. I am a MOTU. And I am responsible for sync/merge of libdvdread/libdvdnav from Debian. But now that I find the dvd playback broken, I am wondering why no one else has complained. :-)10:56
=== Teiseii is now known as Teisei
BUGabundoslytherin: sorry... had no idea, once you came in... notice the detail on the reply so assumed you knew more10:59
BUGabundoslytherin: to anwser your question: I've seen 2 users compalining10:59
slytherinBUGabundo: Any pointers?11:00
BUGabundono...11:00
BUGabundobad memory on my side11:00
BUGabundocheck the IRC logs...11:00
BUGabundoI know some one in here help one of the users debug it....11:00
BUGabundohe had luck with another movie... but not all11:01
slytherinOk. If it is related to libdvdcss then I don't think I can help.11:01
Hobbseeslytherin: i didn't find any problems when i tried last time?11:03
Hobbseeslytherin: and i hope you didn't drop my changes, like debian did...11:04
BUGabundojust to be sure: what's libdvdread ?11:05
slytherinHobbsee: I didn't do the latest merge of libdvdread. Which changes are you talking about?11:05
Hobbseehrm.  could not load location11:05
Hobbseeslytherin: making install-css.sh executable, via debian/rules, mainly.11:05
Hobbseeslytherin: and i thought you said you did ;)11:05
slytherinHobbsee: No. Those changes are there. And that is not the issue.11:05
Hobbseeah good ;)11:06
slytherinI get permission error in totem and similar error in other players. I have found the solution but not able to understand the cause.11:06
Hobbsee"Could not open location; you might not have permission to open the file." ?11:06
slytherinHobbsee: ^^11:06
slytherinHobbsee: yes, same11:07
Hobbseehmmm11:08
cwilluubuntu-restricted-extras:  "Drop libdvdread3, since libxine1 has its own private copy of libdvdread/libdvdnav".  That's not related is it?11:09
slytherincwillu: nope11:09
slytherincwillu: xien works fine.11:09
cwillulibdvdread3 isn't just xine though, no?11:09
Hobbseeslytherin: hrm.  i think it's a permissions problem with the actual cdrom drive?11:10
BUGabundocrdlb: that bug, as been triaged and marked as dupe!11:10
slytherinHobbsee: No. Here is my analysis. There is a configure2 script and a Makefile shipped by upstream. I think that is causing problem. If you use the ./autogen.sh to generate configure and then use that then the resulting .so works fine.11:10
slytherincwillu: Currently all the packages that use libdvdread are broken. But since libxine has its own copy of libdvdread/libdvdnav, it is not broken.11:11
Hobbseeslytherin: hit up seb128 about it?11:11
Hobbseeahhh11:11
crdlbBUGabundo: well, it is, isn't it?11:11
Hobbsee(or just fix it)  ;)11:11
vistakillerjust upgrade my kubuntu 8.10 to 9.0411:12
vistakillerno problem at all11:13
vistakillereverything works fine11:13
slytherinHobbsee: I can fix it, but I want to understand the root cause. I am wondering if currently used Makefile is causing any problem in symbols being exported.11:13
Hobbseeslytherin: https://bugs.edge.launchpad.net/ubuntu/+source/totem/+bug/342890 is the bug, fwiw11:13
ubottuUbuntu bug 342890 in totem "Cannot play DVDs" [Undecided,New]11:13
nelfhello, does anyone know how to disable ssh's feature to use any public key in my .ssh to login to a server even if it's not named as id_rsa.pub?11:13
slytherinHobbsee: Right. I will talk with seb128 provided I can not get hold of slomo.11:14
Hobbseeslytherin: prodded it with the "OMGFIXIT" stick, too11:14
Hobbseegah.  LP lost what I said.11:15
slytherinHobbsee: And once this is fixed, users are going to bless gstreamer developers. Because menus, subtitles work well. :-D11:15
Hobbseewoot!11:16
BUGabundothanks for the report vistakiller11:16
cwillunelf, the .pub isn't what logs you in to the server, it's the id_rsa file11:19
cwilluthe .pub is the part you copy into a particular server so that it can give challenges for the private key11:19
nelfcwill: but if i rename the .pub to .pubb it won't use it anymore.. weird11:20
cwillunelf, also, be sure you're not using connection sharing/multiplexing or anything like that, that could confound issues11:21
nelfcwillu: i mean, it will ask me for then ask me for a password instead of using the id_rsa (which i renamed to something else so that it will not be used by default)11:22
cwillunelf, sorry, I didn't follow that11:22
nelfcwillu: nope, not using that..11:22
cwillussh-agent?11:23
cwillu(ps aux|grep agent)11:23
nelfcwillu: before i upgraded to jaunty, i already had private keys in there, but they where renamed to something different (not id_rsa) so it won't be used by default11:23
nelfbut now they're being used in jaunty, unless i rename their .pub to .pubb s or something else11:24
nelfps aux | grep agent gives me pulse, and seahorse11:24
cwillunelf, I don't see anything relevant in the changelog11:31
cwilluafaik, the .pub file isn't even used locally11:32
cwillui.e, I can move mine to a seperate folder, and still log into to any servers that have it in their authorized_keys files11:32
BUGabundoyou use the priv to login11:32
nelfcwillu: yes, that's what i knew11:33
BUGabundothe remote site has the pub to match11:33
nelfi know, that's how it should be.. but i was just surprised why i when i login into my server it didn't ask me for a password11:35
nelf(it also did not allow me to type anything, as i added noptys in my remote authorized_keys)) hehe11:36
cwilluoh, seahorse is doing more for this now, it runs by default and acts as an ssh-agent.11:36
BUGabundonelf: that's what ppl love about cert login11:37
BUGabundono user input necessary11:37
BUGabundoa friend complain to me about beeing asked for the KeyChain key on on jaunty11:37
BUGabundoand that I sucks11:37
nelfkilled all seahorse and it's still trying to use my renamed id_rsa11:39
cwilluit's still in memory, log out and back in and I bet it prompts for a password11:40
nelfok, i'll try that11:41
cwilluquick, everybody hide before he gets back!11:41
* BUGabundo goes invisible11:43
* BUGabundo he isssss backkkkkkkkkkkk11:43
nelfyup, it's seahorse alright11:44
nelf.. still, weird :)11:44
BonezAUIs the mythtv package broken? I get unmet dependencies for front-end and back-end packages when doing sudo apt-get install mythtv11:58
BUGabundoBonezAU: let me guess: python?11:58
peacemm omg i get koffice broken11:58
peacewth11:58
BonezAUBUGabundo, please go on... I think I have python installed. Any specific version I should install first?11:59
BUGabundonaa12:00
BUGabundorecently we went undergona a HUGE python mygration12:00
BUGabundoto 2.612:00
BUGabundomany many many packages needed to be rebuild12:00
BUGabundosome of course need a push12:00
BonezAUso should I install 2.6 ?12:01
BonezAU2.6 is already installed according to aptitude12:01
cwilluBonezAU, refresh your repos, you probably just caught things in the middle of a push12:04
BUGabundoit should already be installed12:04
cwilluBonezAU, dependencies are fine on my system12:04
BUGabundoif you have the metapackage ubuntu-desktop12:04
BonezAUi will triple check that, back in 5 gotta hang washing out12:05
cumulus007How to upgrade to Kubuntu Jaunty from Kubuntu Intrepid?12:06
BUGabundocumulus007: do-release-upgrade -d12:07
cumulus007ah, thanks12:07
cumulus007Adept really needs a -d option12:07
BUGabundouse update-manager...12:07
cumulus007that's GNOME stuff12:07
BUGabundoits the recomened way to dist upgrade on Ubuntu12:07
BUGabundoduh12:08
BUGabundouse update-manager-kde12:08
BUGabundoROFL12:08
Q-FUNKHowdy! I just noticed that PREEMPT has been disabled in -generic kernels starting with Jaunty.  is there a more desktop-oriented kernel that would have it?13:00
AmaranthQ-FUNK: I didn't think we ever enabled it13:02
Q-FUNKAmaranth: it used to be enabled and it showed in "uname -a"13:02
AmaranthNot having it seems to be our problem with pulseaudio, our latency is too high13:02
Q-FUNKexactly why I'm asking.  it messes up operation with Skype13:03
Amaranththere is no kernel provided that has it13:03
cwilluQ-FUNK, prempt-vountary is enabled, and has been the default for some time13:03
cwillucan't type13:04
cwillupreempt_voluntary13:04
Q-FUNKcwillu: ok, but that doesn't suit the needs of desktops.13:04
Q-FUNK:)13:04
cwilluQ-FUNK, you might want to check into what that means before you say silly things like that :p13:04
Q-FUNKcwillu: what makes you think that I don't know the difference?13:05
cwilluforced preemption is only required if you've got poorly written drivers that don't have the appropriate break points13:05
cwilluand in some cases, forced preemption _breaks_ drivers13:05
Amaranthcwillu: Which obviously is our problem13:05
Amaranthfedora kernel: 5ms13:06
Amaranthour kernel: 130ms?13:06
cwilluAmaranth, proprietary drivers are apparently a common culprit13:06
Q-FUNKI'm just trying to figure out how to get Skype working rock-solid again, the way it used to with Intrepid.13:06
cwilluwell, that's not the difference, the preempt setting hasn't changed13:07
Q-FUNKrecent PA uploads just keep on providing messier an dmessier defaults that make Skype barf and cough.13:07
vistakilleri was thinking to do some bug report after the upgrade in kubuntu13:09
vistakillerbut everything works fine!!!13:09
cwillualmost as if the maintainer is trying different options to see what works across the majority of systems :p13:09
vistakiller:D13:09
Q-FUNKactually, recent PA changes even affect totemt and rhythmbox, which used to work fine13:13
Q-FUNKAmaranth: yup, that's some serious latency.13:14
cwillu  * Reenable 0030_set_tsched0.patch, which re-disables glitch-free;13:15
cwillu    too many users are reporting regressions and audio aberrations.13:15
cwillu  * Adjust 0003_change_resample_and_buffering.patch to use linear13:15
cwillu    resampler to work better with lack of PREEMPT in jaunty's13:15
cwillu    -generic kernel config (LP: #207135, #322250, #332761, #335955,13:15
cwillu    LP: #336965).13:15
cwillu(changelog from latest pulseaudio)13:16
Q-FUNKprecisely13:17
cwillu!?13:17
Q-FUNKbrb13:17
cwilluyou're upset that they tried something during an alpha, it didn't work, and so they backed it out?13:17
* cwillu will learn some day to not take people with all-caps names seriously :p13:19
* cwillu suggests people who want full preempt comment on bug #32413313:20
ubottuLaunchpad bug 324133 in linux-rt "Wishlist - Provide PREEMPT kernel since RT is broken" [Undecided,New] https://launchpad.net/bugs/32413313:21
cwillu<cwillu> you're upset that they tried something during an alpha, it didn't work, and so they backed it out?13:23
cwilluyou just missed that :p13:23
cwillu* cwillu suggests people who want full preempt comment on bug #32413313:23
cwillu<ubottu> Launchpad bug 324133 in linux-rt "Wishlist - Provide PREEMPT kernel since RT is broken" [Undecided,New] https://launchpad.net/bugs/32413313:23
ubottuLaunchpad bug 324133 in linux-rt "Wishlist - Provide PREEMPT kernel since RT is broken" [Undecided,New] https://launchpad.net/bugs/32413313:24
ubottuUbuntu bug 324133 in linux-rt "Wishlist - Provide PREEMPT kernel since RT is broken" [Undecided,New]13:24
ubottuLaunchpad bug 324133 in linux-rt "Wishlist - Provide PREEMPT kernel since RT is broken" [Undecided,New] https://launchpad.net/bugs/32413313:24
cwilluugh13:24
vistakillerthis was my five upgrade in this system13:24
vistakillerand for first time i dont have a problem13:24
vistakillernice work guys!!13:24
cwilluwhat's the rule on assigning or subscribing teams to bugs?13:25
cwilluwas thinking about assigning 324133 to ubuntu-kernel-team, but I don't know that that's appropriate13:25
gnomefreakcwillu: normally a good idea not to but its really up to the person/team. that bug will not be fixed (id say about 75%) it would be a feature and FF is in place. talking with someone from the team would be better than just assigning it. the team gets the bugs in email if its a kernel bug13:28
cwillugnomefreak, package linux-rt count as something they'd get notified on?13:29
* Amaranth builds a 2.6.29 kernel with PREEMPT and modesetting, prepares for pain13:29
gnomefreakcwillu: the bug is agiasnt the kernel right?13:30
* cwillu suggests Amaranth throw that in a ppa :p13:30
cwillugnomefreak, it's against linux-rt13:30
cwillushould it be against something else?13:30
cwillu(pre-existing bug)13:30
gnomefreaklook on the right hand side of the bug it will tell you everyonre13:31
Amaranthcwillu: pfft, packages?13:31
cwillukernel team isn't listed13:31
Amaranthkernelcheck says this will take 2-4 hours13:31
Amaranththat's a bit...off13:31
Q-FUNKheh13:32
Amaranthunless it's going to compile the kernel 6 times13:33
cwilluAmaranth, maybe it'll throw some random configs in for testing :p13:33
cwillugnomefreak, should I be looking for kernel-team in there somewhere?13:35
gnomefreakcwillu: im looking at the bug atm13:35
cwilluah, k, thanks13:36
cwilluQ-FUNK, thank the nice gnomefreak :p13:36
Q-FUNK:)13:36
Amaranthheh, it's already going through building the modules13:37
gnomefreakcwillu: its done13:38
* cwillu pokes Amaranth and Q-FUNK13:39
cwilluthanks13:39
Amaranththe 1000Hz thing is a waste when we've got NO_HZ13:40
Q-FUNKgnomefreak: thanks13:41
AmaranthI tried to build a kernel on a Pentium machine once to get my modem working, after 6 hours I turned it off and installed Win2K13:41
gnomefreakQ-FUNK: np13:41
Amaranthnice to be able to build one in the time it takes to eat breakfast now13:41
* cwillu notes that there is an -rt kernel in universe, does it do anything useful?13:42
Q-FUNKyeah, but 1000Hz really produced a fast and responsive desktop, back when it was enabled.  huge difference between 250 and 1000.  of course, with zero hz enabled, it's a moot point.13:42
Amaranthcwillu: the -rt kernel doesn't do power management13:42
Amaranthbecause that would cause latency problems13:42
Amaranthso it always runs in C0 which causes heat and wastes battery13:43
Q-FUNKI understand that some hardware drivers barf if they run on a faster clock, but it felt sad when the default was brough back down, in the early days of 2.613:43
Amaranthof course 1000Hz is crap for a laptop too13:43
Amaranthhrm, looks like 20 minutes was not enough time13:51
Amaranthdang slow HD13:51
unixdawgok14:11
unixdawgI have a fresh installon kubuntu6414:11
unixdawgand firefox is crashing right and left14:11
unixdawgseamonkey is acting more stable14:12
amortvigilHello why does my jaunty breakdown randomly14:18
amortvigilsometimes it goes right for a day14:18
Q-FUNKamortvigil: because it's not yet released14:18
unixdawgits alpha ware14:18
amortvigilQ-FUNK: i know but this is a strange things14:18
amortvigilthing14:18
unixdawgand not yet stable14:19
amortvigiland thus i want to ask how to find out whats wrong and how to report it\14:19
unixdawgI have issues with firefox onit14:19
amortvigiloke14:19
amortvigilthats a good one14:20
amortvigilill go check it bye14:20
gnomefreakunixdawg: file a bug on it i'm doing email today14:28
unixdawgok in a few filing office reports right now14:29
BUGabundognomefreak: eheh14:29
unixdawghad server issues over the weekend14:29
Amaranthmodeset fail14:30
Amaranthwill have to build a 2.6.28 kernel later with just PREEMPT14:31
BUGabundowhy do I doubt that's going to happen?14:33
BUGabundokernel team has refused it14:33
AmaranthBUGabundo: I'm going to do it myself, not for others to use14:35
BUGabundoah ok14:37
picklesworthHm... is audio completely destroyed for anyone else?14:42
BUGabundopicklesworth:14:42
BUGabundopicklesworth: me14:42
picklesworth(hoping this is the climax before some miracle fix to all the problems)14:42
BUGabundobut using a daily LiveCD works14:42
BUGabundobug filed14:42
picklesworthoh, what's the bug #?14:42
BUGabundosec...14:43
BUGabundobug 34325814:43
ubottuLaunchpad bug 343258 in pulseaudio "Logs from yesterday daily image" [Undecided,New] https://launchpad.net/bugs/34325814:43
BUGabundoits just a base line comparation14:43
BUGabundorun http://www.alsa-project.org/alsa-info.sh14:44
BUGabundowhen filing bugs14:44
picklesworthDarn, I think ours are different problems. For me, audio just makes a horrifying, crackly popping noise for a few seconds then PA crashes14:44
picklesworthso it makes a sound. Just not a very nice one.14:45
BUGabundodiff bug14:45
picklesworthOh, now it works, so you're all going to think I'm crazy...14:46
picklesworthMeh, that probably stemmed from my failed attempt at getting a bluetooth headset to work14:47
tmeixnerHi, I still haven14:48
BUGabundotmeixner: then give it back14:50
tmeixner't filed my bug for amarok. Music on the network (smb / ssh connection) doesn't play on kubuntu. Is it dophin who offers the filebrowser view with network/root/home ?14:50
BUGabundowe need our haven, someday14:50
tmeixnerhehe BUGabundo, I blame dell and their lousy keyboard layout for this :-)14:51
tmeixnerI tried mapping a drive via sshfs and it works. I think that narrows it down to the filebrowser in amarok/kde. Is it called kio?14:53
EruaranIf Dolphin wont do what you need, try Konqueror14:55
EruaranI think Dolphin is supposed to though14:55
tmeixnerEruaran: that's part of the problem. It's the filebrowser inside amarok which doesn't work correctly so I don't really have a choice. I think it's provided by KDE but I want to know which package.14:57
BUGabundonice14:57
BUGabundofirefox just killed it self14:58
Eruarantmeixner: ah i c14:58
Eruarantmeixner: pretty sure Amarok would be a KIO slave15:00
tmeixner!kio15:00
ubottuSorry, I don't know anything about kio15:00
tmeixnerneither does the bot :-) No problem, I think I have enough keywords for the bugreport.15:01
tmeixnerlaunchpad doesn't really seem to distinguish between alpha and stable releases. You just throw it in one big pot?15:02
Eruaransurely not ?15:03
cwillutmeixner, they're seperated by the release name15:03
cwilluthere aren't seperate alpha and stable releases, there's just a release, and whether it's actually been released yet or not15:04
=== jonathaN2 is now known as jonathaN
* cwillu patiently waits for a kernel update15:08
BUGabundocwillu: one new coming out?15:08
* BUGabundo needs to put kernel ML up to date15:08
cwilluBUGabundo, the ext4 workarounds are coming down the pipe15:09
BUGabundoahh15:09
picklesworthJust noticed all the little changes to GTk15:10
picklesworthI love the caps lock warning in password fields :)15:10
calccwillu: seems jens axboe (linux ata guy) took tytso to task about sync not being expensive15:17
calcso there may still be some changes coming later15:17
cwillucalc, that has little or nothing to do with the workaround though15:18
calccwillu: true but sync's can't be made to be cheap from jens told tytso so perhaps we will eventually end up with not needing to use sync with every write15:23
calcheh15:24
calcnot sure if you read it, but even though sync on ext4 is for the file specifically in hardware it has to flush the entire disk buffer so it still writes loads of data to disk even for a 1 byte file sync15:24
cwillucalc, they can be far cheaper than ext3's though, that's all that was at issue15:24
cwilluxfs does it15:24
calccwillu: oh the issue is that tytso is advocating changing all code to use sync for every write15:25
calccwillu: and if that were to occur the expensiveness of sync would start to become more evident15:25
BUGabundoI don't get it15:27
BUGabundoI use XFS and never had any trouble15:27
BUGabundorelated to data loss on power failure15:27
BUGabundoat least that I noticed15:27
BUGabundohad way more with KDEPIM crashing and losing files15:27
calcBUGabundo: heh i had data loss often with XFS, others i heard had data loss often with reiserfs15:27
BUGabundosince I read the bug report I've been doing sync on occasion15:27
calcBUGabundo: kdepim losing files... on XFS?15:27
calcBUGabundo: if so that is due to XFS15:28
BUGabundoand I notice that some times HUGE amount of stuff gets cached15:28
cwillucalc, has there been some discussion outside of theo's blog post and the bug?  jens doesn't really say much at all on the blog15:28
BUGabundoand doing it before suspend and hibernate tends to make it MUCH faster15:28
BUGabundocalc: I think I have a bug or two on kdepim15:28
BUGabundolet me see if I find them15:29
calccwillu: probably on the fs list but what jens does say makes it clear that what tytso has been saying about needing fsync essentially for every posix file command would be much more expensive than he claims15:29
BUGabundocan't15:29
BUGabundotoo old for FF Aweome bar15:30
calccwillu: ext4 may be somewhat faster currently wrt writing to disk but once every bit of code is changd to his utopian view it won't be any more15:30
calcBUGabundo: ok15:30
BUGabundoI've used them all15:30
calcwhat jens is saying is that every time you call sync it flushes the entire disk buffer on hardware... which on modern hard drives is 32MB15:30
BUGabundoext2/3 reiser, xfs15:30
BUGabundonot ext4 yet15:30
calcso you force a 32MB write for a sync of a 1 byte file15:31
BUGabundobut xfs is far faster to others15:31
calcso sync is not nearly as cheap as tytso was claiming (or thinking?)15:31
BUGabundoI only have 8MiBs of cache15:31
BUGabundodought you will find laptop with more then 16 in the next year15:31
calcBUGabundo: older hard drives have smaller or no cache of course :)15:31
BUGabundomine is one year old!!15:31
calchmm yea actually my drive only has 16MB cache in my laptop but 32MB on my desktop15:32
calcthis sync performance issue with affect all of Linux though, not just laptops15:32
cwillucalc, jens is talking about the physical drive cache though, wheras we've been talking about the os's page cache, which is completely seperate15:32
calccwillu: to completely separate it and say sync is really cheap without understanding underlying hardware though is very shortsighted which is what Jens post was about15:32
cwillui.e., in the case of dataloss, the data was never sent to the drive at all15:33
calcsync isn't cheap even if the fs makes it cheaper at, just, that level15:33
cwillucalc, flushing the hd's cache is never going to cause a 3 second synchronous delay on the desktop15:34
calcit is cheaper than eg 500MB (100MB/s * 5s buffer) but it can still be in roughly the same order of magnitude write and as drive caches increase it will15:34
cwilluyes, it will impact throughput, but that's not even close to what we're talking about.15:34
BUGabundoguys this is angles Sex kinda discusion15:34
BUGabundowhat we need is better hw support to do it async15:34
BUGabundowe ask disk to do it, and internally it should be handle15:35
BUGabundoand report back when done!15:35
cwilluBUGabundo, um, no15:35
calcBUGabundo: what we need is better posix spec or barring that to do one on fdo or something to make the meta data atomic15:35
cwilluthe page cache isn't on the disk15:35
BUGabundothat is not15:35
calcBUGabundo: currently its not clearly defined so fs people have decided that meta data can be updated before the data in the file is even written15:36
calcBUGabundo: which is the root cause of all of this mess15:36
calcto get around it now they want to turn off sync()ing to disk with laptop_mode so nothing can safely ensure it's data is written to disk15:36
BUGabundoah15:36
calcinstead of just implementing proper meta data ordering15:36
calcof course i don't know how hard the proper meta data ordering would be, but that should be the real goal, not hacking around the issue by turning off sync etc15:37
calcthe current 2.6.28 patch forces full sync of files to disk whenever meta data is changed to get around having to fix the issue15:37
calcwhich is why there is a performance issue with the new patch15:38
BUGabundoplus now we have SSDs15:38
BUGabundoand sgould have into consideration15:38
BUGabundoto optimize eat and warn out15:38
calcSSD's don't have much seek delay but do have very low data io caps15:39
calceg the Intel one degrades > 20GB/day15:39
calcand flusing its buffer (if it has one?) every sync probably would hit that pretty fast15:39
* calc doesn't think SSD's will be useful for real world for another 5yr+15:40
crankharderjust upgraded to +1 and can't seem to get the right resolution out of my external monitor -- it's supposed to be 1680x1050 -- lspci says I have an intel mobile 4 chipset, integrated...any ideas how to fix this?15:40
BUGabundocrankharder: GPU?15:41
BUGabundoah intel15:41
cwillucrankharder, crt?15:41
cwillunvm, probably not with that resolution15:41
crankharderlcd15:42
* calc would guess a 19" lcd15:42
crankharder2215:43
crankharderlinux display drivers need to do less thinking and more listening until they can autodect well15:43
crankhardere.g., I shoudl be able to say, dammit, 1680x1050 i dont care what you think is attached15:43
ali1234the problem usually that the panel is lying to the graphics card - there's nothing the drivers can do about that15:45
calccrankharder: edid has been a defined spec since the mid 90s if your lcd isn't giving accurate data then it isn't linux's fault15:45
calcmaybe even the early 90s iirc my crt from 94 did edid and was a fairly cheap one at the time15:46
crankhardercalc: it JUST worked before I upgraded15:46
calcthere really is no excuse for there to be edid issues anymore15:46
crankharderdon't tell me it's the lcd's fault15:46
calccrankharder: hmm if it did work before it might be a bug of some sort in the intel driver15:46
crankharderexactly15:46
crankhardersee my point above15:47
calccrankharder: what resolution is it running at?15:47
calccrankharder: and do note font size may change between intrepid and jaunty15:47
crankharder1280x1024 on a widescreen display15:47
ali1234read man intel specifically options "ModeDebug" and "DDC"15:47
cwillucrankharder, in which case, you should be filing a bug on launchpad.  Having said that, there already is a 'use this resolution damnit' feature in xrandr15:47
crankharderwhich is the biggest it'll allow15:47
calccrankharder: i would file a bug on the intel video driver in launchpad if it worked fine before15:48
crankhardercwillu: oh really?15:48
cwillucrankharder, check your /var/log/Xorg.0.log file for the modes line (it's probably listed, but not listed as the preferred resolution), and then you can use xrandr --newmode with that line to make it available15:48
calcregardless of the solution, if it worked with intrepid fine but not jaunty its probably a bug and should be filed in launchpad15:49
cwillucrankharder, in fact, you might be able to directly set it via xrandr --mode "1680x1050"15:49
crankharderi've got 2 displays...15:50
beardbaranyone having issues with wine?15:50
BUGabundobeardbar: define issues?15:51
BUGabundomine worked fine last week15:51
cwillucrankharder, the line I gave you woulnd't work anyway, for exactly that reason.  I was presuming you'd check the docs for xrandr, and see that there's also an --output parameter related to this :p15:51
tmeixnerThis is my first bugreport, if s.o. has a second, is it written ok?  https://bugs.launchpad.net/ubuntu/+source/amarok/+bug/34371615:51
ubottuUbuntu bug 343716 in amarok "KIO filebrowser in amarok doesn't play files on a network share (smb/sftp)" [Undecided,New]15:51
BUGabundoanyone reading the last few emails from Design team to devel-discuss ML ?15:52
beardbarBUGabundo: every app i try bugs out but I think its because my soundcard15:52
beardbarthe logs all report sounddriver issues.15:53
BUGabundothat's another prob15:53
BUGabundothat should be fixed soon15:53
BUGabundodtchen already pactched it15:53
crankhardercwillu: I got that far -- now I get cannot find mode 1680x102415:53
beardbarahh cool15:53
cwillu1050?15:56
crankharderthat one either :)15:58
crankharderthere is a 1680x1050 modeline in /var/log/Xorg.log15:58
cwillupastebin the output of xrandr, and your /var/log/Xorg.0.log file15:58
picklesworthooh, Epiphany 2.27 is nice :)15:59
crankhardercwillu: what are you looking for in Xorg.0.log -- 10K lines is too many for pastebin :/16:04
crankharderxrandr: http://pastie.org/41776316:05
=== drostie_ is now known as drostie
cwillucrankharder, 10k lines!?16:09
BUGabundocrankharder: don't you log rotate?16:10
crankharderi didn't write it :/16:10
cwillucrankharder, give me head -n 1000 /var/log/Xorg.0.log | pastebinit -i -16:11
cwilluapt-get install pastebinit if you don't have it already16:11
BUGabundocwillu: that's one of the packages that should be in base metapackage16:13
crankharderokay -- figure it out, in xorg.conf my Virtual screen was set too small16:13
* BUGabundo consideres filing a bug on that wishlist16:13
BUGabundois it possible to grow the virtual limit?16:13
crankharderwas set to something like 28--x1024 when it needed to be (1200+1650)x1050  or 2930x105016:13
BUGabundoisnt it hardcoded to X?16:14
cwilluBUGabundo, it's specified in xorg.conf16:14
crankharderwhich is working right now -- let's see if killing X blows it up16:14
BUGabundocwillu: I read some where that it was limited to some values16:14
cwillucrankharder, this was a fresh install?16:14
BUGabundothat is getting to low for current days16:14
cwilluBUGabundo, drivers have maximum texture sizes that you typically run into, it's really only an issue for compiz though16:15
BUGabundoahh16:16
cwilluand even then, only for windows which are larger than that max texture size16:16
cwilluthe problem is that the desktop is one of those windows16:16
BUGabundolike me having 2x1440  screens?16:16
cwilluhaving a seperate root window for each screen would fix that, but I think that would require x hacking to do16:16
cwillux server hacking, rather16:16
edgyHi, I cannot connect to my works wifi, iwlist scanning shows http://pastebin.ca/1362321, what's this IE: unknow?16:18
crankhardercwillu: no, this was an upgrade16:18
cwillucalc, the second half of http://thunk.org/tytso/blog/2009/03/12/delayed-allocation-and-the-zero-length-file-problem/#comment-2032 may be useful for you16:18
crankharderokay -- so the only problem now is that the icons on my laptop screen (1280x1024) when autoarranged are off the top of the screen16:19
cwillucrankharder, open the desktop in nautilus, set it to icon mode, and move things around as required.  It's the same layout16:19
picklesworthhave you made the panels larger lately?16:20
picklesworth(or moved them, for that matter?)16:20
picklesworthif so, you'll need to restart gnome-panel. It has a nasty bug right now where it doesn't update the window struts16:20
crankhardercwillu: no, the problem is autoarrange puts them off the top of the screen16:21
cwilluoh, that16:21
crankhardereven though windows snap to the correct edge of the screen16:21
cwilluthat's the price you pay of having two monitors side by side with different vertical sizes16:21
calccwillu: yea i've read all that before, it doesn't address what jens axboe commented on earlier in the thread, i haven't had time to read the entire new thread (read all of the bug report thread though)16:21
cwilluthe desktop is the size of the total virtual size16:21
cwilludeadspace isn't handled very elegantly16:21
calccwillu: he keep reiterating that sync is 'cheap' now when actually it is only cheap at the filesystem level not in reality :)16:22
crankharderif I somehow get the smaller screen to the top of the virtual space will the icons scroll off the bottom then?16:22
cwillucalc, it's as cheap as it is on any other fs, which is all he was talking about16:22
cwillucalc, we're not talking about gratuitous fsyncs, we're talking about doing fsyncs when you need to make sure the data is written.  It's the bare minimum16:22
=== DBO3 is now known as DBO
calccwillu: you need syncs for everything in the real world since you can't even expect meta data ordering to be correct currently, he hacked in a patch to 2.6.28 but doesn't consider it to be correct... but that every posix io call needs a sync to be correct...16:24
calccwillu: not sure if you read the entire bug thread to get that bit of information16:24
crankhardercwillu: well thanks for the help :)16:24
cwillu...16:24
calccwillu: basically it seems that either properly tracking meta data on a per file basis in memory is terribly expensive or he just doesn't want to put in the effort to do it right (?)16:24
calccwillu: i haven't seen him fully address that part of the issue16:25
cwillu...16:25
cwillucalc, he has, several times :p16:25
cwilluyou can't talk about the metadata of a file in isolation16:25
cwilluif a block is allocated to a file, and a block is allocated to another file, you can't commit one and not the other16:26
calccwillu: yes in the current fs layer implementation... what he didn't address is whether that issue could be fixed to separately track per file16:26
cwilluthat's why delayed allocation is a huge win, because you _can_ commit the one set of metadata, because the other transaction hasn't happened yet16:27
calccwillu: if it were possible to be fixed then it would solve the problem in entirety16:27
cwillucalc, you can't16:27
calcwhy?16:27
* calc notes this may be obvious but it has been several years since he hacked on fs stuff in kernel16:27
calcif it is obvious i have forgotten why :)16:27
cwillucalc, because the problem isn't about the file, it's about the metadata on the disk to say what blocks are allocated where16:27
cwilluit's that structure that's being manipulated and commited and backed up by the journal and so forth16:28
calci still don't see why this couldn't be tracked on a per file basis for the meta data so it doesn't get flushed before the file without having to resort to flusing the file early as the 2.6.28 patch does now16:29
cwilluif you've allocated blocks for file a, and then you allocate blocks for file b and fsync file b, then you _have_ to also commit the allocation for file a16:29
vistakillercan i install notify-osd in kubuntu?16:29
calccwillu: oh... so you don't run out of disk space and end up failing to allocate for a later on?16:30
calcso this is essentially an overcommit related problem?16:30
cwilluor end up allocating something that's already been allocated16:30
cwillunot exactly16:30
cwilluit's the things you have to do to avoid fsck'ing16:30
cwillubasically, if this stuff didn't happen, then instead of a hard crash taking out a file, a hard crash could take out the entire file system16:31
cwilluthe same way that fat could hard-crash16:31
cwilluor ext216:31
calcallocate in your above example is really preallocate right?16:31
cwilluit could be, the distinction doesn't really matter16:31
calccurrently the way it works (aiui) is that if you preallocate file a and then preallocate b then sync b it only writes b to disk (without the 2.6.28 patch)16:32
cwilluaiui?16:32
calcas i understand it16:32
cwilluno, now we're into delayed allocation :)16:32
calcfrom what tytso has said sync on a file only writes that file info to disk16:32
cwilluwith delayed allocation, the blocks haven't been reserved.  It hasn't even been decided where they will be written yet16:32
calcand sync only commits the data in the file as the meta data stuff all happens within 5 sec or something like that16:32
calcso you: open() write() close() rename(), could happen in open() rename() write() close() order() as i understand it and if you crash after rename() then it has a 0 byte file16:34
cwilluwell, specifically, you have to fsync the containing folder to fsync the metadata16:34
calcoops order() should not have had brackets16:34
cwilluthe 0 byte file comes from the truncate16:34
calccwillu: from my understanding of the problem the meta data is updated before the data is, the sync causes the data to actually be written16:34
cwilluopen('write_truncate')16:35
cwilluat that point, you've dropped the blocks that were allocated in the filesystem.  You asked for precisely that16:35
calccwillu: there was discussion that even the rename() can happen before the data hits the disk, not just the truncate part16:35
cwilluyes, because the rename is metadata16:35
cwilluif you don't fsync16:36
calccwillu: so even presumably correct code of open(tmp) write() close() rename(to orig) will fail with a 0 bytes file16:36
cwilluthat's not correct code though16:36
cwilluopen(truncate), write(), fsync(), close(), rename() is the correct sequence16:36
cwillubah, that's wrong16:37
cwilluopen('new'), write, fsync, close, rename16:37
calcthere is no truncate needed in the above16:37
calcheh16:37
cwilluthat's the right sequence16:37
cwilluyep :p16:37
calcthat just killed your battery as well16:37
cwillueh?16:37
cwilluno16:37
calcwhich is why people want the spec extended to have meta data tracked properly or at least in implementation16:37
cwilluwhat fsync actually does is left to the os16:37
calcthe solution tytso came up with to this is just to disable fsync entirely in kernel16:37
calcwhich then requires you change code that you want to really hit disk for critical reasons not just for consistency purposes to use a new syscall16:38
calcso we need to change all code in existence to use fsync, then change all critical code to use this new currently non-existant syscall16:38
cwillucalc, that's not what he said16:39
cwillubut regardless :p16:39
calccwillu: he said he created a patch for 2.6.28 to work around this issue so that all data is syncd automatically with metadata since he doesn't think the above is actually achievable16:39
cwilluwhen I hit save in my editor, that needs to do an fsync16:39
cwillubut the feature that laptop-mode is supposed to provide is that it still doesn't spin up the drive16:40
calcthe need to use a new syscall is needed and he even said himself so that data that actually needs to hit disk will in power management cases16:40
calcsince if you have laptop-mode disable fsync then even critical writes will no longer happen16:40
cwilludefine 'critical writes'16:40
cwillua cache write isn't using fsync16:41
cwilluand writing to a database is16:41
cwilluas is saving an editor file16:41
cwilluas is writing to a log file16:41
calcsoon almost everything will be using fsync16:41
cwilluas they need to be16:41
calcyes... but fsync will no longer ensure something is on disk (which is actually broken posix behavior aiui?) so we have to extend syscall to have real_fsync for apps that need it16:42
cwilluany app that predates ext3 is already using fsync, because that's how you get stuff written16:42
cwilluno, the entire point of laptop-mode is that you're holding back changes that otherwise would be considered to be vital16:43
cwilluyou can potentially lose 5 minutes of data16:43
cwilluif you don't write to the drive for 5 minutes (including fsyncs)16:43
cwillubut you don't corrupt anything by doing that16:43
cwilluyou just straight up lose the data16:43
cwillutime machine style :)16:43
cwilluthat's what laptop-mode is giving you16:43
cwilluso it's completely reasonable to delay fsyncs until that point16:44
calcperhaps that will work ok, it sounds good enough for my personal use, but not sure if for everyone... but it still ends up causing hw buffer flush on every write which is not very good for performance (i think?)16:45
* cwillu starts muttering :p16:45
calcheh, i'll shut up, i'm sure tytso and jens can come to some conclusion on how to fix that :)16:45
IntuitiveNippleSounds like all we need is a COW ramfs overlay :)16:45
cwilluext3 is already doing that, and far worse, because it has to allocate _every_ pending transaction16:45
BUGabundocwillu: calc with so many fsync I wonder if everything will be written to disk on time!16:46
calcalthough i think by definition sync() would require that not to happen16:46
cwilluIntuitiveNipple, almost like a page cache :p16:46
cwilluBUGabundo, it's still better than ext3, because ext3's semantics already required worse performance :p16:46
ali1234the whole idea of optimizing everything for battery life at any costs troubles me16:46
ali1234i mean what is the point of an extra 5 minutes of battery when the machine is unusable and loses data in the event of a crash?16:47
IntuitiveNipplecwillu: almost but not quite :)16:47
cwilluIntuitiveNipple, shush you :p16:47
ali1234(and a crash is pretty likely to happen if you are using every last bit of power in the battery)16:47
* IntuitiveNipple hums to himself and rocks back n forth :)16:47
cwilluali1234, well, laptop-mode is a special case.  The last 15 lines are so are really just about demonstrating that laptop-mode still has a sensible meaning in an fsync'ing world :)16:47
cwilluali1234, laptop-mode-tools turns off laptop mode when the battery live gets below a threshold for exactly that reason16:47
calchmm yes fsync() requires the data to be on disk after it returns (so besides breaking posix for laptop-mode) this would make physical disk buffers useless for writes at least16:47
IntuitiveNippleBUGabundo: I've responed to your bug #335507 update - we are making progress :)16:48
ubottuLaunchpad bug 335507 in netspeed "netspeed applet will not measure wired" [Undecided,New] https://launchpad.net/bugs/33550716:48
cwillucalc, that's not actually what posix says :p16:48
BUGabundoIntuitiveNipple: I read it16:48
calccwillu: ah well the man page, i suppose it should be updated :)16:48
calcah fsync directory16:48
cwilluI don't want to say best-effort, but it's basically that16:48
calcmisread that bit (distracting kid running around room)16:48
cwillubut regardless, laptop-mode works exactly as advertised even if it disables fsync's globally16:49
calccwillu: well the kernel can't completely disregard that to allow the physical disk buffer to be useful again16:49
BUGabundoIntuitiveNipple: 1. My interpretation of "...it didn't detect..." means the applet does not offer the wired connection in the list of devices in the preferences dialog.16:50
BUGabundomeans its there and even enabled manually16:50
* calc gets back to rewriting OOo's debian/rules file16:50
calc800+ lines done and millions to go ;-)16:50
* cwillu has a suspicion that a delicious fruit blended beverage is about to appear at his desk16:50
cwilluI'm like a cat:  I can hear the can opener running :)16:50
IntuitiveNippleBUGabundo: really?! But it *did* offer the WiFi? Please add that observation to the bug report - that is significant16:51
IntuitiveNippleBUGabundo: and probably easy to figure out from the source code16:51
BUGabundo2) even when manually selected it will not mesuare anything16:51
BUGabundothe icon is the same as not plugged16:51
cwillucalc, when you're done that, you wanna start converting all our sysvinit rc jobs to upstart?16:51
IntuitiveNippleBUGabundo: Yes - that's that running = 0 flag again16:51
BUGabundoI thought the report already stated that!16:51
BUGabundoon the OP16:51
cwilluwe've had upstart for 2 years now, and we still don't use it for anything but tty's and ctrl-alt-delete :p16:51
BUGabundoIntuitiveNipple: I'm confused with your questions there16:52
BUGabundolol16:52
BUGabundoso I think you are too16:52
IntuitiveNippleBUGabundo: Sometimes it helps to be clear, the entire thing can be confusing when remote debugging and seeing different results that don't reproduce the problem16:52
BUGabundoIntuitiveNipple: so let me rephrase things and tell me what you don't understand16:56
BUGabundoso I clear on the ticket16:56
BUGabundoI have 2 netspeed applets16:56
BUGabundoone for Lo, one Auto16:57
BUGabundoa few days before I filed the bug16:57
BUGabundoit stopped detecting what interface was plugged16:57
IntuitiveNippleYes... that'll be the "running = 0" flag16:57
BUGabundoafter a few tries it started to auto detect wifi, 3G and vpns16:57
IntuitiveNipplewhich is libgtop16:57
BUGabundobut wired NEVER gets autodetect16:57
BUGabundomanually selecting ANY will work other then wired16:58
BUGabundowired NEVER works16:58
IntuitiveNippleI'm adding some more debug code so you can capture more information16:58
BUGabundook16:58
BUGabundothanks16:58
BUGabundois this clear?16:58
IntuitiveNippleNo :D but wel'll muddle through :)16:58
IntuitiveNippleThere have been no changes to netspeed so it has to be the changes to the underlying system17:00
BUGabundoIntuitiveNipple: I'm a bit way17:01
BUGabundoon the job...17:01
calccwillu: oh, i thought keybuk already had that stuff done :\17:01
BUGabundoso im is on another windows17:01
BUGabundoI may delay to reply17:01
IntuitiveNippleBUGabundo: I'll reply to the bug report when there's anything to know17:05
BUGabundook17:08
BUGabundodo you need me to add anything there?17:08
BUGabundoIntuitiveNipple: ^^^^^17:08
IntuitiveNippleBUGabundo: not right now... the next thing will be reporting the output of the next debug version17:13
cwillucalc, had a set up upstart jobs?17:15
BUGabundohttp://cache03.stormap.sapo.pt/fotostore02/fotos//10/c4/f7/2872313_J3YfW.jpeg NSFW17:18
BUGabundoIntuitiveNipple: let me know when it's the ppa17:18
cwilluBUGabundo, in what sense do you think nsfw links are appropriate for ubuntu channels?17:19
BUGabundosorry cwillu17:19
BUGabundojust trying to make your afternoon funnier17:19
BUGabundoits a broswer comparation17:19
cwilluI know what it is, but I'm just wondering what you were thinking :p17:20
BUGabundoto make you guys laugh a bit17:21
BUGabundoseems I overdid it17:21
IntuitiveNippleBUGabundo: interesting, for some reason here the auto mode has grabbed the 'tun0' device (openvpn connection)17:21
BUGabundoyes17:21
BUGabundohere too17:21
BUGabundoVPN takes precedence over any other17:22
cumulus007What's happening with XUL?17:22
cumulus007It deleted suddenly after an update17:22
cumulus007so I installed it back , because without it I can't run Firefox17:22
cumulus007but Firefox still doesn't work17:22
cumulus007when running xulrunner, it gives a:17:22
cwilluupdate-manager check for updates again, installing any that show up17:23
cumulus007*** buffer overflow detected ***: /usr/lib/xulrunner/xulrunner-bin terminated17:23
cwilluyou probably just caught something mid-update17:23
cumulus007and a lot of bactracing stuff17:23
IntuitiveNippleBUGabundo: It's not that - it just takes the last device name reported and generally that's tun/tap devices and similar17:23
cumulus007cwillu: did you say that to me?17:23
unixdawglol skpye wont install on kubunu6417:23
unixdawgskpye/skype17:23
cwilluyes17:23
BUGabundounixdawg: I have (had?) it running on 64biys17:24
BUGabundoubuntu (gnome with lots of KDE libs)17:24
sparrWhat negative side effects should I expect in Kubuntu Jaunty if I pin KDE at version 3.5.x?17:24
unixdawgwell I do dpkg --install and it says wrong arch17:25
unixdawgjaunty uses kde 4.217:25
peacesparr: mm17:25
calcsparr: probably have trouble upgrading17:25
peacei am on kubuntu 9.0417:25
peaceand some features there aren't17:26
peacebut now  you can use it at least17:26
unixdawgback up your data and start fresh17:27
* calc hopes KDE doesn't decide to go break the world again in 201117:27
calceg after KDE 4.517:27
unixdawgkde5 will be the end of all os's as we know them17:27
* calc has been using gnome since late 2004 after he stopped maintaining kde 3.x17:28
Glacies_Huhi17:28
unixdawgok17:29
Glacies_Hui've got Intel video card... how can i use applications with 4:3 window in full screen, with correct aspect ratio?17:29
Glacies_Humy screen is 16:1017:29
cwilluGlacies_Hu, applications as in movie players?17:30
cwilluthey should already be displaying in the correct aspect ratio17:30
IntuitiveNippleBUGabundo: this netspeed issue - are you running on 32-bit or 64-bit OS ?17:30
Glacies_Hucwillu, no, video players are good. I thought about maybe games.17:31
cwillugames should be handling it properly too17:32
cwillufile a bug against the game in question is the best answer17:32
cwilluas a work around, you could apply a window rule via compiz to size it17:32
Glacies_Hucan i add windows rule to full screen applications too?17:33
cwilluyep17:33
Glacies_Huwindow*17:33
Glacies_Huoh, thats good, thx for help.17:34
BUGabundoIntuitiveNipple: 64 bits17:34
Glacies_Hubut... i turn of compiz when im playing.17:34
IntuitiveNippleBUGabundo: ok... same here. I was speculating that a bit-width and flags issue might be to blame.17:35
BUGabundoIntuitiveNipple: why just wired?17:35
IntuitiveNippleBUGabundo: it was just a theory.17:36
peacehey compiz is running slow on my computer17:36
peacewhy17:36
peaceon intrepid was perfect17:36
BUGabundopeace: disable vsync17:36
IntuitiveNippleBUGabundo: it isn't just wired... there's an issue with the 'running' flag returned by libgtop17:36
BUGabundopeace: and Indirect17:37
cwillupeace, because stuff changes in major releases, and alpha's are when we fix the stuff that breaks :)17:37
BUGabundocwillu: humm we break stuff that works too17:38
cwilluBUGabundo, yes, I just said that17:38
cwillunobody can consistently write stuff that works the first time, there needs to be testing17:38
sparrpeace: i am also on kubuntu 9.0417:39
cwillupeace, search the bug reports in launchpad is a good place to start (for things like your current video card, etc)17:39
cumulus007cwillu: updated, but it doesn't help :(17:39
sparrcalc: after KDE 4.5 I would expect it to be at least as usable as 3.5, so it won't be such a concern then.17:39
peacecwillu: mm i have serched and i don't see so much stuff17:39
sparrcalc: im more concerned with the next 12-18 months when i would rather be using 3.5 than 4.2/4.317:39
cwillupeace, what chipset, whats the exact symptoms?17:39
peacecwillu: intel 945gm , slow effects17:40
peacebut on debian it works fine17:40
peaceon kubuntu no xD17:40
cwillupeace, basically, just remember that nobody owes you a trouble free alpha experience.  If you want support and the like, wait for the release :p17:40
cwillupeace, sec, I think I know the bug17:40
peacecwillu: i know i know it's an alpha but xD17:41
cwillubug #30301117:41
ubottuLaunchpad bug 303011 in xserver-xorg-video-intel "[i945] 2.5.1 driver poor performance" [Unknown,In progress] https://launchpad.net/bugs/30301117:41
cwillupeace, I've been able to workaround it by running the -server kernel instead of -generic, but that hasn't worked for many people17:41
sparri think around 4.4 KDE will be back to where it was with 3.5, in terms of features and usability17:42
peaceyes now kde4 it's fine here17:42
peacecwillu: mm thank y17:43
picklesworthis anyone here running the Deskbar applet successfully?17:44
picklesworthfor me it's been crashing as soon as I load it since upgrading to Jaunty17:44
peacesparr: now  you can use kde4 maybe something has to come but now youi can enjoy17:44
BUGabundopicklesworth: no17:44
BUGabundoits dead for one or two weesk17:45
peacecwillu: you mean on the boot?17:45
BUGabundofeel free to open a bug and let me know the id17:45
sparrpeace: im using it right now, hate it17:45
picklesworthI suppose I should...17:45
cwillupeace, yes17:45
peacesparr: mm ? i love it xD hihihi17:45
BUGabundopicklesworth: I'll save you the work17:46
cwillupeace, install linux-server, (and probably linux-restricted-modules-server as well), and then reboot into the server kernel17:46
BUGabundomy apport just fired on it17:46
cwillupeace, worked for me :p17:46
BUGabundouploading logs NOW17:46
picklesworthRighto17:46
peacecwillu: well i will try i have to create a lots of screencast now17:46
peace:P17:46
picklesworthoh, I did that one. Never really trusted apport, though. It just kind of disappears when it's finished, leaving me in the dark :/17:47
picklesworthmaybe apport doesn't like me17:47
peaceah i have another issue with my wacom tablet17:50
peacexD17:50
peaceeraser dissapear17:50
peacei can't use it17:50
peacei have my xorg.conf configured17:51
picklesworthYar, the upgrade tool seemed quite convinced that HAL would be able handle autoconfiguring Wacom tablets for us and proceeded to comment out the lines in xorg.conf17:52
picklesworthwhich is nice; an empty xorg.conf is awesome; except that HAL absolutely does not manage to do it17:52
picklesworththe lines should still be there, though17:52
picklesworthOooh, interesting!17:56
picklesworthI just ran deskbar successfully this way in the terminal17:56
picklesworthpython2.6-dbg /usr/lib/deskbar-applet/deskbar-applet17:57
picklesworthexpecting to debug the segfault, but instead it worked17:57
picklesworthsuper weirdly, running it with python2.6 (not debug) still crashed17:57
picklesworthBUGabundo: Did that create a bug report on Launchpad, or should I create one?17:58
peace_cwillu: it's working faster xD18:05
cwillupeace_, yay :p18:05
cwillupeace_, hopefully they get it fixed properly, but ya18:06
cwilluonly helps on the 32bit server kernel18:06
peace_haha thank you man18:06
cwillu-server enabled pae on 32bit machines, which isn't compatible with the new gem memory manager, which is the source of the grief18:07
peace_i have tried kwin and it' fastest18:07
cwilluso gem gets disabled, and we're happy :p18:07
peace_fantastic18:07
BUGabundopicklesworth: got on the phone!18:08
BUGabundoneed to find the upload window18:08
BUGabundolet me check18:08
IntuitiveNippleBUGabundo: There's a new libgtop package, can you test with that once it hits the archives?18:09
BUGabundoupgrading18:10
=== EQP[AwNg is now known as LjL
IntuitiveNippleBUGabundo: also, upstream seem to be reworking the struct glibtop_netload - that could be part of the issue although why it doesn't affect me I don't know.18:10
BUGabundoIntuitiveNipple: my system is trash18:13
BUGabundoneed to reinstall18:13
BUGabundoeheh18:13
picklesworthEeek! Weird... NetworkManager disconnects then reconnects when I make a saved connection global18:13
* BUGabundo misses UpdateManager number of updates count :(( 53MiBs doesn't say enough18:13
IntuitiveNipplepicklesworth: expected... it'll drop the per-user connection and then do a system connection (I'd expect)18:13
BUGabundopicklesworth: it makes some sense18:13
picklesworthindeed. I wish it told me, though :/18:14
picklesworthBUGabundo: At least you can enable it showing the version information in gconf18:14
BUGabundocan I?18:15
picklesworthmhmm18:15
* BUGabundo looks at gconf18:15
picklesworth/apps/update-manager/show_versions18:15
BUGabundohumm18:15
picklesworthit looks like they've completely abandoned counting updates, though. That's odd.18:15
BUGabundoare we talking the same ting?18:15
BUGabundoyeah18:17
BUGabundoI miss it18:17
BUGabundoI wonder if I should file a bug against the Design team18:17
BUGabundolike bruce89 did18:17
=== PcYpVWD\ is now known as LjL
picklesworthOops, here's that bug report by the way: https://bugs.edge.launchpad.net/ubuntu/+source/deskbar-applet/+bug/34379918:28
ubottuUbuntu bug 343799 in deskbar-applet "deskbar applet crashes when starting" [Undecided,New]18:28
thiebaudebug 30487118:28
ubottuLaunchpad bug 304871 in xserver-xorg-video-intel "[i845G] Fatal server error: Couldn't bind memory for BO front buffer (Jaunty)" [Unknown,Confirmed] https://launchpad.net/bugs/30487118:28
BUGabundostupid question: using usbcreator to place ubuntu on a flashpen, will work with ext2/3 and not fat/fat32 ?18:29
BUGabundogym time18:41
BUGabundosee you guys tomorrow18:41
sparrevery time krunner is too slow to load i remember why i am hating 4.x18:41
unixdawgok is there no flash for kubuntu64 ?18:44
yofelunixdawg: if you mean adobe flash player then that would be flashplugin-nonfree18:46
tmeixnerunixdawg: pretty crashy though on 64 bit.18:56
unixdawgok flash works19:01
tmeixneron 32 bit all was fine but 64bit flash often crashes on me; already on 8.1019:02
SwedeMikesince I upgraded to the abode 64bit alpha release, I have no flash crashes.. with 8.1019:02
tmeixnerSwedeMike: npview.bin has something to do with flash don't it?19:03
unixdawghmm well i AMON JAUTY19:04
unixdawgwe willsee19:04
cumulus007Hi, my PulseAudio is crappy, sometimes it works, sometimes it doesn't19:04
cumulus007and it uasually takes 50% of my cpu19:04
cumulus007my syslog is overwelmed by this19:04
cumulus007Mar 16 20:03:15 sander-desktop pulseaudio[12285]: alsa-util.c: snd_pcm_avail_update() returned a value that is exceptionally large: 13835058054713115660 bytes (418290290514 ms) Most likely this is a Linux bug. Please report this issue to the ALSA developers.19:04
cumulus007this notification is being put there ~10 times a second19:05
riboperhaps report it to the alsa developers19:07
cumulus007ribo: I'm going to do that19:11
cumulus007ribo: but what I don't understand, is why PulseAudio is being used on my KDE system19:11
cumulus007I thought KDE uses Phonon?19:12
SandGorgoncumulus007: it is using the pulseaudio backend - maybe you can configure it to use the xine backend19:17
cumulus007SandGorgon: but how? I'm sure the Xine backend is selected, and it's the only backend available in the list19:18
nihilismi found some nice tools for ubuntu19:19
SandGorgoncumulus007: in that case, you need to kill the pulseaudio daemon19:19
nihilismhttp://fnords.ch/ubuntu19:19
cumulus007SandGorgon: I'm doing that all the time19:20
SandGorgoncumulus007: in that case, did you install KDE from Gnome, there might be some problems because of that. try uninstalling pulse19:22
cumulus007SandGorgon: GNOME was pre-installed19:23
cumulus007the Kubuntu alpha downloaded much slower that time19:23
cumulus007I will install a plain Kubuntu system in the future, I think ;)19:23
SandGorgoncumulus007: try uninstalling pulse...19:24
cwillucumulus007, could you file a bug on that?19:38
unixdawganyone here get a bcm4318 working19:43
unixdawgwifi card19:43
shiny_peoplewhy is there no news, no anouncement about 9.04 whatsoever? its not even mentioned on the ubuntu website19:43
unixdawg?19:43
shiny_peoplei thought it was supposed to conquer the home user market19:44
Picishiny_people: Its not released yet.19:44
shiny_peopleyeah but I mean windows 7 is not released yet either, but I already know everything about it because its advertised19:44
jpdsshiny_people: https://wiki.ubuntu.com/JauntyJackalope19:47
jonpackardHello.. anybody else have NVidia proprietary driver breakage with recent Jaunty update?19:51
picklesworthIt'll be advertised with a countdown once Jaunty is in beta19:51
unixdawgI need to get my bcm4312 working19:51
Brinstaris it just me or has the flash plugin for firefox always been so laggy?19:51
unixdawgso I take it here no one has broadcm mini pci wifi cards19:54
Brinstarunixdawg: what kind of problem you having?19:56
unixdawgit shows there is a wlan but when I try to bring it up it fails19:57
unixdawgroot@unixdawg-laptop:~# ifconfig wlan0 up19:57
unixdawgSIOCSIFFLAGS: No such file or directory19:57
unixdawgseems that something is missing19:57
Brinstarthe drivers for that are proprietary arent they?19:58
unixdawgno there are kernel drivers19:58
Brinstari have a similar card19:58
Brinstarok19:58
unixdawgjust woundering whats missing19:59
Brinstarmine actually works fine though19:59
Brinstarif theyre kernel that makes less sense19:59
unixdawgyes I agree20:00
unixdawgI wounder if thy have issues on thier kubuntu64 ver ?20:01
unixdawgseems the firmware is missing20:05
Brinstardont they have a download on their site?20:06
unixdawg?20:06
Brinstarfor the firmware?20:06
unixdawgwho bcm20:06
Brinstaryeah20:06
unixdawgorkubuntu20:06
Brinstarlike intel have one for their cards20:06
unixdawgthats for the windows driver20:06
unixdawgthats not firmware20:06
unixdawghmmm20:06
Brinstarintel have a firmware for their wireless cards for linux20:07
unixdawggot it20:22
unixdawgI had to fallow a webpage and get a firmware cutter20:22
Brinstarok20:23
Brinstarstupid question, did you have a look at the restricted hardware drivers app?20:24
joaopintois fglrx working with the current xorg version ?20:27
Brinstarnot yet20:27
antoranzis IntuitiveNipple around?20:28
antoranzcause I just hit the same seg fault20:28
unixdawg_we have wireless20:36
unixdawg_the firmware work20:39
unixdawg_but now pidgin is not conneting20:40
Brinstarhehe20:40
Brinstarone problem after another20:40
unixdawg_well the fact they dont include the firmware and dont really tell you is a issue20:41
Infectounixdawg_: join #pidgin and read topic20:41
unixdawg_it was working before i moved to my wireless20:41
smakhi all, had anybody had any luck installing hellanzb on jaunty?20:50
yao_ziyuanso you guys don't get update notifications automatically?20:53
smakjust wondering why it doesnt show up in synaptics anymore... is the only way to install it is terminal?20:53
antoranzyao, since i moved to jaunty I didn't get notifications20:55
Brinstarantoranz: same here20:56
antoranzthat was till KDE broke..... I'm waiting for a fix to come out so I can see how it's going lately20:56
unixdawgkde4 is working wifi is workign but now pidgin is not working20:56
=== linux1 is now known as sentient-kernel
yao_ziyuanantoranz: right. someone in #kubuntu-devel says update-notifier has a bug20:57
antoranzI'm in this bunch: https://bugs.launchpad.net/bugs/33820520:57
ubottuUbuntu bug 338205 in kdebase-workspace "[jaunty] plasma crashes on start with SIGSEGV" [Medium,Fix released]20:57
smakno hellanzb love in here?20:58
unixdawgshit20:59
smakwhats up unixdawg20:59
unixdawgwekk irc works on wifi21:00
unixdawgbut pidgin is not21:00
unixdawgI just got my wifi on this laptop working21:00
Brinstar!hellanzb21:00
ubottuSorry, I don't know anything about hellanzb21:00
Brinstarnor do i :P21:00
unixdawgthenmin I plugin the etho and bring it up pidgin works21:00
smakhmmmm... i had to do a fresh install of JJ... the upgrade process wasn't 100% for me21:01
bruce89!ohmy21:01
ubottuPlease remember that all Ubuntu IRC channels share the same attitude of providing friendly and polite interaction with all users of all ages and cultures. Basically, this means no foul language and no abuse towards others.21:01
unixdawgsudo bash21:01
unixdawgthn do apt-get update21:01
unixdawgthe apt-get dist-upgrade21:01
jpdsThe right way to get a root login is: sudo -i21:01
antoranzsudo su21:02
jpds!sudo21:02
ubottusudo is a command to run programs with superuser privileges ("root"). Look at https://help.ubuntu.com/community/RootSudo for more information. For graphical applications see !gksu (Gnome, XFCE), or !kdesudo (KDE)21:02
antoranz:-)21:02
unixdawgjust nice to have wifi again21:04
=== a3Dman_ is now known as a3Dman
smakanybody know why the graphics tend to be a bit slower on JJ vs. II?21:21
smakdell intel GMA21:21
smakmostly alpha blending slowdown, and some tearing on videos21:21
ernstpI keep getting timeout exceptions from the ata subsystem in Jaunty, never happened on Intrepid21:22
ernstpcould it be a kernel bug or will everyone blame my hardware?21:22
ernstp http://paste.ubuntu.com/132196/21:22
ernstphappens with different bios settings, different sata ports21:22
ernstponly my ext4 root filesystem during big dist-upgrades, but that's probably because it's such a heavy load21:23
smakand all questions fall on deaf ears21:26
smakdeafbot21:26
smak!slow video21:26
ubottuSorry, I don't know anything about slow video21:26
smak!slow graphics21:26
ubottuSorry, I don't know anything about slow graphics21:26
smak!ubuntu21:26
ubottuUbuntu is a complete Linux-based operating system, freely available with both community and professional support. It is developed by a large community and we invite you to participate too! - Also see http://www.ubuntu.com21:26
savvassmak: you probably need graphics drivers from System > Administration > Hardware drivers21:29
smakdidnt need it with Intrepid... but i suppose i can try it21:29
DanaGoh yeah, tormodvolden's PPA has newer ati and intel open-source drivers.21:29
yofelno, the intel drivers come with X - but they're slow here as well. thanks X 1.6 :/21:29
smakhmmmmm, so it's likely nothing I can really 'fix' per say?21:30
DanaGoperative word:  NEWER drivers.21:32
DanaGNot the same as the ones in Jaunty out-of-the-box.21:32
smakok, OOB drivers are bundled with X, which are dogshit slow. so try new drivers via S/A/Hardware Drivers21:33
crdlbsmak: using compiz?21:34
smakjust the default install with JJ, let me see what settings i have going21:34
smaki'm on my 2nd month with linux, so i'm n00b status bigtime, but luckily i'm not too retarded21:35
gmiernickiyes, because computers hate retards21:37
JanCsmak: there is a known problem with some intel cards AFAIK21:37
DanaGhttps://launchpad.net/~tormodvolden/+archive/ppa21:39
DanaGoh wait, it doesn't have new intel driver -- just new drm modules.21:39
DanaGno, wait, it does have newer intel.21:40
DanaGIt's just not shown on that page, for some reason.21:41
thiebaudei'm looking for an intel i815 driver for jaunty21:42
DanaGI just wish radeon had power management.21:44
JanCseems like there is comming a new intel driver that needs some kernel changes first21:45
smakthanks DanaG21:45
smakhmmm... interesting JanC... makes me wonder if i should just wait it out21:45
DanaGargh, battery life for me currently sucks.21:45
JanCthiebaude: try the -intel driver (it might work)21:46
unixdawgok its half connecting now21:46
thiebaudeJanC: the ppa one?21:47
IntuitiveNipplethiebaude: the xserver-xorg-video-intel driver supports i81521:47
JanCthiebaude: the one in the normal repository21:47
thiebaudeis it in synaptic in 9.04?21:48
JanCI think it should be installed by default?21:48
IntuitiveNippleIt is installed by default21:48
thiebaudebug 30487121:48
ubottuLaunchpad bug 304871 in xserver-xorg-video-intel "[i845G] Fatal server error: Couldn't bind memory for BO front buffer (Jaunty)" [Unknown,Confirmed] https://launchpad.net/bugs/30487121:48
IntuitiveNippleapt-cache policy xserver-xorg-video-intel21:49
thiebaudethat the problem i've been having21:49
IntuitiveNippleThat's i84521:49
thiebaudeit's also confirmed for i81521:50
IntuitiveNipplethiebaude: what's lspci -nn report for your video device?21:50
thiebaudelet me check21:51
IntuitiveNippleAlso, did you try adding the Legacy3D option ?21:52
thiebaudecan i paste it from the terminal21:52
IntuitiveNipplejust need the one line for your video card21:52
thiebaudeok21:52
thiebaude00:02.0 VGA compatible controller [0300]: Intel Corporation 82815 Chipset Graphics Controller (CGC) [8086:1132] (rev 04)21:53
thiebaudeim running 8.1021:53
IntuitiveNipplethiebaude: interesting. I've got a notebook sitting next to me with that same exact chipset and the intel driver, with no problems21:54
thiebaudehow do i add Legacy3d option, IntuitiveNipple21:54
thiebaudemaybe i can get it to work so i can upgrade to 9.0421:54
IntuitiveNipplethiebaude: According to that bug: https://bugs.edge.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/304871/comments/8321:54
ubottuUbuntu bug 304871 in xserver-xorg-video-intel "[i845G] Fatal server error: Couldn't bind memory for BO front buffer (Jaunty)" [Unknown,Confirmed]21:54
thiebaudewhat is edit command to edit xorg?21:56
=== linux1 is now known as sentient-kernel
thiebaudewish me luck im going to upgrade to 9.0421:58
=== DanaG1 is now known as DanaG
DanaGoh yeahzz, another stupid thing: the damned volume control slider is STILL BACKWARDS!22:12
DanaGScroll up.... volume goes down!22:12
crdlbthat's standard gtk behavior22:13
crdlbit makes perfect sense from the perspective of conveying left-to-right22:14
crdlbit makes a terrible volume slider though22:14
DanaGYeah.22:14
DanaGWhy not use a friggin' VERTICAL slider?22:14
smakwell, i solved the hellanzb22:15
smakmystery22:15
smakanybody know how to keep the desktop from infinite-switching on mousewheel?22:16
smakit used to stop on the 2nd desktop, but now it will loop...22:16
DanaGI assigned it so horizontal-scroll switches, instead of vertical-scroll.22:17
DanaGUse buttons 6 and 7.22:17
smakin II, you could scroll down on the wheel, and it would stop at the last window... now it loops back to the leftmost, and keeps scrolling through.  Useful, but i'd like to have the stop-action back.22:18
joaopintomy network device is listed as unmanaged on network manager, any ideas ?22:32
IntuitiveNipplejoaopinto: Is it mentioned in /etc/network/interfaces or did you do a net-boot or have netconsole enabled?22:39
joaopintoIntuitiveNipple, it's mentioned in /etc/network/interfaces22:40
IntuitiveNipplejoaopinto: That'll be why. NetworkManager doesn't try to take over anything mentioned in the manual configuration, or that is active during boot as a result of the kernel actions22:41
IntuitiveNipplejoaopinto: The solution is to remove the mention of it from the interfaces file22:41
joaopintohum, so removing it from there and restarting nm should work ?22:41
IntuitiveNippleIndeed it should.22:42
joaopintorestarting NetworkManager did not change22:43
IntuitiveNipplesometimes the entire network stack needs restarting... easiest is to restart to be sure.22:44
joaopintook tks :)22:44
tuxxy__hey anyone having an issue with desktop effects needing to be renabled every boot and desktop cube effects not working just desktop wall22:47
joaopintoworking now :)22:48
=== a3Dman_ is now known as a3Dman
CosmiChaosgreetings22:58
CosmiChaostoday I installed my SoundBlaster Audigy 2 ZS, entered Bios to disable onboard sound rebooted and i have no more available soundcards at all.22:59
CosmiChaoslspci: 01:05.0 Multimedia audio controller: Creative Labs SB Audigy (rev 04)23:00
CosmiChaosany idea how to enabnle the driver or somewhat?23:00
CosmiChaosis someone awake?23:02
IntuitiveNippleCosmiChaos:23:13
IntuitiveNippleCheck "Audigy Analog/Digital Output Jack" switch.23:13
IntuitiveNippleThis must be *off* to output from the analog jacks.23:13
CosmiChaosIntuitiveNipple: As i repeat i have NO SOUNDCARD DETECTED i have NO AUDIO JACK MIXER23:24
CosmiChaosIntuitiveNipple: i have the bulk version withoput Audio Jack its a AUdigy 2 ZS bulk23:25
IntuitiveNippleSo have you modprobed the driver manually? checked the kern.log for any errors?23:25
CosmiChaosif i would know which module i would have tried23:25
CosmiChaosbut its not modprodbe audigy or audigy2zs23:25
IntuitiveNipplewhat's the PCI vendor:product ID?23:26
Volkodav323:27
Volkodav323:27
Volkodav323:27
CosmiChaos01:05.0 Multimedia audio controller: Creative Labs SB Audigy (rev 04)23:27
IntuitiveNippleno, the PCI ID (lspci -nn will show it)23:27
CosmiChaos [1102:0004]23:29
IntuitiveNipplethanks23:29
CosmiChaosIntuitiveNipple: thanks to you for helping23:29
IntuitiveNipple/lib/modules/2.6.28-9-generic/modules.pcimap:snd-emu10k1          0x00001102 0x0000000423:30
CosmiChaosIntuitiveNipple: i guess its emu10k1 but modprobe emu10k1 does not work and there is no package23:30
IntuitiveNippleso, snd-emu10k123:30
CosmiChaos:)23:30
CosmiChaoslets try23:30
CosmiChaosshould it work instantly or after sed >> /etc/modules.conf ?23:31
IntuitiveNippleIs the module now loaded? (lsmod | grep snd)23:32
CosmiChaosmuch lines seems like23:32
CosmiChaosbut still no soundcards23:33
IntuitiveNipplerestart alsa23:33
CosmiChaosk23:33
IntuitiveNipplesudo /etc/init.d/alsa-utils restart23:33
CosmiChaosstill no soundcards23:34
IntuitiveNipplefor dev in /sys/class/sound/card?; do readlink $dev; done23:35
CosmiChaos?23:35
IntuitiveNipplerun that command23:35
CosmiChaosfrom where to where23:35
CosmiChaoshole line23:35
IntuitiveNipplejust run it in a shell and show me the result23:35
CosmiChaosno result23:36
IntuitiveNippleokay... lets go back a bit then23:36
IntuitiveNippleYou did "sudo modprobe snd-emu10k1" ?23:36
CosmiChaosyes23:37
IntuitiveNippleWhen you did "lsmod | grep snd", was snd-emu10k1 listed?23:37
CosmiChaoscypherdelic@HaeckFlaisch:~$ sudo modprobe snd-emu10k123:37
CosmiChaoscypherdelic@HaeckFlaisch:~$ cat /proc/asound/cards--- no soundcards ---23:37
CosmiChaossnd_pcm                98952  3 snd_emu10k1,snd_ac97_codec,snd_pcm_oss <--- one line of plenty for example23:38
IntuitiveNippleokay, so the module is loaded.23:38
CosmiChaosIntuitiveNipple:  will try adding it to modprobe.conf reboot and check that oout should be more adequate23:39
IntuitiveNipplelet's try unloading it and reloading it and checking the log as you do.... have two terminals going. In one, start a log monitor: tail -f /var/log/kern.log23:39
CosmiChaoslogging is off :)23:39
IntuitiveNipplenow, in the other terminal, do sudo modprobe -r snd-emu10k1 && sudo modprobe snd-emu10k123:39
IntuitiveNippleWhy?23:39
IntuitiveNippleCan't debug without logging23:40
CosmiChaosFATAL: Module snd_emu10k1 is in use.23:40
IntuitiveNippleokay, so, something is using it23:40
CosmiChaosiw will reboot shortly brb23:41
IntuitiveNippleWhy is logging off? if you've got that in a non-standard configuration, it makes me wonder if you've changed other things that are causing this issue.23:41
IntuitiveNippleok23:41
m_tadeuhi all...what is the best raid tool in jaunty?23:47
IntuitiveNipplemdadm23:48
m_tadeuwhat's the difference to dmraid?23:48
IntuitiveNippledmraid is a fakeRAID aka Promise FasTrak compatible module that supports the BIOS data structures of the FasTrak and other compatible controllers. Linux kernel's md drivers are kernel-only software RAID23:51
m_tadeuI see23:51
m_tadeuthanks :)23:51

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