similar to: openssh-2.5.1p[1,2] and scp-problems on Solaris7

Displaying 20 results from an estimated 100 matches similar to: "openssh-2.5.1p[1,2] and scp-problems on Solaris7"

1999 Feb 06
2
Install R-0.63.1 on Solaris7
(Again: please send these things to R-devel or R-help !!) >>>>> "Yoko" == Yoko Wong <yoko@math.ubc.ca> writes: Yoko> Dear Martin, Yoko> I run into following errors when I try to compile R-0.63.1 on Yoko> Solaris7. >From all I see in the following, this looks like a Solaris 7 bug. I don't have access to this OS. Anyone else ?
2001 Oct 26
0
Matrix problem w/R-1.3.1 on Solaris7
Can anyone tell me how to fix this. root at nucleus => /usr/local/R-1.3.1/bin/R INSTALL Matrix_0.3-15.tar.gz Installing source package `Matrix' ... creating cache ./config.cache checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts
2000 Jan 20
1
Patch to make openssh-1.2.1pre27 compile on a sparc solaris7 syst em
Hack: diff -c defines.h.orig defines.h *** defines.h.orig Thu Jan 20 18:07:40 2000 --- defines.h Thu Jan 20 18:08:05 2000 *************** *** 78,83 **** --- 78,84 ---- /* If sys/types.h does not supply u_intXX_t, supply them ourselves */ #ifndef HAVE_U_INTXX_T # ifdef HAVE_UINTXX_T + typedef uint8_t u_int8_t; typedef uint16_t u_int16_t; typedef uint32_t u_int32_t; typedef
2000 Jan 18
1
Error when compiling for Solaris7
I cannot make openssh on Solaris. The 'make' fails on the first file. Here are the commands and the output. Essentially, I pre-built EGD, SSL, and ran: configure make make errors are listed at the bottom. Can anyone help me get this compiled on Solaris7? Steve sdn at sprintlabs.com ./configure --prefix=/common --sysconfdir=/etc/ssh --with-egd-pool=/common/bin/egd.pl loading cache
2002 Dec 19
1
linux bridging and htb.init / cbq.init
Hello, I''am successful using a linux (2.4.20) bridge and the cbq.init_v0.7 script for traffic shaping. But I can only use the queuing discipline tbf (LEAF=tbf). If I try use queuing discipline sfq or none then tc applies the rules but no shaping occurs. Is this problem a normal behavior when using bridging ? I tried to use htb.init (using patched tc binary). It accepts the rules but
2001 Mar 20
2
OpenSSH 2.5.2p1 - What has changed since 2.5.1p
Pardon the novice question here, but after the problems I had with trying to get 2.5.1p(whatever) to install on one of my systems, I noticed with great interest the release of 2.5.2p1. When I checked out the change log for this releases RPM, there was nothing pertaining to what has changed between 2.5.1p and 2.5.2p. I didn't see anything on the OpenSSH web site regarding changes between
2001 Mar 15
3
Support for here documents with sftp client in OpenSSH 2.5.1p 1-1 (RH Linux 6.2 [2.2.x kernel])
Damien, I was going down the path of public key authentication when I encountered problems. I've been discussing it off-line using the simple example of creating a key pair with no passphrase for an account on "myserver", then trying to connect to myserver using the "ssh -i id_dsa myserver" command. It's not working, so we're debugging now (see below). If you
2000 Jan 13
3
/dev/urandom
on solaris7/sparc this device doesn't exists i can use EGD but he very big (perl script!) - in memory it take about 4mb! apache use the same! why ssh1.27 doesn't requre /dev/urandom on solaris? what alternatives exists?
2001 Mar 30
0
BUG in openssh-2.5.2p2 on solaris 2.6 ?
openssh-2.5.2p2 binaries complain about the libgen.so.1 library not found. The library is found in solaris7 and solaris 2.5. We actually compile the binaries on solaris7 and use the same compilation on all other machines(different solaris versions) via an NFS mount. This seems to work perfectly for openssh-2.2.0p1 since it doesnt use the libgen.so.1 library. But upgrade to openssh-2.5.2p2
2000 Jan 25
1
Origin of directory /usr/slocal?
I could not help but notice (at least in the solaris7/x86 port) the existance of /usr/slocal; what is the origin/purpose of this dir, and what conditions/ restrictions on what goes in there? thnaks chris -- Christopher Linn <celinn at mtu.edu> Staff System Administrator Center for Experimental Computation Michigan Technological University All opinions are my
2006 Jan 12
3
Looking for server recommendations
We're going to replace an older Solaris7/Netbackup/TapeRobot server with a new Centos box using backup-to-disk-to-tape (probably using Arkeia). The specs are up in the air, but generally: - CentOS/RHEL friendly (3Ware SATA? SCSI?) - 2U/3U/4U-ish form factor - hotswap RAID5 - dual PS, hotswap a plus - USB2.0 port(s) (*) To give you an idea of where I'm starting to look, take a gander at
2000 Dec 06
2
Problems on Sparcs (fwd)
comments? -------------- next part -------------- An embedded message was scrubbed... From: Charles Clancy <mgrtcc at cs.rose-hulman.edu> Subject: Problems on Sparcs Date: Wed, 6 Dec 2000 09:55:41 -0500 (EST) Size: 2913 Url: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20001206/c7cb5d2a/attachment.mht
2000 Aug 05
8
Testers wanted
To ensure that future releases of portable OpenSSH are as bug-free as possible, we need to recruit a team of testers. Each tester would be responsible for a particular OS platform and would be called upon to test snapshots before they are marked as official releases. The release would not go out until it had been given the OK by testers on each supported platform. A corollary of this is that
2000 Jan 13
0
.rhosts problem ... backtrackign through code slowly ...
Okay, here's where I've gotten to so far, which isn't far, but it doesn't appear that "case SSH_CMSG_AUTH_RHOSTS:" is very being triggered in do_authloop() in sshd.c ... Now, from what I can tell, in do_authloop(), this case is triggered by a packet from the client, with: /* Get a packet from the client. */ type = packet_read(&plen);
2000 Feb 23
0
ssh, pam & radius
Hello! I would like to setup ssh on solaris7/x86 to use PAM authentication by pam_radius_auth. Neither openssh-1.2.2 nor ssh-1.2.27 with ssh-1.2.27.pam.patch work with it - I've got message: debug: RSA authentication for test failed. On remete radius server I've information in logs that authentication was accepted(!). When I connect by telnet all is right. My /etc/pam.conf: login
2004 Feb 28
1
Help?
I am running samba on a solaris7 server and sharing files to several windows clients in a development lab, I am experiencing a moving target of a problem that seems to be easily reproduced. samba version 2.2.3 and 3.0.1 on this server both appear to have the issue, so it may not be a samba problem but I can't think of why the OS would have the issue in the first place. The scenario is this
1999 Aug 15
0
patch suggested for Solaris 7 cures samba2.0.5a/Sol2.6 hiccup
I installed and configured samba 2.0.5a on a rather unstable Sun box on Thursday/Friday last week to link two NT cd writer machines to a filesystem on the E4000. After a bit of wierdness regarding the usernames the NT machines where offering to Samba, and some creative use of a username.map file I got what they wanted set up. The users were happy and 5 minutes of job satisfaction were achieved. I
1999 Dec 21
0
Loss of browsing with Samba 2.0.6
Hi, I recently upgraded from Samba 2.0.4 to Samba 2.0.6, and have had a problem with browsing. My Sun Ultra450 (Solaris7) is controlling all aspects of network browsing, and I had no problems before. Occasionally, all of Network Neighbourhood will disappear. This message appears in log.UNKNOWN in my samba logs: [1999/12/14 15:55:27, 2] nmbd/nmbd_elections.c:send_election_dgram(47)
2013 Jul 19
2
Illegal OpCode on PXE exit with syslinux-6.0{1,2}
Hi, while testing syslinux-6.01_pre6 and syslinux-6.02_pre5 I noticed an illegal OpCode error on PXE exit. To reproduce: 1) Install syslinux-6.0x PXE environment 2) Use a config like I use (seems like this is getting triggered when the local boot menu entry will be executed) -> http://pastebin.com/raw.php?i=6tjqUAwX 3) Just let a client boot from network. It will hit timeout and the default
2013 Jul 19
0
Illegal OpCode on PXE exit with syslinux-6.0{1,2}
On Fri, 19 Jul, at 02:34:04PM, Igor Sverkos wrote: > Hi, > > while testing syslinux-6.01_pre6 and syslinux-6.02_pre5 I noticed an > illegal OpCode error on PXE exit. Urgh, not good. Do you see the same error with 5.11-pre8? -- Matt Fleming, Intel Open Source Technology Center