/srv/irclogs.ubuntu.com/2015/04/22/#ubuntu-devel.txt

boaxthe bug is:  glamor shouldn't be passing in a NULL destination to fbCopy.00:06
boaxbig thanks to RAOF00:06
jtaylordoko: why did you patch julia to build on all arches?00:09
BluefoxicyHmm.  Well good.01:14
BluefoxicyMy video card works in Ubuntu 15.04, even though it's still terminally broken in 14.1001:14
psusicyphermox, hey there.. just wanted to make sure you understood my comments on bug #1418706, re the changes you made to partman-auto only masking the problem instead of addressing the root cause... just here if you wanted to discuss it01:51
ubottubug 1418706 in ubiquity (Ubuntu) "Vivid: UEFI: blank drive incorrectly detected as existing BIOS-mode install" [Critical,In progress] https://launchpad.net/bugs/141870601:51
cyphermoxpsusi: I'm not denying there may be other issues with installing for EFI right now, but the fix I uploaded is technically correct -- there was a genuine bug in the way partman-auto created the ESP which confused partman-efi. if you manually partition and create no ESP, then that's still bad for an efi setup and ubiquity should prompt (but that prompt should work properly... if it does not, then that's another matter)02:58
=== timchen1` is now known as timchen119
psusicyphermox, that's really only a tangentally related issue... partman-auto set the partition to ext2 in partman's view of what partitions to create... but that really doesn't matter... the point is that the init.d script is supposed to be run before the visual.d script from partman-auto ever tries to create any partitions03:14
psusiit's supposed to be looking at what partitions are on the disk *before* you tried to install ubuntu... i.e. do you already have a windows install bootign in bios mode03:14
psusithe partitions that ubuntu is about to create isn't what it is supposed to see, even if they do not quite accurately reflect the eventual intended use ( fat32 / esp )03:15
cyphermoxpsusi: I thought I had explained this on the bug; the scripts *are* being run in the correct order, but they are also being run more than once, which is a difference from d-i installs, that's why you'd see a message afterwards. that the message is appearing for the "intended" partition set isn't necessarily wrong in this case since it can alerts the user that they are about to do something wrong.03:16
cyphermoxpsusi: btw, what timezone are you in? I really should start getting to bed :P03:17
psusithat's the job of the check.d scripts, the init.d scripts are intended to be run only *before* any other scripts ( visual.d ) start making changes in memory03:17
psusiEST, us03:18
psusiin other words, the check.d scripts warn you that you failed to create an esp and one is needed since you appear to be booting in efi mode... the init.d script is trying to see what OSes you already have installed before any changes are made03:19
cyphermoxpartman-efi's check.d currently doesn't try to warn you about a missing EFI partition03:19
psusiI'm pretty sure they do... but they aren't currently working under ubiquity03:20
cyphermoxregardless, could you file a bug about the very specific issue you're seeing? keeping in mind that currently, partman itself runs more than once, so of course you'll get one run of init.d, visual.d, check.d, and then again with init.d, visual.d, check.d as it goes to handle the partition requests03:20
psusithat is to say, that if under d-i, you do manual partitioning, and don't create an esp, the check.d script says hey, you should have done that, go back?03:21
cyphermoxI don't know, I looked before and I don't recall seeing it03:21
psusiwhen I contacted the debian guys about this, they seemed to be clear thta the scripts are to run in the order of init.d -> visual.d -> check.d... if they are being run again that is an error03:22
cyphermoxbut that said, it was broken anyway, because init.d would write out /var/lib/partman/ignore_efi and thus break later scripts03:22
cyphermoxand update.d/efi_sync_flags wouldn't fix things either.03:22
cyphermoxso all in all, it feels like steps in the right direction03:22
psusiright... because init.d is supposed to run first, and only if you already have windows that is apparently booting in bios mode, it disables all of the later efi stuff so you don't get the warning about lacking an esp03:22
psusi( since the presumption is that if windows is already installed in bios mode, this machine must be capable of bios boot, even though yuo booted the installer in efi mode )03:24
cyphermoxthat still works03:25
cyphermoxyou can always hit "go back", and you won't be in UEFI mode.03:25
psusionly if you hit it within 2-3 seconds... later than that and the dialog box hangs03:25
cyphermoxAFAIK, besides running partman/parted_server twice, ubiquity currently does more or less the right thing03:26
cyphermoxfair enough. that's fixable03:26
psusifrom what the debian guys told me, "the right thing" is to run init.d, then visual.d, then check.d... and NOT go back and run init.d again03:26
cyphermoxI know it would be best, but things are the way they are03:27
psusisince they are all written with the assumption that they are run first03:27
cyphermoxand things do currently mostly work03:27
cyphermoxpsusi: in other words, if you already have ideas on how to improve the situation and time to work on it, feel free to start on ubiquity's ubi-partman.py03:27
cyphermoxI don't expect I'll be able to get to anything like that until next week, for sure ;)03:28
psusiwell, I guess what I'm trying to say is that ubiquity running the scripts a second time is fundamentally broken but I currently lack the time and python/ubiquity knowlege to fix it ;)03:29
cyphermoxas far as Debian things go, the patches I made to partman-auto still need to make it, because they *do* confuse partman-efi to some degree; bits go missing03:29
cyphermoxpsusi: what I'm saying is it might be broken or suboptimal, but it mostly works, minus some warts like that particular prompt03:29
psusiI suppose that does at least avoid the message in the most common case03:30
cyphermoxmaking us wait for the prompting to be done / partitioning to be mostly complete can be fixed fairly easily I think03:30
psusibut the other really large wart involved here is the fact that when you do get the message, ubiquity seems to hang the window and continue without waiting for the response03:30
cyphermoxyes03:30
cyphermox^^03:30
cyphermoxthat's because ubiquity currently happily runs through questioning the user for what it needs and doing other work in the background03:31
psusianother long standing and likely related bug is that the check.d scripts are supposed to stop you and tell you that you forgot to create a bios_grub partition when you are in a bios booting but gpt partitioned machine and they don't... so later grub install fails and we get crash reports03:32
cyphermoxso; provided the check scripts run properly, I'm guessing you wouldn't see the dialog anymore either, because it's failure cases would prevent the later run of init.d scripts to trigger thinking things are booted in EFI without an ESP03:32
cyphermoxpsusi: wouldn't that explode on d-i too currently?03:32
cyphermoxthere's only one check.d script for partman-efi, it's doing the too_small_efi and no_efi tests only03:33
psusifrom what I can tell, the architecture of partman is for init.d to run first, then visual.d, possibly several times, then check.d, possilbly going back to visual.d, then finally commit.d exactly once03:35
cyphermoxpsusi: if you file the bugs for these issues, I'll eventually get to them03:35
* cyphermox shrugs03:35
psusiok... so I should file a separate bug?  and you consider that one closed?  I wasn't sure since it didn't get closed because you didn't reassign it to partman-auto before uploading that03:36
cyphermoxpsusi: I think we can consider that one closed, as the most common cases don't cause the install to be unusable03:37
cyphermoxlet me fix that03:37
cyphermoxand it's late, so I'll get some sleep before it's tomorrow. :)03:43
infinityslangasek: Did you get around to having opinions about the PAM/FD_SETSIZE thing?05:18
dholbachgood morning07:11
pittirbasak: patch looks good to me; you could perhaps clarify the description that PAM reads the defaults from pid 1 (which is different between upstart and systemd)07:17
rbasakpitti: sure - I take it you mean the dep3 description?08:05
infinityrbasak: +1 on the patch from me too, if it's tested to DTRT.08:09
infinityrbasak: Guessing slangasek is too timezone skewed from us for a timely review, so I'm fine with us getting it in and then letting him complain later.08:09
rbasakinfinity: thanks. I don't mind waiting, but maybe you actually want it uploaded sooner?08:10
infinityrbasak: Well, we can wait a bit, but we'd like to be spinning final ISOs by Uk evening.08:11
rbasakOK08:11
Odd_Blokerbasak: infinity: If this is something that we're going to want in the cloud images (which, from my limited understanding of the issue, it is), then UK evening will be pushing getting the images sync'd out everywhere.08:34
rbasakOdd_Bloke, infinity: OK I'll fix up and upload now.08:34
infinityrbasak: Ta.08:35
Odd_Blokerbasak: Much appreciated.08:35
infinityOdd_Bloke: Well, to be fair, we don't imply that the archive will be closed and "released" until Thursday, so one would hope you're prepared to respin cloud images for an emergency.08:35
infinityOdd_Bloke: But we'll aim for not having any emergencies. :P08:36
Odd_Blokeinfinity: We're prepared, but can't do anything about the 12 hour+ replication time in Azure. :p08:37
Odd_BlokeSo, yeah, let's aim to find problems _after_ release; it's much easier for me that way. ;)08:38
infinityOdd_Bloke: Heh.  For me too. :P08:40
pittibarry: do you still target bug 1377184 for 15.04?09:54
ubottubug 1377184 in system-image (Ubuntu) "move archive_master file out of /etc to avoid it being treated as a conffile" [High,Triaged] https://launchpad.net/bugs/137718409:54
pittibarry: if so, now is the time :)09:54
infinity@pilot in10:08
=== udevbot changed the topic of #ubuntu-devel to: Archive: Final Freeze | Devel of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of lucid -> utopic | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: infinity
seb128Mirv, hey, I think your bug about click env failing to build a schroot with ecryptfs is bug #142726410:24
ubottubug 1427264 in click (Ubuntu) "using ecryptfs, creating frameworks fail to bind mount issues" [High,Triaged] https://launchpad.net/bugs/142726410:24
seb128tyhicks and hallyn_ were discussing it but I don't think anyone managed to get slots to work on it before vivid :-/10:24
seb128we should probably recommend app devs to not use ecryptfs10:25
tjaaltondoes pandaboard run armhf?10:33
Mirvseb128: ok, good to know that there's an earlier bug about it!10:36
ogra_tjaalton, sure ...10:36
tjaaltonogra_: ok good, still need to find the power adapter..10:37
ogra_not sure if there are still recent images though10:37
ogra_(thats a question for infinity )10:37
infinityogra_: There are, though I'm not sure if anyone tests them.  My panda is probably still running precise.10:42
ogra_mine hasnt been powered since over a year10:42
* ogra_ has a sabrelite with proper SATA disk for builds ... way faster ... 10:43
tjaaltonI'd need trusty to test lts backports10:44
tjaaltonperhaps makes more sense to just get Rpi210:44
tjaaltonmeh, out of stock until 15th of may10:46
flexiondotorginfinity, I see you are piloting. We discussed this merge last week - https://code.launchpad.net/~ubuntu-mate-dev/indicators-gtk2/indicator-application-gtk2/+merge/24411611:01
flexiondotorginfinity, Any chance that can be merged and uploaded?11:01
infinityflexiondotorg: Erk, I thought we got that in.  I'm not amzingly comfy with doing it right before what I hope will be the final images.11:02
infinityflexiondotorg: Because if it *does* break another gtk2 flavour in a way you didn't expect, we'll not notice in time, or we'll delay the release for that flavour.11:03
flexiondotorginfinity, You agreed to do it but I guess you got busy.11:03
flexiondotorginfinity, So defer this to 15.10?11:03
infinityflexiondotorg: Yeah.  I think it's better to do it post-release at this point (so, in 15.10, and as an SRU to 15.04), so it can have more testing.11:04
flexiondotorginfinity, I'm happy to just do this for 15.10.11:04
flexiondotorgNo SRU required.11:04
infinityflexiondotorg: Or that, sure.11:04
sveinseI'm trying to debootrsap vivid from utopic (debootstrap --variant=minbase vivid), but it fails with "Invalid release signature (key id 40976EAF437D05B5)". Any ideas? debootstrapping jessie worked fine11:26
=== MacSlow is now known as MacSlow|lunch
=== alvesadrian is now known as adrian
rbasaksveinse: are you running Ubuntu or Debian?11:44
rbasak/usr/share/keyrings/ has ubuntu-archive-keyring.gpg which contains that key. I'm not sure what debootstrap uses though.11:45
rbasaksveinse: also you might want to check the release signature by hand to check that you don't have some kind of mirror sync issue.11:46
sveinserbasak: I'm running ubuntu (utopic)11:56
rbasaksveinse: perhaps you've hit bug 972077 then? The workaround is to retry a bit later.11:59
ubottubug 972077 in apt (Ubuntu) "apt repository disk format has race conditions" [Medium,Confirmed] https://launchpad.net/bugs/97207711:59
=== _salem is now known as salem_
=== sveinse_ is now known as sveinse
pittiRiddell: bug 1413521 seems relevant for the final release; are you still working on this?12:27
ubottubug 1413521 in kde-workspace (Ubuntu Vivid) "desktop folderview needs to be added on first boot on oem installs" [High,Confirmed] https://launchpad.net/bugs/141352112:27
Riddellpitti: I'm pretty resigned to oem not working properly in this release :(12:30
RiddellI tried looking into it last week but was blocked on something not installing oem-config at all12:31
Riddellnow there's tidying up to do such as https://launchpad.net/bugs/144714412:31
ubottuLaunchpad bug 1447144 in ubiquity (Ubuntu) "oem-config forgets to update /etc/sddm.conf" [Undecided,New]12:31
Riddellpitti: hang on you're removing milestones, that's the way I get my list of important bugs for kubuntu12:36
pittiRiddell: I moved them to vivid-updates for things that can be fixed in SRUs and which are unrealistic to get fixed by "now"12:36
Riddellyeah vivid-updates is good12:36
pittiRiddell: but the above would be a case where vivid-updates doesn't make sense12:37
Riddellpitti: do we have a milestone for whimsy wallnut yet?12:38
pittiRiddell: I tried the current kubuntu daily and at least live session and installer seem to work; we are buildling new images now, I'll do a kubuntu test install to check the sddm bugs12:38
pittiRiddell: yes, I created 15.05 to 15.10 last week12:38
Riddellpitti: remind me again what the monthly milestones are for, I've never used them, are they just for teams that like to target fixes on a monthly basis?12:40
pittiRiddell: pretty much, yes12:40
pittiRiddell: for vivid series targetted bugs we also have a vivid-updates milestone12:41
voldymanrobert_ancell: ping12:57
=== MacSlow|lunch is now known as MacSlow
robert_ancellvoldyman, hello13:12
voldymanrobert_ancell: thanks for all the help, did you get my last email?13:14
* voldyman has been bothering robert too much13:14
voldyman(greeter)13:15
robert_ancellright :)13:15
robert_ancellI was wondering who you were for a second13:15
* voldyman == stalker13:15
robert_ancellvoldyman, yeah, so you need to work out why the closure is not being called because all sorts of X resources will get left behind otherwise13:16
robert_ancellThe hoops you have to jump through to set an image on the root window and quit the greeter are a total pain in the ass13:16
* robert_ancell loves X13:16
voldymani tried using Posix to handle the term signal still didn't work13:16
robert_ancellvoldyman, you need to use GLib or you'll get all sorts of race conditions13:17
* robert_ancell loves Unix13:17
voldymanthe weird thing is, lightdm's log shows that after sending the term signal greeter closed communication channel13:17
voldymanbut greeter's logs don't indicate any signal was received13:17
robert_ancellvoldyman, the channel is a socket so the process terminating will close it automatically13:17
robert_ancellI mean a pipe13:17
voldymanthat is what is weird, no signal was received, the debug message after Gtk.main () wasn't logged hence the process wasn't killed13:18
robert_ancellvoldyman, if the debug message wasn't there doesn't that imply the signal was received and it just didn't get handled?13:19
voldymanthe debug call is in the code but is not logged hence i believe that, that part of the program wasn't reached or that lightdm closed the log file after sending sigterm13:20
=== imcleod_ is now known as imcleod
=== doko_ is now known as doko
barrypitti: re: si3.0 we can't land it until the server changes land13:23
dokoogasawara, apw: please be aware of https://gcc.gnu.org/ml/gcc/2015-04/msg00278.html13:23
barrypitti: so no, not 15.04 :/13:23
ubottugcc bug 2015 in c++ "ICE in find_function_data, at function.c:330" [Normal,Resolved: fixed]13:23
pittibarry: ok, so moving milestone to 15.05 for now13:24
pittibarry: ah, you already moved to "later" (does anyone actually use that?)13:25
robert_ancellvoldyman, if you handle SIGTERM and then do nothing in the handler is LightDM unable to kill the greeter?13:25
barrypitti: dunno!  15.05 would be okay too13:25
robert_ancellvoldyman, that would confirm the handler is working13:25
voldymanah, good idea13:25
voldymanrobert_ancell: no effect, there was no signal handler before i added it after your email13:40
dokobdmurray, barry: what will we do with the requests issue?13:57
voldymanrobert_ancell: i am totally lost, any more ideas? or any direction you would point me to?13:57
barrydoko, bdmurray i'm not sure what to do.  i can't reproduce it13:59
robert_ancellvoldyman, no idea. You need to confirm that you can handle SIGTERM and you are cleaning up on exit. Perhaps you need an explicit destruct method for the singleton.14:00
voldymanhmm, i'll check that.14:03
voldymanrobert_ancell: Thanks a ton for all the help, i have bugged you a lot14:04
robert_ancellvoldyman, np14:04
robert_ancellvoldyman, I hope you get it working soon! It took us ages to get it to work for unity-greeter14:04
voldymanrobert_ancell: i'll surely shoot you a an email when and if i am able to fix it14:05
pittiRiddell: I just did a kubuntu install with today's image, no problems with shutdown or sddm \o/14:32
Riddellpitti: awooga, thanks :)14:32
Riddellpitti: did you get bug 1436952 ?14:33
ubottubug 1436952 in xorg (Ubuntu) "X crashes on some runs of Kubuntu live image returning in SDDM login" [Critical,Incomplete] https://launchpad.net/bugs/143695214:33
pittiRiddell: do you still want to keep bug 1362599 open, or close it?14:33
ubottubug 1362599 in Kubuntu PPA "ubiquity-dm does not transition to sddm to plasma5 desktop" [Undecided,Confirmed] https://launchpad.net/bugs/136259914:33
pittiRiddell: no, all went well14:33
pittiRiddell: I only tested in QEMU so far, though; we can give it another shot on real hw14:33
Riddellpitti: bug 1362599 can be closed14:34
Riddellpitti: well I have several testers already, I expect you have other stuff needed tested :)14:34
pittiRiddell: ok, so much the better14:34
pittiRiddell: so we still have three 15.04 bugs about kubuntu/oem; so you're saying we don't care for this cycle? (most OEMs would only install LTSes anyway these days, I figure?)14:38
bdmurraydoko: we can manually override a particular crash14:41
Riddellpitti: right, I'll just have to release note it14:43
voldymanrobert_ancell: i think i might have found the problem14:44
voldymani am using get_screen instead of Gdk.Screen.get_default and hence drawing on the windows root window not the X's root window14:45
voldymanhttp://bazaar.launchpad.net/~voldyman/pantheon-greeter/retain-back/view/head:/src/PantheonGreeter.vala#L30114:45
voldymanchanged it but can't confirm the patch on Gnome-Boxes, waiting for another tester to confirm if this works14:45
robert_ancellvoldyman, get_screen should return the same as Gdk.Screen.get_default as you tend to only have one "screen" on an X server.14:47
voldyman:/14:47
voldymanthen another theory that i have is that, unity greeter has a main class that creates the window, pantheon greeter does everything from the window. that might be the reason why the window won't go away14:48
slangasekinfinity, rbasak: I agree that capping the soft limit is correct behavior, GTM15:12
slangasek+L15:12
infinityslangasek: Excellent, cause that's what we did. ;)15:13
voldymanrobert_ancell: i removed the RetainPermanent part and it worked enough for us, also found the reason for sig term, some function somewhere was calling Posix.exit :)15:21
rbasakslangasek: great. Thanks!15:41
pittirbasak, slangasek: on a fresh server install my ulimit -n is 1024 again, FTR15:52
rbasak\o/ thanks15:52
roaksoax-afkpitti: https://pastebin.canonical.com/129999/15:55
roaksoax-afkpitti: any ideas?15:55
=== roaksoax-afk is now known as roaksoax
pittiroaksoax: oops, no15:57
pittiroaksoax: which arch/environment is that?15:57
roaksoaxpitti: amd64 VM15:58
roaksoaxpitti: apparently when installing isc-dhcpd-server works just fine, but when isntalling maas-dhcpd (from ppa:maas-maintainers/experimental) just fails15:58
pittiroaksoax: I tried with vivid's maas, and that fails with http://paste.ubuntu.com/10866717/ ; I'm trying the PPA now16:01
pittiroaksoax: can reproduce16:05
roaksoaxpitti: any ideas as to why?16:13
roaksoaxpitti: i'm fixing vivid maas now16:13
pittiroaksoax: no, haven't seen that yet16:14
pittiroaksoax: I uploaded the apport crash report, bug 1447243 now16:14
ubottubug 1447243 in systemd (Ubuntu) "systemd crashes with Assertion 'current[*l + 1] == quotechars[0]' failed at ../src/shared/util.c:583," [Undecided,New] https://launchpad.net/bugs/144724316:14
roaksoaxpitti: thanks!16:14
roaksoaxpitti: yeah, it completely crashes vivid in my case. I reboot after that failure and the machine never finishes coming up16:14
pittiroaksoax: yeah, it seems to mess up qemu, not even system_reset works16:18
pittiroaksoax: so, at first sight I'd say this assertion sounds like a quoting issue in one of the units16:18
pittiroaksoax: so, of course we'll fix systemd to not spill its guts that way, but I guess we also have a typo in some unit16:18
roaksoaxpitti: ok, i'll investigate that, but then maas-dhcpd.postinst does this: systemctl stop isc-dhcp-server >/dev/null || true systemctl disable isc-dhcp-server >/dev/null || true16:21
roaksoaxpitti: that should be ok right? or might that be causing the issue to happen?16:21
pittiroaksoax: that looks fine16:21
roaksoaxpitti: this seems to be the unit with the source of the issue: http://paste.ubuntu.com/10866808/16:23
pittiroaksoax: apport just did its thing and we now have https://launchpadlibrarian.net/204019277/Stacktrace.txt16:25
pittiroaksoax: that indeed looks like it: filename = 0x7fe715ffddb0 "/lib/systemd/system/maas-dhcpd.service"16:25
roaksoaxpitti: ok, I'll investigate16:27
roaksoaxthanks16:27
pittiroaksoax: me too16:27
pittiroaksoax: i. e. narrowing down the crash and cause16:27
infinityrbasak: If you still think LP: #1434758 should be mentioned in the release notes, can you please add some text about it and close the bug?16:27
ubottuLaunchpad bug 1434758 in Release Notes for Ubuntu "mysqld: errno: 24 - Too many open files" [Undecided,New] https://launchpad.net/bugs/143475816:27
pittiroaksoax: I found a much faster/simpler non-machine crashing reproducer, in the bug now16:39
pittiroaksoax: you can check with systemd-analyze verify foo.service16:40
roaksoaxpitti: oh nice!!16:40
pittiroaksoax: so that gives us a means to change the syntax until it stops crashing16:40
pittiroaksoax: as a local workaround to unblock you until this gets fixed properly16:40
pittiroaksoax: curiously it doesn't crash on my laptop16:41
roaksoaxpitti: uhmmm interesting... so it is only happening on a VM?16:43
pittiroaksoax: unlikely, this is just a parser error; more likely related to different locale or what not, currently trying to find out16:44
pittiroaksoax: that's mostly relevant for creating an upstream unit test16:44
pittiroaksoax: got it16:46
pittiroaksoax: second-last line has a space after the \16:46
roaksoaxpitti: ah!!16:46
pittiroaksoax: fix that, and it shold work16:46
roaksoaxpitti: great! thanks!16:46
pittiroaksoax: but thanks for finding this, it'll make a nice test case16:46
pittiroaksoax: it shold just fail with "boo bad syntax"16:47
roaksoaxpitti: althoguh, quite silly that systemd freaks out just for a whitespce :)16:47
pittiroaksoax: well, sure16:47
pittiroaksoax: it is broken shell either way, though, so it has to be fixed in the unit anyway16:47
peppelakappahello guys, i'm doing a little research about some patch you use in the graphic stack. ubuntu seems to be the only distro out there that can use all the resolutions of a retina macbook pro out of the box. anyone have info about this?16:47
pittiroaksoax: I get it locally as well now16:48
pittiroaksoax: so, I'll write an upstream test case and get that fixed, thanks for pointing out; scary :)16:53
roaksoaxpitti: hehe indeed... :) and someone complained about pustart.. and systemd freaks out for a white space :)16:54
jtaylorhi, is em1_1 a valid name for a nic device? because /etc/network/if-pre-up.d/vlan does not have a sed clause for that16:56
jtaylorand screws up setting up the vlan during boot :(16:56
cjwatsonmhall119: Hi, it looks like when you registered https://launchpad.net/sprints/uos-1505 you didn't notice that we fixed https://bugs.launchpad.net/launchpad/+bug/1391281 a while back17:21
ubottuLaunchpad bug 1391281 in Launchpad itself "Support UDS (UOS) virtual format for sprint attendance" [Low,Fix released]17:21
cjwatsonmhall119: If you edit the sprint and uncheck "Is the sprint being held in a physical location?", then attendees won't have to answer the Physically/Remotely question17:22
rbasakinfinity: will do17:38
=== salem_ is now known as _salem
roaksoaxpitti: so invoke-rc.d no longer works for systemd units?22:04
sarnoldroaksoax: I think the intention is for invoke-rc.d to work, see https://wiki.ubuntu.com/SystemdForUpstartUsers#Commands22:06
roaksoaxsarnold: thanks!22:06

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