[Bug 164535] [patch] ps(1) truncates command to screen size even when stdout is not a tty

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=164535 Piotr Pawel Stefaniak changed: What|Removed |Added CC||ps...@freebsd.org --- Comm

[Bug 247455] ports-mgmt/pkg incorrectly states it uses /bin/sh for ABI its actually /usr/bin/uname

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247455 Bug ID: 247455 Summary: ports-mgmt/pkg incorrectly states it uses /bin/sh for ABI its actually /usr/bin/uname Product: Documentation Version: Latest Hardware: Any

[Bug 192573] Add ps(1) option: Print process start time in seconds since 1970

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192573 Kubilay Kocak changed: What|Removed |Added Severity|Affects Only Me |Affects Some People Keyw

[Bug 192573] Add ps(1) option: Print process start time in seconds since 1970

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192573 --- Comment #3 from Piotr Pawel Stefaniak --- (In reply to Kubilay Kocak from comment #2) My comment is meant as a "I would reject this but definitely not unilaterally". -- You are receiving this mail because: You are the assignee for the

[Bug 246630] stable/11 regression: base.txz reproducibility depends on number of cpu cores

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246630 --- Comment #36 from commit-h...@freebsd.org --- A commit references this bug: Author: dim Date: Sun Jun 21 09:24:48 UTC 2020 New revision: 362461 URL: https://svnweb.freebsd.org/changeset/base/362461 Log: MFC r362341: Merge commit 0c

[Bug 147444] [rc.d] [patch] /etc/rc.d/zfs stop not called on reboot & modules cause system hang

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=147444 Markus Stoff changed: What|Removed |Added CC||ms-freebsd-bugzilla@stoffne

[Bug 147444] [rc.d] [patch] /etc/rc.d/zfs stop not called on reboot & modules cause system hang

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=147444 --- Comment #4 from Markus Stoff --- It's amazing that after more than 10 years a single line could not be added. Please find attached the diff to facilitate that change. If there is a reason why /etc/rc.d/zfs should not be called by rc.sh

[Bug 147444] [rc.d] [patch] /etc/rc.d/zfs stop not called on reboot & modules cause system hang

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=147444 --- Comment #5 from Markus Stoff --- Correction for the workaround proposed in my previous post: Instead of exec.stop += "/usr/sbin/service zfs stop"; the second line must read: exec.stop += "/usr/sbin/service zfs stop || /usr/b

[Bug 244867] Provide sysctl kern.boot_id

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244867 --- Comment #11 from Ricardo Fraile --- Hello, On FreeBSD-13.0-CURRENT-i386-20200611-r362037 I still have an empty output. root@:~ # sysctl kern.boot_id Thanks, -- You are receiving this mail because: You are the assignee for the bug.

[Bug 204521] [new driver] [request] Port rtsx from OpenBSD to FreeBSD

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521 --- Comment #253 from gn...@justmail.de --- (In reply to Henri Hennebert from comment #252) No change :-/ I don't have the /var/log/messages content available, sorry. The af4b... version locks the keyboard for some time when loaded after sw

[Bug 204521] [new driver] [request] Port rtsx from OpenBSD to FreeBSD

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521 --- Comment #254 from Mario Lobo --- Just a quick question. I tested the driver on my RTL8411B and the git I cloned works perfectly, but I am wondering if the tweaks made to make the RT52xx chips work may affect the version I have now, Is

[Bug 204521] [new driver] [request] Port rtsx from OpenBSD to FreeBSD

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521 --- Comment #255 from Henri Hennebert --- (In reply to Mario Lobo from comment #254) All the changes that I make are tested on my RTL8411B so you can update to the latest master without problem. -- You are receiving this mail because: Yo

[Bug 204521] [new driver] [request] Port rtsx from OpenBSD to FreeBSD

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521 --- Comment #256 from Henri Hennebert --- (In reply to gnikl from comment #253) We will try to check the diff between d5a376b and 25b5dac when the computer is directly booted in FreeBSD without rtsx loaded at boot time. So for 25b5dac:

[Bug 246960] file(1) does not report PIE binaries

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246960 --- Comment #1 from Ed Maste --- File 5.39 from ports works as expected: $ /usr/local/bin/file ~/hello /home/emaste/hello: ELF 64-bit LSB pie executable, x86-64, version 1 (FreeBSD), dynamically linked, interpreter /libexec/ld-elf.so.1, f

