[Bug 270428] rc.d improve using info/warn instead of just echo

2023-07-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270428

Mina Galić  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|Open|Closed

--- Comment #8 from Mina Galić  ---
fixed in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270428

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 272415] clang 16.0.6 and 15.0.7 crash

2023-07-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272415

Bug ID: 272415
   Summary: clang 16.0.6 and 15.0.7 crash
   Product: Base System
   Version: CURRENT
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: bin
  Assignee: b...@freebsd.org
  Reporter: ma...@freebsd.org
CC: d...@freebsd.org

While porting libvmmapi to work on arm64, I am doing some questionable things
with the preprocessor and managed to crash clang.  I verified that the problem
occurs with 15.0.7 and 16.0.6; I don't have a development version of LLVM lying
around to test with.

Assertion failed: (Init->containsErrors() && "Dependent code should only occur
in error-recovery path."), function CheckForConstantInitializer, file
/root/freebsd/contrib/llvm-project/clang/lib/Sema/SemaDecl.cpp, line 11845. 
PLEASE submit a bug report to https://bugs.freebsd.org/submit/ and include the
crash backtrace, preprocessed source, and associated run script.
Stack dump: 
0.  Program arguments: cc -O2 -pipe -fno-common
-I/usr/home/markj/src/freebsd/lib/libvmmapi -g -gz=zlib -MD
-MF.depend.vmmapi_machdep.o -MTvmmapi_machdep.o -std=gnu99
-Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall
-Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmiss
ing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts
-Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time
-Wmissing-variable-declarations -Wthread-safety -Wno-empty-body
-Wno-string-plus-int -Wno-unused-const-vari
able -Wno-error=unused-but-set-parameter -Qunused-arguments -c
/usr/home/markj/src/freebsd/lib/libvmmapi/amd64/vmmapi_machdep.c -o
vmmapi_machdep.o
1.  /usr/home/markj/src/freebsd/lib/libvmmapi/amd64/vmmapi_machdep.c:84:46:
current parser token ';'
 #0 0x05390c51 PrintStackTrace
/root/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/Signals.inc:565:13 
 #1 0x0538ef45 RunSignalHandlers
/root/freebsd/contrib/llvm-project/llvm/lib/Support/Signals.cpp:104:18  
 #2 0x0533762e HandleCrash
/root/freebsd/contrib/llvm-project/llvm/lib/Support/CrashRecoveryContext.cpp:76:5
 
 #3 0x053377f3 CrashRecoverySignalHandler
/root/freebsd/contrib/llvm-project/llvm/lib/Support/CrashRecoveryContext.cpp:0:51
 
 #4 0x000806a81b5e handle_signal
/root/freebsd/lib/libthr/thread/thr_sig.c:0:3
 #5 0x000806a81119 thr_sighandler
/root/freebsd/lib/libthr/thread/thr_sig.c:247:1
 #6 0x72d3 ([vdso]+0x2d3)
 #7 0x000806d3733a thr_kill
/usr/obj/root/freebsd/amd64.amd64/lib/libc/thr_kill.S:4:0
 #8 0x000806cafe14 raise /root/freebsd/lib/libc/gen/raise.c:0:10
 #9 0x000806d60dc9 abort /root/freebsd/lib/libc/stdlib/abort.c:73:17
#10 0x000806c92f21 (/lib/libc.so.7+0x93f21)
#11 0x03a46261 (/usr/bin/cc+0x3a46261)
#12 0x03a47f0f AddInitializerToDecl
/root/freebsd/contrib/llvm-project/clang/lib/Sema/SemaDecl.cpp:0:7
#13 0x037b364c ParseDeclarationAfterDeclaratorAndAttributes
/root/freebsd/contrib/llvm-project/clang/lib/Parse/ParseDecl.cpp:0:17
#14 0x037b0b17 ParseDeclGroup
/root/freebsd/contrib/llvm-project/clang/lib/Parse/ParseDecl.cpp:2181:21
#15 0x0375cdc0 ParseDeclOrFunctionDefInternal
/root/freebsd/contrib/llvm-project/clang/lib/Parse/Parser.cpp:0:10
#16 0x0375c76f ParseDeclarationOrFunctionDefinition
/root/freebsd/contrib/llvm-project/clang/lib/Parse/Parser.cpp:1193:12
#17 0x0375b44d ParseExternalDeclaration
/root/freebsd/contrib/llvm-project/clang/lib/Parse/Parser.cpp:0:12
#18 0x037590dc ParseTopLevelDecl
/root/freebsd/contrib/llvm-project/clang/lib/Parse/Parser.cpp:737:10
#19 0x0375338e ParseAST
/root/freebsd/contrib/llvm-project/clang/lib/Parse/ParseAST.cpp:161:5
#20 0x0311f06f Execute
/root/freebsd/contrib/llvm-project/clang/lib/Frontend/FrontendAction.cpp:1041:10
#21 0x030ae81f getPtr
/root/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Error.h:271:42
#22 0x030ae81f operator bool
/root/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Error.h:234:16
#23 0x030ae81f ExecuteAction
/root/freebsd/contrib/llvm-project/clang/lib/Frontend/CompilerInstance.cpp:1035:23
#24 0x031dedf4 ExecuteCompilerInvocation
/root/freebsd/contrib/llvm-project/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp:266:25
#25 0x0264203b cc1_main
/root/freebsd/contrib/llvm-project/clang/tools/driver/cc1_main.cpp:250:15
#26 0x0264fb24 ExecuteCC1Tool
/root/freebsd/contrib/llvm-project/clang/tools/driver/driver.cpp:317:12
#27 0x02f58337 operator()
/root/freebsd/contrib/llvm-project/clang/lib/Driver/Job.cpp:407:30
#28 0x02f58337 

[Bug 272415] clang 16.0.6 and 15.0.7 crash

2023-07-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272415

--- Comment #1 from Mark Johnston  ---
Created attachment 243307
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=243307&action=edit
driver script

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 272415] clang 16.0.6 and 15.0.7 crash

