Displaying 20 results from an estimated 2000 matches similar to: "connection sometime hand on start."
2002 Jul 17
1
[Bug 357] New: SSH does not handle "Protocol" option in ~/.ssh/options properly
http://bugzilla.mindrot.org/show_bug.cgi?id=357
Summary: SSH does not handle "Protocol" option in ~/.ssh/options
properly
Product: Portable OpenSSH
Version: -current
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo:
2002 Jul 08
0
[Bug 342] New: RhostsRSAAuthentication does not work with 3.4p1
http://bugzilla.mindrot.org/show_bug.cgi?id=342
Summary: RhostsRSAAuthentication does not work with 3.4p1
Product: Portable OpenSSH
Version: -current
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
2011 Jan 27
2
help for a loop procedure
Hello everybody!
I’m trying to define the optimal number of surveys to detect the highest
number of species within a monitoring season/session.
To do this I want to run all the possible combinations between a set of
samples and to calculate the total number of species for each combination of
2, 3, 4 …n samples events, so that at the end I will be able to define which
is the lowest number of
2002 Jul 25
0
scp hangs
Hello,
When running scp (from openssh-3.4p1) on our linux systems we are
experiencing hangs after authentication. According to the debug
messages, authentication succeeds but the file itself is not
transferred. Openssh is built using OpenSSL 0.9.6d.
The command
scp foo 192.168.1.111:/tmp
will hang until the connection times out.
Below are the client and server side logs. An strace of the
2004 Jan 22
1
AIX and openssh 3.7.1p2 with privsep
I am attempting to run openssh 3.7.1p2 with privsep on AIX 5.2 ML2 (with
the december 2003 critical patches also).
This was compiled on the host machine with the IBM Visual Age C compiler (C
for AIX Compiler, Version 5).
I did not have any trouble compiling.
My configure was ./configure --with-tcp-wrappers, and I have the freeware
tcp wrappers (freeware.tcp_wrappers.rte 7.6.1.5),
and a compiled
2003 Oct 04
1
Security Fix Confusion
Hi,
I'm wondering if anybody could enlighten me about the effect of tracking
RELENG?
When the Openssh advisory came out (SA-03:12) I allowed a few days for all
issues to get ironed out and then used CVSUP to rebuild my boxes with
RELENG_4_7 or RELENG_4_8 (as appropriate). The advisory says that the
problem with OpenSSH is fixed by 4.7-RELEASE-p16 and a 'uname -a' of one of
my 4.7
1998 Sep 09
3
HELP : Samba is very slow
I have an Access application that work with some shared database file. The file is ~ 3 Mb.
Since I have a Linux system with Samba, this application work very slow.
I have multiple user with win95 on this file. Is there an option for allowing multiple access without cache ?
any other idea ?
Thanks.
___________________________________________________________
S?bastien HEITZMANN
2015 Jul 10
2
[LLVMdev] How to add a new target/toolchain to Clang ?
Thanks Tom for your help, it as indeed very easy to make the link with the
linker (not sick joke).
Unfortunately, clang generates object files for target x86_64, even though
I try --target --triple, --arch, ...
What is the trick to tell him which target to use ?
--
Fred
ps: not looked yet at inline assembly
2015-07-09 18:40 GMT+02:00 Tom Stellard <tom at stellard.net>:
> On Thu, Jul
2006 Jun 12
1
problem dialing out thru sip - using isdn on internal
hi,
i've a wirded problem, i try to dial out, using this dialplan
[default]
exten => _*7.,1,Macro(anrufextern-sip,${EXTEN:2})
[macro-anrufextern-sip]
exten => s,1,SetCallerID(SIP-ID)
exten => s,n,Dial(SIP/${ARG1}sip-out)
exten => s,n,Hangup()
when i use my analog telephone, everything is okay:
- Starting simple switch on 'Zap/3-1'
-- Executing
2019 Sep 25
0
Re: [p2v PATCH] Document the root password for the disk images.
On Wed, Sep 25, 2019 at 03:16:18PM +0200, Pino Toscano wrote:
> Mention what is the password of the root user on the disk images created
> by virt-p2v-make-disk, virt-p2v-make-kickstart, and virt-p2v-make-kiwi,
> so users know how to login in the live p2v system.
> ---
> virt-p2v-make-disk.pod | 2 ++
> virt-p2v-make-kickstart.pod | 2 ++
> virt-p2v-make-kiwi.pod |
2019 Sep 25
2
[p2v PATCH] Document the root password for the disk images.
Mention what is the password of the root user on the disk images created
by virt-p2v-make-disk, virt-p2v-make-kickstart, and virt-p2v-make-kiwi,
so users know how to login in the live p2v system.
---
virt-p2v-make-disk.pod | 2 ++
virt-p2v-make-kickstart.pod | 2 ++
virt-p2v-make-kiwi.pod | 2 ++
3 files changed, 6 insertions(+)
diff --git a/virt-p2v-make-disk.pod
2016 Jun 23
2
[PATCH] p2v: kiwi: make sure launch-virt-p2v is executable
virt-p2v-make-kiwi now forces the launch-virt-p2v mode to 0755 to
ensure the executable bit it set for user.
---
p2v/virt-p2v-make-kiwi.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/p2v/virt-p2v-make-kiwi.in b/p2v/virt-p2v-make-kiwi.in
index e493bd4..3506e9b 100644
--- a/p2v/virt-p2v-make-kiwi.in
+++ b/p2v/virt-p2v-make-kiwi.in
@@ -190,6 +190,7 @@ cp $datadir/issue $output/root/etc/issue
2016 Jun 23
0
Re: [PATCH] p2v: kiwi: make sure launch-virt-p2v is executable
On Thu, Jun 23, 2016 at 10:18:02AM +0200, Cédric Bosdonnat wrote:
> virt-p2v-make-kiwi now forces the launch-virt-p2v mode to 0755 to
> ensure the executable bit it set for user.
> ---
> p2v/virt-p2v-make-kiwi.in | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/p2v/virt-p2v-make-kiwi.in b/p2v/virt-p2v-make-kiwi.in
> index e493bd4..3506e9b 100644
> ---
2003 Nov 03
1
Problems with PAM and PermitRootLogin without-password
Hello all,
I was running some tests with openssh 3.7.1p2 and I noticed that
PermitRootLogin without-password does not work when PAM is enabled. In
fact, when PAM is enabled, PermitRootLogin will work as "yes" if "
without-password" is used, no matter what kind of authentication is used
for root login. Is that a bug, I missed something in the configurations,
or expected
2002 Jul 27
2
OpenSSH 3.4p1 on SourceMage client ssh fails
Hi guys,
I have a OpenSSH 3.4p1 installation on a SourceMage box, and I am trying to
connect to a OpenSSH 3.3p1 installation on a RedHat 7.x box and any other
machine.
The client fails with a "Host key verification failed."
Any other client connects correctly to the RedHat box, and any other server
that I try to connect to from the SourceMage box fails with the same error
message.
2003 Jul 22
1
Outlook Express 6.0.280.1123 SSL and dovecot .
Hello there,
First many thanks for dovecot, this is marvelous piece of software :)
One of my users is using Outlook Express 6.0.280.1123 on XP with SSL.
I have lots of this in the syslog :
Jul 22 16:25:31 kiwi imap-login: Login: fptarget [62.4.1.170]
Jul 22 16:25:32 kiwi imap-login: SSL_read() syscall failed: EOF
[62.4.1.170]
Jul 22 16:25:59 kiwi imap-login: SSL_read() syscall failed: EOF
2002 Nov 06
0
[Bug 429] New: SSH 3.4p1 problems on Tru64 V4.0D & Tru64 V4.0F
http://bugzilla.mindrot.org/show_bug.cgi?id=429
Summary: SSH 3.4p1 problems on Tru64 V4.0D & Tru64 V4.0F
Product: Portable OpenSSH
Version: 3.4p1
Platform: Alpha
OS/Version: OSF/1
Status: NEW
Severity: major
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
2016 Oct 10
0
[PATCH] p2v: Compress virt-p2v binary and store it in $libdir/virt-p2v (RHBZ#1382275).
Currently 'make install' installs the virt-p2v binary in
/usr/libexec/virt-p2v on the host. It is never supposed to be run
from there, even by another program, so use of /usr/libexec is
incorrect. It is only supposed to be copied into USB keys / ISOs /
etc created by virt-p2v-make-* scripts.
The other problem with shipping a "naked" binary on the host is that
packages built
2002 Jul 01
3
3.4p1: 'buffer_append_space: alloc 10506240 not supported'
I have been trying to install 3.4p1 on a number of machines.
Servers on ia64 Linux, i386 Linux and SPARC Solaris are all working
like charms. On the other hand, I am having trouble at least with
HPUX 11, DEC OSF 5.1 and Unixware: on all those systems, sshd bails
out after authentication with an error in buffer_append_space.
Here is the output of sshd -d on the UnixWare machine
(uname -a:
2003 Apr 07
8
[Bug 538] Hanging while connecting
http://bugzilla.mindrot.org/show_bug.cgi?id=538
Summary: Hanging while connecting
Product: Portable OpenSSH
Version: 3.6p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: ao at infinet.com