[Bug 219918] [patch] LibAlias: implement RFC 4787 REQ 1 and 3 (full cone NAT)

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219918

--- Comment #6 from Eugene Grosbein  ---
(In reply to Damjan Jovanovic from comment #4)

For example, this may be particulary bad for DNS UDP traffic.

-- 
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 219918] [patch] LibAlias: implement RFC 4787 REQ 1 and 3 (full cone NAT)

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219918

--- Comment #5 from Eugene Grosbein  ---
(In reply to Damjan Jovanovic from comment #4)

Your new patch it much better but it still decreases translated port variance
unconditionally, if it is needed for an installation or not. Please create new
libalias translation mode and make it possible for libalias consumer (natd or
ipfw nat) to enable/disable it.

-- 
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 219972] Unable to zpool export following some zfs recv

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219972

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd...@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 219973] [Hyper-V] storvsc message appears on Gen2 vm

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219973

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd-virtualization@Free
   ||BSD.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 219973] [Hyper-V] storvsc message appears on Gen2 vm

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219973

Bug ID: 219973
   Summary: [Hyper-V] storvsc message appears on Gen2 vm
   Product: Base System
   Version: CURRENT
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: drtr0...@yandex.ru

I've an Generation 2 Hyper-V virtual machine with Virtual DVD Drive on SCSI 0
ID 1 channel. After successful installation FreeBSD 11.1-BETA1 on disk an error
appears on the console every second:
(cd0:strovsc0:0:0:1): storvsc scsi_status = 2
After removing Virtual DVD Drive from VM the error disappears.

-- 
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 219972] Unable to zpool export following some zfs recv

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219972

Bug ID: 219972
   Summary: Unable to zpool export following some zfs recv
   Product: Base System
   Version: 11.0-RELEASE
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: pfribe...@gmail.com

root@sunflower:~ # uname -a
FreeBSD sunflower 11.0-RELEASE-p9 FreeBSD 11.0-RELEASE-p9 #0: Tue Apr 11
08:48:40 UTC 2017
r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64

I must admit this is quite some odd behaviour I'm getting regarding zfs pools.

I'm trying to synchronize snapshots from another FreeBSD system (FreeNAS in
fact) to a pure FreeBSD 11-RELEASE-p9 system, with a USB 3.0-attached Seagate
8TB drive. Quite often, I'm unable to do 'zpool export master' after a 'zpool
import master'. This seems to happen more consistently after having done a 'zfs
recv'. Something alone the lines of:

root@sunflower:~ # zpool import master
root@sunflower:~ # zpool export master
root@sunflower:~ # zpool import master
root@sunflower:~ # zpool export master
root@sunflower:~ # zpool import master
root@sunflower:~ # zpool export master
cannot export 'master': pool is busy
root@sunflower:~ # zpool export master
cannot export 'master': pool is busy

I note that there are no processes using the pool. I have also tried using
'zpool import -N master', but the result is often the same. I have also tried
'zpool export -f master' but to no avail.

I don't see any erroneous messages in dmesg, neither in /var/log/messages. I
initially was using geli with an AES encrypted device being used to create the
zfs pool, but I have since then tested without crypto, and the problem
persists.

Following this behaviour I am then unable to export the pool till I reboot the
system.

I have opened a GitHub issue with the original guide I followed at:
https://github.com/hughobrien/zfs-remote-mirror/issues/7, and subsequently
posted on the FreeBSD forum: https://forums.freebsd.org/threads/61291/. But
quite frankly, I am almost giving up on this storage idea, because I cannot get
to the bottom of this issue. There are no obvious logged errors that I can poke
at. I would appreciate some guidance to confirm this erroneous behaviour
further.

I see that there are some vaguely related bugs like #201735, but in my case I
am not accessing any particular folder or file at all.

Thanks

-- 
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 219961] [regression][nullfs] Nullfs ko won't load _and_ options NULLFS doesn't work, either.

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219961

Mark Linimon  changed:

   What|Removed |Added

 CC||r...@freebsd.org
   Assignee|freebsd-bugs@FreeBSD.org|freebsd...@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 219961] [regression][nullfs] Nullfs ko won't load _and_ options NULLFS doesn't work, either.

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219961

Bug ID: 219961
   Summary: [regression][nullfs] Nullfs ko won't load _and_
options NULLFS doesn't work, either.
   Product: Base System
   Version: 11.0-STABLE
  Hardware: Any
OS: Any
Status: New
  Keywords: regression
  Severity: Affects Many People
  Priority: ---
 Component: kern
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: dgilb...@eicat.ca
  Keywords: regression

I found this bug because my jails use a jailname.fstab to use nullfs to mount
some things (ports, home directories, etc) inside the jail.

>From the 11.0 to new copy of stable, this brakes.  To test, I did "cd
/usr/src/sys/modeules/nullfs" followed by "make all && make install".  Then:

after "kldload /boot/modules/nullfs.ko", dmesg had:

