[Bug 274191] There is no knob to disable git use on build system

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

Graham Perrin  changed:

   What|Removed |Added

 Status|New |Open
   Keywords||needs-qa
 CC||grahamper...@gmail.com

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


[Bug 271830] man: ignores MANSECT and -S

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

Mohamed Akram  changed:

   What|Removed |Added

 Status|Open|Closed
 Resolution|--- |FIXED

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


[Bug 234110] failed to boot FreeBSD 12.0 ; crash in bootloader ; amd64 ; releng/12.0 r342177

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

Graham Perrin  changed:

   What|Removed |Added

 Status|New |Open
   Keywords||loader

--- Comment #5 from Graham Perrin  ---
Close as overcome by events?

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


[Bug 231724] No work consoles at booting 11.2-releng

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

Graham Perrin  changed:

   What|Removed |Added

 Resolution|--- |Feedback Timeout
 Status|New |Closed
   Keywords||loader

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


[Bug 257514] Can not embed ZFS into Kernel on RelEng/13.0 i386

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

Graham Perrin  changed:

   What|Removed |Added

 CC|grahamper...@freebsd.org|
   Assignee|b...@freebsd.org|f...@freebsd.org
   Keywords||needs-qa
 Status|New |Open

--- Comment #2 from Graham Perrin  ---
Is this reproducible with releng/13.2 or releng/14.0?

