Displaying 20 results from an estimated 300 matches similar to: "OpenSSH_4.3p1, OpenSSL 0.9.8a 11 Oct 2005 on solaris 8/9"
2005 May 26
2
openssh-4.1p1.tar.gz.asc has bad signature?
Hi,
#tcsh#machine# gpg --verify openssh-4.1p1.tar.gz.asc openssh-4.1p1.tar.gz
gpg: Signature made Wed May 25 08:26:24 2005 EDT using DSA key ID 86FF9C48
gpg: BAD signature from "Damien Miller (Personal Key) <djm at mindrot.org>"
I made sure that I had the same key loaded that the signature was
made with, but that didn't change the error.
Thanks,
Matt
--
Matthew Goebel :
2006 Feb 03
4
[Bug 1150] sshd records incorrect login times
http://bugzilla.mindrot.org/show_bug.cgi?id=1150
Summary: sshd records incorrect login times
Product: Portable OpenSSH
Version: 4.3p1
Platform: Other
URL: http://marc.theaimsgroup.com/?l=openssh-unix-
dev&m=113890107022083&w=2
OS/Version: Solaris
Status: NEW
Severity: major
2005 Mar 03
2
Question/concern about bsm auditing option on solaris
Hello,
I downloaded and compiled the Mar 2, 2005 snapshot and compiled it with
bsm auditing for solaris turned on. I've been noticing about a dozen or
so of the following messages per day now. Not sure exactly what it is, or
if it is a big issue.
Mar 3 13:46:10 machine_name sshd[15298]: [ID 800047 auth.crit] fatal: mm_request_send: write
If it matters it is running on solaris 8
2006 Feb 03
3
OpenSSH_4.3p1 configure patch
Here is a patch to configure, & configure.ac that should
solve the problems people are having with 4.3p1.
Thanks to Corina for finding the simple solution.
--
Tim Rice Multitalents (707) 887-1469
tim at multitalents.net
-------------- next part --------------
diff -ru openssh-4.3p1/configure openssh/configure
--- openssh-4.3p1/configure 2006-02-01 03:33:51.000000000 -0800
+++
2003 Oct 07
4
If I produce lots of figures at one time, how can I make R graphics keep all the figures already made?
If I produce lots of figures at one time, how can I make R graphics keep all the figures already made?
thanks,
Xinyue Ye, Research Assistant
Institute for Geo-spatial Research and Education
125 King Hall
Eastern Michigan University
Ypsilanti MI 48197
http://ceita.emich.edu/
[[alternative HTML version deleted]]
2006 Feb 08
2
Warnings from openssh-4.3p1 configure
Greetings:
On a Sun Solaris 8 machine using the Sun Studio 11 compiler:
taz$ ./configure LDFLAGS=-xarch=v9 CFLAGS='-xO3 -xarch=v9'
CC=/opt/SUNWspro/bin/cc --prefix=/opt/openssh-4.3p1
--with-ssl-dir=/opt/openssl-0.9.8a --with-xauth=/usr/openwin/bin/xauth
--with-default-path=/bin:/sbin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/openwin/bin:/usr/dt/bin
--without-zlib-version-check
checking
2006 Apr 16
1
openssh 4.3 on IRIX 5.3
Dear developers,
OpenSSH 4.3 (both p1 and p2) has a number of issues on IRIX 5.3 which
were not present with 4.2p1:
configure thinks that a number of header files are unusable. This is
because in order to use them other headers such as sys/types.h must
be included as well, and configure's test code does not do so.
checking ia.h usability... no
checking ia.h presence... yes
configure:
2006 Apr 21
4
Solaris 8 x86 rsa pubkey auth problem
Hello,
I got some weird problem with public key authentication using rsa key pair.
Let me first of all explain my setup.
1) I got two Solaris 8 x86 boxes
uname -a
SunOS 5.8 Generic_117351-24 i86pc i386 i86pc
<kdc: 192.168.10.11> <---> <module: 192.168.10.10>
2) They're running absolutely identical openssh installations
I'm using pkgsrc, so I've builded all
2006 Feb 12
2
[Bug 1129] sshd hangs for command-only invocations due to fork/child signals
http://bugzilla.mindrot.org/show_bug.cgi?id=1129
------- Comment #4 from djm at mindrot.org 2006-02-12 12:41 -------
Created an attachment (id=1065)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1065&action=view)
Move debug from signal handler
I think we should just remove the debug from it signal handler. It is not safe
on platforms that don't implement syslog_r properly.
2006 Apr 12
0
[schulz@adi.com: 0.9.8a: DSA_generate_parameters & RSA_generate_key not in libcrypto]
Forwarded to respective mailing lists
Regards,
Lutz
----- Forwarded message from Thomas Schulz <schulz at adi.com> -----
X-Original-To: jaenicke at serv01.aet.tu-cottbus.de
X-Original-To: rt at aet.tu-cottbus.de
Delivered-To: rt at master.openssl.org
Date: Wed, 12 Apr 2006 14:42:27 -0400 (EDT)
From: Thomas Schulz <schulz at adi.com>
To: openssl-bugs at openssl.org
Subject: 0.9.8a:
2011 May 19
4
Kernel modules: nvidia, nvidia-173, nvidia-current, nouveau
Since upgrading from Ubuntu 10.10 I have had problems with graphics. The problems started after I initially upgraded to Ubuntu 11.04 but then installed xubuntu-desktop over it, but I have had the same problem all my fresh installs of Xubuntu 11.04 too.
FPS previously averaging about 30 or 35 FPS while playing an OpenGL game with WINE now starts at 20 FPS for 2 or 3 minutes and then slows down to
2003 Jan 08
1
samba and bin/text modes
Hello samba,
I would like an advice on following:
is there any way how to tell samba what transfer mode to use? I
think I read that samba does only binary and to use text you have to
use something else. We have windows machines using text files on
linux samba server and i need to transfer those files in text mode.
Can anyone help me please?
--
Best regards,
Martin
2006 Mar 14
2
Problem compiling openssh-4.3p2 w/ openssl.0.9.8a on FC3
Hi there,
I have tried compiling OpenSSH 4.3p2 using the following steps:
Upgrade OpenSSL
tar xvfz openssl-0.9.8a.tar.gz
cd openssl-0.9.8a
./config
make
make install
Upgrade zlib
tar xvfz zlib-1.2.3.tar.gz
./configure
make test
make install
Upgrade OpenSSH
tar xvfz openssh-4.3p2.tar.gz
cd openssh-4.3p2.tar.gz
./configure --with-tcp-wrappers --with-ssl-dir=/usr/local/ssl
2006 Feb 08
3
[Bug 1152] Bogus data in wtmp
http://bugzilla.mindrot.org/show_bug.cgi?id=1152
Summary: Bogus data in wtmp
Product: Portable OpenSSH
Version: 4.3p1
Platform: ix86
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: bitbucket at mindrot.org
ReportedBy: bugzilla at goetz.co.uk
2004 Jun 08
8
New version of DIAX (0.9.8a) available now for free download
Hi all,
A new version of DIAX (0.9.8a) is ready to be downloaded from the following
locations:
http://www.laser.com/dante
or
http://www.geocities.com/tdanro
What's new in 0.9.8a:
- unconditional autoanswer or based on CallerID (user configurable);
- use any Ericsson/SonyEricsson GSM/PCS to control DIAX (feedback on the
phone display) through Bluetooth (or serial cable). You do not even
Invitation: XDC 2023 A Corunha Spain @ Tue Oct 17 - Thu Oct 19, 2023 (nouveau@lists.freedesktop.org)
2023 Apr 17
0
Invitation: XDC 2023 A Corunha Spain @ Tue Oct 17 - Thu Oct 19, 2023 (nouveau@lists.freedesktop.org)
XDC 2023 A Corunha Spain
Tuesday Oct 17 ? Thursday Oct 19, 2023
Join with Google Meet
https://meet.google.com/azn-uwfp-pgw?hs=224
Hello!
Registration & Call for Proposals are now open for XDC 2023, which will
take place on October 17-19, 2023.
https://xdc2023.x.org
As usual, the conference is free of charge and open to the general
public. If you plan on attending, please make sure to
2006 Apr 28
9
[Bug 1187] Unable to build OpenSSH 4.3p2 using OpenSSL 0.9.8a
http://bugzilla.mindrot.org/show_bug.cgi?id=1187
Summary: Unable to build OpenSSH 4.3p2 using OpenSSL 0.9.8a
Product: Portable OpenSSH
Version: 4.3p2
Platform: amd64
OS/Version: Solaris
Status: NEW
Severity: major
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy:
2007 Sep 08
0
CentOS promotion team at T-DOSE in Eindhoven (NL) on 13-14 Oct 2007
Hi everybody,
CentOS will be present for the first time at the Technical Dutch Open
Source Event (T-DOSE) in Eindhoven, NL.
We have a booth at the entrance as well as a presentation about
Virtualization, presented by Daniel de Kok (danieldk). No doubt the
presentation will include information about the new CentOS Virtualization
SIG ! (Other topics are still accepted for T-DOSE)
If you're
2006 Dec 12
2
OpenSSL 0.9.7e-p1 25 Oct 2004
Hello,
As i still have issue i wonder if anyone using this version of openssl
? OpenSSL 0.9.7e-p1
I still cannot make puppet accept Certificate on freeBSD6 with this
openssl version. I got the famous
error 7 at 1 depth lookup:certificate signature failure
and i havent find a way to get around that :(
--
Cordialement,
Ghislain
_______________________________________________
2009 Aug 29
1
GoToIfTime : how to define sep 25th till oct 10th ?
Hi list,
quick question :
With GoToIfTime, how to define a period of holiday that starts at the
end of the month and ends at the beginning of the next month ??
Like September 25th till October 10th when incoming calls need to go to
the voicemail...
Greetingz,
Jonas.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: