Page MenuHomeVyOS Platform

patient0 (Thomas Kupper)
User

Projects

User does not belong to any projects.

User Details

User Since
Jan 4 2025, 12:12 PM (15 w, 6 d)

Recent Activity

Sun, Apr 13

patient0 added a comment to T7357: After renaming libnss-mapuser to vyos-libnss-mapuser it is missing from the packages.vyos.net.

PR https://github.com/vyos/vyos-build/pull/945

Sun, Apr 13, 11:48 AM · VyOS Rolling
patient0 created T7357: After renaming libnss-mapuser to vyos-libnss-mapuser it is missing from the packages.vyos.net.
Sun, Apr 13, 9:17 AM · VyOS Rolling
patient0 added a comment to T7354: After renaming libpam-radius packages to vyos-libpam-radius the binary lack of files.
Sun, Apr 13, 8:58 AM · VyOS Rolling

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.

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]
Jan 5 2025, 12:01 PM
patient0 added a comment to T6998: dhcp server statistics/leases on latest rolling gives error,tried on fresh install and migrated install same error.

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.

https://github.com/vyos/vyos-1x/pull/4277

Jan 5 2025, 6:36 AM

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).

Jan 4 2025, 8:24 PM