[Bug 247885] kern.init_shutdown_timeout does not increase delay of shutting down OS
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247885 --- Comment #2 from IPTRACE --- I've got another server running TYPE="FreeBSD" REVISION="12.1" BRANCH="RELEASE-p3" and it works as expected. server:~ % sysctl kern.init_shutdown_timeout kern.init_shutdown_timeout: 720 -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 180873] [sctp] SCTP connection hangs on COOKIE_ECHOED
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=180873 Mark Johnston changed: What|Removed |Added CC||ma...@freebsd.org, ||tue...@freebsd.org --- Comment #5 from Mark Johnston --- Is it known whether this is still a problem? Is there any sample reproducible that could be used to verify? -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 180873] [sctp] SCTP connection hangs on COOKIE_ECHOED
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=180873 --- Comment #6 from j...@iki.fi --- The reason is known. When one binds the local addresses explicitly one by one before calling connect() the system activates all of the local addresses right after the INIT and INIT-ACK before COOKIE-ECHO and COOKIE-ACK. Because at this phase the system has not seen any other traffic between the endpoints but the couple of packets needed for a successful INIT and INIT-ACK it only knows about one single pair of operational addresses. Activating the other potential local addresses at this phase causes the COOKIE processing being attempted using a different local address which may not be routable at all to the one known peer address. The local addresses can be activated only when they have been used for a successful INIT + INIT-ACK or they have been tested and proven to be routable to at least one of the reported peer addresses. This testing of functional address pairs works only through successful pairs of HEARTBEAT + HEARTBEAT-ACK. The current logic is opportunistic and wrong. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 247131] vm: Fix typos
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247131 --- Comment #4 from Mark Johnston --- (In reply to Sebastien Boisvert from comment #3) I'm sorry, I missed this reply somehow. I have no problem working with a patch that just fixes grammar and typos. "xbusied" is correct and should not be changed. It would be easier to discuss such a patch on phabricator, since there will probably be some follow-up suggestions if we're going to take the time to try and fix up miscellaneous comments: https://wiki.freebsd.org/Phabricator -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 180873] [sctp] SCTP connection hangs on COOKIE_ECHOED
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=180873 --- Comment #7 from Michael Tuexen --- (In reply to jau from comment #6) A way to fix it to rewrite the handling of the local addresses. At least this was the outcome of a discussion with rrs. It just requires a fair amount of changes and fixes a specific issue. The current address handling was optimised for end-points binding against the wildcard address. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 247126] zgrep(1) does not handle -f FILE correctly
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247126 --- Comment #7 from Craig Leres --- Let me know if there's something I can do to keep this issue from stalling. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 247126] zgrep(1) does not handle -f FILE correctly
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247126 --- Comment #8 from Mark Johnston --- (In reply to Craig Leres from comment #7) Sorry for the delay. Would you mind putting the combined patch into phabricator? I will spend time on it during the bug squashing session tomorrow. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 247899] No sound on hdmi Radeon 570
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247899 Bug ID: 247899 Summary: No sound on hdmi Radeon 570 Product: Base System Version: 12.1-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Many People Priority: --- Component: misc Assignee: b...@freebsd.org Reporter: cukierski.luk...@gmail.com No sound on hdmi Radeon 570 -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 247126] zgrep(1) does not handle -f FILE correctly
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247126 --- Comment #9 from Craig Leres --- (In reply to Mark Johnston from comment #8) Done: https://reviews.freebsd.org/D25613 Let me know if I made any mistakes, this is most certainly my first phabricator in head. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 247900] printf.3 improvements
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247900 Bug ID: 247900 Summary: printf.3 improvements Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Manual Pages Assignee: b...@freebsd.org Reporter: na...@freebsd.org CC: d...@freebsd.org Ingo Schwarze has rewritten the printf(3) man page for OpenBSD. I think the result is a huge improvement and I would like to suggest that FreeBSD incorporate this rewrite. https://cvsweb.openbsd.org/src/lib/libc/stdio/printf.3 -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 247899] No sound on hdmi Radeon 570
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247899 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|multime...@freebsd.org -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 138547] [request] improve dhcp behaviour with multiple networks
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=138547 Mark Linimon changed: What|Removed |Added Assignee|v...@freebsd.org |b...@freebsd.org --- Comment #5 from Mark Linimon --- Reclaim for b...@freebsd.org. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 195108] [patch] restore(8): Handle old-format uid/gid better
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195108 Mark Linimon changed: What|Removed |Added CC|b...@freebsd.org | Keywords||patch Assignee|b...@freebsd.org|c...@freebsd.org --- Comment #2 from Mark Linimon --- Assign to original submitter who is now committer. To Conrad: is this aging PR still relevant? -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 246736] [PATCH] Remove outdated warning about offensive fortunes being distributed by default in fortune(6)'s README
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246736 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|ema...@freebsd.org --- Comment #2 from Mark Linimon --- Assign to committer as possible MFC reminder. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 237664] [patch] systat -zarc to display cumulative rate and round down large numbers by SI units
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237664 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|m...@freebsd.org Status|In Progress |Closed Resolution|--- |FIXED --- Comment #13 from Mark Linimon --- ^Triage: Assign to committer resolving -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 221974] cam iosched: The iops limiter should enforce limits below the quanta value and should not discard 'unspent' ios
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221974 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|i...@freebsd.org Status|In Progress |Closed Resolution|--- |FIXED --- Comment #4 from Mark Linimon --- ^Triage: Assign to committer resolving With bugmeister hat, I think any possible MFCs from 3 years ago are OBE. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 221973] cam iosched: BIO_ZONE commands probably shouldn't use the read queue
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221973 Mark Linimon changed: What|Removed |Added Resolution|--- |FIXED Status|In Progress |Closed Assignee|b...@freebsd.org|i...@freebsd.org --- Comment #3 from Mark Linimon --- ^Triage: Assign to committer resolving With bugmeister hat, I think any possible MFCs from 3 years ago are OBE. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 247455] ports-mgmt/pkg incorrectly states it uses /bin/sh for ABI its actually /usr/bin/uname
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247455 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|p...@freebsd.org -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 247482] loader: GELI writes are not yet implemented
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247482 --- Comment #6 from commit-h...@freebsd.org --- A commit references this bug: Author: tsoome Date: Sat Jul 11 06:51:43 UTC 2020 New revision: 363090 URL: https://svnweb.freebsd.org/changeset/base/363090 Log: loader: implement GELI writes Bug: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247482 This patch is based on initial work from allanjude. PR: 247482 Obtained from:https://reviews.freebsd.org/D10236 Differential Revision:https://reviews.freebsd.org/D25605 Changes: head/stand/i386/gptboot/gptboot.c head/stand/libsa/geli/geliboot.c head/stand/libsa/geli/geliboot.h head/stand/libsa/geli/geliboot_crypto.c head/stand/libsa/geli/geliboot_internal.h head/stand/libsa/geli/gelidev.c -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 247482] loader: GELI writes are not yet implemented
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247482 Toomas Soome changed: What|Removed |Added Status|New |Closed Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"