[Bug 251149] SynPS/2 Synaptics TouchPad: Failed to create a device for ... after upgrade from 12.1 to 12.2
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251149 Bug ID: 251149 Summary: SynPS/2 Synaptics TouchPad: Failed to create a device for ... after upgrade from 12.1 to 12.2 Product: Base System Version: 12.2-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: b...@freebsd.org Reporter: freebsd-po...@jan0sch.de Hi, I just upgraded from 12.1-RELEASE to 12.2-RELEASE on my Dell XPS m1330 and the syntaptics touchpad stopped working. I played a bit around with the `kern.evdev.rcpt_mask` settings but to no avail. ``` # grep -i synaptic /boot/loader.conf hw.psm.synaptics_support="1" # sysctl kern.evdev.rcpt_mask kern.evdev.rcpt_mask: 12 # dmesg | grep -i synaptic psm0: model Synaptics Touchpad, device ID 0 # grep EE /var/log/Xorg.0.log (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 1609.992] (II) Initializing extension MIT-SCREEN-SAVER [ 1610.031] (EE) AIGLX error: Calling driver entry point failed [ 1611.000] (EE) event6 - SynPS/2 Synaptics TouchPad: kernel bug: device has min == max on ABS_X [ 1611.048] (EE) libinput: SynPS/2 Synaptics TouchPad: Failed to create a device for /dev/input/event6 [ 1611.048] (EE) PreInit returned 2 for "SynPS/2 Synaptics TouchPad" # grep -i synaptic /var/log/Xorg.0.log [ 1610.942] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6) [ 1610.942] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev pointer catchall" [ 1610.942] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall" [ 1610.943] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput pointer catchall" [ 1610.943] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall" [ 1610.943] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad' [ 1610.943] (**) SynPS/2 Synaptics TouchPad: always reports core events [ 1610.999] (II) event6 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Mouse Touchpad [ 1611.000] (EE) event6 - SynPS/2 Synaptics TouchPad: kernel bug: device has min == max on ABS_X [ 1611.000] (II) event6 - SynPS/2 Synaptics TouchPad: was rejected [ 1611.048] (EE) libinput: SynPS/2 Synaptics TouchPad: Failed to create a device for /dev/input/event6 [ 1611.048] (EE) PreInit returned 2 for "SynPS/2 Synaptics TouchPad" # cat /usr/local/etc/X11/xorg.conf.d/synaptics-touchpad.conf Section "InputClass" Identifier "Touchpad" MatchIsTouchpad "on" Driver "libinput" Option "Tapping""on" Option "ScrollMethod" "edge" Option "DisableWhileTyping" "on" EndSection ``` It looks like the touchpad gets "rejected" although I have no idea if this is a kernel or a xorg/driver problem. Does anyone have an idea or how can I help out (debug logs etc.)? Kind regards, Jens -- 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 251149] SynPS/2 Synaptics TouchPad: Failed to create a device for ... after upgrade from 12.1 to 12.2
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251149 Mark Linimon changed: What|Removed |Added Keywords||regression -- 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 251150] Cannot compile zfsboot: no previous prototype for function 'main' [-Werror,-Wmissing-prototypes]
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251150 Bug ID: 251150 Summary: Cannot compile zfsboot: no previous prototype for function 'main' [-Werror,-Wmissing-prototypes] Product: Base System Version: CURRENT Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: b...@freebsd.org Reporter: markiyan.kush...@gmail.com cc -O2 -pipe -fno-common -I/work/src.svn/stand/i386/btx/lib -nostdinc -I/work/obj/work/src.svn/amd64.amd64/stand/libsa32 -I/work/src.svn/stand/libsa -D_STANDALONE -I/work/src.svn/sys -Ddouble=jagged-little-pill -Dfloat=floaty-mcfloatface -ffunction-sections -fdata-sections -DLOADER_GELI_SUPPORT -I/work/src.svn/stand/libsa/geli -DLOADER_DISK_SUPPORT -m32 -ffreestanding -mno-mmx -mno-sse -mno-avx -mno-avx2 -msoft-float -march=i386 -mno-relax -I. -Iinclude -DBOOTPROG=\"zfsboot\" -O1 -DBOOT2 -DLOADER_GPT_SUPPORT -DLOADER_MBR_SUPPORT -DLOADER_ZFS_SUPPORT -DLOADER_UFS_SUPPORT -DSIOPRT=0x3f8 -DSIOFMT=0x3 -DSIOSPD=9600 -I/work/src.svn/stand/common -I/work/src.svn/stand/i386/common -I/work/src.svn/stand/i386/libi386 -I/work/src.svn/stand/libsa/zfs -I/work/src.svn/sys/crypto/skein -I/work/src.svn/sys/cddl/boot/zfs -I/work/src.svn/sys/contrib/openzfs/include -I/work/src.svn/sys/contrib/openzfs/include/os/freebsd/spl -I/work/src.svn/sys/contrib/openzfs/include/os/freebsd/zfs -I/work/src.svn/sys/cddl/contrib/opensolaris/common/lz4 -I/work/src.svn/stand/i386/boot2 -Wall -Waggregate-return -Wbad-function-cast -Wno-cast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -g -MD -MF.depend.zfsboot.o -MTzfsboot.o -std=gnu99 -Wno-format-zero-length -nobuiltininc -idirafter /usr/lib/clang/9.0.1/include -Wsystem-headers -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-address-of-packed-member -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Oz -Qunused-arguments-c /work/src.svn/stand/i386/zfsboot/zfsboot.c -o zfsboot.o /work/src.svn/stand/i386/zfsboot/zfsboot.c:165:1: error: no previous prototype for function 'main' [-Werror,-Wmissing-prototypes] main(void) ^ /work/src.svn/stand/i386/zfsboot/zfsboot.c:164:1: note: declare 'static' if the function is not intended to be used outside of this translation unit int ^ static 1 error generated. *** Error code 1 Stop. make: stopped in /work/src.svn/stand/i386/zfsboot I'd suggest to add the main() declaration much like it's in gptboot. -- 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 223768] pmspcv panics at boot
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223768 Dirk Meyer changed: What|Removed |Added Keywords||panic -- 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 251150] Cannot compile zfsboot: no previous prototype for function 'main' [-Werror,-Wmissing-prototypes]
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251150 --- Comment #1 from markiyan.kush...@gmail.com --- Revision: 367699 -- 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 143088] [hang] FreeBSD 9.0-CURRENT freezes while starting kernel [regression]
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=143088 Dirk Meyer changed: What|Removed |Added Keywords||regression CC||din...@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 162228] Panic in ufsdirhash_build()
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=162228 Dirk Meyer changed: What|Removed |Added CC||din...@freebsd.org Hardware|Any |i386 -- 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 251150] Cannot compile zfsboot: no previous prototype for function 'main' [-Werror,-Wmissing-prototypes]
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251150 --- Comment #2 from markiyan.kush...@gmail.com --- # cat /etc/src.conf WITHOUT_ATM=ok WITH_BSD_GREP=ok WITHOUT_CROSS_COMPILER=ok WITH_CTF=ok WITHOUT_DMAGENT=ok WITH_EXTRA_TCP_STACKS=ok WITHOUT_FLOPPY=ok WITHOUT_GNU_DIFF=ok WITHOUT_GNU_GREP=ok WITHOUT_LIB32=ok WITHOUT_LLVM_TARGET_ALL=ok WITH_LOADER_LUA=ok WITHOUT_MAIL=ok WITHOUT_REPRODUCIBLE_BUILD=ok # cat /etc/make.conf MALLOC_PRODUCTION=true -- 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 250459] rtsold missing option to set fib
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250459 Dirk Meyer changed: What|Removed |Added Status|New |Closed Resolution|--- |FIXED --- Comment #2 from Dirk Meyer --- adding to rc.conf: rtsold_fib="5" fixes the problem. -- 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 225208] buildworld fails on my AMD64
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225208 IsabelleGoddard changed: What|Removed |Added CC||m...@getnada.com --- Comment #10 from IsabelleGoddard --- An original picture of the turf is vital or the attachment for the field. Paths of the turns and https://essaysoriginreview.com/boomessays-review/ are hurried for the goals. Skills are manner and matter-oriented for the terms for the cycle for all shows for humans. -- 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 251150] Cannot compile zfsboot: no previous prototype for function 'main' [-Werror,-Wmissing-prototypes]
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251150 --- Comment #3 from Toomas Soome --- what compiler do you have? because I do not get this error: root@freebsd-2:/usr/src/stand/i386/zfsboot # make cc -O2 -pipe -fno-common -I/usr/src/stand/i386/btx/lib -nostdinc -I/usr/obj/usr/src/amd64.amd64/stand/libsa32 -I/usr/src/stand/libsa -D_STANDALONE -I/usr/src/sys -Ddouble=jagged-little-pill -Dfloat=floaty-mcfloatface -ffunction-sections -fdata-sections -DLOADER_GELI_SUPPORT -I/usr/src/stand/libsa/geli -DLOADER_DISK_SUPPORT -m32 -ffreestanding -mno-mmx -mno-sse -mno-avx -mno-avx2 -msoft-float -march=i386 -mno-relax -I. -Iinclude -DBOOTPROG=\"zfsboot\" -O1 -DBOOT2 -DLOADER_GPT_SUPPORT -DLOADER_MBR_SUPPORT -DLOADER_ZFS_SUPPORT -DLOADER_UFS_SUPPORT -DSIOPRT=0x3f8 -DSIOFMT=0x3 -DSIOSPD=9600 -I/usr/src/stand/common -I/usr/src/stand/i386/common -I/usr/src/stand/i386/libi386 -I/usr/src/stand/libsa/zfs -I/usr/src/sys/crypto/skein -I/usr/src/sys/cddl/boot/zfs -I/usr/src/sys/contrib/openzfs/include -I/usr/src/sys/contrib/openzfs/include/os/freebsd/spl -I/usr/src/sys/contrib/openzfs/include/os/freebsd/zfs -I/usr/src/sys/cddl/contrib/opensolaris/common/lz4 -I/usr/src/stand/i386/boot2 -Wall -Waggregate-return -Wbad-function-cast -Wno-cast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -g -MD -MF.depend.zfsboot.o -MTzfsboot.o -std=gnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-address-of-packed-member -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Oz -Qunused-arguments-c /usr/src/stand/i386/zfsboot/zfsboot.c -o zfsboot.o ld -m elf_i386_fbsd -static -N --gc-sections --defsym ORG=0x2000 -T /usr/src/stand/i386/boot.ldscript -o zfsboot.out /usr/obj/usr/src/amd64.amd64/stand/i386/btx/lib/crt0.o zfsboot.o sio.o cons.o bcache.o devopen.o disk.o part.o zfs_cmd.o /usr/obj/usr/src/amd64.amd64/stand/i386/libi386/libi386.a /usr/obj/usr/src/amd64.amd64/stand/libsa32/libsa32.a objcopy -S -O binary zfsboot.out zfsboot.bin btxld -v -E 0x2000 -f bin -b /usr/obj/usr/src/amd64.amd64/stand/i386/btx/btx/btx -l zfsboot.ldr -o zfsboot.ld -P 1 zfsboot.bin kernel: ver=1.02 size=6b0 load=9000 entry=9010 map=16M pgctl=1:1 client: fmt=bin size=27f84 text=0 data=0 bss=0 entry=0 output: fmt=bin size=28634 text=0 data=28634 org=0 entry=0 96716 bytes available dd status=none if=zfsboot.ld of=zfsboot2 bs=262144 conv=sync cat zfsboot1 zfsboot2 > zfsboot root@freebsd-2:/usr/src/stand/i386/zfsboot # cc -v FreeBSD clang version 11.0.0 (g...@github.com:llvm/llvm-project.git llvmorg-11.0.0-rc5-0-g60a25202a7d) Target: x86_64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin root@freebsd-2:/usr/src/stand/i386/zfsboot # Of course we can add this prototype, but I'd like to understand why you have this error and I do not. -- 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 251154] mlx4en sometimes panics on ACPI S3 suspend/resume
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251154 Bug ID: 251154 Summary: mlx4en sometimes panics on ACPI S3 suspend/resume Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: b...@freebsd.org Reporter: greg@unrelenting.technology mlx4 doesn't currently have proper suspend/resume support, but it often comes back with a successful reset after resume. But sometimes failures happen, e.g. when it tries to reset right before the actual suspend happens, and reset fails: [328] mlx4_core0: PCI device did not come back after reset, aborting [328] mlx4_core0: Fail to reset HCA [328] panic: BUG ON err != 0 failed at [..]/sys/dev/mlx4/mlx4_core/mlx4_catas.c:187 [328] cpuid = 12 [328] time = 1605438800 [328] KDB: stack backtrace: [328] db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfe00e97a6810 [328] vpanic() at vpanic+0x182/frame 0xfe00e97a6860 [328] panic() at panic+0x43/frame 0xfe00e97a68c0 [328] mlx4_enter_error_state() at mlx4_enter_error_state+0x482/frame 0xfe00e97a6900 [328] __mlx4_cmd() at __mlx4_cmd+0x60e/frame 0xfe00e97a6980 [328] mlx4_en_DUMP_ETH_STATS() at mlx4_en_DUMP_ETH_STATS+0x7d/frame 0xfe00e97a6a40 [328] mlx4_en_do_get_stats() at mlx4_en_do_get_stats+0x8f/frame 0xfe00e97a6aa0 [328] linux_work_fn() at linux_work_fn+0xe1/frame 0xfe00e97a6b00 [328] taskqueue_run_locked() at taskqueue_run_locked+0x181/frame 0xfe00e97a6b80 [328] taskqueue_thread_loop() at taskqueue_thread_loop+0xac/frame 0xfe00e97a6bb0 [328] fork_exit() at fork_exit+0x7d/frame 0xfe00e97a6bf0 [328] fork_trampoline() at fork_trampoline+0xe/frame 0xfe00e97a6bf0 -- 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"
Re: [Bug 251150] Cannot compile zfsboot: no previous prototype for function 'main' [-Werror,-Wmissing-prototypes]
I compiled it with a clang dating before Mar 2020. -- Markiyan. 2020-11-15 13:41 GMT+02:00, bugzilla-nore...@freebsd.org : > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251150 > > --- Comment #3 from Toomas Soome --- > what compiler do you have? because I do not get this error: > > root@freebsd-2:/usr/src/stand/i386/zfsboot # make > cc -O2 -pipe -fno-common -I/usr/src/stand/i386/btx/lib -nostdinc > -I/usr/obj/usr/src/amd64.amd64/stand/libsa32 -I/usr/src/stand/libsa > -D_STANDALONE -I/usr/src/sys -Ddouble=jagged-little-pill > -Dfloat=floaty-mcfloatface -ffunction-sections -fdata-sections > -DLOADER_GELI_SUPPORT -I/usr/src/stand/libsa/geli -DLOADER_DISK_SUPPORT > -m32 > -ffreestanding -mno-mmx -mno-sse -mno-avx -mno-avx2 -msoft-float > -march=i386 > -mno-relax -I. -Iinclude -DBOOTPROG=\"zfsboot\" -O1 -DBOOT2 > -DLOADER_GPT_SUPPORT -DLOADER_MBR_SUPPORT -DLOADER_ZFS_SUPPORT > -DLOADER_UFS_SUPPORT -DSIOPRT=0x3f8 -DSIOFMT=0x3 -DSIOSPD=9600 > -I/usr/src/stand/common -I/usr/src/stand/i386/common > -I/usr/src/stand/i386/libi386 -I/usr/src/stand/libsa/zfs > -I/usr/src/sys/crypto/skein -I/usr/src/sys/cddl/boot/zfs > -I/usr/src/sys/contrib/openzfs/include > -I/usr/src/sys/contrib/openzfs/include/os/freebsd/spl > -I/usr/src/sys/contrib/openzfs/include/os/freebsd/zfs > -I/usr/src/sys/cddl/contrib/opensolaris/common/lz4 > -I/usr/src/stand/i386/boot2 > -Wall -Waggregate-return -Wbad-function-cast -Wno-cast-align > -Wmissing-declarations -Wmissing-prototypes -Wnested-externs > -Wpointer-arith > -Wshadow -Wstrict-prototypes -Wwrite-strings -g -MD -MF.depend.zfsboot.o > -MTzfsboot.o -std=gnu99 -Wno-format-zero-length -Wsystem-headers -Werror > -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int > -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value > -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion > -Wno-unused-local-typedef -Wno-address-of-packed-member -Wno-switch > -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Oz > -Qunused-arguments-c /usr/src/stand/i386/zfsboot/zfsboot.c -o zfsboot.o > ld -m elf_i386_fbsd -static -N --gc-sections --defsym ORG=0x2000 -T > /usr/src/stand/i386/boot.ldscript -o zfsboot.out > /usr/obj/usr/src/amd64.amd64/stand/i386/btx/lib/crt0.o zfsboot.o sio.o > cons.o > bcache.o devopen.o disk.o part.o zfs_cmd.o > /usr/obj/usr/src/amd64.amd64/stand/i386/libi386/libi386.a > /usr/obj/usr/src/amd64.amd64/stand/libsa32/libsa32.a > objcopy -S -O binary zfsboot.out zfsboot.bin > btxld -v -E 0x2000 -f bin -b > /usr/obj/usr/src/amd64.amd64/stand/i386/btx/btx/btx -l zfsboot.ldr -o > zfsboot.ld -P 1 zfsboot.bin > kernel: ver=1.02 size=6b0 load=9000 entry=9010 map=16M pgctl=1:1 > client: fmt=bin size=27f84 text=0 data=0 bss=0 entry=0 > output: fmt=bin size=28634 text=0 data=28634 org=0 entry=0 > 96716 bytes available > dd status=none if=zfsboot.ld of=zfsboot2 bs=262144 conv=sync > cat zfsboot1 zfsboot2 > zfsboot > root@freebsd-2:/usr/src/stand/i386/zfsboot # cc -v > FreeBSD clang version 11.0.0 (g...@github.com:llvm/llvm-project.git > llvmorg-11.0.0-rc5-0-g60a25202a7d) > Target: x86_64-unknown-freebsd13.0 > Thread model: posix > InstalledDir: /usr/bin > root@freebsd-2:/usr/src/stand/i386/zfsboot # > > Of course we can add this prototype, but I'd like to understand why you > have > this error and I do not. > > -- > 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" > ___ 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 251150] Cannot compile zfsboot: no previous prototype for function 'main' [-Werror,-Wmissing-prototypes]
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251150 --- Comment #4 from markiyan.kush...@gmail.com --- I compiled it with a clang dating before Mar 2020. -- 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 251150] Cannot compile zfsboot: no previous prototype for function 'main' [-Werror,-Wmissing-prototypes]
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251150 Toomas Soome changed: What|Removed |Added Assignee|b...@freebsd.org|tso...@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 251081] Grep Crashes with both «--after-context» «--max-count» Switches are Used
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251081 --- Comment #3 from CrazyMihey --- (In reply to Igor Kolesnik from comment #2) Great & Quickly! But ToDay (ReVision 367710) I did not see This Change neither in «RelEng 12.2», not in «Head» (Current). SVN Says, «/[base]/head/gnu/usr.bin/grep/grep.c» File is 7 Years old. Do You Recommend to Apply Your Patch by MySelf after Source DownLoad? Sorry, maybe I do not understand the Development Stadies of BugFixing, will This Patch be Allpied to Current or RelEng Tree? Or maybe it is better not to Use the Bugging-Flags together? I did not touch WITH_BSD_GREP/WITHOUT_GNU_GREP/WITH_GNU_GREP_COMPAT in «etc\src.conf», so it seems, I newer used «BSD grep»: always try to use Distribution-Default Utilities first. Thank You! -- 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 209821] UEFI - installation media hangs when booting on ASUS P6P67 DELUXE
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209821 --- Comment #34 from RichardG --- (In reply to RichardG from comment #32) My previous comment is wrong. Mute or quiet do not prevent hangs during boot. I also experienced hangs during shutdowns. in that case, the messages "syncing disks vnodes remaining... etc" are'nt displayed. -- 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 251081] Grep Crashes with both «--after-context» «--max-count» Switches are Used
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251081 --- Comment #4 from Igor Kolesnik --- (In reply to CrazyMihey from comment #3) I'm not a FreeBSD developer. The fix only exists as the proposed patch attached to this ticket. Actually, I don't know how it goes further from here. I searched for bugs related to grep https://bugs.freebsd.org/bugzilla/buglist.cgi?quicksearch=grep&list_id=387710 and found that this bug already reported a quite time ago https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193835 Also, it seems that gnugrep is going to be dropped away in favor of bsdgrep. And there is a port/package textproc/gnugrep which is free of this bug. -- 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 250629] lockups on Dell R740xd with 12-STABLE
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250629 --- Comment #5 from Juraj Lutter --- This is very similar to PR 200459 (see attachments). -- 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 250629] lockups on Dell R740xd with 12-STABLE
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250629 --- Comment #7 from Juraj Lutter --- Created attachment 219709 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=219709&action=edit mrsas ocr thread -- 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 250629] lockups on Dell R740xd with 12-STABLE
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250629 --- Comment #6 from Juraj Lutter --- Created attachment 219708 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=219708&action=edit nvme -- 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"
Problem reports for b...@freebsd.org that need special attention
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status |Bug Id | Description +---+--- New |197876 | [devfs] an error in devfs leads to data loss and New |198797 | [PATCH] Added an option to install BSDstats to bs New |202362 | ntp: restore refclocks selection (10.2-RELEASE re New |202740 | vi/ex string substitution problem when there is m New |204097 | witness_initialize() does not perform bound check New |206336 | [patch] usr.sbin/freebsd-update allow proxy confi New |209213 | UEFI Loader shows only black screen with Nvidia G New |210804 | installerconfig - using ZFS create in custom scri New |223470 | freebsd-update: Cannot identify running kernel (/ New |230620 | "install -d" issue New |235085 | [PATCH] Option to make rc.d/sysctl more verbose ( Open| 71667 | [patch] cleanup of the usr.sbin/bootparamd code Open|182466 | [headers] [patch] make self-contained Open|183618 | [panic] Dell PowerEdge R620 -- PERC H710 Mini (mf Open|187015 | agpgart: Panic make_dev_credv: bad si_name (error Open|192573 | Add ps(1) option: Print process start time in sec Open|194925 | [pf] [ifconfig] interface group keywords do not w Open|197921 | scheduler: Allow non-migratable threads to bind t Open|206528 | Emulex LPe 16002 FC HBA Not Recognized by oce(4) Open|206649 | cyapa(4): Add common gestures for Cypress APA I2C Open|207248 | [patch] daemon(8): Add option to redirect stdout Open|207940 | stand/efi/boot1: Add boot partition selection Open|212608 | sockstat(1) and lsof(8) can not identity the owne Open|220246 | syslogd does not send RFC3164-conformant messages Open|221305 | Mouse cursor loss when moving cursor while loadin Open|221550 | kern.bootfile returns only /kernel on mips64 (ERL Open|221854 | makefs: Reject UFS labels that are too long to fi Open|222632 | connect(2) not available in capability mode Open|226893 | freebsd-update: Support patchlevel argument for f Open|231810 | [build] release always fails with "mkimg: partiti Open|233578 | Unprivileged local user can prevent other users l Open|233988 | freebsd-update: Improve progress output on termin Open|236718 | system panics with message: vm_fault_hold: fault Open|237287 | moused(8) ignores button release events in virtua Open|237924 | Possible infinite loop in function empty_aux_buff Open|237981 | cxgb(4): Driver doesn't work with latest (7.12) C Open|238183 | cam/scsi/scsi_sa.c: warnings issued by static ana Open|238486 | Possible buffer overflow bug in sc_allocate_keybo Open|238550 | Touchpad (via SMBus) not working: Synaptics (SYN1 Open|238638 | mfi: Remove unnecessary pointer printing in mfi.c Open|238837 | init: Remove P_SYSTEM flag from PID 1 to allow ea Open|241697 | i915kms: Kernel panic loading module on custom ke Open|242212 | usr.sbin/mergemaster/mergemaster.sh: There is no Open|244181 | unzip: Add passphrase and GLIBC build support Open|244838 | "bectl activate -t" does not honor the -t flag in Open|247132 | Fix build error: use of undeclared identifier 'cp Open|247301 | linuxkpi: panic: Assertion td->td_lkpi_task == NU Open|248715 | dhclient: prepend domain-name-servers in dhclient 48 problems total for which you should take action. ___ 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 251154] mlx4en sometimes panics on ACPI S3 suspend/resume
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251154 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org Keywords||panic -- 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 251170] 12.2 clean install build world failure
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251170 Mark Linimon changed: What|Removed |Added Assignee|standa...@freebsd.org |b...@freebsd.org Component|standards |kern -- 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 251178] _group have no effect unless chroot is used
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251178 Bug ID: 251178 Summary: _group have no effect unless chroot is used Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: conf Assignee: b...@freebsd.org Reporter: delp...@freebsd.org Currently, for rc.d scripts, their _group have no effect (unlike _user) unless chroot is being used. This is documented in the comments, and for most usage this doesn't really matter (because role accounts are generally configured with primary group set to the desired group), but it can cause confusion. -- 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 251178] _group have no effect unless chroot is used
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251178 Xin LI changed: What|Removed |Added CC||chris...@netbsd.org, ||lw...@freebsd.org --- Comment #1 from Xin LI --- Creating a bug to track this. -- 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 251179] su(1) should support substituting group ID
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251179 Bug ID: 251179 Summary: su(1) should support substituting group ID Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: b...@freebsd.org Reporter: delp...@freebsd.org Related to bug 251178 . The FreeBSD su(1) does not provide a way to substitute group ID. This is supported by NetBSD by specifying a group ID after : , and it requires the user to belong to the group. With coreutils, the user can specify -g (primary group) and -G (supplemental group), but only root can use these. -- 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 251178] _group have no effect unless chroot is used
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251178 Xin LI changed: What|Removed |Added Depends on||251179 Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251179 [Bug 251179] su(1) should support substituting group ID -- 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 251179] su(1) should support substituting group ID
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251179 Xin LI changed: What|Removed |Added Blocks||251178 Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251178 [Bug 251178] _group have no effect unless chroot is used -- 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"