2023-07-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272415

Mark Johnston  changed:

   What|Removed |Added

 Attachment #243308|text/x-csrc |text/plain
  mime type||

--- Comment #2 from Mark Johnston  ---
Created attachment 243308
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=243308&action=edit
source file

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 272415] clang 16.0.6 and 15.0.7 crash

2023-07-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272415

Dimitry Andric  changed:

   What|Removed |Added

 Status|New |Open
   See Also||https://github.com/llvm/llv
   ||m-project/issues/50320

--- Comment #3 from Dimitry Andric  ---
This is https://github.com/llvm/llvm-project/issues/50320, which has been
reported quite a while ago, but there is no fix yet.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 272415] clang 16.0.6 and 15.0.7 crash

2023-07-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272415

--- Comment #4 from Mark Johnston  ---
(In reply to Dimitry Andric from comment #3)
Thanks for tracking that down.  The crash only occurred because I had a typo in
my code, so it's not a serious problem.

Is there any point in keeping this PR open?  Probably not.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 272415] clang 16.0.6 and 15.0.7 crash

2023-07-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272415

Dimitry Andric  changed:

   What|Removed |Added

 Status|Open|Closed
 Resolution|--- |Overcome By Events

--- Comment #5 from Dimitry Andric  ---
(In reply to Mark Johnston from comment #4)
If you can work around it by fixing the source, then indeed, let's close it. If
upstream comes up with a fix at some time, I can still reference this PR so
it's logged somewhere.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 272416] Seldom crash happening with RTL8125

2023-07-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272416

Graham Perrin  changed:

   What|Removed |Added

 Status|New |Open
   Keywords||crash
   Assignee|b...@freebsd.org|n...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 272357] rctl.conf(5) resourcing name error

