Summary: | downloaded files in a systemd-nspawn container with --network-bridge are sometimes broken | ||
---|---|---|---|
Product: | systemd | Reporter: | Leo von Klenze <mail> |
Component: | general | Assignee: | systemd-bugs |
Status: | RESOLVED NOTOURBUG | QA Contact: | systemd-bugs |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | Linux (All) | ||
See Also: | https://bugs.freedesktop.org/show_bug.cgi?id=85464 | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
ethernet-config
home-br0.netdev home-br0.network home.network home.netdev |
Description
Leo von Klenze
2014-10-26 14:28:01 UTC
Created attachment 108451 [details]
ethernet-config
Created attachment 108452 [details]
home-br0.netdev
Created attachment 108453 [details]
home-br0.network
Created attachment 108454 [details]
home.network
Created attachment 108455 [details]
home.netdev
Container command: /usr/bin/systemd-nspawn --quiet --keep-unit --boot --link-journal=guest --network-bridge=home-br0 --directory=/srv/container/radicale This is where the 169.254 ip4 local link address is being requested [root@grover system]# cd /usr/lib/systemd/network [root@grover network]# ls 80-container-host0.network 80-container-ve.network 99-default.link [root@grover network]# cat 80-container-host0.network # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. [Match] Virtualization=container Name=host0 [Network] DHCP=both IPv4LL=yes [root@grover network]# Ed nspawn does not touch network traffic at all. It will simply set up the kernel network configuration in a way, and the kernel is responsible for distributing packets. If the packet payload is corrupted then that's entirely outside of the realm of systemd, and is something to discuss with kernel folks. Sorry, but we cannot really help you with this from the systemd side much! |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.