[00:09] there appears to be a major problem w/ gnome settings daemon [00:09] filling up my hd w/ output that .xession-errors is catchng [00:09] repeated ** (gnome-settings-daemon:3457): WARNING **: Connection failed, reconnecting... [00:10] spotter: Is this karmic? Have you filed a bug? [00:11] karmic [00:11] just figured out what it was === Shane_Fagan is now known as fagan [00:12] also noticed gnom-volume-control-applet chewing up all my cpu [00:41] hi [00:42] i just noticed a bug in karmic related to gnome/pulseaudio interaction, i'm not sure who to bug about it and how to look deeper into it [00:43] funman: please file a bug against pulseaudio and it can be taken care of from there. [00:43] 287 open bugs on https://bugs.launchpad.net/ubuntu/+source/pulseaudio :/ [00:44] funman: well if you don't find a bug thats similar to your bug, please file a new one. [00:45] the problem is more, will it be looked at considering the number of "new, undecided" bugs [00:48] i'll just try to talk with the gnome people [00:48] funman: well, if you don't report it it will definitely not be looked at ;) [00:48] arand: true :) === funman is now known as Guest99101 === Guest99101 is now known as funman_ === funman_ is now known as funman [00:51] 01:50 [gnome] !irc.acc.umu.se *** Banned: botnet (2007/09/02 19.51) [00:51] or perhaps i'm not .. [01:06] thanks! [02:14] what version of grub is karmic going to end with? [02:19] 2.0 [02:19] Its the default at the moment for new installs [02:24] 1.96 [02:24] 1.96+20090611-1ubuntu4 [02:25] since when was it updated to 2.0? [02:25] Oh my mistake [02:25] 1.96 is the latest in svn [02:26] https://wiki.ubuntu.com/Grub2 [02:26] it is dubbed grub2 i know [02:26] yeah, i created that page thanks :P glad it's becoming known :) [02:26] Thats why I got mixed up [02:26] its old, started at a2 and haven't done much with it since [02:26] Bloody long page === Amaranth_ is now known as Amaranth === mac__v is now known as mac_v === timboy_away is now known as timboy === fabbione-vac is now known as fabbione [07:17] lool: I'm just uploading libio-compress-perl to resolve the problem we discussed last week. It took awhile since upstream merged several modules into one package. It'll also have to go through New and then get promoted to Main. === tkamppeter_ is now known as tkamppeter [09:06] Hello, can someone sponsor this merge: LP 404561 [09:06] Launchpad bug 404561 in debhelper "Candidate revision debhelper_7.3.8ubuntu1" [Undecided,New] https://launchpad.net/bugs/404561 [09:07] and should I retitle this bug LP 401816 to a merge request ? [09:07] Launchpad bug 401816 in guile-1.8 "Conflicting types for 'jmp_buf' " [Unknown,Fix released] https://launchpad.net/bugs/401816 [09:07] as there is a patch for a merge there [10:11] the touchpad on my toshiba tecra a9 fails intermittently and I see this in dmesg psmouse.c: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1 [10:11] I have to restart the computer to recover from this [10:15] hi [10:15] where can I find ext4 kernel headers? [10:17] http://bugzilla.kernel.org/show_bug.cgi?id=12577 appears to fix my problem [10:17] bugzilla.kernel.org bug 12577 in Input Devices "DualPoint TouchPad at isa0060/serio1/input0 lost sync" [Normal,New] [10:17] any chance of including it in jaunty? [10:17] or should I email someone about it? [10:35] lesshaste: can you file a bug on launchpad about it and send a request to the kernel-team mailing list (attach the patch), please? [10:35] tseliot, https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/365968 I added to there [10:35] Launchpad bug 365968 in xserver-xorg-input-synaptics "touchpad randomly failing" [Undecided,New] [10:36] tseliot, how do I email the kernel-team mailing list? [10:36] ok I worked out the mailing list :) [10:36] lesshaste: subscribe to the mailing list https://lists.ubuntu.com/mailman/listinfo/kernel-team [10:42] tseliot, done [10:43] lesshaste: ok, thanks. I'm sure that someone from the kernel team will get back to you [10:43] ok [10:44] it's a shame those kernel bugs in launchpad don't get triaged much [10:44] I suppose it's a manpower problem [10:50] will new releases keep the "Delete removes files without asking" behaviour of Nautilus? === mcn is now known as mcnicholls [11:23] hmm, ubuntu-bug ubiquity doesn't work [11:23] should probably bother pitti about that === mr_pouit is now known as mr_pouilt === mr_pouilt is now known as mr_pouit === |Baby| is now known as Baby === MacSlow is now known as MacSlow|lunch [13:33] I need a rebuild of graphviz package (main), for ocaml transition... it builds in my ppa, apart lpia, which it already does. [13:33] james_w: are you around? === The_Company is now known as Company [13:55] Keybuk, does udev have any rules to create framebuffer devices or does that totally rely on the hardcoded stuff in initramfs ? i seem not to be able to find who it would create such devices [13:55] s/who/how/ [13:56] how do you mean? [13:57] Keybuk, ogra@babbage1:~$ lsmod|grep fb [13:57] mxcfb_ch7026 3876 0 [13:57] ogra@babbage1:~$ ls /dev/fb* [13:57] ls: cannot access /dev/fb*: No such file or directory [13:57] then that module didn't request one [13:57] that module should create a frambuffer device [13:58] weird, it does so if its compiled in [13:58] (which was the case in jauntys kernel) [13:58] probably a bug in the module [13:58] anything in /sys/class/framebuffer ? [13:58] ogra@babbage1:~$ ls /sys/class/framebuffer [13:58] ls: cannot access /sys/class/framebuffer: No such file or directory [13:58] nope [13:59] there you go then [13:59] ok [13:59] thanks [13:59] in theory, udev needs no rules [13:59] it will create all devices the kernel asks for [13:59] rules are only needed to override the kernel (e.g. changing names or ownership) [14:00] CONFIG_FB_MXC=y ... i guess that needs to be modularized too if the device driver is a module [14:01] if it's ARM, I'd sarcastically guess that nobody implemented that bit of the kernel yet [14:01] oh man ... ogra@babbage1:~$ sudo modprobe uvesafb [14:01] uvesafb: failed to execute /sbin/v86d [14:01] why the heck is that even compiled [14:03] mvo, You asked me a question about update-manager, and a dbus service or something the other day. What was that question again? [14:04] cody-somerville: if xuubntu supports shutdown via the gnome-session dbus interface. but as I understand it xubuntu now uses gnome-session too, so my question is mood [14:04] (or answered) [14:05] mvo, gnome-session only runs when logged in as the gdm user [14:05] mvo, so the answer is no, the gnome-session dbus interface is not available in Xubuntu [14:06] cody-somerville: oh, ok [14:06] cody-somerville: thanks, then I need to look at some update-notifier changes again :( [14:07] mvo, Sorry :( [14:07] np [14:07] mvo, I'll investigate if xfce4-session provides a similar interface [14:07] HA ! [14:07] * ogra found the issue [14:08] cody-somerville: that would be very nice, having something to use on the dbus would be great [14:08] * cody-somerville wishes there was an fd-o standard/spec for cross-desktop session manager dbus interfaces like this. [14:08] ++ === You're now known as ubuntulog [14:15] hmm, are modules in /etc/modules loaded top to bottom or bottom to top ? [14:16] mvo, doesn't hal provide an interface? === MacSlow|lunch is now known as MacSlow [14:19] cody-somerville - HAL is not used for power management anymore [14:20] it is consolekit that provides an interface for stopping/restarting, but the issue with using that directly is it doesn't give the session a chance to terminate properly [14:20] How did HAL accomplish that? [14:21] AFAIK - HAL has never had anything to do with stopping/restarting (only hibernate + suspend) [14:22] mvo - how did update-notifier work before (I can't remember now)? [14:23] chrisccoulson, it was using the session client interface and gdm I think === fdd is now known as taoup [14:23] chrisccoulson, ie closing the session and putting gdm in restart mode [14:23] seb128 - thanks, i thought that was probably the case === taoup is now known as fdd [14:26] seb128, would gdm-legacy be an okay name for the source and binary package for gdm 2.20.x? [14:26] I would rather use gdm-2.20 [14:27] seb128, okay. [14:36] ogra@babbage1:~$ ls /sys/class/graphics/ [14:36] fb0 fb1 [14:37] HA ! [14:37] Keybuk, you were right, the module misses a dep on another module that has to be loaded before [14:39] so out of curiosity, how in the &&%( was backporting debhelper 7 to hardy-backports justified? [14:40] I mean, it's not like it potentially affects the majority of the archive.... [14:40] I get " shm.c: mmap() failed: Cannot allocate memory" all the time when using pidgin [14:40] is this a known problem? === Tonio__ is now known as Tonio_ === cprov-afk is now known as cprov [14:42] lesshaste: in karmic? [14:44] ogra: fbcon? [14:45] Keybuk, nope, mxcfb_ch7026 needs to depend on mxc_ipuv3_fb [14:46] Keybuk, seems FSL never uses frambuffers modularized :) [14:46] ogra@babbage1:~$ modinfo mxcfb_ch7026|grep depends [14:46] depends: [14:47] lamont, jaunty [14:54] <\sh> hmmm..where is config dir of postgresql-8.3 in jaunty hiding nowadays? normally there was a /etc/postgres directory in the past... [15:17] Hello. Im making deb package but I dont know how to make tar.gz archive with dir tree started from "." [15:18] like in data.tar.gz [15:18] dir structure starts from . like ./usr/lib... [15:19] You’ll want to create a source package (dh_make) and build the deb out of it using dpkg-buildpackage (or the handy wrapper, debuild). #ubuntu-motu should help. [15:19] kkszysiu: Have you read the packaging guide: http://wiki.ubuntu.com/PackagingGuide Also, packaging related questions are more on-topic in #ubuntu-motu [15:28] cody-somerville, you are uploading an old gdm to be available side-by-side with 2.26+? [15:28] superm1, side-by-side, no [15:28] superm1, installing 2.20.x will uninstall 2.26 [15:29] cody-somerville, yeah that's what i meant [15:29] why not just sort out issues with new gdm [15:29] this seems like a problem in the making.. [15:29] superm1, We will eventually but its unlikely such an endeavour would be complete for karmic [15:29] cody-somerville, what are the current issues? [15:30] superm1, its requires gnome-session and gnome-settings-daemon [15:31] cody-somerville, ah right [15:31] well you are going to have issues with the installer not being able to support autologin anymore once you switch to old GDM [15:31] superm1, Could you elaborate? [15:32] cody-somerville, in the appropriate installer component(s), when it offers automatic login reconfigures the custom.conf in /etc/gdm nowadays. it used to do gdm-cdd.conf, but I don't believe that legacy support remains [15:33] superm1, I guess I'll have to fix that [15:33] superm1, Thanks for pointing that out [15:33] nonetheless, you need a nice way to query what version of gdm is on the livefs if you wanted to use gdm-cdd.conf or custom.conf on demand [15:34] cody-somerville, yup np. take a look through user-setup, i think most of that happens there nowadays [15:37] cody-somerville, superm1: having gdm2.20 and gdm will make conffile handling trickier too [15:38] ie you will need to support people switching between those [15:38] and the conffile move between binaries and versions [15:38] i'm not encouraging gdm2.20 myself, i'm fine just having gnome-session-bin and gnome-settings-daemon stuck in the install for mythbuntu until xfce has suitable replacements [15:39] we've got a workaround for bug 403291 for now (albeit a bit of an ugly one) [15:47] hello, https://bugs.launchpad.net/ubuntu/+source/icewm/+bug/270019 when it will be decided [15:47] decided? [15:48] importance undecided [15:48] it's simple patch that could make it works [15:49] lesshaste: that would make it a question for #ubuntu.... [15:49] Launchpad bug 270019 in icewm "Arabic support in icewm" [Undecided,New] [15:49] Usama: I suggest you try and get that patch integrated upstream [15:49] pop by their IRC channel [15:49] lamont, really?.. the chances of anyone in #ubuntu even being able to understand the question... :( [15:49] they don't respond [15:50] lesshaste: this would be the channel to discuss your patch to fix the problem [15:51] http://sourceforge.net/tracker/index.php?func=detail&aid=1440618&group_id=31&atid=300031 [15:51] lamont, I take your point.. although it makes me sad :) [15:51] Error: bug 1440618 not found [15:54] lamont, maybe this is an acceptable question.. I see https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/317537 but in my case I get it just by running pidgin [15:54] Launchpad bug 317537 in gstreamer0.10 "E: shm.c: mmap() failed: Cannot allocate memory" [Medium,New] [15:54] lamont, should I open a separate bug report? [15:57] lesshaste: either that, or if it matches closely enough, you could just mark the existing bug as also affecting pidgin [16:08] lamont, ok but I feel sure it's not a pidgin problem [16:14] Ampelbein: hi. [16:14] gaspa: hi [16:15] have you plan to merge ocaml-bjack? [16:15] gaspa: it's pretty far down my list so if you want to take it, feel free to. [16:15] thanks, it's required to go on with ocaml transition, [16:16] no problem. [16:16] :) === rickspencer3 is now known as rickspencer3-afk [17:18] would not having pulse audio installed making gnome-volume-control-applet and gnome-settings daemon go crazy? [17:18] i.e. they both keep on repeating to .xsession-errors "WARNING **: Connection failed, reconnecting..." [17:19] hmm. it appears so [17:21] spotter, yes, there is bugs about those and next upload will recommends pulseaudio [17:21] it keeps on trying to run /usr/bin/pulseaudio and open related files [17:21] seb128, this seems like a depends [17:21] it fills up my hd [17:21] no, a recommends [17:21] then it shouldn't output warnings every 1ms [17:21] you are not forced to use the the applet or enable the g-s-d option [17:21] what options in g-s-d? [17:21] the volume control [17:22] it's a plugin you can enable or not in gconf [17:22] hmm [17:22] anyway the excessive pulling is a bug [17:22] well, I can't seem to disable it easily :) [17:22] the gnome-media issue is fixed in git [17:22] so is an ubuntu desktop going to be usable w/ pulse? [17:22] well recommends are thing installed by default you can uninstall if you know what you are doing [17:22] no [17:22] as I was having major issues w/ flash with pulse b4 [17:23] or rather yes but you will have no volume control [17:23] I mean usable w/o [17:23] you need pulseaudio to get volume control [17:23] that's a GNOME choice [17:23] but you read it right [17:23] have the flash issues been fixed? (or dont know?) [17:23] dunno [17:24] ultimately flash is an adobe problem if you use the closed source adobe version [17:24] I can deal without volume control at least on this machine (thinkpad w/ hardware buttons) [17:24] didn't fedora make a non pulse mixer? [17:25] thought I read something in lwn [17:25] dunno, that's fedora who pushed to pulseaudio requirement over GNOME [17:25] what gconf do I change for g-s-d [17:25] I would find ironic if they wrote a non pulse version too [17:25] ie they just rewrote the capplet to be pulseaudio only [17:25] that's probably what you read about [17:26] right, and people complained as it killed their audio [17:26] so they put a non pulse one in for those who need it [17:26] I would be surprised [17:26] we had a non pulse version before in GNOME [17:26] ubuntu patched jaunty to still use it [17:27] the fedora guys said they would want such hack upstream and that audio stack and drivers should be fixed [17:27] but there is plenty of non pulse mixers around [17:27] in ubuntu too [17:27] spotter, /apps/gnome_settings_daemon/plugins/media-keys/active [17:27] anyways, know the gconf key i need to change? [17:27] ah [17:27] :) [17:28] hmm [17:28] that just killed g-s-d :) [17:28] restart it? [17:28] did [17:29] and? [17:29] though didn't seem to affect widget in xchat [17:29] no more noise [17:29] didn't redo widgets in any app running [17:29] weird [17:31] any idea how to remove gnome-volume-control-applet? [17:32] spotter, go to system, preferences, session [17:32] and uncheck the corresponding line [17:32] or startup application it's named [17:35] seb128, gnome-keyring-daemon installs a autostart file to /etc/xdg/autostart - that shouldn't happen anymore right because pam takes care of it now? [17:35] cody-somerville, pam is only used when you don't set autologin no? [17:35] ie in the autologin case you need the autostart [17:35] seb128: this is what I remember http://lwn.net/Articles/330432/ [17:36] seb128, correct [17:36] thanks [17:37] hopefulyl now wont end up with a 4GB .xsession-errors file after one day [17:37] :) [17:37] seb128, I have three gnome-keyring-daemon processes running - do you imagine that could cause problems? [17:37] spotter, you should better use pulseaudio and try to get it working [17:38] ie better to use energy to solve issues than to roll back to old technologies to avoid having to do the work [17:38] seb128: except I cant deal w/ firefox hanging every time I close a tab that ran flash [17:38] cody-somerville, I doubt it other people would have noticed [17:38] I could avoid flash === rickspencer3-afk is now known as rickspencer3 [17:38] but unfortunately, want it for some things [17:39] need either chrome or firefox process model to come around so this wont be an issue :) [17:39] dtchen, ping === tkamppeter_ is now known as tkamppeter === mrooney1 is now known as mrooney|w === rickspencer3 is now known as rickspencer3-afk === ian_brasil is now known as ian_brasil-afk [22:18] hmm... [22:18] why is /usr/sbin not in my PATH anymore? [22:20] soren, hi, could you look at bug #403216 which is waiting for sponsoring? [22:20] Launchpad bug 403216 in vm-builder "[debdiff] vm-builder dies with: AttributeError: 'VM' object has no attribute 'ec2'" [High,Confirmed] https://launchpad.net/bugs/403216 [22:39] soren, could you also look at bug #391224? [22:39] Launchpad bug 391224 in open-vm-tools "open-vm-tools should recommend open-vm-toolbox" [Low,Triaged] https://launchpad.net/bugs/391224 === rickspencer3-afk is now known as rickspencer3 [23:17] where should packages that contains python code install the files? [23:17] because coherence installs the files in /usr/share/coherence/ so I have to set PYTHONPATH to that directory for coherence so work [23:17] are the files installed in the wrong directory or is there some PATH that need to be adjustet [23:18] looks like most packages have their files installed in /usr/lib/python2.6/dist-packages [23:18] kozz: it's a known issue. I talked to coherence co-maint about it, he has to provide a public module via a new python-coherence package [23:21] DktrKranz: right, was no bug about it on launchpad so I though it could be something on my machine only, some path that hadn't been updated during the upgrade or similar [23:21] thanks for the info [23:24] np === rmcbride_ is now known as rmcbride [23:56] Is there any way to suppress certain messages with notify-osd? [23:57] e.g. the system-config-printer messages that a job has completed?