/srv/irclogs.ubuntu.com/2011/03/17/#ubuntu-devel.txt

sladendylan-m: good, might be best put in the bug tracker.  Perhaps phrase it that dylan-m is ignoring the passed parameter00:10
sladendylan-m: good question, ...00:10
=== tkamppeter_ is now known as tkamppeter
dylan-msladen: Yeah, I think I will. It was fine before, but my change adds a race condition or something.00:23
dylan-m(Assuming any of our users are like me and enjoy torturing their window managers)00:23
sladendylan-m: I get several unity crashes per day, so that's probably as a result of torturing (what I call "normal use" :-)00:26
Keybukkees: hey00:32
Keybukkees: I don't think it does? I think it just leaves it in mtab00:33
keesKeybuk: bug 736512. I'm scratching my head on this00:33
ubottuLaunchpad bug 736512 in ureadahead (Ubuntu) "leaves /var/lib/ureadahead/debugfs mounted" [Undecided,New] https://launchpad.net/bugs/73651200:33
keesKeybuk: basically, something is putting /var/lib/ureadahead/debugfs in mtab and not removing it.00:33
keesit doesn't really seem to be either ureadahead or mountall.00:33
Keybukyes00:36
Keybukmountall00:36
Keybukmountall has a function which iterates the mounted filesystems at the point / is remounted rw and puts them all in mtab ;)00:36
Keybukthat debugfs mount point is mounted at that time00:36
Keybukso mountall sticks it in mtab00:36
Keybukand since ureadahead is just calling mount() itself, it never removes it from mtab00:36
Keybuknow is probably a good time to have that "/etc/mtab should burn in fire" conversation00:37
sladenKeybuk: stupid question, but why is it not just a symlink to  /proc/self/mounts  ?00:37
Keybuksladen: because /p/s/m doesn't carry any non-kernel recognised options00:38
Keybuksuch as those used by a whole raft of userspace mounts (nfs, smb, fuse, etc.)00:38
Keybukand the companion unmount tools of those generally *need* them00:38
slangasekI thought they've gotten rid of all the non-kernel options for smb now (well, cifs really)00:38
Keybukslangasek: if they have: one down, a couple of billion to go00:39
Keybuknow /proc/self/mountinfo does carry those00:39
slangasekyep00:39
Keybukso if you're in a patchy mood ... ;-)00:39
KeybukFedora have some hideous /dev/.run/mount crap I think too00:39
KeybukI'm not sure what that's about00:39
psusiKeybuk, 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:47
Keybukwhatever anyone wants00:48
psusiKeybuk, you're not maintaining it anymore though right, so at the very least, it shouldn't be telling people you do right? ;)00:48
Keybukit doesn't tell people I do00:48
Keybukit tells people I did in a previous life00:48
psusithat's not neccesarily known to people looking at the page ;)00:49
psusilet me rephrase that... it says a dead man is the maintainer ;)00:49
Keybukthere's hundreds of pages on LP like that00:49
Keybukcf. ureadahead too00:49
psusiwell, I'm fixing to batch close all bugs against it in ubuntu, was thinking of doing the same for the upstream00:49
psusiwell yea, but ureadahead isn't dead...00:50
Keybukusplash isn't dead, as long as somebody remembers it ...00:50
psusijust not found a replacement maintainer yet... probably should change that to ubuntu-dev or something00:50
psusiwell, I had it dropped from the archive because it can't be installed anymore, and debian is doing the same...00:50
psusiI need to start looking over the plymouth sources again too... want to integrate uswsusp with it...00:52
=== Auv5[Alt] is now known as Auv5
=== asac_ is now known as asac
psusican you get upstart to log the stderr of a daemon somewhere?02:12
hallynpsusi: 'console output' in the .conf file should do that02:34
psusihallyn, that lets it go to the console... I want it logged02:37
broderpsusi: no, that's not currently possible without a shell redirects or something02:48
broderit'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 anything02:49
hallynpsusi: ah  (i guess i misread 'somewhere')02:53
hyperairon /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
hyperairhmmmm02:58
hyperairsomething seems wrong about this02:58
broderhyperair: pm-utils remounts filesystems when you go on and off of AC power, and /etc/mtap is dumb02:59
hyperairyeah i know about the remounting bit03:00
hyperairbut the mtab bit is kinda funny =p03:00
hyperairsounds like a bug somewhere03:00
broderi'd argue that the bug is that /etc/mtab isn't just a symlink to /proc/mounts :)03:01
psusiI 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 details03:08
broderpsusi: oh, is that what that is? kees was asking about why debugfs was mounted earlier03:36
=== dendrobates is now known as dendro-afk
didrocksgood morning07:01
cjwatsonhallyn: 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:19
pittiGood morning07:36
ionthat07:37
gesergood morning08:07
abhinav-pitti,Good monring.  Its working now. but I am not very familiar with unit testing in python.08:28
abhinav-pitti, you suggested to update test_parse_argv_apport_bug08:29
pittiabhinav-: if you do "test/run local", it should already complain08:29
pittiabhinav-: it has two test cases which check CLI arg parsing for teh full (apport-cli) and simplified (apport-bug/ubuntu-bug) case08:30
pittiabhinav-: and since you added a new option, this will be missing08:30
pittiso you mainly need to add them to the expected option dict08:31
abhinav-oh ok. got it :)08:31
=== Amaranth__ is now known as Amaranth
pittiabhinav-: btw, you can run "python apport/ui.py -v", that's faster than running all tests08:32
=== smb` is now known as smb
=== rpinson_ is now known as raphink
=== jjohansen1 is now known as jjohansen
tkamppeterpitti, I have committed a fix in CUPS for bug 40511609:42
ubottuLaunchpad bug 405116 in HPLIP ""hpcups" driver of HPLIP has broken margins" [Undecided,Confirmed] https://launchpad.net/bugs/40511609:42
tkamppeterpitti, can you upload the CUPS package to Debian and Ubuntu? Thanks.09:42
pittitkamppeter: can do09:43
=== hunger_ is now known as hunger
tkamppeterpitti, thanks.09:45
pittitkamppeter: done10:01
tkamppeterpitti, thanks.10:04
dholbachTheMuso, thanks for the flowers10:05
apw@pilot in10:09
=== 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
fta2pitti, 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 assertion10:12
pittifta2: it's a SIGABRT10:12
pittifta2: these come from abort(), which are commonly assertion failures10:13
fta2pitti, i wrote the code, there's no abort() anywhere10:14
pittifta2: which signal did it crash with?10:14
pittifta2: if you want to report it anyway, you could edit the .crash file and remove the UnreportableReason: field10:14
pittifta2: but I'm fairly sure it has Signal: 610:14
fta2pitti, well no, i don't want to report it, i just want to use apport to resolve everything for me. I have the -dbg installed10:15
pittifta2: you can still use apport-retrace etc.10:16
fta2apport-retrace? hmm10:16
fta2where is it?10:16
pittifta2: 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
pittifta2: it's in a separate package10:16
pittifta2: apport-retrace -sv /var/crash/foo.crash -> trace to stdout; -gv will throw you into a gdb session10:17
pittifta2: (if you run that as root, it will install extra -dbg/-dbgsym)10:17
pittiit's got a fairly complete manpage10:18
fta2trying..10:18
fta2hm, it dies horribly10:18
fta2KeyError: 'Stacktrace'10:19
fta2obviously, there's no such entry in the crash file10:19
pittiwhat's the full trace?10:20
pittifta2: (I suspect it failed to generate one, so it can't print it)10:21
fta2pitti, http://paste.ubuntu.com/581532/10:22
pittifta2: right, what I suspected; can you please try -g?10:23
pitti(instead of -s)10:23
pittifta2: (I'll fix all these deprecation warnings, thanks for pointing out)10:25
fta2pitti, ok, it's indeed a sig 6, but deep inside libc10:26
fta2pitti, can i ask apport to resolve those anyway? it's not to report to lp, it's for me as upstream10:27
pittifta2: you mean make apport-retrace -s work?10:28
pitti(which is equivalent to adding the Stacktrace: to the .crash file)10:29
fta2pitti, 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
pittifta2: right; yes, that should be possible10:32
fta2would be great10:33
pittiadded to my todo list10:33
=== jjohansen is now known as jj-afk
sorencdbs: 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:33
abhinav-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
abhinav-perhaps because of maverick11:49
abhinav-pitti: but I made the same changes in a branch of apport 1.4, and ran the tests, they were all ok11:50
pittiabhinav-: nice!11:52
pittiabhinav-: I can fix up the rest of this in the merge, so don't worry about thsi11:52
abhinav-pitti, ok thanks. I will push the branch :)11:53
pittiabhinav-: thanks a lot for your work! that's a nice feature indeed11:53
abhinav-pitti, Thank you :). apport is really an interesting project11:53
=== 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
cdbssoren: you mean #DEBHELPER# or debconf?13:21
hallyncjwatson: it turned out iwas compiling maverick's grub2 in lucid.  lucid's compiled fine.  sorry for the noise13:27
=== dendro-afk is now known as dendrobates
cjwatsonhallyn: ok13:33
cjwatsonhallyn: perhaps missing build-dependencies then13:34
=== dbarth_ is now known as dbarth
hallyncjwatson: maybe - it was complaining about some arch i'd never heard of before13:41
cjwatsonI think I'd need to have seen the exact error message ...13:43
hallyncjwatson: in any case i'll just need to try and cherrypick onto the lucid version, np.  thanks13:44
sorencdbs: debconf13:54
sorencdbs: You moved the confmodule inclusion to the bottom.13:54
cdbswait, did I?13:55
cdbsLong time since I did it13:55
* cdbs looks into the package13:55
sorencdbs: Cool, thanks.13:55
sorencdbs: The problem is that including debconf/confmodule re-executes that postinst script.13:56
=== apachelogger is now known as apachelogger_
=== apachelogger_ is now known as apachelogger__
=== apachelogger__ is now known as apachelogger___
=== apachelogger___ is now known as apachelogger
sorencdbs: ...and the second time it executes, "start runsvcdir" fails, because it's already running.13:56
cdbswait, this change was made in Debian13:57
cdbsbut not included in the Changelog message13:57
sorenOh, really?13:57
sorenAh, yes.13:58
* cdbs confirms13:58
cdbssoren: and, that isn't an ubuntu-specific change13:58
cdbssoren: patches.ubuntu.com confirms that13:59
sorenOh, I see the problem now.13:59
sorenThey don't use upstart, so they don't have this problem.13:59
soren"they" being Debian.14:00
cdbsyes, I also get it14:00
cdbsstart fails, but why is runsvdir running then?14:00
sorenBecause its started the first time the script runs.14:00
sorenLike I said, including confmodule re-execute the postinst.14:00
cdbssoren: is there a bug # already?14:01
sorentwo :)14:01
* soren waits for lp14:01
cdbssoren: bug #70857914:02
ubottuLaunchpad 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/70857914:02
cdbsI'll assign that to myself and look into the issue14:02
sorencdbs: Cool, thanks!14:02
cdbssoren: No, thank you for reporting the issue! :)14:02
cdbsMark enters the fray! ^^14:03
pittikees, 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)14:03
=== yofel_ is now known as yofel
hggdhcjwatson, 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:46
hggdhcjwatson, and good morning, and sorry to bother14:47
cjwatsonhggdh: thanks, no problem, I'll look14:47
cjwatsonhggdh: which images?14:47
hggdhcjwatson, 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
hggdhcjwatson, amd64/i386 for the server and, I guess the alternates14:48
hggdhcjwatson, http://204.236.234.12/view/ISO-server-Natty/ gives you an idea14:49
cjwatsonno more detail needed, thanks14:49
cjwatsonlooks like a regression caused by multiarch support14:49
abhinav-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:51
pittiabhinav-: don't worry, it wasn't hard to clean up14:52
abhinav-:)14:52
pittiabhinav-: I have a few other things to do in trunk still, but I should be able to do a new release/upload by tomorrow14:52
abhinav-pitti: that would be awesome :)14:53
LaneyCan 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.gz14:53
=== dendro-afk is now known as dendrobates
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
cdbssoren: ah, fixed. Thanks again. Had someone notified me of it earlier I would have fixed it then and there14:58
apw@pilot out14:59
=== 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
sorencdbs: Awesome, thanks.15:03
hggdhcjwatson, for reference, this is bug 73690815:04
ubottuLaunchpad bug 736908 in debian-installer (Ubuntu) "debian-installer: partman fails to partition/format a disk" [Critical,New] https://launchpad.net/bugs/73690815:04
=== ogra is now known as Guest53848
cjwatsonit's an e2fsprogs regression.  I'll look into it15:06
=== Guest53848 is now known as ogra_
pittifta: I just tried bash -c 'kill -ABRT $$'15:08
pittifta: 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 lucid15:08
pittifta: I added an automatic check for this to apport's test suite15:09
=== jtechidna is now known as JontheEchidna
abhinav-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
ubottuLaunchpad bug 340970 in apport (Ubuntu) "When apport complains package is outdated, it doesn't let you update" [Wishlist,Triaged] https://launchpad.net/bugs/34097015:22
pittiabhinav-: I wouldn't like to hardcode update-manager into apport (that would only work on ubuntu)15:24
abhinav-right, that would be a problem15:25
pittiabhinav-: so to do that, the apport/packaging.py API would need a new method run_package_update(), which the Ubuntu branch could then implement15:25
pittiand a way to tell "is upgrading available"15:26
pittiui.py would check the latter, and run run_package_update() or so15:26
pittiother distros could plug in packagekit or yast or whatever15:26
abhinav-pitti, so define an abstract method in packaging.py ? and where will be the ubuntu specific code go ?15:28
pittiabhinav-: into the ubuntu branch, in backends/packaging-apt-dpkg.py15:29
abhinav-pitti, oh ok. got it.15:30
pittiabhinav-: sorry, it's a bit indirect and abstract, but I really want to avoid any Ubuntu specifics in trunk15:30
pittiabhinav-: this could also use python-aptdaemon.gtk3widgets instead of update-manager, not sure what's better15:31
pittior it could try both15:31
abhinav-pitti, I understand, it would lead to more portable code :)15:31
abhinav-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 :-D15:33
=== dendrobates is now known as dendro-afk
pittiabhinav-: yes, working from trunk is appreciated15:33
abhinav-thanks for helping :)15:33
=== dendro-afk is now known as dendrobates
=== elif is now known as elif_lunch
mvopitti: update-manager uses the aptdaemon stuff internally (fwiw)15:45
seb128slangasek, you broke the retracers!15:45
seb128slangasek, hey btw ;-)15:46
seb128today's libstdc++6 update leads to that error15:46
seb128# apt-get update15:46
seb128apt-get: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by apt-get)15:46
seb128apt-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
pitti(what a nice way to say "hello" :) )15:46
pittiseb128: I guess it's a problem of running this in fakechroot under lucid?15:46
bjfpitti, just any fyi, i sent email about new hardy pkgs15:46
pittiseb128: we can try getting the natty dchroot upgraded to today's packages, and let the retracer run there15:47
seb128pitti, could be, I just hate fakechroot I think ;-)15:47
pittibjf: yeah, I saw; will do ASAP15:47
pittiseb128: so do I :)15:47
seb128pitti, wdym by "getting the natty dchroot upgraded to today's packages, and let the retracer run there"?15:48
bjfpitti, also :-) have you had a chance to look at the kernel sru workflow wiki page? any thoughts?15:48
pittiseb128: right now the lucid/maverick/natty retracer runs in osageorange's lucid dchroot15:48
seb128pitti, if we run the update and get the new libstd apt-get is broken, it will fail in the apt-get update call15:48
pittibjf: not yet, sorry :/ still knee-deep in other stuff15:48
pittiseb128: I mean the dchroot, not the fakechroot15:48
bjfpitti, that's what i figured, thanks15:49
YokoZarpitti: 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:49
cjwatsonpitti: any further thoughts on bug 732860?  I'm just preparing a snapshot upload to Debian now, which will be syncable15:59
ubottuLaunchpad bug 732860 in exuberant-ctags (Ubuntu) "Please upgrade exuberant-ctags to 5.9 SVN snapshot" [Wishlist,New] https://launchpad.net/bugs/73286015:59
=== jj-afk is now known as jjohansen
pitticjwatson: no strong opinion; seems fairly safe to me; so if you consider it appropriate, plesae go ahead16:00
cjwatsonOK - yeah, I do16:01
=== herton is now known as herton_lunch
=== deryck is now known as deryck[lunch]
=== dendrobates is now known as dendro-afk
slangasekseb128: interesting; does this retracer problem affect all archs or just i386?16:12
seb128slangasek, both i386 and amd64 but seems due to the fact that the retracers are fakechroots running in a lucid environment16:12
seb128slangasek, 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
seb128slangasek, I think it's rather another fakechroot issue than a bug in the update16:13
slangasekseb128: lucid's libc should have already known about the multiarch paths, but I guess maybe they were at the /end/ of the library search path16:14
slangasekYokoZar: 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 wine16:15
YokoZarslangasek: Will we be able to move anything out of ia32-libs and into proper multiarch in natty?16:17
slangasekYokoZar: 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 release16:26
slangasekonly 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-libs16:27
cjwatsonslangasek: can you look into bug 736908?16:27
ubottuLaunchpad bug 736908 in e2fsprogs (Ubuntu) "debian-installer: partman fails to partition/format a disk" [Critical,Triaged] https://launchpad.net/bugs/73690816:27
slangasekcjwatson: ah shoot, yes16:28
ftapitti, re. /wrt apport, my production servers are running lucid or maverick, obviously not natty.16:28
slangasekI swear I checked all the udebs before uploading this16:28
slangasekapparently I missed one16:28
cjwatsonta16:28
=== herton_lunch is now known as herton
ftapitti, 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
ftapitti, .. and i usually don't have the dev tools in my serv-farms16:31
pittifta: ah, that was actually deliberate, as the server folks complained about having gdb by default, bug 35417216:32
ubottuLaunchpad bug 354172 in apport (Ubuntu) "gdb and python-xdg required dependencies for apport?" [Undecided,Fix released] https://launchpad.net/bugs/35417216:32
pittifta: hm, dpkg-dev? that shouldn't be16:32
ftapitti, well, not dpkg-dev itself, one of its deps16:33
pittifta: ah, binutils perhaps16:33
pittialthough I don't immediately see anything in binutils which it would need16:34
=== tkamppeter_ is now known as tkamppeter
ftapitti, 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 work16:34
=== dendro-afk is now known as dendrobates
Laneyslangasek, 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:50
slangasekLaney: yes, libffi needs fixing for multiarch, known issue on my list - didn't realize it was blocking anything, I'll fix that now16:52
Laneygreat, thanks16:52
slangasekLaney: this failure is i386-only, right?16:54
Laneyyeah16:55
OdyXtkamppeter: Grrr… Why did you upload the foomatic-db to Ubuntu ? It could easily have gone trough Debian + sync this time…17:03
=== sforshee is now known as sforshee-lunch
slangasekLaney: libffi 3.0.9-3ubuntu1 uploaded17:09
Laneyslangasek: thanks! will give ghc6 back when it hits :-)17:10
=== deryck[lunch] is now known as deryck
=== beuno is now known as beuno-lunch
pittibjf: 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.changes17:13
pittibjf: this will cause a lot of bug noise17:13
=== dholbach_ is now known as dholbach
bjfpitti, my bad17:13
bjfpitti, i'll fix that17:13
pittiok, thanks17:13
bjfpitti, i must have dropped the -v of the command line and didn't notice the changelog17:14
* pitti will do linux in the meantime17:14
pittithat always takes longest anyway17:14
pittibjf: linux, l-u-m, and l-b-m done; waiting for a fixed l-r-m, and linux-meta is missing17:20
bjfpitti, won't the linux-meta in -proposed suffice ?17:20
pittibjf: ah, it's already -29, right17:20
pittisorry17:20
bjfpitti, np, always good to double check17:21
pittibjf: 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
ubottuError: Could not parse data returned by Ubuntu: 2 (https://launchpad.net/bugs/2)17:21
pittibjf: but of course without any hppa buildds that'll need to wait a bit17:21
* pitti checks https://launchpad.net/builders/kohnen17:22
pittitrying to revive17:22
pittihm, it's back on, but on manual17:22
pittilamont: ^ kohnen (hppa) is on manual, is that deliberate?17:22
lamontonly slightly17:23
lamontit's back to auto now17:24
pittiah, cheers17:24
pittibjf: linux hardy hppa building now17:24
=== _LibertyZero is now known as LibertyZero
=== bjf is now known as bjf[afk]
=== zul_ is now known as zul
slangasekcjwatson: e2fsprogs fix inbound; any other multiarch breakage you're running into?17:54
cjwatsonslangasek: that's all I've heard of so far ...17:56
slangasekok17:56
cjwatsondo you have a list of libraries converted up to now?  I could go and double-check17:56
slangasekcjwatson: the list of packages on https://launchpad.net/~vorlon/+archive/multiarch/+packages that are superseded by newer versions, basically :)17:57
cjwatsonthat's as good as any other list17:58
cjwatsonok17:58
cjwatsonslangasek: everything else there seems fine18:02
slangasekok, good to hear18:02
=== 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
M0hamedhello is this where I ask questions about how wubi installer works18:27
cjwatsonM0hamed: I suppose it's as good as anywhere else18:27
M0hamedok I was wondering how I could incorporate wubi-like functionality into other distributions18:28
M0hameddebian based18:28
cjwatsonit would be a pretty giant amount of work18:29
cjwatsonwubi includes integration into the installer, and there are lots of pieces that aren't in Debian yet18:29
cjwatsonI'm not even sure I can enumerate them all and I wrote several of them18:29
=== elif_brb is now known as elif
M0hamedbut the veru first version of lupin was a side project thatuses the debian installer with no change in the actuall ubuntu source18:31
cjwatsonI know, but it did stuff like running sed over installer code at run-time18:31
cjwatsonit wasn't maintainable like that, so we integrated it into the installer instead18:31
M0hamedso it wouldnt be a good GSoc project18:32
cjwatsonyou're not the first to ask, but I suspect that it would be pretty challenging as GSoC projects go, yes ...18:32
M0hamedcjwatson: can you tell me where to look for more info and how to build it from source18:33
cjwatsonI 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 bit18:33
cjwatsonhttps://wiki.ubuntu.com/Installer/Development is about the best I can do for the Ubuntu installere18:33
cjwatson*installer18:33
=== dendro-afk is now known as dendrobates
M0hamedcjwatson: why not just use the debian installer18:34
cjwatsonthat would be one option for a Debian port18:34
M0hamedcjwatson: why ubiquity18:34
cjwatsonit would still require a good deal of work18:34
M0hamedcjwatson: anyway that rules out that project because I am not that experienced in linux development and thought it was a good starting point18:36
cjwatsonyou'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
cjwatsonand of course the Windows UI side of things18:36
M0hamedthe windows ui is the easiest18:37
M0hamedcjwatson: its what I am experienced in the problem is on the linux side18:37
=== ogra_ is now known as ogra
cjwatsonoh, 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 them18:37
cjwatson(at least that's my memory ...)18:38
M0hamedcjwatson: so would that be the case for any other debian based distribution18:38
M0hamedor is it just debian itself lacking certain features18:39
cjwatsonhm, 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 necessary18:39
cjwatson(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481335)18:39
ubottuDebian bug 481335 in ntfs-3g "ntfs-3g: Please build udebs for installer ntfs-3g support" [Wishlist,Open]18:39
cjwatsonanything descended from Debian and not descended from Ubuntu is likely to have the same obstacles18:39
M0hamedcjwatson: you were graet thank you18:43
M0hamedcjwatson: although I will think twice before atempting such a feat18:43
M0hamedcjwatson: but you really helped18:44
cjwatsonyou're welcome18:51
hasenjwhat's the preferred way to develop natty? dual boot? or a virtual machine?18:59
RoAkSoAxhasenj: most of us work on the development version19:01
hasenjso it's the only installed version basically ..?19:01
hasenjI mean, you don't dual boot with 10.10 or anything like that?19:01
RoAkSoAxhasenj: I don't19:01
RoAkSoAxhasenj: i usually keep older kernels in case something goes wrong with graphics or stuff like that19:02
cjwatsonin 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
cjwatson(but I know how to rescue myself if it breaks ...)19:03
Chipzzcjwatson: have you asked the maintainer about the ntfs3f udeb bug?19:04
Chipzzcjwatson: it appears he is on #debian-devel, I just asked him about it19:04
hasenjah, chroot, interesting19:04
cjwatsonChipzz: somebody asked on the other bug he marked wontfix at the same time, and he did not respond19:06
cjwatsonso I didn't hold out any particular hope19:06
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
kirklandhow do i make the unity sidebar thing go away?19:38
kirklandit's getting "stuck"19:38
kirklandand rendering on top of my more important windows19:38
Martiinielou ..19:42
Martiinianyone here who belongs to devel team?19:42
MartiiniI have a question about ubuntu kernel .. kernel seems to configured not as well as some other distros19:42
MartiiniI have installed .. fedora, opensuse, ubuntu ..  and .. opensuse seem have best kernel+modules .. most laptops work out-of-box with acpi modules .. etc etc19:42
achiangMartiini: 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 specific19:44
=== 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
Gatoradehi21:06
Gatoradehi21:06
mrc3_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/rules21:41
sladenmrc3_: autocrap.  joy.  mmm22:03
=== ogra_ is now known as ogra
=== dendrobates is now known as dendro-afk

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