Displaying 19 results from an estimated 19 matches for "dgux".
Did you mean:
deux
2007 Feb 04
0
samba precompile for DGUX motorola
Might any one have a pre-compile of samba for the old DGUX Motorola
platform left anywhere?
Thanks
Tom
2001 Mar 19
3
SAMBA PROBLEMS ON A DATA GENERAL
Ok, I'm not too sure if this is the right list or not. I have had no
problems compiling Samba on any of our machines, except our 2 DGUX (Data
General Unix) systems. Once I start the make file, is when I get a bunch
of "Error code 2 (ignored)". I think its the compiler, but not sure.
I'm running MU05 on the DG, hopefully one of you has had this same
problem before. DG's sight is NO HELP.
2002 Jun 13
0
question about temporarily_use_uid()
hi..
can someone please explain to me what does the
function temporarily_use_uid() in uidswap.c do?
I'm trying to build ssh-3.1p1 for dgux. the
compilation went fine. however, failed when trying to
connect to the server. the reason is getgroups
function in temporarily_use_uid() has a limit
NGROUPS_MAX. this is defined to be 8 on dgux(limits.h)
but for the group I belong to , there are more than 8
members. (and there are other groups...
2004 Jan 14
1
Samba bug or by design - browsing root
...\root from IE or Windows
explorer. Is this a setting/configuration problem or by design for samba?
Is there a way to avoid this since we do want users to be able to browse
root (/). Any help on this matter would be greatly appreciated.
I'm currently running on the following environment:
OS = DGUX R4.20MU06
Samba version = 2.2.8a
Thanks,
Van Ta
2005 Feb 24
1
[PATCH] Drop SETGROUPS_NOOP
...247 configure.ac
--- configure.ac 24 Feb 2005 01:12:35 -0000 1.247
+++ configure.ac 24 Feb 2005 12:59:53 -0000
@@ -158,7 +158,6 @@ case "$host" in
AC_DEFINE(NO_X11_UNIX_SOCKETS)
AC_DEFINE(NO_IPPORT_RESERVED_CONCEPT)
AC_DEFINE(DISABLE_FD_PASSING)
- AC_DEFINE(SETGROUPS_NOOP)
;;
*-*-dgux*)
AC_DEFINE(IP_TOS_IS_BROKEN)
Index: openbsd-compat/bsd-misc.c
===================================================================
RCS file: /cvs/openssh_cvs/openbsd-compat/bsd-misc.c,v
retrieving revision 1.25
diff -p -u -r1.25 bsd-misc.c
--- openbsd-compat/bsd-misc.c 15 Aug 2004 08:41:00 -0000...
1999 May 12
2
Network is busy...
I have done a great deal of reading regarding the network is busy error,
but haven't come up with an answer for one particular problem. Here is the
situation. Two identical DGUX machines are sitting on a network. Both
machines are running Samba 1.9.10 with no problems other than performance.
Upon several recommendations about improving performance, they decided to
upgrade to 2.0.3. Downloaded source and compiled it on their test machine.
Worked flawlessly, and it helped...
2009 Mar 18
1
[PATCH] Remove setting IP_TOS_IS_BROKEN for Cygwin
Hi,
The problem that setsockopt(IP_TOS) doesn't work on Cygwin is long
fixed. Ages ago Microsoft changed the definition for IP_TOS when moving
from winsock1 to winsock2 and IP_TOS in Cygwin didn't work all these
years because nobody (that's especialy me) realized that we were still
using the old winsock1 value. This has been fixed since 2005, though.
Patch below.
Corinna
Index:
2003 Dec 13
2
problem in uidswap?
Hello,
I've compiled openssh 3.7.1p2 on a DG/UX machine, using openssl 0.9.7c, zlib-1.1.4, and tcp_wrappers7.6. ssh itself seems to function ok, but sshd does not appear to be functioning properly for non-root users. After connecting and providing a password, the connection is closed, and we appear to get 3 messages in syslog like the following:
fatal: permanently_set_uid: was able to
2010 Jan 22
1
[PATCH] Cygwin: set SSH_IOBUFSZ to 65535
...in(void) { exit(0); }
AC_DEFINE(DISABLE_FD_PASSING, 1,
[Define if your platform needs to skip post auth
file descriptor passing])
- AC_DEFINE(SSH_IOBUFSZ, 65536, [Windows is sensitive to read buffer size])
+ AC_DEFINE(SSH_IOBUFSZ, 65535, [Windows is sensitive to read buffer size])
;;
*-*-dgux*)
AC_DEFINE(IP_TOS_IS_BROKEN, 1,
--
Corinna Vinschen
Cygwin Project Co-Leader
Red Hat
1999 Jan 06
1
Locally cached files
I've just upgraded our little network here to 2.0 beta 5. The server is a
Data General Intel box running DGUX R4.20.
Compile and install went incredibly well and things have just about
working straight off.
However, we experienced a little 'funny' this afternoon.
A user was creating and deleting a postscipt file in a Unix directory.
She then used Ghostview on the PC client to view this postscri...
2012 Jul 02
1
rlimit sandbox on cygwin
...st" in
file descriptor passing])
AC_DEFINE([SSH_IOBUFSZ], [65535], [Windows is sensitive to read buffer size])
AC_DEFINE([FILESYSTEM_NO_BACKSLASH], [1], [File names may not contain backslash characters])
+ AC_DEFINE([SANDBOX_SKIP_RLIMIT_FSIZE], [1], [Do not try rlimit FSIZE])
;;
*-*-dgux*)
AC_DEFINE([IP_TOS_IS_BROKEN], [1],
Index: sandbox-rlimit.c
===================================================================
RCS file: /var/cvs/openssh/sandbox-rlimit.c,v
retrieving revision 1.2
diff -u -p -r1.2 sandbox-rlimit.c
--- sandbox-rlimit.c 23 Jun 2011 09:45:51 -0000 1.2
+++ sandbox-...
2009 Jul 07
1
Read buffer size in clientloop.c
Hi,
when trying to optimize socket transfer rates under Cygwin, it turned
out that the underlying WinSock implementation is surprisingly sensitive
to buffer sizes. The latest Cygwin from CVS is now setting the socket
receive/send buffers (SO_RCVBUF/SO_SNDBUF) to 64K, rather than keeping
them at their default values of 8K which thwarts data transfers a lot.
While testing I still had the problem
1999 May 20
0
Network is STILL busy...
...mba 2.0.3
contunues to run on the identically configured test system with no problems
at all.
<From last post...>
I have done a great deal of reading regarding the network is busy error,
but haven't come up with an answer for one particular problem. Here is the
situation. Two identical DGUX machines are sitting on a network. Both
machines are running Samba 1.9.10 with no problems other than performance.
Upon several recommendations about improving performance, they decided to
upgrade to 2.0.3. Downloaded source and compiled it on their test machine.
Worked flawlessly, and it helped...
2001 Feb 27
1
Bad packet length in 2.5.1 with rijndael (fwd)
I think we are not detecting and setting endianness properly for
rijndael.c.
Can someone on a big endian machine do a "ssh -2 -oCiphers=rijndael128-cbc
littleendianmachine" and vice versa?
-d
--
| Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's
| http://www.mindrot.org / distributed filesystem'' - Dan Geer
----------
2003 Jun 19
3
Exec file incompatible with hardware
Sorry if this is going to be one of those 'idiot' questions, but I don't
use Samba. It has always been on our server, chugging along beautifully
so no on ever had to touch it... Well, we consolidated servers and moved
everything to another server with HP-UX 10.20 (the previous server had
the same HPUX version so I thought I was in the clear), the samba
version is samba-1.9.18p2. I
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
1998 Oct 15
1
Problem to map home dir
...-DSCO -DSecureWare -DEVEREST -DUSE_MMAP
# LIBSM = -lprot -lcurses -lcrypt -lsocket -lPW -lm -lx -lc_s -lc
# This is for intergraph.
# contributed by cjkiick@flinx.b11.ingr.com
# modified by ttj@sknsws61.sjo.statkart.no
# FLAGSM = -DCLIX -D_INGR_EXTENSIONS=1
# LIBSM = -lbsd -lc_s
# This is for DGUX.
# Contributed by ross@augie.insci.com (Ross Andrus)
# FLAGSM = -DDGUX
# LIBSM =
# This is for DGUX on Intel boxes.
# Contributed by tim@denmantire.com
# FLAGSM = -DDGUX
# LIBSM = -lsocket -lnsl -lresolv
# This is for Apollo Domain/OS sr10.3 (systype = BSD4.3)
# Added 1994-07-08 Stephen C....
2009 Aug 03
1
use gnulib, and begin to pass its "make syntax-check" tests
...pec is actually meaningless, as there is
- # no search path for DLLs.
- hardcode_libdir_flag_spec=' '
- libext=lib
- ;;
- darwin* | rhapsody*)
- if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then
- hardcode_direct=no
- fi
- ;;
- dgux*)
- hardcode_libdir_flag_spec='-L$libdir'
- ;;
- freebsd1*)
- ld_shlibs=no
- ;;
- freebsd2.2*)
- hardcode_libdir_flag_spec='-R$libdir'
- hardcode_direct=yes
- ;;
- freebsd2*)
- hardcode_direct=yes
- hardcode_minus_L=yes
- ;;...
2003 Dec 01
0
No subject
...;mailto:samba-request@lists.samba.org?subject=unsubscribe>
List-Archive: <http://lists.samba.org/pipermail/samba/>
Date: Thu Sep 13 03:52:04 2001
X-Original-Date: Thu, 13 Sep 2001 16:23:09 +0530
Hello
Can I install general samba which is samba latest.tar from
samba.org ste in dgux
Is it compatible ?
Or we have to make any changes to it ?
If any body is using samba on dgux .pl give me the installation
settings
I will be very much thakfull to you
Thanks in advance...