On Tue, Apr 22, 2025 at 11:08:37PM +0200, Chris Hofstaedtler wrote:
> Hi,
>
> thank you for the report.
>
> * Christof Meerwald [250422 22:42]:
> > in login.c we have:
> >
> > rc = pam_start(cxt->remote ? "remote" : "login",
> >
&
Package: login
Version: 1:4.16.0-2+really2.41-4
in login.c we have:
rc = pam_start(cxt->remote ? "remote" : "login",
so it's either using "login" or "remote" for pam_start, but the
package only ships a login configuration for pam.
The old login from 1:4.13+dfsg1-1+b1 always used "login" with
Just saying that I am also seeing issues with the new login binary
related to SIGHUP.
In my case it's login being started by rsh-redone-server (85-4) (from
xinetd). What seems to be happening is that the vhangup triggers a
POLLHUP in in.rlogind, and the read on that file descriptor then
returns EI
Package: rsh-redone-server
Version: 85-4
With login 1:4.16.0-2+really2.40.4-5 in.rlogind immediately
disconnects as it can't handle the "vhangup" call used by login.
See also Bug#1078023, it seems that rlogind needs some special
handling to handle a read returning EIO; I have found this in the
te
Package: groff
Version: 1.23.0-2
$ echo "" | groff -T pdf | grep -F -a Date
5 0 obj << /CreationDate (D:20240426202138+01'+00')
/ModDate (D:20240426202138+01'+00')
$ echo "" | groff -T pdf | grep -F -a Date
5 0 obj << /CreationDate (D:20240426202145+01'+00')
/ModDate (D:20240426202145+01'+00')
$ e
Package: wnpp
Severity: wishlist
xmake is a lightweight cross-platform build utility based on Lua. It
uses xmake.lua to maintain project builds. Compared with
makefile/CMakeLists.txt, the configuration syntax is more concise and
intuitive. It is very friendly to novices and can quickly get started
This seems to be due to missing support for SNI (server name
indication), so related to #797968
On Mon, Jan 13, 2014 at 04:59:25PM +0100, Moritz Muehlenhoff wrote:
> Do you use Lua scripting or did you spot this from the build logs?
>
> Given that noone noticed that for 16 months I'm tempted to simply drop
> the Lua build dep entirely.
I am using Lua scripting for ELinks (mainly to rewrite
Package: elinks
Version: 0.12~pre6-4
The patch 09-Switch-to-use-lua-5.1.diff only updates configure.in, but
doesn't update or rebuild the configure script. This means that lua5.1
is not detected by the configure script and elinks is therefore built
without lua support. Also compare the lua configu
9 matches
Mail list logo