[Bug 246960] file(1) does not report PIE binaries

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246960 --- Comment #2 from Ed Maste --- File from ports gets both cases correct: % cp /lib/libc.so.7 /tmp/ % chmod +x /tmp/libc.so.7 % /usr/local/bin/file /tmp/libc.so.7 /tmp/libc.so.7: ELF 64-bit LSB shared object, x86-64, version 1 (FreeBSD), d

[Bug 246960] file(1) does not report PIE binaries

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246960 Ed Maste changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Bug 144285] [patch] ps(1): ps -axo user,%cpu,%mem - most processes using 0% of memory

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=144285 Piotr Pawel Stefaniak changed: What|Removed |Added CC||ps...@freebsd.org --- Comm

[Bug 40572] vipw(8) prints silly message if $EDITOR fails

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=40572 Piotr Pawel Stefaniak changed: What|Removed |Added CC||ps...@freebsd.org --- Comme

[Bug 247417] No way to make touchpad works under freebsd 12.1

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247417 Vladimir Kondratyev changed: What|Removed |Added CC||w...@freebsd.org --- Comment

[Bug 247464] [PATCH] Add support for IUTF8 tty input mode

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247464 Bug ID: 247464 Summary: [PATCH] Add support for IUTF8 tty input mode Product: Base System Version: Unspecified Hardware: Any OS: Any Status: New Sev

[Bug 247464] [PATCH] Add support for IUTF8 tty input mode

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247464 Maxim Lyapin changed: What|Removed |Added Version|Unspecified |CURRENT -- You are receiving this

[Bug 247465] base system/kern after update to xorg-server-1.20, Sun keys are > not recognized

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247465 Bug ID: 247465 Summary: base system/kern after update to xorg-server-1.20, Sun keys are > not recognized Product: Base System Version: 12.1-RELEASE Hardware: amd64

[Bug 246630] stable/11 regression: base.txz reproducibility depends on number of cpu cores

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246630 Dimitry Andric changed: What|Removed |Added Status|Open|Closed Resolution|---

[Bug 247465] base system/kern after update to xorg-server-1.20, Sun keys are > not recognized

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247465 Vladimir Kondratyev changed: What|Removed |Added CC||w...@freebsd.org A

[Bug 247464] [PATCH] Add support for IUTF8 tty input mode

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247464 Yuri Pankov changed: What|Removed |Added CC||yur...@freebsd.org --- Comment #1 fr

Problem reports for b...@freebsd.org that need special attention

2020-06-21 Thread bugzilla-noreply
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 ob

[Bug 247464] Add support for IUTF8 tty input mode

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247464 Lewis Cook changed: What|Removed |Added CC||vul...@wired.sh Keywords|

[Bug 247464] Add support for IUTF8 tty input mode

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247464 --- Comment #3 from Maxim Lyapin --- > For the record, what problems exactly are there with line width when there > are multibyte characters? Is there a separate PR? Double-checked it, sorry, I had a misunderstanding of how things work.

[Bug 247417] No way to make touchpad works under freebsd 12.1

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247417 --- Comment #9 from Mc James --- (In reply to Vladimir Kondratyev from comment #8) Hello; Is that the only way? compiling the kernel WHat happened from version 11 to 12 that we lost all support for this touchpad. besides this touchpad works

[Bug 246960] file(1) does not report PIE binaries

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246960 Xin LI changed: What|Removed |Added Flags||exp-run? CC|

[Bug 246960] file(1) does not report PIE binaries

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246960 Xin LI changed: What|Removed |Added Flags|exp-run?| -- You are receiving this mail because:

[Bug 247464] Add support for IUTF8 tty input mode

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247464 --- Comment #4 from Lewis Cook --- (In reply to Maxim Lyapin from comment #3) By this accord, is it safe to assume this thread can be made closed? ^Lewis -- You are receiving this mail because: You are the assignee for the bug. _

[Bug 247464] Add support for IUTF8 tty input mode

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247464 --- Comment #5 from Yuri Pankov --- (In reply to Lewis Cook from comment #4) No, the IUTF8 addition is useful. I was merely asking about the other issues Maxim mentioned. -- You are receiving this mail because: You are the assignee for t

[Bug 247464] Add support for IUTF8 tty input mode

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247464 --- Comment #6 from Lewis Cook --- (In reply to Yuri Pankov from comment #5) Gotcha, thanks. Skimmed over that part. It's safe to ignore my previous message. ;) -- You are receiving this mail because: You are the assignee for the bug. ___