Needs to add a bug report to netfilter https://bugzilla.netfilter.org/
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Aug 15 2024
Aug 14 2024
Aug 13 2024
Aug 12 2024
Aug 9 2024
table ip vyos_filter {Aug 8 2024
Aug 7 2024
Aug 6 2024
1.4 is not affected
vyos@r15:~$ show version all | match podman
ii podman 4.9.5 amd64 Engine to run OCI-based containers in Pods
vyos@r15:~$
vyos@r15:~$
vyos@r15:~$ show container image
REPOSITORY TAG IMAGE ID CREATED SIZE
localhost/vyos-flowspec-netfilter 1.0 2b8b95eddb07 2 weeks ago 91.5 MB
docker.io/adguard/adguardhome v0.107.52 6543abecfa41 4 weeks ago 71.4 MB
vyos@r15:~$
vyos@r15:~$
vyos@r15:~$ cat /etc/containers/policy.json
{
"default": [
{
"type": "insecureAcceptAnything"
}
]
}
vyos@r15:~$
vyos@r15:~$
vyos@r15:~$ show version
Version: VyOS 1.4-rolling-202408051021
Release train: sagitta
Release flavor: isoAug 5 2024
@marekm Create please the PR to the correct repo https://github.com/accel-ppp/accel-ppp
It looks good.
Aug 2 2024
With these changes https://github.com/vyos/vyos-1x/commit/253bf34371173e3cdd4871c18148ed75c3fa0832
vyos@server:~$ show dhcpv6 server leases
Traceback (most recent call last):
File "/usr/libexec/vyos/op_mode/dhcp.py", line 438, in <module>
res = vyos.opmode.run(sys.modules[__name__])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/vyos/opmode.py", line 263, in run
res = func(**args)
^^^^^^^^^^^^
File "/usr/libexec/vyos/op_mode/dhcp.py", line 265, in _wrapper
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/libexec/vyos/op_mode/dhcp.py", line 322, in show_server_leases
return _get_formatted_server_leases(lease_data, family=family)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/libexec/vyos/op_mode/dhcp.py", line 175, in _get_formatted_server_leases
end = _utc_to_local(end).strftime('%Y/%m/%d %H:%M:%S')
^^^^^^^^^^^^^^^^^^
File "/usr/libexec/vyos/op_mode/dhcp.py", line 47, in _utc_to_local
return datetime.fromtimestamp((datetime.fromtimestamp(utc_dt) - datetime(1970, 1, 1)).total_seconds())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'NoneType' object cannot be interpreted as an integer
vyos@server:~$Aug 1 2024
How much RAM does this server have?
Do you have an example of the log when it fails? Which exact messages do you see?
Request to drop privileges https://support.zabbix.com/browse/ZBXNEXT-9380
Jul 31 2024
There are issues with cgroups when enabling VRF
$ git diff diff --git a/data/templates/zabbix-agent/10-override.conf.j2 b/data/templates/zabbix-agent/10-override.conf.j2 index 7c296e8fd..0acf775be 100644 --- a/data/templates/zabbix-agent/10-override.conf.j2 +++ b/data/templates/zabbix-agent/10-override.conf.j2 @@ -1,3 +1,4 @@ +{% set zabbix_command = 'ip vrf exec ' ~ vrf ~ ' ' if vrf is vyos_defined else '' %} [Unit] After= After=vyos-router.service @@ -7,7 +8,9 @@ ConditionPathExists=/run/zabbix/zabbix-agent2.conf [Service] EnvironmentFile= ExecStart= -ExecStart=/usr/sbin/zabbix_agent2 --config /run/zabbix/zabbix-agent2.conf --foreground +ExecStart={{ zabbix_command }}/usr/sbin/zabbix_agent2 --config /run/zabbix/zabbix-agent2.conf --foreground +CapabilityBoundingSet=CAP_NET_ADMIN CAP_SYS_ADMIN CAP_SYS_RESOURCE CAP_BPF CAP_DAC_OVERRIDE CAP_FOWNER +AmbientCapabilities=CAP_NET_ADMIN CAP_SYS_ADMIN CAP_SYS_RESOURCE CAP_BPF CAP_DAC_OVERRIDE CAP_FOWNER WorkingDirectory= WorkingDirectory=/run/zabbix Restart=always diff --git a/interface-definitions/service_monitoring_zabbix-agent.xml.in b/interface-definitions/service_monitoring_zabbix-agent.xml.in index 3754e9145..e44b31312 100644 --- a/interface-definitions/service_monitoring_zabbix-agent.xml.in +++ b/interface-definitions/service_monitoring_zabbix-agent.xml.in @@ -185,6 +185,7 @@ </properties> <defaultValue>3</defaultValue> </leafNode> + #include <include/interface/vrf.xml.i> </children> </node> </children>
Jul 30 2024
Can someone test/check if it works as expected?
Jul 28 2024
Tasks are not required for the documentation changes.
Jul 26 2024
Could you close the task?
Thanks
Jul 25 2024
Can you close the task if it is finished?
Does it work?
Exclude was before and it migrated to disable
https://github.com/vyos/vyos-1x/blob/645f24908c9b338adc56ecc83f8c44d0b0206550/src/migration-scripts/ospf/0-to-1#L35-L39
Jul 24 2024
Jul 23 2024
Needs to think.
I think there should be an exclude-section or exclude
set service config-sync section service dhcp-server