KLD nullfs.ko: depends on kernel - not available or version mismatch
linker_load_file: Unsupported file type

Then, just to be sure:

[1:11:311]root@vr:/usr/src/sys/modules/nullfs> file /boot/modules/nullfs.ko
/boot/modules/nullfs.ko: ELF 64-bit LSB relocatable, x86-64, version 1
(FreeBSD), not stripped

-- 
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 219918] [patch] LibAlias: implement RFC 4787 REQ 1 and 3 (full cone NAT)

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219918

Damjan Jovanovic  changed:

   What|Removed |Added

 Attachment #183392|0   |1
is obsolete||

--- Comment #4 from Damjan Jovanovic  ---
Created attachment 183455
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=183455&action=edit
Version 2

New version of the patch. Existing hash tables and hash functions aren't
changed, instead a new one is added for searching on source IP:port alone. Thus
performance of existing operations is unaffected.

-- 
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 219960] CAM failure on Seagate ST2000DM006-2DM164 CC26

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219960

Eli Gwynn  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|New |Closed

--- Comment #1 from Eli Gwynn  ---
After some more testing, it looks like it's the SATA controller to blame. I had
tested it on a second SATA controller, but contaminated that test by supplying
insufficient power to all of the disks, so it still looked broken.

-- 
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 219644] FreeBSD 11 + nginx + apache delay +0.1 second on files greater than 32768 bytes

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219644

--- Comment #20 from free...@ihead.ru ---
(In reply to Maxim Konovalov from comment #19)

sysctl net.inet.tcp.initcwnd_segments=40
net.inet.tcp.initcwnd_segments: 10 -> 40

result: no problem

-- 
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 219957] FreeBSD Install freeze using UEFI

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219957

Mark Linimon  changed:

   What|Removed |Added

   Keywords||uefi

-- 
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 219960] CAM failure on Seagate ST2000DM006-2DM164 CC26

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219960

Bug ID: 219960
   Summary: CAM failure on Seagate ST2000DM006-2DM164 CC26
   Product: Base System
   Version: 11.0-RELEASE
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: e...@egwynn.com

I bought 2x new ST2000DM006-2DM164 disks. They work fine on my MacBook Pro
(Early 2011) running OS X 10.11.6. If I attach them to my FreeBSD machine, they
show up. If I try to create partitions on them, they fail and detach. Details
below.

--- uname -a

FreeBSD zfs.egwynn.com 11.0-RELEASE-p10 FreeBSD 11.0-RELEASE-p10 #3 r261451M:
Mon Jun 12 14:42:11 EDT 2017
r...@zfs.egwynn.com:/usr/obj/usr/src/sys/GENERIC  amd64

--- dmesg

ada5 at siisch0 bus 0 scbus7 target 0 lun 0
ada5:  ACS-2 ATA SATA 3.x device
ada5: Serial Number Z4Z82YM7
ada5: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)
ada5: Command Queueing enabled
ada5: 1907729MB (3907029168 512 byte sectors)
ada5: quirks=0x1<4K>

--- dmesg after `gpart create -s gpt ada5`

(ada5:siisch0:0:0:0): WRITE_FPDMA_QUEUED. ACB: 61 01 00 00 00 40 00 00 00 00 00
00
(ada5:siisch0:0:0:0): CAM status: CCB request was invalid
(ada5:siisch0:0:0:0): Error 22, Unretryable error
ada5 at siisch0 bus 0 scbus7 target 0 lun 0
ada5:  s/n Z4Z82YM7 detached
(ada5:siisch0:0:0:0): Periph destroyed

--- camcontrol identify ada5

pass6:  ACS-2 ATA SATA 3.x device
pass6: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)

protocol  ATA/ATAPI-9 SATA 3.x
device model  ST2000DM006-2DM164
firmware revision CC26
serial number Z4Z82YM7
WWN   5000c500a2e3c45f
cylinders 16383
heads 16
sectors/track 63
sector size   logical 512, physical 4096, offset 0
LBA supported 268435455 sectors
LBA48 supported   3907029168 sectors
PIO supported PIO4
DMA supported WDMA2 UDMA6
media RPM 7200

Feature  Support  Enabled   Value   Vendor
read ahead yes  yes
write cacheyes  yes
flush cacheyes  yes
overlapno
Tagged Command Queuing (TCQ)   no   no
Native Command Queuing (NCQ)   yes  32 tags
NCQ Queue Management   no
NCQ Streaming  no
Receive & Send FPDMA Queuedno
SMART  yes  yes
microcode download yes  yes
security   yes  no
power management   yes  yes
advanced power management  yes  yes 128/0x80
automatic acoustic management  no   no
media status notification  no   no
power-up in Standbyyes  no
write-read-verify  yes  no  0/0x0
unload no   no
general purpose loggingyes  yes
free-fall  no   no
Data Set Management (DSM/TRIM) no
Host Protected Area (HPA)  yes  no  3907029168/3907029168
HPA - Security no


