[Bug 219935] Kernel panic in getnewvnode (possibly ZFS related)

2017-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219935 --- Comment #13 from Raimo Niskanen --- It seems this time it was executing a backup script that did a 'zfs send' most probably: zfs send -R -I weekly-2017-08-26_04.25.43--1m zroot@daily-2017-08-31_03.38.14--1w This does not seem to be

[Bug 220246] syslogd does not send RFC3164-conformant messages [PATCH]

2017-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220246 Kubilay Kocak changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

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

2017-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221029 --- Comment #100 from Don Lewis --- (In reply to Mark Millard from comment #95) I wonder if the virtual CPUs in Hyper-V are not pinned to physical CPUs, but are allowed to float around. That could cause threads in the FreeBSD guest to migr

[Bug 221943] Never mask a unhealthy ZFS pool

2017-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221943 Mark Linimon changed: What|Removed |Added Keywords||patch -- You are receiving this ma

[Bug 221943] Never mask a unhealthy ZFS pool

2017-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221943 Bug ID: 221943 Summary: Never mask a unhealthy ZFS pool Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects So

[Bug 219935] Kernel panic in getnewvnode (possibly ZFS related)

2017-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219935 --- Comment #12 from Andriy Gapon --- Also, could you please print *mp in the dounmount frame? I already see one potential problem, but want to confirm that it is indeed it. -- You are receiving this mail because: You are the assignee for

[Bug 219935] Kernel panic in getnewvnode (possibly ZFS related)

2017-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219935 --- Comment #11 from Andriy Gapon --- (In reply to Raimo Niskanen from comment #10) Interesting! Are you able to associate this stack trace with any activity / commands? -- You are receiving this mail because: You are the assignee for th

[Bug 219405] NanoBSD NANO_PACKAGE_LIST does not support "*" anymore?

2017-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219405 w...@canodus.be changed: What|Removed |Added Status|New |Closed Resolution|---

[Bug 219935] Kernel panic in getnewvnode (possibly ZFS related)

2017-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219935 --- Comment #10 from Raimo Niskanen --- Lo and behold! With the following patch: === --- sys/kern/vfs_subr.c (revision 322570) +++ sys/kern/vfs_subr.c (working copy) @@ -2449,

[Bug 221115] Kernel panics on attempt to initialize apic when amdtemp.ko loaded in amd64

2017-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221115 --- Comment #4 from v...@fbsd.ru --- Created attachment 185922 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=185922&action=edit Panic stacktrace -- You are receiving this mail because: You are the assignee for the bug.

[Bug 221115] Kernel panics on attempt to initialize apic when amdtemp.ko loaded in amd64

2017-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221115 --- Comment #3 from v...@fbsd.ru --- Happens again, after cold start, see attached screenshot -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.or

[Bug 221920] local_unbound NOT working

2017-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221920 --- Comment #1 from jo...@a1poweruser.com --- All the man pages need their names changed from unbound* to local_unbound* so they do not interfere with the unbound ports man pages of the same name. All the files in /usr/sbin unbound* need th

[Bug 221935] fix: swapon/swapoff can't handle md-based file swap with geli from fstab

2017-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221935 Mark Linimon changed: What|Removed |Added Keywords||patch -- You are receiving this ma

[Bug 221935] fix: swapon/swapoff can't handle md-based file swap with geli from fstab

2017-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221935 Bug ID: 221935 Summary: fix: swapon/swapoff can't handle md-based file swap with geli from fstab Product: Base System Version: 10.3-STABLE Hardware: Any

[Bug 221356] [patch] Improve swapon_check_swzone() function in swap_pager.c

2017-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221356 --- Comment #6 from commit-h...@freebsd.org --- A commit references this bug: Author: kib Date: Wed Aug 30 10:17:00 UTC 2017 New revision: 323018 URL: https://svnweb.freebsd.org/changeset/base/323018 Log: Adjust interface of swapon_check

[Bug 221356] [patch] Improve swapon_check_swzone() function in swap_pager.c

2017-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221356 --- Comment #5 from Konstantin Belousov --- (In reply to commit-hook from comment #4) As you see, I committed one trivial bit of your patch. Please re-merge with the HEAD if needed and put the rest of it on reviews.freebsd.org. -- You ar

[Bug 221356] [patch] Improve swapon_check_swzone() function in swap_pager.c

2017-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221356 --- Comment #4 from commit-h...@freebsd.org --- A commit references this bug: Author: kib Date: Wed Aug 30 09:44:05 UTC 2017 New revision: 323017 URL: https://svnweb.freebsd.org/changeset/base/323017 Log: Make the swap_pager_full variabl

You have a package from Canada Post!

2017-08-30 Thread Canada Post / Postes Canada
Dear Client, This email is a notification regarding your Canada Post express shipment. Please note on August 24, 2017, Canada Post has been trying to distribute a parcel to your residence. To pick up your shipment, we advice downloading the Word