Hello Gleb,
On Wed, Sep 25, 2024 at 01:32:59PM -0700, Gleb Smirnoff wrote:
On Mon, Sep 23, 2024 at 01:00:11AM -0700, Gleb Smirnoff wrote:
T> This is an automated email to inform you that the September 2024
stabilization week
T> started with FreeBSD/main at main-n272449-6e414739fc95, which was tagged as
T> main-stabweek-2024-Sep.
The only issue discovered at Netflix testing is regression with ixl(4)
14561f1eda85 that has already been reverted with bf085659dac9. If you run with
the main-stabweek-2024-Sep and use ixl(4) NIC you need to cherry-pick
bf085659dac9. Other than that, no problems found.
I have found that *only* on arm64, locate errors like so:
# sh /etc/periodic/weekly/310.locate
Rebuilding locate database:
install: /var/db/INS@ArwCNx: Permission denied
However, if it's run like this:
# sh /usr/libexec/locate.updatedb
WARNING
Executing updatedb as root. This WILL reveal all filenames
on your machine to all login users, which is a security risk.
it exits normally.
Moving /var/db/locate.database aside makes no difference. The problem doesn't
happen on amd64 arch, same 6e414739fc95.
--