[Bug 248372] [PATCH] script(1): enable proper curses playback [-p] capability

2020-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248372

SOUMENDRA GANGULY <0.gang...@gmail.com> changed:

   What|Removed |Added

 Resolution|Overcome By Events  |DUPLICATE

--- Comment #2 from SOUMENDRA GANGULY <0.gang...@gmail.com> ---


*** This bug has been marked as a duplicate of bug 248377 ***

-- 
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 248377] [PATCH] script(1): Enable proper playback [-p] of curses sessions

2020-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248377

--- Comment #2 from SOUMENDRA GANGULY <0.gang...@gmail.com> ---
*** Bug 248372 has been marked as a duplicate of this bug. ***

-- 
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 248377] [PATCH] script(1): Enable proper playback [-p] of curses sessions

2020-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248377

--- Comment #1 from SOUMENDRA GANGULY <0.gang...@gmail.com> ---
Additional notes:

. I used https://github.com/iiSeymour/game-of-life to reproduce the problem;
authored by GitHub user iiSeymour, this, in the words of the author, is "a
python implementation of Conway's Game of Life using the curses module with a
small evolutionary twist"; it was written for Linux; therefore, one must call
"python gol.py" on FreeBSD to bypass the "#!".

. This is a duplicate of https://github.com/freebsd/freebsd/pull/433, which was
also created by me. This was done to maximize the chances of getting noticed.
If this patch on Bugzilla is accepted, I will close the GitHub pull request,
and vice versa.

. I submitted a similar patch for "scriptreplay(1)" from util-linux; it has now
been merged by the maintainer of the project.

-- 
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 248377] [PATCH] script(1): Enable proper playback [-p] of curses sessions

2020-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248377

Bug ID: 248377
   Summary: [PATCH] script(1): Enable proper playback [-p] of
curses sessions
   Product: Base System
   Version: CURRENT
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: bin
  Assignee: b...@freebsd.org
  Reporter: 0.gang...@gmail.com

Created attachment 216900
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=216900&action=edit
script.diff

The current manpage of script(1) says the following.

"Certain interactive commands, such as vi(1), create garbage in the typescript
file. The script utility works best with commands that do not manipulate the
screen. The results are meant to emulate a hardcopy terminal, not an
addressable one."

script(1) is currently able to record [-r] curses sessions perfectly; only the
playback functionality [-p] has the above restriction; this patch removes this
restriction by appropriately setting terminal attributes.

-- 
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 248372] [PATCH] script(1): enable proper curses playback [-p] capability

2020-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248372

SOUMENDRA GANGULY <0.gang...@gmail.com> changed:

   What|Removed |Added

 Status|New |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 248367] /sbin/ping fails when run many times simultaneously

2020-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248367

--- Comment #4 from D  ---
I only found that error is concerned with libcasper but its sources didn't help
me to find solution. Also I found

kern.features.security_capabilities: 1
kern.features.security_capability_mode: 1

but they also didn't help.

-- 
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 248372] [PATCH] script(1): enable proper curses playback [-p] capability

2020-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248372

--- Comment #1 from SOUMENDRA GANGULY <0.gang...@gmail.com> ---
Additional notes:

. This patch is a duplicate of that submitted by me as a part of
https://github.com/freebsd/freebsd/pull/433. This was done to maximize the
chances of getting noticed. If this patch on Bugzilla is accepted, I will close
the GitHub pull request, and vice versa.

. I submitted a similar patch for "scriptreplay(1)" from util-linux; it has now
been merged by the maintainer of the project.

-- 
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 184691] [patch] getty(8): remove leftovers from COMPAT_43 removal, sync man page

2020-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=184691

Mark Linimon  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|tr...@freebsd.org

--- Comment #4 from Mark Linimon  ---
^Triage: assign to committer.

-- 
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 238455] 12.0-STABLE r348775 GENERIC amd64 hangs with hw.dmar.enable=1

2020-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238455

Mark Linimon  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|k...@freebsd.org

--- Comment #6 from Mark Linimon  ---
^Triage: assign to committer.

-- 
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 247126] zgrep(1) does not handle -f FILE correctly

2020-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247126

Mark Linimon  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|ma...@freebsd.org

--- Comment #12 from Mark Linimon  ---
^Triage: assign to committer.

-- 
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 244867] [patch] Provide sysctl kern.boot_id

2020-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244867

Mark Linimon  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|c...@freebsd.org

--- Comment #12 from Mark Linimon  ---
^Triage: assign to committer.

