similar to: configure.ac: typos in Ultrix and NewsOS sections

Displaying 20 results from an estimated 200 matches similar to: "configure.ac: typos in Ultrix and NewsOS sections"

2006 Feb 08
7
4.3p2: call for testing
Hi all. As most folks on this list will know, OpenSSH 4.3p1 had some problems with login recording under some configurations. This has been resolved in the current tree and we are looking at rolling a 4.3p2 release to address them. For the most part the changes are fixes only; the ChangeLog since 4.3p1 is below in its entirety. There's one other change that is currently still not decided,
2006 Feb 11
1
Announce: OpenSSH 4.3p2 released
Portable OpenSSH 4.3p2 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. Once again, we would like to thank the OpenSSH community for their continued support of the project, especially those who contributed code or
2011 Aug 22
0
OpenSSH on ULTRIX
Hi, not sure if this is considered news, but I have been able to build OpenSSH 5.8p2 on mips-dec-ultrix4.5. On my system I have ULTRIX 4.5 with the latest Y2K patch kit as well as zlib-1.2.5, openssl-0.9.8m and prngd-0.9.29, several GNU utilities and gcc-3.0.4. To build openssh one has to check in various files if <sys/socket.h> and/or <netinet/ip.h> are multiply defined, because of
1997 Jul 21
0
Ultrix mmap man page
Oisin, Dave, Thanks both for sending me the mmap page from Ultrix. The problem I see is the following paragraph : > The mmap system call maps the memory of a character device (fd) It's the "character device (fd)" that's the problem. Reading this it appears that Ultrix doesn't have the ability to mmap a file descriptor from a arbitary file in the filesystem. For the
2001 Feb 24
1
Fwd: OpenSSH on Ultrix?
Dear developers, I'd appreciate if you could forward this to the appropriate people doing the non-OpenBSD ports of OpenSSH. Thanks. ------- Begin Forwarded Message ------- Subject: OpenSSH on Ultrix? From: Georg Schwarz <georg.schwarz at iname.com> Newsgroups: comp.unix.ultrix comp.security.unix Date: Sat, 24 Feb 2001 23:06:02 +0100 Has anybody managed
2005 Sep 19
1
ssh hangs or gives Segmentation fault
Details of installation attached. Effect: when I build and test (with full path names) ssh in the openssh... directory, everything works fine. When I "install" it as per attached file into a test-directory and run it from there, there are 2 phenomena: either it just hangs, eating 96% of CPU or it dies with a Segmentation fault (this is what happens most often) Help needed
2001 May 04
0
samba-2.2.0 on Ultrix 4.5?
When trying to compile samab-2.2.0 on a Ultrix 4.5 box i get the following error: . . . . Compiling smbd/blocking.c Compiling smbd/sec_ctx.c smbd/sec_ctx.c: In function `initialise_groups': smbd/sec_ctx.c:227: warning: comparison is always false due to limited range of data type smbd/sec_ctx.c:227: warning: comparison is always false due to limited range of data type Compiling smbd/vfs.c
2001 Jun 15
0
question about Ultrix system
If you can describe the problem someone on the OpenSSH Development list may be able to help you through it. - Ben On Fri, 15 Jun 2001, Ilya Kallistratov wrote: > Hello! > I have such trouble - I can't use OpenSSH under system ULTRIX V4.3/UWS > V4.3 (Rev. 44). Could you tell me please, would OpenSSH be available > on it? > Sorry for disturbing you. > > > -- >
2006 May 04
2
xmalloc(foo*bar) -> xcalloc(foo, bar) for Portable
Hi All. While wandering in auth-pam.c I noticed that there's a few Portable-specific escapees from the xmalloc(foo * bar) cleanup. There's also a "probably can't happen" integer overflow in ssh-rand-helper.c with the memset: num_cmds = 64; - entcmd = xmalloc(num_cmds * sizeof(entropy_cmd_t)); + entcmd = xcalloc(num_cmds, sizeof(entropy_cmd_t));
2004 Jul 21
0
[LLVMdev] /usr/local/src/llvm/include/Config/alloca.h:42:17:#error "The function alloca()
Hi John, In my setup OBJDIR is SRCDIR. I'm looking at the config.h and not config.h.in. Yes, defining HAVE_ALLOCA_H to 1 fixed the compilation. Moreover, I also defined HAVE_ALLOCA to 1 in the config.h: -------------------- /* Define to 1 if you have `alloca', as a function or macro. */ /* #undef HAVE_ALLOCA */ #define HAVE_ALLOCA 1 /*Henrik:*/ /* Define to 1 if you have
2003 Apr 11
1
Patch for 'packet.c' in openssh-3.6.1p1
Hello, I just managed to compile openssh-3.6.1p1 on Ultrix/MIPS. One of the fixes needed for this is the following. It's because of: --- According to the Changelog - markus at cvs.openbsd.org 2002/12/10 19:26:50 [packet.c] move tos handling to packet_set_tos; ok provos/henning/deraadt --- This IP_TOS is now nicely stuffed in a function, but that function should be #defined
2004 Jul 20
1
[LLVMdev] /usr/local/src/llvm/include/Config/alloca.h:42:17: #error "The function alloca()
Hi As shown below, the .\configure script found a version of alloca(): --------------------- configure:20831: checking for working alloca.h configure:20853: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:20856: $? = 0 configure:20859: test -s conftest configure:20862: $? = 0 configure:20873: result: yes configure:20883: checking for alloca configure:20925: gcc -o conftest -g -O2
2002 Feb 25
2
samba & solaris 8
trying to compile 2.2.3a on solaris 8 and getting the following: Is it supported on sol 8? after typing configure and after many lines i get: -----much deleted------ ecking how to get filesystem space usage checking statvfs64 function (SVR4)... no checking statvfs function (SVR4)... no checking for 3-argument statfs function (DEC OSF/1)... no checking for two-argument statfs with statfs.bsize
2004 Aug 10
3
[PATCH] Tighten /etc/crontab permissions
Hi folks, While investigating OpenBSD's cron implementation, I found that they set the systemwide crontab (a.k.a. /etc/crontab) to be readable by the superuser only. The attached patch will bring this to FreeBSD by moving crontab out from BIN1 group and install it along with master.passwd. This change should not affect the current cron(1) behavior. Cheers, -- Xin LI <delphij frontfree
2002 Aug 19
1
RPM build errors-Possible Bug?
Hello all. I'm trying to create the rpm for Samba 2.2.5. I haven't uninstalled the other version as we are using it. I got the tar.gz from the Samba web site. I type # sh makerpms.sh and this is what I get this @ the end: checking statvfs64 function (SVR4)... no checking statvfs function (SVR4)... no checking for 3-argument statfs function (DEC OSF/1)... no checking for two-argument
2015 Apr 24
4
Real sh? Or other efficient shell for non-interactive scripts
On Fri, Apr 24, 2015 at 10:38:25AM -0400, m.roth at 5-cent.us wrote: > Fascinating. As I'd been in Sun OS, and started doing admin work when it > became Solaris, I'd missed that bit. A question: did the license agreement > include payment, or was it just restrictive on distribution? In 1990, when I started using ksh88, it was totally commercial. Binaries were $$$ and source was
1997 Jul 18
2
MMap failed with code 22
We have been using samba since 1995 and have found it superb, Thanks to all. Recently I built Samba1.19.17alpha4 on a DECstation 5000 running Ultrix 4.4 and included -DFAST_SHARE_MODES This results in UIST>smbclient -L UIST Session request failed (0,0) with myname=UIST destname=UIST Unspecified error 0x0 Your server software is being unfriendly and ERROR
2002 Feb 27
2
problems builing mandrake rpm from 3.0 alpha15
building rpm for mandrake 8.1 gives me this error what should i try? checking for two-argument statfs with struct fs_data (Ultrix)... no checking if large file support can be enabled... yes checking whether to support ACLs... no checking whether to build winbind... yes checking for poptGetContext in -lpopt... no checking whether to use included popt... ./popt checking configure summary configure:
1998 Feb 17
0
diskless win95 and samba
Clary Harridge asked... > we are interested in booting Win95 diskless from a SAMBA server. Peter Debus <pdebus@turing.une.edu.au> cautioned | Unfortunately there is no other option I am aware of, other than booting | from an NT server - which I have been told, but have not experienced | myself, is painfully slow if booting a whole computer lab at once, with | clients timing out and
2001 May 03
2
configure problem
Hi! I am trying to install samba 2.2 on a Sun and I'm getting this error: ./configure --prefix=/local --with-ssl checking how to get filesystem space usage checking statvfs64 function (SVR4)... no checking statvfs function (SVR4)... no checking for 3-argument statfs function (DEC OSF/1)... no checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)... no checking for