2023-07-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272357

Graham Perrin  changed:

   What|Removed |Added

   Keywords|needs-patch |
   See Also||https://reviews.freebsd.org
   ||/D40885

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 271607] 14.0-RELEASE metabug

2023-07-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271607
Bug 271607 depends on bug 268400, which changed state.

Bug 268400 Summary: Page fault kernel panic with KTLS enabled
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268400

   What|Removed |Added

 Status|In Progress |Closed
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 272127] fdescfs with linkrdlnk fails openat with O_DIRECTORY unless "ls -l" done in fdescfs dir first...

2023-07-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272127

Dmitry Chagin  changed:

   What|Removed |Added

 CC||dcha...@freebsd.org

--- Comment #8 from Dmitry Chagin  ---
I suspect you are trying to use a linux specific fdescfs linrdlnk mount for a
native application?

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 271062] add support for 28xx based device to isp(4)

2023-07-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271062

--- Comment #13 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=295fd9c1caeb42a4c93005080320d011bf01e4c0

commit 295fd9c1caeb42a4c93005080320d011bf01e4c0
Author: Joerg Pulz 
AuthorDate: 2023-07-07 21:43:34 +
Commit: Warner Losh 
CommitDate: 2023-07-07 21:45:30 +

isp(4): Remove redundant functions for reading data from FLT and flash

Rename isp_rd_2400_nvram to isp_rd_2xxx_flash.
Cleanup some leftovers.
Hide all output regarding FLT parsing behind ISP_LOGDEBUG0.

Thanks to imp@ and mav@ for reviewing and commenting.

PR: 271062
Reviewed by: imp, mav
Sponsored by: Technical University of Munich
Pull Request: https://github.com/freebsd/freebsd-src/pull/726

 sys/dev/isp/isp.c | 115 +++---
 1 file changed, 31 insertions(+), 84 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 271062] add support for 28xx based device to isp(4)

2023-07-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271062

--- Comment #14 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=348ec8dc036bf4ba1f607bb8acb25a0358436cc7

commit 348ec8dc036bf4ba1f607bb8acb25a0358436cc7
Author: Joerg Pulz 
AuthorDate: 2023-07-07 21:43:35 +
Commit: Warner Losh 
CommitDate: 2023-07-07 21:45:30 +

isp(4): Style changes

Please tools/build/checkstyle9.pl as mentioned by imp@

PR: 271062
Reviewed by: imp, mav
Sponsored by: Technical University of Munich
Pull Request: https://github.com/freebsd/freebsd-src/pull/726

 sys/dev/isp/isp.c| 42 ++
 sys/dev/isp/ispreg.h |  4 ++--
 2 files changed, 24 insertions(+), 22 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 271062] add support for 28xx based device to isp(4)

2023-07-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271062

--- Comment #15 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=27b4a1b7e5b871c248dc501aa359c93f7263b074

commit 27b4a1b7e5b871c248dc501aa359c93f7263b074
Author: Joerg Pulz 
AuthorDate: 2023-07-07 21:43:34 +
Commit: Warner Losh 
CommitDate: 2023-07-07 21:45:30 +

isp(4): Add support to read contents of the FLT (flash layout table)

The FLT is like a TOC for the flash area and contains entries for every
flash
region with start/end address, size and flags.
Start using NVRAM addresses from FLT instead of hardcoded ones for ISP28xx
based HBAs.

The FLT should be available on earlier HBAs too, probably since ISP24xx
based.
This needs further investigation and testing.

PR: 271062
Reviewed by: imp, mav
Sponsored by: Technical University of Munich
Pull Request: https://github.com/freebsd/freebsd-src/pull/726

 sys/dev/isp/isp.c| 296 ++-
 sys/dev/isp/ispreg.h |  81 ++
 sys/dev/isp/ispvar.h |  22 
 3 files changed, 397 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 271062] add support for 28xx based device to isp(4)

