https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241848
Dimitry Andric changed:
What|Removed |Added
CC||d...@freebsd.org
--- Comment #15
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244713
--- Comment #4 from Julien Cigar ---
Thanks for you reply kib, I've attached the full procstat -kk -a
--
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@f
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244713
--- Comment #5 from Julien Cigar ---
Created attachment 212324
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=212324&action=edit
procstat -kk -a
--
You are receiving this mail because:
You are the assignee for the bug.
On Tue, 10 Mar 2020 at 19:15, Andy Farkas wrote:
>
> Is it just a matter of putting "syscons=[sc|vt]" in loader.conf
> to select whatever driver?
Have a look at sc(4) and vt(4) - in loader.conf:
kern.vty=sc
or
kern.vty=vt
And sysctl kern.vty will let you know which you're using.
Hi,
In my daily reports I'm seeing this:
ld-elf.so.1: Shared object "libnetgraph.so.4" not found, required by "netstat"
This system uses freebsd-update. How can I fix this?
thanks,
--
J.
signature.asc
Description: PGP signature
On Wed, Mar 11, 2020 at 06:40:14PM +, tech-lists wrote:
Hi,
In my daily reports I'm seeing this:
ld-elf.so.1: Shared object "libnetgraph.so.4" not found, required by "netstat"
This system uses freebsd-update. How can I fix this?
Following up to this, I find that all my freebsd-update ma
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244743
Bug ID: 244743
Summary: ypldap.conf.5 examples incorrect path
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Aff
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244713
--- Comment #6 from Konstantin Belousov ---
I think I see the problem.
The proposed (untested) patch for CURRENT is at
https://reviews.freebsd.org/D24038
Since it is not applicable to stable/12 without conflicts, there were a lot of
rewri
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244713
--- Comment #7 from Konstantin Belousov ---
Created attachment 212343
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=212343&action=edit
Port of D24038 to stable/12
--
You are receiving this mail because:
You are the assignee fo