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

NoskcajIt appears http://qa.ubuntuwire.com/bugs/rcbugs/ is broken00:57
Noskcajwgrant, That's one of your pages isn't it? ^00:57
wgrantNoskcaj: ajmitch knows that code better, I think, but I'll have a look if he doesn't.01:01
wgrantIt was probably the dist-upgrade last week.01:01
ajmitchwgrant: I'll poke it & see01:01
wgrantajmitch: The webapp was working fine at the time, but maybe the import script is unhappy.01:02
wgrantI didn't think to check that.01:02
ajmitchpartly because it's so old & outdated01:04
ajmitchNoskcaj: fixed01:10
wgrantajmitch: Thanks. What was the issue?01:11
ajmitchwgrant: using a python extension that linked to libapt_pkg for version comparisons01:12
ajmitchnot something packaged, so it just needed to be rebuilt01:13
wgrantAhh01:13
wgrantWe ran into the same problem with LP a couple of months ago.01:14
ajmitchit's only about 10 years old01:14
ajmitchplus there was a script trying to run python2.5 (since 2.4 was just too old)01:15
=== tmpRAOF is now known as RAOF
=== _salem is now known as salem_
=== salem_ is now known as _salem
pittiGood morning04:02
pittihallyn: ah, the init.d script is broken and doesn't actually stop virtd? that needs to be fixed then indeed (or a proper unit added)04:03
dholbachgood morning06:41
=== iahmad_ is now known as iahmad
* mgedmin wants to ask about https://bugs.launchpad.net/bugs/138418807:26
ubottuLaunchpad bug 1384188 in gfxboot-theme-ubuntu (Ubuntu) "Missing translations for 'Install Ubuntu GNOME' and 'Try Ubuntu GNOME without installing'" [Undecided,Fix released]07:26
seb128cyphermox, ^ it might be one for you? (updating gfxboot-theme-ubuntu with a new translations export)07:33
seb128mgedmin, ^07:33
pittiinfinity: can you please remind me and mbiebl_: why do we need *both* the sysvinit (update-rc.d) and the systemd trigger update?07:51
infinitypitti: Different corner cases.  Either one addresses the simple "policy compliant deb that calls update-rc.d but not invoke-rc.d" case, but each addresses different cases that aren't that.07:56
infinitypitti: sysvinit also covers the "install without a package, but use update-rc.d" case, and the trigger also covers the "install from a deb that doesn't use update-rc.d" case.07:57
infinitypitti: Neither one addresses every possible corner case (only fixing systemd itself could do that), but both together cover enough that it's probably "good enough for now".07:57
pittiinfinity: ah, ok; the first case sounded a bit strange to me, but sure07:57
pittiinfinity: but as the latter would be an RC bug in that particular package, I'm not sure how happy the Debian release team would be about such a change two weeks before the release; or did you already happen to talk to them?07:58
infinitypitti: I'll talk to them.  The fix is (I think) obviously non-invasive and not regression-inducing.  A tiny performance impact, but nothing worth fretting about (and a no-op on upgrades from wheezy, since systemd isn't running yet).07:59
pittiack; I'll do the commit/upload then08:00
infinitypitti: Actually, I'm not sure the latter WOULD be a policy violation.08:01
infinitypitti: Policy says "However, it must not be assumed by maintainer scripts that this method is being used, and any automated manipulation of the various runlevel behaviors by maintainer scripts must be performed using update-rc.d as described below and not by manually installing or removing symlinks."08:01
infinitypitti: One could infer from that that if you wanted to install an init script that *doesn't* have rc.d symlinks and is only started/stopped by hand, you don't need to call upadte-rc.d08:02
infinitypitti: And systemd should still be aware of those scripts, so you can start them properly.08:02
infinitypitti: Later, there's a "should register with update-rc.d", but not a must.08:03
infinitypitti: So, yeah, I'd say it's not RC to ship an init script with no runlevel, just weird.08:04
infinitypitti: But having it fail to work would be RC, so...08:04
mbiebl_morning pitti, infinity08:04
pittihey mbiebl_08:04
mbiebl_just checked all the packages shipping init scripts in the Debian archive08:04
mbiebl_i didn't find one which one installs without update-rc.d08:05
infinitymbiebl_: To be clear, I didn't think the trigger would be necessary for packages in the archive.08:05
infinityI just think it's still the right thing to do.08:05
* infinity shrugs.08:05
mbiebl_infinity: hm, k08:05
infinity(Well, it would have been necessary without the update-rc.d fix, but yeah...)08:05
mbiebl_right08:05
mbiebl_my impression from our discussion was, that we needed one or the other but not necessariliy both08:06
mbiebl_(btw, thanks for the sysv upload)08:06
pittimbiebl_: so, I don't mind committing this to master if the RT agrees; it just feels way below RC to me08:06
infinitypitti: I think it's right from a point of view of "polish", which isn't always "RC" in the "completely broken" sense, but it still seems right.08:09
infinitypitti: But I can get a release ack before upload, if that makes you feel better.08:09
mbiebl_pitti: something else I wanted to discuss with you (and possibly didrocks) is the default-display-manager behaviour08:11
mbiebl_It just happened to me the other day, that I wanted to test a boot without graphical login08:11
mbiebl_so I ran systemctl disable gdm.service08:11
mbiebl_which did remove the display-manager.service symlink08:12
mbiebl_upon reboot, gdm was running though08:12
mbiebl_it took me a while to remember that the generator had created a start symlinks because of /etc/X11/default-display-manager08:12
mbiebl_and I don't think it should do that08:13
mbiebl_because /e/X/d shouldn't decide about the enabled/disabled state08:13
mbiebl_only about which one is the configured one if multiple are installed08:14
didrocksthere are a lot of dms not transitionned in debian to use a systemd unit08:15
didrocksthat would mean, there is no way to ensure not 2dms (a systemd ones and an init-only one) would not be started08:15
didrockshence the whole work and discussion to have /etc/X11/default-display-manager as the source of truth08:16
darkxstdidrocks, except that is just a bunch of packaging hacks currently, no?08:17
mbiebl_didrocks: it's ok to make /e/X/d decide which one is the configured default08:18
didrocksdarkxst: the d-d-m setting default? It's not, it's a generator08:18
pittiwell yes, obviously it'd be better to fix all the DMs in sid/vivid, but we aren't there yet (and freeze, etc.)08:18
mbiebl_but the generator should not automatically re-enable services which have been disabled by the admin08:18
didrocksmbiebl_: it's not if it's masked08:18
didrockswhich was your latest request, that is implemented IIRC08:18
darkxstdidrocks, isnt it generated by debconf?08:19
pittithe link is08:20
didrocksdarkxst: it's a systemd generator, see above ^ we are not talking about the postinst thingy08:20
pittithe systemd generator turns that into unit config08:20
mbiebl_didrocks: I did remember that we discussed that a while ago and i think I mentioned the same issue back then08:20
pittimbiebl_: still better IMHO than attempting to start two DMs08:21
pittilet's face it -- systemd can only do so much while we still have broken DM packages08:21
didrocksmbiebl_: you were ok at the time that masking would be sufficient08:21
mbiebl_pitti: two DMs are only started if you have a combination of native .service file and sysv init script08:22
mbiebl_only sysv init scripts -> all existing ones have the check for /e/X/d-d-m08:22
didrocksnot nodm08:22
mbiebl_only systemd units -> only one can provide the symlink08:22
mbiebl_didrocks: nodm is broken, so I don't really care08:23
pittimbiebl_: precisely that was the case, no? e. g. gdm + nodm08:23
didrockswell, that was one of the inputs to get it fixed though08:23
didrockswe got bug reports about it08:23
didrocks(doesn't impact ubuntu as we don't have nodm)08:23
mbiebl_if nodm doesn't check /e/X/ddm it's also broken under sysv?08:24
darkxstoh right, I see08:25
mbiebl_https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=74866808:26
ubottuDebian bug 748668 in slim "slim: Under systemd, randomly hijacks default-x-display-manager ignoring default selection" [Important,Fixed]08:26
mbiebl_I don't see nodm mentioned there08:26
mbiebl_it's about mixing non-systemd enabled DMs like slim with e.g. gdm08:26
didrockshttps://bugs.debian.org/cgi-bin/bugreport.cgi?bug=77021908:27
ubottuDebian bug 770219 in nodm "nodm does not start" [Normal,Open]08:27
didrocksdidn't start because another dm was started through systemd IIRC08:28
didrocks(when doing some vm tests)08:28
didrocksthis is quite months old, don't remember exactly08:28
mbiebl_doesn't look systemd specific08:28
mbiebl_as said, the nodm package just looks broken and I don't think we should model around that package08:28
mbiebl_didrocks: all I would do, if both a sysv DM is installed and a native systemd DM unit08:30
mbiebl_and the display-manager.service symlink exists but doesn't match /e/X/ddm08:30
mbiebl_is to runtime mask that service08:31
mbiebl_easy and simple08:31
didrocksI'll let you and pitti sorting it out, TBH, I'm a little bit tired about the bikeshedding around it08:31
didrocksthere was a need, we addressed it, was almost RC for some08:31
didrocksif you want to drop it, ok08:31
pittitjaalton: I think I might have found a likely candidate for your "bridge does not come up" problem, I followed up to bug 1430675 (one-second check)08:40
ubottubug 1430675 in systemd (Ubuntu) "fails to set up a bridged network interface" [High,Incomplete] https://launchpad.net/bugs/143067508:40
=== Guest32200 is now known as iulian
=== marcusto_ is now known as marcustomlinson_
=== marcustomlinson_ is now known as marcustomlinson
pitticjwatson: hm, did the RTM upload target/machinery change recently?09:28
pitticjwatson: on ubuntu-phone@ it was mentioned that the langpacks are out of date, and indeed https://launchpad.net/ubuntu-rtm/+source/language-pack-touch-es is from March 2409:29
pitticjwatson: but my cron build and upload logs show success (last log from yesterday), and the continued succession in https://translations.launchpad.net/ubuntu-rtm/14.09/+language-packs proves this too09:29
pittinothing in https://launchpad.net/ubuntu-rtm/14.09/+queue?queue_state=1 either09:30
pittiso it seems they are just silently getting rejected now?09:30
tjaaltonpitti: oh, nice catch! sounds like it'll get fixed for me too09:32
tjaaltonI don't have the rcS.d symlink09:32
pittitjaalton: ah, you also don't have that link?09:32
pittitjaalton: great, thanks for confirming! this seems to be a rather widespread plague09:32
pittiand it looks like it's already rather old, just got hidden by the networking upstart job09:32
tjaaltonyeah09:33
tjaaltonthis install is 2,5y old09:33
cjwatsonpitti: Not as far as I know.09:35
cjwatsonLet's see what our logs say.09:36
pitticjwatson: hm, I recently had to renew the gpg key validity for language-packs@ubuntu.com, I wonder if that's related09:37
cjwatsonpitti: 2015-04-06 05:23:32 INFO    Failed to parse changes file '/srv/launchpad.net/ubuntu-queue/incoming/upload-ftp-20150406-052225-005790/ubuntu-rtm/language-pack-touch-ast_14.10+rtm14.09+20150405_source.changes': GPG verification of /srv/launchpad.net/ubuntu-queue/incoming/upload-ftp-20150406-052225-005790/ubuntu-rtm/language-pack-touch-ast_14.10+rtm14.09+20150405_source.changes failed: Verification failed 3 times: ["(7, 153, u'Key ...09:37
cjwatson... expired')", "(7, 153, u'Key expired')", "(7, 153, u'Key expired')"]09:37
cjwatsonpitti: Indeed.  How recently did you do that?09:37
pitticjwatson: on March 30 according to the file timestamps09:37
pittiI updated it on macquarie, I guess I also need to update it on Launchpad somehow09:38
AntiSolhello devs! I'm having a strange problem with patch and was hoping somebody could help: I'm trying to apply the patch from http://permalink.gmane.org/gmane.comp.file-systems.ext4/18338. I did apt-get source e2fsprogs and saved the patch from that page. when I do 'patch -p1 < patchfile.patch' it tells me that it's patching the files but it doesn't make any changes to the files. I also tried patch --verbose: http://paste.ubuntu.com/10771372/09:38
cjwatsonpitti: Did you push it to keyserver.ubuntu.com?09:38
pittiah! no09:38
pittidone now09:38
cjwatsonpitti: Thanks, that should do the trick09:39
pitticjwatson: so, sorry for the noise, thanks for pointing out09:39
AntiSolany ideas? I have checked that I have permissions, and patch gives a 0 return code. I have NFI what's going on09:39
pitticjwatson: http://keyserver.ubuntu.com:11371/pks/lookup?op=vindex&search=0x5E7C4A8E07EABA1B is updated, but I figure LP needs some time (cron?) to update its internal keys; I'll check tomorrow's cronned uploads then09:47
pitti(my immediate re-uploads didn't work yet)09:47
cjwatsonpitti: There may be a cache between it and the keyserver, I forget.09:55
pitticjwatson: don't worry09:55
=== benonsoftware is now known as clockwork
=== clockwork is now known as benonsoftware
=== tmpRAOF is now known as RAOF
infinitypitti: I got a "that seems sane" from adsb on both the sysvinit and systemd fixes, with the caveat that I ask KiBi, since it'll be a new udeb.11:33
infinitymbiebl_: ^11:33
pittiinfinity: cheers11:33
infinitymbiebl_: Did you decide you needed a systemd upload for other reasons (the ddm thing) too?11:33
pittiinfinity: it won't affect d-i/the udeb anyway, so that should be fine11:34
pittiinfinity: yes, I've backported a few other nice and safe fixes too11:34
infinitypitti: Yeah, won't affect it except to trigger a respin if he's keeping d-i in sync with the archive.11:34
infinitypitti: Okay, cool, if the upload is happening anyway, please backport the trigger, then.11:34
infinitypitti: And we'll beg forgiveness from KiBi for the udeb churn. :)11:34
pittiinfinity: already committed to git11:35
infinitypitti: Ta.  When the upload hits, I can submit the unblock bug for both, if you like.11:35
pittiinfinity: I'll send the systemd unblock, I can explain the other changes11:36
pittiinfinity: and for that trigger part refer to your conversation with adsb11:36
infinitypitti: Alright, sysvinit unblock filed, I'll leave the systemd stuff in your capable hands.11:49
infinitypitti: PS, let's never deal with two distros in freeze at the same time again, it's irksome.11:50
=== MacSlow is now known as MacSlow|lunch
pittiinfinity: heh, tell me :)12:03
infinityjodh: golang-juju-loggo?  Why the trailing "go"?  No other go packages seem to do that.12:03
jodhinfinity: that's it's name - https://godoc.org/github.com/juju/loggo12:03
infinityjodh: I suppose I'd also question why we need Yet Another Logger (there seem to be a couple already), but whatever.  Tis the curse of a new language that everyone needs to NIH five times.12:04
infinityjodh: Your build-dep is on debhelper 9, but debian/compat is 7.  Intentional mismatch?12:10
rbasakjuju-loggo? What's this for, OOI? Juju itself bundles the dep.12:13
infinityrbasak: Given the uploader, I'm going to assume it's being used for something snaptastic.12:14
rbasakI wonder if there's anything we can do to avoid duplication. That might mean a huge amount of pain though :-/12:18
jodhinfinity: that build-dep will be an oversight :)12:18
infinityrbasak: Stop using a language/ecosystem that promotes bundling and static linking as the norm? :P12:22
rbasak:-/12:22
=== _salem is now known as salem_
Matehi. how could i get debug symbols for upstart=1.5-0ubuntu7.2? it's missing from precise-updates on ddebs.ubuntu.com (but arm* is there)12:56
infinityMate: The symbols do indeed seem to be missing, there's no way to get them back.  But you could try -0ubuntu7.3 from precise-proposed, which does have symbols on all arches.13:05
MateI have a core file to investigate13:06
Odd_Blokedannf: Would you expect a "error: no suitable video mode found." from GRUB when booting the arm64 UEFI image with -nographic?13:27
infinityOdd_Bloke: Yeah.13:27
Odd_BlokeGreat!13:28
infinityOdd_Bloke: We get the same misfeature on PPC, it's clearly a bug in both cases, but a mostly harmless one.13:28
Odd_BlokeThat just leaves me with "error: file `/boot/grub/fonts/unicode.pf2' not found."; /boot/grub/unicode.pf2 exists, and I can't see any reason for grub to look in that particular directory.13:30
=== MacSlow|lunch is now known as MacSlow
flexiondotorginfinity, I saw mention of PPC.14:03
flexiondotorginfinity, There is a serious regression in X for PowerPC :(14:04
flexiondotorginfinity, https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/143403614:05
ubottuLaunchpad bug 1434036 in xserver-xorg-driver-ati "ubuntu MATE 15.04 PPC/Lubuntu 15.04 PPC Xorg: Only black screen with blink cursor after update" [Medium,Confirmed]14:05
flexiondotorghttps://bugs.freedesktop.org/show_bug.cgi?id=8986214:06
ubottuFreedesktop bug 89862 in Server/General "[PPC] xserver-xorg-core_1.17: Xorg doesn't start and signal 11 errors" [Normal,Reopened]14:06
hallynpitti: well no, the /etc/init.d/libvirt-bin script *looks* correct.  and sometimes it kills it fo rme.  but often it does not.  I haven't yet figured out why.14:08
tjaaltonflexiondotorg: does startx work?14:29
flexiondotorgtjaalton, Good question. I don't know. I'll ask them to test that. My PowerPC test machine is at home so I can't test right now.14:30
Odd_Blokeinfinity: And do we expect to get a pause before boot continues, when we see that error?14:33
Riddelltseliot: so d_ed pointed out a couple of issues with your displaystop patch :(  you also say it needs to set /etc/X11/default-display-manager ? what's that used for and do you know what sets it in the lightdm package? all these postinsts and config files are hard to follow15:15
dannfOdd_Bloke: we know the cloud images have a mis-installed grub, that is being worked on15:33
dannfOdd_Bloke: but yeah, for now you have to press a key to continue15:33
Odd_Blokedannf: I am, in fact, working on it. :)15:35
dannfOdd_Bloke: oh, didn't "real name" you - cool, thanks! let me know what i can do to help15:35
Odd_Blokedannf: I've got to the point where we see an "error: no suitable video mode found." message, a (~10 second) pause and then boot continues.15:35
dannfOdd_Bloke: yeah - grub has a boot delay there, but you can hit esc to see the grub menu - make-it-boot-now15:36
Odd_Blokedannf: So does what I've got sound like roughly what we'd expect?15:36
dannfOdd_Bloke: sounds like it15:37
Odd_BlokeOK, cool.15:37
dannfi think the only remaining open issue was to make the boot non-interactive by fixing the grub install15:37
dannfwell - issue *for you* - i'm still working on fixing up various other bits for utopic/vivid, but that's all kernel15:38
Odd_BlokeI'll see if I can iron out some of the hackiness that I've got in place, but I expect vivid dailies will be fixed by the end of the week.15:38
Odd_Bloke(And probably other releases, but I'm only testing vivid ATM)15:38
dannfawesome!15:38
dannfyeah, utopic/trusty will need hand holding to boot even after the images are fixed. utopic should be fine after the next SRU cycle15:38
Odd_Blokedannf: The "fs0:; cd efi; BOOTaa64.EFI" dance is still fine for "non-interactive" boot?15:40
Odd_Bloke(That is presumably the result of the BIOS that we're using, rather than the images?)15:40
dannfOdd_Bloke: oh, no - that needs to be repaired15:40
dannfOdd_Bloke: think about it in an openstack environment, where you can't talk to the vm until ssh is up15:41
Odd_Blokedannf: So when the "The default boot selection" countdown hits 0, we should be straight in to grub?15:42
Odd_Blokedannf: (Yeah, makes sense, I had just assumed that there was EFI/BIOS magic that did something something *waves hands*)15:43
dannfOdd_Bloke: yeah. it could be a problem w/ the bios image as well - but i thought they had the right entries15:43
Odd_Blokedannf: http://paste.ubuntu.com/10774114/ is what I see.15:43
dannfOdd_Bloke: and then [1] fails i take it?15:44
Odd_Blokedannf: Yep.15:44
dannfOdd_Bloke: http://www.linaro.org/app/resources/WhitePaper/VMSystemSpecificationForARM-v1.0.pdf15:44
dannf^ that's what we're aiming for15:44
dannfso the "firmware" should be defaulting to boot "\efi\boot\bootaa64.efi"15:45
dannfOdd_Bloke: if manually running that works, and the firmware just isn't calling it correctly, then probably something to look at on our end15:45
dannfOdd_Bloke: from your "dance" commandline, it looks like it might be under \efi, not under \efi\boot?15:46
Odd_BlokeAh, looks like we're creating \efi\bootaa64.efi15:46
Odd_Bloke:)15:46
dannfjinx :)15:46
Odd_Bloke/kick Odd_Bloke JINX15:46
Odd_Blokedannf: OK, I'll get that in the right place and see if boot becomes non-interactive15:47
dannfcool - hope that's it :)15:47
flexiondotorgpitti, Anything I can do to help with https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/95387516:06
ubottuLaunchpad bug 953875 in ecryptfs-utils (Ubuntu Vivid) "Encrypted swap no longer mounted at bootup" [High,Confirmed]16:06
flexiondotorgpitti, See my comments 61 and 6216:06
=== pat__ is now known as pmcgowan
Odd_Blokedannf: Hm, if I enter the Boot Manager and Add Boot Device Entry, then I can boot using that option in the boot menu.16:29
dannfOdd_Bloke: you  mean w/o moving it under 'boot\'?16:38
flexiondotorgWill anyone be piloting today?16:39
dannfOdd_Bloke: yeah - i'd expect that to work. but that wouldn't let us autoboot on someone else's complaint EFI firmware blob16:39
Odd_Blokedannf: No, having moved it under boot; it still didn't work having moved it.16:40
Odd_Blokedannf: The first option I have in the boot menu is "Linux (EFI stub) on virtio31:hd0:part0"; is that trying to load the kernel directly rather than go through grub?16:41
dannfOdd_Bloke: ah, maybe16:42
dannfOdd_Bloke: in that case, i think it's a bad fw blob. which blob are you using? i don't recall which one i suggested16:43
Odd_Blokedannf: http://people.canonical.com/~vorlon/edk2-aarch64/QEMU_EFI.fd.native16:44
dannfoh, ok. i'll try to come up with a better one to test with.16:45
dannfOdd_Bloke: do you have a cloudimage build i can use to do that, or should i just wait for a daily?16:45
Odd_Blokedannf: I'll push up something I've built locally for you, give me a minute.16:46
dannfOdd_Bloke: ack16:47
tseliotRiddell: grepping through the lightdm sources, I've found debian/lightdm.config which contains the following (stolen from xdm): http://pastebin.ubuntu.com/10774657/17:02
tseliotRiddell: also, what I was saying is that my patch is useless since things won't work on log out anyway, as sddm won't restart X on logout17:03
Riddelltseliot: so it's based on X restarting which sddm doesn't do?17:20
tseliotRiddell: yep. So having a working login is the only thing we can get now (which is still better than a black screen)17:22
tseliotRiddell: and for that we simply need: 1) the default display manager file, 2) a slight change in gpu-manager (which I only have to upload), and 3) the DisplayCommand entry in sddm.conf17:23
Riddelltseliot: 3) is done, I guess I need to work out what this .config file is doing17:25
tseliotRiddell: it's just debconf black magic. I think a simple copy & paste should work17:26
tseliotRiddell: so, the .config file, and the relevant parts of .postinst and .prerm. You really can't miss them, as they have $DEFAULT_DISPLAY_MANAGER_FILE in them17:30
tseliotcopy & paste those parts and it should work17:30
mdeslaurRiddell: can you test the fix for 1400730 please? Else, it will get superseded by a security update soon.17:32
Riddellbug 140073017:32
ubottubug 1400730 in libxext (Ubuntu Utopic) "libxext fills up .xsession-errors log files" [Undecided,Fix committed] https://launchpad.net/bugs/140073017:32
Riddellah yes that's been on my todo list for months17:33
mdeslaurRiddell: thanks17:33
Riddelltseliot: nothing there seems to create DEFAULT_DISPLAY_MANAGER_FILE it only does something if it exists17:38
tseliotRiddell: that's what the .config script does. I also forgot to mention the .templates file. This document explains how it works: http://www.fifi.org/doc/debconf-doc/tutorial.html#AEN11317:44
Riddelltseliot: I think it's lightdm.postinst which makes the file17:46
tseliotRiddell: if it doesn't exist, yes: echo "$DAEMON_NAME" > "$DEFAULT_DISPLAY_MANAGER_FILE"17:47
Riddellright17:47
tseliotyou need debconf only to ask the user if more choices are available17:47
=== bladernr` is now known as bladernr_
=== FunnyLookinHat_ is now known as FunnyLookinHat
octoquadHi, for Remmina upstream patches, should this be provided as a debdiff or bzr branch for affected releases?20:43
freyesoctoquad, it's up to the maintainer of the package, but they usually prefer a debdiff21:56
infinitydannf / Odd_Bloke: You shouldn't actually have to press a key to continue (despite the prompt claiming otherwise), it times out in a few seconds.22:11
infinitydannf / Odd_Bloke: If that's not true, it's not the bug I'm thinking of, but I'm pretty sure it it.22:12
dannfinfinity: i think there are 2 bugs - one w/ the video error, the other due to a misinstalled grub spitting syntax errors22:12
infinitydannf: Ahh, the syntax error thing is different indeed.  The video mode and "press any key to continue" bits, though, we see on PPC, and they're harmless, just annoying.22:13

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