FS#57388 - [systemd] lftp: Assertion 'fd' failed at socket-util.c:1011, function getpeergroups(). Aborting.

Attached to Project: Arch Linux
Opened by Campbell Barton (ideasman42) - Monday, 05 February 2018, 23:38 GMT
Last edited by Christian Hesse (eworm) - Friday, 09 February 2018, 10:36 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Dave Reisner (falconindy)
Christian Hesse (eworm)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 7
Private No

Details

Description:

A year or so ago I was using lftp without issues.
Recently I tried it again with the exact same options as used to work and ran into an error that happens even in the most basic test.

Steps to reproduce:

lftp google.com

Gives the error:

Assertion 'fd' failed at ../systemd-stable/src/basic/socket-util.c:1011, function getpeergroups(). Aborting.

A real world example gives the same error:

FTP_USER=ideasman42
FTP_PWD=SECRET
FTP_HOST=members.iinet.net.au
lftp ftp://$FTP_USER:$FTP_PWD@$FTP_HOST -e "mirror -x .doctrees --delete -R ./src ./dst ; quit"

Error:

Assertion 'fd' failed at ../systemd-stable/src/basic/socket-util.c:1011, function getpeergroups(). Aborting.
open `members.iinet.net.au' [Resolving host address...]

This task depends upon

Closed by  Christian Hesse (eworm)
Friday, 09 February 2018, 10:36 GMT
Reason for closing:  Fixed
Additional comments about closing:  systemd 237.0-3
Comment by loqs (loqs) - Tuesday, 06 February 2018, 00:01 GMT Comment by Esteban (4573746562616e) - Friday, 09 February 2018, 10:23 GMT
Hello, same issue but when using rsync to perform some backups. Kind of critical to me. I've no backups thanks to systemd. This is not good. We need to be more careful when updating systemd ;D

Loading...