- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Aug 2 2024
Aug 2 2024
jestabro added parent tasks for T6633: inject missing env vars in configd to support configfs util: T6489: Add/Improve support for CLI config scripts that change the underlayin actual configuration and make them work with vyos-configd, T6608: configd should report exceptions uncaught by conf_mode scripts as commit error.
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXb510e2c9e3e3: T6632: add missing standard functions to config scripts (authored by jestabro).
jestabro moved T6629: Config mode scripts should call modprobe with a standard function from Open to Backport Candidates on the VyOS 1.5 Circinus board.
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX7c936988d61c: T6629: call check_kmod within a standard config function (authored by jestabro).
GitHub <[email protected]> committed rVYOSONEX998df24dc4ed: Merge pull request #3933 from jestabro/add-missing-standard-func (authored by dmbaturin).
GitHub <[email protected]> committed rVYOSONEXb5e3612697de: Merge pull request #3932 from jestabro/check-kmod-under-configd (authored by dmbaturin).
c-po closed T6603: vrf: nftables conntrack ct_iface_map contains multiple identical entries as Resolved.
c-po moved T6603: vrf: nftables conntrack ct_iface_map contains multiple identical entries from Backlog to Finished on the VyOS 1.4 Sagitta (1.4.1) board.
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXea69afa60e2b: T6619: Remove the remaining uses of per-protocol FRR configs (#3916) (authored by HollyGurza).
GitHub <[email protected]> committed rVYOSONEXf2256ad338fc: T6619: Remove the remaining uses of per-protocol FRR configs (#3916) (authored by HollyGurza).
GitHub <[email protected]> committed rVYOSONEX4a226cd2897f: T6486: T6379: Rewrite generate openvpn client-config (#3926) (authored by mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>).
Viacheslav moved T6486: Generate openvpn client-config ignores configured protocol type from Backlog to Finished on the VyOS 1.4 Sagitta (1.4.1) board.
Viacheslav moved T6486: Generate openvpn client-config ignores configured protocol type from Open to Finished on the VyOS 1.5 Circinus board.
Viacheslav closed T6486: Generate openvpn client-config ignores configured protocol type as Resolved.
GitHub <[email protected]> committed rVYOSONEXffbc04c591b5: T6486: generate OpenVPN use data-ciphers instead of ncp-ciphers (#3930) (authored by Viacheslav).
jestabro added a comment to T6629: Config mode scripts should call modprobe with a standard function.
Viacheslav changed the status of T6618: ipsec: remote access VPN: "generate ipsec profile windows-remote-access" broken from In progress to Needs testing.
Viacheslav changed the status of T6617: ipsec: remote access VPN: "generate ipsec profile ios-remote-access" wrong profile for x509 auth from In progress to Needs testing.
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXa66992d331b6: nat64: T6627: call check_kmod within standard config function (authored by jestabro).
GitHub <[email protected]> committed rVYOSONEX0f66f4a84dee: Merge pull request #3927 from jestabro/nat64-check-kmod (authored by dmbaturin).
GitHub <[email protected]> committed rVYOSONEXede841f31425: Merge pull request #3921 from vyos/mergify/bp/sagitta/pr-3903 (authored by c-po).
GitHub <[email protected]> committed rVYOSONEX5e770b631d4e: Merge pull request #3905 from vyos/mergify/bp/sagitta/pr-3883 (authored by c-po).
n.fort changed the status of T6631: Error on firewall while using jump-target and no custom ruleset are present from Open to In progress.
GitHub <[email protected]> committed rVYOSONEX1982aa3434d0: Merge pull request #3929 from vyos/mergify/bp/circinus/pr-3923 (authored by dmbaturin).
Viacheslav changed the status of T5487: OPENVPN -DEPRECATED OPTION: --cipher from Unknown Status to Resolved.
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:~$Viacheslav renamed T6625: Firewall group size limit API from Firewall group size limit to Firewall group size limit API.
Aug 1 2024
Aug 1 2024
The server has 8GB RAM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX129290690bc6: console: T3334: remove unused directories imported from vyos.defaults (authored by c-po).
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX73661fae84bd: console: T3334: remove unused directories imported from vyos.defaults (authored by c-po).
GitHub <[email protected]> committed rVYOSONEXe55f7894b9d9: Merge pull request #3923 from c-po/console-T3334 (authored by c-po).
SrividyaA triaged T6628: Add an option to assign static IP address to IPoE server users as Normal priority.
jestabro updated the task description for T6627: nat64 config mode script configures state outside of canonical functions, preventing running under configd.
jestabro renamed T6627: nat64 config mode script configures state outside of canonical functions, preventing running under configd from nat64 config mode script verfiies state outside of canonical functions, preventing running under configd to nat64 config mode script configures state outside of canonical functions, preventing running under configd.
jestabro updated the task description for T6627: nat64 config mode script configures state outside of canonical functions, preventing running under configd.
GitHub <[email protected]> committed rVYOSONEX08bf14aaac20: Merge pull request #3925 from vyos/mergify/bp/circinus/pr-3747 (authored by dmbaturin).
@bernhardschmidt my PR for this made it into current rolling, which rather than just widening the table range, allows using 'set vrf' instead of 'set table' to policy route directly to VRFs with out-of-range RT IDs.
talmakion changed the status of T6157: Can not create two GRE tunnels to the same DST but from different SRC addresses from In progress to Needs testing.
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXcf1f11c53368: T6486: T6379: Rewrite generate openvpn client-config (authored by Viacheslav).
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX408d1814d140: T6486: T6379: Rewrite generate openvpn client-config (authored by Viacheslav).
Viacheslav changed the status of T6611: Request Shoretel Server Option in DHCP from Open to In progress.
GitHub <[email protected]> committed rVYOSONEXc6e611b7a47c: Merge pull request #3922 from vyos/mergify/bp/circinus/pr-3903 (authored by c-po).
GitHub <[email protected]> committed rVYOSONEX962ead698e19: Merge pull request #3221 from lucasec/t5873 (authored by c-po).
Viacheslav changed the status of T3334: Changing serial settings from a serial console ends session abruptly from Open to Needs testing.
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
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX1171e3d359cc: T6617: T6618: vpn ipsec remote-access: fix profile generators (authored by lucasec).
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXca12e0bc07ea: T6617: T6618: vpn ipsec remote-access: fix profile generators (authored by lucasec).
c-po moved T6618: ipsec: remote access VPN: "generate ipsec profile windows-remote-access" broken from Open to Finished on the VyOS 1.5 Circinus board.
GitHub <[email protected]> committed rVYOSONEXb12cd41000bf: Merge pull request #3903 from lucasec/ipsec-remote-access-profile (authored by c-po).
GitHub <[email protected]> committed rVYOSONEXe61a175838f2: Merge pull request #3914 from vyos/mergify/bp/sagitta/pr-3874 (authored by c-po).
GitHub <[email protected]> committed rVYOSONEXb05bc1e2c0a4: Merge pull request #3918 from vyos/mergify/bp/sagitta/pr-3915 (authored by c-po).
GitHub <[email protected]> committed rVYOSONEX96624c22a41a: Merge pull request #3917 from vyos/mergify/bp/circinus/pr-3915 (authored by c-po).
GitHub <[email protected]> committed rVYOSONEXcab6560949ac: Merge pull request #3919 from sever-sever/T5657 (authored by c-po).
Jul 31 2024
Jul 31 2024
GitHub <[email protected]> committed rVYOSONEX7ab67d1be17e: Merge pull request #3907 from vyos/mergify/bp/sagitta/pr-3715 (authored by fett0 <[email protected]>).
fernando changed the status of T6555: Add server-bridge options to OpenVPN server from Confirmed to In progress.