[Bug 244273] Secure Boot enabled EFI loader Boot fail!

2020-02-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244273

Bug ID: 244273
   Summary: Secure Boot enabled EFI loader Boot fail!
   Product: Base System
   Version: 12.1-RELEASE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: b...@freebsd.org
  Reporter: zoujiaq...@gmail.com

-- 
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 244274] set hw.syscons.disable=1 FreeBSD is crashed!

2020-02-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244274

Bug ID: 244274
   Summary: set hw.syscons.disable=1 FreeBSD is crashed!
   Product: Base System
   Version: 12.1-RELEASE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: b...@freebsd.org
  Reporter: zoujiaq...@gmail.com

My hardware CPU AMD 3700U and Vega 10 Graphics device.
Bois booting mode is EFI.

-- 
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 244274] set hw.syscons.disable=1 FreeBSD is crashed!

2020-02-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244274

Kubilay Kocak  changed:

   What|Removed |Added

   Keywords||crash, needs-qa
 Status|New |Open

--- Comment #1 from Kubilay Kocak  ---
@Brian Can you provide a screenshot of the crash/panic message and/or a
backtrace of the crash? 

Additionally, please provide:

 - Exact/full FreeBSD version information (uname -a output)
 - /var/run/dmesg.boot contents (as an attachment)
 - pciconf -lv output (as an attachment)

Without that information and steps to reproduce it will be difficult to
isolate/resolve

See also:
https://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug.html

-- 
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 244274] set hw.syscons.disable=1 FreeBSD is crashed!

2020-02-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244274

--- Comment #2 from Kubilay Kocak  ---
(In reply to Kubilay Kocak from comment #1)

Also that might be handy:

 - Contents of /boot/loader.conf (as an attachment, if not empty)
 - Contents of /etc/rc.conf (as an attachment)
 - Contents of /etc/sysctl.conf (as an attachment, if not empty)

-- 
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 243175] Several ports pkgs require clang-9.0.1 to build properly but cc on 11.3-stable is clang-8.0.1

2020-02-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243175

Kubilay Kocak  changed:

   What|Removed |Added

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

--- Comment #2 from Kubilay Kocak  ---
Thank you for your report. For any ports that fail to build on any supported
FreeBSD versions (11.3 for example), please create reports for each individual
port, if they haven't been reported already (search first please)

Each port report should be prefixed with "$category/$portname" of the port in
question

-- 
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 70335] inetd(8) inconsistent syslog behavior when max children configured in inetd.conf

2020-02-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=70335

Kyle Evans  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|In Progress |Closed

-- 
You are receiving this mail because:
You are on the CC list 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 244247] Kernel panic when removing 700 vlans via netgraph

2020-02-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244247

l...@donnerhacke.de changed:

   What|Removed |Added

 CC||l...@donnerhacke.de

--- Comment #3 from l...@donnerhacke.de ---
static void
ng_eiface_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
{
const priv_p priv = (priv_p)ifp->if_softc;
struct ifmedia *ifm = &priv->media;

--> if (ifm->ifm_cur->ifm_media == (IFM_ETHER | IFM_AUTO) &&
(priv->link_status & IFM_ACTIVE))
ifmr->ifm_active = IFM_ETHER | IFM_1000_T | IFM_FDX;
else
ifmr->ifm_active = ifm->ifm_cur->ifm_media;
ifmr->ifm_status = priv->link_status;

return;
}

May I ask you to compile the test system with NETGRAPH_DEBUG?
This will prevent the netgraph system from freeing all allocated memory.

I just want to make sure, that we do have a problem with the netgraph
framework, not with a race condition within ng_eiface.

If you are on this path, may you please add INVARIANT_SUPPORT and INVARIANTS?
This will catch several types of errors before they might happen.

-- 
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 244258] usr.bin/addr2line: build fail without capsicum

2020-02-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244258

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

Author: markj
Date: Fri Feb 21 14:40:08 UTC 2020
New revision: 358221
URL: https://svnweb.freebsd.org/changeset/base/358221

Log:
  Revert r350515 for now.

  It seems to cause build failures when Capsicum support is disabled in
  src.conf.

  PR:   244258
  Reported by:  rozhuk...@gmail.com, Giacomo Olgeni 

Changes:
_U  stable/12/
  stable/12/contrib/elftoolchain/addr2line/addr2line.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 244258] usr.bin/addr2line: build fail without capsicum

2020-02-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244258

Mark Johnston  changed:

   What|Removed |Added

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

--- Comment #2 from Mark Johnston  ---
I reverted the change for now.  I'm not sure exactly what is causing it, but I
suspect it is related to PR 242971.  In particular, even if you have set
WITHOUT_CASPER, we should be installing libcasper.h to /usr/include.  If you
run make delete-old, libcasper.h may have been removed due to this 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 244247] Kernel panic when removing 700 vlans via netgraph

2020-02-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244247

--- Comment #4 from Vladislav V. Prodan  ---
(In reply to lutz from comment #3)

Rebuild the kernel with options:

options NETGRAPH_DEBUG
options INVARIANTS
options INVARIANT_SUPPORT

?

Maybe add more other options?

options KASSERT_PANIC_OPTIONAL
options DIAGNOSTIC
options REGRESSION
options TSLOG
options TSLOGSIZE=262144

-- 
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 244247] Kernel panic when removing 700 vlans via netgraph

2020-02-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244247

--- Comment #5 from Vladislav V. Prodan  ---
(In reply to Vladislav V. Prodan from comment #4)

After the first removal of the vlans, I got kernel panic ...

-- 
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 244247] Kernel panic when removing 700 vlans via netgraph

2020-02-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244247

--- Comment #6 from Vladislav V. Prodan  ---
Created attachment 211803
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=211803&action=edit
kgdb info

Crash dump of the new kernel after kernel panic.

The new kernel is built with additional options:
options NETGRAPH_DEBUG
options INVARIANTS
options INVARIANT_SUPPORT

options KASSERT_PANIC_OPTIONAL
options DIAGNOSTIC
options REGRESSION
options TSLOG
options TSLOGSIZE=262144

-- 
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 244247] Kernel panic when removing 700 vlans via netgraph

2020-02-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244247

--- Comment #7 from l...@donnerhacke.de ---
The crash seems to be caused by a dhclient process which interleaves with the
destruction of the node. I do not claim, that there is no bug with this, but
it's not a bug with the destruction of nodes, it's more like a racecondition in
destroying the interface.

Can you please remove the "ifconfig_DEFAULT" line from rc.conf?
This spans an dhclient for each ngeth*

-- 
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 244247] Kernel panic when removing 700 vlans via netgraph

2020-02-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244247

--- Comment #8 from Vladislav V. Prodan  ---
(In reply to lutz from comment #7)

Commenting out the line 'ifconfig_DEFAULT = "SYNCDHCP" in the /etc/rc.conf file
with a reboot of the VM no longer causes kernel panic.

-- 
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 244274] set hw.syscons.disable=1 FreeBSD is crashed!

2020-02-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244274

--- Comment #3 from Brian Zou  ---
I can't mount system dish in LiveCD!

- /boot/loader.conf
: only set hw.syscons.disable=1
- /etc/rc.conf
: only add kld_list="amdgpu"
- /etc/sysctl.conf
: not set

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