[Bug 263501] zdb failure: zdb failed to hold dataset 'tank/ROOT/default': No such file or directory

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263501

Graham Perrin  changed:

   What|Removed |Added

 CC||grahamper...@freebsd.org

--- Comment #5 from Graham Perrin  ---
Created attachment 239633
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=239633&action=edit
Screenshot: VirtualBox

Now reading bug 263407, I can't recall whether there's a way to make this bug
263501 consistently reproducible …


(In reply to Mason Loring Bliss from comment #3)

I stumbled across a '263501-zdb' virtual machine, it took me a few hours to
remember the GELI passphrase. 

In the attached screenshot, I'm midway through an upgrade from 13.1-RC4 to
13.1-RELEASE-p3 (still free from the bug).

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 263501] zdb failure: zdb failed to hold dataset 'tank/ROOT/default': No such file or directory

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263501

Graham Perrin  changed:

   What|Removed |Added

 Status|New |Open

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 269097] rctl(8) seems to include idle time in cputime

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269097

Bug ID: 269097
   Summary: rctl(8) seems to include idle time in cputime
   Product: Base System
   Version: 13.1-RELEASE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: b...@freebsd.org
  Reporter: d...@rabson.org

I tried to use rctl_get_racct("jail:0", ...) to get metrics for the host but
cputime seems to include time spent in the idle process. On an idle machine
with 16 hardware threads, I ran this:

$ while true; do sudo rctl -u jail:0 | grep cputime; sleep 1; done
cputime=4145725
cputime=4145741
cputime=4145757
cputime=4145773
cputime=4145789

The cputime increases by 16 each time. I was expecting filter jail:0 to show
summary cputime metrics for the host plus jails but instead, it always shows
100% cpu usage. If this is intentional, it should probably be mentioned in the
documentation.

I can probably work around by getting metrics for the idle proc and
subtracting.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 268492] Loading i915kms freezes the system after commit 50f61166f7b911a7807b3cb76d0f382a13fbafcd

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268492

Graham Perrin  changed:

   What|Removed |Added

   Assignee|k...@freebsd.org|b...@freebsd.org

--- Comment #10 from Graham Perrin  ---
Triage: reset assignee to default whilst there's uncertainty around kern@ (bug
269096).

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 269098] 'service {name} stop' works even without {name}_enable=YES in /etc/rc.conf

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269098

Bug ID: 269098
   Summary: 'service {name} stop' works even without
{name}_enable=YES in /etc/rc.conf
   Product: Base System
   Version: 13.1-STABLE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: misc
  Assignee: b...@freebsd.org
  Reporter: y...@freebsd.org

Testcase: www/adguardhome.

The log below shows how 'service {name} start' doesn't work without
{name}_enable=YES in /etc/rc.conf, but 'service {name} stop' does work without
{name}_enable=YES.

[yuri@yv /usr/ports/www/adguardhome]$ sudo service adguardhome start
Cannot 'start' adguardhome. Set adguardhome_enable to YES in /etc/rc.conf or
use 'onestart' instead of 'start'.
[yuri@yv /usr/ports/www/adguardhome]$ sudo service adguardhome onestart
Starting adguardhome.
[yuri@yv /usr/ports/www/adguardhome]$ ps ax | grep adg
88374  -  Ss   0:00.00 daemon: adguardhome[88375] (daemon)
88375  -  S0:00.34 /usr/local/bin/adguardhome
88378 12  S+   0:00.00 grep adg
[yuri@yv /usr/ports/www/adguardhome]$ sudo service adguardhome stop
Stopping adguardhome.
Waiting for PIDS: 88375.
[yuri@yv /usr/ports/www/adguardhome]$ ps ax | grep adg
88389 12  S+   0:00.00 grep adg



$ uname -a
FreeBSD xx.xx.xx 13.1-STABLE FreeBSD 13.1-STABLE #0
stable/13-n253229-dd7b7807c32a: Mon Dec  5 05:36:40 PST 2022
unkn...@nohost.com:/usr/obj/usr/freebsd-src/amd64.amd64/sys/GENERIC amd64

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 109977] No manual entry for ksu

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=109977

