/srv/irclogs.ubuntu.com/2018/07/03/#ubuntu-devel.txt

=== maclin1 is now known as maclin
=== giraffe is now known as Guest56583
seb128slangasek, who would be the right person to review https://code.launchpad.net/~cjwatson/livecd-rootfs/drop-lp-hostname-filtering/+merge/347962 ? that seems trivial and it sitting in the sponsoring queue (which I'm trying to clean up a bit)08:09
seb128bdmurray, hey, could you have a look to https://code.launchpad.net/~azzar1/software-properties/fix-1768797/+merge/348460 ?08:23
bdrung_workxnox, hi. can you help me debugging #1779721?12:24
xnoxbdrung_work, hey, sure.12:25
xnoxbug #177972112:25
ubottubug 1779721 in systemd (Ubuntu) "systemd-networkd does not configure DHCPv4" [Critical,New] https://launchpad.net/bugs/177972112:25
bdrung_workwhat commands to i need for wireshark?12:26
xnoxbdrung_work, let me create a command line locally that should capture things and paste it to you.12:26
=== freyes__ is now known as freyes
xnoxbdrung_work, $ sudo tshark -i eth0 -w /tmp/dhclient.pcap13:17
xnoxbdrung_work, install tshark first.13:17
xnoxthat will capture all the traffic on the interface, then you can view that file with GUI wireshark, and filter on DHCP things13:17
xnoxdigging into debug options of the systemd debug client13:18
xnox...13:18
xnoxfor systemd-networkd debug13:18
xnox$ systemctl stop systemd-networkd13:18
xnox$ sudo SYSTEMD_LOG_LEVEL=debug /lib/systemd/systemd-networkd13:18
xnoxpossibly you want to grep for DHCP13:19
xnoxDHCP CLIENT (0x58807593): OFFER13:20
xnoxDHCP CLIENT (0x58807593): REQUEST (requesting)13:20
xnoxDHCP CLIENT (0x58807593): ACK13:20
xnoxDHCP CLIENT (0x58807593): lease expires in 59min 57s13:20
xnoxDHCP CLIENT (0x58807593): T2 expires in 52min 28s13:20
xnoxDHCP CLIENT (0x58807593): T1 expires in 29min 57s13:20
xnoxand the like.13:20
xnoxbdrung_work, is that enough or no?13:20
xnox(sorry for the delay)13:20
bdrung_workSYSTEMD_LOG_LEVEL=debug /lib/systemd/systemd-networkd shows that the client complains13:30
bdrung_workxnox, "received lease lacks address, server address or lease lifetime, ignoring"13:31
xnoxbdrung_work, paste all that into the bug report.13:31
xnoxbdrung_work, ideally i want the dhclient packet capture / lease too.13:32
xnoxbdrung_work, it is possible that we fail to support fixed-address 87.106.172.36;13:32
xnoxbdrung_work, it would be nice to find the config if this dhcp server; for me to reproduce everything locally and contribute an upstream test case.....13:33
bdrung_workthat is not a normal dhcp server, so you have to construct the config yourself13:34
bdrung_worki tried "sudo env SYSTEMD_LOG_LEVEL=debug /lib/systemd/systemd-networkd 2>&1 | tee log" to capture the output, but it does not output anything13:35
xnoxbdrung_work, yeah, it's weird.13:35
xnoxbdrung_work, as if it detects pipe, and stops printing anything13:35
xnoxbdrung_work, it smells like a networkd bug, because there is address; there is server_address... and the lifetime stuff it calculates itself, and probably badly.13:39
xnoxi see no dhcp-renewal-time and dhcp-rebinding-time provided by the dhcp server; i wonder if that's what is confusing networkd ehre.13:39
bdrung_workxnox, attached full log output and pcap file to bug report13:46
xnoxbdrung_work, awesome thanks!13:48
=== Adri2000_ is now known as Adri2000
bdrung_workxnox, i will be on vacation tomorrow. is there something that i could do before?14:30
xnoxbdrung_work, next steps for me; is to recreate a dnsmasq config that would generate leases similar to your one; until networkd crashes; fix networkd; provide you with a test ppa to validate.14:32
xnoxbdrung_work, i think you are good. hopefully this week, as i'm off next week myself.14:32
bdrung_workokay. so i can hopefully test the fix after my vacation14:34
guest1524where can i find the build logs for a specific package in bionic?15:08
bdrung_workguest1524, go to https://launchpad.net/ubuntu/+source/$source_package15:09
bdrung_workguest1524, e.g. https://launchpad.net/ubuntu/+source/distro-info-data and click on the version, then there are the builds log (e.g. https://launchpad.net/ubuntu/+source/distro-info-data/0.38/+build/14860865)15:10
guest1524thank you very much bdrung_work!15:11
slangasekseb128: https://code.launchpad.net/~cjwatson/livecd-rootfs/drop-lp-hostname-filtering/+merge/347962 merged15:12
cjwatsonthanks15:13
bdmurrayHas anybody seen something like bug 1779827?15:22
ubottubug 1779827 in Ubuntu "Started gnome display manager. dispatcher service" [Undecided,Confirmed] https://launchpad.net/bugs/177982715:22
bdmurrayseems like a regression in bionic-updates15:23
seb128slangasek, thanks for the livecd-rootfs merge :)17:37
seb128bdmurray, what makes you think it's a regression? I don't think it's known by us (desktop) at least17:38
bdmurrayseb128: the fact that multiple people said it happened after a kernel update17:39
seb128video driver issue?17:40
bdmurrayI asked as I was curious if there were any other reports of issues with the new kernel. jsalisbury is looking into the specific bug now though.17:43
slangasekstgraber: are you chairing TB meeting today?19:04

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