similar to: [PATCH] some patches for Fujitsu-Siemens ReliantUNIX, minor fixes and XXXes

Displaying 20 results from an estimated 300 matches similar to: "[PATCH] some patches for Fujitsu-Siemens ReliantUNIX, minor fixes and XXXes"

2001 Dec 11
1
Patch for ReliantUnix
Hi all, attached you find a patch for OpenSSH 3.0.2p1 configure which enables OpenSSH to again compile under ReliantUnix (due to utimes it is again needed to include /usr/ucblib/libucb.a) Sorry for not testing it before the release ;-( Best regards -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 CT IC 3, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen /
2002 Mar 12
2
sys/queue.h
removes HAVE_BOGUS_SYS_QUEUE_H and always use our queue.h. ok? Index: acconfig.h =================================================================== RCS file: /var/cvs/openssh/acconfig.h,v retrieving revision 1.122 diff -u -r1.122 acconfig.h --- acconfig.h 26 Feb 2002 16:40:49 -0000 1.122 +++ acconfig.h 12 Mar 2002 02:11:39 -0000 @@ -14,7 +14,6 @@ /* SCO workaround */ #undef
2000 Jul 10
1
OpenSSH port to ReliantUNIX
Hi all, I just managed to get OpenSSH working on ReliantUNIX, which is the SVR4- compatible UNIX from Fujitsu-Siemens (formerly known as SNI). Patch is attached. Up to now I do not know why it does not work with IP_TOS, but I needed to switch it off. Anyway: it works here in our lab without any problems. Many thanks for OpenSSH and best regards. Udo -- Udo Schweigert, Siemens AG | Voice
2003 May 26
3
Error on Reliant Unix: no controlling terminal
Hi all, just I tried to upgrade openssh from 3.5p1 to 3.6.1p2 on Reliant Unix 5.45 and run into this error: root at soltest: tail /var/adm/log/messages .... May 23 15:45:28 soltest unix: sshd[4013]: Accepted password for root from 10.128.11.72 port 2624 ssh2 May 23 15:45:28 soltest unix: sshd[4101]: error: setsid: Not owner May 23 15:45:28 soltest unix: sshd[4101]: error: open /dev/tty failed -
2003 Sep 23
5
[Bug 710] ReliantUnix: -ldl missing when libcrypto is a shared object
http://bugzilla.mindrot.org/show_bug.cgi?id=710 Summary: ReliantUnix: -ldl missing when libcrypto is a shared object Product: Portable OpenSSH Version: -current Platform: MIPS OS/Version: other Status: NEW Severity: normal Priority: P3 Component: Build system AssignedTo:
2005 Nov 16
3
OpenSSH on NCR MPRAS
Hi folks, I have successfully compiled and run OpenSSH 4.1p1 on NCR MPRAS: $ uname -a UNIX_SV support1 4.0 3.0 3446 Pentium Pro(TM)-EISA/PCI $ However, I have found one pretty critical problem, arising from the way that MPRAS handles changes to the IP stack. Background: To update any of the IP or TCP configuration options, system administrators should use the program "tcpconfig".
2004 Aug 25
6
sshd 3.9p1 under Reliant Unix 5.45: getpeername: Operation not supported on transport endpoint
The following is special to sshd 3.9p1 under ReliantUnix 5.45. It does not occur under ReliantUnix 5.43 nor under Solaris 5.8: `pwd`/sshd-3.9 -e -D -d -d -d Now connecting from outside [...] debug1: inetd sockets after dupping: 3, 3 debug1: get_port() calls get_sock_port(3) debug1: getpeername failed: Operation not supported on transport endpoint lsof proves FD 3 is an established TCP
2002 Jul 01
0
recursive scp fails on ReliantUNIX 5.43 (using OpenSSH 3.4p1)
Hi, I have tried to make a recursive scp from a ReliantUNIX machine to an other UNIX machine and got an infinite loop on the source machine. A "normal" scp works well. Also strange is, that the first two letters of the directory respectively file name are missing in the output below. The destination machine produces a directory structure with growing subdirectory names. Below you can
2002 Apr 29
0
deficiencies in readline capability
When I first configured and built R, I did not have the GNU readline library installed on my system, so naturally I got an R without readline capabilities. I then installed the GNU readline library, and again configured and built R. I now have an R with readline capability, but it is a deficient readline capability, providing only one-line editing capability (e.g., CTRL-A, CTRL-E, CTRL-B,
2001 Feb 20
4
(Solaris) Linker flags in 2.5.1p1... (fwd)
Comments from the rest of the Solaris group? - Ben ---------- Forwarded message ---------- Date: Tue, 20 Feb 2001 11:20:33 +0100 From: Volker Paulsen <paulsen at orbiteam.de> To: mouring at etoh.eviladmin.org Subject: Linker flags in 2.5.1p1... While I'm compiling 2.5.1p1, I've got the following remarks: Host: sparc-sun-solaris2.7 Compiler: cc Compiler
2006 Oct 31
0
6362982 namespace pollution/protection in libc
Author: raf Repository: /hg/zfs-crypto/gate Revision: 4e0d2d9869b6e03153797c60bb3786268667c14c Log message: 6362982 namespace pollution/protection in libc 6369040 there should be but one synonyms.h file outside of libc Files: create: deleted_files/usr/src/lib/common/inc/mtlib.h create: deleted_files/usr/src/lib/libc/sparcv9/gen/llabs.s create:
2005 Nov 24
1
[PATCH] Fix typos and an error
This patch fixes two typos and one case of wrong parameter ordering in configure.ac. Cheers Johan Gill, johane at lysator.liu.se -------------- next part -------------- Index: configure.ac =================================================================== RCS file: /cvs/openssh/configure.ac,v retrieving revision 1.307 diff -u -r1.307 configure.ac --- configure.ac 12 Nov 2005 07:42:37 -0000 1.307
2000 Mar 15
2
TEST RELEASE: 1.2.3pre3
A new test release of OpenSSH-1.2.3 is now available at http://violet.ibs.com.au/openssh/files/test/ This release should fix the problems reported with the previous test release over the last few days. Please give it a try and report back. -d Changelog: 20000315 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list problems with gcc/Solaris. - Don't free argument to
2003 Sep 25
7
[Bug 715] usage of BROKEN_SETREUID/BROKEN_SETREGID considered harmful
http://bugzilla.mindrot.org/show_bug.cgi?id=715 Summary: usage of BROKEN_SETREUID/BROKEN_SETREGID considered harmful Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: major Priority: P2 Component: Build system AssignedTo:
2002 May 20
0
[Bug 252] New: Patch for use of /etc/default/login
http://bugzilla.mindrot.org/show_bug.cgi?id=252 Summary: Patch for use of /etc/default/login Product: Portable OpenSSH Version: -current Platform: All OS/Version: Solaris Status: NEW Severity: enhancement Priority: P4 Component: sshd AssignedTo: openssh-unix-dev at mindrot.org ReportedBy:
2006 Feb 20
2
Unable to configure R 2.2.1 on Solaris 5.10 x86_64
Hello, Apologies for the post here. I have read the R-Admin (learned a lot!) and searched the web for days, but still fail at compiling R on my Ultra 20 running solaris 10 x86 1/06. This is the tail of './configure' output: ..... checking for dlopen in -ldl... yes checking readline/history.h usability... no checking readline/history.h presence... no checking for readline/history.h... no
2004 Aug 09
0
pxelinux problems with some Fujitsu-Siemens PCs and a solution
Hi, I'm not subscribed to the list, so please cc me if you want to reach me. We've found some interesting problem with some Fujitsu-Siemens PCs using pxelinux: The PCs are "FS Scenico L" with Athlon XP 1800+ CPUs and Via KT266 chipset. We tried to boot off pxe using pxelinux 2.09/2.10 with several 3com 3c905-* cards. The PCs loaded the kernel but right after
2008 May 26
0
ath network (wifi) driver (Fujitsu Siemens Amilo Pro V3515 laptop)
Hello Sam, I've got a Fujitsu Siemens Amilo Pro V3515 laptop, with a builtin autheros-wifi card, but I can't get it working. I am running FreeBSD 7.0-STABLE, I don't know whether it works in -CURRENT. Over here I have the dmesg: http://junk.quis.cx/VNViVksv/blackbox.dmesg.txt I haven't compiled it in, it didn't boot that way (kernel panic iirc). When I kldload if_ath I get
2010 Jun 18
0
Wine, Jedi Academy and Fujitsu-Siemens
I have some problems playing jka mp. It's running well, but fps always 1. Code: root at ubuntu:~$ wine jamp.exe fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias -240, std (d/m/y): 31/10/2010, dlt (d/m/y): 28/03/2010 err:winediag:X11DRV_WineGL_InitOpenglInfo The Mesa OpenGL driver is using software rendering, most likely your OpenGL drivers
2005 Mar 07
0
anybody tried Fujitsu-Siemens PRIMERGY RX200 S2 server width te4xx?
Hi, anybody has experience with ${subject} server (intel E7520 based)? I red some incompatible problems with new intel mb chipsets and digium cards, but I don't remember which chipsets on black list. A -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part