[Bug 201676] [ahci] AHCI timeouts on Mac Mini model 7,1

2018-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201676

Martin Wilke  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|m...@freebsd.org
 CC||m...@freebsd.org
 Resolution|--- |FIXED
   Severity|Affects Only Me |Affects Some People
 Status|New |Closed

--- Comment #2 from Martin Wilke  ---
Committed, 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 201676] [ahci] AHCI timeouts on Mac Mini model 7,1

2018-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201676

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

Author: miwi
Date: Fri Nov  2 07:48:23 UTC 2018
New revision: 340041
URL: https://svnweb.freebsd.org/changeset/base/340041

Log:
  - Add quirk for Samsung on Mac Mini 7,1

  PR:   201676
  Submitted by: Ruben Kerkhof
  Approved by:  araujo (mentor)
  Obtained from:TrueOS
  Sponsored by: iXsystems Inc.
  Differential Revision:https://review.freebsd.org/D17815

Changes:
  head/sys/dev/ahci/ahci_pci.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 232730] usr.bin/file does not return correct exit code on missing input file

2018-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232730

Tobias Kortkamp  changed:

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |Works As Intended

-- 
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 196465] clang 3.5: Fix compilation of tools/tools/netmap/pkt-gen.c

2018-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196465

Tobias Kortkamp  changed:

   What|Removed |Added

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

--- Comment #1 from Tobias Kortkamp  ---
This seems to have been fixed by base r278641.

-- 
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 232908] mqueue.h needs to include fcntl.h

2018-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232908

Bug ID: 232908
   Summary: mqueue.h needs to include fcntl.h
   Product: Base System
   Version: 11.2-RELEASE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: misc
  Assignee: b...@freebsd.org
  Reporter: jphartm...@gmail.com

If the source file that includes mqueue.h does no other UNIX I/O, O_RDWR is
likely undeclared.  Manually including fcntl.h fixes the compiler error.

mq.c: In function 'openqueue':
mq.c:41:35: error: 'O_RDWR' undeclared (first use in this function); did you
mean '__SWR'?
mq->handle = mq_open(mq->name, O_RDWR | O_CREAT, 0600, &att);

Apologies if this is reported in the wrong place.  I am not aware of having
installed any package to obtain the message queueing service, so base system
seems appropriate.

-- 
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 232908] mqueue.h needs to include fcntl.h

2018-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232908

jphartm...@gmail.com changed:

   What|Removed |Added

 CC||jphartm...@gmail.com

--- Comment #1 from jphartm...@gmail.com ---
In case it matters, I use gcc, as installed by

pkg install gcc

-- 
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 197371] tar -X does not allow empty file

2018-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197371

Tobias Kortkamp  changed:

   What|Removed |Added

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

--- Comment #2 from Tobias Kortkamp  ---
This works as expected on >= 11.2 with bsdtar >= 3.3.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 232908] mqueue.h needs to include fcntl.h

2018-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232908

Yuri Pankov  changed:

   What|Removed |Added

 CC||yur...@freebsd.org

--- Comment #2 from Yuri Pankov  ---
Strictly speaking, mqueue.h doesn't need any of the symbols defined in fcntl.h,
so "need" wording is not entirely correct.  OTOH, other systems seem to include
fcntl.h in mqueue.h, and POSIX explicitly states that it's allowed:

Inclusion of the  header may make visible symbols defined in the
headers , , and .

-- 
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 232908] mqueue.h needs to include fcntl.h

2018-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232908

--- Comment #3 from jphartm...@gmail.com ---
Point taken about whether fcntl.h needs to be included or not.  If not, the man
page should show the required #include.

-- 
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 232908] mqueue.h needs to include fcntl.h

2018-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232908

--- Comment #4 from jphartm...@gmail.com ---
Perhaps the point is moot after all.  I get errno 78 opening the queue now that
I managed to compile the code.  This is my trace of the failing open:

mq_open /stxready error 78: Function not implemented

Of course, it would help if I could know what exactly is not implemented.  The
man page does not offer any insight, nor does it mention the error ENOSYS, but
of course, that could be a case of left hand and right hand.

I do link with -lrt:

