/srv/irclogs.ubuntu.com/2015/02/02/#ubuntu-devel.txt

tomreynhi, i'm trying to understand why there is no libopenal1-dbg in trusty, but can't seem to find any info on it: http://packages.ubuntu.com/search?keywords=libopenal1-dbg00:04
rbasaktomreyn: looks like it's built without debug info before the package build stripping gets to it.00:15
rbasakChanging -DCMAKE_BUILD_TYPE=Release for -DCMAKE_BUILD_TYPE=RelWithDebInfo might help. I'm not sure though.00:15
rbasak"libopenal1 is already stripped, ignoring" is the hint I'm basing my hypothesis on.00:16
tomreynrbasak: where do you see this?00:16
rbasakIn the build logs.00:17
rbasakhttps://launchpadlibrarian.net/108030443/buildlog_ubuntu-quantal-amd64.openal-soft_1%3A1.14-4ubuntu1_BUILDING.txt.gz00:17
tomreynthanks. i would not have known how to find this (how did you?)00:18
tomreynthis says "quantal" though?00:18
tomreynsame version as trusty though00:19
rbasakStart from https://launchpad.net/ubuntu/trusty/+package/libopenal100:19
rbasak(since that's the information you know - release and binary package name)00:20
rbasakClick through to source package: https://launchpad.net/ubuntu/+source/openal-soft/1:1.14-4ubuntu100:20
rbasakYou can see the build information there, per architecture.00:20
rbasakIt was built back during the Quantal development cycle, and the binary got copied forward through to Trusty since it didn't change since then.00:21
rbasakIf the published version number is identical, the published binary is identical.00:21
tomreynopenal-soft (1:1.14-4ubuntu1) quantal; urgency=low00:22
tomreyn  * Merge from Debian testing.  Remaining changes:00:22
tomreyn    - Add a symbols file for libopenal100:22
tomreyn:)00:22
tomreynthanks for explaining00:22
rbasakThat's different. A symbols file is to do with the symbols a shared library exports, not debugging information.00:23
tomreynoh .a00:23
rbasakIt would be reasonable to file a bug in Debian asking to use RelWithDebInfo instead of Release, assuming that fixes it.00:23
rbasak(as Debian calls dh_strip later anyway)00:23
tomreynhmm yes looks like wheezy is lacking it, too00:24
rbasakOh - looks like it's been fixed since. You get a -dbg package in Vivid.00:25
tomreynyes later versions have it in either distro00:26
tomreyn(earlier, too)00:26
rbasakOK - so I think just rebuild locally with RelWithDebInfo and you should get them.00:27
tomreynthanks00:27
rbasakNo problem.00:28
tomreynrbasak: could you hint me on what's the quickest way to rebuild the package with -DCMAKE_BUILD_TYPE=RelWithDebInfo ? i apt-get source libopenal1, edit CMakeLists and then...?00:41
rbasaktomreyn: probably with a PPA is the easiest. apt-get source, edit debian/rules (not CMakeLists), run dch and add a changelog entry, call the version number 1:1.14-4ubuntu1ppa1 or something so a security update will trump it.00:47
rbasakThen run dpkg-buildpackage -S -sd -nc. You'll need a gpg key set up.00:47
tomreynrbasak: i'm just interested in trying it once now, it doesn't need to survive00:47
rbasakSet up a PPA on Launchpad, then eg. dput ppa:tomreyn on the source changes file.00:48
rbasakI suppose you could use apt-get build-dep libopenal1 to install all the build dependencies, then dpkg-buildpackage -us -uc to build locally.00:48
rbasakI tend not to install build deps locally for every package but it might make sense for you.00:49
tomreynthanks again. the reason i'm trying to is this crash in supertuxkart: https://tomreyn.megaglest.org/stk_1e0a9022a30393a5af52cf2f5b5d222c6633aebd_quicksands_nitro_finish.txt00:50
tomreynthe developers suspect libopenal may not be thread safe00:50
rbasakThank you for looking at it.00:51
rbasakRemember that if you rebuild the package you should use your new libopenal1, not the one from the archive, to make sure the debug symbols match up.00:51
tomreynthat's a good reminder00:53
=== SpamapS_ is now known as SpamapS
=== slangase` is now known as slangasek
=== work_alkisg is now known as alkisg
alkisgGood morning05:38
=== Logan_ is now known as Logan
=== alkisg is now known as work_alkisg
darkxstpitti, systemd init is getting stuck bringing up eth0 here now (its just a dhcp config in /etc/network/interfaces)07:03
dholbachgood morning07:30
=== work_alkisg is now known as alkisg
alkisgmvo: hi, in LP #1415785 we've included a branch with the proposed patch, we put the appropriate [SRU headers] for the test case, regression potential etc, and assigned it to you. Could you have a look please and tell me if something is amiss, or sponsor it if it's OK? Thanks!07:54
ubottuLaunchpad bug 1415785 in update-manager (Ubuntu) "Please remove all ltsp* blacklisting" [High,Confirmed] https://launchpad.net/bugs/141578507:54
alkisgIt's only needed in 12.04, I think the whole dist-upgrade functionality got removed from update-manager in 14.04+, in any case ltsp isn't mentioned in -trunk at all anymore07:55
mvoalkisg: sure! thanks for doing this. so this just needs a sru into 12.04, correct?07:56
alkisgCorrect07:56
mvocool, I look at it in a bit07:56
alkisgThank you07:56
pittidarkxst: stuck? which systemd version is that? can you please boot with debug shell (see /usr/share/doc/systemd/README.Debian) and see "systemctl jobs", and get me systemctl status -l <job> for the hanging ones?08:05
darkxstpitti, 218-6ubuntu108:07
darkxstpitti, it just sits waiting for network, I'll reboot now08:08
pittiyay, there's a new version of patch which should fix the symlink mess (php, glibc, etc.)08:11
pittirbasak, infinity ^ FYI; I'll retry the slew of failues08:12
darkxstpitti, http://pastebin.com/FPgYidgt08:30
darkxstthough the message is something like 'a job is waiting on startup of ifup on eth0'08:31
pittidarkxst: oh, is "systemctl reload smbd.service" hanging?08:32
LocutusOfBorg1hi developers!08:32
=== alkisg is now known as work_alkisg
pittirbasak: ok, the remaining regression is https://jenkins.qa.ubuntu.com/job/vivid-adt-php-horde-serialize/lastBuild/? which is real; the rest succeeds now08:37
darkxstpitti, maybe, and seems racy when I boot with systemd.debug-shell08:37
pittidarkxst: you mean it sometimes succeeds, sometimes not?08:37
darkxstyes it succeeds with that, but not without08:38
pittidarkxst: do you have some actual smbd config, or is that just installed with the defaults?08:38
pittidarkxst: oh, go heisenbug.. so in the pastebin you showed me it did not actually hang?08:38
darkxstpitti, it hung that time08:38
darkxsttook a few boots to get it too hang tho08:39
darkxstsmbd == samba? I do have some samba shares setup,08:40
pittidarkxst: ok, then I suspect some kind of dependency loop; would you mind filing a bug with the pastebin?08:40
pittidarkxst: I'll try to reproduce this in a bit; I don't know anything about samba, but perhaps it already reproduces with the default config08:41
darkxstpitti, ok will do08:42
darkxstI don't have anything special in my config, just a couple of shares defined08:42
pittidarkxst: ah, I think I understand why08:45
* darkxst now hitting races in upstart boot ;(08:46
darkxst(completely unrelated of course)08:46
pittiso smbd hooks into DHCP hooks which reload samba which triggers /etc/init.d/smbd reload, which Requires: $network08:47
pittibut $network is precisely the thing that ifup@.service is trying to bring up..08:47
darkxstpitti, makes sense08:49
darkxst_pitti, bug 141701008:54
ubottubug 1417010 in systemd (Ubuntu) "systemd init gets stuck reloading smbd.service" [Undecided,New] https://launchpad.net/bugs/141701008:54
pittidarkxst_: thanks08:54
=== txspud is now known as txspud|sprint
=== txspud|sprint is now known as txspud
=== asac` is now known as asac
=== mthaddon` is now known as mthaddon
pittidarkxst_: just to ensure, the boot should continue and finish after 2 mins of waiting, right?09:00
darkxst_pitti, no, I left if for 20mins early today09:01
pittiuh, that's a surprise09:01
darkxst_in face the message says "nolimit" or something09:01
pittidarkxst_: network-online comes up after 2 minutes, this should satisfy the smbd reload09:01
pittidarkxst_: could you give me the systemctl list-jobs after 2 minutes?09:02
darkxst_I think that pastebin would have been atleast after 2 minutes09:03
=== darkxst_ is now known as darkxst
pittidarkxst: ah, ok; thanks either way, I'll ponder this09:03
darkxstpitti, I've not hit in any of my VM's but they don't have samba installed09:08
pittidarkxst: yeah, it doesn't reproduce for me either, but I didn't really configure it09:14
=== alkisg1 is now known as alkisg
=== kickinz1|afk is now known as kickinz1
cjwatson_Noskcaj: unlikely; somebody who's interested should go for it09:24
ogra_pitti, do you think we could get this easily SRUed into utopic ? https://launchpad.net/ubuntu/+source/libmtp/1.1.8-1ubuntu2 (just adds HW support)09:24
darkxstpitti, I will try and reproduce in a VM tomorrow09:25
Noskcajcjwatson_, I'll see if i can work a merge sometime this week then09:30
cjwatson_ok09:31
=== dpm_ is now known as dpm
=== cjwatson_ is now known as cjwatson
pittiogra_: sure, that looks totally harmless10:14
ogra_yup it is ... and i dont want to have to set up a PPA for it10:14
=== mariel is now known as aeoril
LocutusOfBorg1hi developers, do you know why sqlmap is on debian unstable but not on vivid, neither in the new queue? Am I missing something=?10:41
cjwatsonLocutusOfBorg1: because it was previously deleted and such things require manual action; I'll bring it back10:46
cjwatson(logged in http://people.canonical.com/~ubuntu-archive/auto-sync/current.log)10:47
LocutusOfBorg1thanks as usual cjwatson this is why I asked, because I was wondering about that manual hint ;)10:52
=== ahasenac` is now known as ahasenack
rbasakpitti: thanks. Looking.10:57
=== roaksoax_ is now known as roaksaox
=== roaksaox is now known as roaksoax
sitterTheMuso, didrocks: is it intentional that the pulseaudio from here has the flat-volume disabling disabled? https://launchpad.net/~ubuntu-desktop/+archive/ubuntu/transitions/+packages11:07
didrockssitter: I'll let TheMuso answer, I have no clue about the changes besides bluetooth11:19
sitterI best leave this here for reference as well http://paste.ubuntu.com/10013864/ ^^11:22
rbasakpitti: I can't reproduce the php-horde-serialize failure locally (in adt-virt-lxc). What locale does the environment use, please? I tried C.UTF-8, still passing locally.11:38
pittirbasak: trying to run here11:50
rbasakThanks. I've since tried C as well. Also I realised I was rebuilding locally, but using -B doesn't help (still passes).11:50
pittirbasak: C.UTF-8 is the default locale indeed11:50
rbasakThere is https://bugs.launchpad.net/ubuntu/+source/php-json/+bug/1287726 which may be related. Also I see a new upstream release that changes some of the handling around the failure case, but of course that passes for me locally too so I can't tell if it fixes anything we need.11:51
ubottuLaunchpad bug 1287726 in php-json (Ubuntu) "Wrong evaluation whether json is valid or not" [Medium,Triaged]11:51
pittirbasak: I get the exact same failure in schroot11:53
pittiadt-run --apt-pocket=proposed -U php-horde-serialize --- schroot vivid11:53
pittiqemu is still running11:53
* pitti runs in lxc too, for fun11:53
pittirbasak: qemu failed too (adt-run --apt-pocket=proposed -U php-horde-serialize --- qemu /srv/vm/adt-vivid-amd64-cloud.img)11:53
pittirbasak: ah, lxc doesn't currently work for me :/11:53
rbasakI've not been using --apt-pocket=proposed either. Seems obvious to me.11:54
pittirbasak: ^ I can't interpret this -- don't you want to test with the php5 in -proposed?11:55
rbasakThanks - I'll use adt-virt-schroot. I didn't know thta existed!11:55
pittithat's what triggers the regression, no?11:55
rbasakpitti: sorry. I mean that I failed to use --apt-pocket=proposed, when obviously I should be doing so.11:55
pittiah :)11:55
rbasakI've got away with never using that option ever and not really knowing about it somehow.11:55
rbasakI shall amend my ways :)11:55
pittirbasak: ah, lxc finished too, same failure; doesn't look sensitive to the build env11:56
rbasakadt-run --apt-pocket=proposed -B php-horde-serialize_2.0.2-5.dsc --- adt-virt-lxc -es vivid11:56
rbasakThis passes for me :-/11:56
pittirbasak: I suppose you could also give it some locally built 5.6 php debs to run with; if you them, that's faster than --apt-pocket + -U11:56
pittirbasak: ah, you need -U (aka --apt-upgrade)11:56
pittirbasak: apt-pocket merely fiddles with the apt sources; I figure that could be considered a bug11:57
rbasakI see.11:57
rbasakOK11:57
* rbasak tries again11:57
pittirbasak: so I guess schroot will be fastest11:57
rbasakI tend to use lxc so I don't have to worry about whether schroot is sufficient or not, since most of my work involves needing server daemons to work.11:58
pittiright, that shouldn't be noticeably slower11:58
rbasakI hadn't looked to see if this test is actually using it, but I did see it installing apache211:58
rbasakYeah the speed difference is only a few seconds per virt driver reset11:58
rbasakadt-run -U -B php-horde-serialize_2.0.2-5.dsc --- adt-virt-lxc -es vivid11:59
rbasakStill passes!11:59
rbasakI'll try schroot11:59
pittirbasak: you forgot the --apt-pocket=proposed now :)11:59
pittirbasak: you need both that and -U to actually upgrade11:59
rbasakAargh. Sorry.11:59
pittirbasak: and add -s while you're at it :)12:00
rbasakI don't use -s by "default" since I often use -o and that breaks it.12:01
pittiogra_: smurfice!12:01
ogra_haha12:01
rbasakUsually I just poke at the source and rerun the whole thing.12:01
pittirbasak: oh, I thought I fixed that12:02
rbasakMaybe you did.12:02
rbasakMy habits may be a little outdated.12:02
rbasakBTW, while we're chatting, I usually use uvtool to create myself a qcow2 image to use against adt-virt-qemu, rather than your script.12:03
rbasakFor that, I just need a cloud-init userdata that works.12:03
rbasakhttp://paste.ubuntu.com/10014410/ is what I use, adapted from your script.12:03
rbasakIt'd be nice to maintain that independently in the autopkgtest source somewhere.12:04
pittirbasak: ah, do you use /usr/share/autopkgtest/adt-setup-vm with that?12:04
rbasakEventually I'd like to make it one command in uvtool to produce a VM image file based on a userdata file.12:04
pittirbasak: that's where I keep all the actual VM setup now, so that it can be called from cloud-init, vmdebootstap, or even just manually if you have an arbitrary install12:04
rbasakpitti: no - I use uvtool instead, with the userdata separately.12:04
pittirbasak: e. g. I can run that in a standard sid install and then use that VM for adt12:04
pittirbasak: well, it's not an "instead" -- this is a script to run inside a VM, it's not about setting up the VM itself12:05
rbasakpitti: ah I see - I'm behind again and didn't know about that script - thanks.12:06
rbasakI'd like that to be one command using uvtool in the future too.12:06
rbasakpitti: OK, reproduced the failure now. Thanks!12:07
pittirbasak: right, it's meant to be that shared resource; please let me know if it needs any adjustment for running under uvtool12:08
rbasakpitti: will do. It'll be a while before I can task switch to uvtool again though :-(12:09
=== _salem is now known as salem_
=== ara is now known as Guest32645
tsdgeosmitya57: Mirv: we can set https://bugs.launchpad.net/ubuntu/+source/gammaray/+bug/1395646 as fix commited since gammaray is compiling fine on https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/landing-005/+packages no?13:46
ubottuLaunchpad bug 1395646 in gammaray (Ubuntu) "gammaray fails to build against Qt 5.4.0 beta" [Undecided,Triaged]13:46
mitya57tsdgeos: done13:47
tsdgeoshttps://bugs.launchpad.net/ubuntu/+bugs?field.tag=qt5.4 is looking not that bad :)13:48
mitya57tsdgeos: thanks for your work on that!13:53
pittirbasak: oh, fixed now, nice work!13:53
rbasakpitti: no problem. Latest minor upstream release (not yet in Debian) already had a fix, so I just pulled that in.13:54
pittihttp://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html#php5 -> Valid candidate \o/13:55
pittirbasak: nice work!13:55
rbasak:)13:55
pittithe patch thingy disrupted this quite a bit :/13:55
rbasakTwo uninstallables left for migration. I just uploaded them. Hopefully it'll all migrate now, just waiting for it.13:55
rbasakFor some reason "chdist bin2src vivid ..." gives me blank output on about three packages. No idea why and I haven't looked into it, but that's why I missed them the first time.13:57
Mirvtsdgeos: indeed14:03
aeorilHow important is it that I get my PGP key signed via photo id in person?  What exactly will I need that step for?14:06
tsdgeosMirv: mitya57: should we set https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1398372 as fix commited since the tests are being tracked on https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings-online-accounts/+bug/1403420 ?14:06
ubottuLaunchpad bug 1398372 in ubuntu-system-settings-online-accounts (Ubuntu) "webbrowser + u-s-s-online-accounts + ubuntu-html5-theme fail to build against Qt 5.4" [Undecided,Triaged]14:06
ubottuLaunchpad bug 1403420 in Online Accounts setup for Ubuntu Touch "u-s-s-online-accounts fails all UiProxyTest with Qt 5.4" [High,Triaged]14:06
rbasakaeoril: that depends. Why do you think you need to do that? For Ubuntu development, you don't. To be involved in Debian, you do (eventually).14:07
Mirvtsdgeos: yes, the former was about the private header usage14:08
aeorilrbasak I was just following this howto guide and it showed that step:  https://help.ubuntu.com/community/GnuPrivacyGuardHowto14:08
tsdgeosMirv: ok, done14:09
aeorilrbasak that is why I was asking, I didn't know if I needed to or not14:09
aeorilrbasak I was hoping eventually to do kernel/driver development.  Would I need it for that?14:10
rbasakaeoril: so just for general gpg use? It's useful to be able to find trust paths across the web, but I don't think that feature is used particularly often in practice.14:10
rbasakaeoril: you can contribute without having a trust path.14:10
aeorilrbasak I am planning on developing for the ubuntu community, in the kernel, driver, etc. areas14:11
aeorilrbasak ok, good to know14:11
rbasakIt's fine then. You don't need it. I wouldn't worry about it. Take an opportunity to sign keys if the opportunity arises, but I wouldn't bother seeking it out.14:11
aeorilrbasak ok, thank you very much14:12
pittitjaalton: latest mesa drops libopenvg1-mesa-dev, but qtbase-opensource-src{,-gles} still build dep on that; what's the replacement?14:31
pittijibel: http://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html#zope.interface is a similar problem that we had last week: zodb always failed on amd64, succeeds on i386, but is regarded as a regression14:34
pittijibel: did you happen to see what was wrong with those, or should I nudge it manually?14:34
tjaaltonpitti: there is none, I'll check qtbase-opensource-src*..14:44
pittitjaalton: ah, thanks14:45
=== mwenning is now known as mwenning-wfh
jibelpitti, I didn't find the reason yet, can you fix it manually please?14:50
pittijibel: yep, done14:51
tjaaltonpitti: looks like it takes quite a while to build.. hasn't failed after just dropping that BD15:22
tjaaltonso far..15:22
pittitjaalton: I wouldn't expect it to fail15:23
pittitjaalton: it builds on hurd without it, but configure detects availability15:23
pittiOpenVG auto-detection... ()15:23
pitti[...]15:23
tjaaltonah, right15:23
pittiOpenVG enabled.15:23
pitti<https://launchpadlibrarian.net/195952397/buildlog_ubuntu-vivid-amd64.qtbase-opensource-src_5.3.2%2Bdfsg-4ubuntu9_UPLOADING.txt.gz>15:24
tjaaltonwell changelog doesn't tell why it was added15:24
=== charles_ is now known as charles
pittiso it's not really a question of "builds" but whether we actually need/want this?15:24
pittiRiddell: ^ do you happen to have an idea about this?15:24
=== ken_ is now known as kenvandine
=== tyhicks` is now known as tyhicks
bdmurraymvo: do you want to have a look at bug 1415785 or shall I?16:11
ubottubug 1415785 in update-manager (Ubuntu) "Please remove all ltsp* blacklisting" [High,Confirmed] https://launchpad.net/bugs/141578516:11
=== seelaman` is now known as seelaman
mvobdmurray: I uploded it to proposed already16:20
bdmurraymvo: okay, cool16:21
mvobdmurray: thanks!16:21
shadeslayermvo: synaptic poke?16:32
mvoshadeslayer: uploaded this morning, waiting in the proposed queue :)16:33
shadeslayeraha :)16:33
ogra_heh, a poke from the past16:33
shadeslayerthx16:33
smoserinfinity, i dont really know how i'm going to test trusty + https://bugs.launchpad.net/ubuntu/+source/slof/+bug/137456816:33
ubottuLaunchpad bug 1374568 in slof (Ubuntu Trusty) "network boot doesn't work (need newer slof.bin)" [Medium,Fix committed]16:33
infinitysmoser: Install the trusty deb on utopic, if utopic is where you can actually test?16:34
infinitysmoser: Have to be a bit creative when doing backport in steps like this. :/16:34
infinitys/backport/backports/16:34
smoser:)16:34
smoserwell, it hardly is validating "trusty"16:34
smoserif i do the test on utopic.16:34
smoserthe other path was to grab the utopic qemu-system-ppc , which i think has a chance here.16:35
infinitysmoser: It's validating the binary in the deb.  In the case where its only use it to be sideloaded in a VM, that works.16:36
infinitysmoser: qemu-system-ppc64 on x86 would work too, it's just slow.16:37
smoseri dont think it works.16:38
infinitysmoser: I know it does.16:39
xnoxdidrocks: systemd[1]: Failed to populate transient preset unit settings, ignoring: Invalid argument16:59
* xnox is =(16:59
=== brendand is now known as road-slightly-ru
=== road-slightly-ru is now known as brendand
didrocksxnox: that's on your experiment? I thought you didn't go on on it17:05
xnoxdidrocks: well, i'm trying to benchmark how slow it is.17:05
xnoxdidrocks: and it looks strange at the moment17:05
didrocksweird :/17:06
nemohey Nexia, have you passed the situation on to them already?17:34
Nexianope17:34
nemook17:34
NexiaI'd rather leave that to you who knows more of what you're talking about (:P)17:35
nemoso... briefly, Nexia here has an RT5390 wireless card messed up on his 64 bit ubuntu 14.10 install. Looking through forums and Launchpad, we see reports going back over 2 years, including a patch for 64 bit support showing up in a number of threads...17:35
nemo(patch to the manufacturer driver)17:35
nemoHowever, all the launchpad bugs I could find, even the ones where a comment described patching, were closed out for various reasons17:36
nemothe precise laptop in the bug was recalled, or the bug was just marked expired, or in one case the bug is there, but with no comments or followup (that one is a mint bug)17:36
nemoSo... given that there seems to be a fix, and that this wireless card seems to still be broken, years later, I was wondering if one of the bugs could be resurrected...17:37
nemoComment #14 on this bug describes patching... https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117375917:38
ubottuLaunchpad bug 1173759 in linux (Ubuntu) "Ubuntu 13.04 can detect wi-fi but can't connect" [Low,Expired]17:38
nemohttps://bugs.launchpad.net/ubuntu/+source/linux/+bug/1178545  similar bug that was marked won't fix due to the laptop model17:38
ubottuLaunchpad bug 1178545 in linux (Ubuntu) "Wireless Card - Ralink RT5390 [1814:5390] does not work properly with Network manager" [Low,Won't fix]17:38
nemohttps://bugs.launchpad.net/ubuntu/+source/linux/+bug/1173759#yui_3_10_3_1_1422897152203_434  direct link to the comment.  Woooo! Launchpad has IDs on comments now!  Used to be there was no way to reference a comment in the scope of the bug.  Now I can do it, even if it requires inspecting the HTML :p17:39
ubottuLaunchpad bug 1173759 in linux (Ubuntu) "Ubuntu 13.04 can detect wi-fi but can't connect" [Low,Expired]17:39
sarnoldooo17:41
sarnoldnemo: aww, nuts, it doesn't appear to be 'stable' -- your url didn't work for me :(17:41
rbasaknemo: it's had that for a long time. Right click on the comment number on the right hand side, and save the link. Is this something newer on top of that that I'm missing?17:41
rbasakEg. https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1173759/comments/4917:41
ubottuLaunchpad bug 1173759 in linux (Ubuntu) "Ubuntu 13.04 can detect wi-fi but can't connect" [Low,Expired]17:41
sarnoldrbasak: the intention of the url is to -scroll- the main bug to the correct comment -- that's just _one_ comment, without context, and it's a bit annoying to see where it fits amongt he others17:42
rbasakAh, I see.17:42
sarnoldI know, I missed it at first too until I saw that the url was quite ugly :) hehe17:42
TJ-nemo: The patch you referred to; there's a newer version for kernel 3.15+ also, at http://gridlox.net/diff/rt5592sta_fix_64bit_3.15.patch. Might be worth adding that info to the bug report17:42
nemosarnold: yeah, I'm used to that working on most forums and bug systems like bugzilla.  Never worked on launchpad which sucked.17:43
nemosarnold: well, once upon a time browsers supported XPath syntax for that, but it got removed as one of those advanced features hardly anyone used17:43
cjwatsonCould somebody file a bug against Launchpad itself for this, please?17:43
nemosarnold: luckily most sites are pretty good w/ the IDs ☺17:44
rbasakThat sounds pretty trivial to add though, for anybody inclined. The comments are already numbered, so just need to add an anchor tag.17:44
nemorbasak: that'd be pretty cool, I've suffered this one for years ☺17:44
cjwatsonActually, hang on, maybe I found it17:44
cjwatsonhttps://bugs.launchpad.net/launchpad/+bug/62725217:44
ubottuLaunchpad bug 627252 in Launchpad itself "no comment permalinks for issue comments" [Low,Triaged]17:44
nemoheh17:44
cjwatsonSee also https://bugs.launchpad.net/launchpad/+bug/12416617:44
ubottuLaunchpad bug 124166 in Launchpad itself "browsing to bug comment permalink should show comment in context" [Low,Triaged]17:44
nemoActually, I'd prefer that to direct link to the comment which is usually not nearly as useful17:45
sarnoldnemo: direct link is the best/easiest/only? way to see the entire comment when it's quite long..17:45
nemosarnold: oh. you guys trim long comments in-place? ☹17:45
sarnoldnemo: yeah :/17:45
nemosarnold: most systems don't do that. bugzilla etc.17:45
nemosarnold: can't use JS expand/collapse?17:45
cjwatsonWe probably could, yes.17:46
nemosarnold: heck. could auto-expand based on the #uniqueid in the URL17:46
cjwatsonWe'd also have to work out what to do about cases where bugs with very large numbers of comments are truncated to show only the first 40 and last 40 comments.17:46
sarnoldheh, I've not noticed that before17:47
cjwatsonSo it's not quite trivial to put it all together.17:47
nemocjwatson: ah, well, the # part does get passed in the request, so could get processed serverside to include it17:47
nemohm17:47
nemowait. I might be on crack on that front17:47
* nemo doublechecks17:47
cjwatsonI believe you're wrong.17:47
sarnoldyeah I think only local javascript would know what's on the other side of the #17:47
nemocjwatson: yep. I'm wrong. damn17:47
nemocjwatson: meh... well, could still construct a URL w/ the UID in it, as well as the # part17:48
sarnoldthere's always some reason why it's never easy :) heh17:48
nemosarnold: eh. that still works ;)17:48
nemoor just make the link have /all in it17:48
nemoer. +activity ? whatever17:48
nemoaaaaaanyway. thoroughly derailed the initial thing, which was seeking help for poor Nexia here17:49
cjwatsonSure, it's all possible17:49
cjwatsonIf I were Nexia I would just file a new bug and explain the history.17:49
nemoI'm gonna hazard a guess that he'd like to avoid building his own driver off the patch, even w/ exact instructions, given he's kinda new to Linux17:49
cjwatsonProbably better than making some poor developer wade through a load of ancient stuff.17:49
=== Nexia is now known as Nexiazz
nemohm17:49
nemoguess he's off to bed now17:49
nemohe's a... teenager? on indian time.17:50
nemocjwatson: hm well. the others were closed incorrectly IMO17:50
nemoso reopening doesn't seem that inappropriate...17:50
cjwatsonThat's as may be, I haven't waded through them myself17:50
nemobut, eh, whatev.17:50
ogra_we're all teenagers !17:50
ogra_(inside)17:50
NexiazzGood night, sorries. and all the help is appreciated :)17:50
cjwatsonBut new bugs are pretty cheap, and it's easier to mark a new bug as a duplicate than it is to split off a section of an existing bug17:50
nemoNexiazz: so, yeah, cjwatson wants you to file a new bug and hope this one gets love ☺17:50
cjwatson(But I'm not a kernel developer, so.)17:51
nemoNexiazz: maybe we can spam it here in #ubuntu-devel to raise the profile 😃17:51
cjwatson#ubuntu-kernel is more likely to actually be noticed by somebody useful.17:51
nemoNexiazz: if you like, I can try to help you w/ those manual patch instructions from 2013...17:51
nemoah17:51
Nexiazzhm, I'll think it over tomorrow (can't think properly even if I wanted to, tbh)17:51
nemocjwatson: LocutusOfBorg1 fired us off to here ☺17:51
Nexiazzatm*17:51
nemoNexiazz: 'k. gn17:51
cjwatson*shrug*17:51
=== pgraner is now known as pgraner-afk
LocutusOfBorg1I wasn't aware of #ubuntu-kernel :)18:02
=== tlyu_ is now known as tlyu
NoskcajCan someone please look at bug 141725320:06
ubottubug 1417253 in rt-extension-assettracker (Ubuntu) "[RM] Please remove rt-extension-assettracker from the archive" [Undecided,New] https://launchpad.net/bugs/141725320:06
=== kickinz1 is now known as kickinz1|afk
TheMusositter: Yes, we have had flat volumes disabled in pulse for several years now in Ubuntu. I suggest you search throught eh changelog to find the bug number where this was discussed.20:50
TheMusositter: Here, bug numbers where this is discussed: bug 403859 and bug #433209..20:52
ubottubug 403859 in pulseaudio (Ubuntu) "Karmic - sound level gets lowered when opening new sound files" [Undecided,Fix released] https://launchpad.net/bugs/40385920:52
ubottubug 433209 in pulseaudio (Ubuntu) "app volume muted when volume slider is non zero" [Undecided,Fix released] https://launchpad.net/bugs/43320920:52
ari-tczewI have a question to FTBFS and dep-waiting. If package "A" has got dep-waiting (architecture "X") on package B, but that package ("B") doesn't provide binaries for architecture "X". Can we just add missing architecture to package "B" and build it?20:54
=== roadmr is now known as roadmr_afk
aeorilI have a problem running Ubuntu 14.04.01 under VMWare *or* Hyper-V on a Windows 8.1 machine.  I have scripts that pop-up a new bash shell then run vi with the geometry different than default (e.g., gnome-terminal --geometry 156x48+80+50 -e "/usr/bin/vi .bashrc"21:19
aeorilThis works fine on my native Ubuntu machine running 14.04 LTS, but when I do it in either of those VM environments on Windows 8.1 the text in vi is scrolled down approximately to the line just after what would be the line in a bash window that uses the default size, about one default window's worth of lines is displayed in vi, then I have to scroll line by line down until I see a full21:19
aeorilpage worth of text and it works normally after that21:19
aeorilI have looked around quite a bit and cannot find any bug like this in google, and have looked a little in launchpad bug browser and so far have not seen this bug21:20
aeorilI want to report a bug and try to work on this problem.  I am having a hard time reducing the number of bugs reported in my searches for this bug on launchpad.  Is that normal?  Should I wade through all the bug reports before placing my own?  I guess whoever triaged the bug would have to do that anyway?21:24
aeorilsearching further in launchpad bug browser, the search term "vim resize" found no similar bug - I think I am safe to file a bug report and will not find one like mine.  Should I go ahead and do that?  I have never filed a bug report before, so am a little hesitant21:29
jderoseso i want to help test 14.04.2, but it seems the latest daily trusty ISO still doesn't have the *-lts-utopic packages pre-installed. is there some other location where these ISOs are getting staged?21:48
=== roadmr_afk is now known as roadmr
aeoriljderose what are the *-lts-utopic packages exactly?21:56
ahoneybunhttp://www.jupiterbroadcasting.com/76592/how-non-devs-can-help-linux-las-350/21:59
dobeyjderose: i don't see any xorg packages in the archive yet. only the kernel seems to be in so far :-/22:03
jderosedobey: thanks. so the x and mesa packages are in proposed... and the daily iso has proposed enabled, for this reason i assume22:06
jderosedobey: but there's no magic, special place when ISOs are being staged? :)22:07
dobeyjderose: cdimage.u.c is all i know22:07
jderoseaeoril: the hardware enablement packages for 14.04.2... basically the utopic kernel, x, and mesa packages backported to trusty22:08
aeorilwhat are the mesa packages?22:09
aeoril(I understand what "kernel and x" are)22:09
aeoriljderose ^22:09
jderoseaeoril: mesa is an open source opengl/egl implementation for 3d graphics - http://packages.ubuntu.com/trusty/libegl1-mesa-drivers22:11
aeoriljderose ahh, ok - thanks.  cdimage.ubuntu.com seems very slow for me right now22:13
jderoseyeah, super slow for me today also. but i'm in the us, so maybe just the wrong side of the pond :)22:13
aeoriljderose I was just wondering about that - I am in USA too22:13
dobeyslow in what sense?22:14
jderosedobey: slow as in downloading at like 14k or thereabouts22:14
aeorildobey for me, there is latency in getting the directory listings.  I have not tried downloading yet today - it was plenty fast yesterday22:15
dobeyi'm getting 2+ MB/s right now :)22:15
aeorildobey *very* slow22:15
aeorildobey where are you?22:15
dobeywell, now down to 1, but i am streaming youtube hd at the same time too22:15
dobeyusa22:15
aeorilwhere in the USA?22:15
dobeyon 150Mbps fiber22:16
dobeyeast coast22:16
aeorilhmmm ... I am in the middle - going to ping ...22:16
aeorildobey ping shows 131 ms22:18
dobeyyeah22:18
aeorilahoneybun I looked at your link and it seemed like a lot of ads ...22:19
ahoneybunaeoril, shows cost money22:19
aeorildobey jderose it seems fine now (at least for browsing the listings)22:23
Noskcaj_Can someone please rebuild opensm's r-deps? allows it to migrate from proposed22:34
=== salem_ is now known as _salem
Noskcaj_stgraber: bdrung: Would you have time to vote on my MOTU and xubuntu-packageset application?22:38
aeorilNoskcaj We chatted yesterday.  I am new to Ubuntu development.  You mentioned you could help me with a bug if I found one I wanted to work on.  I have, and was wondering if the offer was still open22:55

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