-- 
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 219399] System panics after several hours of 14-threads-compilation orgies using poudriere on AMD Ryzen...

2020-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219399

Mubashra Ameen  changed:

   What|Removed |Added

 CC||mubashraamee...@gmail.com

--- Comment #288 from Mubashra Ameen  ---
root@asbach:/var/crash/#kgdb7121 /boot/kernel/kernel /var/crash/vmcore.3
GNU gdb (GDB) 7.12.1 [GDB v7.12.1 for FreeBSD]
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-portbld-freebsd11.0".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /boot/kernel/kernel...Reading symbols from
/usr/lib/debug//boot/kernel/kernel.debug...done.
done.
Reading symbols from /boot/kernel/kernel...Reading symbols from
/usr/lib/debug//boot/kernel/kernel.debug...done.
done.
Reading symbols from /boot/kernel/zfs.ko...Reading symbols from
/usr/lib/debug//boot/kernel/zfs.ko.debug...done.
done.
Reading symbols from /boot/kernel/opensolaris.ko...Reading symbols from
/usr/lib/debug//boot/kernel/opensolaris.ko.debug...done.
done.
Reading symbols from /boot/kernel/vmm.ko...Reading symbols from
/usr/lib/debug//boot/kernel/vmm.ko.debug...done.
done.
Reading symbols from /boot/kernel/ums.ko...Reading symbols from
/usr/lib/debug//boot/kernel/ums.ko.debug...done.
done.
Reading symbols from /boot/kernel/pflog.ko...Reading symbols from
/usr/lib/debug//boot/kernel/pflog.ko.debug...done.
done.
Reading symbols from /boot/kernel/pf.ko...Reading symbols from
/usr/lib/debug//boot/kernel/pf.ko.debug...done.
done.
Reading symbols from /boot/kernel/linux.ko...Reading symbols from
/usr/lib/debug//boot/kernel/linux.ko.debug...done.
done.
Reading symbols from /boot/kernel/linux_common.ko...Reading symbols from
/usr/lib/debug//boot/kernel/linux_common.ko.debug...done.
done.
Reading symbols from /boot/kernel/linux64.ko...Reading symbols from
/usr/lib/debug//boot/kernel/linux64.ko.debug...done.
done.
Reading symbols from /boot/modules/nvidia.ko...(no debugging symbols
found)...done.
Reading symbols from /boot/kernel/nullfs.ko...Reading symbols from
/usr/lib/debug//boot/kernel/nullfs.ko.debug...done.
done.
Reading symbols from /boot/kernel/linprocfs.ko...Reading symbols from
/usr/lib/debug//boot/kernel/linprocfs.ko.debug...done.
done.
Reading symbols from /boot/kernel/tmpfs.ko...Reading symbols from
/usr/lib/debug//boot/kernel/tmpfs.ko.debug...done.
done.
Reading symbols from /boot/kernel/fdescfs.ko...Reading symbols from
/usr/lib/debug//boot/kernel/fdescfs.ko.debug...done.
done.
No thread selected.
(kgdb) info threads
No threads.


I'm using KDE all the time; and when the crash happens the screen garbles a
little bit, and after a while my system reboots - please give me some more time
to build a DDB-enabled kernel and switch to the VT console


when the crash happens the screen garbles a little bit, and after a while my
system reboots - please give me some more time to build a DDB-enabled kernel
and switch to the VT console

-- 
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 248372] [PATCH] script(1): enable proper curses playback [-p] capability

2020-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248372

SOUMENDRA GANGULY <0.gang...@gmail.com> changed:

   What|Removed |Added

 Attachment #216889|Unified diff|script.diff
description||

-- 
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 248367] /sbin/ping fails when run many times simultaneously

2020-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248367

--- Comment #3 from VVD  ---
I said "something like", but not "these"…
So maybe exist other sysctl variables that can help.

-- 
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 248372] [PATCH] script(1): enable proper curses playback [-p] capability

2020-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248372

Bug ID: 248372
   Summary: [PATCH] script(1): enable proper curses playback [-p]
capability
   Product: Base System
   Version: CURRENT
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: bin
  Assignee: b...@freebsd.org
  Reporter: 0.gang...@gmail.com

Created attachment 216889
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=216889&action=edit
Unified diff

The current manpage of script(1) says

"Certain interactive commands, such as vi(1), create garbage in the type-
script file.  The script utility works best with commands that do not ma-
nipulate the screen.  The results are meant to emulate a hardcopy termi-
nal, not an addressable one."