gcc -o obj/FreeBSD.amd64/cdlist obj/FreeBSD.amd64/cdlist.o
obj/FreeBSD.amd64/amix.o obj/FreeBSD.amd64/curs.o obj/FreeBSD.amd64/dirl.o
obj/FreeBSD.amd64/dirpaint.o obj/FreeBSD.amd64/dmenu.o obj/FreeBSD.amd64/menu.o
obj/FreeBSD.amd64/pl.o obj/FreeBSD.amd64/sched.o obj/FreeBSD.amd64/st.o
obj/FreeBSD.amd64/cdlist_opts.o obj/FreeBSD.amd64/cdlist_enum.o  jlinktime.c
-L../playlist/obj/FreeBSD.amd64 -lXCurses -lmenu -lplaylist -lrt -lpthread
-lasound -lj -L/home/john/lib -L/usr/local/lib

-- 
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 231238] [libcrypto] /lib/libcrypto.so.7 causes crash with sasl2/libntlm.so3

2018-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231238

av  changed:

   What|Removed |Added

 CC||aur...@gmail.com

--- Comment #4 from av  ---
If this is a problem with Outluk authentication, then there is a workaround.
You can disable NTLM and recompile Cyrus-SASL. The problem is with FreeBSD 10.4
and 11.2 and with all new versions of Cyrus-imapd 2.4, 2.5, 3.0.8 and with
cyrus-sasl-2.1.26_13

-- 
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 231238] [libcrypto] /lib/libcrypto.so.7 causes crash with sasl2/libntlm.so3

2018-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231238

--- Comment #5 from av  ---
Outlook of course.

-- 
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 218252] VIMAGE + ppp over uplcom or vboxnet = panic

2018-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218252

--- Comment #4 from Bjoern A. Zeeb  ---
Hi,

is this still relevant on a recent HEAD or stable/12?

-- 
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 218252] VIMAGE + ppp over uplcom or vboxnet = panic

2018-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218252

Bjoern A. Zeeb  changed:

   What|Removed |Added

   Keywords||vimage
   Assignee|b...@freebsd.org|virtualizat...@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 232908] mqueue.h needs to include fcntl.h

2018-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232908

Brooks Davis  changed:

   What|Removed |Added

 CC||bro...@freebsd.org

--- Comment #5 from Brooks Davis  ---
You need to have P1003_1B_MQUEUE in your kernel or load the mqueuefs module to
enable support.

Per the actual PR subject, we should project just include fcntl.h in mqueue.h. 
Header pollution seems not worth worrying about in this rarely used framework,
especially since posix explicitly allows 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 232908] mqueue.h needs to include fcntl.h

2018-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232908

--- Comment #6 from jphartm...@gmail.com ---
Thanks.  Loading the module fixed this for me.  

How would I have known that I need to load the kernel module?

-- 
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 232908] mqueue.h needs to include fcntl.h

2018-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232908

Conrad Meyer  changed:

   What|Removed |Added

 CC||c...@freebsd.org

--- Comment #7 from Conrad Meyer  ---
(In reply to jphartmann from comment #6)
man mq_open:

NOTES
...
 Please see the mqueuefs(5) man page for instructions on loading the
 module or compiling the service into the kernel.

man mqueuefs:

SYNOPSIS
 To link into kernel:

 options P1003_1B_MQUEUE

 To load as a kernel loadable module:

   kldload mqueuefs

-- 
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 232914] Integer overflow in function calcru1

2018-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232914

Bug ID: 232914
   Summary: Integer overflow in function calcru1
   Product: Base System
   Version: CURRENT
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: b...@freebsd.org
  Reporter: msl023...@gmail.com

The issue is from following code in function calcru1:
su = (tu * st) / tt;
the 'tu * st' is overflowed in my system, causing the 'p_rux.rux_su' is no
longer growing for that process.

For example, running ps(1) shows that 'systime' is no longer growing, but
'time' is not yet overflowed and keep growing
$ ps -p 17087 -o comm,time,systime
COMMANDTIMESYSTIME
VBoxHeadless 8951:24.70 6339:45.52
$ ps -p 17087 -o comm,time,systime
COMMANDTIMESYSTIME
VBoxHeadless 8951:25.72 6339:45.52
$ ps -p 17087 -o comm,time,systime
COMMANDTIMESYSTIME
VBoxHeadless 8951:26.54 6339:45.52
$ ps -p 17087 -o comm,time,systime
COMMANDTIMESYSTIME
VBoxHeadless 8951:27.60 6339:45.52

