Displaying 20 results from an estimated 9000 matches similar to: "Server power loss and "Dovecot is already running with PID xxx""
2003 Aug 05
1
a problem in snapshot generation?
Hi,
It appears the openssh snapshots and the ChangeLog file have not been
updated in about a week in ftp.openbsd.org. Could this problem be fixed?
Thanks.
--
Pekka Savola "You each name yourselves king, yet the
Netcore Oy kingdom bleeds."
Systems. Networks. Security. -- George R.R. Martin: A Clash of Kings
2003 Aug 14
1
setres[gu]id implicit decl warning on Linux glibc
Hi,
With recent snapshots, I noted a warning in compilation on Red Hat Linux
7.3 system with glibc 2.2.5:
uidswap.c: In function `permanently_set_uid':
uidswap.c:155: warning: implicit declaration of function `setresgid'
uidswap.c:168: warning: implicit declaration of function `setresuid'
The problem appears to be that these should be prototyped in unistd.h, but
aren't. There
2007 Nov 24
1
undocumented scp server-side arguments -dft
Hi,
When implementing forced-commands using authorized-keys, I realized
that scp (when run at the server end) arguments -d, -f and -t are not
documented on the man page.
scp.c:
...
/* Server options. */
case 'd':
targetshouldbedirectory = 1;
break;
case 'f': /*
2007 Apr 22
1
Centos5: RAID1 on root/boot? [+lilo mkinitrd issues]
Hi,
I did a command-line upgrade of a RHL73 server to Centos 5. It was a
bit rocky road, but in the end it was successful.
There's one thing that bugged me. I'm using software RAID1 consisting
of /dev/hd{a,c}. No LVM or anything fancy, a number of /dev/mdX
partitions, including the root (+/boot).
I'd have preferred to continue using lilo as it works more easily with
RAID1
2003 Jan 08
2
OPENSSH REMOTE ROOT COMPROMISE ALL VERSIONS (fwd)
There has not been any mention of this, so..
I'm having hard time trying to figure out whether this is for real or just
a joke. (Anyway, I don't use those possibly vulnerable features myself.)
Any analysis yet?
--
Pekka Savola "You each name yourselves king, yet the
Netcore Oy kingdom bleeds."
Systems. Networks. Security. -- George R.R.
2003 Jul 13
1
sys/dev/ie/if_ie.c warnigns in yesterdays CVSup
Hi,
I'm not sure if this has been brought up in the past yet, but when
building the kernel from yesterdays 4_RELENG CVSup, I got a lot of
complilation warnings (it seems if_ie.c hasn't been updated in 3 months,
so changes have happened elsewhere, it seems.)
HTH,
/usr/src/sys/dev/ie/if_ie.c: In function `ieget':
/usr/src/sys/dev/ie/if_ie.c:1178: warning: passing arg 1 of
2006 Apr 18
2
OpenSSH and Idle Timeouts
Theo et al.,
I've looked back through the OpenSSH mailing lists and am stumped as to
why there is no IdleTimeout option for OpenSSH. (Normally the omission
of a feature as useful as this generates much debate and flame-quashing
from the dev. team).
Is there some background to this that I'm missing?
Here's the scenario, and I'm fully open to any workarounds.
We use a
2001 Jul 20
3
data loss with ssh -n
Hi,
Using OpenSSH 2.9p2 (2.5.2 was also bad), I've noticed data loss on
Linux when:
1) ssh -n flag is used, and
2) ssh jobs are run from cron (effectively causing the same as above).
What is done, is a command basically like:
ssh [-n] -c blowfish -p 722 -i rsakey -l pwget passwdserver passwd > passwd.tmp 2> /tmp/log
ie, retrieve dynamically created passwd-file from passwdserver
2000 May 25
1
AllowHosts support in sshd missing.
Hello all,
I just noticed that AllowHosts feature of SSH Inc's sshd isn't there in
OpenSSH yet.
Has anyone been working on this? Am I the only one that seems to miss
this feature?
AllowUsers and AllowGroups is a very nice feature though :)
--
Pekka Savola "Tell me of difficulties surmounted,
Pekka.Savola at netcore.fi not those you stumble over and
2003 Sep 16
3
OpenSSH 3.7 released
OpenSSH 3.7 has just been released. It will be available from the
mirrors listed at http://www.openssh.com/ shortly.
OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0
implementation and includes sftp client and server support.
We would like to thank the OpenSSH community for their continued
support to the project, especially those who contributed source and
bought T-shirts or
2000 Sep 27
4
Irix: PRNG initialization failed
Hello all,
I tried OpenSSH versions 2.1.1p4, 2.2.0p1 and the latest snapshot briefly
on 64-bit Irix 6.5.7f an 6.5.9m.
Both times, no matter what I do, I'll get 'PRNG initialization failed
-- exiting'. This happens with ssh-keygen (the keys aren't even generated
yet, ssh binary etc.)
It's clear that Irix etc. don't have a proper entropy pool like *BSD and
Linux do, but
2000 Oct 02
3
still sftp-server problems with Irix?
Hello all,
Using 20000930 snapshot on Irix 6.5.9m.
SFTP connections with SSH 2.3.0 (Windows) die right out. Similar
configuration and the same version works fine in Red Hat Linux 6.2.
This is probably related to 'sftp' thread 7-10 days ago.
The error messages captured in debug mode:
---
debug1: server_input_channel_open: ctype session rchan 1 win 100000 max 8192
debug1: open session
2000 Jun 09
2
openssh-2.1.1p1 RH62 compile failure
Hello all,
Compiling 2.1.1p1 on my RedHat Linux 6.2 w/ 2.2.16 kernel seems to cause
errors from the start..
----
gcc -O2 -m486 -fno-strength-reduce -Wall -DETCDIR=\"/etc/ssh\" -DSSH_PROGRAM=\"/usr/bin/ssh\" -DSSH_ASKPASS_DEFAULT=\"/usr/libexec/ssh/ssh-askpass\" -DHAVE_CONFIG_H -c -o bsd-base64.o bsd-base64.c
In file included from defines.h:261,
from
2001 Nov 27
1
patch for problem with "Bind to port 22 on 0.0.0.0 failed: Address already in use."
Hi,
there is a cosmetic problem in openssh (all versions AFAIK):
When you start sshd with no "ListenAddress" lines in sshd_config, it
tries to bind address "::" (successfuly) and then "0.0.0.0" and it fails
with "Address already in use". Moreover it can happen that "0.0.0.0" is in
addr list sooner than "::" so sshd than will listen
2000 Oct 30
2
RhostsAuthentication + nondefault port doesn't work?
Hello all,
It seems that RhostsAuthentication does not work on non-default port no
matter what when connecting from OpenSSH (2.1.1, 2.2.0 tried) either with
protocol 1 or protocol 2 (shouldn't work either..).
_However_ when connecting with SSH.COM Ltd's ssh, RhostsAuthentication
works just fine!
Checking the port number of ssh client you can see that OpenSSH doesn't
assign
2001 Mar 05
2
--with-ipv4-default and sshd IPv4/6 dual bind hack
Hello all,
I just found a bug a nice bug that can be turned into a real feature on
systems (usually Linux) that are built with --with-ipv4-default.
If you enable IPv6 in kernel, and enable both listenaddress 0.0.0.0 and
::, sshd will error out 'address family not supported'.
However, you can work around this error by starting sshd with 'sshd -4 -6'.
As far as man page is
2006 Jan 17
0
openssh@anoncvs.at.openbsd.org asks for password
Hi,
The portable R/O CVS repository, openssh at anoncvs.at.openbsd.org, has
started asking for password, and this has lasted for about 3-5 days at
least. Is something wrong there?
--
Pekka Savola "You each name yourselves king, yet the
Netcore Oy kingdom bleeds."
Systems. Networks. Security. -- George R.R. Martin: A Clash of Kings
2007 Aug 29
0
reverse mapping check; authentication methods
Hello all,
My logs get filled with bogus SSH connection attemps which I'd expect
should have been denied without logging, so a couple of observations.
Syslog has lots of entries like:
Aug 29 02:23:31 otso sshd[21000]: reverse mapping checking getaddrinfo for
powered.by.e-leven.be [78.110.207.104] failed - POSSIBLE BREAK-IN ATTEMPT!
Aug 29 02:23:31 otso sshd[21000]: Invalid user upload from
2000 Nov 22
2
fds closed after SIGCHLD bug still in newest version (fwd)
can someone confirm this? it does not happen on openbsd.
-------------- next part --------------
An embedded message was scrubbed...
From: Florian Wunderlich <fwunderlich at devbrain.de>
Subject: Re: fds closed after SIGCHLD bug still in newest version
Date: Wed, 22 Nov 2000 14:44:17 +0100
Size: 3926
Url:
2001 Feb 21
1
sshd -t to test configuration file syntax?
Hello all,
sshd configuration file options change from one release to another.
If you forget updating sshd_config, sshd will not start.
This is especially painful for update scripts etc. where you can't do e.g.
'sshd -p 2022' to see if it's okay.
May I suggest some option, e.g. sshd -t, which would test config files and
other obvious issues and return an errorcode if something