This patch fixes this issue by appropriately calling cfmakeraw.

Additional note: script(1) is currently able to record [-r] curses sessions
perfectly; only the playback functionality [-p] needs to be fixed. To reproduce
the problem, one may use the following program.

https://github.com/iiSeymour/game-of-life by GitHub user iiSeymour, which, in
the words of the author, is

"a python implementation of Conway's Game of Life using the curses module with
a small evolutionary twist."

This script was written for Linux; therefore, one must call "python gol.py" on
FreeBSD to bypass the #!

-- 
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 248342] Bad performance Zvols+CTLD with windows clients

2020-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248342

Mark Linimon  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|f...@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 248367] /sbin/ping fails when run many times simultaneously

2020-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248367

--- Comment #2 from D  ---
(In reply to VVD from comment #1)
Didn't help even with 265536 :(

-- 
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 248368] devd MEDIACHANGE events are delivered unreliably for /dev/cdX devices

2020-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248368

Bug ID: 248368
   Summary: devd MEDIACHANGE events are delivered unreliably for
/dev/cdX devices
   Product: Base System
   Version: CURRENT
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: kern
  Assignee: b...@freebsd.org
  Reporter: arr...@freebsd.org

1. VirtualBox

On a VirtualBox VM with a CD-ROM device attached I run:

# cat /var/run/devd.pipe | grep cd

While it runs, I insert and then eject an ISO image to/from the drive. This
yields MEDIACHANGE event only during **ejection**:

!system=DEVFS subsystem=CDEV type=MEDIACHANGE cdev=cd0
!system=GEOM subsystem=DEV type=MEDIACHANGE cdev=cd0

2. Real hardware

The same test done on real computer and DVD-ROM drive results in MEDIACHANGE
events emitted during **insertion** only, and not on ejection.

Additionally, devd log is spammed with following errors, not sure if relevant:

!system=CAM subsystem=periph type=error device=cd0 serial="K1KH3TA2730"
cam_status="0xcc" scsi_status=2 scsi_sense="71 02 3a 02" CDB="00 00 00 00 00 00
"

-- 
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 248342] Bad performance Zvols+CTLD with windows clients

2020-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248342

--- Comment #6 from Евгений  ---
(In reply to Kubilay Kocak from comment #5)
Ok, we can try stable version 12.1 for two days and write here. Thank you.

-- 
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 248367] /sbin/ping fails when run many times simultaneously

2020-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248367

VVD  changed:

   What|Removed |Added

 CC||v...@unislabs.com

--- Comment #1 from VVD  ---
Nice self-DoS. :-D

I think you need to tune some sysctl.
Something like:
net.local.stream.recvspace=65536
net.local.stream.sendspace=65536

-- 
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 248367] /sbin/ping fails when run many times simultaneously

2020-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248367

Bug ID: 248367
   Summary: /sbin/ping fails when run many times simultaneously
   Product: Base System
   Version: 12.1-RELEASE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: kern
  Assignee: b...@freebsd.org
  Reporter: dse...@gmail.com

How to repeat
# uname -a
FreeBSD r 12.1-RELEASE-p5 FreeBSD 12.1-RELEASE-p5 GENERIC  amd64

Run this line some times:

# sh -c 'for i in $(seq 100); do ping -c1 127.0.0.1 >/dev/null & done; wait'

It runs 100 ping processes in parallel. Sometimes some of them fail and produce
such output:

ping: unable to limit access to system.dns service: Socket is not connected

That command is synthetic. In my real system I have this message even for 20
processes run to ping different hosts.

The bug also presents in 11.4-RELEASE-p1.

-- 
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 248342] Bad performance Zvols+CTLD with windows clients

2020-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248342

--- Comment #5 from Kubilay Kocak  ---
@Reporter Support for 11.2-RELEASE ended October 31, 2019

Can you update to a supported release/branch (ideally at least stable/12 or
current) and reproduce please

-- 
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 248342] Bad performance Zvols+CTLD with windows clients

2020-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248342

Kubilay Kocak  changed:

   What|Removed |Added

Summary|Не стабильная работа|Bad performance Zvols+CTLD
   |CTLD+Zvol   |with windows clients
 CC|d...@freebsd.org |f...@freebsd.org
 Resolution|Not Enough Information  |---
   Severity|Affects Many People |Affects Some People
