[Bug 1959847] Re: Unknown operation (12) 0x0240 Unknown (7680)[Malformed Packet]
Felipe Reyes
1959847 at bugs.launchpad.net
Thu Feb 10 13:49:12 UTC 2022
Something I saw in a new data capture was when I made wireshark to
display the conversation of the stream that was showing "Unknown
operation (12)" packets, it displayed this:
[...]
..O...p<...a_.q.....U.....
... at ..J.[...
8.0.28-0ubuntu0.20.04.3.1i..jA.;.F_b...................8#NEqB`U~H6..caching_sha2_password.. at eX..O...........>Z.B..>F....E..... at .@.1.
...
[...]
The 2 suspicious strings here are: "8.0.28-0ubuntu0.20.04.3" and
"caching_sha2_password", the former being the version of ubuntu's mysql8
package and the latter is plugin auth of mysql, I have no idea how/why
that data would be present in the capture of "tcpdump -i any port 53".
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to ovn in Ubuntu.
https://bugs.launchpad.net/bugs/1959847
Title:
Unknown operation (12) 0x0240 Unknown (7680)[Malformed Packet]
Status in ovn package in Ubuntu:
Triaged
Bug description:
There have been DNS issues while running CI jobs for the openstack
charms, when I captured the dns traffic in one of the nova-compute
units[0][1], it can be seen how certain queries are malformed:
~ $ tshark -r dns-port-53.pcap | grep -i malformed | tail -n 2
15403 3602.706021 10.245.160.32 → 10.245.160.114 DNS 126 Unknown operation (12) 0x0240 Unknown (7680)[Malformed Packet]
15404 3602.706023 10.245.160.32 → 10.245.160.114 DNS 126 Unknown operation (12) 0x0240 Unknown (7680)[Malformed Packet]
~ $ tshark -r dns-port-53.pcap | grep -i malformed | wc -l
408
~ $ tshark -r dns-port-53.pcap | wc -l
15728
Another symptom found is within the VM's systemd-resolved, it logs
queries timing out https://pastebin.ubuntu.com/p/pJnd9sprpF/ [2]
Packages installed:
# dpkg -l ovn-common
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-==========================-============-=================================
ii ovn-common 20.03.2-0ubuntu0.20.04.2.0 amd64 OVN common components
# apt policy ovn-common
ovn-common:
Installed: 20.03.2-0ubuntu0.20.04.2.0
Candidate: 21.12.0-0ubuntu1.0~20.04.0
Version table:
21.12.0-0ubuntu1.0~20.04.0 500
500 http://ppa.launchpad.net/fnordahl/serverstack/ubuntu focal/main amd64 Packages
*** 20.03.2-0ubuntu0.20.04.2.0 500
500 http://ppa.launchpad.net/fnordahl/lp1857026/ubuntu focal/main amd64 Packages
100 /var/lib/dpkg/status
20.03.2-0ubuntu0.20.04.2 500
500 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
20.03.0-0ubuntu1 500
500 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages
[0] tcpdump -i any -ln port 53
[1] https://private-fileshare.canonical.com/~freyes/dns-port-53.pcap
[2] note: this is a different run from the tcpdump capture, so they could be different root causes
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/1959847/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list