Graham Perrin  changed:

   What|Removed |Added

 Blocks||108980
   See Also|https://bugs.freebsd.org/bu |
   |gzilla/show_bug.cgi?id=1089 |
   |80  |


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=108980
[Bug 108980] list of missing man pages
-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 126484] libc function res-zonscut2 is not documented

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=126484

Graham Perrin  changed:

   What|Removed |Added

 Blocks||108980
   See Also|https://bugs.freebsd.org/bu |
   |gzilla/show_bug.cgi?id=1089 |
   |80  |


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=108980
[Bug 108980] list of missing man pages
-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 143408] filedesc.9 is missing

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=143408

Graham Perrin  changed:

   What|Removed |Added

 Blocks||108980
   See Also|https://bugs.freebsd.org/bu |
   |gzilla/show_bug.cgi?id=1089 |
   |80  |


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=108980
[Bug 108980] list of missing man pages
-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 161754] p4tcc(4), est(4) and qpi(4) are not documented

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=161754

Graham Perrin  changed:

   What|Removed |Added

 Blocks||108980
   See Also|https://bugs.freebsd.org/bu |
   |gzilla/show_bug.cgi?id=1089 |
   |80  |


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=108980
[Bug 108980] list of missing man pages
-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 192562] zfs(5): missing manpage

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192562

Graham Perrin  changed:

   What|Removed |Added

 Blocks||108980
   See Also|https://bugs.freebsd.org/bu |
   |gzilla/show_bug.cgi?id=1089 |
   |80  |


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=108980
[Bug 108980] list of missing man pages
-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 211669] ip17x(4): manpage missing, referenced by etherswitch(4)

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211669

Graham Perrin  changed:

   What|Removed |Added

 Blocks||108980
   See Also|https://bugs.freebsd.org/bu |
   |gzilla/show_bug.cgi?id=1089 |
   |80  |


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=108980
[Bug 108980] list of missing man pages
-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 211671] ukswitch(4): manpage missing, referenced by etherswitch(4)

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211671

Graham Perrin  changed:

   What|Removed |Added

 Blocks||108980
   See Also|https://bugs.freebsd.org/bu |
   |gzilla/show_bug.cgi?id=1089 |
   |80  |


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=108980
[Bug 108980] list of missing man pages
-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 211672] rtl8366rb(4): manpage missing, referenced by etherswitch(4)

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211672

Graham Perrin  changed:

   What|Removed |Added

 Blocks||108980
   See Also|https://bugs.freebsd.org/bu |
   |gzilla/show_bug.cgi?id=1089 |
   |80  |


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=108980
[Bug 108980] list of missing man pages
-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 215751] FEATURE(9) not documented

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215751

Graham Perrin  changed:

   What|Removed |Added

 Blocks||108980
   See Also|https://bugs.freebsd.org/bu |
   |gzilla/show_bug.cgi?id=1089 |
   |80  |


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=108980
[Bug 108980] list of missing man pages
-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 221365] missing man page references for virtual storage devices vtbd and xbd

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221365

Graham Perrin  changed:

   What|Removed |Added

 Blocks||108980
   See Also|https://bugs.freebsd.org/bu |
   |gzilla/show_bug.cgi?id=1089 |
   |80  |


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=108980
[Bug 108980] list of missing man pages
-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 223998] /usr/libexec/save-entropy has no manpage

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223998

Graham Perrin  changed:

   What|Removed |Added

 Blocks||108980
   See Also|https://bugs.freebsd.org/bu |
   |gzilla/show_bug.cgi?id=1089 |
   |80  |


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=108980
[Bug 108980] list of missing man pages
-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 264951] missing man page for lindebugfs

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264951

Graham Perrin  changed:

   What|Removed |Added

 Blocks||108980
   See Also|https://bugs.freebsd.org/bu |
   |gzilla/show_bug.cgi?id=1089 |
   |80  |


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=108980
[Bug 108980] list of missing man pages
-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 264952] missing man page for linuxkpi

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264952

Graham Perrin  changed:

   What|Removed |Added

 Blocks||108980
   See Also|https://bugs.freebsd.org/bu |
   |gzilla/show_bug.cgi?id=1089 |
   |80  |


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=108980
[Bug 108980] list of missing man pages
-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 264966] Document the operator group

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264966

Graham Perrin  changed:

   What|Removed |Added

 Blocks||108980
   See Also|https://bugs.freebsd.org/bu |
   |gzilla/show_bug.cgi?id=1089 |
   |80  |


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=108980
[Bug 108980] list of missing man pages
-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 161754] p4tcc(4) and qpi(4) are not documented

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=161754

Graham Perrin  changed:

   What|Removed |Added

 Status|In Progress |Open
Summary|p4tcc(4), est(4) and qpi(4) |p4tcc(4) and qpi(4) are not
   |are not documented  |documented
 CC||grahamper...@freebsd.org
   Severity|Affects Only Me |Affects Some People

--- Comment #4 from Graham Perrin  ---


Triage: open (status) whilst not assigned to a person.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 264951] missing man page for lindebugfs

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264951

Graham Perrin  changed:

   What|Removed |Added

   Keywords|needs-patch |
 Status|Open|Closed
URL||https://www.freebsd.org/cgi
   ||/man.cgi?query=lindebugfs&s
   ||ektion=5&manpath=FreeBSD+14
   ||.0-CURRENT
   Severity|Affects Only Me |Affects Some People
   Assignee|b...@freebsd.org|m...@freebsd.org
 CC|grahamper...@freebsd.org|b...@freebsd.org,
   ||dumbb...@freebsd.org,
   ||hsela...@freebsd.org,
   ||ma...@freebsd.org
   See Also||https://reviews.freebsd.org
   ||/D35883
 Resolution|--- |FIXED

--- Comment #1 from Graham Perrin  ---

(2022-09-20) cherry-picked to

(2022-11-29) on stable/13. 

Thanks :-)

I wanted to CC jfree@ (Jake Freeland), but can not.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 109201] [request]: manual for callbootd

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=109201

Oleksandr Tymoshenko  changed:

   What|Removed |Added

  Component|Documentation   |Manual Pages
   Assignee|d...@freebsd.org |b...@freebsd.org
 CC||d...@freebsd.org

Graham Perrin  changed:

   What|Removed |Added

 Blocks||108980


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=108980
[Bug 108980] list of missing man pages
-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 250593] Add a manual page for gzero(4) (GEOM zero)

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250593

Graham Perrin  changed:

   What|Removed |Added

 Blocks||108980


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=108980
[Bug 108980] list of missing man pages
-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 253894] Missing man pages for recently added VOPs

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253894

Graham Perrin  changed:

   What|Removed |Added

 Blocks||108980


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=108980
[Bug 108980] list of missing man pages
-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 265249] No manpages for sched_getcpu and sched_getaffinity

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265249

Graham Perrin  changed:

   What|Removed |Added

 Blocks||108980


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=108980
[Bug 108980] list of missing man pages
-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 268310] add sizeof(7) man page

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268310

Graham Perrin  changed:

   What|Removed |Added

 Blocks||108980


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=108980
[Bug 108980] list of missing man pages
-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 109201] callbootd: create a manual page

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=109201

Graham Perrin  changed:

   What|Removed |Added

Summary|[request]: manual for   |callbootd: create a manual
   |callbootd   |page
   Keywords||needs-patch

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 44034] Multiple sysctl variables are not documented

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=44034

Graham Perrin  changed:

   What|Removed |Added

   Severity|Affects Only Me |Affects Some People
 Depends on||254897, 259393, 259425
 CC|grahamper...@freebsd.org|


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254897
[Bug 254897] Document kern.geom.notaste sysctl
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259393
[Bug 259393] dumpon(8) does not include sysctl variable information
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259425
[Bug 259425] Most machdep sysctls are not documented
-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 259393] dumpon(8) does not include sysctl variable information

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259393

Graham Perrin  changed:

   What|Removed |Added

 Blocks||44034


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=44034
[Bug 44034] Multiple sysctl variables are not documented
-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 259425] Most machdep sysctls are not documented

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259425

Graham Perrin  changed:

   What|Removed |Added

 Blocks||44034


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=44034
[Bug 44034] Multiple sysctl variables are not documented
-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 259425] Most machdep sysctls are not documented

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259425

Graham Perrin  changed:

   What|Removed |Added

   Severity|Affects Only Me |Affects Some People
   Keywords|needs-qa, patch |

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 261545] volmode missing from documentation

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261545

Graham Perrin  changed:

   What|Removed |Added

   Keywords||needs-qa
 Status|New |Open
   Severity|Affects Many People |Affects Some People
   Assignee|b...@freebsd.org|f...@freebsd.org
 CC|grahamper...@freebsd.org|

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 261935] Point bin/date/date.1 to strftime(3) directly instead of through strptime(3) for the +"..." format reference.

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261935

Graham Perrin  changed:

   What|Removed |Added

   Severity|Affects Only Me |Affects Some People
 Status|New |Open

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 262225] Manual pages: replace mid-line horizontal tab characters with normal white spaces

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262225

Graham Perrin  changed:

   What|Removed |Added

 Status|New |Open

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 109977] No manual entry for ksu

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=109977

Graham Perrin  changed:

   What|Removed |Added

   Keywords||needs-patch
   Priority|Normal  |---
   Severity|Affects Only Me |Affects Some People
 Depends on||153958


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=153958
[Bug 153958] ksu man-page documented, but not installed
-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 269098] 'service {name} stop' works even without {name}_enable=YES in /etc/rc.conf

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269098

Graham Perrin  changed:

   What|Removed |Added

 CC||grahamper...@freebsd.org
 Status|New |Open
   See Also||https://bugs.freebsd.org/bu
   ||gzilla/show_bug.cgi?id=1995
   ||96,
   ||https://reviews.freebsd.org
   ||/D37383

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 199596] 'service restart' command still runs 'start' when 'stop' failed

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199596

Graham Perrin  changed:

   What|Removed |Added

   See Also||https://bugs.freebsd.org/bu
   ||gzilla/show_bug.cgi?id=2690
   ||98

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 199596] 'service restart' command still runs 'start' when 'stop' failed

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199596

Graham Perrin  changed:

   What|Removed |Added

 CC||grahamper...@freebsd.org
   See Also||https://reviews.freebsd.org
   ||/D37383
   Severity|Affects Only Me |Affects Some People
 Status|New |Open

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 172532] service routing restart always fails

2023-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=172532

Graham Perrin  changed:

   What|Removed |Added

 CC||grahamper...@freebsd.org
   Keywords|patch   |
Summary|[rc] [patch] service|service routing restart
   |routing restart always  |always fails
   |fails   |
   Assignee|b...@freebsd.org|n...@freebsd.org
   Severity|Affects Only Me |Affects Many People

--- Comment #4 from Graham Perrin  ---
I can't guess whether the patch here is still applicable, I do know that I'm
always left without Internet connectivity after running the command: 

service routing restart



root@mowa219-gjp4-8570p-freebsd:~ # uname -KU
1400078 1400078
root@mowa219-gjp4-8570p-freebsd:~ # service routing restart
delete host 127.0.0.1: gateway lo0
default  192.168.1.1  -fib 0   done
delete host ::1: gateway lo0
delete net fe80::: gateway ::1
delete net ff02::: gateway ::1
delete net :::0.0.0.0: gateway ::1
delete net ::0.0.0.0: gateway ::1
delete net default: gateway 2001:470:1f1c:a0::1
add host 127.0.0.1: gateway lo0
add host ::1: gateway lo0
add net fe80::: gateway ::1
add net ff02::: gateway ::1
add net :::0.0.0.0: gateway ::1
add net ::0.0.0.0: gateway ::1
add net default: gateway 2001:470:1f1c:a0::1
root@mowa219-gjp4-8570p-freebsd:~ # 



A longhand workaround that I found, through many hours of trial and error (my
current use case includes em(4) and iwn(4), with wired network service nearly
always available): 

ls /var/run/resolvconf/interfaces/ ; route delete default ; ifconfig wlan0 down
&& ifconfig em0 down && sleep 5 ; ls /var/run/resolvconf/interfaces/ ; ifconfig
em0 up && sleep 15 ; ls /var/run/resolvconf/interfaces/ ; cat /etc/resolv.conf
; ping -c 2 -6 freshports.org

-- 
You are receiving this mail because:
You are the assignee for the bug.


Problem reports for b...@freebsd.org that need special attention

2023-01-22 Thread bugzilla-noreply
To view an individual PR, use:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).

The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status  |Bug Id | Description
+---+---
New |197876 | [devfs] an error in devfs leads to data loss and  
New |198797 | [PATCH] Added an option to install BSDstats to bs 
New |202362 | ntp: restore refclocks selection (10.2-RELEASE re 
New |202740 | vi/ex string substitution problem when there is m 
New |204097 | witness_initialize() does not perform bound check 
New |206336 | [patch] usr.sbin/freebsd-update allow proxy confi 
New |209213 | UEFI Loader shows only black screen with Nvidia G 
New |210804 | installerconfig - using ZFS create in custom scri 
New |223470 | freebsd-update: Cannot identify running kernel (/ 
New |230620 | "install -d" issue
New |235085 | [PATCH] Option to make rc.d/sysctl more verbose ( 
New |252123 | fetch(3): Fix wrong usage of proxy when request i 
Open|177821 | sysctl: Some security.jail nodes are funky, dupli 
Open|182466 | [headers] [patch] make  self-contained  
Open|183618 | [panic] Dell PowerEdge R620 -- PERC H710 Mini (mf 
Open|192573 | Add ps(1) option: Print process start time in sec 
Open|194925 | [pf] [ifconfig] interface group keywords do not w 
Open|197921 | scheduler: Allow non-migratable threads to bind t 
Open|206528 | Emulex LPe 16002 FC HBA Not Recognized by oce(4)  
Open|206649 | cyapa(4): Add common gestures for Cypress APA I2C 
Open|212608 | sockstat(1) and lsof(8) can not identity the owne 
Open|220246 | syslogd does not send RFC3164-conformant messages 
Open|221305 | Mouse cursor loss when moving cursor while loadin 
Open|221550 | kern.bootfile returns only /kernel on mips64 (ERL 
Open|221854 | makefs: Reject UFS labels that are too long to fi 
Open|226893 | freebsd-update: Support patchlevel argument for f 
Open|231810 | [build] release always fails with "mkimg: partiti 
Open|233578 | Unprivileged local user can prevent other users l 
Open|233988 | freebsd-update: Improve progress output on termin 
Open|236718 | system panics with message: vm_fault_hold: fault  
Open|237287 | moused(8) ignores button release events in virtua 
Open|237924 | Possible infinite loop in function empty_aux_buff 
Open|238183 | cam/scsi/scsi_sa.c: warnings issued by static ana 
Open|238486 | Possible buffer overflow bug in sc_allocate_keybo 
Open|238550 | Touchpad (via SMBus) not working: Synaptics (SYN1 
Open|238638 | mfi: Remove unnecessary pointer printing in mfi.c 
Open|238837 | init: Remove P_SYSTEM flag from PID 1 to allow ea 
Open|241697 | i915kms: Kernel panic loading module on custom ke 
Open|247132 | Fix build error: use of undeclared identifier 'cp 
Open|248352 | mfi(4): Remove RAID map sync functionality
Open|257149 | CFLAGS not passed to whole build  

41 problems total for which you should take action.