[Bug 220246] syslogd does not send RFC3164-conformant messages
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220246 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|ma...@freebsd.org Flags||mfc-stable14?, ||mfc-stable13? --- Comment #11 from Mark Linimon --- ^Triage: assign to committer. Set flags for possible MFCs (just close if not). -- You are receiving this mail because: You are the assignee for the bug.
[Bug 284390] bmake: install newlog.sh; include setopts.sh
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284390 Mark Linimon changed: What|Removed |Added Flags||mfc-stable14?, ||mfc-stable13? Assignee|b...@freebsd.org|s...@freebsd.org Status|New |In Progress --- Comment #4 from Mark Linimon --- ^Triage: assign to committer; set flags for possible MFCs (just close if not). -- You are receiving this mail because: You are the assignee for the bug.
[Bug 174581] man page of recvmsg(2) does not mention return value 0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=174581 Mark Linimon changed: What|Removed |Added Status|Open|Closed Resolution|--- |FIXED Assignee|b...@freebsd.org|zi...@freebsd.org -- You are receiving this mail because: You are the assignee for the bug.
[Bug 243039] Typos in ixgbe_api.c
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243039 Mark Linimon changed: What|Removed |Added Status|New |Open Assignee|b...@freebsd.org|n...@freebsd.org CC|e...@freebsd.org | --- Comment #2 from Mark Linimon --- ^Triage: reassign to mailing list. -- You are receiving this mail because: You are the assignee for the bug.
[Bug 284815] RCTL memoryuse limit is not working
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284815 Bug ID: 284815 Summary: RCTL memoryuse limit is not working Product: Base System Version: 14.2-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: b...@freebsd.org Reporter: jsml4thwwbid6...@protonmail.com The memoryuse limit with rctl does not appear to work. Here is how the limit is setup in /etc/rctl.conf user:5000:memoryuse:deny=4096MB/user Here's the live rule. ``` rctl -h user:5000 | grep memoryuse user:5000:memoryuse:deny=4096M ``` Here is the current usage under that rule. ``` rctl -uh user:5000 | grep memoryuse memoryuse=30G vmemoryuse=86G ``` Note the 30GB usage on a 4GB memory limit. I have no idea how to diagnose this other than it does not work. Please let me know if there is anything I can do, or provide to track this down. OS: 14.2-RELEASE-p1 -- You are receiving this mail because: You are the assignee for the bug.
[Bug 230353] If WITHOUT_DICT=true, /usr/share/dict/eign is removed by make delete-old
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230353 Mark Linimon changed: What|Removed |Added Flags||mfc-stable13? Assignee|b...@freebsd.org|ema...@freebsd.org --- Comment #2 from Mark Linimon --- ^Triage: assign to committer. Set flags for possible MFC interest (plz close if not). -- You are receiving this mail because: You are the assignee for the bug.
[Bug 283425] [nullfs] nosuid bypass
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283425 Mark Linimon changed: What|Removed |Added Status|In Progress |Closed Assignee|b...@freebsd.org|k...@freebsd.org Resolution|--- |FIXED --- Comment #9 from Mark Linimon --- ^Triage: assign to committer that resolved and MFCed. -- You are receiving this mail because: You are the assignee for the bug.
[Bug 283112] New Cache files packed into the FreeBSD14.2 release ISO file but not into Beta3 ISO files
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283112 Mark Linimon changed: What|Removed |Added Status|In Progress |Closed Resolution|--- |FIXED Assignee|b...@freebsd.org|ema...@freebsd.org --- Comment #24 from Mark Linimon --- ^Triage: assign to committer; apparently already MFCed. -- You are receiving this mail because: You are the assignee for the bug.
[Bug 283896] iwmbtfw(8): [PATCH] Check firmware exists before trying to upload it
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283896 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|ema...@freebsd.org -- You are receiving this mail because: You are the assignee for the bug.
[Bug 284126] wpa_supplicant.conf(5): Network blocks: invalid parameters (network configuration variables)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284126 Mark Linimon changed: What|Removed |Added Keywords|needs-patch | -- You are receiving this mail because: You are the assignee for the bug.
[Bug 248103] Multicast valid (vlan)interfaces do not get vif "Invalid phyint address"
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248103 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org --- Comment #7 from Mark Linimon --- ^Triage: reassign. -- You are receiving this mail because: You are the assignee for the bug.
[Bug 269418] ice(4): strips VLAN headers with netmap
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269418 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org --- Comment #1 from Mark Linimon --- ^Triage: reassign. -- You are receiving this mail because: You are the assignee for the bug.
[Bug 284809] Add more flag names in db_print_sbflags
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284809 Bug ID: 284809 Summary: Add more flag names in db_print_sbflags Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: b...@freebsd.org Reporter: nakayamakenj...@gmail.com Created attachment 257515 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=257515&action=edit The patch to add more flag names in db_print_sbflags Current db_print_sbflags() prints only a few flag names in sys/sys/sockbuf.h. This patch adds more flags to display more names. e.g. after the patch applied. ``` sb_flags: 0x2161 (SB_TLS_RX, SB_UPCALL, SB_KNOTE, SB_AIO_RUNNING, SBS_CANTRCVMORE, SBS_RCVATMARK) ``` -- You are receiving this mail because: You are the assignee for the bug.
[Bug 276709] hms(4): two finger scroll stops half way unless dev.hms.0.drift_thresh=0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276709 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|tr...@freebsd.org Flags||mfc-stable14?, ||mfc-stable13? --- Comment #5 from Mark Linimon --- ^Triage: assign to committer and set flags for possible MFCs. -- You are receiving this mail because: You are the assignee for the bug.
[Bug 280099] adduser not respecting home directory mode
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280099 Mark Linimon changed: What|Removed |Added Status|In Progress |Closed Resolution|--- |FIXED --- Comment #16 from Mark Linimon --- ^Triage: apparently committed and MFCed. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 277959] Refactor of usr.sbin/daemon caused regression in restart parameter
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277959 Mark Linimon changed: What|Removed |Added Status|In Progress |Closed Resolution|--- |FIXED --- Comment #23 from Mark Linimon --- ^Triage: apparently committed and MFCed. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 191135] [hptrr] probe hptrr INQUIRY CDB: 12 00 00 00 24 00 CAM status: Invalid Target ID Error 22
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191135 Mark Linimon changed: What|Removed |Added Flags||mfc-stable14?, ||mfc-stable13? Assignee|b...@freebsd.org|i...@freebsd.org --- Comment #5 from Mark Linimon --- ^Triage: assign to committer, set flags for possible MFCs (just close if not). -- You are receiving this mail because: You are the assignee for the bug.
[Bug 283214] Unable to reproduce release tarballs
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283214 Mark Linimon changed: What|Removed |Added CC||bugmeis...@freebsd.org Assignee|b...@freebsd.org|ema...@freebsd.org --- Comment #13 from Mark Linimon --- ^Triage: assign to committer. Note that the Pull Request is still open. -- You are receiving this mail because: You are the assignee for the bug.
[Bug 284809] Add more flag names in db_print_sbflags
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284809 Mark Linimon changed: What|Removed |Added Attachment #257515|application/mbox|text/plain mime type|| Attachment #257515|0 |1 is patch|| -- You are receiving this mail because: You are the assignee for the bug.
[Bug 284282] ctld rewrites its pidfile too often
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284282 John Baldwin changed: What|Removed |Added Status|New |In Progress Assignee|b...@freebsd.org|j...@freebsd.org CC||j...@freebsd.org -- You are receiving this mail because: You are the assignee for the bug.
[Bug 284126] wpa_supplicant.conf(5): Network blocks: invalid parameters (network configuration variables)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284126 Felix Johnson changed: What|Removed |Added CC||felix.the@gmail.com --- Comment #2 from Felix Johnson --- Updated wpa_supplicant.conf(5): https://reviews.freebsd.org/D49010 -- You are receiving this mail because: You are the assignee for the bug.
[Bug 284749] certctl: add support for generating cert.pem CAfiles
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284749 --- Comment #9 from Mel Pilgrim --- Created attachment 257538 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=257538&action=edit Modified certctl(8) man page I added the new bits to the man page. I haven't editted a man page before, but I did test it with `mandoc -mdoc certctl.8 | less` and it seems to look right. I tried to match the quiet sparse language in already present. Should -b have a warning about how CERTDESTFILE is entirely optional, and not to create it unless you know you need it? Should it mention ca_root_nss? Should any of this even be documented? -- You are receiving this mail because: You are the assignee for the bug.
[Bug 284749] certctl: add support for generating cert.pem CAfiles
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284749 Mel Pilgrim changed: What|Removed |Added Attachment #257481|0 |1 is obsolete|| --- Comment #8 from Mel Pilgrim --- Created attachment 257530 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=257530&action=edit patch to add optional CAfile generation to certctl (v4) (In reply to Michael Osipov from comment #7) * NOOP is not obeyed I used perform for the lines that delete or install (lines 186, 193, 194, 199, 285). I didn't for TMPFILE operations in create_bundle (lines 184-187, 189), which is consistent with SPLITDIR operations in do_scan (lines 224, 225, 229), which is also just temporary data. Which lines don't obey NOOP? * Delete is, again, inconsistent Revised again. * only hashed links constitute the trust store When CFILE contains more than one certificate, do_scan splits it into individual certificate files and omits the "link" argument from the CFUNC call so that it copies the certificates from SPLITDIR to CERTDESTDIR/UNTRUSTDESTDIR instead of creating relative symlinks (lines 220-229). * cat arg should be quoted I'm guessing you mean it should be "-exec cat '{}' +" instead of "-exec cat \{\} +". Single quotes chosen for consistency with string-literals in other command arguments. -- You are receiving this mail because: You are the assignee for the bug.
[Bug 281471] ASLR: jemalloc RES memory keeps on increasing until process cores
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281471 Rupesh Pilania changed: What|Removed |Added Hardware|arm64 |amd64 Version|13.3-RELEASE|13.4-RELEASE -- You are receiving this mail because: You are the assignee for the bug.
[Bug 281471] ASLR: jemalloc RES memory keeps on increasing until process cores
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281471 Rupesh Pilania changed: What|Removed |Added Version|13.4-RELEASE|13.5-RELEASE --- Comment #13 from Rupesh Pilania --- Issue exists in 13.5 as well. root@:/home/rpilania/test # uname -a FreeBSD 13.5-BETA1 FreeBSD 13.5-BETA1 releng/13.5-n259127-a8f9845e39e2 GENERIC amd64 root@:/home/rpilania # setenv MALLOC_CONF "xmalloc:true,dirty_decay_ms:0,retain:false" root@:/home/rpilania # cd test/ root@:/home/rpilania/test # ./mem-fragment Hello! This program will fragment its process heap. Run top -p 878 to follow along! Press Enter to continue... Swap: 1024M Total, 1024M Free PID USERNAMETHR PRI NICE SIZERES STATETIMEWCPU COMMAND 878 root 1 20010M 2080K ttyin0:00 0.00% mem-fragment 500k 5KB chunks were just provisioned Press Enter to continue... PID USERNAMETHR PRI NICE SIZERES STATETIMEWCPU COMMAND 878 root 1 520 4898M 3035M ttyin1:38 0.00% mem-fragment 500k 5KB chunks were just provisioned Press Enter to continue... PID USERNAMETHR PRI NICE SIZERES STATETIMEWCPU COMMAND 878 root 1 520 9816M 6065M ttyin3:16 0.00% mem-fragment The first allocations were just free()'d. Press Enter to continue... PID USERNAMETHR PRI NICE SIZERES STATETIMEWCPU COMMAND 878 root 1 370 7266M 3542M ttyin3:17 0.00% mem-fragment The 2nd allocations were just free()'d. Press Enter to continue... PID USERNAMETHR PRI NICE SIZERES STATETIMEWCPU COMMAND 878 root 1 360 4716M 1019M ttyin3:19 0.00% mem-fragment -- You are receiving this mail because: You are the assignee for the bug.
[Bug 283429] [vfs] add (debug) option to avoid initialization of system time from filesystem last mounted time when no rtc found
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283429 Mark Linimon changed: What|Removed |Added Status|In Progress |Open --- Comment #10 from Mark Linimon --- ^Triage: with bugmeister hat, set this back to Open; there do not seem to be any commits yet. -- You are receiving this mail because: You are the assignee for the bug.