[Bug 232921] freebsd-update upgrade does not execute pwd_mkdb for ntpd

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

Patrick McMunn  changed:

   What|Removed |Added

 CC||doctorwho...@gmail.com

--- Comment #2 from Patrick McMunn  ---
This still seems to be an issue with upgrades using freebsd-update. I updated
to, if I recall correctly, 12.0-RC1 several weeks ago and got an error on boot
"pid file /var/db/ntp/ntpd.pid: Permission denied". The directions above fixed
it. I skipped RC2 and updated to RC3 today from RC1 and got the error again. I
have another system I've been updating via source, and I haven't had this issue
on the source-based system.

-- 
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 233654] isp(4) regression after r316398 r316399

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

Mark Linimon  changed:

   What|Removed |Added

   Keywords||regression
 CC||m...@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 233667] [patch] top(1): Add missing display messages when toggling modes

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

James Wright  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 233667] [patch] top(1): Add missing display messages when toggling modes

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

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

Author: markj
Date: Fri Nov 30 18:02:59 UTC 2018
New revision: 341346
URL: https://svnweb.freebsd.org/changeset/base/341346

Log:
  Add missing display messages when toggling modes.

  PR:   233667
  Submitted by: James Wright 
  MFC after:1 week
  Differential Revision:https://reviews.freebsd.org/D18331

Changes:
  head/usr.bin/top/top.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 233667] [patch] top(1): Add missing display messages when toggling modes

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

--- Comment #1 from James Wright  ---
Created attachment 199690
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=199690&action=edit
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 233667] [patch] top(1): Add missing display messages when toggling modes

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

James Wright  changed:

   What|Removed |Added

 Attachment #199688|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 233667] [patch] top(1): Add missing display messages when toggling modes

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

Bug ID: 233667
   Summary: [patch] top(1): Add missing display messages when
toggling modes
   Product: Base System
   Version: 12.0-STABLE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: bin
  Assignee: b...@freebsd.org
  Reporter: james.wri...@jigsawdezign.com

Created attachment 199688
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=199688&action=edit
Patch file

The top(1) utility is missing display messages when toggling between some
modes.

Attached a patch to add the missing messages;

m : "Displaying IO stats" / "Displaying CPU stats"
S: "Displaying system processes" / "Not displaying system processes"
a: "Displaying process args" / "Not displaying process args"

Phabricator: https://reviews.freebsd.org/D18331

-- 
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 233664] enable LLVM libunwind for armv7, armv6, arm

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

Bug ID: 233664
   Summary: enable LLVM libunwind for armv7, armv6, arm
   Product: Base System
   Version: CURRENT
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: misc
  Assignee: b...@freebsd.org
  Reporter: ema...@freebsd.org
Blocks: 233094

arm currently uses Clang and LLD, but LLVM_LIBUNWIND is not enabled.

For armv7 there are a couple of minor conflicts with other unwind helpers, and
we need to update the symbol version map.  The hack below gets it to build, but
needs to be cleaned up.

arm and armv6 fail with:
/.../arm.arm/tmp/usr/lib/libcxxrt.so: undefined reference to
`__gnu_unwind_frame@GCC_3.5'
/.../arm.arm/tmp/usr/lib/libcxxrt.so: undefined reference to
`_Unwind_VRS_Set@GCC_3.5'
/.../arm.arm/tmp/usr/lib/libcxxrt.so: undefined reference to
`_Unwind_VRS_Get@GCC_3.5'

armv7 hack patch:

diff --git a/contrib/compiler-rt/lib/builtins/gcc_personality_v0.c
b/contrib/compiler-rt/lib/builtins/gcc_personality_v0.c
index 0bc765624564..034d323814c4 100644
--- a/contrib/compiler-rt/lib/builtins/gcc_personality_v0.c
+++ b/contrib/compiler-rt/lib/builtins/gcc_personality_v0.c
@@ -145,6 +145,7 @@ static uintptr_t readEncodedPointer(const uint8_t** data,
uint8_t encoding)
 #if defined(__arm__) && !defined(__USING_SJLJ_EXCEPTIONS__) &&
\
 !defined(__ARM_DWARF_EH__)
 #define USING_ARM_EHABI 1
+struct _Unwind_Exception;
 _Unwind_Reason_Code __gnu_unwind_frame(struct _Unwind_Exception *,
struct _Unwind_Context *);
 #endif
diff --git a/contrib/compiler-rt/lib/builtins/unwind-ehabi-helpers.h
b/contrib/compiler-rt/lib/builtins/unwind-ehabi-helpers.h
index ccb0765975a9..864dba716e9b 100644
--- a/contrib/compiler-rt/lib/builtins/unwind-ehabi-helpers.h
+++ b/contrib/compiler-rt/lib/builtins/unwind-ehabi-helpers.h
@@ -39,8 +39,6 @@
 #define _URC_OK   0
 #define _URC_FAILURE  9

-typedef uint32_t _Unwind_State;
-
 #if !defined(_US_UNWIND_FRAME_STARTING)
 #define _US_UNWIND_FRAME_STARTING ((_Unwind_State)1)
 #endif
diff --git a/lib/libgcc_s/Version.map b/lib/libgcc_s/Version.map
index 622732edb447..42a3b757d513 100644
--- a/lib/libgcc_s/Version.map
+++ b/lib/libgcc_s/Version.map
@@ -126,6 +126,12 @@ GCC_3.4.4 {
__subvti3;
 } GCC_3.4.2;

+GCC_3.5 {
+   __aeabi_unwind_cpp_pr0;
+   __aeabi_unwind_cpp_pr1;
+   __aeabi_unwind_cpp_pr2;
+};
+
 GCC_4.0.0 {
__divdc3;
__divsc3;


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233094
[Bug 233094] [meta] Base system tool chain modernization tracking
-- 
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 233094] [meta] Base system tool chain modernization tracking

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

Ed Maste  changed:

   What|Removed |Added

 Depends on||233664


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233664
[Bug 233664] enable LLVM libunwind for armv7, armv6, arm
-- 
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 233657] bectl siliently fails on i386

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

Bug ID: 233657
   Summary: bectl siliently fails on i386
   Product: Base System
   Version: 12.0-RELEASE
  Hardware: i386
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: bin
  Assignee: b...@freebsd.org
  Reporter: pch-freebsd-bug...@u-1.phicoh.com

bectl on i386 with root on zfs silently fails.

bectl list gives no output

bectl create gives no output

Same thing happens when root is ufs.

-- 
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 233656] freebsd-update upgrade -r 12.0-RC2 fails on i386 / root on zfs / 12.0-RC1

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

Bug ID: 233656
   Summary: freebsd-update upgrade -r 12.0-RC2 fails on i386 /
root on zfs / 12.0-RC1
   Product: Base System
   Version: 12.0-RELEASE
  Hardware: i386
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: bin
  Assignee: b...@freebsd.org
  Reporter: pch-freebsd-bug...@u-1.phicoh.com

freebsd-update upgrade fails with a message that it cannot figure out the
curently running kernel.

The system is i386 with root on zfs.

The upgrade from 11.2 to 12.0-RC1 went fine. Upgrading from 12.0-RC1 to
12.0-RC2 fails

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