- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed Search
Sep 23 2025
Sep 23 2025
patient0 set Forum thread to https://forum.vyos.io/t/permission-denied-error-when-adding-packge-to-iso/ on T7857: Add Realtek r8126 driver.
Apr 13 2025
Apr 13 2025
Jan 5 2025
Jan 5 2025
patient0 added a comment to T6998: dhcp server statistics/leases on latest rolling gives error,tried on fresh install and migrated install same error.
In T6998#211713, @metron2 wrote:I had a problem with this code, but I also had a hostname that was too short for the trailing '.' check.
# remove trailing dot to ensure consistency for `vyos-hostsd-client` if len(data_lease['hostname']) > 1 and data_lease['hostname'][-1] == '.': data_lease['hostname'] = data_lease['hostname'][:-1]
patient0 added a comment to T6998: dhcp server statistics/leases on latest rolling gives error,tried on fresh install and migrated install same error.
In T6998#211714, @metron2 wrote:I opened a PR with these changes and tested them by modifying the file on the image. It works now. I'm guessing there isn't a testcase for this command anyway.
Jan 4 2025
Jan 4 2025
patient0 added a comment to T6998: dhcp server statistics/leases on latest rolling gives error,tried on fresh install and migrated install same error.
Run into the same issue, including the latest self-compiled rolling from today (2025-01-04).