User Details
- User Since
- May 31 2023, 4:37 PM (98 w, 1 d)
Jul 6 2023
Right, i found in modules ArchLinux support it.
Jul 5 2023
Try and report, it's included in kernel:
CONFIG_PARPORT=y
CONFIG_PARPORT_PC=m
CONFIG_PARPORT_SERIAL=m
Jul 4 2023
Ok, I will try
Jul 3 2023
@aztec102 Do you have build kernel again?
Jul 1 2023
Yes, checked it working, please closed it.
Jun 30 2023
Jun 29 2023
I found invalid interface name with lastest build (fresh install and none configuration)
I found your devices supported but I need build and check again.
@aztec102 please show version running.
Jun 27 2023
PR Equuleus: https://github.com/vyos/vyos-build/pull/368
Jun 25 2023
Jun 24 2023
if len(config.get('interface', [])) < 2 or len(config.get('interface', [])) > 2: raise ConfigError('Only two interfaces are required for udp broadcast relay "{instance}"')
Jun 23 2023
Jun 21 2023
Jun 20 2023
Jun 19 2023
Jun 17 2023
Jun 14 2023
You can try edit with sudo nano /opt/vyatta/sbin/vyatta-cfg-cmd-wrapper
Your current version is too old, this function has been changed or removed, try upgrading to the new rolling version.
Jun 13 2023
Jun 12 2023
Jun 10 2023
Jun 9 2023
Jun 8 2023
<?xml version="1.0"?> <interfaceDefinition> <node name="show"> <children> <node name="interfaces"> <properties> <help>Show network interface information</help> </properties> <command>${vyos_op_scripts_dir}/interfaces.py show_summary</command> <children> <leafNode name="counters"> <properties> <help>Show network interface counters</help> </properties> <command>${vyos_op_scripts_dir}/interfaces.py show_counters</command> </leafNode> <leafNode name="detail"> <properties> <help>Show detailed information of all interfaces</help> </properties> <command>${vyos_op_scripts_dir}/interfaces.py show</command> </leafNode> </children> </node> </children> </node> </interfaceDefinition>
With Base Configuration, it's don't have any issues. but after commit command here, error will show error:
Jun 7 2023
Found the problem with command:
Jun 6 2023
Jun 5 2023
In this case I found the ipv6-address-group and ipv6-network-group not assigned without name or group. Because it's can't show references.