[Bug 233637] bectl jail doesn't honour {jailID | jailName}
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233637 Rob changed: What|Removed |Added CC||rob.fx...@gmail.com --- Comment #1 from Rob --- Created attachment 200258 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=200258&action=edit bectl change default jail name from the boot environment name to the jail id the patch is based off r342069 -- 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 233637] bectl jail doesn't honour {jailID | jailName}
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233637 --- Comment #2 from Rob --- (In reply to Dave Cottlehuber from comment #0) I made a revision for the patch: https://reviews.freebsd.org/D18607 # bectl jail ${RELEASE} unable to create jail. error: 2 By default, bectl is setting the jail 'name' parameter to the boot environment name, which causes the above error. With the attached fix, when no name is supplied, the default jail name will be the jail id - this is is the same behavior as the jail command. During testing, when I started using the jail id as the default name, the jail would execute with no errors. However, bectl wasn't able to unjail a boot environment because it was failing to match the boot environment path with an existing jail path. The source of this problem was two bugs. 1.in 'bectl_locate_jail', 'mountpoint' is used to resolve the boot environment path, but really 'mounted' should be used. 'mountpoint' is the path where the zfs dataset will be mounted. 'mounted' is the path where the boot environment is mounted. 2.in 'bectl_search_jail_paths', 'jail_getv' would fail after the first call. Which is fine, if the boot environment you're unjailing is the next one up. According to 'man jail_getv', it's expecting name and value strings. 'jail_getv' is being passed an integer for the lastjid. The attached patch uses a string for the lastjid instead. Should now be possible to: # echo $RELEASE 12.0-RC2-update # bectl jail ${RELEASE} ... # bectl unjail ${RELEASE} The other examples: I looked into the command line parsing a bit, it doesn't handle the format . The documentation should be: jail {-b | -U} [{-o key=value | -u key}]... [utility [argument ...]] Looking at this example: # bectl create next /* bectl is looking for the prison boot environment */ /* next is the utility that will be executed for the jail */ # bectl jail prison next specified boot environment does not exist could not mount bootenv from your example: # bectl jail next ${RELEASE} specified boot environment does not exist could not mount bootenv In the above command, bectl is looking for the 'next' boot environment, which doesn't exist. IF it did though, ${RELEASE} is the utility that gets executed for the jail command. I can help with manpage additions or tests if it looks like this patch is in the right direction. -- 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 229155] "Unsupported relocation type 11 in non-PLT relocations" when running compiled binary
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229155 Julien Cigar changed: What|Removed |Added CC||jul...@perdition.city --- Comment #4 from Julien Cigar --- Although not related to TensorFlow, I have the same problem when I try to compile an old Ruby interpreter (1.9.3): this is the command I used: CC=clang CXX=clang++ CPP=clang-cpp RUBY_CONFIGURE_OPTS="--enable-shared" MAKE="make" MAKE_OPTS="-j1" LDFLAGS="-Wl,-z,notext" RBENV_ROOT=/home/jcigar/rbenv rbenv install 1.9.3-p551 which fails as configure with the same "Unsupported relocation type 11 in non-PLT relocations" I've copy/pasted the config.log at https://gist.github.com/silenius/52c0febc48e46d95435eafec9ff15054 this is on: FreeBSD sandbox 12.0-RELEASE FreeBSD 12.0-RELEASE r341666 GENERIC amd64 with: LLD 6.0.1 (FreeBSD 335540-125) (compatible with GNU linkers) -- 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 234156] OpenSSL parially not working
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234156 Bug ID: 234156 Summary: OpenSSL parially not working Product: Base System Version: 12.0-STABLE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: b...@freebsd.org Reporter: dmitryluhtio...@gmail.com #uname -a FreeBSD m25.cabletv.dp.ua 12.0-STABLE FreeBSD 12.0-STABLE r341991 GENERIC amd64 #service ntpd onefetch Certificate verification failed for /C=US/ST=Arizona/L=Scottsdale/O=Starfield Technologies, Inc./CN=Starfield Root Certificate Authority - G2 34370572288:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/usr/src/crypto/openssl/ssl/statem/statem_clnt.c:1925: fetch: https://www.ietf.org/timezones/data/leap-seconds.list: Authentication error # fetch https://download.freebsd.org/ftp/snapshots/ISO-IMAGES/12.0/FreeBSD-12.0-STABLE-amd64-20181213-r341991-disc1.iso Certificate verification failed for /C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3 34370572288:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/usr/src/crypto/openssl/ssl/statem/statem_clnt.c:1925: fetch: https://download.freebsd.org/ftp/snapshots/ISO-IMAGES/12.0/FreeBSD-12.0-STABLE-amd64-20181213-r341991-disc1.iso: Authentication error -- 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 234167] Kernel panic after set vm.act_scan_laundry_weight=0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234167 Bug ID: 234167 Summary: Kernel panic after set vm.act_scan_laundry_weight=0 Product: Base System Version: 11.2-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: kern Assignee: b...@freebsd.org Reporter: di...@dz.dn.ua On one second after # sysctl -w vm.act_scan_laundry_weight=0 executed, kernel is panic with "Fatal trap 18: integer divide fault while kernel mode" I assume that this is not a serious problem, just be happy ;-) -- 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 234167] Kernel panic after set vm.act_scan_laundry_weight=0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234167 Mark Johnston changed: What|Removed |Added CC||ma...@freebsd.org Assignee|b...@freebsd.org|ma...@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 165982] [mpt] mpt instability, drive resets, and losses on FreeBSD 9-stable r232224
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=165982 jonathan changed: What|Removed |Added Status|Open|Closed Resolution|--- |Overcome By Events -- 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 234174] /usr/sbin/tcpdump: ld-elf.so.1: Shared object "libibverbs.so.1" not found, required by "libpcap.so.8"
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234174 Bug ID: 234174 Summary: /usr/sbin/tcpdump: ld-elf.so.1: Shared object "libibverbs.so.1" not found, required by "libpcap.so.8" Product: Base System Version: 12.0-STABLE Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: bin Assignee: b...@freebsd.org Reporter: ohartm...@walstatt.org On a NanoBSD appliance running as gateway/router/firewall, I use a for efficiency restricted setup. The onboard utility /usr/sbin/tcpdump is NOT one of the restricted and therefore not installed binaries, but obviously it is non-functional due to some weird library dependencies. Calling /usr/sbin/tcpdump results in the error ld-elf.so.1: Shared object "libibverbs.so.1" not found, required by libpcap.so.8" Checking ldd /usr/sbin/tcpdump results in /usr/sbin/tcpdump: libpcap.so.8 => /lib/libpcap.so.8 (0x800338000) libcasper.so.1 => /lib/libcasper.so.1 (0x80039d000) libcap_dns.so.1 => /lib/casper/libcap_dns.so.1 (0x8003a4000) libcrypto.so.111 => /lib/libcrypto.so.111 (0x8003ab000) libc.so.7 => /lib/libc.so.7 (0x8006ad000) libibverbs.so.1 => not found (0) libmlx5.so.1 => not found (0) libnv.so.0 => /lib/libnv.so.0 (0x800ab3000) libthr.so.3 => /lib/libthr.so.3 (0x800ac7000) This is a kind of embarassing, I do not need any mlx driver/libs nor do I have them loaded/installed (kernel module load is prohibited anyway). I see this weirdness also with arpwatch. -- 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"
Touchpad recognized as ps/2 mouse
On laptop ASUS X55A FreeBSD 12-RELEASE Touchpad recognized as ps/2 mouse, as a result, can`t disable 'tap-to-click', enable scrolling and other touchpad-related options. asus% dmesg|grep psm psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model Generic PS/2 mouse, device ID 0 asus% sysctl -a |grep syna hw.psm.synaptics_support: 1 asus% sudo libinput-list-devices ... Device: Generic PS/2 mouse Kernel: /dev/input/event3 Group:4 Seat: seat0, default Capabilities: pointer Tap-to-click: n/a ... ___ 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 233657] bectl siliently fails on i386
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233657 Rob changed: What|Removed |Added CC||rob.fx...@gmail.com --- Comment #1 from Rob --- (In reply to Philip Homburg from comment #0) I wasn't able to reproduce this problem on a VM. root@test:~ # uname -a FreeBSD test 12.0-RELEASE FreeBSD 12.0-RELEASE r341666 GENERIC i386 root@test:~ # bectl create bootenv /* no output */ root@test:~ # bectl list BE Active Mountpoint Space Created default NR / 423M 2018-12-19 11:37 bootenv - - 8K2018-12-19 11:46 root@test:~ # gpart show => 40 33554352 vtbd0 GPT (16G) 40 1024 1 freebsd-boot (512K) 1064 984 - free - (492K) 2048 4194304 2 freebsd-swap (2.0G) 4196352 29356032 3 freebsd-zfs (14G) 33552384 2008 - free - (1.0M) -- 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 234180] getrandom linking problem due to missing macros in sys/random.h
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234180 Bug ID: 234180 Summary: getrandom linking problem due to missing macros in sys/random.h Product: Base System Version: 12.0-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: bin Assignee: b...@freebsd.org Reporter: trem...@cainites.net Created attachment 200284 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=200284&action=edit Add missing macros for C++ linking While testing a new version of an application I ran into a linking error. It appears c++ sources including sys/random.h fail linking due to a missing reference to getrandom. This is caused by missing __BEGIN_DECLS/__END_DECLS in sys/random.h Supplied patch remedies the problem, but it might need review by a C++ guru (which I'm 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 234180] getrandom linking problem due to missing macros in sys/random.h
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234180 Conrad Meyer changed: What|Removed |Added CC||c...@freebsd.org --- Comment #1 from Conrad Meyer --- The cdefs include isn't needed (it's in the wrong place, too, but it's redundant with the sys/types include already present in the right place at top of file). Otherwise, adding the C++ demangling seems reasonable to me — at least in the sense that it is consistent with other sys/ headers. For 12.0, can you work around the issue by adding 'extern "C" {' around the #include? -- 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 234180] getrandom linking problem due to missing macros in sys/random.h
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234180 --- Comment #2 from Ralf van der Enden --- I can confirm adding extern "C" {} around it works fine. The software I was trying to build is still in alpha, so no immediate need for a proper fix. I am curious though. Will this be fixed in 12.0-RELEASE-p? update or only in 12-STABLE ? Thanks for your quick response. -- 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 234180] getrandom linking problem due to missing macros in sys/random.h
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234180 --- Comment #3 from Conrad Meyer --- I can't speak to that; I don't know much about FreeBSD's stable/releng process. -- 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 215185] [kbdmap] [patch] UK kbdmap for MacBook
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215185 --- Comment #5 from commit-h...@freebsd.org --- A commit references this bug: Author: dab Date: Wed Dec 19 22:46:04 UTC 2018 New revision: 342252 URL: https://svnweb.freebsd.org/changeset/base/342252 Log: MFC r341806: Add uk.macbook.kbd keymap (vt) PR: 215185 Submitted by: James Wright Reported by: James Wright Changes: _U stable/12/ stable/12/share/vt/keymaps/INDEX.keymaps stable/12/share/vt/keymaps/Makefile stable/12/share/vt/keymaps/uk.macbook.kbd -- You are receiving this mail because: You are on the CC list for the bug. 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 215185] [kbdmap] [patch] UK kbdmap for MacBook
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215185 --- Comment #6 from commit-h...@freebsd.org --- A commit references this bug: Author: dab Date: Wed Dec 19 22:48:28 UTC 2018 New revision: 342254 URL: https://svnweb.freebsd.org/changeset/base/342254 Log: MFC r341806: Add uk.macbook.kbd keymap (vt) PR: 215185 Submitted by: James Wright Reported by: James Wright Changes: _U stable/11/ stable/11/share/vt/keymaps/INDEX.keymaps stable/11/share/vt/keymaps/Makefile stable/11/share/vt/keymaps/uk.macbook.kbd -- You are receiving this mail because: You are on the CC list for the bug. 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"
Hey,we want to build a business relationship of RFID with you,
Hey,we want to build a business relationship of RFID with you, It's my honour to introduce my company - Tanoc,it found on 2007 and we suppling rfid products for more than 30 countries,we can supply rfid cards,lables,tags,wristbands and so on. I know you maight have good business partner working with, but i still want to have any opportunity from you,i hope to build a longterm cooperation with you and start with a small trial order. Best Regards --- Haley Lin Sales Manager Marketing department Tansoc Co.,Ltd. p:+86 594 2618176 f:+86 594 2618178 a:1102 room, Sanhe Building, No 2276 North Xueyuan road,Putian,Fujian P.R, China w:www.tansoc.com e: sa...@tansoc.com ___ 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 233657] bectl siliently fails on i386
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233657 --- Comment #2 from Philip Homburg --- My laptop boots from BIOS and has MBR. Could that make a difference? -- 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 229155] "Unsupported relocation type 11 in non-PLT relocations" when running compiled binary
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229155 Kubilay Kocak changed: What|Removed |Added Severity|Affects Only Me |Affects Some People Assignee|b...@freebsd.org|toolch...@freebsd.org Status|New |Open Keywords||needs-qa, toolchain Flags||mfc-stable12? -- 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 233637] bectl jail doesn't honour {jailID | jailName}
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233637 Kyle Evans changed: What|Removed |Added Assignee|b...@freebsd.org|kev...@freebsd.org CC||kev...@freebsd.org --- Comment #3 from Kyle Evans --- Take; Rob has brought this patch into the Phabricator and further progress will happen there until the patch is committed. -- 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 234195] diff(1) doesn't document long name for -b
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234195 Bug ID: 234195 Summary: diff(1) doesn't document long name for -b Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Manual Pages Assignee: b...@freebsd.org Reporter: deepbluemist...@gmail.com CC: d...@freebsd.org All the long/GNU options are listed for the short/Unix options in diff, except -b --ignore-space-change (or at least that's the one I noticed) Noticed this in 12.0-release -- 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 234196] Default keyboard repeat delay too quick
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234196 Bug ID: 234196 Summary: Default keyboard repeat delay too quick Product: Base System Version: 12.0-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: misc Assignee: b...@freebsd.org Reporter: deepbluemist...@gmail.com In the default terminal (I can't tell whether this is vt or syscons, please help me if you need that info) the default delay before key repeat is far too small. Normally I type fast enough to not be affected, but occasionally I am. This is most noticeable when typing a password slowly: keys get repeated even there. They key delay in xterm is alright, and the key delay (in vt or syscons) after setting kbdcontrol -r normal is alright, too. But the current key repeat delay most resembles kbdcontrol -r fast (or maybe even faster than that!) The key repeat speed is fine, but the default delay is unreasonably small, and could be changed. People who want it to be really fast could switch back, themselves. But as it is now, it sometimes hampers inputting passwords, and provides no benefit. -- 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 234196] Default keyboard repeat delay too quick
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234196 Conrad Meyer changed: What|Removed |Added CC||c...@freebsd.org --- Comment #1 from Conrad Meyer --- Huh, I have the opposite experience. The default rate is far too slow. -- 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 234196] Default keyboard repeat delay too quick
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234196 --- Comment #2 from Andras Farkas --- (In reply to Conrad Meyer from comment #1) Oh. If it's hardware-based, my bad, in opening this diff. In case it's useful, I'm just using a normal mechanical keyboard plugged in via PS/2. I'll see if the delay feels any different with a USB keyboard later tonight. -- 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 234197] Panic after sleep (after nvme0 reset)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234197 Bug ID: 234197 Summary: Panic after sleep (after nvme0 reset) Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: b...@freebsd.org Reporter: tcber...@freebsd.org Hi there I have a Lenovo X1 Carbon (5th gen/2017). Most of the time sleep/resume seems to work just fine. But on some occasions the following happens: - The systems seems to restore fine for ~5s - The system locks up - The system panics/reboots It seems the lockup is related to nvme0 resetting. I will try to fill this with some more information, when it happens the next time... mfg Tobias -- 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 234196] Default keyboard repeat delay too quick
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234196 --- Comment #3 from Andras Farkas --- Indeed: when I booted FreeBSD with a USB keyboard, the keyboard's repeat delay resembled kbdcontrol -r normal instead. -- 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 218741] vt: actions fkeyN starting from fkey13 don't generate any code
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218741 vvv changed: What|Removed |Added Version|11.2-STABLE |12.0-RELEASE -- 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 234156] OpenSSL partially not working
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234156 Dmitry Luhtionov changed: What|Removed |Added Summary|OpenSSL parially not|OpenSSL partially not |working |working -- 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"