Bug 33091 - Странное поведение openssh при использовании GSSAPI
Summary: Странное поведение openssh при использовании GSSAPI
Status: NEW
Alias: None
Product: Branch p8
Classification: Distributions
Component: glibc (show other bugs)
Version: не указана
Hardware: all Linux
: P3 normal
Assignee: Dmitry V. Levin
QA Contact: qa-p8@altlinux.org
URL: https://bugzilla.redhat.com/show_bug....
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-08 15:14 MSK by Evgeny Sinelnikov
Modified: 2017-10-26 19:16 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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