← Back to team overview

debcrafters-packages team mailing list archive

[Bug 2115418] [NEW] wait-network-online timing out on ipv6 only VMs

 

Public bug reported:

On VMs with IPv6 only networking, systemd-networkd-wait-online times out
during boot. To reproduce, get the latest questing image from
https://cloud-images.ubuntu.com and run:

qemu-system-x86_64 \
  -snapshot -nographic -machine q35,accel=kvm \
  -smp 2 -m 2G \
  -netdev id=net0,ipv4=off,ipv6=on,type=user \
  -device virtio-net-pci,netdev=net0 \
  -drive if=virtio,format=qcow2,file=/tmp/questing-server-cloudimg-amd64.img

** Affects: cloud-images
     Importance: Undecided
         Status: New

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New

** Also affects: systemd (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of
Debcrafters packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/2115418

Title:
  wait-network-online timing out on ipv6 only VMs

Status in cloud-images:
  New
Status in systemd package in Ubuntu:
  New

Bug description:
  On VMs with IPv6 only networking, systemd-networkd-wait-online times
  out during boot. To reproduce, get the latest questing image from
  https://cloud-images.ubuntu.com and run:

  qemu-system-x86_64 \
    -snapshot -nographic -machine q35,accel=kvm \
    -smp 2 -m 2G \
    -netdev id=net0,ipv4=off,ipv6=on,type=user \
    -device virtio-net-pci,netdev=net0 \
    -drive if=virtio,format=qcow2,file=/tmp/questing-server-cloudimg-amd64.img

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/2115418/+subscriptions



Follow ups