Re: tail(1) broken in 13-stable

2021-05-06 Thread Mariusz Zaborski
Could you provide details how to reproduce this?

On Thu, 6 May 2021 at 12:13, Peter Jeremy via freebsd-stable
 wrote:
>
> Since updating from 12-stable to 13-stable, I've found that tail(1)
> crashes, reporting:
> Assertion failed: (procfd > STDERR_FILENO), function service_clean, file 
> /usr/src/lib/libcasper/libcasper/service.c, line 394.
> tail: unable to init casper: Socket is not connected
> unless all three of stdin, stdout and stderr are open.  Whilst it
> probably doesn't make sense to call tail without stdout open. there's
> no obvious reason to require that stdin or stderr must be open.
>
> --
> Peter Jeremy
___
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: traceroute -n difference between STABLE-11 and CURRENT

2018-10-01 Thread Mariusz Zaborski
On Mon, Sep 24, 2018 at 03:51:25PM +0200, Claude Buisson wrote:
> Hello,
> 
> On systems with STABLE-11 @ r338696, I found that
> 
> traceroute -n ...
> 
> led to:
> 
> traceroute: cap_enter: Function not implemented
> 
> I rebuilt the systems with
> 
> WITHOUT_CASPER
> 
> commented in /etc/src.conf
> 
> and (to be safe ?)
> 
> CAPABILITY_MODE
> CAPABILITIES
> 
> uncommented in the kernel definitions
> 
> And traceroute -n can now be successfully used.
> 
> Being curious, I traced this behaviour to r338475 by oshogbo, which is 
> documented as a MFC of r314000
> 
> BUT i NEVER met this problem on my CURRENT systems which are now at 
> r338331 (so after r314000), and are built WITHOUT_CASPER and without 
> CAPABILITY_MODE nor CAPABILITIES in their kernel definitions.
> 
> What am I missing (my only hint being the change from HAVE_LIBCASPER to 
> WITH_CASPER) ?
> 
> CBu

Hello,

sorry for keep you waiting. Your issue should be fixed with the r339045 in
STABLE-11.

Thanks,
-- 
Mariusz Zaborski
oshogbo//vx | http://oshogbo.vexillium.org
FreeBSD committer   | https://freebsd.org
Software developer  | http://wheelsystems.com
If it's not broken, let's fix it till it is!!1



signature.asc
Description: PGP signature


Re: [HEADS UP] "options ZFS" broken on stable/10; please use zfs(4) module for the time being

2016-01-03 Thread Mariusz Zaborski
Hi,

Did you merge the changes made
in ./sys/cddl/compat/opensolaris/sys/nvpair.h and
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201356 ? Those twos
should repair the problem.

Thanks for doing all the work around merging it.

Cheers,
Mariusz

On 3 January 2016 at 05:32, NGie Cooper  wrote:

> Hi all,
> Marcel brought to my attention that “options ZFS” is currently
> broken on stable/10 as of r292973. It builds on head however. I’m trying to
> determine what MFCs are missing in order to fix stable/10. I’ll send out an
> update email once I figure it out and fix the issue.
> I apologize for the breakage.
> Thanks,
> -NGie
___
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: make tinderbox broken with LINT-NOINET on ref10-amd64.freebsd.org (if_gif compilation issues)

2015-12-14 Thread Mariusz Zaborski
On Mon, Dec 14, 2015 at 06:31:52AM -0800, NGie Cooper wrote:
> Hi Andrey,
>   Just a heads up that LINT-NOINET seems to be broken on amd64/i386 with 
> if_gif(4) on stable/10. Could you please fix this?
> Thanks,
> -NGie
Hi,

I already found the problem we need to MFC r276224 and r277130.

Cheers,

