/srv/irclogs.ubuntu.com/2017/04/20/#ubuntu-devel.txt

rbasaknacc: I wrote up some notes as they occurred to me. A starting point for tomorrow at least.00:09
naccrbasak: thanks00:11
naccrbasak: i think i got your active-series-only function in 18 lines of code :)00:16
naccrbasak: ok, i'm off for the night, i just merged your changes for queue and pushed out the active-series feature, although it's not working for applied yet, probably something obvious00:24
=== led2 is now known as led1
bdrung_workpitti, good morning. do you have time to discuss apport-retrace?09:05
pittibdrung_work: good morning! a bit09:08
bdrung_workpitti, point one: i have some commits for you in git. may i wait until you switched to git or should i dig out my rusty bzr knowledge to apply the changes to bzr?09:10
pittibdrung_work: I pinged bdmurray yesterday whether he was fine with switching to git; I defer to his judgement, as he is the primary maintainer now09:11
pittibdrung_work: alternatively, attach the format-patches to the LP bug, and it's easy enough for me to apply to bzr :)09:11
bdrung_worki have 9 patches right now.09:12
arunenewbie questions, I have imported 3 patches with quilt, but they are applied in the wrong order when building, how do I change the order?09:14
pittiarune: in debian/patches/series09:15
bdrung_workarune, debian/patches/series09:15
pittibut they get applied in the same order as you created them09:15
aruneI just change the order there? thanks09:15
aruneseems like that list is the reverse of the order I imported them09:16
arunenice, now they applied clean09:17
=== Orphis_ is now known as Orphis
bdrung_workpitti, attached the patches to #168453509:42
bdrung_workhttps://bugs.launchpad.net/apport/+bug/168453509:42
ubottuLaunchpad bug 1684535 in Apport "Please support CoreDumpFile in crash file" [Undecided,New]09:42
bdrung_workpitti, point two: #1684117 isn't easy to solve. I have 3 local patches that make it work with debian, but this is still not ideal and working correctly.09:45
=== klebers_ is now known as klebers
=== RAOF is now known as Guest94094
bdrung_workpitti, there are two ways to solve #1684117. option one: install all specified dependencies in the sandbox and only search for files that are missing (i.e. not specified in the dependencies). option 2: restructure apport.packaging.get_file_package to return a list of (package,version)11:47
bdrung_workpitti, and another issue: https://bugs.launchpad.net/apport/+bug/168469012:18
ubottuLaunchpad bug 1684690 in Apport "sandbox: __AptDpkgPackageInfo.get_distro_name() returns host distro name" [Undecided,New]12:18
=== _salem is now known as salem_
=== salem_ is now known as _salem
naccrbasak: fyi, --active-series-only is fixed now, was a missed namespace change on my part15:39
rbasaknacc: thanks. OK to start pushing imports as needed again, or is that still on hold? (No problem if it is)15:40
naccrbasak: i think it's ok, my bastion is up again i just haven't restarted the cron job yet15:41
rbasakOK15:42
naccrbasak: and merged your reuqest15:42
naccrbasak: but yeah, you can run imports you need by hand for now, i'll start the job again after i'm back later today -- i need to verify ssh and stuff15:43
rbasakOK thanks15:45
naccrbasak: np15:46
naccrbasak: and sorry for the delay on that, lots of churn lately :) but patches-applied working again is a big-win15:46
rbasakIt's fine. What delay? :-)15:46
rbasak(really!)15:46
nacci think i've had my bastion for > 24 hours :)15:47
sil2100bdmurray, cyphermox: could any of you include the relevant SRU information for bug LP: #167654716:14
ubottuLaunchpad bug 1676547 in network-manager (Ubuntu) "No network connectivity after upgrade from 16.04 to 16.10" [Critical,In progress] https://launchpad.net/bugs/167654716:14
sil2100?16:14
sil2100Wanted to review it16:14
cyphermoxsil2100: ack16:59
sil2100cyphermox: thanks!17:07
=== lutostag_ is now known as lutostag
drabhi, trying to test some versions of ubuntu with qemu, but can't get the installer to work in text mode. anybody knows what magical parameter I need to pass on the command line or something?20:49
drabI'm running qemu in console with -curses so I need things to work in text mode. I tried DEBIAN_FRONTEND=text,but that didn't do it20:50
tomreyndrab: use the server install iso or mini.iso21:17
drabtomreyn: I am already, I'm using mini.iso21:17
drabsomehow qemu thinks that's graphical mode, not sure why, but if I don't specify "text" at boot time (and it uses the framebuffer) it also think that's gfx mode21:18
tomreynwell those don't use X, but output text, then i don't seem to be getting the issue21:18
draband shows nothing in curses21:18
drabfair enough, I thought ti was strange and maybe it's something else I don't get21:18
drabI see the pxe boot part, the menu, the kernel booting and then bam, it goes black21:18
draband all I have is that msgs saying it's in graphical mode 640x48021:19
=== lutostag_ is now known as lutostag
drabwhich is the same thing I get with pxe if I use vesamenu.c3221:19
drabso I was thinking that "text" didn't matter if it was somehow triggering the framebuffer or something21:19
tomreynvesa is a graphics mode21:19
drabit's not a GUI, but it's not pure text either21:19
tomreyn640x480 is vga21:19
drabyeah, understand,which is why I put "text" on the cmdline21:20
tomreynyou can't output text if you don't have a means of graphical output21:20
tomreyn(except on a serial console, i guess)21:20
drabbut that seems to be ignored once pxe hand it over to the installer21:20
drabqemu has a -curses mode, which shows fine everything up to the installer starting21:20
tomreynhmm, yes, i'm not sure what this issue is you're running tinot there, haven't experienced it21:20
drabif I take the same command/img and run it on my desktop but remove the -curses it show the installer at that point, so pretty sure something is going on when things are handed over to it21:21
drabjust can't figure out what21:22
drabit looks like something is autoloaded because it thinks it's a graphic mode21:22
tomreynwhat is it you're trying to achieve there anyways, why are you running those tests?21:23
tomreynhttp://download.qemu.org/qemu-doc.html lists all qemu options and their meanings in case you don't have that available, yet21:24
drabtomreyn: just trying to test some stuff with nfs-kernel-server, so I'm spinning up some qemu instances on test server, ie no gui21:27
drabI'm ssh'ing into the server and using a command that includes -curses21:28
drabyeah I looked at those options, especially the -display section21:29
tomreynyou could add a vnc interface and access that from a graphical desktop21:29
tomreynyou could use the serial console output instead to get a text only output21:29
drabI tried to look at serial console, but then it seems I have to provide a kernel to qemu on the cmdline, which is kind of backwards21:30
drabbut maybe I misunderstood how to set that up21:30
tomreynthe default installer doesn't work over serial, i think, if that's what you mean21:31
tomreynthere's no requirement to use PV instead of HVM to achieve serial output though21:31
drabright, that too, altho I meant to get qemu to use the serial console to begin with21:32
drabbut really, it sounds like VNC is my best option at this point21:32
draband it's all preseeded so it's really for debugging until I figure out why my postinst script is failing21:32
drabtomreyn: any chance you have a quick hint on setting up vnc?21:33
tomreynmaybe you should just install virt-manager on your desktop which has ssh access to the virtualization host, and use this to get a better idea of how qemu is meant to work21:33
tomreynit helped me to get started21:34
drabtomreyn: I looked at that too, but it seems like in order for virt-manager to work you need to get the whole libvirtd shebang21:35
draband create another bridge, etc etc... and that test host has already its own bridge and some lxc stuff for testing21:35
drabI was trying not to make disruptive/major changes to that host21:35
tomreynhmm right it has a bunch of dependencies21:37
drabI might be asking too much to, so I'll try VNC and see what I get and if not maybe I'll try to find another host to experiment with21:39
drabthank you for your help21:39
tomreynwelcome, you could also ask those questions in #ubuntu-server or #ubuntu, might be more suitable21:42
drabtomreyn: yeah, I'm in -server, I asked there first and no asnwer and thought some of the devs might have been familiar with the installer frontend question22:04
tomreynoh that had scrolled off my screen since22:06
=== _salem is now known as salem_
=== salem_ is now known as _salem

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