[Bug 253893] sed "/^\s*$/d" complains about trailing backslash (\)

2024-03-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253893

--- Comment #25 from crb  ---
The comment from Sara Adam spam, don't follow the link

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


[Bug 253893] sed "/^\s*$/d" complains about trailing backslash (\)

2024-03-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253893

Sara Adam  changed:

   What|Removed |Added

 CC||saramadam...@gmail.com

--- Comment #24 from Sara Adam  ---
I have been researching this software and the errors that users often
encounter, I realized that many people make the same mistakes as you.
https://slitherio.online

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


[Bug 228538] [permissions] effective allow/deny ACLs incorrectly evaluated in some cases [reproducible]

2024-03-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228538

Sara Adam  changed:

   What|Removed |Added

 CC||saramadam...@gmail.com

--- Comment #2 from Sara Adam  ---
This is an error that I often encounter, thank you for sharing how to fix it.
https://suikagame.io

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


[Bug 277828] 15-CURRENT installation fails when /usr is on seperate UFS volume

2024-03-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277828

Mark Peek  changed:

   What|Removed |Added

 CC||m...@freebsd.org

--- Comment #2 from Mark Peek  ---
The issue is base.txz having hard links across filesystems (/ for /etc and
/usr). This looks to have been introduced via the below commit where the
install flags were changed from "-lrs" to "-lm". As "make distributeworld"
creates the base directory on a single filesystem when certctl is run, "-lm"
creates hard links which requires /etc and /usr/ to be on the same filesystem.

https://github.com/freebsd/freebsd-src/commit/a401c8cb26b22688087ad7c5ee527718459df15a

This patch should fix this specific issue.

diff --git a/usr.sbin/certctl/certctl.sh b/usr.sbin/certctl/certctl.sh
index 997a7d835d53..f95b4561d852 100755
--- a/usr.sbin/certctl/certctl.sh
+++ b/usr.sbin/certctl/certctl.sh
@@ -110,7 +110,7 @@ create_trusted()
 {
local hash certhash otherfile otherhash
local suffix
-   local link=${2:+-lm}
+   local link=${2:+-lrs}

hash=$(do_hash "$1") || return
certhash=$(openssl x509 -sha1 -in "$1" -noout -fingerprint)
@@ -159,7 +159,7 @@ resolve_certname()
 create_untrusted()
 {
local srcfile filename
-   local link=${2:+-lm}
+   local link=${2:+-lrs}

set -- $(resolve_certname "$1")
srcfile=$1

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


[Bug 277923] jail(8) segfaults on syntax error in configuration file

2024-03-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277923

Mark Linimon  changed:

   What|Removed |Added

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

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


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

2024-03-24 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 |252123 | fetch(3): Fix wrong usage of proxy when request i 
New |262764 | After DVD1 13.0-R install with ports tree, portsn 
New |262989 | sys/conf/files, sys/conf/options, sys/conf/NOTES: 
New |269994 | build options have different kernel and userland  
Open| 46441 | sh(1): Does not support PS1, PS2, PS4 parameter e 
Open|177821 | sysctl: Some security.jail nodes are funky, dupli 
Open|220246 | syslogd does not send RFC3164-conformant messages 
Open|232914 | kern/kern_resource: Integer overflow in function  
Open|250309 | devmatch: panic: general protection fault: sysctl 
Open|255130 | Issue with rtsx driver
Open|256952 | kqueue(2): Improve epoll Linux compatibility (com 
Open|257149 | CFLAGS not passed to whole build  
Open|257646 | opensm: rc service is installed by default, but o 
Open|258665 | lib/libfetch: Add Happy Eyeballs (RFC8305) suppor 
Open|259292 | vmware/pvscsi: UNMAP fails on VMWare 6.7 thinly p 
Open|259636 | multiple components: Change "Take Affect" to "Tak 
Open|259655 | periodic: security/security.functions does not re 
Open|259703 | In sys/dev/pci/pci.c, error in do_power_nodriver  
Open|259808 | etc/periodic/daily/100.clean-disks: Fix error (Di 
Open|260214 | acpi_battery: Should provide current/max battery  
Open|260245 | swap/vm: Apparent memory leak: 100% swap usage
Open|261640 | sysctl: Add -F option to display sysctl format st 
Open|261641 | drm-kmod: Launch message is written into (possibl 
Open|261771 | nvme(4): Reports errors every 5 minutes: PRP OFFS 
Open|261971 | kernel crash launching bhyve guest on ZFS: #15 bu 
Open|262157 | su+j: Crashes during mmc(4) fsck after timeout: E 
Open|262192 | Crashes at boot with kern.random.initial_seeding. 
Open|264028 | loader: Incorrect (32gb) memory reported by BTX l 
Open|264075 | freebsd-update in 13.1-RELEASE detects an install 
Open|264188 | kinit(1): Ignores KRB5CCNAME environment variable 
Open|264226 | setting kern.vty=sc causes hang during UEFI boot  
Open|264757 | fetch: Show correct port number in -vv output 
Open|264833 | 12.3-STABLE panic on sync and reboot: panic: slee 
Open|266419 | mrsas: Corrupts memory (crashes) when reading dat 

34 problems total for which you should take action.


[Bug 277923] jail(8) segfaults on syntax error in configuration file

2024-03-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277923

Bug ID: 277923
   Summary: jail(8) segfaults on syntax error in configuration
file
   Product: Base System
   Version: 14.0-RELEASE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: bin
  Assignee: b...@freebsd.org
  Reporter: nson...@outlook.com

The following jail.conf will segfault the jail(8) utility on at least
14.0-RELEASE:

foo {
ip4.addr = "lo0|foo/24"
host.hostname = "bar";
}


$ jail -c -f foo.conf foo
jail: foo.conf line 3: host.hostname: syntax error
Segmentation fault (core dumped)
$ 

I expect jail(8) not to segfault on bad syntax. I also saw SIGBUS being thrown
when having incorrect syntax.

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


[Bug 277738] Frequent crashes of kernel from pcpu_aux.h (page fault/double fault)

2024-03-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277738

Michael  changed:

   What|Removed |Added

 CC||fee...@michael.scherk.com

--- Comment #1 from Michael  ---
Same problem here, FreeBSD14.0 on a NUC6CAYB.
Running without Screen/KB/Mouse, disappears from Network after a short while. 
Hint: Used Debian before, it also crashed until: Booting with legacy BIOS, plus
“acpi=off” as boot parameter. Then it was stable for month w/o reboot.
Any ideas?

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


[Bug 277863] Possible regression in mktime(3)

2024-03-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277863

Robert Clausecker  changed:

   What|Removed |Added

 CC||d...@freebsd.org

--- Comment #7 from Robert Clausecker  ---
CC des@, who did the last tzcode merge.  This may need to be bisected (sigh..)

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