Bug 33091

Summary: Странное поведение openssh при использовании GSSAPI
Product: Branch p8 Reporter: Evgeny Sinelnikov <sin>
Component: glibcAssignee: Dmitry V. Levin <ldv>
Status: NEW --- QA Contact: qa-p8 <qa-p8>
Severity: normal    
Priority: P3 CC: lav
Version: не указана   
Hardware: all   
OS: Linux   
URL: https://bugzilla.redhat.com/show_bug.cgi?id=1398370

Description Evgeny Sinelnikov 2017-02-08 15:14:57 MSK
Столкнулся с проблемой странного поведения openssh:

$ scp base:/etc/apt/apt.conf.d/tmp.cache.conf.disabled tmp.cache.conf
tmp.cache.conf.disabled    100%   60     0.1KB/s   00:00    
Inconsistency detected by ld.so: dl-close.c: 811: _dl_close: Assertion `map->l_init_called' fail

$ rpm -q glibc
glibc-2.23-alt3
$ rpm -q openssh
openssh-7.2p2-alt2

$ sudo grep GSS /etc/openssh/ssh_config
    GSSAPIAuthentication yes
    GSSAPIDelegateCredentials yes

Обнаружил, что это известная и уже решённая проблема:
https://bugzilla.redhat.com/show_bug.cgi?id=1398370
https://bugzilla.redhat.com/show_bug.cgi?id=1389881
https://sourceware.org/bugzilla/show_bug.cgi?id=11941