textproc/apache-solr: start by default in standalone mode
Use a more failure proof usage of sockstat to detect in startup script
if solr is already running.
nfs_diskless: Fix handling of nfsuserd case for NFSv4
Commit 8b9775912cbc added support for an NFSv4 mounted
root file system, but only if the NFSv4 configuration
used id numbers in the strings.
This patch adds support for the case where the NFSv4
configuration uses name<-->id mappings via nfsuserd(8)
by priming the mapping cache with just enough entries
so that it works until the nfsuserd(8) is running.
They are listed in nfs_prime_userd[] in
sys/fs/nfs/nfs_commonsubs.c.
The entries in nfs_prime_userd[] are also wired into
the kernel's cache for name<-->id mappings when nfsuserd(8)
starts up. This is necessary, since an upcall to the
nfsuserd(8) daemon for a mapping when looking up the
path to the passwd/group database files (/etc) will
hang the system, due to a vnode lock being held on
[13 lines not shown]
net-mgmt/etherape: Update 0.9.21 => 0.9.22
Changelog:
* Cleanups of capture code.
* Clear address cache command, thanks to Ronald W. Henderson.
* Avoid multiple close event, by Ronald W. Henderson.
* Saving window size in preferences dialog, by Ronald W. Henderson.
* F11 to make EtherApe fullscreen, by Ronald W. Henderson.
* New georgian translation, thanks to Temuri Doghonadze.
* Documentation improvments, thanks to Ronald W. Henderson.
* IP unknown protocols display now subject to the 'unknown ports' setting.
* Smaller improvements and fixes.
* One can now export Etherape data to JSON as well as XML.
* Export file format is selected in the Preferences dialog.
* Export menu entry icon added.
* Updated Preferences dialog help and figures.
* Man page updates.
* XML escaping extended.
* Fix for text appearance in these pull downs: Central Node and Capture filter.
[8 lines not shown]
devel/py-lxml: update to 6.0.4
Changelog: https://lxml.de/6.0/changes-6.0.4.html
For tests, copy built extension module artefacts into src instead
of building them again, and add cssselect TEST_DEPENDS
sh: Increase default history size to POSIX mandated minimum of 128
The default history size in bin/sh is currently 100 however POSIX.1-2024
mandates that a default greater than or equal to 128 shall be used,
therefore this increases the default history size in /bin/sh to 128.
POSIX standards reference:
https://pubs.opengroup.org/onlinepubs/9799919799/utilities/sh.html#tag_20_110_08
MFC after: 3 days
Reviewed by: emaste, jilles, jlduran, ziaee
Signed-off-by: Kristofer Peterson <kris at tranception.com>
Closes: https://github.com/freebsd/freebsd-src/pull/2093
linux: add sysfs filetype support for Linux statfs()
Added MAGIC number below and map to linsysfs in bsd_to_linux_ftype()
This maps:
- `linsysfs` -> `LINUX_SYSFS_MAGIC` (`0x62656572`)
Signed-off-by: YAO, Xin <mr.yaoxin at outlook.com>
Reviewed by: emaste
Pull request: https://github.com/freebsd/freebsd-src/pull/2119
sysutils/nut*: Fix configure when user uses the uucp user account
Users wanting to use the uucp user account will experience configure
faiures because uucp is baked into the configure script. We make the
configure script default to "nothing" to address this edge case. The
default user (nut) is already set by the port and ports plumbing.
PR: 294350
pkgbase: only provide shlibs from /lib,/usr/lib,/usr/lib32
Reviewed by: bapt
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D54793
manuals: System message vs kernel message
Wordsmith mentions throughout the manual of syslog and dmesg, to clearly
differentiate them in an externally consisteny way, increasing operator
onboarding speed and elegance.
The daemon that handles general system messages, syslog, describes them
as "system messages", and "messages" is the standard filename. Rewrite
syslog related manual titles to align search results with this, and hier
entries to align the index. Use care to maintain keywords and not add
extra lines. Newsyslog trades "maintain" with "rotate" for visibility.
MFC after: 3 days (resolved newsyslog.8 merge conflict)
Reviewed by: markj
Closes: https://github.com/freebsd/freebsd-src/pull/2067
(cherry picked from commit 04d58d529a61f3bba2c1a843bc2793923a005759)