Product|Documentation   |Base System
  Component|Manual Pages|kern
 Status|Closed  |Open
   Keywords||needs-qa, performance
Version|Latest  |11.2-RELEASE

--- Comment #4 from Kubilay Kocak  ---
^Triage: Re-open post comment 2

-- 
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 248342] Не стабильная работа CTLD+Zvol

2020-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248342

--- Comment #3 from Kubilay Kocak  ---
*** Bug 248366 has been marked as a duplicate of this bug. ***

-- 
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 248342] Не стабильная работа CTLD+Zvol

2020-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248342

--- Comment #2 from Евгений  ---
English version:
Good day. We have a problem with zvols. Zvol's clones giving through ctld (100
clients). There is freeze in Windows client on 5-10 seconds, respectively
clients NTFS Windows are under zfs zvols. Problem begining when we destroyd old
clones and snapshots and maked new snapshots and clones.

uname -a
FreeBSD bsd 11.2-RELEASE FreeBSD 11.2-RELEASE #0 r335510: Fri Jun 22 04:32:14
UTC 2018 r...@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

Configuration zpool: 
atime=off dedup=off sync=disabled compression=lz4
Конфигурация CTLD:
portal-group test {
 discovery-auth-group no-authentication
 listen 192.168.173.206:3260
}
target iqn.orig1 {
auth-group no-authentication
portal-group test
lun 0 {
path /dev/zvol/ssd/orig/original1
ctl-lun 194
}}
target iqn.orig2 {
auth-group no-authentication
portal-group test
lun 0 {
path /dev/zvol/ssd/orig/original2
ctl-lun 195
}}
target iqn.orig3 {
auth-group no-authentication
portal-group test
lun 0 { 
path /dev/zvol/ssd/orig/original3
ctl-lun 196 }}
target iqn.orig4 {
auth-group no-authentication
portal-group test
lun 0 { 
path /dev/zvol/ssd/orig/original4
ctl-lun 198 }}
target iqn.games {
auth-group no-authentication
portal-group test
lun 0 { 
path /dev/zvol/hdd/orig/games
ctl-lun 197 }}


target iqn.pc1 { 
auth-group no-authentication 
portal-group test
lun 0 { 
path /dev/zvol/ssd/snap/win1 
ctl-lun 1}
lun 1 { 
path /dev/zvol/hdd/snap/win1 
ctl-lun 101}}
target iqn.pc2 { 
auth-group no-authentication 
portal-group test 
lun 0 { 
path /dev/zvol/ssd/snap/win2 
ctl-lun 2}
lun 1 { 
path /dev/zvol/hdd/snap/win2 
ctl-lun 102}}

So until iqn.pc100.
We tried on the difference hardware and Windows clients, but problem didnt
solve. Windows clients always configured for performance.
Piece of script destroy/make snap and clones:

ctladm remove -b block -l $name 
cat /dev/null > /var/log/xferlog
zfs destroy -R ssd/orig/original$c@win$name
zfs snap ssd/orig/original$c@win$name
zfs clone ssd/orig/original$c@win$name ssd/snap/win$name
ctladm create -b block -l $name -o file=/dev/zvol/ssd/snap/win$name 

Hardware:
Intel Xeon E5-2620
128Gb DDR3 ECC REG
SSD NVMe Samsung EVO 970 512Gb
SSD Intel DC4502 3.84Tb
NIC Mellanox ConnectX-2 10G SFP+

We believe on your help, becouse any ideas doesn't work.

-- 
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 248342] Не стабильная работа CTLD+Zvol

2020-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248342

Jochen Neumeister  changed:

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |Not Enough Information
 CC||jon...@freebsd.org

--- Comment #1 from Jochen Neumeister  ---
Please open a PR in English.

-- 
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 243807] CURRENT libedit breaks emacs tramp-mode

2020-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243807

Mark Linimon  changed:

   What|Removed |Added

 Attachment #216619|0   |1
is obsolete||

-- 
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 248352] mfi: remove raid map sync functionality

2020-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248352

Mark Linimon  changed:

   What|Removed |Added

 Attachment #216866|application/mbox|text/plain
  mime type||
 Attachment #216866|0   |1
   is patch||

-- 
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 248334] Typo in iovctl.conf.5

2020-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248334

Gordon Bergling  changed:

   What|Removed |Added

 CC||g...@freebsd.org
   See Also||https://reviews.freebsd.org
   ||/D25891
   Assignee|b...@freebsd.org|g...@freebsd.org
 Status|New |In Progress

-- 
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"