[Bug 130238] nfs.lockd man page doesn't mention NFSLOCKD option or nfslockd module

2024-05-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=130238

--- Comment #6 from commit-h...@freebsd.org ---
A commit in branch stable/14 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=cd7dc8deefbce5dc3b5aaab611bbee7af6eccf62

commit cd7dc8deefbce5dc3b5aaab611bbee7af6eccf62
Author: Dag-Erling Smørgrav 
AuthorDate: 2024-05-10 09:23:13 +
Commit: Dag-Erling Smørgrav 
CommitDate: 2024-05-14 06:58:40 +

Add man page for nfslockd.

PR: 130238
MFC after:  3 days
Differential Revision:  https://reviews.freebsd.org/D45139

(cherry picked from commit 44e72c6e2e6bcfa2cba89afb92fa05f6ac4d5660)

 share/man/man4/Makefile |  1 +
 share/man/man4/nfslockd.4 (new) | 45 +
 usr.sbin/rpc.lockd/lockd.c  |  3 ++-
 usr.sbin/rpc.lockd/rpc.lockd.8  |  5 +++--
 4 files changed, 51 insertions(+), 3 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 262895] access(2) man page should mention softlinks

2024-05-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262895

Dag-Erling Smørgrav  changed:

   What|Removed |Added

 CC||d...@freebsd.org

--- Comment #4 from Dag-Erling Smørgrav  ---
Jamie, how exactly did you “almost get bitten” by this?  `access()` etc always
dereference the symbolic link because the question they answer is “what would
happen if I tried to `open()` this path” and `open()` always dereferences
symbolic links.  Furthermore, as is already noted in the manual page, you
should probably not be using `access()` at all for reasons entirely unrelated
to whether or not it follows symbolic links.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 278957] web page Git repositories freebsd.org/$%7Brepo%7D/log/ error 404

2024-05-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278957

Bug ID: 278957
   Summary: web page Git repositories freebsd.org/$%7Brepo%7D/log/
error 404
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Many People
  Priority: ---
 Component: Website
  Assignee: d...@freebsd.org
  Reporter: forense.m...@protonmail.com

When accessing the page:

https://docs.freebsd.org/en/articles/committers-guide/

one of the links is broken:

https://cgit.freebsd.org/$%7Brepo%7D/log/?h=internal/admin

which leads to the page:

FreeBSD Git repositories

List of FreeBSD development repositories
index

No repositories found

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


[Bug 278956] web page freebsd.org/advocacy/ url error 404

2024-05-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278956

Bug ID: 278956
   Summary: web page freebsd.org/advocacy/ url error 404
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: Website
  Assignee: d...@freebsd.org
  Reporter: forense.m...@protonmail.com

Created attachment 250624
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=250624&action=edit
url redirect

The link below is showing a 404 error, please check.


https://www.freebsd.org/advocacy/

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


[Bug 274897] expand(1) man page contains spurious characters

2024-05-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274897

--- Comment #2 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=f3eeeb959c9b00c89a2e1ff009c78162eb398656

commit f3eeeb959c9b00c89a2e1ff009c78162eb398656
Author: Dag-Erling Smørgrav 
AuthorDate: 2024-05-13 10:41:27 +
Commit: Dag-Erling Smørgrav 
CommitDate: 2024-05-13 10:41:38 +

expand: Fix markup for the `-t` option.

PR: 274897
Fixes:  8993d785a261
MFC after:  3 days
Reviewed by:gbe
Differential Revision:  https://reviews.freebsd.org/D45167

 usr.bin/expand/expand.1 | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 262895] access(2) man page should mention softlinks

2024-05-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262895

--- Comment #3 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=421025a274fb5759b3ecc8bdb30b24db830b45ae

commit 421025a274fb5759b3ecc8bdb30b24db830b45ae
Author: Gordon Bergling 
AuthorDate: 2024-05-13 08:40:12 +
Commit: Gordon Bergling 
CommitDate: 2024-05-13 08:40:12 +

access.2: Mention that lstat(2) should be used for symbolic links

access(), eaccess() and faccessat() will always dereference
symbolic links.

So add a note in the manual page, that lstat(2) should be
used in the case of symbolic links.

PR: 262895
Reviewed by:gbe, pauamma_gundo.com
MFC after:  1 week
Differential Revision:  https://reviews.freebsd.org/D44890

 lib/libsys/access.2 | 11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 278947] front-end proxy varnish returns truncated HTML pages

2024-05-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278947

Wolfram Schneider  changed:

   What|Removed |Added

 Status|New |Open
 Depends on||223065


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223065
[Bug 223065] INDEX file truncated from time to time
-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 278947] front-end proxy varnish returns truncated HTML pages

2024-05-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278947

Bug ID: 278947
   Summary: front-end proxy varnish returns truncated HTML pages
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: Website
  Assignee: d...@freebsd.org
  Reporter: wo...@freebsd.org

I noticed that our front end proxy varnish returns sometimes truncated HTML
pages 

$ for i in $(seq 1 5);do curl -sSf
https://docs-archive.freebsd.org/doc/13.0-RELEASE/usr/local/share/doc/freebsd/en/books/handbook/book.html?x=4
| wc;done
7226   71923  851968
   18545  175529 1998848
   32807  309138 3614799
   32807  309138 3614799
   32807  309138 3614799


without caching, it get worse:

$ for i in $(seq 1 5);do curl -sSf -H "Cache-Control: no-cache"
https://docs-archive.freebsd.org/doc/13.0-RELEASE/usr/local/share/doc/freebsd/en/books/handbook/book.html
| wc;done
8341   82813  983040
   21867  206733 2359296
   16469  159056 1835008
   32807  309138 3614799
   12411  118977 1376256

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