Open dElogics opened 3 years ago
And yes -- it works when the connection is PPPoE (DLS)
It looks like this panic is fixed in the netlink lib, we just need to update.
Same crash when connected to WWAN with ppp0
interface
I made some changes to the modem stack (added a kernel driver which enables ModemManager to use the qmi protocol, as a result now I also receive an IPv6 -- dual stack) and now the issue does not persist. Interface name is now changed to wwan0.
I made some changes to the modem stack (added a kernel driver which enables ModemManager to use the qmi protocol, as a result now I also receive an IPv6 -- dual stack) and now the issue does not persist. Interface name is now changed to wwan0.
yep, with qmi you do not have a ppp interface, which seems to somehow be the problem
Same problem also happens when an l2tp VPN is intialized inside the host using network-manager-l2tp
I've a dial up Internet connection using a USB modem. When that connection is up docker fails to start; begins to "stopping healthcheck following graceful shutdown". As soon as the dialup connection is stopped (and consequently the interface is removed), docker successfully starts. Interface name: ppp0
If docker has already started and the dial up connection starts, then docker continues.
Output of
docker version
:Output of
docker info
:This's a desktop machine.