Re: lots of "no such file or directory" errors in zfs filesystem

2021-02-21 Thread Andriy Gapon
On 22/02/2021 09:31, Chris Anderson wrote:
> None of these files are especially important to me, however I was wondering
> if there would be any benefit to the community from trying to debug this
> issue further to understand what might be going wrong.

Yes.

-- 
Andriy Gapon
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


lots of "no such file or directory" errors in zfs filesystem

2021-02-21 Thread Chris Anderson
I'm in the process of decommissioning an old zfs based file server and I
noticed that around a dozen files with directory entries which fail with
"No such file or directory" when trying to read them.

I can't remember what the original version of freebsd installed was, but
it's been in production for at least 7 years and has been upgraded with
freebsd-update as new FreeBSD releases came available (it is currently on
12.2-RELEASE-p3).

The behavior is perplexing since I've never had any scrub failures on the
pool those files reside in yet from looking at old security run outputs,
the number of files in that state has increased over time.

None of these files are especially important to me, however I was wondering
if there would be any benefit to the community from trying to debug this
issue further to understand what might be going wrong.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: FreeBSD 13.0-BETA3 Now Available

2021-02-21 Thread Yoshihiro Ota
Hi,

tmp/legacy/usr/bin/make fails to run when sharing /usr/obj built on 13-BETA* to 
12.2-RELEASE machines.

I entered https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253727

Hiro

On Sat, 20 Feb 2021 20:39:50 +
Glen Barber  wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
> 
> The third BETA build of the 13.0-RELEASE release cycle is now available.
> 
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: FreeBSD Port: bison-3.7.5,1 core dumped

2021-02-21 Thread Alex V. Petrov
For me, on the 13-stable version, the port is built only when -j1 is set
for make.
Tried it on a clean system too.
Otherwise, I get:  (bison), jid 0, uid 0: exited on signal 11 (core dumped).

My system:
CPU: AMD FX-8370 Eight-Core Processor
FreeBSD 13.0-STABLE #3 stable/13-n244594-d4a0c102a23: Sun Feb 21
23:51:32 +07 2021
alex@alex.super:/usr/obj/usr/src/amd64.amd64/sys/GENERIC  amd64


07.02.2021 08:52, Alex V. Petrov пишет:
> Hello!
> 
> I have problem with bison.
> During build some ports.
> 
> 
> during doxygen build:
> /usr/bin/make  -f src/CMakeFiles/doxymain.dir/build.make
> src/CMakeFiles/doxymain.dir/depend
> [ 31%] [BISON][constexp] Building parser with bison 3.7.5
> cd /usr/ports/devel/doxygen/work/doxygen-1.9.0/src &&
> /usr/local/bin/bison  -d -o
> /usr/ports/devel/doxygen/work/.build/generated_src/ce_parse.cpp
> /usr/ports/devel/doxygen/work/doxygen-1.9.0/src/constexp.y
> /usr/ports/devel/doxygen/work/doxygen-1.9.0/src/constexp.y:38.1-25:
> warning: deprecated directive: '%name-prefix "constexpYY"', use '%define
> api.prefix {constexpYY}' [
> in messages:
> Feb  7 08:41:35 alex kernel: pid 89421 (bison), jid 0, uid 0: exited on
> signal 11 (core dumped)
> 
> during libreoffice build:
> [LEX] unoidl/source/sourceprovider-scanner
> S=/usr/ports/editors/libreoffice/work/libreoffice-7.1.0.3 &&
> I=$S/instdir && W=$S/workdir &&  mkdir -p $W/LexTarget/unoidl/source/ &&
> /usr/local/bin/flex
> -o$W/LexTarget/unoidl/source/sourceprovider-scanner.cxx
> $S/unoidl/source/sourceprovider-scanner.l && touch
> $W/LexTarget/unoidl/source/sourceprovider-scanner.done
> /usr/ports/editors/libreoffice/work/libreoffice-7.1.0.3/unoidl/source/sourceprovider-parser.y:13.1-12:
> warning: deprecated directive: ‘%pure-parser’, use ‘%define api.pure’ [
> in messages:
> Feb  7 08:50:30 alex kernel: pid 32675 (bison), jid 0, uid 0: exited on
> signal 11 (core dumped)
> 
> My system:
> FreeBSD 13.0-STABLE #79 stable/13-n244485-6136a10e355: Sat Feb  6
> 22:05:30 +07 2021 amd64
> 


-- 
-
Alex.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"