Displaying 10 results from an estimated 10 matches for "openunix".
2008 Jan 25
2
Availablity of OpenSSH on SCO Unixware 7.1.2
I have been asked to investigate the use of OpenSSH on some of our
systems.
These systems are running SCO OpenUnix ( Unixware 7.1.2).
Are you aware of any issues that may prevent me from using OpenSSH on
this version of SCO.
Thank you
Andrew Harasymiw
Senior Technical Analyst
Shoppers Drug Mart
Office: (416) 493-1220 Ext: 5225
Cell: (416) 553-4616
Email: aharasymiw at shoppersdrugmart.ca
2002 Jun 24
4
README.privsep
...user
and its primary group. You should do something like the following to
prepare the privsep preauth environment:
# mkdir /var/empty
# chown root:sys /var/empty
# chmod 755 /var/empty
# groupadd sshd
# useradd -g sshd -c 'sshd privsep' -d /var/empty sshd
If you are on UnixWare 7 or OpenUNIX 8 do this additional step.
# ln /usr/lib/.ns.so /usr/lib/ns.so.1
/var/empty should not contain any files.
configure supports the following options to change the default
privsep user and chroot directory:
--with-privsep-path=xxx Path for privilege separation chroot
--with-privsep-user=user S...
2003 Apr 23
3
telnet and samba
I have posted this question twice without any response.
We are running samba on an OpenUnix 8 machine, then we are mapping the
samba share on a Windows 2000 machine. If we run our process from the
Windows command line..(copying files to the share) everything runs
great. The problem is if someone telnets to the Windows 2000 machine
and
runs the same process they get "The specific netw...
2006 Feb 01
2
supermicro server model
Hi Guys,
Im planning to purchase Supermicro server but I dont have idea what Motherboard and chipset model will work with TE406P.I read one post here that the chipset should be Intel E7520.Is it true?Is there other recommendation?My requirement by the way is to handle 1000 simultaneous calls.
Does dualcore xeon (single cpu) and 2gig memory can handle this w/o
2002 Jul 12
0
Installation
...to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.53. Invocation command line was
$ ./configure --build=UNIX
## --------- ##
## Platform. ##
## --------- ##
hostname = drex1.datarecord.de
uname -m = i386
uname -r = 5
uname -s = OpenUNIX
uname -v = 8.0.0
/usr/bin/uname -p = x86at
/bin/uname -X =
System = OpenUNIX
Node = drex1
Release = 5
KernelID = 01/06/09
Machine = Pentium
BusType = ISA
Serial = 3IF015645
Users = 25
OEM# = 0
Origin# = 1
NumCPU = 1
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/conve...
2005 Apr 19
1
Patch for UnixWare 7
...tinue
case $ac_file in
@@ -1737,7 +1737,7 @@
conftest.$ac_ext )
# This is the source file.
;;
- [ab].out )
+ [ab].out | i386a.out)
# We found the default executable, but exeext='' is most
# certainly right.
break;;
@@ -6007,6 +6007,7 @@
;;
# UnixWare 7.x, OpenUNIX 8
*-*-sysv5*)
+ check_for_libcrypt_later=1
cat >>confdefs.h <<\_ACEOF
#define USE_PIPES 1
_ACEOF
@@ -6021,6 +6022,14 @@
cat >>confdefs.h <<\_ACEOF
#define BROKEN_SETREGID 1
+_ACEOF
+
+ cat >>confdefs.h <<\_ACEOF
+#define DISABLE_FD_PASSING 1...
2001 Oct 17
0
Caldera/SCO Binaries Available
Binary packages for Caldera/SCO OpenServer 5.0.6 and for OpenUnix 8
(UnixWare 7.1.x) are now available from the Binary_Packages area on the
Samba FTP site.
Please note that these are the official Caldera/SCO release packages.
Cheers,
John T.
--
John H Terpstra
Email: jht@samba.org
An argument of minds:
"Please help me to find the intellect in Intellectu...
2002 Jul 01
3
3.4p1: 'buffer_append_space: alloc 10506240 not supported'
I have been trying to install 3.4p1 on a number of machines.
Servers on ia64 Linux, i386 Linux and SPARC Solaris are all working
like charms. On the other hand, I am having trouble at least with
HPUX 11, DEC OSF 5.1 and Unixware: on all those systems, sshd bails
out after authentication with an error in buffer_append_space.
Here is the output of sshd -d on the UnixWare machine
(uname -a:
2005 Aug 26
0
Patch for UnixWare 7
...d = get_iaf_password(pw);
+#else
passwd = spw->sp_pwdp;
+#endif /* HAVE_LIBIAF */
#else
passwd = pw->pw_passwd;
#endif
--- openssh/configure.ac.old 2005-08-23 17:11:26.000000000 -0700
+++ openssh/configure.ac 2005-08-24 16:51:30.297680013 -0700
@@ -446,6 +446,8 @@
;;
# UnixWare 7.x, OpenUNIX 8
*-*-sysv5*)
+ check_for_libcrypt_later=1
+ AC_DEFINE(UNIXWARE_LONG_PASSWORDS, 1, [Support passwords > 8 chars])
AC_DEFINE(USE_PIPES)
AC_DEFINE(SETEUID_BREAKS_SETUID)
AC_DEFINE(BROKEN_SETREUID)
@@ -643,6 +645,7 @@
getopt.h \
glob.h \
ia.h \
+ iaf.h \
lastlog.h \
limits.h \
lo...
2013 Apr 16
1
update config.guess and config.sub to support aarch64
Hello,
would it be possible to update config.sub and config.guess to the latest versions (or at least version
from automake-1.13.1) in order to support new architectures based on the ARM 64 bit CPU?
Patch: http://plautrba.fedorapeople.org/openssh/openssh-latest-config.sub-config.guess.patch
Related Fedora bug: https://bugzilla.redhat.com/show_bug.cgi?id=926284
Thanks,
Petr