[Bug 221613] pw expire_days have a bug

2017-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221613 --- Comment #1 from Mark Linimon --- ITYM pw.conf, not pf.conf? -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org

[Bug 221618] Random System freeze after update to 11.1

2017-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221618 Mark Linimon changed: What|Removed |Added Keywords||regression --

[Bug 221029] AMD Ryzen: strange compilation failures using poudriere or plain buildkernel/buildworld

2017-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221029 --- Comment #73 from Don Lewis --- When I've examined a ghc core file, gdb thought that rip was pointing at code and allowed me to disassemble it. I didn't see anything that looked like it could cause SIGBUS. I

[Bug 221621] Ryzen Threadripper - hwpstate0 - repeated set frequency failed err 6

2017-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221621 --- Comment #2 from Conrad Meyer --- By the way, setting 'debug.hwpstate_verbose="1"' in loader.conf may show a little more of what is going on. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 221029] AMD Ryzen: strange compilation failures using poudriere or plain buildkernel/buildworld

2017-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221029 --- Comment #75 from Mark Millard --- (In reply to Mark Millard from comment #74) I got a lang/ghc build that completed on the Ryzen: # pkg search ghc ghc-8.0.2_1Compiler for the functional

[Bug 219213] powerd causing problems with ryzen

2017-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219213 mail...@yahoo.co.jp changed: What|Removed |Added CC||mail...@yahoo.co.jp ---

[Bug 221029] AMD Ryzen: strange compilation failures using poudriere or plain buildkernel/buildworld

2017-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221029 --- Comment #74 from Mark Millard --- (In reply to Don Lewis from comment #73) I'm trying: sysctl kern.sched.balance=0 sysctl kern.sched.steal_idle=0 For my test with: PARALLEL_JOBS=1 ALLOW_MAKE_JOBS=no and

[Bug 221029] AMD Ryzen: strange compilation failures using poudriere or plain buildkernel/buildworld

2017-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221029 --- Comment #76 from Mark Millard --- (In reply to Mark Millard from comment #75) sysctl kern.sched.balance=1 sysctl kern.sched.steal_idle=0 also completed the lang/ghc build. I'm now testing: sysctl

[Bug 221621] Ryzen Threadripper - hwpstate0 - repeated set frequency failed err 6

2017-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221621 --- Comment #1 from Conrad Meyer --- Well, I don't know what is actually logging that line. But I expect the problem lies in hwpstates, probably in the family-specific MSR support that does not yet include 17h (Zen):

[Bug 221621] Ryzen Threadripper - hwpstate0 - repeated set frequency failed err 6

2017-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221621 Conrad Meyer changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|c...@freebsd.org

[Bug 221613] pw expire_days have a bug

2017-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221613 --- Comment #2 from Andres Montalban --- (In reply to Mark Linimon from comment #1) Correct sorry I meant /etc/pw.conf -- You are receiving this mail because: You are the assignee for the bug.

[Bug 221618] Random System freeze after update to 11.1

2017-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221618 --- Comment #1 from kayasa...@gmail.com --- I've done some extra testing by disabling all the tuneables in /boot/loader.conf and /etc/sysctl.conf which didn't have any effect. System 2 is still freezing :-( I also took out the lagg and

[Bug 221029] AMD Ryzen: strange compilation failures using poudriere or plain buildkernel/buildworld

2017-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221029 --- Comment #77 from Mark Millard --- (In reply to Mark Millard from comment #76) sysctl kern.sched.balance=0 sysctl kern.sched.steal_idle=0 with: #PARALLEL_JOBS=1 ALLOW_MAKE_JOBS=yes and ALLOW_MAKE_JOBS_PACKAGES

[Bug 213045] kldload vesa gives "error 19"

2017-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213045 --- Comment #5 from Patrick --- This issue affects me on 11.1-RELEASE, as well on a Dell Dimension 2400. At the very least, this bug should be upgraded from "Affects Only Me" to "Affects multiple users". -- You

[Bug 221029] AMD Ryzen: strange compilation failures using poudriere or plain buildkernel/buildworld

2017-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221029 --- Comment #79 from Mark Millard --- (In reply to Mark Millard from comment #77) I have started a poudriere bulk -a based on: sysctl kern.sched.balance=1 sysctl kern.sched.steal_idle=0 with: #PARALLEL_JOBS=1

[Bug 221029] AMD Ryzen: strange compilation failures using poudriere or plain buildkernel/buildworld

2017-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221029 --- Comment #78 from Don Lewis --- I had x11/linux-c6-xorg-libs fail in patch depends when make got a SIGBUS with sysctl kern.sched.affinity=100 sysctl kern.sched.balance=1 sysctl kern.sched.steal_idle=1 Also, ghc