Running kgdb(1) shows an overflow is occurred when
'cputick2usec(ruxp->rux_runtime)' multiplying '$p->p_rux.rux_sticks'
(kgdb) p $p
$3949 = (struct proc *) 0xf800464f5000
(kgdb) p $p->p_pid
$3950 = 17087
(kgdb) p $p->p_comm
$3951 = "VBoxHeadless\000\000\000\000\000\000\000"
(kgdb) p $p->p_rux
$3952 = {rux_runtime = 1888763265150967, rux_uticks = 866405, rux_sticks =
66653750, rux_iticks = 0, rux_uu = 6893394017, 
  rux_su = 380385524075, rux_tu = 537211849594}
(kgdb) p $p->p_rux
$3953 = {rux_runtime = 1888767209058083, rux_uticks = 866408, rux_sticks =
66653898, rux_iticks = 0, rux_uu = 6893416864, 
  rux_su = 380385524075, rux_tu = 537212971341}
(kgdb) p $p->p_rux
$3954 = {rux_runtime = 1888773035929970, rux_uticks = 866411, rux_sticks =
66654106, rux_iticks = 0, rux_uu = 6893440457, 
  rux_su = 380385524075, rux_tu = 537214628650}
(kgdb) p ((uint64_t)$p->p_rux.rux_runtime * 1000ll / ((cpu_ticks ==
tc_cpu_ticks ? timehands->th_counter->tc_frequency : cpu_tick_frequency) /
1000ll))
$3955 = 537220825631
(kgdb) p ((uint64_t)$p->p_rux.rux_runtime * 1000ll / ((cpu_ticks ==
tc_cpu_ticks ? timehands->th_counter->tc_frequency : cpu_tick_frequency) /
1000ll)) * $p->p_rux.rux_sticks / ($p->p_rux.rux_uticks + $p->p_rux.rux_sticks
+ $p->p_rux.rux_iticks)
$3956 = 257136383464
(kgdb) p ((uint64_t)$p->p_rux.rux_runtime * 1000ll / ((cpu_ticks ==
tc_cpu_ticks ? timehands->th_counter->tc_frequency : cpu_tick_frequency) /
1000ll))
$3959 = 537288008712
(kgdb) p $p->p_rux.rux_sticks 
$3960 = 3850
(kgdb) p ((uint64_t)$p->p_rux.rux_runtime * 1000ll / ((cpu_ticks ==
tc_cpu_ticks ? timehands->th_counter->tc_frequency : cpu_tick_frequency) /
1000ll)) * $p->p_rux.rux_sticks
$3961 = 17371417884613589424

Showing the correct result of 'tu * st' in python(1):
>>> 537288008712*3850
35817687219575461200L

This result is actually greater than ULLONG_MAX.

Tested on kernel version 10.3-RELEASE-p20 and 11.1-RELEASE.

-- 
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 232908] mqueue.h needs to include fcntl.h

2018-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232908

--- Comment #8 from jphartm...@gmail.com ---
Thanks.  

I'll keep an eye open for those man 5 pages in future.

As far as I am concerned, this issue can be 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 232917] /sbin/ipfw cannot show 'setdscp' rule with 'Segmentation fault (core dumped)' error

2018-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232917

Bug ID: 232917
   Summary: /sbin/ipfw cannot show 'setdscp' rule with
'Segmentation fault (core dumped)' error
   Product: Base System
   Version: 11.2-RELEASE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: bin
  Assignee: b...@freebsd.org
  Reporter: bugs.freebsd@mx.zzux.com

Examples:

> ipfw add 5 setdscp 1 tagged 5
Segmentation fault (core dumped)

> ipfw -q add 5 setdscp 1 tagged 5

> ipfw show 5
Segmentation fault (core dumped)

> ipfw delete 5
> ipfw delete 5
ipfw: rule 5 not found

-- 
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 229230] newvers falsely appends "-dirty" to hash when building in a git tree with no content changes

2018-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229230

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

Author: emaste
Date: Fri Nov  2 21:20:46 UTC 2018
New revision: 340083
URL: https://svnweb.freebsd.org/changeset/base/340083