(In reply to CrazyMihey from comment #1)

> UnFortunately, NoOne answers My Question ↑, so I dicided to Try to 
> Fix This Annoying Bug MySelf. …

I'm sorry, although (^Triage) please note that use of Bugzilla here is normally
reserved for actionable bug reports. Mailing lists and the like are often
better for questions and answers; .

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


[Bug 260867] pf: divert-to packets infinitely loop when written back to divert socket

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

Graham Perrin  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|p...@freebsd.org
Summary|[pf][patch] divert-to   |pf: divert-to packets
   |packets infinitely loop |infinitely loop when
   |when written back to divert |written back to divert
   |socket  |socket
   Keywords|patch   |
 CC|n...@freebsd.org,|
   |p...@freebsd.org  |
 Status|New |Open

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


[Bug 201419] Add Autoinstall option to installer

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

Graham Perrin  changed:

   What|Removed |Added

 Status|New |Open
Summary|[PATCH] Add Autoinstall |Add Autoinstall option to
   |option to installer |installer
   Assignee|b...@freebsd.org|sysinst...@freebsd.org
   Keywords|patch   |feature, install

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


[Bug 265789] freebsd-version -rku prints versions not in sequence with cli flags

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

Graham Perrin  changed:

   What|Removed |Added

   Keywords||needs-qa
URL||https://man.freebsd.org/cgi
   ||/man.cgi?query=freebsd-vers
   ||ion&sektion=1&manpath=freeb
   ||sd-release#DESCRIPTION
 Status|New |Open

--- Comment #4 from Graham Perrin  ---
^Triage: this report should probably be closed, works as intended. 

I'd like someone from the Project to make a decision.

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


[Bug 251316] freebsd-version: present -v option, to print verbose information

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

Graham Perrin  changed:

   What|Removed |Added

   Keywords|patch   |feature
 CC|grahamper...@freebsd.org|grahamper...@gmail.com
Summary|[PATCH] freebsd-version:|freebsd-version: present -v
   |present -v option, to print |option, to print verbose
   |verbose information |information
 Status|New |Open
   Severity|Affects Some People |Affects Only Me

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


[Bug 274014] hmt.ko kernel panic - Asus Expertbook B5602

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

Mark Johnston  changed:

   What|Removed |Added

 CC||ma...@freebsd.org,
   ||w...@freebsd.org

--- Comment #1 from Mark Johnston  ---
Here we're crashing while parsing a HID report descriptor, it looks like the
descriptor is invalid somehow but the driver isn't doing enough validation:

753 if (hi.collevel == 1 && 
754 hi.usage >= HID_USAGE2(HUP_BUTTON, left_btn) && 
755 hi.usage <= HID_USAGE2(HUP_BUTTON,
HMT_BTN_MAX)) { 
756 btn = (hi.usage & 0x) - left_btn;   
757 setbit(sc->buttons, btn);   
758 sc->btn_loc[btn] = hi.loc;  
759 if (btn >= sc->max_button)  
760 sc->max_button = btn + 1;   
761 break;  
762 }

In particular, we don't check that "btn" is in the range [0, 7].

I'm not sure if this means that the descriptor is invalid or whether we're
missing some special case?

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


[Bug 273610] Panic (vm_page_assert_xbusied: page 0xfffffe0001beaed8 busy_lock 0xfffffffe not owned by me)

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

Mark Johnston  changed:

   What|Removed |Added

 Status|New |Open
 CC||ma...@freebsd.org

--- Comment #2 from Mark Johnston  ---
Do you still have the kernel dump available?  It would be useful to see the
output of

(kgdb) p *(vm_page_t)0xfe0001beaed8

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


[Bug 273610] Panic (vm_page_assert_xbusied: page 0xfffffe0001beaed8 busy_lock 0xfffffffe not owned by me)

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

Mark Johnston  changed:

   What|Removed |Added

 CC||grahamper...@freebsd.org

--- Comment #3 from Mark Johnston  ---
*** Bug 272403 has been marked as a duplicate of this bug. ***

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


[Bug 272403] panic: vm_page_assert_xbusied: page 0xfffffe0016a13728 busy_lock 0xfffffffe not owned by me @ /usr/src/sys/vm/vm_page.c:1183

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

Mark Johnston  changed:

   What|Removed |Added

 Status|Open|Closed
 CC||ma...@freebsd.org
 Resolution|--- |DUPLICATE

--- Comment #3 from Mark Johnston  ---


*** This bug has been marked as a duplicate of bug 273610 ***

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


[Bug 193339] syscons: mouse reporting works properly only on ttyv0

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

Graham Perrin  changed:

   What|Removed |Added

   Keywords|patch   |
Summary|[syscons] [patch] mouse |syscons: mouse reporting
   |reporting works properly|works properly only on
   |only on ttyv0   |ttyv0
URL||https://github.com/freebsd/
   ||freebsd-src/blob/main/sys/d
   ||ev/syscons/scmouse.c
 Status|New |Open

--- Comment #3 from Graham Perrin  ---
I'm sorry for the apparent lack of attention. 

(In reply to Vadim Ushakov from comment #1)

Still applicable:

% git -C /usr/src pull --ff-only freebsd main
>From https://git.freebsd.org/src
 * branch  main   -> FETCH_HEAD
Already up to date.
% git -C /usr/src/sys apply --check --verbose /tmp/146855.diff
Checking patch sys/dev/syscons/scmouse.c...
%

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


[Bug 273610] Panic (vm_page_assert_xbusied: page 0xfffffe0001beaed8 busy_lock 0xfffffffe not owned by me)

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

--- Comment #4 from Mark Johnston  ---
I suspect that this would be fixed by https://reviews.freebsd.org/D42029

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


[Bug 260724] [PATCH] manual pages refer to incorrect sections, to ports, and break mandoc(1)

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

Graham Perrin  changed:

   What|Removed |Added

 Attachment #230452|0   |1
is obsolete||

--- Comment #2 from Graham Perrin  ---
Created attachment 245355
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=245355&action=edit
The .patch file from within the .gz file in 2021 opening comment 0

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


[Bug 260724] Manual pages refer to incorrect sections, to ports, and break mandoc(1)

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

Graham Perrin  changed:

   What|Removed |Added

 Status|New |Open
Summary|[PATCH] manual pages refer  |Manual pages refer to
   |to incorrect sections, to   |incorrect sections, to
   |ports, and break mandoc(1)  |ports, and break mandoc(1)
   Severity|Affects Only Me |Affects Some People
   Keywords|patch   |

--- Comment #3 from Graham Perrin  ---
(In reply to Dakotah Lambert from comment #0)

I'm sorry for the lack of action here. 

The corresponding .patch file (comment 1) no longer applies, would you be
willing to make revisions? 

Thank you



% git -C /usr/src pull --ff-only freebsd main
>From https://git.freebsd.org/src
 * branch  main   -> FETCH_HEAD
Already up to date.
% git -C /usr/src/sys apply --check --verbose /tmp/0001-improve-manpages.patch
Skipped patch 'bin/pax/pax.1'.
Skipped patch 'cddl/sbin/zfs/Makefile'.
Skipped patch 'contrib/bsnmp/snmpd/snmpmod.3'.
Skipped patch 'contrib/dma/dma.8'.
Skipped patch 'contrib/ee/ee.1'.
Skipped patch 'contrib/elftoolchain/libelftc/elftc_set_timestamps.3'.
Skipped patch 'contrib/ipfilter/man/ipf.5'.
Skipped patch 'contrib/ipfilter/man/ippool.5'.
Skipped patch 'contrib/libarchive/cpio/bsdcpio.1'.
Skipped patch 'contrib/libarchive/libarchive/libarchive-formats.5'.
Skipped patch 'contrib/libarchive/libarchive/libarchive.3'.
Skipped patch 'contrib/libarchive/tar/bsdtar.1'.
Skipped patch 'contrib/libedit/editline.7'.
Skipped patch 'contrib/libpcap/pcap.3pcap.in'.
Skipped patch 'contrib/libxo/libxo/xo_format.5'.
Skipped patch 'contrib/mandoc/apropos.1'.
Skipped patch 'contrib/mandoc/man.1'.
Skipped patch 'contrib/mandoc/roff.7'.
Skipped patch 'contrib/sendmail/rmail/rmail.8'.
Skipped patch 'contrib/tnftp/src/ftp.1'.
Skipped patch 'crypto/heimdal/doc/doxyout/krb5/man/man3/krb5_address.3'.
Skipped patch 'crypto/openssh/ssh-agent.1'.
Skipped patch 'lib/libc/sys/_umtx_op.2'.
Skipped patch 'lib/libc/sys/mq_open.2'.
Skipped patch 'lib/libc/sys/ptrace.2'.
Skipped patch 'lib/libc/sys/sigfastblock.2'.
Skipped patch 'lib/libc/sys/thr_new.2'.
Skipped patch 'lib/libgeom/libgeom.3'.
Skipped patch 'lib/libmd/mdX.3'.
Skipped patch 'lib/libmd/ripemd.3'.
Skipped patch 'lib/libmd/sha.3'.
Skipped patch 'lib/libmd/sha256.3'.
Skipped patch 'lib/libmd/sha512.3'.
Skipped patch 'lib/libmd/skein.3'.
Skipped patch 'libexec/makewhatis.local/makewhatis.local.8'.
Skipped patch 'sbin/ipf/ippool/Makefile'.
Skipped patch 'sbin/newfs/newfs.8'.
Skipped patch 'sbin/setkey/setkey.8'.
Skipped patch 'share/man/man1/builtin.1'.
Skipped patch 'share/man/man5/make.conf.5'.
Skipped patch 'share/man/man5/rc.conf.5'.
Skipped patch 'share/man/man5/src.conf.5'.
Skipped patch 'share/man/man7/development.7'.
Skipped patch 'share/man/man7/ports.7'.
Skipped patch 'share/man/man7/sdoc.7'.
Skipped patch 'share/man/man9/SYSCALL_MODULE.9'.
Skipped patch 'share/man/man9/ktr.9'.
Skipped patch 'share/man/man9/nv.9'.
Skipped patch 'usr.bin/ctags/ctags.1'.
Skipped patch 'usr.bin/enigma/enigma.1'.
Skipped patch 'usr.bin/login/login.1'.
Skipped patch 'usr.bin/resizewin/resizewin.1'.
Skipped patch 'usr.bin/uuencode/uuencode.format.5'.
Skipped patch 'usr.sbin/bsdconfig/bsdconfig.8'.
Skipped patch 'usr.sbin/bsnmpd/modules/snmp_hostres/snmp_hostres.3'.
Skipped patch 'usr.sbin/cxgbetool/cxgbetool.8'.
Skipped patch 'usr.sbin/daemon/daemon.8'.
Skipped patch 'usr.sbin/fdwrite/fdwrite.1'.
Skipped patch 'usr.sbin/fwcontrol/fwcontrol.8'.
Skipped patch 'usr.sbin/nfsd/pnfs.4'.
Skipped patch 'usr.sbin/ntp/doc/ntp.conf.5'.
Skipped patch 'usr.sbin/pnfsdscopymr/pnfsdscopymr.8'.
Skipped patch 'usr.sbin/pnfsdsfile/pnfsdsfile.8'.
Checking patch sys/contrib/openzfs/man/man8/zfs-wait.8...
Checking patch sys/contrib/openzfs/man/man8/zpool-iostat.8...
Hunk #2 succeeded at 106 (offset 1 line).
Hunk #3 succeeded at 148 (offset 1 line).
error: while searching for:
.El
.
.Sh SEE ALSO
.Xr iostat 1 ,
.Xr smartctl 8 ,
.Xr zpool-list 8 ,
.Xr zpool-status 8

error: patch failed: sys/contrib/openzfs/man/man8/zpool-iostat.8:251
error: sys/contrib/openzfs/man/man8/zpool-iostat.8: patch does not apply
Checking patch sys/contrib/openzfs/man/man8/zpool-list.8...
Checking patch sys/contrib/openzfs/man/man8/zpool-status.8...
Hunk #1 succeeded at 110 (offset 1 line).
Checking patch sys/contrib/openzfs/man/man8/zpool-wait.8...
Checking patch sys/contrib/openzfs/man/man8/zpool.8...
error: while searching for:
.It Xr zpool-iostat 8
Displays logical I/O statistics for the given pools/vdevs. Physical I/Os may
be observed via
.Xr iostat 1 .
.It Xr zpool-events 8
Lists all recent events generated by the ZFS kernel modules.
These events are consumed by the

error: patch failed: sys/contrib/openzfs/man/man8/zpool.8:150
error: sys/contrib/openzfs/man/man8

[Bug 274198] ktrace: logs only one arg for symlink() call

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

Bug ID: 274198
   Summary: ktrace: logs only one arg for symlink() call
   Product: Base System
   Version: 13.2-STABLE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: kern
  Assignee: b...@freebsd.org
  Reporter: rozhuk...@gmail.com

ktrace -d -i -t cnu ln -s /root /tmp/
kdump
...
 48835 ln   CALL  symlink(0x7fffec46,0x7fffdc60)
 48835 ln   NAMI  "/tmp//root"
 48835 ln   RET   symlink 0
 48835 ln   CALL  exit(0)


I do expect to see:
...
 48835 ln   CALL  symlink(0x7fffec46,0x7fffdc60)
 48835 ln   NAMI  "/root"
 48835 ln   NAMI  "/tmp//root"
 48835 ln   RET   symlink 0
 48835 ln   CALL  exit(0)

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


[Bug 274199] filemon does not handle mmap() with PROT_READ

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

Bug ID: 274199
   Summary: filemon does not handle mmap() with PROT_READ
   Product: Base System
   Version: 13.2-STABLE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: kern
  Assignee: b...@freebsd.org
  Reporter: rozhuk...@gmail.com

mmap() file with PROT_READ can be used to access file content, some apps use it
as replace for read()/pread()*read*() syscals.

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


[Bug 274199] filemon does not handle mmap() with PROT_READ

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

Mark Johnston  changed:

   What|Removed |Added

 CC||ma...@freebsd.org

--- Comment #1 from Mark Johnston  ---
/dev/filemon isn't meant to be read, it doesn't implement read() either.  It's
a control file which can be used to tell the kernel where to log filemon
events.

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


[Bug 274199] filemon does not handle mmap() with PROT_READ

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

Ivan Rozhuk  changed:

   What|Removed |Added

 Status|New |Closed
 CC||rozhuk...@gmail.com
 Resolution|--- |Works As Intended

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


[Bug 274198] ktrace: logs only one arg for symlink() call

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

Ivan Rozhuk  changed:

   What|Removed |Added

 CC||rozhuk...@gmail.com

--- Comment #1 from Ivan Rozhuk  ---
Created attachment 245356
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=245356&action=edit
patch

This fixes for me:
...
 69857 ln   CALL  symlink(0x7fffed86,0x7fffdde0)
 69857 ln   NAMI  "/root"
 69857 ln   NAMI  "/tmp//root"
 69857 ln   RET   symlink 0
 69857 ln   CALL  exit(0)


but as far I understand same issue with link() syscall.

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


[Bug 274198] ktrace: logs only one arg for symlink() call

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

Mark Johnston  changed:

   What|Removed |Added

 CC||ma...@freebsd.org

--- Comment #2 from Mark Johnston  ---
NAMEI events are generated by namei().  symlink(2) doesn't call namei() on the
second parameter, so this patch doesn't really make sense.

ktrace(2) in general does not show you arbitrary system call parameters.  Maybe
it would be useful to extend KTR_STRUCT to support paths.  Then "ktrace -t t"
would do what you want.  But if you want to see parameters, you can also just
use truss or dtrace.

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


[Bug 267671] [libc] Remove unnecessary printf to stderr in stdlib/cxa_thread_atexit_impl.c

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

David Chisnall  changed:

   What|Removed |Added

 CC||thera...@freebsd.org

--- Comment #2 from David Chisnall  ---
If this printf is reached, then you have a bug in your code that is very likely
to lead to security issues (dangling code pointers, which can lead to trivial
arbitrary code execution). I would *strongly* recommend fixing it.

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


[Bug 269637] sysutils/nix: build fails - linker issues - undefined symbols from AWS libs

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

John Hein  changed:

   What|Removed |Added

 Attachment #240514|maintainer-approval?(0mp@Fr |
  Flags|eeBSD.org)  |
 Attachment #240514|0   |1
is obsolete||
 Attachment #245360||maintainer-approval?(bofh@f
  Flags||reebsd.org)

--- Comment #10 from John Hein  ---
Created attachment 245360
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=245360&action=edit
[patch] update nix to 2.13.2 - resolves aws linking issues (v4)

(In reply to Muhammad Moinur Rahman from comment #7)
Here's a refresh of the patch.
No functional changes from the patch as described in comment 3 and comment 4 -
just re-generated against the latest ports tree.

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


[Bug 269637] sysutils/nix: build fails - linker issues - undefined symbols from AWS libs

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

John Hein  changed:

   What|Removed |Added

 Attachment #245360|0   |1
is obsolete||
 Attachment #245360|maintainer-approval?(bofh@f |
  Flags|reebsd.org) |

--- Comment #11 from John Hein  ---
Created attachment 245361
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=245361&action=edit
[patch] update nix to 2.13.2 - resolves aws linking issues (v5)

(In reply to John Hein from comment #10)
Forgot to remove BROKEN.

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


[Bug 269637] sysutils/nix: build fails - linker issues - undefined symbols from AWS libs

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

John Hein  changed:

   What|Removed |Added

 Attachment #240518||maintainer-approval?(bofh@f
  Flags||reebsd.org)

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


[Bug 274198] ktrace: logs only one arg for symlink() call

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

--- Comment #3 from Ivan Rozhuk  ---
(In reply to Mark Johnston from comment #2)

> NAMEI events are generated by namei().  symlink(2) doesn't call namei() on 
> the second parameter, so this patch doesn't really make sense.

vn_getcwd() and few other places call ktrnamei().
I do not understand why call ktrnamei() directly is wrong.


> ktrace(2) in general does not show you arbitrary system call parameters.

It is enough for my purposes to get few NAMEI, like:
47 ktrace   CALL  execve(0x7fffdfb6,0x7fffd970,0x7fffd980)
47 ktrace   NAMI  "build-install_media.sh"
47 ktrace   NAMI  "/bin/sh"
47 ktrace   NAMI  "/libexec/ld-elf.so.1"
47 sh   RET   execve JUSTRETURN

> But if you want to see parameters, you can also just use truss or dtrace.

I need get list of all files that was read with abs path.
I wrote tool to parse ktrace file, it keep context of process and convert path
to abs on logging and filter crap out of src dir.
I can not use truss without modifications to get same results.

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


[Bug 269637] sysutils/nix: build fails - linker issues - undefined symbols from AWS libs

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

John Hein  changed:

   What|Removed |Added

 Attachment #245361|0   |1
is obsolete||
 Attachment #245362||maintainer-approval?(bofh@f
  Flags||reebsd.org)

--- Comment #12 from John Hein  ---
Created attachment 245362
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=245362&action=edit
[patch] update nix to 2.13.2 - resolves aws linking issues (v6)

(In reply to John Hein from comment #11)
Sigh.  Really regen against latest ports tree (missed recent PORTREVISION
bump).

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


[Bug 206336] usr.sbin/freebsd-update allow proxy config in etc/freebsd-update.conf

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

Graham Perrin  changed:

   What|Removed |Added

  Flags|mfc-stable10?   |
   Keywords|patch   |
 Status|New |Open
Summary|[patch] |usr.sbin/freebsd-update
   |usr.sbin/freebsd-update |allow proxy config in
   |allow proxy config in   |etc/freebsd-update.conf
   |etc/freebsd-update.conf |

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


[Bug 263290] freebsd-update(8) should create new /var/db/freebsd-update dir

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

Graham Perrin  changed:

   What|Removed |Added

   See Also||https://reviews.freebsd.org
   ||/D42022

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


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

2023-10-01 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 |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 |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|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|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|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  

36 problems total for which you should take action.


[Bug 263290] freebsd-update(8) should create new /var/db/freebsd-update dir

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

--- Comment #4 from Ed Maste  ---
Potential change in https://reviews.freebsd.org/D42033

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


[Bug 274191] There is no knob to disable git use on build system

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

Ed Maste  changed:

   What|Removed |Added

 CC||ema...@freebsd.org

--- Comment #1 from Ed Maste  ---
What is the actual issue you are trying to solve?

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


[Bug 273610] Panic (vm_page_assert_xbusied: page 0xfffffe0001beaed8 busy_lock 0xfffffffe not owned by me)

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

Graham Perrin  changed:

   What|Removed |Added

 CC|grahamper...@freebsd.org|

--- Comment #5 from Graham Perrin  ---
(In reply to Mark Johnston from comment #2)

root@mowa219-gjp4-8570p-freebsd:~ # kgdb -c /var/crash/vmcore.1
kgdb: couldn't find a suitable kernel image
root@mowa219-gjp4-8570p-freebsd:~ # 


I guess, the command will succeed if I temporarily boot either of the two boot
environments that were indicated in opening comment 0. True?

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


[Bug 269637] sysutils/nix: build fails - linker issues - undefined symbols from AWS libs

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

Muhammad Moinur Rahman  changed:

   What|Removed |Added

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

--- Comment #13 from Muhammad Moinur Rahman  ---
I don't know why you asked for my approval as I am not the maintainer. But you
should try these patches on a poudriere tester. There are lots of dependencies
missing. I have tried to add some of the missing ones but it's going on and on.
So I will stop here for now and request you to recheck this please. Take your
time to solve this; there is no hurry. Just an example of what went wrong:
https://pkg.bofh.network/data/132-default/2023-10-02_06h42m09s/logs/errors/nix-2.13.2.log

Trying to build a port locally and submitting the patches is not helpful as you
might be missing the dependencies which are already installed in your host.

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


[Bug 274191] There is no knob to disable git use on build system

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

--- Comment #2 from Ivan Rozhuk  ---
(In reply to Ed Maste from comment #1)

Certification for product procedure requires provide list of all files that was
used during build.
My manager wants to minimize that list and do not want provide .git files.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274198 also as part of this
work.

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