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
(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
i dont know where this magic "-r20" version is coming from, but it certainly isnt Gentoo
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
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.
Diego: wtf is with this -r20 bullshit ?
-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?
why did you use -r20 instead of -r5 ?
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.