/srv/irclogs.ubuntu.com/2012/10/18/#ubuntu-devel.txt

slangasekbryce: bug #1066883 can only be a plymouth bug if there's a regression in lightdm's handling of shutting down plymouth; is there any reason to think that might be the case?00:07
ubottuLaunchpad bug 1066883 in linux (Ubuntu Quantal) "[Macmini 5,1] Fatal server error: Can not run in framebuffer mode on reboot" [High,Confirmed] https://launchpad.net/bugs/106688300:07
bryceslangasek, feel free to reassign to where you think it belongs00:08
=== SolidLiq is now known as CodeGuru
pittiGood morning03:33
RAOFHo pitti!03:36
* RAOF seems to remember having a question to ask pitti, but not what that question actually was.03:36
=== vibhav is now known as ringtail
joiseystudanyone know when QQ final will be released?04:33
lifelesssee #ubuntu-release :)04:34
micahg#ubuntu-release-party would probably be better04:34
pittievery time someone asks for the precise time, a kitten dies04:34
joiseystudlol04:34
sarnoldpoor kitten04:34
joiseystudthanks04:34
pittisarnold: exactly!04:34
micahgThu Oct 18 04:34:51 UTC 2012 on my precise system :P04:35
sarnoldmicahg: wow, one of our clocks really skewed, looks like you're fifteen seconds in the past!04:35
ScottKlifeless: Please don't send them to #ubuntu-release.04:38
lifelessScottK: doh, I meant -party. Sorry.04:59
RAOFpitti: Oh! I've remembered the question I was going to ask - is it possible to influence how the apport retracer munges the bug reports it touches?05:10
pittiRAOF: not much right now, what are you trying to do?05:42
RAOFpitti: I was thinking of post-processing the xserver backtraces and pulling out the interesting information - basically the top 4 frames of an xserver backtrace contain no useful information.05:44
pittiRAOF: apport has a thing called "stack unwinding" which chops off things like the implementation details of g_assert() and g_log_(), to get to the "interesting" part05:45
pittiRAOF: the trimming you want to do, would you say this applies to all X-ish backtraces, or is that just a special subset?05:45
RAOFAll xserver crashes, I think.05:45
pittiRAOF: we don't currently have hooks which run on the retracer side, that would be too brittle and also insecure05:46
RAOFPlus I'd like to pull out the signal that killed X.05:46
pittiRAOF: the latter sounds like something which should happen on the client side?05:46
pittiRAOF: ah, I remember that weirdness of X's signal handlers :)05:46
RAOFYeah - X catches everything and then abort()s05:47
pittiRAOF: so perhaps apport on the client side should have some code to set Signal: to the real thing?05:47
pittiand the stack unwinder should be updated to get rid of X' signal handlers/logging stuff05:47
RAOFAs long as we can get the signal out, yes.05:48
pittiRAOF: as for the unwinding, the code is at http://bazaar.launchpad.net/~apport-hackers/apport/trunk/view/head:/apport/report.py#L71405:48
pittiRAOF: and the corresponding tests at http://bazaar.launchpad.net/~apport-hackers/apport/trunk/view/head:/test/test_report.py#L140305:48
pittiRAOF: if that's all gibberish to you, I propose you file a bug with linking to a few example bugs, and explain what part of the stack trace shoudl be chopped off?05:49
RAOFI'll have a butcher's.05:49
RAOFThanks.05:49
pittiRAOF: i. e. you tell me how it should look like, then we transform that into test cases, and then hack gen_stacktrace_top() into submission05:49
pittiRAOF: we actually already have X error handling there, but perhaps it's out of date05:50
RAOFYeah, we have _Xerror handling.05:51
lbbefHi, I would like to help update the blender package in the universe repo, how do i go about doing that?05:52
SpamapSlbbef: #ubuntu-motu would be better, since its a universe package. But.. basically you'll want to follow the packaging guide..05:56
SpamapSlbbef: https://wiki.ubuntu.com/PackagingGuide05:56
SpamapSlbbef: note that the debian maintainer will likely update to 2.64a soon, and then that will sync/merge into the next release (raring) when auto-syncs start05:57
dholbachgood morning06:35
pittijibel: FYI, jhbuild doesn't run xvfb for "make check", only for some test modules (ldtp, dogtail)06:41
pittijibel: I'm filing an upstream bug now to discuss whether it should (I think it should)06:41
pittijibel: in the meantime, I'll work on a charm fix to run it through xvfb-run by itself, ok?06:41
jibelpitti, ok.06:46
pittilool: bonne anniversaire!07:13
=== smb` is now known as smb
dholbachlool, bon anniversaire, mon ami! :)07:20
=== jamesh_ is now known as jamesh
didrocksgoogle betrayed him, right? :)07:26
pittididrocks: you mean me or lool?07:27
didrockslool ;)07:27
didrocksthat's how I noticed TBH, telling "oh this guy is older…" :p07:28
=== yofel_ is now known as yofel
pittibut lool's birthday _is_ today, unless he lied in the directory ;)07:32
didrocksyeah, I meant, he couldn't lied in the directory and in google, there are prooves all over the place! :)07:33
pittijibel: https://code.launchpad.net/~pitti/charms/quantal/jhbuild/run-under-xvfb/+merge/13029407:37
pittijibel: I will now work on a config option to use jhbuild from git instead of the packaged version, as this is more appropriate and robust07:37
jibelpitti, ok, thanks. I'll merge your xvfb change ASAP as the charm is under review for charmstore inclusion and it'd be nice to have it.07:40
pittijibel: *nod*07:40
pittijibel: hm, curious that you didn't stumble over the missing python-dbus package (glib tests fail due to that); I'm going to propose a merge07:57
pittijibel: MP sent for this, too08:05
jibelpitti, I added on the internal instance IIRC, let me check.08:21
loolpitti, dholbach, didrocks: Thanks all!  :-)08:22
jibelpitti, actually dbus-python is a dependency of gnome-core but not glib, so the bug is in the moduleset. python-dbus should be built before not after glib08:28
pittijibel: ah, so it would work the second time08:29
jibelpitti, yes, if you build all the packages of gnome-core, if you build only glib and it's dependencies it will fail.08:30
jibelpitti, since I started by building everything without check to make sure all the build dependencies were met, I didn't notice.08:31
pittijibel: ok, then perhaps the MP is moot; I'll file an upstream glib bug with a suggested jhbuild patch08:31
=== tkamppeter_ is now known as tkamppeter
pittijibel: oh, juju deploy only uses the bzr committed bits, not the uncommited ones?08:33
* pitti tears down test unit and retries08:33
pittijibel: oh, heh, can't08:40
pittijibel: dbus-python needs glib and GI to build08:40
pittijibel: so it'd be a circular dependency08:41
pittiso perhaps installing the package would be ok after all08:41
* pitti makes a note in the MP08:41
bkerensacyphermox: is there any reason why ipv6 is set to automatic in 12.10 for network-manager? This seems to add anywhere from a few hundred milliseconds to a couple seconds of lag time when connection to networks that do not support IPv608:42
bkerensa?08:42
bkerensa!s/connection/connecting08:43
=== henrix_ is now known as henrix
jibelpitti, hm, it is not installed here and the test pass, unless I missed something. I'm rerunning a check of glib08:45
pittijibel: presumably it's installed in ~/gnome then?08:45
xnoxivanka: https://blueprints.launchpad.net/ubuntu/+spec/foundations-r-landscape-fde08:52
jibelpitti, correct, it is installed in ~/gnome/packages08:54
stgraberbkerensa: ipv6 is enabled by default on Ubuntu because that's the right thing to do as it's getting more and more popular. However NM considers the network as up and running if any of ipv4 or ipv6 is working, so it shouldn't add any delay. If it does, file a bug so cyphermox can take a look.08:56
bkerensastgraber: ok08:57
bkerensastgraber: my understanding is its actually a known delay http://blogs.gnome.org/desrt/2011/06/14/quick-network-manager-note/08:58
bkerensastgraber: there also seems to be a bug in debian for it too08:59
=== sgnb` is now known as sgnb
stgraberbkerensa: that blog post is pretty old... a lot of IPv6 work happened for 12.04 and 12.10, better talk to cyphermox09:00
bkerensastgraber: ok I will ping him09:00
pittijibel: there are more loops like that; I think building everything without --check first, and then again with --check is better09:02
develop7hello all. What is *proper* way to get sources of package from precise with bzr? `bzr branch ubuntu:p/network-manager` says "bzr: ERROR: Not a branch:`,  `bzr branch ubuntu:precise/network-manager` says "bzr: ERROR: Revision {package-import@ubuntu.com-20120316143219-pj6ax8nyf4n504ry} not present in "Graph(StackedParentsProvider(bzrlib.repository._LazyListJoin(([CachingParentsProvider(None)], []))))"."10:23
develop7should I report a bug?10:28
cjwatsonyes, on launchpad.net/udd10:30
cjwatsonsome packages just can't be fetched using bzr - the always-works method to get source for any package is still 'apt-get source PACKAGE-NAME' (or pull-lp-source from ubuntu-dev-tools makes it easy to get any version, if you want source for a version that doesn't match your running system)10:31
tumbleweed(pull-lp-source is broken today, because it's quantal release day and it doesn't know about raring yet)10:33
Laneydeja vu10:34
develop7cwatson, got that, thanks10:38
tkamppeterpitti, can you have a look at bug 1026921? Will CUPS need some improvement here? Or should we simply tell the user to touch the missing file and all is OK?10:45
ubottuLaunchpad bug 1026921 in cups (Ubuntu) "package cups 1.5.3-0ubuntu1 failed to instal/upgrade: subprocess installed post-installation script returned error exit status 1" [High,Invalid] https://launchpad.net/bugs/102692110:45
pittitkamppeter: yeah, that shoudl work, and then sudo apt-get -f install10:45
tkamppeterpitti, so we simply tell this to the user and close the issue?10:48
pittitkamppeter: yes, I think so10:48
develop7I'm filling a merge request in LP. What is proper branch for merge request to network-manager in quantal? I'm aware it's frozen — I'm hoping my patch is going to hit proposed or something.10:52
develop7here is branch itself — https://code.launchpad.net/~develop7/network-manager/dnsmasq-conf-dir-cherrypick10:52
tkamppeterpitti, what I have seen is that if there is something wrong in /etc/cups/cupsd.conf making the CUPS daemon not start this blocks the whole apt-get mechanism. Should we improve on this somehow in R?10:54
develop7This is cherry-pick from upstream, so there's no need to merge it to lp:network-manager10:54
pittitkamppeter: this is how Debian packages behave in general; I don't have a good answer to this, I'm afraid, as the other option is to leave it broken silently10:55
pittitkamppeter: if people or programs often mess up cups.conf, then changing the postinst to not fail on failed start might be an option, yes10:55
tkamppeterpitti, or could the postinst then pop up a debconf like screen telling that the CUPS system could not be started and giving the option to continue or abort the installation?10:57
pittinono, please no debconf10:57
cjwatsondevelop7: 'apt-cache showsrc network-manager' says lp:~network-manager/network-manager/ubuntu (but if you're filing a merge proposal against that, make sure you branched from that in the first place)10:58
tkamppeterpitti, OK. debconf is really very complicated to set up and we should reduce its use.11:01
=== MacSlow is now known as MacSlow|lunch
=== cpg is now known as cpg|away
Andy80hi, is there any know issue with Nvidia GeForce GT 640 graphic card? I've just upgraded my work machine to quantal and even if I'm using the same driver version (304.51), now the maximum resolution is 1024x768 while it was 1680x1050. p.s: on precise I was using the x-swat PPA to have 304.51 of course...11:39
develop7cjwatson: that branch contains only debian directory. should I convert my branch to debian patch, and request a merge of patch, not source?11:44
cjwatsondevelop7: yes11:45
develop7cjwatson: awesome, thank you11:47
=== _salem is now known as salem_
cyphermoxbkerensa: ipv4 and ipv6 gets done in parallel, there shouldn't actually be a delay caused by ipv6 if you don't have it; maybe file a bug so we can see what's wrong12:10
cyphermoxdevelop7: we already carry that upstream change in quantal.12:11
develop7cyphermox: yeah, I've noticed that. whew.12:11
cyphermoxok ;)12:13
cyphermoxoh, wait, perhaps I'm getting confused by a previous message, you want to SRU that to precise?12:14
develop7cyphermox: well, that would be perfect, but I don't insist, I'm planning to upgrade anyway12:16
develop7e.g. upgrade to quantal12:16
cyphermoxdevelop7: ok12:17
=== MacSlow|lunch is now known as MacSlow
tkamppeterpitti, seems that there are major problems with the AppArmor stuff in CUPS, see bug 1026921.12:54
ubottuLaunchpad bug 1026921 in cups (Ubuntu) "package cups 1.5.3-0ubuntu1 failed to instal/upgrade: subprocess installed post-installation script returned error exit status 1" [High,Invalid] https://launchpad.net/bugs/102692112:54
jdstrandtkamppeter: I think that is overstating it. the main profile is installed in /etc/apparmor.d/usr.sbin.cupsd. the packaging will create /etc/apparmor.d/local/usr.sbin.cupsd. the main profile needs the second. the user doesn't have the second. it isn't clear the touch command was run12:58
jdstrandthe second is also intentionally not a conffile12:58
jdstrandtkamppeter: if the cups packaging doesn't use dh_apparmor, then the packaging needs to create it13:00
jdstrandI just did some iso testing yesterday and /etc/apparmor.d/local/usr.sbin.cupsd was created13:01
jdstrandgotta run13:01
GunnarHjRiddell: Hi Jonathan! Are you there?14:07
RiddellGunnarHj: I am14:08
GunnarHjRidell: Great! I noticed that Kubuntu quantal is shipped without language-selector-kde. Does it mean that you have replaced language-selector with other code in Kubuntu, and that we may now drop language-selector-kde in the language-selector source package?14:08
RiddellGunnarHj: might be best to wait until after UDS14:10
RiddellI replaced it with a patch to the KDE language config tool, but it's a bit limited and doesn't have all the features14:10
Riddellbut going back to language-selector-kde isn't an easy option as we can't do python 3 plugins to kde system settings14:10
pittiRiddell: well, we've been trying for several releases to get rid of it actually :)14:11
pittiin favor of moving to the one from gnome-control-center (but that's still not on feature parity)14:11
Riddellpitti: I know, this was my initial desire to change out, then the python 3 switch stopped a chance of changing back14:11
GunnarHjRiddell: Really? I got the impression that your current language/locale thing is rather complete. But it's no hurry; it can of course wait til after the UDS.14:13
Riddellit misses various things like setting up input methods and notifying if you don't have them all installed14:13
GunnarHjRiddell: Ok, I see.14:14
GunnarHjpitti: I'm going to write a document for UDS about differences between l-s and the region capplet in g-c-c.14:16
pittiGunnarHj: ah, that's helpful, thanks!14:16
=== davidcalle_ is now known as davidcalle
dokohallyn, ping14:47
hallyndoko: hi14:56
=== dArKd3ViL is now known as dArKd3ViL_
dokohallyn, was just looking at your sparc cross toolchain packages? are these built for biarch sparc?14:57
hallyndoko: i was just building for sparc64 (i think) so that the openbios-sparc package could be built from that for sparc32 and sparc6414:58
hallyndoko: though i'm starting to think i don't need sparc, i only need powerpc14:58
dokoahh, ok14:58
hallynhm, no, i guess we do.14:58
hallyndoko: building for sparc32 would be a completely separate set of packages with almost identical soruce, iiuc14:59
hallynwhat on earth?  ppa says build failed, but https://launchpadlibrarian.net/119958672/buildlog_ubuntu-quantal-amd64.binutils-sparc-cross_1.86ppa1_BUILDING.txt.gz says it succeeded15:00
dokohallyn, no my question was if the build is configured with --enable-multilib. But I assume you're not that interested in the packaging like it's done for the linaro arm cross packages15:00
hallyndoko: oh.  right i just want to be able to use it to build openbios for qemu;  but i did use the arm packages as a base.15:01
hallyni don't see enable-multilib in the buildlog15:02
=== elmo__ is now known as elmo
=== Mez_ is now known as Mez
stokachuinfinity: ive got a definition addition for eglibc http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=cf7c9078a5acdbb435498ace92cd81009637a97115:18
stokachuinfinity: is this something you would entertainf or lucid?15:18
stokachuinfinity: a backport for libhugetlbfs exist in lucid https://bugs.launchpad.net/lucid-backports/+bug/103536515:19
ubottuLaunchpad bug 1035365 in lucid-backports "Please backport libhugetlbfs 2.11-0ubuntu1 (universe) from natty" [Undecided,Fix released]15:19
stokachuand i believe this patch is whats needed to make this work15:19
micahgumm, if it didn't work, how did it "run"?15:20
infinitystokachu: Do I want to know why we care about hugetlb in lucid and why we're not just telling people who need it to upgrade to precise?15:31
stokachuinfinity: lol probably not15:39
stokachuinfinity: however, if you say no (with a possible explanation) it is perfectly acceptable to run with that15:40
stokachuto me this feels like a feature request whereas lucid is basically in a state of accepting crtical's and other bug fixes15:41
infinitystokachu: Your explanation there seems like the right one.15:41
infinitystokachu: That said, we still need to SRU the AVX disabling fix to lucid, so we could dump this in with it.15:41
stokachuinfinity: thats totally your call15:42
infinitystokachu: I'm not against the change, it's minimal and auditable, just against upload for JUST that.15:42
stokachuinfinity: im currently building eglibc with the patch15:42
stokachuinfinity: ok sounds good -- ill finish the build and have the interested party test it15:43
stokachuinfinity: if all is well ill update the avx sru to include this other bug15:43
infinitystokachu: That sounds reasonable to me.15:44
stokachuinfinity: cool, ill probably ping you in a couple days once the customer has tested15:44
stokachuerr 'interested party'15:44
stokachulol15:44
infinitystokachu: Shiny.  I'd like us to get those old AVX SRUs out of the way so they stop nagging my TODO.15:45
stokachuinfinity: sweet, thanks man15:45
infinitystokachu: And the one for lucid is really more just a violent "break AVX" fix, so less effort than precise's "fix it all to behave correctly" thing.15:45
infinitystokachu: So, should be a bit easier (I hope) for us to verify.15:46
infinitystokachu: Oh, I'm guessing you guys noticed that the precise one finally landed in updates?15:46
stokachuinfinity: we sure did15:46
stokachuinfinity++15:46
infinityI should rebuild d-i for precise tomorrow for that.15:46
infinityMaybe I'll wait for the current round of SRU kernels to land, and kill two birds with one stone.15:47
infinityAnd fix the omap netinst bug too.15:48
infinitySo, three birds.15:48
infinityThat's some stone.15:48
Laneypoor birds15:49
infinityThey had it coming.15:49
* micahg thinks the kittens were behind it15:49
astraljavaSo infinity was the one who stole the bird out of Xubuntu wallpaper. *grumble*15:50
stokachudoko: if you got a second could you approve series nominations for bug http://pad.lv/80278215:55
ubottuLaunchpad bug 802782 in network-manager (Ubuntu) "Please add NetworkManager option not to auto-enable new network devices" [Wishlist,Confirmed]15:55
stokachubabaei: die antwoord?15:57
dokostokachu, done15:59
stokachudoko: thanks! :D16:00
stokachudoko: sorry one more, http://pad.lv/1068199, spoke with infinity on it and going to try and get this included with another SRU approved to go in16:07
ubottuLaunchpad bug 1068199 in eglibc (Ubuntu) "please add support for MAP_HUGETLB in eglibc for Lucid" [Undecided,New]16:07
dokostokachu, done16:10
stokachudoko: thanks again16:10
quadrisprohello everybody16:11
mitya57Does anybody think we can cherry-pick this lintian commit:16:30
mitya57http://anonscm.debian.org/gitweb/?p=lintian/lintian.git;a=commitdiff;h=c04b5ad34c;hp=0c7245dcba16:30
micahgmitya57: why?16:31
ScottKThere's no need.16:31
mitya57to make lintian not complain about packages using s-v 3.9.4 that are built on quantal16:31
cjwatsonwho cares :)16:32
babaeistokachu: ummm, no?16:32
cjwatsonlintian output is meant to be read intelligently by humans16:32
cjwatsonwho can ignore stuff that doesn't matter16:32
stokachubabaei: saw your id as 'zef' was curious if you knew the south african rap group :)16:33
mitya57OK, and will we teach it that raring is a valid codename?16:33
babaeiah. nope.16:33
ScottKIn raring.16:33
ScottKOnce again, one can ignore it.16:34
stokachumitya57: in NC we have to euthanized raccoons because they are rabies vectors16:34
mitya57OK.16:34
micahgmitya57: I'd be happy to entertain a lintian backport if you're interested in testing the reverse dependencies, but yeah, what everyone else said16:34
micahg(full backport, not cherry pick)16:35
slangasekcjwatson: well, the difference between empty and non-empty lintian output has an annoying cost in attention in order to do that ignoring.... but meh, why would anybody be using the quantal lintian for 3.9.4 S-V packages16:35
mitya57I've anyway filed bug 1068208 (with a patch attached) to get it fixed in raring at least16:36
ubottuLaunchpad bug 1068208 in lintian (Ubuntu) "Needs to know about raring" [Undecided,Triaged] https://launchpad.net/bugs/106820816:36
micahgwait, this fix isn't even in Debian yet?  Why would we bother...16:36
ScottKmitya57: The usual practice is to update in Debian first.16:36
ScottKslangasek: lintian will whine when you make a source package too, so for those of us that run current and build in sbuild/pbuilder, it'll definitely come up.16:37
mitya57I don't know why you call it usual (bug 994208 was fixed in Ubuntu first), but I agree anyway16:37
ubottuLaunchpad bug 994208 in clang (Ubuntu) "Needs to know about quantal" [Undecided,In progress] https://launchpad.net/bugs/99420816:37
=== sforshee` is now known as sforshee
slangasekScottK: addressed by getting raring open and updating lintian there? :)16:38
ScottKCertainly.16:38
ScottKmitya57: Usual for lintian.16:39
stokachuslangasek: ok i made those requested changes to appmenu-gtk for the build deps16:39
stokachuslangasek: *hopefully* thats everything /me crosses fingers16:39
cjwatsonslangasek: well, yeah, exactly16:39
cjwatsonand there's always grep16:40
cjwatsonor lintian profiles if you want to overachieve16:40
micahgstokachu: as mentioned in PM, I have the changes staged in the desktop VCS (my local copy with me changing the build-deps), it's ready for upload if that's ok16:41
stokachumicahg: sorry i didnt see your PM light up :(16:41
stokachumicahg: yes please do if thats ok16:41
micahgstokachu: ok, uploaded16:42
stokachumicahg: awesome thank you very much for your help16:42
micahgstokachu: now I can't get the branch up though :(16:43
* micahg blames debcheckout16:43
stokachuappmenu doesn't like change apparently :)16:44
micahgstokachu: that was quantal, I'll upload precise a little later16:44
stokachusounds good to me16:44
tkamppeterAre the ISOs linked on http://releases.ubuntu.com/quantal/ already the finals?16:51
ScottKtkamppeter: #ubuntu-release-party - otherwise wait for the announcement like everyone else :)16:56
=== deryck is now known as deryck[lunch]
=== sarnold_ is now known as sarnold
=== ChanServ changed the topic of #ubuntu-devel to: Ubuntu 12.10 (Quantal Quetzal) released! | Archive: Frozen | Dev' of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and dicussion of hardy -> quantal | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots:
=== directhe` is now known as directhex
mitya57congrats to everybody!17:19
mapreriGood work people! :)17:29
=== Ursinha-afk is now known as Ursinha
stokachuinfinity: ok i got that eglibc patch uploaded and sru done: http://pad.lv/106819917:44
ubottuLaunchpad bug 1068199 in eglibc (Ubuntu Lucid) "please add support for MAP_HUGETLB in eglibc for Lucid" [High,In progress]17:44
=== henrix is now known as henrix_
=== henrix_ is now known as henrix
ScottKpitti: The HISTORY file for postgresql 9.1.6 says, "However, you may need to perform "REINDEX" operations to recover from,  the effects of the data corruption bug described in the first changelog item below." - Does that need some kind of debian/NEWS entry or such to let people know?17:58
=== Ursinha is now known as Ursinha-afk
=== deryck[lunch] is now known as deryck
stokachumicahg: did the appmenu-gtk for precise go through yet?18:26
micahgstokachu: no, not yet, I saw the unsubscribe sponsors thing though, it's still on my list18:27
stokachumicahg: ok cool no worries18:28
nigelbasac: Your twitter account seems to be sending spam via DM.18:35
nigelb(FYI)18:35
=== norbi is now known as Guest16930
alexblighpossibly stupid question: on a normal boot, am I correct (as I believe) that the stuff in /etc/rc.S is not run? I am trying to work out why /etc/init.d/multipath-tools-boot (only run from rcS) needs to modprobe dm-multipath but /etc/init.d/multipath-tools (run from elsewhere) does not.19:20
sarnoldI've got no /etc/rc.S on my system any longer; is it a hold-over from earlier inits that you may have had installed?19:22
slangasekalexbligh: /etc/rcS.d (assuming the previous path you gave was a typo) is run at boot.19:22
=== rsalveti_ is now known as rsalveti
=== Ursinha-afk is now known as Ursinha
alexblighslangasek, hmm, even if one's going multi user? I never knew that.19:34
slangasekyes19:35
slangasekhistorically, it's the directory for scripts that do "put together enough of the system's brain so we can start a runlevel"19:36
alexblighslangasek, is it run from upstart these days then?19:41
slangasekeverything is run from upstart these days. :)19:41
bdmurrayslangasek: are you familiar with bug 1066445? I'd like to verify the fix in precise-proposed but the test case didn't work out.19:47
ubottuLaunchpad bug 1066445 in apt (Debian) "apt-get crashed with SIGSEGV in pkgCacheGenerator::ListParser::NewProvides()" [Unknown,New] https://launchpad.net/bugs/106644519:47
bdmurraywell the alternative one at least19:48
slangasekbdmurray: yeah, a test case for that is problematic, it basically comes down to hitting a magic cache size with the apt lists19:48
slangasekbdmurray: you might want to start with the known-buggy version of apt in quantal, reproduce it there, and then downgrade to the precise apt to see if it's still reproducible19:49
=== cpg|away is now known as cpg
=== henrix is now known as henrix_
asacnigelb: thanks20:21
asacnigelb: not sure... changed password and removed access to all apps in case that was it20:22
highvoltage~/win 1120:31
wmp_hello, i have problem... on 12.10 i have only one thread on CPU21:12
wmp_on 12.04 work good21:12
sarnoldwmp_: what's the output of 'uname -a'?21:12
wmp_3.5.0-17-generic21:13
wmp_x86_6421:13
sarnoldno 'SMP'?21:13
wmp_"inux wmp-AO722 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux21:13
slangasekwacky21:13
slangasekwmp_: please file a bug report against the linux package by running 'ubuntu-bug linux'; this will attach logs (dmesg, etc) that should help the kernel team figure it out21:14
wmp_amd c-50 processor on acer aspire one 72221:14
wmp_maybe i shoud use PAE kernel?21:16
ScottKwmp_: On amd64, -generic is PAE.21:17
ScottKActually it's PAE on i386 now too.21:17
slangasekon amd64, there's no such thing as PAE21:17
ScottKRight.21:18
slangasek(since PAE is a kludge to give you paged access to a larger space than is addressable in 32 bits)21:18
wmp_hmmm, interesting21:18
wmp_after reboot i go to bios setup21:19
wmp_exit without save changes21:19
wmp_and go to rescure mode21:19
wmp_and from root in rescure i have 2 threads21:19
=== Ursinha is now known as Ursinha-afk
wmp_https://bugs.launchpad.net/ubuntu/+source/linux/+bug/106834021:21
ubottuLaunchpad bug 1068340 in linux (Ubuntu) "I havent second thread" [Undecided,New]21:21
sarnoldwmp_: "Booting paravirtualized kernel on bare hardware"21:25
sarnoldoh, never mind, I've got that too. :/21:26
wmp_? i dont understand21:26
wmp_ok21:26
wmp_:)21:26
wmp_so i go try if in rescur ei have 2 threads21:26
=== cpg is now known as cpg|away
sarnold"CPU1: Not responding."21:27
wmp_lol21:39
wmp_now i have 2 threads21:40
wmp_and i dont know why21:40
sarnoldwmp_: from your dmesg, "CPU1: Not responding."21:41
wmp_now i havent this, but before yes21:41
wmp_and now i installing amd64-microcode21:42
wmp_sarnold: can i reboot or you want to check some?21:42
sarnoldwmp_: don't mind me, I think your problems are well beyond my abilities  ;(21:42
wmp_;(21:43
sarnoldwmp_: I'm just afraid you may have dying hardware21:43
wmp_sarnold: so why on 12.04 work good? :D21:43
wmp_ok, reboot21:43
wmp_and one thread :(21:46
sarnoldwmp_: I don't know why 12.04 would have supported more, but 12.10 doesn't. It _is_ strange..21:47
wmp_sarnold: now i try with noapic acpi=off21:48
sarnoldwmp_: acpi is required to enumerate hyperthreads21:49
wmp_sarnold: but on 12.04 i have acpi=off21:49
wmp_and: http://ubuntuforums.org/showthread.php?t=174079821:49
sarnoldwmp_: oh, are these real cores?21:50
wmp_i dont know21:50
wmp_but maybe yes21:50
wmp_The number of cores221:51
wmp_yes21:51
wmp_ok, reboot21:51
slangasekpitti, cjwatson: hey, I could use some clarification around the GNOME SRU MRE.  The wiki page says "only the core modules and apps"; the TB discussion says "what is released with GNOME in the usual cadence"; either way it's not entirely obvious to me how to figure out if a particular piece of software (e.g., gnome-orca) is or is'nt21:55
stgraberslangasek: the DMB has a list somewhere, let me dig it out quickly21:57
slangasekstgraber: oh?  I wouldn't have assumed that the MRE set maps directly to a packageset?21:58
stgraberslangasek: nope, but we have a packageset that's defined as "take the list of gnome components and ignore those in the desktop packageset", so the same upstream list should qualify as "what is released with GNOME in the usual cadence"21:59
slangasekstgraber: hmm, ok21:59
slangasekstgraber: is that list published somewhere, that the MRE wiki page could link to directly?22:00
wmp_nothing22:01
wmp_and with noacpid i havent wifi22:01
wmp_and in dmesg i have: [    0.274307] Brought up 1 CPUs22:01
stgraberslangasek: we look at http://git.gnome.org/browse/jhbuild/tree/modulesets and look at gnome-apps, gnome-suites-core and gnome-suites-core-deps for the current gnome release in the archive. Those files need a bit of parsing to get the actual components.22:03
stgraberI vaguely remember someone wanting to write a reasonable parser for that stuff, doesn't look like it happened though and those seem to have grown quite a bit since I last looked at them (was fairly readable back then...)22:04
stgraberyeah, definitely quite a mess at the moment, you actually have to look at the comments to find the right stuff, for example, for -apps you need to start looking at "<!-- Apps start here -->" as everything before that is just dependencies22:08
cjwatsonbdmurray: possibly tweaking the value of APT::Cache-Start randomly might help ...22:09
cjwatson(defaults to 24MiB IIRC; note that the man page lies)22:10
=== salem_ is now known as _salem
wmp_ok, work good after turn off and turn on22:23
wmp_after reboot i have only one thread22:23
=== lifeless_ is now known as lifeless

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