--- smartctl -a /dev/ada5

smartctl 6.5 2016-05-07 r4318 [FreeBSD 11.0-RELEASE-p10 amd64] (local build)   
   
 [38/1869]
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Device Model: ST2000DM006-2DM164
Serial Number:Z4Z82YM7
LU WWN Device Id: 5 000c50 0a2e3c45f
Firmware Version: CC26
User Capacity:2,000,398,934,016 bytes [2.00 TB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
Rotation Rate:7200 rpm
Form Factor:  3.5 inches
Device is:Not in smartctl database [for details use: -P showall]
ATA Version is:   ACS-2, ACS-3 T13/2161-D revision 3b
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 3.0 Gb/s)
Local Time is:Tue Jun 13 13:04:17 2017 EDT
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x00) Offline data collection activity
was never started.
Auto Offline Data Collection: Disabled.
Self-test execution status:  (   0) The previous self-test routine
completed
without error or no self-test has ever
been run.
Total time to complete Offline
data collection:(   89) seconds.
Offline data collection
capabilities:(0x73) SMART execute Offline immediate.
Auto Offl

[Bug 219644] FreeBSD 11 + nginx + apache delay +0.1 second on files greater than 32768 bytes

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219644

--- Comment #19 from Maxim Konovalov  ---
Can you run one more experiments for me please?  Specifically re-run your test
with the following sysctl before:

sysctl net.inet.tcp.initcwnd_segments=40

Thanks,

Maxim

-- 
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 219957] FreeBSD Install freeze using UEFI

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219957

Bug ID: 219957
   Summary: FreeBSD Install freeze using UEFI
   Product: Base System
   Version: CURRENT
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: misc
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: c...@rsmmail.com

When using any FreeBSD v11-12, Install freezes after the following

>> FreeBSD EFI boot block
Loader path: /boot/loader.efi

Initializing modules: ZFS UFS
Probing 7 block devices...*... done
ZFS found no pools
UFS found 1 partituion
Consoles: EFI Consoles https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 219882] [SMP][patch] 11.1-PRERELEASE panics at CPU detection on a single CPU i386 machine

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219882

John Baldwin  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|j...@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 219882] [SMP][patch] 11.1-PRERELEASE panics at CPU detection on a single CPU i386 machine

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219882

--- Comment #3 from John Baldwin  ---
Created attachment 183451
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=183451&action=edit
noassign_on_up.patch

Please try this patch instead.  In the !EARLY_AP_STARTUP case, the 'assign_cpu'
variable is never set on a UP system, so it results in never trying to assign
CPUs.  This patch restores that by checking for an SMP system explicitly before
trying to assign a CPU.  I think the panic in the atpic method is still a good
canary for ensuring the calling code is doing the right thing.

-- 
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 217409] "sesutil locate all off" skips empty slots

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217409

--- Comment #4 from commit-h...@freebsd.org ---
A commit references this bug:

Author: allanjude
Date: Tue Jun 13 15:23:49 UTC 2017
New revision: 319901
URL: https://svnweb.freebsd.org/changeset/base/319901

Log:
  MFC r319610:
usr.sbin/sesutil: correct 'locate all off' to deactivate empty slot LEDs

  PR:   217409
  Approved by:  re (marius)

Changes:
_U  stable/11/
  stable/11/usr.sbin/sesutil/sesutil.c

-- 
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 215963] panic after restart ppp process in nonzero FIB //locking problem ?

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215963

Andrey V. Elsukov  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|a...@freebsd.org
 Resolution|--- |FIXED
 Status|New |Closed

-- 
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 219882] [SMP][patch] 11.1-PRERELEASE panics at CPU detection on a single CPU i386 machine

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219882

Glen Barber  changed:

   What|Removed |Added

 CC||j...@freebsd.org

--- Comment #2 from Glen Barber  ---
John, would you be able to comment on this?

-- 
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 219705] buildworld A failure has been detected in another branch of the parallel make

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219705

hakotani...@gmail.com changed:

   What|Removed |Added

 Resolution|--- |Not A Bug
 Status|New |Closed

--- Comment #6 from hakotani...@gmail.com ---
Thanks all

I try r319852 , buildworld successed

-- 
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 215963] panic after restart ppp process in nonzero FIB //locking problem ?

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215963

--- Comment #1 from commit-h...@freebsd.org ---
A commit references this bug:

Author: ae
Date: Tue Jun 13 10:52:31 UTC 2017
New revision: 319895
URL: https://svnweb.freebsd.org/changeset/base/319895

Log:
  Resurrect RTF_RNH_LOCKED flag and restore ability to call rtalloc1_fib()
  with acquired RIB lock.

  This fixes a possible panic due to trying to acquire RIB rlock when it is
  already exclusive locked.

  PR:   215963, 215122
  MFC after:1 week
  Sponsored by: Yandex LLC

Changes:
  head/sys/net/route.c
  head/sys/net/route.h

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