I am running a headless home server which I use as file server (Samba) and webserver (Docker running Nextcloud, Wordpress, ...). On Nov. 4, I upgraded from Debian Bullseye to Bookworm. Since then, the network is incredibly slow. Initially, I thought the root-cause would be my Samba configuration, since some Samba config files were changed during upgrade but it turned out, that all network services are impacted.
System info:
- Fujitsu D3644-B mainboard with onboard 1 GBit LAN
- Ethernet Intel I219-LM
- Kernel version: 6.1.0-13-amd64
- Debian version: Debian 12.2.0-14
Networking details:
Code: Select all
root@server:~# lspci
(...)
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (7) I219-LM (rev 10)
Code: Select all
root@server:~# lspci -nnk
(...)
00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection (7) I219-LM [8086:15bb] (rev 10)
DeviceName: Onboard - Ethernet
Subsystem: Fujitsu Technology Solutions Ethernet Connection (7) I219-LM [1734:1248]
Kernel driver in use: e1000e
Kernel modules: e1000e
Code: Select all
root@server:~# ifconfig eno1
eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.17.30 netmask 255.255.255.0 broadcast 192.168.17.255
inet6 2003:fa:71b:e00:4e52:62ff:fe1b:1b0c prefixlen 64 scopeid 0x0<global>
inet6 fe80::4e52:62ff:fe1b:1b0c prefixlen 64 scopeid 0x20<link>
ether 4c:52:62:1b:1b:0c txqueuelen 1000 (Ethernet)
RX packets 49839558 bytes 22273690633 (20.7 GiB)
RX errors 0 dropped 2869910 overruns 0 frame 0
TX packets 41279564 bytes 44224604051 (41.1 GiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 16 memory 0xa1200000-a1220000
Observed impact:
- Samba: Copying files to and from the server from a Samba client is extremely slow (approx. 1 MB/s). This is independent from using a Linux or a Mac client. Also switching to SMB 2.1 protocol does not change anything.
- SCP: Copying files from the server via scp is equally slow as Samba
- iperf: Also extremely slow (client and server connected via LAN cable)
Code: Select all
daniel@daniel-ThinkPad-X1:~$ iperf -c 192.168.17.30
------------------------------------------------------------
Client connecting to 192.168.17.30, TCP port 5001
TCP window size: 16.0 KByte (default)
------------------------------------------------------------
[ 1] local 192.168.17.20 port 33844 connected with 192.168.17.30 port 5001 (icwnd/mss/irtt=14/1448/729)
[ ID] Interval Transfer Bandwidth
[ 1] 0.0000-11.2565 sec 12.6 MBytes 9.41 Mbits/sec
Does anyone have a suggestion what might have been broken in the upgrading process or is anyone aware of such issues with the Intel I219-LM driver?
Thanks for your help!
With best regards,
Daniel