[00:03] stgraber: is lxd on github / linuxcontainers.org yet? [00:03] =) [00:05] xnox: github.com/lxc/lxd all 0 bytes of it :) [00:07] stgraber: =) cool. [00:11] stgraber: pleaora of people are talking about it, sounds exiting and people are undecided whether it's an NIH or indeed something cooler than docker. [00:11] stgraber: however with lack of public source code for inspection it's hard to tell what it is. [00:14] well, currently there's very little code available, we've got a python prototype and a Go prototype which each do different things. The plan is to have the Go one be split into pieces and contributed upstream through the usual review process bit by bit rather than have a single massive code dump that nobody can seriously review. [00:18] stgraber: i take it, the go code is/was not written by you?! [00:18] chuckle [00:19] xnox: I wrote some of it. [00:20] hallyn: i did bits of gocode for phablet gogotools. How do you like golang so far? [00:20] xnox: i have issues with the dogmatic refusal to allow me to control goroutines. [00:20] aside from that, it's a lot of fun [00:21] i love the multile return values [00:21] i appreciate the way you build 'classes', basically feels like the way the vfs in the kernel does it [00:21] hallyn: i don't think i've used goroutines correctly (especially asynchronously feeding a channel and synchronising that / calling golang select across them and all that) [00:22] i don't quite like how error handling is done, but i guess that will not change (essentially everything must return an error as one of the multiple return values, and everything must check/bubble it up) [00:22] right, my problem was i was doing io.Copy() inside goroutines to pass data from console to a socket, then on the other end from a socket to a pty which was hooked to a container using attach, [00:22] and my problem was that i couldn't find a good way to select(0 so that i could add a second channel with which to interrupt [00:23] but it worked out ok with how the attach happens through the lxc go bindings. [00:23] so yeah, i like it :) [00:23] better than i thought i would [00:23] anyway, it's 1:30am here and i should really get to bed - gnight [00:39] night. === _salem is now known as salem_ === salem_ is now known as _salem === doko_ is now known as doko [03:57] !regression-alert [03:57] bdmurray, cjwatson, Daviey, didrocks, doko, infinity, jdstrand, pitti, RAOF, Riddell, ScottK, seb128, skaet, slangasek, SpamapS, stgraber: reporting regression in a stable release update; investigate severity, start an incident report, perhaps have the package blacklisted from the archive [03:57] openjdk security update - https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1389493 [03:57] Ubuntu bug 1389493 in openjdk-7 (Ubuntu) "Package dropped pulse-java.jar, breaking some development environments" [High,New] [04:00] xnox: I see now why you were happy not to touch ppp :) [04:02] doko: ^ [04:26] RAOF: I'm puzzled by that description. Projects show as broken in eclipse even if they don't use pulse-java.jar? [04:26] slangasek: Apparently eclipse keeps a list of all the files in the JRE it's got registered and complains if any of them disappear. [04:27] RAOF: fwiw my understanding from watching from the sidelines was that pulse-java.jar had been superseded by icedtea-sound.jar; I'm not sure how it's anything other than a bug in eclipse that it behaves this way though [04:27] slangasek: I agree that it does seem to be profoundly stupid behaviour from Eclipse. [04:27] (of course, we may be stuck working around it in openjdk-7, but I'd like to know why eclipse does this) [04:28] anyway, no quick rollbacks on this one; I'll assign it to doko for further investigation [04:28] I have no idea why Eclipse would choose to do this, but my knowledge of Java development is pretty much restricted to “there was a dude on IRC complaining that we broke Eclipse”. [04:28] Yeah, that was my assessment of the situation. [07:25] Good morning [07:37] pitti, moin :) [07:48] infinity: https://jenkins.qa.ubuntu.com/job/vivid-adt-glibc/7/ARCH=i386,label=adt/console -> looks like fallout from new dpkg? [07:48] dpkg-source: error: binary package stanza libc-bin is using an obsolete Build-Profiles field syntax [07:49] guys, how can I help with https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1386455 ? It is a little scary that some potentially serious vulnerabilities have been addressed and not yet packaged... [07:49] Ubuntu bug 1386455 in chromium-browser (Ubuntu) "Chromium 37 has 159 known security issues" [Undecided,Confirmed] [07:55] would some core dev be available to review (ack) bregma's first vivid compiz release packaging changes? seems like ok cleanup https://ci-train.ubuntu.com/job/ubuntu-landing-014-2-publish/lastSuccessfulBuild/artifact/packaging_changes_compiz_1%3A0.9.12.0+15.04.20141104-0ubuntu1.diff [07:55] compiz-gnome seemingly got python dependencies since it already had the migration scripts in python, but missed the explicit dependencies [07:57] pitti: Whee. Probably already fixed in Debian, I'll have a look and either merge or fix and merge. [07:58] infinity: thanks; it's probably trivial, but I haven't looked into that field at all [08:00] Mirv: I assume the removal of debian/patches/99_valid_ccsm_desktop_file.patch coincides with upstream fixing that? [08:00] Mirv: It would be (really) nice if the Debian changelog actually logged the debian changes. :/ [08:02] Mirv: The changes (except that patch dropping, which I can't audit on a partial diff) all look sane to me, but I'm going to NACK it based on being sick and tired of changelogs without changes logged. [08:02] Mirv: Which means there's no rationale for the new python dep or the patch being dropped. [08:03] infinity: yes, the MP states it was moved into the source [08:03] Mirv: The rules, copyright, and language cleanup changes look fine though. [08:03] Mirv: That's lovely that the MP says that, why isn't it in the changelog? Seriously. [08:03] bregma: ^ infinity would want better changelogs [08:04] Mirv: Is this a process failure that MP changes should be getting jammed into the changelogs, or an upstream failure that the changelog should be hand-edited to be more verbose? [08:05] infinity: that's a common problem. it's a process failure that the MP commit messages for the branch are kept shorter than for example the actual accumulated commit messages that were made to the branch. [08:05] for example here https://code.launchpad.net/~bregma/compiz/fix-lintian-warnings/+merge/240298 it only says "fixed numerous minor Lintian warnings in the Ubuntu packaging" (this gets into debian/changelog), while the description is a lot more verbose and the branch has later commits which say eg "ccsm.desktop: removed deprecated attributes (moved patch inline)" that should have been added to the branch's commit message [08:06] Mirv: Maybe we should get Linus up in here to tell people (with his usual "friendly" style) what good changelogs look like. ;) [08:07] Though, I'm pretty sure that Linus and the Ubuntu CoC are fundamentally incompatible. [08:14] I see that all around canonical upstreams that the MP:s are well thought out and tested, but the branch commit message is there often just "fixes important bugs" or such [08:14] infinity: this is also an usability issue in LP. I find it cumbersome that when proposing a branch, only description is asked for, while the commit message is what gets used here. so commit message more naturally always comes as an afterthought "oh right I should fill in something here" [08:15] instead of it being thoughtfully written at the time of proposing the branch [08:17] Mirv: Well, a branch commit message is often just "pull random crap from George" anyway. It's the next level down that's interesting. [08:29] Mirv: hi! I added you to this review, I guess it should be pretty familiar changes for you :-) https://code.launchpad.net/~online-accounts/accounts-qml-module/packaging/+merge/240688 [08:34] Question, I have a package that uses .xz for the orig tarball in Vivid. Now I want to do minor release updates for Utopic and Trusty (where I previously still used .gz). Is it ok to change the compression type of the orig tarball in a MRE upload? [08:47] mardy: thanks, looking === Saviq is now known as Saviq-codedive [09:39] stgraber: remember the ip problems I had when starting multiple containers at the same time? http://paste.ubuntu.com/8833121/ <- I am no specialist but that output looks rather weird (: [09:52] Laney, gdcm accepted, can you please rebuild insighttoolkit and insighttoolkit4? [09:52] (nifti2dicom should wait for them) [09:52] arges: ok re-uploaded mesa. :P [09:54] LocutusOfBorg1: will do later [09:54] thanks :) [09:54] yw! [10:01] smb: An MRE implies it's a new upstream version, right? [10:01] smb: And thus, a new orig. [10:02] smb: So, sure, compression type really doesn't matter, as long as the tools in the target distro support it (and trusty supports .xz just fine). [10:02] infinity, right. 4.4.0 -> 4.4.1 [10:03] infinity, Ok, then I go forward and use the same orig for all of them. thanks [10:26] hey folks, if this is the wrong channel, sorry in advance (and please feel free to point me in the right direction), i just quickly wanted to know whether there is a plan on when status.ubuntu.com will be activated for V [10:39] pitti, do you understand the marble autopkg test failure? [11:27] arges: on vac / conf leave this week, hopefully somebody else can advise [11:31] Riddell, ScottK, jibel, pitti: the marble autopkg tests fail very often. any hint on that? for now it's blocking gcc-4.9 [11:31] doko: looking now (sorry, had a long doctor appointment, just back) [11:32] 8 - MarbleRunnerManagerTest (Failed) [11:32] that doesn't look like an infrastructure problem, but a real failure? [11:32] it's also holding back qt4-x11 [11:33] doko: ah, Riddell already overrode the test [11:34] doko: gcc-4.9 is blocked on gamera; that regressed because apparently distutils is unhappy about parsing the "2.0rc1" version number from pygments (?) [11:34] fixed, it's testing for a strict version [11:34] https://jenkins.qa.ubuntu.com/job/vivid-adt-gamera/6/ARCH=amd64,label=adt/console === freyes is now known as zz_freyes [11:37] infinity, cjwatson: can you make any sense of this? http://paste.ubuntu.com/8834547/ [11:37] i. e. why don't the -proposed binaries get cleaned up? [11:38] doko: upstream says it fails often anyway because it tries to download stuff so I overrode it [11:38] doko: "fixed" -> i. e. there's a new upload of pygments/distutils/whatever in -proposed which resolves this? or does this need further investigation? [11:38] pitti: ↑ [11:39] tests can downlaod stuff now (through the proxy), but that's apparently not what marble stumbled over === _salem is now known as salem_ [12:01] mdeslaur: isn't bug 1312219 a critical one? I'm somewhat surprised that there is still no official or ubuntu-only fix [12:01] bug 1312219 in pepperflashplugin-nonfree (Ubuntu) "Plugin needs to update automatically" [Undecided,Confirmed] https://launchpad.net/bugs/1312219 [12:02] brainwash_: it's a hard problem to solve, we can't redistribute it like we do with the ordinary flash, so we can't rely on a version being available somewhere as when new chrome versions come out, they remove the old ones [12:03] brainwash_: if you have a good idea on how to solve that, feel free to comment in the bug [12:05] recommending google chrome is the only solution as of now I guess [12:05] also, chromium-browser updates are delayed most of time [12:06] which makes chromium-browser + pepperflashplugin-nonfree a dangerous combination [12:07] brainwash_: yep, which is why they are both in universe still [12:07] brainwash_: mdeslaur: any news on chromimu 38? 37 has quite a few secuirty problems... [12:07] I am glad to help if I can [12:08] bug 1386455 [12:08] bug 1386455 in chromium-browser (Ubuntu) "Chromium 37 has 159 known security issues" [Undecided,Confirmed] https://launchpad.net/bugs/1386455 [12:08] Tribaal: it's being worked on, as usual, it refuses to compile on some of our archs, so chad is working hard on getting it fixed [12:08] we have someone full-time on getting chromium built [12:09] mdeslaur: ahhh I understand the problem now. I didn't realize it was a compilation problem. [12:09] mdeslaur: thanks for the answer [12:10] you can monitor progress here: https://launchpad.net/~canonical-chromium-builds/+archive/ubuntu/stage/+packages [12:10] also, upstream switched to requiring llvm to compile it, so chad has been working on getting llvm built for older releases, etc. [12:11] sadly I cannot help with fixing those issue [12:12] but I assume that chromium and the pepperflashplugin are quite popular [12:13] maybe the update policy for both packages should be discussed (somewhere) [12:19] xnox, cjwatson: could you take a look at bug 1330410? not sure what wrong, but from the package I built myself, the bug does not exist. [12:20] bug 1330410 in Ubuntu Kylin "All keyboard types in "Keyboard layout" are not localized during installation" [High,Triaged] https://launchpad.net/bugs/1330410 [12:20] thanks [12:27] mdeslaur: further security update in bug 1389665 goes public tomorrow [12:27] Error: Launchpad bug 1389665 could not be found [12:28] Riddell: ack, subscribed ubuntu-security-sponsors [12:28] Riddell: thanks [12:31] Riddell: hey, not sure if you saw my ping the other day, but I plan to have a bluez5 session at UOS. Would be nice to have some kubuntu guys to sync up (from what I read, everything is ready from the KDE-front to work with bluez5) [12:32] didrocks: oh yes, I asked a bit and didn't get any answer, I'll ask louder [12:34] thanks :) [12:34] pitti: they need to migrate but have unsatisfiable dependencies; see near top of http://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html [12:35] ypwong: not until next week at least, on vacation / conference leave [12:35] cjwatson: right, but why is britney migrating the version at all? I thought it should wait for all arches? [12:37] pitti: it only waits for things that are out-of-date [12:37] pitti: so if only those first four architectures had ever been built first time round, it wouldn't have considered that it needed to wait for the remaining two [12:37] ah [12:37] jibel: ^ FYI [12:38] cjwatson: Although, it's broken anyway, since it copied armhf, which has the same problem. [12:38] cjwatson: I presume because it's just a source-with-binary copy, and the armhf build raced in under the wire. [12:38] (Though, how ppc64el didn't, I don't know...) [12:39] Could be, haven't gone back to analyse [12:41] Seems to come down to libfftw3 being broken on some arches. [12:46] Oh, not broken, just missing longdouble support on some. [12:46] Retrying arm64 and ppc64el should work, armhf will still fail. [13:28] Mirv: I updated https://code.launchpad.net/~online-accounts/accounts-qml-module/packaging/+merge/240688 === MacSlow is now known as MacSlow|errand === zz_freyes is now known as freyes [14:24] apachelogger: hmm, yeah, that looks like a lxc-info bug :) Can you report that? === MacSlow|errand is now known as MacSlow [14:36] cjwatson, ok, no hurry, perhaps xnox will be able to check the bug since he did the last upload of that package [14:45] ypwong: highly unlikely. Maybe stgraber or infinity would step in to do it =) === broder_ is now known as broder === pitti` is now known as pitti === timrc-afk is now known as timrc === freyes is now known as zz_freyes [15:52] seb128: the file-roller retraces fail due to missing debug symbol packages for file-roller [15:52] seb128: http://ddebs.ubuntu.com/pool/main/f/file-roller/ notice no amd64 / i386 for the utopic package version [15:53] bdmurray, hum, do we know why? [15:53] bdmurray, I guess we need a no change rebuild to fix that? [15:54] seb128: yeah, I did a few uploads during the sprint before release didn't get to file-roller [15:55] pitti: is there some way to get utopic amd64 and i386 ddebs for file-roller? [15:55] pitti: we have them for every other arch... [16:03] bdmurray, if we need an upload I'm just going for a bugfix worth SRUing so we don't do an upload for nothing [16:04] seb128: alright, sounds good [16:21] LocutusOfBorg1: okay, got some time now [16:21] what's the first level? === seelaman` is now known as seelaman [16:30] Laney, I would say insighttoolkit and insighttoolkit4 [16:31] the second/last level should be nifti2dicom, but itk4 takes almost 10 hours to build... [16:33] I made a transition tracker entry [16:33] let's see what it says [16:47] Laney, http://people.canonical.com/~ubuntu-archive/transitions/ [16:47] I don't see it... [16:48] you need to wait for it to update [16:48] see the time at the bottom [16:48] oh yes ;) [16:48] I don't know how much time takes ben to update :) [17:10] LocutusOfBorg1: there [17:14] mmm strange, so nifti2dicom doesn't need a rebuild= [17:14] seems legit [17:16] no it only depends on libinsighttoolkit4.6 [17:17] yep, I though it was a level2, but yes, doesn't need a rebuild [17:21] hello i would like to know if it is possible to run systemd on current ubuntu server LTS [17:21] and if yes how hard it would be to switch to it? [17:23] does such switch require compiling it from source? [17:24] ubuntu 14.04 LTS has systemd in the repository [17:24] switching to it from an existing installation might be hard, because I got some upgrades (mainly in debian testing) that didn't boot up after the reboot [17:26] LocutusOfBorg1: Trusty has no candidate for systemd package if I'm not mistaken [17:26] https://launchpad.net/ubuntu/+source/systemd [17:26] the package seems built for trusty [17:27] LocutusOfBorg1: I believe it is crippled as in it's lacking systemd binary [17:27] https://wiki.ubuntu.com/systemd [17:27] Quintasan, don't know honestly [17:27] :) [17:28] I think pitti has the correct answer ;)( [17:28] Yeah, it's crippled in Trusty [17:28] I won't install that think unless forced to :) [17:28] I believe I wanted to give it a go before the whole Debian stuff happened and I no packages provide the binary === zz_freyes is now known as freyes === Elimin8r is now known as Elimin8er === freyes is now known as zz_freyes [17:34] Sometimes, I really wonder if it's a waste of effort to respond to the mailing list with a logical, well-thought argument; or if I should just hit REPLY ALL and type "Your mom." === zz_freyes is now known as freyes [17:38] LocutusOfBorg1: well i am not really familiar with ubuntu-server per se but given it's linux and systemd is inevitable i would like to use it at least [17:38] LocutusOfBorg1: as external admins use ubu-server i was thinking maybe i could at least get some systemd features just by replacing init [17:39] eto, I don't know what to say, I would like to give a try with debian jessie, with systemd by default [17:39] maybe you can test your system, and when ubuntu switch you can go back [17:39] LocutusOfBorg1: actually our requirements are minimal [17:40] LocutusOfBorg1: i mean we probably don't neet everything included in ubu-server - so maybe it would be wiser to interview admins if they would be okay with debian jessie? [17:40] jessie? is Debian using Pokemon for names now? [17:41] LocutusOfBorg1: are there big differences between debian and ubuntu-server ? besides extra tooling i guess [17:42] Bluefoxicy, https://www.google.it/search?q=Jessie+toy+story&safe=off&client=ubuntu&hs=F7Q&channel=fs&tbm=isch&imgil=dNwnIGUOfxNI4M%253A%253B8TFYPGjXPwr_0M%253Bhttp%25253A%25252F%25252Fdisney.wikia.com%25252Fwiki%25252FFile%25253AJessie_from_toy_story_2.png&source=iu&pf=m&fir=dNwnIGUOfxNI4M%253A%252C8TFYPGjXPwr_0M%252C_&usg=__N8VW64Q0nKA4RjuvlHcNS9WT7cU%3D&biw=1920&bih=954&ved=0CDMQyjc&ei=bmFaVP3AF4eR7Abm8YCwBQ#facrc=_&img [17:42] dii=_&imgrc=dNwnIGUOfxNI4M%253A%3B8TFYPGjXPwr_0M%3Bhttp%253A%252F%252Fimg4.wikia.nocookie.net%252F__cb20130718165011%252Fdisney%252Fimages%252Fd%252Fdf%252FJessie_from_toy_story_2.png%3Bhttp%253A%252F%252Fdisney.wikia.com%252Fwiki%252FFile%253AJessie_from_toy_story_2.png%3B1200%3B1052 [17:42] oops http://img4.wikia.nocookie.net/__cb20130718165011/disney/images/d/df/Jessie_from_toy_story_2.png [17:42] jessie is from toy story, like all the other debian names [17:42] (excluding rc-buggy lol) [17:43] o.o [17:43] that URL is amazing [17:46] bdrung_work, do you plan to merge this? https://code.launchpad.net/~uwelk/vlc/daily-packaging/+merge/240758 [17:46] adding protobuf-compiler should fix the building issues [17:47] https://code.launchpad.net/~uwelk/vlc/daily-packaging/+merge/240759 this one [17:48] so, I work at a major media company [17:48] so basically from quick search jessie seems like lighter alternative to ubuntu server is that right? [17:48] we've found that the ffmpeg precompiled, static-linked binary is like... it takes 5 seconds to encode a video that takes 35-45 seconds on the same version out of the repos in Fedora or Ubuntu [17:49] H.264 with AAC [17:49] Bluefoxicy: with static buld all filters are included into single binary? [17:49] build [17:49] eto: Yes, but that only affects dynamic linking; it doesn't affect runtime speed [17:50] a static built Openoffice.org would load immediately, instead of in 17 seconds; but it would operate all runtime functions at the same speed as the dynamic binary [17:50] Bluefoxicy: but if you use lot of execs from external script it might affect processing right? ffmpeg [17:50] no [17:50] the single binary runs for the full encoding period, one run. [17:50] we're talking about bulk mathematics processing, not large amounts of shell script invocation [17:51] yes but it starts in 5 seconds without linking stage right? [17:51] no [17:51] roger [17:51] it completes the full task of encoding the video in 5 seconds [17:51] how come? [17:51] that's what I want to know. [17:52] There was a point in time when Ubuntu's firefox was slow as living hell, and the static build of Firefox was snappy; it was so bad that nearly everyone had installed the Firefox downloaded from mozilla.org at the time [17:52] Bluefoxicy: are you using ubuntu server in your stack? [17:52] Bluefoxicy, likely because you only build it for one arch and dont need to take ppc, ppc64, arm64 or whatever into account ... which might add other code paths and patches to generalize the code a bit more [17:52] I've tested with multiple [17:52] ogra_: those are defined with conditional compilation [17:52] some are, some arent [17:53] also, code existing and code being run are two different things. You can compile in as much code as you want without making a program slower, if you don't ever call that code [17:53] also are you sure you use the exact same toolchain with exactly the same options ? (which are also a selection to make it work on as many arches as possible) [17:53] ppc and ARM patches tend to provide an alternate code path, often hand-optimized assembly. Similarly, mmx and sse patches use wrapper functions or direct assembly [17:54] ogra_: regardless, none of that should cause one compilation of an application to run 5-10 times faster than another. [17:54] as well, libav is different than ffmpeg in many ways, but it's not clearly ridiculously slow; and the ffmpeg in fedora is also slow. [17:55] you are heavily using math ... it will definitely make a difference if you have your code adjusted for generic usage vs very specific optimization for just one arch [17:55] yeah, but the generic one is the one that's fast. [17:55] you said the archive one isnt fast [17:55] while your personally compiled one is [17:58] ogra_: https://www.ffmpeg.org/download.html these are fast (particularly, the linux static build) [17:58] ty guys [17:59] ogra_: anyway, my point is there should be some investigation about why libav in Ubuntu is ridiculously slow compared to the release provided; it's investigation I don't know how to do [17:59] and I am now in webinar for negotiation for 5 hours, sorry later. [17:59] well, i would start comparing the patch sets vs the source that static package was built from [18:00] if you are sure you use the same toolchain for both, it can only be patches [18:08] wow [18:08] that guy responded to the list with "fuck you", and then called me a femenist and talked about Tim Cook ruining the world for "regular men" o.o [18:08] just wow. [18:09] and... now he's advocating murder. [18:09] Somebody please check the lists. [18:11] mhall119: Thanks. [18:11] yeah, trolling troll is trolling, I'm working on it [18:28] slangasek, around at all? [18:28] rickspencer3: hi [18:28] slangasek, there seems to be some unfortunate exchange going on on @ubuntu-devel-discuss [18:28] mmm [18:28] rickspencer3, mhall119 is on it [18:28] it doesn't seem to really have any value to the community, I was wondering if there options to stop it? [18:28] ogra_, thanks [18:29] slangasek, nm [18:29] :) [18:29] ok [18:29] though we might need a list admin to block the troll [18:29] I'm sure there are options, but I don't know who the list admins are - I'm not [18:29] ok [18:29] I think if mhall119 is on it, then it will be handled professionally and quickly [18:29] ubuntu-devel-announce list run by cjwatson at ubuntu.com, steve.langasek at ubuntu.com, adconrad at ubuntu.com [18:29] * rickspencer3 backs away slowly [18:30] slangasek, the list disagrees :) [18:30] boom [18:30] :) [18:30] ogra_: you may notice that -announce != -discuss [18:30] ;) [18:30] oh, wait [18:30] sorry ... [18:30] * ogra_ blames evulotion :P [18:30] https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss/ says it's mhall119's problem! [18:30] * slangasek wipes his hands [18:30] haha [18:30] * rickspencer3 exercises mute feature on thread [18:30] slangasek: it is now [18:32] argh [18:32] he moved to ubuntu-users [18:36] systemd threads — now on every mailing list near you === tvoss is now known as tvoss|test === tvoss|test is now known as tvoss [18:41] multiprocessing via email [18:44] (as usual, incorrectly capitalized) === Saviq-codedive is now known as Saviq [19:13] man this is ridiculous. I'm trying to update a printer firmware, but it uses a windows software program instead of giving me a firmware update file to upload to the printer [19:13] so I tried to install the printer on windows. [19:14] ... ... ... yeah uh. Why does hardware just plug in and work on Ubuntu, but require some arcane incantation to make work on Windows? [19:15] "arcane incantation"? what could be simpler than googling for " download drivers", clicking on the first 438 megabyte file you can find, double-clicking it to start an installer, clicking "next" nine times, uninstalling the three browser toolbars you get, and then rebooting? [19:19] sarnold: you forgot the step where you run the weird registry cleaner tool because you *gasp* plugged the printer in _before_ installing the driver [19:19] mdeslaur: haha you don't make that mistake twice! :) [19:20] is there a way to see what udev rules get installed on a Vivid system by default...? [19:21] i'm trying to figure out a hardware support problem i've observed in Trusty and Utopic with certain equipment, and checking the udev rules accordingly === roadmr is now known as roadmr_afk === freyes is now known as zz_freyes [19:41] sarnold: the problem is I installed the print driver on Windows, and it says it doesn't know what to do with it. I downloaded the print driver software package, and it says it can't find the printer. And so on and so forth. "What's this funky USB device?" "Here's the driver" "I don't know how to talk to it to see if the driver works" "Okay, here's the software the manufacturer sent" "Where's the printer? I can't i [19:41] nstall the drivers if I can't see the printer!" [19:41] sarnold: plug it into an Ubuntu box. "WOULD YOU LIKE TO PRINT A TEST PAGE?!" o.o [19:42] and yet people still mock me about the strange shell commands supposedly required to get a sound card working on Linux. :| [19:42] * Bluefoxicy is frustrated today. [19:43] Bluefoxicy: we haven't even had to edit modelines in a decade.. sheesh :) [19:45] sarnold: go buy a 4k monitor and try to get it working on displayport :) [19:46] sarnold: if you don't need to edit modelines, you just need better hardware ;) [19:47] dobey: hahaha :) [19:47] actually, I've got the 4k tv.. I doubt this intel graphics in my laptop could actually drive it at that resolution, but it might be fun to see how far it can get [19:48] is it ivybridge or haswell? [19:48] "Intel(R) Core(TM) i7-3520M CPU" [19:48] not haswell but I also don't know about ivybridge :) [19:49] you might be able to do it on hdmi [19:50] it's ivybridge [19:50] i plugged my computer into a 39 inch TV from LG [19:50] HDMI on my computer [19:50] ivybridge doesn't do displayport 1.2 i don't think, which is required for the multi stream transport used by 4K monitors [19:51] eh 39" is way too big to use at a desk [19:51] depends on the thickness of your glasses [19:52] dobey: oh, cool, though all I've got for outputs is minidisplay port and VGA [19:53] ogra_: would depend more on the curvature than the thickness. you'd need fisheye lens to be able to see the whole screen from so close :) [19:53] :) [20:24] desrt: hey Ryan! [20:24] hihi [20:25] desrt: would you mind doing another systemd-shim upstream release? [20:25] no problem [20:25] for the security policy thing? [20:25] desrt: I fixed several bugs, amongst them the grave Debian RC one [20:25] there was an RC bug? [20:25] desrt: yeah, see git log [20:25] desrt: I was also looking into bug 1359439 [20:25] bug 1359439 in systemd-shim (Ubuntu) "[ 7.287663] systemd-logind[1057]: Failed to start unit user@126.service: Unknown unit: user@126.service" [Undecided,In progress] https://launchpad.net/bugs/1359439 [20:25] thanks :) [20:26] desrt: but despite looking really simple, it's a can of worms [20:26] ...like most things here [20:26] Yeah, I saw that one this morning. [20:26] desrt: I have a patch which "fakes" those units, but then this requires implementing even more properties/API, etc. === zz_freyes is now known as freyes [20:26] desrt: so I think it's better to do a release now, calm down the debian folks a bit, and tackle this for release 10 [20:26] pitti: sounds like you were in the same area of pain that i was [20:27] pitti: will roll a release right now... i have a few minutes :) [20:27] desrt: if you have some mins to cross-check my commits to see that I don't anything profoundly stupid, that'd be welcome of course [20:27] you in fact fixed what i had been working on before (before i got distracted to other things) [20:27] desrt: otherwise, I tested it pretty thoroughly on my workstation and in a VM with various scenarios, and the logind session cleanup works really nicely now [20:27] pitti: isn't the usual pattern to ask for this before committing? :) [20:28] desrt: *shrug*, github allows push -f :) but yeah, if you prefer that I can also work in a branch [20:28] pitti: i'm sure this is all quite fine [20:28] don't overestimate how much i care about this project [20:28] which is: not much :) [20:29] desrt: oh, were you working on the notify_on_release stuff, too? [20:29] ya [20:29] i'm happy that you beat me to it though [20:29] desrt: care> well, this is mostly for Debian's benefit at this point, jessie freeze is today [20:29] it was getting can-of-wormsy as well [20:29] stgraber: Montreal folks are so vicious, it's been a year now, and the bug reporters cannot get used to the fact that America/Toronto & America/Montreal got merged into a single timezone in zone.tab - "America/Toronto - Ontario & Quebec - most locations" [20:29] desrt: yeah, took me a while to fully understand what systemd/logind are doing there [20:29] * xnox closed 3 bug reports now. [20:30] slangasek: ^ on that note, do you want to package systemd-shim 9 (bug refs are in the git changelog), or want me to? [20:30] Maintainer: and all that [20:30] pitti: looks like there are some compiler warnings here [20:30] pitti: you can probably get to it sooner than me, I'm happy for you to and also add yourself as an uploader ;-) [20:30] oha? I didn't spot any, sorry [20:30] slangasek: ack [20:30] pitti: and thanks for sorting out these bugs! [20:30] implicit declarations of g_access and perror [20:30] i'll clean them up [20:30] slangasek: cheers [20:31] desrt: whoops [20:31] pitti: fwiw, don't use g_access() [20:31] this is only useful if your program is intended to be portable to windows [20:31] desrt: EAFP instead of LBYL? [20:31] since otherwise it is just an alias for access() [20:31] ah [20:32] desrt: I got into a habit of using that for glib-y stuff, fewer includes etc. [20:32] is there any downside to it? [20:32] pitti: you need to include gstdio.h for this one :) [20:32] since it is only a #define alias for the standard library function [20:32] (so you still need the system headers) [20:32] desrt: I just built it again, and get zero warnings; but I just ./configure'd with the defaults, so maybe I'm missing some extra warning opts that you specified? [20:33] pitti: i did the same, but i'm on fedora [20:33] so maybe my gcc is stricter by default [20:33] desrt: ah, I'm on vivid [20:33] xnox: well, it'd help if clicking on Montreal on the map would actually do something rather than give you an empty timezone :) [20:33] xnox: so yeah, the two were merged, but badly so :) [20:33] pitti: diversity win, i guess [20:33] heh [20:34] desrt: oh, and we don't install the d-bus policy any more, so perhaps we should remove it upstream as well? [20:35] desrt: it was only really useful for a split systemd-services build, but nobody does that any more [20:35] stgraber: our plan (b) was to ship 10'000 top locations on the cd and pick from them. Because we also have a persistent request to "add Beijing" instead of "Shanghai". Man, politics are hard - google maps have three maps for ukraine at the moment. [20:35] desrt: if you want to, I can commit that cleanup for 9 still (it's trivial) [20:35] pitti: sure [20:35] i just pushed the warnings fixes === wedgwood1 is now known as wedgwood [20:39] desrt: policy drop fixed [20:39] desrt: err, what a grammar -- policy dropping committed [20:40] desrt: peux-tu préparer la nouvelle version neuf maintenant ? :-) [20:40] uh... oui! [20:40] (i hope) [20:43] so we have an interesting problem [20:44] my homedir on gnome.org has mysteriously vanished [20:45] WT...H? [20:46] #sysadmin says they know about it and are investigating [20:46] want me to email you the tarball or something? :) [20:46] desrt: WFM, or people.c.c. or whatever [20:47] first let's get this out of the way: [20:47] f1d69073037cc48562dd25d10ba069ff92f759381fa79042c5be4248b9c56e78 systemd-shim-9.tar.xz [20:51] desrt: cheers! got it [20:57] desrt, slangasek: uploaded [20:57] * pitti waves good night, take II [20:57] night pitti :) [20:59] slangasek: any ideas about bug 1384946? [20:59] bug 1384946 in ubuntu-release-upgrader (Ubuntu) "Trying to upgrade to utopic, cannot compute changes due to gnuplot" [Undecided,Confirmed] https://launchpad.net/bugs/1384946 === roadmr_afk is now known as roadmr [21:07] pitti: cheers [22:14] hallyn: Why is there no qemu-kvm on arm64 and ppc64el? [22:38] infinity: does 'qemu-system-ppc64 --enable-kvm' work? [22:39] if so, then it's just bc we need to add those arches to the qemu-kvm pkg, so i should see if we can do that straight in debian [22:45] hallyn: Yes, it does. [22:46] hallyn: (Only on a subset of machines, but that's no different from x86, their subset is just larger) [22:48] hallyn: The description for qemu-kvm is also a lie. :P [22:48] hallyn: Or does that get arch-specific mangling at build time? [22:49] which part is a lie? it is in fact currently a wrapper script only around qemu-system-x86 [22:49] hallyn: Oh. So, that's entirely wrong, then, that it's built on arm, powerpc, and sparc. [22:50] hallyn: I would have epxected it to depend on qemu-system-${native} and then wrap appropriately. [22:50] hallyn: So we have a one-stop shop to tell people "if you want qemu w/ kvm capabilites on any arch, just apt-get install qemu-kvm" instead of having the end user map machine arch and qemu-system-arch. [22:51] oh hai [22:52] fwiw, devstack needs to do exactly this [22:52] it currently installs qemu-kvm [22:53] for my arm64 patches i install qemu-system but that's overkill [22:53] i wonder what the nova packaging does... [22:53] mwhudson: So, the short term solution is a local mapping of arch:arch. [22:54] oh right, installing nova doesn't get you a hypervisor, you get to decide [22:54] mwhudson: So on arm64, you install qemu-system-arm, on ppc64el, you install qemu-system-ppc, etc. But fixing qemu-kvm is the right answer, IMO. [22:54] infinity: ack [22:54] infinity: shall i file a bug on +source/qemu [22:54] ? [22:54] Plus, installing qemu-system-foo doesn't tell you what command you need to run to make it work. [22:54] Which the kvm wrapper fixes. [22:55] mwhudson: If you want to summarize the above and file a bug, that would be great. [22:55] i guess libvirt has that knowledge somehow? [22:55] mwhudson: Yeah, if you're running through libvirt, it's supposed to know. [22:55] infinity: agreed, it'd be good to generalize that [22:55] yeah libvirt just round qemu-system$arch --enable-kvm [22:56] really qemu-kvm just providses a wrapper script for the lazy [22:56] like me [22:56] hallyn: The wrapper script is less interesting to me (though we should fix it at the same time), it's the packaging shortcut that's nice. [22:56] hallyn: I'd rather depend on "qemu-kvm" for native support than "qemu-system-foo [foo bar], qemu-system-quux [quux baz], etc" [22:58] true [22:58] yeah mwhudson pls file the bug and while i have scant days left in 2014 i'll try to get that fixed in vivid [23:00] hallyn: And, FWIW, if we fix it sanely in vivid, I'd happily accept (and even encourage) an SRU to trusty and utopic with the same change. [23:01] Would be great if HOWTOs can just say "Step 1: install qemu-kvm" and it works on all arches. [23:01] Well, all arches with KVM support, but that happens to be all the ones we ship (plus sparc, apparently). [23:02] infinity, hallyn: https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1389897 [23:02] Ubuntu bug 1389897 in qemu (Ubuntu) "no way to install "enough qemu for kvm" in a cross platform way" [Undecided,New] [23:04] i think even my packaging skills might be up to fixing this [23:04] it's just a matter of sprinkling []s in qemu-kvm's Depends: line, right? [23:06] "plus psarc, apparently" - wut? [23:06] mwhudson: i'm abroad this week so if you don't mind then by al lmeans please do [23:08] bdmurray: 1384946> doesn't that show that the user has an old, pre-trusty version of gnuplot installed? trusty has 4.6.4-2, not 4.4.3-0ubuntu3 [23:09] ah [23:09] you noted this already [23:09] so, hmm, no specific ideas here, but I guess we should fix the precise->trusty dist-upgrade path for it if possible [23:14] mwhudson: That, and fixing the description to be arch-agnostic. And, the harder part, fixing the wrapper to DTRT (perhaps generating it at build time, rather than having complex case statements) [23:15] oh right, the wrapper [23:17] mwhudson: And dropping /usr/bin/qemu-system-x86_64-spice and /usr/bin/kvm-spice from !x86 [23:17] fetching git://anonscm.debian.org/pkg-qemu/qemu.git is taking aaages [23:18] mwhudson: Oh, I'd just work from the vivid sources, throw a patch at hallyn, and let him resolve it with git. :P [23:18] mwhudson: But I'm lazy that way. [23:20] ehh the kvm wrapper is only installed on x86 it seems [23:20] even though the package is built on various arches [23:21] mwhudson: So, a first cut could just be to change the deps, but the right answer is to make the wrapper work everywhere, IMO. [23:22] infinity: mwhudson: yeah the ubuntu-devel branch of git://anonscm.debian.org/pkg-qemu/qemu.git should be identical to the vivid sources, so if you want to jus tpost a debdiff to the bug i'll work out the git bits and try to convince mjt it's a good idea for debian too :) [23:22] * hallyn out - gnight [23:22] the clone has finished now [23:25] er [23:26] is there a reason why it depends on qemu-system-x86 (>= 1.7.0+dfsg-2~) rather than (= ${binary:Version}) ? [23:26] great, now gcc-4.9 migration is blocked by some r-cran stuff ... https://jenkins.qa.ubuntu.com/job/vivid-adt-r-cran-surveillance/lastBuild/ARCH=amd64,label=adt/console [23:27] pitti, jibel: ^^^ this definitely doesn't scale .... [23:30] infinity: does qemu-system-ppc cover ppc64el? [23:30] mwhudson: Yeahp. [23:31] mwhudson: For powerpc, ppc64, and ppc64el, it should all be 'qemu-system-ppc64 --enable-kvm' in the wrapper. [23:31] mwhudson: If there are 32-bit systems with KVM support, they're outliers, and I'll let BenC whine about them. :P [23:32] infinity: They’re far from outliers [23:32] mwhudson: I assume that dep was originally because of the Breaks/Replaces there too (as files moved around), but (= ${binary:Version}) would probably make more sense if the intent is to use qemu-kvm to install the right qemu-system. [23:32] But I can’t get Canonical to bother with anything I’m doing so, have at it [23:32] BenC: Well, I'm not regressing anything here, this already doesn't work right. But if we can come up with a way to make the wrapper DTRT, do let's. [23:33] BenC: We could key off 'uname -m' on powerpc, and call the right qemu. [23:34] infinity: Check CPU type in /proc/cpuinfo. If it’s e500mc, use qemu-system-ppcemb [23:34] BenC: Oh, there's a special build for emb? [23:34] If if’s `uname -m` == ppc and not e500mc, then use whatever else [23:34] So there is. [23:34] infinity: It has all the right mojo to emulate a n E500 machine and connect to the right kvm bits [23:35] e500 or e500mc that is [23:35] BenC: Want to pastebin a cpuinfo from such a machine? [23:36] so if feels like mv debian/kvm debian/kvm.x86, vim debian/kvm.aarch64 etc etc and install the right one? [23:36] *it [23:36] or is ppc the only snowflake and we can do the others with sed? [23:37] mwhudson: Others may be snowflaky in Debian (like mips*, perhaps) [23:37] infinity: http://pastebin.ubuntu.com/8842972/ [23:37] mwhudson: So, having one file per arch, and mangling as needed seems the right path. [23:37] That other would show cpu: e500v2" [23:38] Which would use the same binary [23:38] mwhudson: For most, it should look identical to the current x86 one, for ppc, it'll be a bit more involved. [23:38] It’s self detecting for the host [23:38] BenC: Are there any e500* that wouldn't want this, or can we just wildcard it? [23:39] infinity: e500v1, but that wont have a /dev/kvm, so wouldn’t much matter [23:39] Right, kay. [23:39] e500mc and e500v2 are the kvm enabled ones [23:39] So, we can just wildcard a case, probably. That's lazier/easier. :) [23:40] oh god, kvm has a shitty inaccurate man page too [23:40] Sure ‘^cpu:[[:space:]]*e500.*’ should match all things of interest for ppcemb [23:40] oh maybe not inaccurate [23:40] why is everything horrible [23:41] Because life. [23:44] BenC: So, your 64-bit platform just uses the standard qemu-system-ppc64? [23:46] infinity: I’d have to check. I think it may need to use ppcemb as well [23:46] proc cpuinfo would show e6500 [23:47] infinity: Confirmed [23:47] so e500* and e6500 [23:47] processor : 20 [23:47] cpu : e6500, altivec supported [23:47] clock : 1666.666650MHz [23:47] revision : 1.0 (pvr 8040 0010) [23:47] That’s the relevant cpu stanza [23:49] Both platforms are BookE, hence the ppcemb usage [23:49] BenC: So, something like this: http://paste.ubuntu.com/8843119/ [23:49] mwhudson: ^ [23:50] good timing, i'm typing my commit message for the other wrappers now [23:50] Err, missing a trailing ;; on the last outer case. [23:50] infinity: The awk statement works on both systems, so passes a cursory check [23:50] That was obviously written blind. :P [23:51] It atleast passes the the correct output on my boxes :) [23:52] infinity: is there a reason to handle power64 in this same file, particularly? [23:53] mwhudson: Most 32-bit powerpc installs are on 64-bit kernels. [23:53] mwhudson: 32-bit userspace can run on 64-bit platforms [23:53] ok [23:54] http://paste.ubuntu.com/8843150/ <--- that one looks like more correct shell. [23:55] BenC: Can you run that with sh -x on your machines and make sure it's trying to run the right binary? [23:55] Passes on a ppc64, ppc64el and ppc machine here. [23:56] infinity: If you’re going to use $(…) notation, should it not use bash? [23:56] Or am I behind the times [23:56] $() is POSIX. [23:57] Could be backticks, doesn't really matter. I just use $() more these days to avoid confusing myself when nesting. [23:57] infinity: Works on both, thanks [23:57] BenC: Ta. [23:58] mwhudson: So, that last pastebin with the quoting and ;; fixes should DTRT for qemu-kvm:powerpc [23:58] infinity: thanks [23:58] mwhudson: You could reuse it for :ppc64 and ppc64el too, though it's mostly a no-op for them, it simplifies the packaging to just symlink. :P [23:59] infinity: i just attached some patches to the bug https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1389897 [23:59] Ubuntu bug 1389897 in qemu (Ubuntu) "no way to install "enough qemu for kvm" in a cross platform way" [Undecided,Confirmed]