[00:10] dylan-m: good, might be best put in the bug tracker. Perhaps phrase it that dylan-m is ignoring the passed parameter [00:10] dylan-m: good question, ... === tkamppeter_ is now known as tkamppeter [00:23] sladen: Yeah, I think I will. It was fine before, but my change adds a race condition or something. [00:23] (Assuming any of our users are like me and enjoy torturing their window managers) [00:26] dylan-m: I get several unity crashes per day, so that's probably as a result of torturing (what I call "normal use" :-) [00:32] kees: hey [00:33] kees: I don't think it does? I think it just leaves it in mtab [00:33] Keybuk: bug 736512. I'm scratching my head on this [00:33] Launchpad bug 736512 in ureadahead (Ubuntu) "leaves /var/lib/ureadahead/debugfs mounted" [Undecided,New] https://launchpad.net/bugs/736512 [00:33] Keybuk: basically, something is putting /var/lib/ureadahead/debugfs in mtab and not removing it. [00:33] it doesn't really seem to be either ureadahead or mountall. [00:36] yes [00:36] mountall [00:36] mountall has a function which iterates the mounted filesystems at the point / is remounted rw and puts them all in mtab ;) [00:36] that debugfs mount point is mounted at that time [00:36] so mountall sticks it in mtab [00:36] and since ureadahead is just calling mount() itself, it never removes it from mtab [00:37] now is probably a good time to have that "/etc/mtab should burn in fire" conversation [00:37] Keybuk: stupid question, but why is it not just a symlink to /proc/self/mounts ? [00:38] sladen: because /p/s/m doesn't carry any non-kernel recognised options [00:38] such as those used by a whole raft of userspace mounts (nfs, smb, fuse, etc.) [00:38] and the companion unmount tools of those generally *need* them [00:38] I thought they've gotten rid of all the non-kernel options for smb now (well, cifs really) [00:39] slangasek: if they have: one down, a couple of billion to go [00:39] now /proc/self/mountinfo does carry those [00:39] yep [00:39] so if you're in a patchy mood ... ;-) [00:39] Fedora have some hideous /dev/.run/mount crap I think too [00:39] I'm not sure what that's about [00:47] Keybuk, hey, question... you're still listed as the maintainer for usplash... it's dead right? what should be done about the upstream project on lp? [00:48] whatever anyone wants [00:48] Keybuk, you're not maintaining it anymore though right, so at the very least, it shouldn't be telling people you do right? ;) [00:48] it doesn't tell people I do [00:48] it tells people I did in a previous life [00:49] that's not neccesarily known to people looking at the page ;) [00:49] let me rephrase that... it says a dead man is the maintainer ;) [00:49] there's hundreds of pages on LP like that [00:49] cf. ureadahead too [00:49] well, I'm fixing to batch close all bugs against it in ubuntu, was thinking of doing the same for the upstream [00:50] well yea, but ureadahead isn't dead... [00:50] usplash isn't dead, as long as somebody remembers it ... [00:50] just not found a replacement maintainer yet... probably should change that to ubuntu-dev or something [00:50] well, I had it dropped from the archive because it can't be installed anymore, and debian is doing the same... [00:52] I need to start looking over the plymouth sources again too... want to integrate uswsusp with it... === Auv5[Alt] is now known as Auv5 === asac_ is now known as asac [02:12] can you get upstart to log the stderr of a daemon somewhere? [02:34] psusi: 'console output' in the .conf file should do that [02:37] hallyn, that lets it go to the console... I want it logged [02:48] psusi: no, that's not currently possible without a shell redirects or something [02:49] it's been discussed, and Keybuk indicated that he didn't think it was particularly difficult, and that it should be possible to do more or less in isolation of other upstart development without having to worry much about conflicting changes or anything [02:53] psusi: ah (i guess i misread 'somewhere') [02:58] on /media/origroot type none (rw,bind,commit=0,commit=0,commit=0,commit=600,commit=600,commit=0,commit=600,commit=0,commit=0,commit=0,commit=0,commit=600,commit=600,commit=0,commit=0,commit=0,commit=0,commit=600,commit=600,commit=0,commit=600,commit=0,commit=600,commit=0,commit=0,commit=0,commit=0,commit=600,commit=600,commit=0,commit=0,commit=0,commit=0,commit=0,commit=0,commit=600,commit=600,commit=0) [02:58] hmmmm [02:58] something seems wrong about this [02:59] hyperair: pm-utils remounts filesystems when you go on and off of AC power, and /etc/mtap is dumb [03:00] yeah i know about the remounting bit [03:00] but the mtab bit is kinda funny =p [03:00] sounds like a bug somewhere [03:01] i'd argue that the bug is that /etc/mtab isn't just a symlink to /proc/mounts :) [03:08] I frequently have a hanging entry in /etc/mtab for /var/lib/ureadahead/debugfs... it is unmounted during boot but the entry is still there so it shows up in df bug gets the root's details [03:36] psusi: oh, is that what that is? kees was asking about why debugfs was mounted earlier === dendrobates is now known as dendro-afk [07:01] good morning [07:19] hallyn: normally it should be 'debian/rules build && fakeroot debian/rules binary' (by definition, build doesn't require (fake)root). What's the complaint from binary? [07:36] Good morning [07:37] that [08:07] good morning [08:28] pitti,Good monring. Its working now. but I am not very familiar with unit testing in python. [08:29] pitti, you suggested to update test_parse_argv_apport_bug [08:29] abhinav-: if you do "test/run local", it should already complain [08:30] abhinav-: it has two test cases which check CLI arg parsing for teh full (apport-cli) and simplified (apport-bug/ubuntu-bug) case [08:30] abhinav-: and since you added a new option, this will be missing [08:31] so you mainly need to add them to the expected option dict [08:31] oh ok. got it :) === Amaranth__ is now known as Amaranth [08:32] abhinav-: btw, you can run "python apport/ui.py -v", that's faster than running all tests === smb` is now known as smb === rpinson_ is now known as raphink === jjohansen1 is now known as jjohansen [09:42] pitti, I have committed a fix in CUPS for bug 405116 [09:42] Launchpad bug 405116 in HPLIP ""hpcups" driver of HPLIP has broken margins" [Undecided,Confirmed] https://launchpad.net/bugs/405116 [09:42] pitti, can you upload the CUPS package to Debian and Ubuntu? Thanks. [09:43] tkamppeter: can do === hunger_ is now known as hunger [09:45] pitti, thanks. [10:01] tkamppeter: done [10:04] pitti, thanks. [10:05] TheMuso, thanks for the flowers [10:09] @pilot in === udevbot changed the topic of #ubuntu-devel to: Archive: feature freeze | Development of Ubuntu (not support, not app development) | #ubuntu for support and general discussion for dapper -> maverick | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs | Current Friendly Patch Pilots: apw [10:12] pitti, hi. i have another problem with apport... on a server (maverick), one of my services segfaults, i have a crash file with a core, yet apport rejects it as an unsupported "assertion failure".. it's clearly not an assertion [10:12] fta2: it's a SIGABRT [10:13] fta2: these come from abort(), which are commonly assertion failures [10:14] pitti, i wrote the code, there's no abort() anywhere [10:14] fta2: which signal did it crash with? [10:14] fta2: if you want to report it anyway, you could edit the .crash file and remove the UnreportableReason: field [10:14] fta2: but I'm fairly sure it has Signal: 6 [10:15] pitti, well no, i don't want to report it, i just want to use apport to resolve everything for me. I have the -dbg installed [10:16] fta2: you can still use apport-retrace etc. [10:16] apport-retrace? hmm [10:16] where is it? [10:16] fta2: and the .crash file should have complete data after you run it through the UI once (i. e. you see above error message) [10:16] fta2: it's in a separate package [10:17] fta2: apport-retrace -sv /var/crash/foo.crash -> trace to stdout; -gv will throw you into a gdb session [10:17] fta2: (if you run that as root, it will install extra -dbg/-dbgsym) [10:18] it's got a fairly complete manpage [10:18] trying.. [10:18] hm, it dies horribly [10:19] KeyError: 'Stacktrace' [10:19] obviously, there's no such entry in the crash file [10:20] what's the full trace? [10:21] fta2: (I suspect it failed to generate one, so it can't print it) [10:22] pitti, http://paste.ubuntu.com/581532/ [10:23] fta2: right, what I suspected; can you please try -g? [10:23] (instead of -s) [10:25] fta2: (I'll fix all these deprecation warnings, thanks for pointing out) [10:26] pitti, ok, it's indeed a sig 6, but deep inside libc [10:27] pitti, can i ask apport to resolve those anyway? it's not to report to lp, it's for me as upstream [10:28] fta2: you mean make apport-retrace -s work? [10:29] (which is equivalent to adding the Stacktrace: to the .crash file) [10:32] pitti, i mean I'd like to have the Stacktrace/ThreadStacktrace/.. in the crash file even it is unreportable because it's an abort() [10:32] fta2: right; yes, that should be possible [10:33] would be great [10:33] added to my todo list === jjohansen is now known as jj-afk [11:33] cdbs: In the most recent runit merge, you moved the debconf magic to the bottom of postinst. I can't work out why, and it seems to be causing problems. [11:49] pitti, I have made changes in the testsuite but cant really run it. It says: ' /etc/apport/crashdb.conf is damaged: No default database' [11:49] perhaps because of maverick [11:50] pitti: but I made the same changes in a branch of apport 1.4, and ran the tests, they were all ok [11:52] abhinav-: nice! [11:52] abhinav-: I can fix up the rest of this in the merge, so don't worry about thsi [11:53] pitti, ok thanks. I will push the branch :) [11:53] abhinav-: thanks a lot for your work! that's a nice feature indeed [11:53] pitti, Thank you :). apport is really an interesting project === dendro-afk is now known as dendrobates === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates === herton is now known as herton_away === dendrobates is now known as dendro-afk [13:21] soren: you mean #DEBHELPER# or debconf? [13:27] cjwatson: it turned out iwas compiling maverick's grub2 in lucid. lucid's compiled fine. sorry for the noise === dendro-afk is now known as dendrobates [13:33] hallyn: ok [13:34] hallyn: perhaps missing build-dependencies then === dbarth_ is now known as dbarth [13:41] cjwatson: maybe - it was complaining about some arch i'd never heard of before [13:43] I think I'd need to have seen the exact error message ... [13:44] cjwatson: in any case i'll just need to try and cherrypick onto the lucid version, np. thanks [13:54] cdbs: debconf [13:54] cdbs: You moved the confmodule inclusion to the bottom. [13:55] wait, did I? [13:55] Long time since I did it [13:55] * cdbs looks into the package [13:55] cdbs: Cool, thanks. [13:56] cdbs: The problem is that including debconf/confmodule re-executes that postinst script. === apachelogger is now known as apachelogger_ === apachelogger_ is now known as apachelogger__ === apachelogger__ is now known as apachelogger___ === apachelogger___ is now known as apachelogger [13:56] cdbs: ...and the second time it executes, "start runsvcdir" fails, because it's already running. [13:57] wait, this change was made in Debian [13:57] but not included in the Changelog message [13:57] Oh, really? [13:58] Ah, yes. [13:58] * cdbs confirms [13:58] soren: and, that isn't an ubuntu-specific change [13:59] soren: patches.ubuntu.com confirms that [13:59] Oh, I see the problem now. [13:59] They don't use upstart, so they don't have this problem. [14:00] "they" being Debian. [14:00] yes, I also get it [14:00] start fails, but why is runsvdir running then? [14:00] Because its started the first time the script runs. [14:00] Like I said, including confmodule re-execute the postinst. [14:01] soren: is there a bug # already? [14:01] two :) [14:01] * soren waits for lp [14:02] soren: bug #708579 [14:02] Launchpad bug 708579 in runit (Ubuntu) "package runit 2.1.1-6.2ubuntu1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück" [Medium,Triaged] https://launchpad.net/bugs/708579 [14:02] I'll assign that to myself and look into the issue [14:02] cdbs: Cool, thanks! [14:02] soren: No, thank you for reporting the issue! :) [14:03] Mark enters the fray! ^^ [14:03] kees, jdstrand: new kernel releases to -updates and -security: karmic (linux linux-backports-modules-2.6.31 linux-ec2 linux-meta linux-meta-ec2 linux-ports-meta) and lucid (linux linux-backports-modules-2.6.32 linux-meta linux-ports-meta) === yofel_ is now known as yofel [14:46] cjwatson, ISO installs are failing -- partman fails, and there is this error: error while loading shared libraries: libext2fs.so.2 no such file or directory. [14:47] cjwatson, and good morning, and sorry to bother [14:47] hggdh: thanks, no problem, I'll look [14:47] hggdh: which images? [14:48] cjwatson, we are opening a bug, but you can grab the d-i syslog at (for example) http://204.236.234.12/view/ISO-server-Natty/job/natty-server-amd64_openssh-server/100/artifact/100/test-results/ [14:48] cjwatson, amd64/i386 for the server and, I guess the alternates [14:49] cjwatson, http://204.236.234.12/view/ISO-server-Natty/ gives you an idea [14:49] no more detail needed, thanks [14:49] looks like a regression caused by multiarch support [14:51] pitti, Thanks for accepting the patch and mentioning my name in NEWS :-). The patch had flaws, I should have written better code looking at the rest of the code in the file :-) [14:52] abhinav-: don't worry, it wasn't hard to clean up [14:52] :) [14:52] abhinav-: I have a few other things to do in trunk still, but I should be able to do a new release/upload by tomorrow [14:53] pitti: that would be awesome :) [14:53] Can someone take a quick look at the build failure here — nothing at all relating to libffi.h changed in ghc with this upload. http://launchpadlibrarian.net/66569327/buildlog_ubuntu-natty-i386.ghc6_6.12.3-1ubuntu6_FAILEDTOBUILD.txt.gz === dendro-afk is now known as dendrobates === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [14:58] soren: ah, fixed. Thanks again. Had someone notified me of it earlier I would have fixed it then and there [14:59] @pilot out === udevbot changed the topic of #ubuntu-devel to: Archive: feature freeze | Development of Ubuntu (not support, not app development) | #ubuntu for support and general discussion for dapper -> maverick | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs | Current Friendly Patch Pilots: === herton_away is now known as herton [15:03] cdbs: Awesome, thanks. [15:04] cjwatson, for reference, this is bug 736908 [15:04] Launchpad bug 736908 in debian-installer (Ubuntu) "debian-installer: partman fails to partition/format a disk" [Critical,New] https://launchpad.net/bugs/736908 === ogra is now known as Guest53848 [15:06] it's an e2fsprogs regression. I'll look into it === Guest53848 is now known as ogra_ [15:08] fta: I just tried bash -c 'kill -ABRT $$' [15:08] fta: on current natty, and I do get a Stacktrace in the .crash file (even though apport complained about missing assert message); so I guess that was fixed since lucid [15:09] fta: I added an automatic check for this to apport's test suite === jtechidna is now known as JontheEchidna [15:22] pitti, what do you think about bug 340970 ? I think it will require replacing ui_info_message with ui_question_yesno and calling update-manager if the user says yes ? [15:22] Launchpad bug 340970 in apport (Ubuntu) "When apport complains package is outdated, it doesn't let you update" [Wishlist,Triaged] https://launchpad.net/bugs/340970 [15:24] abhinav-: I wouldn't like to hardcode update-manager into apport (that would only work on ubuntu) [15:25] right, that would be a problem [15:25] abhinav-: so to do that, the apport/packaging.py API would need a new method run_package_update(), which the Ubuntu branch could then implement [15:26] and a way to tell "is upgrading available" [15:26] ui.py would check the latter, and run run_package_update() or so [15:26] other distros could plug in packagekit or yast or whatever [15:28] pitti, so define an abstract method in packaging.py ? and where will be the ubuntu specific code go ? [15:29] abhinav-: into the ubuntu branch, in backends/packaging-apt-dpkg.py [15:30] pitti, oh ok. got it. [15:30] abhinav-: sorry, it's a bit indirect and abstract, but I really want to avoid any Ubuntu specifics in trunk [15:31] abhinav-: this could also use python-aptdaemon.gtk3widgets instead of update-manager, not sure what's better [15:31] or it could try both [15:31] pitti, I understand, it would lead to more portable code :) [15:33] pitti, I dont know about aptdaemon.gtk3widgets, I will try it. Also, perhaps I will now create a branch from lp:apport ? last time I messed it up :-D === dendrobates is now known as dendro-afk [15:33] abhinav-: yes, working from trunk is appreciated [15:33] thanks for helping :) === dendro-afk is now known as dendrobates === elif is now known as elif_lunch [15:45] pitti: update-manager uses the aptdaemon stuff internally (fwiw) [15:45] slangasek, you broke the retracers! [15:46] slangasek, hey btw ;-) [15:46] today's libstdc++6 update leads to that error [15:46] # apt-get update [15:46] apt-get: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by apt-get) [15:46] apt-get: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /tmp/tmpd0eoqh/usr/lib/libapt-pkg.so.4.10) [15:46] (what a nice way to say "hello" :) ) [15:46] seb128: I guess it's a problem of running this in fakechroot under lucid? [15:46] pitti, just any fyi, i sent email about new hardy pkgs [15:47] seb128: we can try getting the natty dchroot upgraded to today's packages, and let the retracer run there [15:47] pitti, could be, I just hate fakechroot I think ;-) [15:47] bjf: yeah, I saw; will do ASAP [15:47] seb128: so do I :) [15:48] pitti, wdym by "getting the natty dchroot upgraded to today's packages, and let the retracer run there"? [15:48] pitti, also :-) have you had a chance to look at the kernel sru workflow wiki page? any thoughts? [15:48] seb128: right now the lucid/maverick/natty retracer runs in osageorange's lucid dchroot [15:48] pitti, if we run the update and get the new libstd apt-get is broken, it will fail in the apt-get update call [15:48] bjf: not yet, sorry :/ still knee-deep in other stuff [15:48] seb128: I mean the dchroot, not the fakechroot [15:49] pitti, that's what i figured, thanks [15:49] pitti: slangasek: a fun side-effect of wine1.3 being in the archive now is that I need to add about 50 packages to ia32-libs unless I can make em multiarch ready ;) [15:59] pitti: any further thoughts on bug 732860? I'm just preparing a snapshot upload to Debian now, which will be syncable [15:59] Launchpad bug 732860 in exuberant-ctags (Ubuntu) "Please upgrade exuberant-ctags to 5.9 SVN snapshot" [Wishlist,New] https://launchpad.net/bugs/732860 === jj-afk is now known as jjohansen [16:00] cjwatson: no strong opinion; seems fairly safe to me; so if you consider it appropriate, plesae go ahead [16:01] OK - yeah, I do === herton is now known as herton_lunch === deryck is now known as deryck[lunch] === dendrobates is now known as dendro-afk [16:12] seb128: interesting; does this retracer problem affect all archs or just i386? [16:12] slangasek, both i386 and amd64 but seems due to the fact that the retracers are fakechroots running in a lucid environment [16:13] slangasek, it works fine in a natty chroot, I switched to that for now (but that breaks the lucid retracers as a side effect) [16:13] slangasek, I think it's rather another fakechroot issue than a bug in the update [16:14] seb128: lucid's libc should have already known about the multiarch paths, but I guess maybe they were at the /end/ of the library search path [16:15] YokoZar: well, I'm not going to speak in favor of adding anything to ia32-libs, but we're still laying foundations here - it's still much too early for me to suggest flipping multiarch on for end users as a means of installing wine [16:17] slangasek: Will we be able to move anything out of ia32-libs and into proper multiarch in natty? [16:26] YokoZar: ia32-libs is not allowed to express a dependency on any 32-bit multiarch packages, so the most likely scenario is still that ia32-libs carries the whole stack that it does now for natty release [16:27] only once we've shaken multiarch down and are ready to turn it on for desktop users do we get to start pulling things out of ia32-libs [16:27] slangasek: can you look into bug 736908? [16:27] Launchpad bug 736908 in e2fsprogs (Ubuntu) "debian-installer: partman fails to partition/format a disk" [Critical,Triaged] https://launchpad.net/bugs/736908 [16:28] cjwatson: ah shoot, yes [16:28] pitti, re. /wrt apport, my production servers are running lucid or maverick, obviously not natty. [16:28] I swear I checked all the udebs before uploading this [16:28] apparently I missed one [16:28] ta === herton_lunch is now known as herton [16:31] pitti, also, just installing & enabling apport on a maverick server doesn't do much, apport-* all fail to add anything useful to the crash files.. until you install gdb (and something coming with dpkg-dev, not sure what) [16:31] pitti, .. and i usually don't have the dev tools in my serv-farms [16:32] fta: ah, that was actually deliberate, as the server folks complained about having gdb by default, bug 354172 [16:32] Launchpad bug 354172 in apport (Ubuntu) "gdb and python-xdg required dependencies for apport?" [Undecided,Fix released] https://launchpad.net/bugs/354172 [16:32] fta: hm, dpkg-dev? that shouldn't be [16:33] pitti, well, not dpkg-dev itself, one of its deps [16:33] fta: ah, binutils perhaps [16:34] although I don't immediately see anything in binutils which it would need === tkamppeter_ is now known as tkamppeter [16:34] pitti, i had to install dpkg-dev on a pre-prod box to satisfy apt-get source (the unpack part), and it dragged a bunch of stuff with it, which made apport work === dendro-afk is now known as dendrobates [16:50] slangasek, doko: Sorry to ping directly, but can one of you look at the ftbfs of ghc6/i386? gcc fails to find libffi.h — it doesn't appear to be on the default search path. [16:52] Laney: yes, libffi needs fixing for multiarch, known issue on my list - didn't realize it was blocking anything, I'll fix that now [16:52] great, thanks [16:54] Laney: this failure is i386-only, right? [16:55] yeah [17:03] tkamppeter: Grrr… Why did you upload the foomatic-db to Ubuntu ? It could easily have gone trough Debian + sync this time… === sforshee is now known as sforshee-lunch [17:09] Laney: libffi 3.0.9-3ubuntu1 uploaded [17:10] slangasek: thanks! will give ghc6 back when it hits :-) === deryck[lunch] is now known as deryck === beuno is now known as beuno-lunch [17:13] bjf: hm, seems the lrm upload includes every changelog made ever -- http://launchpadlibrarian.net/66520064/linux-restricted-modules-2.6.24_2.6.24.18-29.8_source.changes [17:13] bjf: this will cause a lot of bug noise === dholbach_ is now known as dholbach [17:13] pitti, my bad [17:13] pitti, i'll fix that [17:13] ok, thanks [17:14] pitti, i must have dropped the -v of the command line and didn't notice the changelog [17:14] * pitti will do linux in the meantime [17:14] that always takes longest anyway [17:20] bjf: linux, l-u-m, and l-b-m done; waiting for a fixed l-r-m, and linux-meta is missing [17:20] pitti, won't the linux-meta in -proposed suffice ? [17:20] bjf: ah, it's already -29, right [17:20] sorry [17:21] pitti, np, always good to double check [17:21] bjf: the hppa build has a proper ubuntu build record now (https://launchpad.net/ubuntu/+source/linux-backports-modules-2.6.24/2.6.24-29.38/+buildjob/2327416) [17:21] Error: Could not parse data returned by Ubuntu: 2 (https://launchpad.net/bugs/2) [17:21] bjf: but of course without any hppa buildds that'll need to wait a bit [17:22] * pitti checks https://launchpad.net/builders/kohnen [17:22] trying to revive [17:22] hm, it's back on, but on manual [17:22] lamont: ^ kohnen (hppa) is on manual, is that deliberate? [17:23] only slightly [17:24] it's back to auto now [17:24] ah, cheers [17:24] bjf: linux hardy hppa building now === _LibertyZero is now known as LibertyZero === bjf is now known as bjf[afk] === zul_ is now known as zul [17:54] cjwatson: e2fsprogs fix inbound; any other multiarch breakage you're running into? [17:56] slangasek: that's all I've heard of so far ... [17:56] ok [17:56] do you have a list of libraries converted up to now? I could go and double-check [17:57] cjwatson: the list of packages on https://launchpad.net/~vorlon/+archive/multiarch/+packages that are superseded by newer versions, basically :) [17:58] that's as good as any other list [17:58] ok [18:02] slangasek: everything else there seems fine [18:02] ok, good to hear === sforshee-lunch is now known as sforshee === elif is now known as elif_brb === dendrobates is now known as dendro-afk === beuno-lunch is now known as beuno === bjf[afk] is now known as bjf [18:27] hello is this where I ask questions about how wubi installer works [18:27] M0hamed: I suppose it's as good as anywhere else [18:28] ok I was wondering how I could incorporate wubi-like functionality into other distributions [18:28] debian based [18:29] it would be a pretty giant amount of work [18:29] wubi includes integration into the installer, and there are lots of pieces that aren't in Debian yet [18:29] I'm not even sure I can enumerate them all and I wrote several of them === elif_brb is now known as elif [18:31] but the veru first version of lupin was a side project thatuses the debian installer with no change in the actuall ubuntu source [18:31] I know, but it did stuff like running sed over installer code at run-time [18:31] it wasn't maintainable like that, so we integrated it into the installer instead [18:32] so it wouldnt be a good GSoc project [18:32] you're not the first to ask, but I suspect that it would be pretty challenging as GSoC projects go, yes ... [18:33] cjwatson: can you tell me where to look for more info and how to build it from source [18:33] I think at the very least you would need to limit the scope - for example, including "port ubiquity to Debian" in the scope would reduce its chances of success by a fair bit [18:33] https://wiki.ubuntu.com/Installer/Development is about the best I can do for the Ubuntu installere [18:33] *installer === dendro-afk is now known as dendrobates [18:34] cjwatson: why not just use the debian installer [18:34] that would be one option for a Debian port [18:34] cjwatson: why ubiquity [18:34] it would still require a good deal of work [18:36] cjwatson: anyway that rules out that project because I am not that experienced in linux development and thought it was a good starting point [18:36] you'd need to do a full analysis of wubi's preseeding and figure out which installer facilities need to be ported to Debian; separately, you would need to figure out how to integrate the post-install bits, so integrating lupin with live-initramfs, porting the grub2 pieces over, etc. [18:36] and of course the Windows UI side of things [18:37] the windows ui is the easiest [18:37] cjwatson: its what I am experienced in the problem is on the linux side === ogra_ is now known as ogra [18:37] oh, and the patches to fuse and ntfs-3g to put it in the initramfs, which we submitted to Debian some time back and the relevant maintainers refused to include them [18:38] (at least that's my memory ...) [18:38] cjwatson: so would that be the case for any other debian based distribution [18:39] or is it just debian itself lacking certain features [18:39] hm, the fuse patch was rejected, ntfs-3g initramfs never got submitted, but the ntfs-3g udeb patch was marked wontfix with no explanation and that would be absolutely necessary [18:39] (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481335) [18:39] Debian bug 481335 in ntfs-3g "ntfs-3g: Please build udebs for installer ntfs-3g support" [Wishlist,Open] [18:39] anything descended from Debian and not descended from Ubuntu is likely to have the same obstacles [18:43] cjwatson: you were graet thank you [18:43] cjwatson: although I will think twice before atempting such a feat [18:44] cjwatson: but you really helped [18:51] you're welcome [18:59] what's the preferred way to develop natty? dual boot? or a virtual machine? [19:01] hasenj: most of us work on the development version [19:01] so it's the only installed version basically ..? [19:01] I mean, you don't dual boot with 10.10 or anything like that? [19:01] hasenj: I don't [19:02] hasenj: i usually keep older kernels in case something goes wrong with graphics or stuff like that [19:03] in the very early part of the cycle I usually use a chroot. from alpha 1 onwards or so I just upgrade and run it natively. [19:03] (but I know how to rescue myself if it breaks ...) [19:04] cjwatson: have you asked the maintainer about the ntfs3f udeb bug? [19:04] cjwatson: it appears he is on #debian-devel, I just asked him about it [19:04] ah, chroot, interesting [19:06] Chipzz: somebody asked on the other bug he marked wontfix at the same time, and he did not respond [19:06] so I didn't hold out any particular hope === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [19:38] how do i make the unity sidebar thing go away? [19:38] it's getting "stuck" [19:38] and rendering on top of my more important windows [19:42] elou .. [19:42] anyone here who belongs to devel team? [19:42] I have a question about ubuntu kernel .. kernel seems to configured not as well as some other distros [19:42] I have installed .. fedora, opensuse, ubuntu .. and .. opensuse seem have best kernel+modules .. most laptops work out-of-box with acpi modules .. etc etc [19:44] Martiini: there is an #ubuntu-kernel channel that might be more appropriate; additionally, you may have better luck if you try to make your question more specific === dendrobates is now known as dendro-afk === ogra is now known as Guest64155 === Guest64155 is now known as ogra_ === dendro-afk is now known as dendrobates [21:06] hi [21:06] hi [21:41] sladen, i revisited gst-plugins-base, and i see now when it goes awry: with "include /usr/share/cdbs/1/rules/autoreconf.mk" in debian/rules [22:03] mrc3_: autocrap. joy. mmm === ogra_ is now known as ogra === dendrobates is now known as dendro-afk