Page MenuHomeFreeBSD

guest-patmaddox (Pat Maddox)
User

Projects

User does not belong to any projects.

User Details

User Since
Aug 11 2022, 7:02 AM (150 w, 1 d)

Recent Activity

Apr 30 2025

guest-patmaddox added a comment to D49687: iwx.4: Initial manual page.

As as user, I found this man page very helpful and was able to set up my iwx interface using the information presented here. I actually did not know that iwx was in the tree because I didn't see a man page for it, until I saw a link to https://people.freebsd.org/~ziaee/tmp/iwx.4.pdf

Apr 30 2025, 6:16 PM

Apr 24 2025

guest-patmaddox added a comment to D49995: bridge: allow IP addresses on members to be disabled.
In D49995#1140411, @kp wrote:
In D49995#1140226, @kp wrote:

I'm very happy to see this work, not so much for the performance improvement (although we're not going to say no to that!), but because users keep getting caught out when they assign addresses to bridge member interfaces. That breaks multicast, for example, which is bad for IPv4 and catastrophic for IPv6. This has been documented for a long time, but users keep doing it anyway. Making it impossible will save a lot of frustration.

Where is this currently documented? In if_bridge(4) the only somewhat-related part I see is:

https://docs.freebsd.org/en/books/handbook/advanced-networking/
"If the bridge host needs an IP address, set it on the bridge interface, not on the member interfaces."

That should probably be a bit more prominent, but actually making incorrect configuration impossible is a better solution than documenting the pitfalls in a bigger font.

Apr 24 2025, 3:43 PM
guest-patmaddox added a comment to D49995: bridge: allow IP addresses on members to be disabled.
In D49995#1140226, @kp wrote:

I'm very happy to see this work, not so much for the performance improvement (although we're not going to say no to that!), but because users keep getting caught out when they assign addresses to bridge member interfaces. That breaks multicast, for example, which is bad for IPv4 and catastrophic for IPv6. This has been documented for a long time, but users keep doing it anyway. Making it impossible will save a lot of frustration.

Apr 24 2025, 2:34 PM

Apr 20 2025

guest-patmaddox updated the diff for D49775: make check: Eliminate "operation not permitted" errors.

Maintain the make clean and rm -Rf. Simply run chflags first so no warnings are emitted in make clean due to schg files.

Apr 20 2025, 1:35 AM
guest-patmaddox added a comment to D49775: make check: Eliminate "operation not permitted" errors.
In D49775#1138257, @imp wrote:

DESTDIR used to be completely deleted. Now that is gone and the dirs remain since make clean doesn't remove those, right?

Apr 20 2025, 1:27 AM

Apr 11 2025

guest-patmaddox updated the diff for D49775: make check: Eliminate "operation not permitted" errors.

I have reviewed https://reviews.freebsd.org/D11905 which originally only ran @cd ${.CURDIR} && ${MAKE} clean. I have updated the comment to what I believe more clearly describes the intent of the separate aftercheck target.

Apr 11 2025, 5:41 AM
guest-patmaddox requested review of D49775: make check: Eliminate "operation not permitted" errors.
Apr 11 2025, 4:54 AM

Apr 6 2025

guest-patmaddox added a comment to D49671: mount(8): Mention -o rw, polish, sync usage.

It's still misspelled :) The correct spelling is "Equivalent" (I realize now that my inline comment / code suggestion did not come through the email so it may not have been obvious)

Apr 6 2025, 4:15 AM

Apr 5 2025

guest-patmaddox added inline comments to D49671: mount(8): Mention -o rw, polish, sync usage.
Apr 5 2025, 5:35 AM

Dec 17 2024

guest-patmaddox added a comment to D48121: release: Use unprivileged mode for bootonly and mini-memstick.

LGTM

Dec 17 2024, 9:08 PM

Dec 15 2024

guest-patmaddox added a comment to D46653: kyua: Do not count skipped as passed in test cmd.

As @ngie pointed out, I think the ratio is confusing. For reference, here are how Elixir and RSpec (Ruby) report a test run including skips:

