Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 214159 - net-misc/openssh-4.7_p1-r20 - scp doesn't return to prompt after copying is finished
Summary: net-misc/openssh-4.7_p1-r20 - scp doesn't return to prompt after copying is f...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-21 17:02 UTC by crucify
Modified: 2008-03-29 03:05 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description crucify 2008-03-21 17:02:02 UTC
192.168.0.1# emerge -p openssl openssh

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] dev-libs/openssl-0.9.8g  USE="gmp (sse2) zlib -bindist -emacs -kerberos -test" 0 kB
[ebuild   R   ] net-misc/openssh-4.7_p1-r20  USE="X chroot pam skey tcpd -X509 -hpn -kerberos -ldap -libedit (-selinux) -smartcard -static" 0 kB



192.168.0.20# emerge -p openssl openssh

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] dev-libs/openssl-0.9.8g  USE="gmp kerberos sse2 zlib -bindist -emacs -test" 0 kB
[ebuild   R   ] net-misc/openssh-4.7_p1-r20  USE="X chroot kerberos pam skey tcpd -X509 -hpn -ldap -libedit (-selinux) -smartcard -static" 0 kB

Total: 2 packages (2 reinstalls), Size of downloads: 0 kB


Reproducible: Always

Steps to Reproduce:
1. 192.168.0.1# scp 192.168.0.20:/somefile .

2. file copy 100%

3. no return bash prompt.

4. ctrl + c
Comment 1 Jimmy.Jazz 2008-03-22 13:09:00 UTC
(In reply to comment #0)

> 
> 3. no return bash prompt.
> 
> 4. ctrl + c
>
Hi,

Same problem when using dirvish. rsync waits endlessly for a child process or something.

It appends with,
=net-misc/openssh-4.7_p1-r20
=net-misc/openssh-4.7_p1-r4

and works with,
<=net-misc/openssh-4.7_p1-r3

and previous


Comment 2 SpanKY gentoo-dev 2008-03-22 20:24:18 UTC
i dont know where this magic "-r20" version is coming from, but it certainly isnt Gentoo
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2008-03-22 21:08:00 UTC
Vapier: -r20 IS actually in the tree:
http://viewcvs.gentoo.org/viewcvs.py/gentoo-x86/net-misc/openssh/openssh-4.7_p1-r20.ebuild?rev=1.9&view=log
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2008-03-22 21:09:51 UTC
Jimmy.Jazz:
are you 100% certain it works with net-misc/openssh-4.7_p1-r3 and is then broken in -r4? Because given your USE flags, they should be IDENTICAL - the only different between r3 and r4 is the HPN and X509 patchs having newer versions, but you don't use either of those patches.
Comment 5 SpanKY gentoo-dev 2008-03-22 22:26:35 UTC
Diego: wtf is with this -r20 bullshit ?
Comment 6 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-03-23 13:23:56 UTC
-r20 is the pambase-enabled version, that is it uses system-remote-login rather than system-auth as authentication stack.

I don't have which version I based it upon right now, and I can't help to fix it until tuesday/wednesday, sorry :/
Does it work with pam USE flag turned off?

Comment 7 SpanKY gentoo-dev 2008-03-23 14:32:10 UTC
why did you use -r20 instead of -r5 ?
Comment 8 SpanKY gentoo-dev 2008-03-29 03:05:14 UTC
someone verify the last version to work.  saying 4.7_p1-r4 fails but 4.7_p1-r3 works when USE="-X509 -hpn" makes no sense as Robin indicates -- those are the only things that changed.