Jérôme Benoit

Results 35 issues of Jérôme Benoit

When we fine tune a rule with `user` , the `FIREHOL_DROP_ORPHAN_TCP_` setups have no effect since ownerships are not taking into account. Is there any easy work around ?

In configure.ac we read: AM_CONDITIONAL([USERNS_ENABLED], [test "`cat /proc/sys/kernel/unprivileged_userns_clone 2> /dev/null`" = "1"]) Please consider to incorporate this test in firehol material itself: 1] package maintainer cannot guess the kernel feature...

Lintian complains that the source tarball contains prebuilt-javascript-object without the source: the complain is serious as it emits an error. It appeared that the Debian packages do not distribute the...

It appears that the composition of html composition fails on the current Debian Sid box which use pandoc 2.2. The failure happens at "xmllint --format" check stage in pandoc-post ....

The below (and attached) code arb_one(a); arb_set_str(b,"[-0.236000000000000000000000000000000 +/- 5.12e-34]",prec); arb_set_str(z,"[69.314718055994530941723212145817656807550013436025525 +/- 4.13e-52]",prec); arb_indeterminate(res); arb_hypgeom_u(res,a,b,z,prec); arb_printn(res,53,0); printf("\n"); arb_set_str(b,"-0.236000000000000000000000000000000",prec); arb_set_str(z,"69.314718055994530941723212145817656807550013436025525",prec); arb_indeterminate(res); arb_hypgeom_u(res,a,b,z,prec); arb_printn(res,53,0); printf("\n"); gives: [+/- 30.4] ## with [0.0139820478288060060036870204487 +/- 7.41e-32]...

## Expected behavior dseupd_ always succeeds on any arch ## Actual behavior dseupd_ randomly fails on mips64el arch ## Where/how to reproduce the problem - arpack-ng: release 3.8.0 - OS:...

As DBL_EPSILON is defined nowhere, I guess that it must be GSL_DBL_EPSILON instead.

see the [Build status of the plfit Debian package](https://buildd.debian.org/status/package.php?p=plfit) for more details.

I fitted some (discrete) data against plfit provided here and the [matlab code provided by the authors of [1]](http://tuvalu.santafe.edu/~aaronc/powerlaws/): I obtain values for p that differ significantly: grossly the p-values...

Is it possible to output the standard error on hated alpha ?