/srv/irclogs.ubuntu.com/2014/04/16/#ubuntu-devel.txt

siretartLaney: I've forwarded it upstream. ideally we'd have libav10 in trusty, but oh well...00:23
ypwongslangasek, hi Steve, about the ubuntu kylin archive, are there anything outstanding?01:45
slangasekypwong: I need to reply to JackYu regarding the mirroring setup, and get final confirmation from IS; I'll make sure to push that forward this evening01:52
slangasekpsusi: why did you reassign bug #1308254 to the kernel?  That looks to me like a broken /etc/fstab (referencing devmapper devices by uuid instead of name)01:53
ypwongslangasek, thanks, about the mirror, I think rsync should be fine01:53
ubottubug 1308254 in linux (Ubuntu) "Resume mounts /dev/mapper/${dst}_unformatted, breaks GRUB and Apt" [Undecided,Incomplete] https://launchpad.net/bugs/130825401:53
JackYuslangasek, thanks, we will upload packages to the PPA today.01:55
slangasekJackYu: ok, perfect01:55
psusislangasek, he said that the output of /proc/mounts changed during suspend01:56
psusislangasek, also the uuid of the device even changed... that looks like a kernel bug01:56
slangasekpsusi: ah.  yeah, that could be a kernel bug, but it's more likely that when he says "suspend" he means "hibernate"01:58
psusihad one name, suspend, resume, and now /proc/mounts says the device name has a _unformatted suffix ( as does the uuid ), when in fact, the device name did not change01:58
slangasekbecause the _unformatted suffix comes from cryptsetup's userspace scripts, which only run on boot01:58
psusidoes that matter?  if the device is mounted when you hibernate, it's still mounted when you resume and its name should not change01:59
psusiand in fact, it didn't sound like the /dev name really did change.. just what /proc/mounts shows01:59
slangasekpsusi: well, I replied to the bug and marked it invalid with what I believed was a plausible analysis... if it turns out I'm mistaken, we'll reopen.02:00
slangasekpsusi: but mountall is not triggered at all ever on suspend/resume or hibernate/resume02:00
slangasekso the bug report itself is a bit suspect02:00
psusiI didn't think so02:00
slangasekif I'm wrong, we'll find out02:01
psusiit certainly was not a bug in grub, and apt, and cryptsetup ;)02:01
slangasekindeed!02:02
psusinn o/02:02
=== cmagina_ is now known as cmagina
=== sz0` is now known as sz0
=== sz0 is now known as sz0`
fhassanis Trusty ETA decided in advance or could be anytime during the day?04:40
pittiGood morning04:59
RAOFfhassan: It's typically delayed by an hour each time someone asks :)05:14
fhassanRAOF: lol. looks like I should zip my mouth for 24-48 hours :)05:19
tarpmanfhassan: test the installer a few times, to help pass the time :)05:20
fhassantarpman: I'll see what I can do. Thx.05:22
=== sz0` is now known as sz0
dholbachgood morning06:32
hyperairoh god, chromium looks so goddamned fugly now08:19
* hyperair wonders if aura can be disabled.08:19
pittiour supported default browser looks fine, FWIW (just sayin')08:20
hyperairyeah it also hangs like hell08:20
hyperairand the crappy ol gecko inspector thing renders with such tiny font sizes08:21
hyperairwhat's it made for, ants?08:21
pittihm, I must be doing entirely different stuff than you then08:21
Unit193Indeed, and I've got it on a single core.08:22
rwwhyperair: the font is webscale08:22
=== tkamppeter_ is now known as tkamppeter
hyperairrww: what's webscale?08:24
hyperairhttp://imgur.com/RtnYqpR <-- this08:26
hyperairthis *cannot* possibly be normal08:26
* hyperair reins in the expletives08:26
jibelxnox, I reopened bug 1307983 and filed 130839608:40
ubottubug 1307983 in ubiquity (Ubuntu Trusty) "System not localized after an OEM or offline installation" [High,Triaged] https://launchpad.net/bugs/130798308:40
jibelbug 130839608:40
ubottubug 1308396 in language-selector (Ubuntu) "gnome-language-selector crashed with SIGSEGV in pkgCache::ReMap()" [Medium,New] https://launchpad.net/bugs/130839608:40
jameshmardy: would you be a good person to talk to about the online accounts infrastructure?08:41
mardyjamesh: I'm afraid so :-)08:42
mvojibel: is that crash reproducible?08:42
jibelmvo, apparently no08:43
mvo:(08:43
jameshmardy: I was trying to set up a new service using the generic-oauth plugin.  I think I got something wrong, since the auth page isn't loading in the embedded web browser.  Is there an easy way to check what requests are being made, or even what URL the embedded web browser requested?08:44
mardyjamesh: yes, start with "killall signon-ui"08:45
mardyjamesh: then:08:45
mardyexport SSOUI_LOGGING_LEVEL=208:45
mardyexport SSOUI_DAEMON_TIMEOUT=900008:45
mardysignon-ui08:45
mardyjamesh: then you'll see some logs in the console, including the URL which was requested08:46
jameshokay.  I'll give that a shot08:46
mvojibel: so you run the language-selector again and it does no longer crash?08:50
jameshmardy: thanks.  That made all the difference.08:51
jibelmvo, yes, I ran it several times and it didn't crash. I'm redoing a full installation08:51
mardyjamesh: good! Out of curiosity, what service is it?08:53
jameshmardy: soundcloud08:53
jameshmardy: I'd set AuthPath to "/connect", when it should have been "connect"08:53
mardyjamesh: yes, these things should probably be made more flexible08:54
jameshthe former led to the web browser trying to display https://api.soundcloud.com//connect, which gave a 404 error08:54
jameshremoving the extra slash, and I have an access token08:54
jameshmardy: also, if I want to access the accounts service from a language without a binding, would it make sense to use direct D-Bus access?08:55
mardyjamesh: the D-Bus API hasn't changed for a long time, but we plan to do some changes someday08:56
mardyjamesh: I wouldn't recommend using that08:56
mardyjamesh: there are glib bindings, I think they can be easily wrapped in any language, can't they?08:57
jameshmardy: this is for Go.  I could probably go via the C API, but if D-Bus was similar complexity that would be easier to hook up08:58
jamesh(Not actually using any other glib APIs at present)08:59
mardyjamesh: for the authentication, you could probably use the D-Bus API, it would be a matter of a couple of D-Bus calls only09:01
mardyjamesh: however, for the accounts part (finding the account to use), there is no D-Bus API, just a glib-based library09:01
mardyjamesh: so you'd have to wrap at least that one09:02
jameshmardy: I basically just want to check for the existence of an account and get the access token if it exists.  If that's easier to do from glib, then that's what I'll do.09:02
jameshthanks again for the help.09:03
jibelmvo, it seems to be a one time crash, I couldn't reproduce it.09:26
pitti. o O { copying files in ubiquity is fun if your target virtio drive is on a tmpfs }09:28
Laibsch1As an almost decade-long contributor to Ubuntu and DM who is overqualified and contributing too much (yep, I was denied recognition as @ubuntu.com contributor for THAT reason!) I was wondering if upload privileges that others are apparently granted easily are ever revoked in case of gross neglect?09:58
=== Laibsch1 is now known as Laibsch
LaibschSuch as sync'ing a package that obviously needed a merge and failing to even run the single command the sync'd package provides before making the upload (or else one would have realized the command fails to run due to the missing merge introduced in karmic)09:59
Laibschbug 1239912 seems to me to be such a case10:00
ubottubug 1239912 in system-config-lvm (Ubuntu) "system-config-lvm fails to start citing missing /etc/init.d/lvm2" [High,Confirmed] https://launchpad.net/bugs/123991210:00
xnoxLaibsch: that bug report is valid. Upload priviledges are granted by Developer Membership Board these days, please see documentation on the wiki pages.10:24
cjwatsonLaibsch: might be worth a note to the DMB10:24
cjwatsonI'll see about getting that patch reintroduced10:24
cjwatson(appreciate the heads-up)10:25
Laibschthanks, cjwatson10:25
LaibschI was just wondering if someone keeps on eye on if an individual had a history of doing things like this.  I don't actually thing any measure is needed if it was a simple mistake and certainly not for someone doing a lot of uploads.  I was simply honestly curious if there was a process in place and whether or not it is actually being used in practice.10:26
Laibschs/thing\ any/think\ any/10:26
xnoxLaibsch: there is email address you can contact DBM only via developer-membership-board@lists.ubuntu.com10:27
Laibschthanks, I'll consider using it if ever I came across a similar instance by the same individual.  It's my first time to see his name.10:28
pittiinfinity: hm, are we building ubuntu-core for arm64? http://iso.qa.ubuntu.com/qatracker/milestones/314/builds/66886/downloads has no links10:38
pittiinfinity: (worked fine on i386, amd64, and ppc64el)10:38
pittiinfinity: nevermind, found it; that just seems to be a problem in the ISO tracker10:39
pittii. e. the download link isn't set10:39
=== MacSlow is now known as MacSlow|lunch
=== pete-woods is now known as pete-woods-lunch
pittijibel: http://iso.qa.ubuntu.com/qatracker/milestones/314/builds/66886/downloads has no links, but there is a http://cdimage.ubuntu.com/ubuntu-core/daily/current/trusty-core-arm64.tar.gz11:16
pittijibel: can this be added to the tracker?11:16
pittijibel: (I realized that I can't actually test that as I don't have root access to arm64 or powerpc hardware, but it caught my eye anyway)11:16
jibelpitti, thanks for pointing this out, I'll add the link11:17
infinitytjaalton: *poke*11:19
infinitytjaalton: I think dropping the transitional packages from intel-vaapi-driver was premature.  We probably want them in 14.0411:20
rbasakxnox: just had a dupe of bug 1273462 and I noticed that it's still open. Is this not being fixed for Trusty now?11:31
ubottubug 1273462 in upstart (Ubuntu) "Users can mistakenly run init.d scripts and cause problems if an equivalent upstart job already exists" [Critical,Triaged] https://launchpad.net/bugs/127346211:31
xnoxrbasak: i don't have it ready, i will push to sru it though.11:31
xnoxrbasak: not this week, i don't think.11:31
xnoxrbasak: there are ~160 affected scripts i believe11:32
rbasakxnox: OK, thanks!11:42
tjaaltoninfinity: oh..11:48
int_uaIs it possible to package a click package for Tabbed UI + C++ backend?11:53
rickspencer3int_ua, I  suspec that #ubuntu-app-devel may have an easier time answering your question11:56
int_uarickspencer3: Thanks a lot :)11:57
rickspencer3np11:57
=== MacSlow|lunch is now known as MacSlow
=== Sweetsha1k is now known as Sweetshark
dokoLogan_, librep: you need to call dh_autoreconf after applying the patch ...13:09
dokoand b-d on it13:09
cjwatsondoko: infinity was dealing with that13:10
cjwatsonLogan_: ^-13:10
dokoahh, ok13:10
cjwatson(since it's actually a bit more complicated, with an insane stack growth direction check that's misfiring)13:11
infinityYeah, I'm on top of that, after we get the next respin going.13:11
dokonow preparing the openjdk-7 security update ...13:12
infinitydoko: post-release, I assume.13:13
dokoinfinity, hmm, ok ... can I already upload?13:13
infinitytjaalton: Can you do an upload that reintroduces those transitional packages, then you can drop them in 14.10.13:14
cjwatsondoko: your gts sync failed to build on ppc64el13:14
infinitydoko: Stage it in the security PPA with the security team, IMO.13:14
dokoyes, seen13:14
infinitydoko: Then they can release it post-release.13:14
=== _salem is now known as salem_
infinitydoko: You're aware you've had a build going (hung, I assume) on kelsey01 since Mar28? :P13:24
dokono?13:25
=== nhayashi is now known as zz_nhayashi
infinitydoko: Well, now you are. :)13:28
infinityLogan_: librep fixed for you, you can stop worrying about it.13:32
=== pete-woods-lunch is now known as pete-woods
=== JanC_ is now known as JanC
Elv1313xnox: ping14:29
xnoxElv1313: hi.14:29
Elv1313hi, 2 weeks ago we talked about #1303897 and #129996714:29
xnoxbug #130389714:30
Elv1313you said that we could eventually apply the patches if nobody stepped in, is this still the case?14:30
ubottubug 1303897 in sflphone (Ubuntu Trusty) "sflphone-kde may hang on startup with some contact topologies" [High,Triaged] https://launchpad.net/bugs/130389714:30
xnoxbug #129996714:30
ubottubug 1299967 in sflphone (Ubuntu Trusty) "sflphone do not start" [High,Confirmed] https://launchpad.net/bugs/129996714:30
Elv1313we get a lot of emails for this, and this is understandably quite critical, so it would be nice if the patches could be merged14:37
infinitytjaalton: Ideally soon. :P14:58
tjaaltoninfinity: not before maybe 2200utc when i should be back home :/15:34
k1lhi15:42
k1lwill the 12.04 LTS to 14.04 LTS upgrade path opened right tomorrow on the 14.04 release or will that wait until 14.04.1 (like it was on 10.04 to 12.04)?15:42
infinityk1l: The latter.15:45
k1linfinity: ok, thanks. than we will brief the #ubuntu team for the "but i dont see the LTS upgrade nofication" concerns tomorrow :)15:46
jodhbdmurray: hi - could you take a look at bug 1300235 (and dups)? - apport is marking them as Upstart bugs, yet all the core files relate to chrome.15:51
ubottubug 1300235 in upstart (Ubuntu) "init crashed with SIGSEGV" [Undecided,Confirmed] https://launchpad.net/bugs/130023515:51
bdmurrayjodh: yeah, I'll have a look15:53
jodhbdmurray: thanks!15:53
bdmurrayjodh: it'd be neat if UpstartRunningSystemJobs was sorted16:04
pittijodh, bdmurray: ExecutablePath: /sbin/init16:09
jodhpitti: sure, but try running file on the gunzip'd core file.16:10
pittijodh, bdmurray: /opt/google/chrome-unstable/chrome  -> that's not something we ship, is it?16:10
pittijodh, bdmurray: might the above actually be a symlink to upstart, or might that execve(upstart) for its session management?16:11
pittihttps://launchpadlibrarian.net/171353712/ProcMaps.txt looks fairly much like upstart16:12
jodhpitti: ProcCmdline is "/sbin/init", and not "/sbin/init --user" so unless all these folk are running chrome as pid 1...16:12
jodhpitti: agreed.16:12
pittijodh: so, this is clearly an invalid bug as it's something utterly funky16:13
jodhpitti: but it's consistently funky. apport bug?16:14
pittiI suppose /opt/google/chrome-beta/chrome is the upstream chrome installer16:14
pittiwell, it gets called on /sbin/init16:14
pittiI'm really curious what kind of black magic /opt/google/chrome-unstable/chrome is16:15
pitti(but then again, not curious enough to actually find and install chrome.. -- that's not even the packaged chromium-browser)16:15
pittijodh: also, it's clearly pid 116:16
pitti(see ProcStatus.txt)16:16
pittijodh: so it's system upstart indeed, not session16:16
jodhpitti: right, so where have these core files come from?16:16
jodhpitti: none of them has a system job that runs chrome so I'm confused16:17
pittijodh: yes, so am I16:17
pittijodh: I don't know where file takes the program from, supposedly from some memory block of the core dump16:18
pittijodh: probably best to ask the reporter for an ls -l of that chrome thing, whether it's reproducible, and an strace; like that the data isn't very helpful16:18
pittijodh: or just invalidate it, given that it's unsupported sw16:18
=== bfiller is now known as bfiller_afk
Logan_infinity: thanks :)16:32
Logan_odd that I skipped over configure16:33
=== maclin__ is now known as maclin
=== dpm is now known as dpm-afk
=== psivaa_ is now known as psivaa
alkisgHi, I downloaded the trusty daily x64 iso today, and dd'ed it to a usb stick, and it failed to load with "tried to read past end of file" and "invalid pointer" etc... should I file a bug, or is it a known one, or is it too late?16:55
alkisg*on an uefi pc16:55
alkisgGrub showed up fine, but it couldn't load the kernel16:55
shadeslayeralkisg: sounds like a broken ISO16:58
shadeslayerdid you md5sum it?16:58
alkisgLet me check...16:58
alkisg$ md5sum trusty-desktop-amd64.iso16:59
alkisg0a884e0fe10f703493a4f8ff993be5fd  trusty-desktop-amd64.iso16:59
alkisghttp://cdimage.ubuntu.com/daily-live/current/MD5SUMS => same16:59
alkisgIt's ok...16:59
shadeslayerokay, did you run the self check on the ISO?17:00
alkisgIt's on a USB stick, I don't think it's likely that it wasn't written ok,17:00
alkisg...I can do it in 3 hours, because I'm copying a big disk via USB and it'll take 3h to finish...17:00
alkisgAh, I can use a different PC, moment...17:01
alkisgFirst, the error: attempt to read or write outside of disk `hd1'.17:02
alkisgunaligned pointer 0xd804ac6817:02
alkisgAborted. Press any key to exit.17:02
alkisgThe memory test produces the same error on UEFI, let me disable it so that syslinux loads...17:03
alkisgHrm it does the check and then powers off without showing me the result, even without 'quiet splash'... /me tries to launch it in text mode...17:09
alkisg...nothing with "Boot: check" either... /me will md5sum the contents manually...17:13
dokostgraber, can you update the package sets before release please? cjwatson pointed me to you (as a tb member), e.g. the core set still lists gccxml and emacs2317:23
stgraberdoko: we can't do automated updates at this point because the script is doing a lot of things that are wrong and need fixing, so if you give me a specific list of changes I can do it, otherwise it'll have to wait until at some point post-release17:24
stgraberdoko: note that core isn't tied to any upload privilege, so having it not entirely accurate isn't preventing anyone from uploading those17:25
dokostgraber, well, I see these two ones at least. llvm-toolchain-3.3 too17:25
dokolooking at http://qa.ubuntuwire.com/ftbfs/ where these sets are used too17:26
dokostgraber, can you make a note for the release process (wiki page?) that this isn't forgotten the next time?17:27
alkisgshadeslayer: the md5sum of /dev/sdb was not the same as the .iso, thanks + sorry for the noise17:29
bdmurrayjodh: its also interesting that bug 1300235 and all its duplicates are using an old version of upstart17:31
ubottubug 1300235 in upstart (Ubuntu) "init crashed with SIGSEGV" [Undecided,Confirmed] https://launchpad.net/bugs/130023517:31
seb128bdmurray, jodh: is chrome(os?) shipping a copy of upstart or what?17:32
stgraberdoko: core is usually generated from the seeds so they should be all fine once we get the script to work properly17:36
=== roadmr is now known as roadmr_afk
=== oSoMoN is now known as oSoMoN|afk
=== psivaa is now known as psivaa-afk
argesbdmurray: can I have a review of pacemaker in the precise upload queue? I uploaded so I belive I'm not supposed to accept it.18:01
bdmurrayarges: I'll have a look today18:12
argesbdmurray: thanks18:12
dobeywhat image build am i supposed to get if i flash right now? flashing to trusty is giving me 294, and trusty-devel says my device is not found on the server18:13
=== roadmr_afk is now known as roadmr
=== dpm-afk is now known as dpm
bdmurrayarges: accepted18:28
argesbdmurray: thanks18:28
alkisgOuch the trusty .iso doesn't fit on a 1 GB USB stick...18:33
=== bfiller_afk is now known as bfiller
cjwatsonalkisg: unfortunate, but probably too late to fix18:42
Logan_cjwatson: is it worth keeping trafshow if it's dead upstream?18:42
Logan_...lol18:42
cjwatsonLogan_: there was no mention of that in the removal request18:44
cjwatsonI'm not going to research upstream status for all of these :)18:44
alkisgcjwatson: sure I don't think it'll be an issue, I just didn't notice the `dd` stderr the first time, and it took me a while to figure out why I had boot errors... :)18:45
Logan_cjwatson: no, of course not - I wouldn't expect that18:46
Logan_my "lol" was at the fact that we spoke within a second of each other18:46
Logan_I added a comment to the bug :)18:46
=== dpm is now known as dpm-afk
=== oSoMoN_ is now known as oSoMoN
=== Ursinha is now known as Ursinha-afk
=== Ursinha-afk is now known as Ursinha
=== salem_ is now known as _salem
=== Ursinha is now known as Ursinha-afk
=== psivaa-afk is now known as psivaa
=== Ursinha-afk is now known as Ursinha
tjaaltoninfinity: ok I'm here21:37
tjaaltonuploaded21:45
infinitytjaalton: Ta.22:06

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