[Bug 278212] amdgpu / AMD Radeon XT 6900 - kernel panic (page fault) on FreeBSD 14.0-RELEASE-p6
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278212 --- Comment #12 from b...@orsolic.org --- It seems that drm610 (built from ports) will survive for few days without crash, but then there will be freezings every few minutes for 5-10 seconds - music will mostly play, mouse pointer will be on screen, but typing in xterm or anything else is impossible. Rebuilt /usr/src (14.2-p2), rebuilt drm (drm-515-kmod-5.15.160.1402000_3) from ports. After playing YouTube in Firefox, mounting ZFS encrypted pool and running file intensive operation on that pool I was able to crash system in 2 minutes (same page fault). Nothing in logs, sometimes the whole machine over network will be unresponsible (ping will be 25+ seconds), sometimes, when switching virtual desktop, freezing will be in minutes (up to 6 is personal record) -- You are receiving this mail because: You are the assignee for the bug.
[Bug 237287] moused(8) ignores button release events in virtual scroll mode
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237287 Mark Linimon changed: What|Removed |Added Attachment #258338|0 |1 is obsolete|| --- Comment #4 from Mark Linimon --- Created attachment 258339 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=258339&action=edit moused.c.diff ^Triage: rebase patch, take 2. -- You are receiving this mail because: You are the assignee for the bug.
[Bug 277534] FreeBSD 14.0 boot freeze after CPU upgrade
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277534 --- Comment #4 from ian.caro...@proton.me --- Further Update. I have tested all FreeBSD boot only iso usb images in particular FreeBSD-15.0-CURRENT-amd64-20250227-8a85584785e3-275712-bootonly.iso with no success. The boot freeze problem remains. -- You are receiving this mail because: You are the assignee for the bug.
[Bug 285316] The target address passed is not ignored when the socket is in a connected state
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285316 --- Comment #3 from Mark Linimon --- *** Bug 285315 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug.
[Bug 285316] The target address passed is not ignored when the socket is in a connected state
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285316 nakayamakenj...@gmail.com changed: What|Removed |Added Attachment #258549|text/x-csrc |text/plain mime type|| --- Comment #2 from nakayamakenj...@gmail.com --- Created attachment 258549 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=258549&action=edit An example code to produce the error. When running this sample code, it gets EISCONN error because msg_name is specified in connected socket state. It is different from what man page's explained: ''' If the socket is in a connected state, the target address passed to sendto(), sendmsg() or sendmmsg() is ignored. ''' -- You are receiving this mail because: You are the assignee for the bug.
[Bug 285335] Kernel build fail with: device dtraceall
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285335 Bug ID: 285335 Summary: Kernel build fail with: device dtraceall Product: Base System Version: 14.2-STABLE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: b...@freebsd.org Reporter: rozhuk...@gmail.com Attachment #258568 text/plain mime type: Created attachment 258568 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=258568&action=edit kern conf I am trying to build custom kernel with: device dtraceall #mD include all dtrace modules -- >>> stage 3.1: building everything -- cc: error: no such include directory: '../../../sys/cddl/dev/fbt/amd64' [-Werror,-Wmissing-include-dirs] --- fbt.o --- *** [fbt.o] Error code 1 -- You are receiving this mail because: You are the assignee for the bug.
[Bug 285335] Kernel build fail with: device dtraceall
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285335 --- Comment #1 from Ivan Rozhuk --- With: devicedtrace #mD DTrace core -- >>> stage 3.1: building everything -- linking kernel.full ld: error: undefined symbol: dtrace_instr_size >>> referenced by dtrace_subr.c:0 >>> (../../../sys/cddl/dev/dtrace/amd64/dtrace_subr.c:0) >>> dtrace_subr.o:(dtrace_trap) ld: error: undefined symbol: dtrace_getpcstack >>> referenced by dtrace.c:7645 >>> (../../../sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:7645) >>> dtrace.o:(dtrace_probe) >>> referenced by dtrace.c:3488 >>> (../../../sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:3488) >>> dtrace.o:(dtrace_dif_variable) >>> referenced by dtrace.c:3476 >>> (../../../sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:3476) >>> dtrace.o:(dtrace_dif_variable) ld: error: undefined symbol: dtrace_getupcstack >>> referenced by dtrace.c:7687 >>> (../../../sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:7687) >>> dtrace.o:(dtrace_probe) >>> referenced by dtrace.c:3512 >>> (../../../sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:3512) >>> dtrace.o:(dtrace_dif_variable) ld: error: undefined symbol: dtrace_getufpstack >>> referenced by dtrace.c:7141 >>> (../../../sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:7141) >>> dtrace.o:(dtrace_probe) ld: error: undefined symbol: dtrace_fuword8 >>> referenced by dtrace.c:7242 >>> (../../../sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:7242) >>> dtrace.o:(dtrace_probe) >>> referenced by dtrace.c:7260 >>> (../../../sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:7260) >>> dtrace.o:(dtrace_probe) >>> referenced by dtrace.c:7242 >>> (../../../sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:7242) >>> dtrace.o:(dtrace_probe) >>> referenced 2 more times ld: error: undefined symbol: dtrace_fuword32 >>> referenced by dtrace.c:6345 >>> (../../../sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:6345) >>> dtrace.o:(dtrace_dif_emulate) >>> referenced by dtrace.c:6327 >>> (../../../sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:6327) >>> dtrace.o:(dtrace_dif_emulate) ld: error: undefined symbol: dtrace_fuword16 >>> referenced by dtrace.c:6321 >>> (../../../sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:6321) >>> dtrace.o:(dtrace_dif_emulate) >>> referenced by dtrace.c:6339 >>> (../../../sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:6339) >>> dtrace.o:(dtrace_dif_emulate) ld: error: undefined symbol: dtrace_fuword64 >>> referenced by dtrace.c:6351 >>> (../../../sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:6351) >>> dtrace.o:(dtrace_dif_emulate) ld: error: undefined symbol: dtrace_copyoutstr >>> referenced by dtrace.c:4671 >>> (../../../sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:4671) >>> dtrace.o:(dtrace_dif_emulate) ld: error: undefined symbol: dtrace_copyin >>> referenced by dtrace.c:4523 >>> (../../../sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:4523) >>> dtrace.o:(dtrace_dif_emulate) >>> referenced by dtrace.c:4498 >>> (../../../sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:4498) >>> dtrace.o:(dtrace_dif_emulate) ld: error: undefined symbol: dtrace_copyout >>> referenced by dtrace.c:4654 >>> (../../../sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:4654) >>> dtrace.o:(dtrace_dif_emulate) ld: error: undefined symbol: dtrace_copyinstr >>> referenced by dtrace.c:4547 >>> (../../../sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:4547) >>> dtrace.o:(dtrace_dif_emulate) ld: error: undefined symbol: dtrace_getustackdepth >>> referenced by dtrace.c:3454 >>> (../../../sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:3454) >>> dtrace.o:(dtrace_dif_variable) ld: error: undefined symbol: dtrace_getstackdepth >>> referenced by dtrace.c:3436 >>> (../../../sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:3436) >>> dtrace.o:(dtrace_dif_variable) ld: error: undefined symbol: dtrace_getreg >>> referenced by dtrace.c:3385 >>> (../../../sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:3385) >>> dtrace.o:(dtrace_dif_variable) ld: error: undefined symbol: dtrace_getarg >>> referenced by dtrace.c:3348 >>> (../../../sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:3348) >>> dtrace.o:(dtrace_dif_variable) --- kernel.full --- *** [kernel.full] Error code 1 -- You are receiving this mail because: You are the assignee for the bug.
[Bug 285021] the procctl PROC_TRACE_CTL doesn't work as expected
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285021 --- Comment #11 from WZIS Software --- We currently use the "security.bsd.allow_ptrace" to prevent coredump, but because it can be reversed, so it's not reliable. -- You are receiving this mail because: You are the assignee for the bug.
[Bug 285021] the procctl PROC_TRACE_CTL doesn't work as expected
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285021 --- Comment #10 from WZIS Software --- We currently use the "security.bsd.allow_ptrace" to prevent coredump, but because it can be reversed, so it's not reliable. -- You are receiving this mail because: You are the assignee for the bug.
[Bug 285340] scp traffic over OpenVPN 2.6.13 with fails with message authentication code incorrect
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285340 Bug ID: 285340 Summary: scp traffic over OpenVPN 2.6.13 with fails with message authentication code incorrect Product: Base System Version: 14.1-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: b...@freebsd.org Reporter: d...@freebsd.org With a OpenVPN 2.6.13 running on the FreeBSD 14.2 gateway and a FreeBSD 14.1 client, scp traffic fails. Of note: the gateway mentioned above replaced a unit running FreeBSD 14.0-CURRENT amd64 1400094 and OpenVPN 2.6.8_1 - this configuration worked fine with all OpenVPN clients. The scp failure occurs like this: % scp d...@zuul.vpn:FreeBSD-14.2-RELEASE-amd64-memstick.img . FreeBSD-14.2-RELEASE-amd64-memstick.img 0%0 0.0KB/s --:- ETAF ssh_ssh_dispatch_run_fatal: Connection to 10.0.0.10 port 22: message authentication code incorrect scp: Connection closed Interactive ssh sessions work fine. This is repeatable. Over traffic over the web has similar issues. e.g. Bacula backups fail with: SD says - Error: openssl.c:108 TLS read/write failure.: ERR=error:0A000119:SSL \ routines::decryption failed or bad record mac FD says - Error: bsock.c:397 Upgrading the hosts to FreeBSD 14.2 solves the problem. I know the fix for me: I'm going to upgrade to 14.2 anyway. However, knowing the cause of the problem might be important. I've tried various MTU, talked to OpenVPN folks, discussed it on the Bacula channel. -- You are receiving this mail because: You are the assignee for the bug.
[Bug 206649] cyapa(4): Add common gestures for Cypress APA I2C touchpad
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206649 Mark Linimon changed: What|Removed |Added Attachment #166401|0 |1 is obsolete|| --- Comment #7 from Mark Linimon --- Created attachment 258594 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=258594&action=edit Fix enum constant ^Triage: rebase patch. -- You are receiving this mail because: You are the assignee for the bug.
[Bug 273997] truncate 1 EXAMPLE incorrect description
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273997 Alexander Ziaee changed: What|Removed |Added Status|Open|In Progress CC||zi...@runbox.com Assignee|b...@freebsd.org|ma...@freebsd.org -- You are receiving this mail because: You are the assignee for the bug.
[Bug 248563] dma man page missing critical information
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248563 Alexander Ziaee changed: What|Removed |Added Resolution|--- |Overcome By Events Status|Open|Closed CC||zi...@freebsd.org --- Comment #11 from Alexander Ziaee --- Thanks ceri! -- You are receiving this mail because: You are the assignee for the bug.