- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Jul 8 2023
Jul 7 2023
I tested this feature with the following firewall config:
set firewall group domain-group DG_TEST address 'nu.nl' set firewall group domain-group DG_TEST address 'www.nu.nl' set firewall interface eth1 out name 'ETH1_OUT' set firewall name ETH1_OUT default-action 'accept' set firewall name ETH1_OUT rule 10 action 'drop' set firewall name ETH1_OUT rule 10 destination group domain-group 'DG_TEST'
vyos@vyos:~$ zcat /proc/config.gz | grep PARPORT CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y # CONFIG_PARPORT is not set vyos@vyos:~$ uname -a Linux vyos 6.1.37-amd64-vyos #1 SMP PREEMPT_DYNAMIC Wed Jul 5 12:01:47 UTC 2023 x86_64 GNU/Linux
Jul 6 2023
A developer I work with reports this:
After nearly 30 reinstalls the upgrade finally blew up. The issue is in the initial copying of the config file, between lines 182 and 219 in the install script. That's where it happens... what's causing it / how it happens is still unclear...
I'm encountering similar issues on upgrade as well: the configuration fails to apply because of a broken config.boot file (incomplete; stops partway through, perhaps a migration issue?)
https://github.com/vyos/vyatta-cfg-quagga/pull/100 I have tried to fixed it. Works on my local system.
But need migration script.
Can we close this task?
Check if it exists in the kernel.
zcat /proc/config.gz | grep PARPORT
@Apachez Thanks!
set system option keyboard-layout se-latin1
Verified in vyos-1.4-rolling-202307060317-amd64.iso but Im biased :-)
Just tried to upgrade from April image and its failed with this error :(
Right, i found in modules ArchLinux support it.
Implementation here:
https://github.com/vyos/vyos-1x/compare/current...jestabro:from-defaults
@cuongdt1994
I installed Arch linux, there is already a parport_pc in the kernel, the device is perfectly defined.
Why it doesn’t work here, I don’t understand, despite the fact that there is no parport module in lsmod
vyos@vyos:~$ show version Version: VyOS 1.4-rolling-202307051212 Release train: current
Hi @marekm - Hope you are well.
Jul 5 2023
In talking with the vendor, this appears to be an incompatibility with the WiFi card and the coreboot BIOS installed on the device. Tested with a second device that had a different card installed, and no such errors are present now.
basic configuration :
Merged with current: https://github.com/vyos/vyos-1x/commit/8afdb5ad5515a0a1ae716204f397f3d974cec714
In preparing/testing a revised pull-request to fix a merge conflict, with version 1.4-rolling-202307050317, the testing commands need to be slightly modified.
Pull request created: https://github.com/vyos/vyos-1x/pull/2075
Actual file to modify for commit: https://github.com/vyos/vyos-1x/blob/current/interface-definitions/system-option.xml.in
@cuongdt1994 Thanks a lot, I'll definitely check it out.
Verified this particular request by modifying node.def and be able to select se-latin1.
Selectable keymaps are available in /usr/share/keymaps/i386/
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
@cuongdt1994
The kernel has assembled, as a result, the image now cannot be assembled
vyos-build/data/defaults.json change version 6.4.0
It can work if you use
Version: VyOS 1.4-rolling-202307040317
There are several layouts
se-fi-ir209 se-fi-lat6 se-ir209 se-lat6
Jul 3 2023
Under normal operations the VyOS box looks like this for OSPF:
Added new commands and documentation
PR submitted for review: