[Bug 268310] add sizeof(7) man page

2022-12-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268310

Konstantin Belousov  changed:

   What|Removed |Added

 CC||k...@freebsd.org

--- Comment #1 from Konstantin Belousov  ---
We do not have a C reference in the base system, at least nobody ever
tried to write some.

Still, I think this text is useful. As an immediate addition, I suggest you
to cross-reference the arch(7) and operator(7) pages.  More precise terms
like LP64/ILP32 when talking about concrete sizes should improve the text.

Could you please create a review (as in https://reviews.freebsd.org) for your
submission? Or at least make a github PR, where inline comments could be added.

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


[Bug 268186] Kerberos authentication fails with a Linux/FreeIPA KDC

2022-12-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268186

--- Comment #17 from Cy Schubert  ---
(In reply to amendlik from comment #16)
It would appear it does not work with Heimdal in FreeBSD (though FreeBSD
heimdal does work with my MIT KRB5 1.20.1 KDC here). This suggests that FreeIPA
is not fully compatible with Kerberos.

I can offer a suggestion to try. It will require a custom patch, installation
of MIT KRB5 and pam_krb5. I don't know if this will work or not. Let me know
and I will outline the suggestion.

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


[Bug 268186] Kerberos authentication fails with a Linux/FreeIPA KDC

2022-12-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268186

--- Comment #18 from Cy Schubert  ---
Created attachment 238708
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=238708&action=edit
Optionalize GSSAPI.

On second thought, try this anyway. FreeBSD sshd hooks into Heimdal regardless
of options or PAM. Then add WITOUT_SSHD_GSSAPI=yes to /etc/src.conf and rebuild
all of /usr/src/secure/lib/libssh and /usr/src/secure/usr.sbin/sshd. This will
rely solely on sssd.

I assume your sssd has been build against MIT and not Heimdal.

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


[Bug 127420] geom: panic: journal overflow on gmirrored gjournal

2022-12-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=127420

--- Comment #9 from ru...@verweg.com ---
Created attachment 238711
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=238711&action=edit
crashinfo dump of gmirror'ed gjournal panic

(In reply to Graham Perrin from comment #8)
Unfortunately, it does.

Inside a Freebsd 13.1 zfs VM I created 2 zvols of 5G each, gmirror'ed them and
then gjournalled the mirror. The same bonnie++ invocation was used, resulting
in the attached crashinfo.

The story nowadays is somewhat different though, for triage purposes: ZFS was
still experimental then and a lot of functionality once covered by
gmirror/gjournal etc is available with ZFS in a much more stable fashion.

It might be a question whether having these geom classes should be continued
instead of using ZFS.

If geom is still considered to be a first-class citizen the bug should probably
be explored...

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


[Bug 267028] General protection fault kernel panic immediately after kldload amdgpu

2022-12-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267028

--- Comment #20 from George Mitchell  ---
I've figured out why this crash is timing related, and also why ZFS is
involved.

My system has a 1 TB USB disk, which contains a ZFS file system.  When I power
my system on, it takes a variable amount of time for that disk to become ready
and for ZFS to take note of it.  (I'm booting from a SATA disk with a
traditional old UFS file system.)  So if the USB disk becomes ready while
amdgpu is still initializing, apparently this crash happens.  I have no clue
why that is true, but I am pretty sure this explains why the the crash happens
only part of the time and is timing dependent.

It remains true that the most reliable way to cause the crash is to include
amdgpu in the kld_list in /etc/rc.conf and simply boot normally (and to have a
*ZFS-formatted USB* disk attached to the system).

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


[Bug 268316] [patch] wpa_supplicant.conf(5): Document global parameter "update_config"

2022-12-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268316

Bug ID: 268316
   Summary: [patch] wpa_supplicant.conf(5): Document global
parameter "update_config"
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: Manual Pages
  Assignee: b...@freebsd.org
  Reporter: anto...@zoftko.com
CC: d...@freebsd.org

Created attachment 238713
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=238713&action=edit
Diff for file /usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5

The man page does not mention the global parameter "update_config" which is
useful when using wpa_cli(8), as trying to save the changes made through it
will fail if update_config is not enabled.

I personally ran into this issue (could not save changes and man pages were of
no help) and imagine other new comers might run into it as well.

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


[Bug 268276] Regression: Black screen on resume caused by commit 9e007a88d65b

2022-12-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268276

Graham Perrin  changed:

   What|Removed |Added

   Keywords||needs-qa, regression
URL||https://cgit.freebsd.org/sr
   ||c/commit/?id=9e007a88d65ba0
   ||d23e73c3c052d474a78260d503
   See Also||https://github.com/amshafer
   ||/nvidia-driver/issues/1
 CC||grahamper...@freebsd.org
 Status|New |Open

--- Comment #3 from Graham Perrin  ---
Cherry-pick

(2022-02-04) is on branches  releng/13.1 and stable/13.

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


[Bug 268319] LTO fails on the port cad/nvc on i386: undefined symbol: _GLOBAL_OFFSET_TABLE_, see error: undefined symbol: _GLOBAL_OFFSET_TABLE_

2022-12-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268319

Bug ID: 268319
   Summary: LTO fails on the port cad/nvc on i386: undefined
symbol: _GLOBAL_OFFSET_TABLE_, see error: undefined
symbol: _GLOBAL_OFFSET_TABLE_
   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

How to reproduce: comment out the line with --disable-lto.

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


[Bug 268319] LTO fails on the port cad/nvc on i386: undefined symbol: _GLOBAL_OFFSET_TABLE_, see error: undefined symbol: _GLOBAL_OFFSET_TABLE_

2022-12-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268319

Yuri Victorovich  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|toolch...@freebsd.org

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


[Bug 268316] wpa_supplicant.conf(5): Document global parameter "update_config"

2022-12-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268316

Graham Perrin  changed:

   What|Removed |Added

URL||https://www.freebsd.org/cgi
   ||/man.cgi?query=wpa_supplica
   ||nt.conf&sektion=5&manpath=F
   ||reeBSD
 CC||grahamper...@freebsd.org
Summary|[patch] |wpa_supplicant.conf(5):
   |wpa_supplicant.conf(5): |Document global parameter
   |Document global parameter   |"update_config"
   |"update_config" |
 Status|New |Open

--- Comment #1 from Graham Perrin  ---
Triage: summary line tags such as [patch] are no longer used. 



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


[Bug 268310] add sizeof(7) man page

2022-12-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268310

--- Comment #2 from jscha...@netmeister.org ---
(In reply to Konstantin Belousov from comment #1)

Added a review here: https://reviews.freebsd.org/D37674

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


[Bug 268310] add sizeof(7) man page

2022-12-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268310

Graham Perrin  changed:

   What|Removed |Added

 Status|New |Open
   See Also||https://reviews.freebsd.org
   ||/D37674

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


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

2022-12-11 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|207940 | stand/efi/boot1: Add boot partition selection 
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  
New |260138 | TPM2 Support in bootloader / kernel in order to r 
New |261306 | Geli rc.d script does not support insertion of US 
New |267537 | contrib/nvi: Fix core dump when tags file pattern 
Open|179832 | manual page of mac_from_text suggests incorrect f 

46 problems total for which you should take action.