2023-07-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271062

--- Comment #16 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=233ab94cfd78db16ca431b09f36cebb8ee4674e9

commit 233ab94cfd78db16ca431b09f36cebb8ee4674e9
Author: Joerg Pulz 
AuthorDate: 2023-07-07 21:43:34 +
Commit: Warner Losh 
CommitDate: 2023-07-07 21:45:30 +

ispfw(4): Reword to be more specific

Make clear what "included" means, as suggested by imp@

PR: 271062
Reviewed by: imp, mav
Sponsored by: Technical University of Munich
Pull Request: https://github.com/freebsd/freebsd-src/pull/726

 share/man/man4/ispfw.4 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 271062] add support for 28xx based device to isp(4)

2023-07-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271062

--- Comment #17 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=2b4ccfbbc65b2f140fab6db998e9654c5c2bb972

commit 2b4ccfbbc65b2f140fab6db998e9654c5c2bb972
Author: Joerg Pulz 
AuthorDate: 2023-07-07 21:43:34 +
Commit: Warner Losh 
CommitDate: 2023-07-07 21:45:29 +

isp(4): Document support for new devices

Add 28xx based HBAs to manpage.

PR: 271062
Reviewed by: imp, mav
Sponsored by: Technical University of Munich
Pull Request: https://github.com/freebsd/freebsd-src/pull/726

 share/man/man4/isp.4 | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 271062] add support for 28xx based device to isp(4)

2023-07-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271062

--- Comment #18 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=f76f7fefa1bb5dc2ec0c9e44740faac0b46dac25

commit f76f7fefa1bb5dc2ec0c9e44740faac0b46dac25
Author: Joerg Pulz 
AuthorDate: 2023-07-07 21:43:34 +
Commit: Warner Losh 
CommitDate: 2023-07-07 21:45:30 +

isp(4): Fix reading NVRAM contents for 28xx based devices

Use correct NVRAM address for ISP28xx based HBAs to read NVRAM contents.
  WWPN/WWNN and framesize are correctly read from NVRAM now.

PR: 271062
Reviewed by: imp, mav
Sponsored by: Technical University of Munich
Pull Request: https://github.com/freebsd/freebsd-src/pull/726

 sys/dev/isp/isp.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 271062] add support for 28xx based device to isp(4)

2023-07-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271062

--- Comment #19 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=0c5f23d2f7029608b0f9977f81fcb5746608fc21

commit 0c5f23d2f7029608b0f9977f81fcb5746608fc21
Author: Joerg Pulz 
AuthorDate: 2023-07-07 21:43:34 +
Commit: Warner Losh 
CommitDate: 2023-07-07 21:45:29 +

ispfw(4): Add BUGS section with note about bundled firmware

Note that only firmware for 24xx and 25xx based HBAs is bundled with
ispfw(4).
Those get the bundled firmware loaded into the HBAs memory and executed.
All other HBAs will use the firmware from flash.

PR: 271062
Reviewed by: imp, mav
Sponsored by: Technical University of Munich
Pull Request: https://github.com/freebsd/freebsd-src/pull/726

 share/man/man4/ispfw.4 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 271062] add support for 28xx based device to isp(4)

2023-07-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271062

--- Comment #20 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=407abff6a445c8db335093868e9e7e70438c5901

commit 407abff6a445c8db335093868e9e7e70438c5901
Author: Joerg Pulz 
AuthorDate: 2023-07-07 21:43:34 +
Commit: Warner Losh 
CommitDate: 2023-07-07 21:45:29 +

isp(4): Add support for QLogic 28xx devices

This covers the following HBAs:
  ISP2812-based 64/32G Fibre Channel to PCIe Controller:
QLE2770 Single Port 32GFC PCIe Gen4 x8 Adapter
QLE2772 Dual Port 32GFC PCIe Gen4 x8 Adapter
QLE2870 Single Port 64GFC PCIe Gen4 x8 Adapter
QLE2872 Dual Port 64GFC PCIe Gen4 x8 Adapter

  ISP2814-based 64/32G Fibre Channel to PCIe Controller:
