[ Livraison et retour gratuits ]( https://www.glamuse.com/?ref=21369r10 ) [
Version en ligne ](
https://www.glamuse.com/news/20210110-Z2Z6d-r10/?ref=21369r10&pays=73 ) [ ](
https://www.glamuse.com/?ref=21369r10 ) [ Lingerie ](
https://www.glamuse.com/lingerie.html?ref=2136
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252553
Bug ID: 252553
Summary: Kernel panic on big network and IO load
Product: Base System
Version: 12.2-STABLE
Hardware: amd64
OS: Any
Status: New
Severi
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210858
dmilith changed:
What|Removed |Added
Status|New |Closed
Resolution|---
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252554
Bug ID: 252554
Summary: dumpon doesn't work with -z or -Z options?
Product: Base System
Version: 12.2-STABLE
Hardware: Any
OS: Any
Status: New
Sever
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244838
--- Comment #6 from Herbert J. Skuhra ---
1. Fresh AUTO-ZFS install from latest CURRENT ISO
(FreeBSD-13.0-CURRENT-amd64-20210107-f2b794e1e90-255641-disc1.iso): 'bectl
activate -t' works.
2. Fresh AUTO-ZFS install from latest STABLE ISO
(Fr
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244838
--- Comment #7 from Herbert J. Skuhra ---
Sorry, I forgot to add:
'zpool upgrade -a' and 'gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1
vtbd0' would resolve the issue. But then of course the old 12.2-STABLE VM is no
longer bootable
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244838
--- Comment #8 from Toomas Soome ---
(In reply to Herbert J. Skuhra from comment #7)
Do not upgrade pool, just install gptzfsboot.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252553
Mark Linimon changed:
What|Removed |Added
Keywords||panic
--
You are receiving this ma
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244838
--- Comment #9 from Herbert J. Skuhra ---
(In reply to Toomas Soome from comment #8)
Thanks. After only installing gptzfsboot from HEAD:
- Both BEs (12.2-STABLE and HEAD) are bootable
- But now 'bectl activate -t' only works in the new BE
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252553
Ed Maste changed:
What|Removed |Added
Status|New |Closed
CC|
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252554
Ed Maste changed:
What|Removed |Added
CC||ema...@freebsd.org,
|
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252554
Ed Maste changed:
What|Removed |Added
Status|New |Open
--
You are receiving this mail be
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244838
--- Comment #10 from Toomas Soome ---
(In reply to Herbert J. Skuhra from comment #9)
Yes, because we are using more flexible data structure (nvlist) in pool label
with updated implementation. Unfortunately this does make jumping back and
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252554
--- Comment #2 from Mark Johnston ---
Hidden in the CAVEATS section of the man page we have:
-Z requires a kernel compiled with the ZSTDIO kernel option.
so my first question is whether your kernel indeed has these options. "sysctl
kern.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=44034
Oleksandr Tymoshenko changed:
What|Removed |Added
CC||d...@freebsd.org
Co
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252553
Mark Johnston changed:
What|Removed |Added
CC||ma...@freebsd.org
--- Comment #2 f
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252554
--- Comment #3 from Ed Maste ---
(In reply to Mark Johnston from comment #2)
Perhaps we can handle EINVAL by retrying the ioctl w/ compression turned off,
and if that works emitting a warning that -z/-Z was ignored, kernel likely does
not h
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252554
--- Comment #4 from Ed Maste ---
Something like (completely untested):
+ if (error == EINVAL && netdump && (gzip || zstd)) {
+ /* Retry w/o compression in case kernel lacks support. */
+ kdap->kda_compress
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252554
--- Comment #5 from Mark Johnston ---
(In reply to Ed Maste from comment #4)
That seems reasonable to me. I don't think it should be restricted to netdump
though.
--
You are receiving this mail because:
You are the assignee for the bug.
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
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249871
Jason W. Bacon changed:
What|Removed |Added
Resolution|--- |Overcome By Events
St
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=177362
Michael Tuexen changed:
What|Removed |Added
Resolution|--- |Works As Intended
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249871
--- Comment #21 from Rick Macklem ---
Good news.
Hopefully it won't show up again.
--
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252554
--- Comment #6 from Ed Maste ---
(In reply to Mark Johnston from comment #5)
Ah, of course. Just
+ if (error == EINVAL && (gzip || zstd)) {
--
You are receiving this mail because:
You are the assignee for the bug.
__
24 matches
Mail list logo