[04:13] * hallyn gets comfy with pam-configs === salem_ is now known as _salem [05:23] Good morning [05:30] Howdy. === work_alkisg is now known as alkisg [06:53] good morning [07:20] hello. why does this simple udev-rule not work when I plug my usbstick on: http://pastebin.com/r24CuJk1 [07:37] pragomer: is it actually sdc1? check with "udevadm monitor -e --udev" when you plug in the stick [07:37] pragomer: and after it's plugged, "sudo udevadm test /block/sdc1" [07:37] yes it is always sdc because a and b are ssd harddisks [07:39] what should your 2nd syntax return? [07:42] pragomer: it should show you that your rule is being executed [07:42] .. or not, presumably [07:42] yes it is executed [07:45] so should this very simplified rule normally work ? http://pastebin.com/r24CuJk1 [07:46] work with "sdc1" ? or is this a wrong syntax? [07:46] pragomer: yes, it should work [07:46] (although that's of course nothing you'd ever put in production) [07:47] no.. not in production... its for finding the error in the rule I really want to create [07:47] pragomer: so do you have a /tmp/folder1? [07:47] so.. you have an idea why this does not work? changing the rule does not need a reboot, or? [07:48] no, no subfolder "folder1"... there is just the system-immanent folder /tmp [07:48] pragomer: you just said that it is being run in udevadm test, so should be fine [07:48] pgraner: you can try with sudo udevadm control --reload [07:49] pgraner: sorry, tab error [07:49] at the end there is "read rules file: /lib/udev/rules.d/99-myownrule.rules" [07:49] but it outputs an error [07:49] unable to open device '/sys/block/sdc1' unload module index [07:50] at the very end [07:50] pragomer: do you actually have a /sys/block/sdc1? and a /dev/sdc1? [07:52] mm... I have , of course, /dev/sdc and /dev/sdc1 but under /sys/block I have just sdc [07:52] not sdc1 [07:52] dont know the meaing of /sys/block [07:53] how very weird [07:53] pragomer: /sys/ has the devices that the kernel sees [07:53] ah ok [07:54] pgraner: please pull out the stick, run "dmesg -w", plug it in, and pastebin the output [07:54] (the new output) [07:55] dmesg: Ungültige Option -- w [07:55] (german for not valid option) [07:55] is -w correct? [08:04] pitti: dmesg -w is not a valid command? [08:34] barry: Sorry, I didn't manage to answer last night after all ... all other things being equal apt will prefer earlier entries in sources.list; I haven't checked about sources.list.d but I assume it comes after sources.list. It's never occurred to me to need to force a PPA to win despite version clashes; if I wanted to do so I think I'd use apt preferences to pin the PPA above the primary archive (and debug carefully with "apt-cache ... [08:34] ... policy" because I usually get pinning wrong first time) [09:38] I'm keen to see nginx 1.9 synced from Testing into Wily. I understand that it's not as there's "customisation" on the ubuntu package (it has a 1.6.2-5ubuntu3 version number). Where can I find out more about what this means, and what's the best non-coding way to get this unblocked, i.e. is there a type of bug I can raise, or mail a mailing list, or..? [09:40] teward: ^- === alkisg is now known as work_alkisg [09:51] Faux: you might want to read https://lists.ubuntu.com/archives/ubuntu-server/2015-June/007072.html - whether we're going to be going to 1.9 is still an open question right now. [09:55] Ah, right, that's the kind of thing I was looking for. Cheers. [10:33] cjwatson, jibel, infinity: I'm trying to understand britney's autopkgtest integration; for testing that locally, merely running "./britney.py -c britney.conf --dry-run" fails because data/SERIES/Sources does not exist -- what creates that? [10:33] on snakefruit it looks like the concatenation of Packages_/Sources.gz of all components [10:35] I suppose this comes from something like chdist, but I don't see how (chdist in particular isn't called anywhere) [10:40] pitti: That's created by the britney1 scripts [10:40] lp:~ubuntu-release/britney/britney1 [10:40] cjwatson: ah, ok; so for local testing of britney2-ubuntu, I'll just copy them from /var/lib/apt/lists, I figure? [10:40] lp:~ubuntu-release/britney/britney1-ubuntu, sorry [10:40] That used to contain the actual code, but then that all got rewritten separately, and now britney1 is basically just wrapper stuff [10:41] pitti: That would be fine, yes [10:41] cjwatson: ok, thanks! [10:43] cjwatson: ok, got that; now it fails on IOError: [Errno 2] No such file or directory: 'data/wily-proposed/Blocks' [10:44] See britney1-ubuntu :-) [10:44] ok [10:44] It fishes that out of Launchpad. There are one or two other such files I think [10:44] For Dates you probably just want to copy that off snakefruit [10:46] ah, seems an empty file does just fine; now I'm at the point where it tries to call autopkgtest, which is where I want to be at :) [10:46] cjwatson: thanks! [10:46] YW [10:48] ah, that's what the test suite does too (create empty Blocks, Dates, Hints) === MacSlow is now known as MacSlow|lunch === MacSlow|lunch is now known as MacSlow [12:00] darkxst: Hi Tim! [12:00] darkxst: You realize that those g-c-c changes have not been tested, right? [12:02] GunnarHj, no, but I will push them to the ppa tomorrow [12:02] its still blocked on g-o-a anyway [12:03] darkxst: That's what I mean - I couldn't build it for that reason. [12:03] g-o-a is in the ppa [12:04] though guess I am the only one with ppa enable sbuild [12:05] but if you upload to a ppa that depends on gnome3-staging it should work [12:06] darkxst: Is it? Missed that. Anyway, think it's better that you build in the PPA as a next step. Please let me know if there is a problem with 'my' part. [12:07] actually g-o-a is in proposed, so that shouldnt have cause a build failure anyway? anyway yes I will test build it before uploading to the ppa [12:08] not tonight though [12:10] darkxst: g-o-a i uploaded to -proposed but not built there - waiting for libwebkit2gtk-4.0-dev [12:11] GunnarHj, ah yes right, thats why I copied it to gnome3-staging [12:15] GunnarHj, anyway don't worry, I will deal with it in the morning [12:16] darkxst: Great, then I can sleep well tonight. ;) Thanks! [12:17] GunnarHj,I need sleep now, been a long day ;( [12:17] darkxst: Realize that. Sleep well. === _salem is now known as salem_ [13:31] cjwatson: thanks. hadn't thought about pinning. i bet it's usually not a problem, but in my case, since i'm copying packages from the primary archive, versions in the ppa can conflict, and it can matter when the ppa version has additional build artifacts (e.g. py35 .so's) [13:32] cjwatson: it *seems* like the ppa is doing the right thing, although i have no idea how :) [14:06] barry: Ah, I didn't quite grasp that you were talking about builds within the PPA. [14:07] barry: Launchpad writes out a custom sources.list for every build, and the context archive (i.e. the PPA in this case) is always placed first. [14:09] cjwatson: that makes perfect sense, thanks! for "normal" ppas it probably doesn't matter and i can repro this behavior locally with a --chroot-setup-commands [14:10] hallyn: working on next libvirt upload for trusty. Merging fixes. So far I have: 1425619 (re enable migration patch), 1455608, and 1464175. Do you know of any others I should merge in there? [14:13] 1342083 and 1386465 ? [14:14] arges: are those all the ones which were in zul's pkg? [14:15] hallyn: sorry, this is an SRU upload for trusty [14:15] hallyn: i have the merge open in another tab... but getting this done first [14:18] arges: oh! one sec, [14:18] ok [14:18] how did you do 1455608 ? [14:19] di dyo update the sysv script or take the whole init script update? [14:19] hallyn: i took the changes for both upstart and libvirt-bin.init [14:20] arges: list looks good - thanks! [14:21] np [14:38] barry: apt-pinning etc. work but when all things are equal, the order of sources.list matters with first one winning. [14:40] xnox: yep, and although it's not documented, sources.list.d entries come after that. i'm guessing that the order within s.l.d entries is either alphabetical or random. so the only way to guarantee an order is to rewrite sources.list, which is easy enough [14:41] barry: i bet it's readdir order === larsu_ is now known as larsu === stgraber_ is now known as stgraber === nobuto_ is now known as nobuto === flexiondotorg_ is now known as flexiondotorg === kalzz_ is now known as kalzz === Nigel__ is now known as G === ogra_` is now known as ogra_ === andyrock_ is now known as andyrock === robru_ is now known as robru === alecu_ is now known as alecu === Ursinha_ is now known as Ursinha === Quintasan_ is now known as Quintasan === saurik_ is now known as saurik === Ionic is now known as Guest47490 === lfaraone_ is now known as lfaraone === Guest47490 is now known as Ionic [15:50] sil2100, hi, I have filed a couple of appmenu-qt5 MPs for you, please review them if you can [15:51] all that code will be removed in Qt 5.5, but I want these fixes a bit earlier :) [15:51] I'm also going to backport it to sni-qt [15:55] mitya57: oooh! Thanks, I still didn't find time to pick up some of my branches, maybe it's finally time to do that [15:57] these branches are to match the spec more closely [15:58] mitya57: excellent, I guarantee that those will be reviewed by tomorrow, I finally need to assign a day for desktop duties [15:58] And I guess it's time [15:58] sil2100: No need to hurry, but thanks anyway! [15:59] mitya57: thanks for the branches! === dpm is now known as dpm-afk === yofel_ is now known as yofel === txspud` is now known as txspud [17:14] stgraber, hey, I retried a desktop-next build from the iso tracker yesterday, that failed due to livecd-rootfs issues, but it seems that the tracker is stucked on "rebuilding" now and that new rebuild tries are not working? [17:19] seb128, i think you need to explicitly stop them on the tracker [17:19] (iirc ... its a while ago that i had to use that) [17:19] ogra_, I guess I could try that, waiting for stgraber to confirm in case he wants to look at the current state first [17:20] iirc LP doesnt give feedback for failed builds (at least not to the tracker) === dpm-afk is now known as dpm === sarnold_ is now known as sarnold === \b is now known as benonsoftware [19:15] ogra_, cancelling doesn't work === salem_ is now known as _salem === utlemming_away is now known as utlemming [21:31] xnox: can you push lazr.restfulclient 0.13.4 to pypi? === utlemming is now known as utlemming_away === _salem is now known as salem_ === utlemming_away is now known as utlemming === utlemming_away is now known as utlemming === dannf` is now known as dannf