Dec 15 2024, 7:00 PM

Dec 13 2024

guest-patmaddox updated the summary of D48010: Makefile.inc1: Make reproducible release tarballs.
Dec 13 2024, 10:22 PM
guest-patmaddox added a comment to D48010: Makefile.inc1: Make reproducible release tarballs.

I'm moving this work to https://github.com/freebsd/freebsd-src/pull/1550 where I'm more comfortable working with small commits, and it seems like GitHub is preferred for outside contributors.

Dec 13 2024, 10:21 PM
guest-patmaddox added inline comments to D48010: Makefile.inc1: Make reproducible release tarballs.
Dec 13 2024, 5:30 AM

Dec 12 2024

guest-patmaddox added inline comments to D48010: Makefile.inc1: Make reproducible release tarballs.
Dec 12 2024, 10:05 PM
guest-patmaddox added inline comments to D48010: Makefile.inc1: Make reproducible release tarballs.
Dec 12 2024, 9:59 PM
guest-patmaddox updated the summary of D48010: Makefile.inc1: Make reproducible release tarballs.
Dec 12 2024, 9:54 PM
guest-patmaddox updated the diff for D48010: Makefile.inc1: Make reproducible release tarballs.

Remove additional sources of non-determinism:

Dec 12 2024, 9:49 PM
guest-patmaddox added inline comments to D48010: Makefile.inc1: Make reproducible release tarballs.
Dec 12 2024, 5:34 PM

Dec 11 2024

guest-patmaddox updated the diff for D48010: Makefile.inc1: Make reproducible release tarballs.

Update reproducible.sh to build a clean tree and env

Dec 11 2024, 8:45 AM

Dec 10 2024

guest-patmaddox added a comment to D48010: Makefile.inc1: Make reproducible release tarballs.

Well, I sure made a major miscalculation... buildworld buildkernel has to be reproducible first :facepalm:

Dec 10 2024, 7:30 AM
guest-patmaddox added a comment to D48010: Makefile.inc1: Make reproducible release tarballs.

Added some notes to potential reviewers. Done for now, until I get feedback.

Dec 10 2024, 6:03 AM
guest-patmaddox added reviewers for D48010: Makefile.inc1: Make reproducible release tarballs: releng, docs.
Dec 10 2024, 5:53 AM
guest-patmaddox updated the diff for D48010: Makefile.inc1: Make reproducible release tarballs.
  • add reproducible.sh to demonstrate usage
  • edit release(7) language
Dec 10 2024, 5:50 AM
guest-patmaddox added inline comments to D48010: Makefile.inc1: Make reproducible release tarballs.
Dec 10 2024, 4:20 AM
guest-patmaddox updated the diff for D48010: Makefile.inc1: Make reproducible release tarballs.

Updated release(7). I'd like feedback on content before I get into the nitty-gritty of formatting.

Dec 10 2024, 4:09 AM
guest-patmaddox updated the diff for D48010: Makefile.inc1: Make reproducible release tarballs.
  • fix mtree link entry
  • verify schg
  • do not apply file time when WITHOUT_REPRODUCIBLE_BUILD
  • apply for all dist files when run as root
Dec 10 2024, 3:32 AM
guest-patmaddox updated the summary of D48010: Makefile.inc1: Make reproducible release tarballs.
Dec 10 2024, 12:01 AM
guest-patmaddox added inline comments to D48010: Makefile.inc1: Make reproducible release tarballs.
Dec 10 2024, 12:01 AM

Dec 9 2024

guest-patmaddox updated the summary of D48010: Makefile.inc1: Make reproducible release tarballs.
Dec 9 2024, 11:13 PM
guest-patmaddox updated the test plan for D48010: Makefile.inc1: Make reproducible release tarballs.
Dec 9 2024, 10:50 PM
guest-patmaddox requested review of D48010: Makefile.inc1: Make reproducible release tarballs.
Dec 9 2024, 10:47 PM

Mar 29 2023

guest-patmaddox added a comment to D39327: preserve: run a command and replace its output only if it has changed.