Log:
  newvers.sh: fix git false positive -dirty tag

  Assuming that any output from `git diff-index --name-only` implies
  changes in the working tree results in false positives: files with
  metadata, but not content, changes are also listed.

  Check that content differences exist before adding the -dirty tag to
  the git hash.

  PR:   229230
  Reviewed by:  markj
  Sponsored by: The FreeBSD Foundation
  Differential Revision:https://reviews.freebsd.org/D15968

Changes:
  head/sys/conf/newvers.sh

-- 
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 229230] newvers falsely appends "-dirty" to hash when building in a git tree with no content changes

2018-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229230

Ed Maste  changed:

   What|Removed |Added

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

-- 
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 232908] mqueue.h needs to include fcntl.h

2018-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232908

Nathan  changed:

   What|Removed |Added

 CC||ndow...@yahoo.com

--- Comment #9 from Nathan  ---
(In reply to jphartmann from comment #8)
You can close this bug yourself, since you are the original reporter

-- 
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 232920] linuxulator: linux_to_bsd_sockaddr and bsd_to_linux_sockaddr are unsafe

2018-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232920

Bug ID: 232920
   Summary: linuxulator: linux_to_bsd_sockaddr and
bsd_to_linux_sockaddr are unsafe
   Product: Base System
   Version: CURRENT
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: b...@freebsd.org
  Reporter: bro...@freebsd.org

The bsd_to_linux_sockaddr() and linux_to_bsd_sockaddr() functions alter the
userspace sockaddr to convert the format between linux and BSD versions.  If
the sockaddr is shared between concurrent syscalls or the pages are unwritable
these functions will fail.

Code should either be altered to perform the transformation purely in the
kernel or at a minimum, copyout_map should be used to allocated a new location
for the transformed sockaddr.

-- 
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 232153] Processes without explicit cpuset only use half the SMP threads (on a Ryzen)

2018-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232153

Greg V  changed:

   What|Removed |Added

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

--- Comment #3 from Greg V  ---
Hm, looks like the problem just disappeared after I… added a new fan to the
system and went into the UEFI Setup to configure fan speed??

Maybe there was something wrong with ACPI or something and saving the firmware
settings fixed them… Interesting that it didn't affect Windows 10 though.

(In reply to Eric van Gyzen from comment #2)
Desktop Ryzen is not NUMA, it only has one domain. Threadripper has two
domains, EPYC has four, but Ryzen only one. It has some 'NUMA-like' cache
groups as recognized in 'FreeBSD/SMP: 1 package(s) x 2 cache groups x 4 core(s)
x 2 hardware threads', but this is not actual NUMA.

-- 
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 231238] [libcrypto] /lib/libcrypto.so.7 causes crash with sasl2/libntlm.so3

2018-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231238

--- Comment #6 from fireb...@zerouptime.ch ---
Thanks av, but it sounds like a mere workaround, not a solution.

-- 
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 232921] freebsd-update upgrade does not execute pwd_mkdb for ntpd

2018-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232921

Bug ID: 232921
   Summary: freebsd-update upgrade does not execute pwd_mkdb for
ntpd
   Product: Base System
   Version: CURRENT
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: misc
  Assignee: b...@freebsd.org
  Reporter: i...@amail.plala.or.jp

freebsd-update upgrade -r 12.0-BETA[12] does not execute pwd_mkdb.
If we are using ntpd on 11.2-RELEASE or before, freebsd-update upgrade adds
ntpd/ntpd to user/group but does not execute pwd_mkdb.
So we must execute 'pwd_mkdb -p /etc/master.passwd' by hands.

-- 
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 232908] mqueue.h needs to include fcntl.h

2018-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232908

Kubilay Kocak  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|c...@freebsd.org
 Status|New |Closed
 Resolution|--- |Not A 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 232738] ZFS panics on device removal (solaris assert: cvd->vdev_ashift == spa->spa_max_ashift)

2018-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232738

Kubilay Kocak  changed:

   What|Removed |Added

Summary|13-current zfs device   |ZFS panics on device
   |removal assfail |removal (solaris assert:
   ||cvd->vdev_ashift ==
   ||spa->spa_max_ashift)
   Keywords||crash, needs-qa
 CC||f...@freebsd.org
 Status|New |Open

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