QLE2774 Quad Port 32GFC PCIe Gen4 x16 Adapter
QLE2874 Quad Port 64GFC PCIe Gen4 x16 Adapter

While here, add required bits to support 64GB FC.

Default framesize is set to 2048 for ISP28xx based HBAs for now.

PR: 271062
Reviewed by: imp, mav
Sponsored by: Technical University of Munich
Pull Request: https://github.com/freebsd/freebsd-src/pull/726

 sys/dev/isp/isp.c | 14 +-
 sys/dev/isp/isp_pci.c | 28 
 sys/dev/isp/ispmbox.h |  3 +++
 sys/dev/isp/ispvar.h  |  3 +++
 4 files changed, 47 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 271062] add support for 28xx based device to isp(4)

2023-07-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271062

--- Comment #21 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=707e4d1b20aa3983f7cd2f444d6ce41eebc02698

commit 707e4d1b20aa3983f7cd2f444d6ce41eebc02698
Author: Joerg Pulz 
AuthorDate: 2023-07-07 21:43:34 +
Commit: Warner Losh 
CommitDate: 2023-07-07 21:45:30 +

isp(4): Use the FLT on all supported controllers

The ISP26xx based HBAs are left as is for now with static NVRAM addressing.
Those HBAs are known as 83xx (2031 and 8031 for real) and need special
handling.
This is left for further investigation for now.

Cosmetics:
  - rename functions and defines as they are no longer specific to 28xx
  - set reasonable log levels
  - sort FLT and NVRAM functions (in the order they are used)

Tested and approved to work on real hardware with:
  - Qlogic ISP 2532 (QLogic QLE2562 8Gb 2Port FC Adapter)
  - Qlogic ISP 2722 (QLogic QLE2690 16Gb FC Adapter)
  - Qlogic ISP 2812 (QLogic QLE2772 32Gbit 2Port FC Adapter)

PR: 271062
Reviewed by: imp, mav
Sponsored by: Technical University of Munich
Pull Request: https://github.com/freebsd/freebsd-src/pull/726

 sys/dev/isp/isp.c| 417 +--
 sys/dev/isp/ispreg.h |  29 ++--
 sys/dev/isp/ispvar.h |   4 +
 3 files changed, 260 insertions(+), 190 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 270428] rc.d improve using info/warn instead of just echo

2023-07-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270428

--- Comment #9 from Slawomir Wojciech Wojtczak  ---
So I may assume that my patches has been accepted and commited?

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 259292] vmware/pvscsi: UNMAP fails on VMWare 6.7 thinly provisioned disk running zpool trim: UNMAP failed, disabling BIO_DELETE

2023-07-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259292

Jesse Rehmer  changed:

   What|Removed |Added

 CC||jreh...@blueworldhosting.co
   ||m

--- Comment #1 from Jesse Rehmer  ---
Confirmed same behavior with ESXi 8.0 and FreeBSD 13.2-p1.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 270428] rc.d improve using info/warn instead of just echo

2023-07-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270428

Graham Perrin  changed:

   What|Removed |Added

 Resolution|FIXED   |---
   Severity|Affects Only Me |Affects Some People
 Status|Closed  |Open

--- Comment #10 from Graham Perrin  ---
(In reply to Slawomir Wojciech Wojtczak from comment #6)

> - /etc/rc.d/zfs > yells about ZFS pools import
> - /etc/rc.d/random -> harvesting info even does not fit screen width

(In reply to Slawomir Wojciech Wojtczak from comment #7)

> - /etc/rc.d/zpool
> - /etc/rc.d/random

…

> … /etc/rc.d/routing

Respectively: 





-- 
You are receiving this mail because:
You are the assignee for the bug.