> 
> $ tail -n 40 _.amd64.LINT-NOINET | head -n 20
> /scratch/tmp/ngie/svn/sys/modules/if_gif/../../netinet/in_gif.c:94:1: error: 
> no previous prototype for function 'in_gif_output' 
> [-Werror,-Wmissing-prototypes]
> in_gif_output(struct ifnet *ifp, struct mbuf *m, int proto, uint8_t ecn)
> ^
> /scratch/tmp/ngie/svn/sys/modules/if_gif/../../netinet/in_gif.c:232:1: error: 
> no previous prototype for function 'in_gif_encapcheck' 
> [-Werror,-Wmissing-prototypes]
> in_gif_encapcheck(const struct mbuf *m, int off, int proto, void *arg)
> ^
> /scratch/tmp/ngie/svn/sys/modules/if_gif/../../netinet/in_gif.c:248:1: error: 
> no previous prototype for function 'in_gif_attach' 
> [-Werror,-Wmissing-prototypes]
> in_gif_attach(struct gif_softc *sc)
> ^
> 3 errors generated.
> *** [in_gif.o] Error code 1
> 
> make[7]: stopped in /scratch/tmp/ngie/svn/sys/modules/if_gif
> 1 error
> 
> make[7]: stopped in /scratch/tmp/ngie/svn/sys/modules/if_gif
> *** [all_subdir_if_gif] Error code 2
> 
> make[6]: stopped in /scratch/tmp/ngie/svn/sys/modules
> 1 error
> 
> ___
> 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"

-- 
Mariusz Zaborski
oshogbo//vx | http://oshogbo.vexillium.org
FreeBSD commiter| https://freebsd.org
Software developer  | http://wheelsystems.com
If it's not broken, let's fix it till it is!!1
___
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: make tinderbox broken with LINT-NOINET on ref10-amd64.freebsd.org (if_gif compilation issues)

2015-12-14 Thread Mariusz Zaborski
On Mon, Dec 14, 2015 at 07:55:06PM +0300, Andrey V. Elsukov wrote:
> On 14.12.15 19:51, Mariusz Zaborski wrote:
> > On Mon, Dec 14, 2015 at 06:31:52AM -0800, NGie Cooper wrote:
> >> Hi Andrey, Just a heads up that LINT-NOINET seems to be broken on
> >> amd64/i386 with if_gif(4) on stable/10. Could you please fix this? 
> >> Thanks, -NGie
> > Hi,
> > 
> > I already found the problem we need to MFC r276224 and r277130.
> 
> I don't think r277130 is related to this problem.
> I have this patch and I'm trying to build with them.
Not with this but after fixing r276224 it will crash in other place which
r277130 is fixing. :)

> 
> -- 
> WBR, Andrey V. Elsukov

> Index: stable/10/sys/modules/if_gif/Makefile
> ===
> --- stable/10/sys/modules/if_gif/Makefile (revision 292213)
> +++ stable/10/sys/modules/if_gif/Makefile (working copy)
> @@ -5,7 +5,7 @@
>  .PATH: ${.CURDIR}/../../net ${.CURDIR}/../../netinet 
> ${.CURDIR}/../../netinet6
>  
>  KMOD=if_gif
> -SRCS=if_gif.c in_gif.c opt_inet.h opt_inet6.h opt_mrouting.h
> +SRCS=if_gif.c opt_inet.h opt_inet6.h opt_mrouting.h
>  
>  .if !defined(KERNBUILDDIR)
>  opt_inet.h:
> @@ -15,10 +15,11 @@ opt_inet.h:
>  opt_inet6.h:
>   echo "#define INET6 1" > ${.TARGET}
>  .endif
> -
> -opt_mrouting.h:
> - echo "#define MROUTING 1" > ${.TARGET}
>  .else
> +OPT_INET!= cat ${KERNBUILDDIR}/opt_inet.h; echo
> +.if empty(OPT_INET)
> +MK_INET_SUPPORT=no
> +.endif
>  OPT_INET6!= cat ${KERNBUILDDIR}/opt_inet6.h; echo
>  .if empty(OPT_INET6)
>  MK_INET6_SUPPORT= no
> @@ -25,6 +26,10 @@ MK_INET6_SUPPORT= no
>  .endif
>  .endif
>  
> +.if ${MK_INET_SUPPORT} != "no"
> +SRCS+=  in_gif.c
> +.endif
> +
>  .if ${MK_INET6_SUPPORT} != "no"
>  SRCS+=   in6_gif.c
>  .endif




-- 
Mariusz Zaborski
oshogbo//vx | http://oshogbo.vexillium.org
FreeBSD commiter| https://freebsd.org
Software developer  | http://wheelsystems.com
If it's not broken, let's fix it till it is!!1
___
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"