I have wanted a utility that does exactly this. install -C does something similar, but has other stuff I don’t want. So far I just end up scripting cmp(1) to do the check.

Mar 29 2023, 11:27 PM

Mar 27 2023

guest-patmaddox added inline comments to D38826: Fix multiple rc.d/jail and jail.conf.d issues.
Mar 27 2023, 2:38 AM · Jails
guest-patmaddox added a comment to D38826: Fix multiple rc.d/jail and jail.conf.d issues.

I suggest we start with a switch which enables the new solution. That means it does not break stuff for people who upgrade.

Mar 27 2023, 2:32 AM · Jails

Mar 26 2023

guest-patmaddox added a comment to D38826: Fix multiple rc.d/jail and jail.conf.d issues.
In D38826#887279, @dvl wrote:

All jails.conf jail (in /etc/jail.conf, /etc/jail.*.conf and /etc/jail.conf.d/*.conf) start automatically, without the need to define them in jail_list in rc.conf

That will require an UPDATING notice.

AND: perhap a switch[es] to preserve the old behavior and if set, enable the new behavior.

Mar 26 2023, 9:30 PM · Jails
guest-patmaddox removed a watcher for Erlang: guest-patmaddox.
Mar 26 2023, 6:50 PM
guest-patmaddox removed a watcher for Jails: guest-patmaddox.
Mar 26 2023, 6:50 PM
guest-patmaddox removed a watcher for manpages: guest-patmaddox.
Mar 26 2023, 6:50 PM
guest-patmaddox removed a watcher for network: guest-patmaddox.
Mar 26 2023, 6:50 PM
guest-patmaddox removed a watcher for rc: guest-patmaddox.
Mar 26 2023, 6:50 PM
guest-patmaddox removed a watcher for releng: guest-patmaddox.
Mar 26 2023, 6:50 PM
guest-patmaddox removed a watcher for rust: guest-patmaddox.
Mar 26 2023, 6:50 PM
guest-patmaddox removed a watcher for secteam: guest-patmaddox.
Mar 26 2023, 6:50 PM
guest-patmaddox removed a watcher for security: guest-patmaddox.
Mar 26 2023, 6:50 PM
guest-patmaddox removed a watcher for wireless: guest-patmaddox.
Mar 26 2023, 6:49 PM
guest-patmaddox added a watcher for wireless: guest-patmaddox.
Mar 26 2023, 11:35 AM
guest-patmaddox added a watcher for security: guest-patmaddox.
Mar 26 2023, 11:35 AM
guest-patmaddox added a watcher for secteam: guest-patmaddox.
Mar 26 2023, 11:34 AM
guest-patmaddox added a watcher for rust: guest-patmaddox.
Mar 26 2023, 11:34 AM
guest-patmaddox added a watcher for releng: guest-patmaddox.
Mar 26 2023, 11:34 AM
guest-patmaddox added a watcher for rc: guest-patmaddox.
Mar 26 2023, 11:33 AM
guest-patmaddox added a watcher for network: guest-patmaddox.
Mar 26 2023, 11:29 AM
guest-patmaddox added a watcher for manpages: guest-patmaddox.
Mar 26 2023, 11:28 AM
guest-patmaddox added a watcher for Jails: guest-patmaddox.
Mar 26 2023, 11:26 AM
guest-patmaddox added a watcher for Erlang: guest-patmaddox.
Mar 26 2023, 11:26 AM

Oct 29 2022

guest-patmaddox updated subscribers of D37211: Don't require tty for install-missing-packages.

This is my first attempt at a code contribution to FreeBSD... hopefully I'm going about it the right way.

Oct 29 2022, 10:43 PM
guest-patmaddox requested review of D37211: Don't require tty for install-missing-packages.
Oct 29 2022, 10:31 PM

Aug 19 2022

emaste renamed guest-patmaddox from pat_patmaddox.com to guest-patmaddox.
Aug 19 2022, 2:28 PM

Aug 11 2022

pi renamed guest-patmaddox from pat_rubysteps.com to pat_patmaddox.com.
Aug 11 2022, 8:18 AM
OSZAR »