vyos@vyosDC1# set interfaces ethernet eth0 mtu 1350
[edit]
vyos@vyosDC1# commi
commit commit-confirm
[edit]
vyos@vyosDC1# commit
[ interfaces ethernet eth0 ]
VyOS had an issue completing a command.
We are sorry that you encountered a problem while using VyOS.
There are a few things you can do to help us (and yourself):
- Make sure you are running the latest version of the code available at https://downloads.vyos.io/rolling/current/amd64/vyos-rolling-latest.iso
- Consult the forum to see how to handle this issue https://forum.vyos.io
- Join our community on slack where our users exchange help and advice https://vyos.slack.com
When reporting problems, please include as much information as possible:
- do not obfuscate any data (feel free to contact us privately if your business policy requires it)
- and include all the information presented below
Report Time: 2020-04-30 13:56:29
Image Version: VyOS 1.3-rolling-202004300117
Release Train: equuleus
Built by: autobuild@vyos.net
Built on: Thu 30 Apr 2020 01:17 UTC
Build UUID: 5e3d3c7c-8adf-4a56-b70b-0419e4f223d2
Build Commit ID: 31acba87d1b416
Architecture: x86_64
Boot via: installed image
System type: VMware guest
Hardware vendor: VMware, Inc.
Hardware model: VMware Virtual Platform
Hardware S/N: VMware-56 4d f9 76 53 88 13 c7-cf af 38 d0 00 e3 40 56
Hardware UUID: 564df976-5388-13c7-cfaf-38d000e34056
OSError: [Errno 34] Numerical result out of range
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/libexec/vyos/conf_mode/interfaces-ethernet.py", line 462, in <module> apply(c) File "/usr/libexec/vyos/conf_mode/interfaces-ethernet.py", line 453, in apply apply_vlan_config(vlan, vif) File "/usr/lib/python3/dist-packages/vyos/ifconfig_vlan.py", line 64, in apply_vlan_config vlan.set_mtu(config['mtu']) File "/usr/lib/python3/dist-packages/vyos/ifconfig/interface.py", line 291, in set_mtu return self.set_interface('mtu', mtu) File "/usr/lib/python3/dist-packages/vyos/ifconfig/control.py", line 152, in set_interface return self._set_sysfs(self.config, name, value) File "/usr/lib/python3/dist-packages/vyos/ifconfig/control.py", line 136, in _set_sysfs self._sysfs_set[name]['location'].format(**config), value) File "/usr/lib/python3/dist-packages/vyos/ifconfig/control.py", line 105, in _write_sysfs f.write(str(value))
OSError: [Errno 34] Numerical result out of range
noteworthy:
cmd '/sbin/ethtool -K eth0 ufo off'
returned (out):
returned (err):
Cannot change udp-fragmentation-offload
interfaces ethernet eth0 failed
Commit failed
[edit]