search for: stratus

Displaying 20 results from an estimated 112 matches for "stratus".

Did you mean: status
2010 Jul 29
1
Kerberos: Principal may not act as server ERROR
...server. We are trying to create 2 node failover cluster. Both nodes have joined the domain successfully (with samba-4 as the DC). But subsequent steps of creating the "Failover Cluster" are failing and we see following error in samba log Kerberos: TGS-REQ administrator at SAMBALIME.STRATUS.COM from ipv4:10.90.0.87:49614 for Administrator at SAMBALIME.STRATUS.COM [canonicalize, renewable, forwardable] Kerberos: Principal may not act as server -- Administrator at SAMBALIME.STRATUS.COM Kerberos: Failed building TGS-REP to ipv4:10.90.0.87:49614 Terminating connection - 'kdc_tcp_ca...
1997 Dec 15
0
Samba 1.9.17p4 for STRATUS VOS now available
For those interested : My port of Samba 1.9.17p4 to STRATUS VOS is now available on ftp://ftp.stratus.com/pub/vos/tools Erik 'Samba for VOS' Devriendt
2015 Jul 30
3
[LLVMdev] Bi-Endian Compiler
Hi Guys, We are trying to come up with Bi-Endian(neutral endiness) compiler using the LLVM. For a introduction . http://www.drdobbs.com/architecture-and-design/writing-a-bi-endian-compiler/240003090 Did someone from the group ,aware of such project . Thank you ~Umesh
2002 Nov 17
0
[PATCH] Patches to rsync-2.5.5 for Stratus VOS (update)
...implement IPv6, supply a network constants if the system doesn't supply it, and properly supply a version of inet_pton on systems that don't have one. (Looks like an editing error misspelled inet_pton). If you have any questions, please let me know. My normal e-mail address is Paul.Green@stratus.com; I use this other one to send patches because I know it won't wrap the lines. ### START OF PATCHES ### diff -urp --new-file oldrsync/Makefile.in newrsync/Makefile.in --- oldrsync/Makefile.in Tue Aug 27 11:04:16 2002 +++ newrsync/Makefile.in Thu Sep 5 18:09:53 2002 @@ -9,6 +9,7 @@ mandir...
2003 Jan 10
2
Long-pending patch for Stratus VOS build
...defaults for a few #defines we don't have. (See the original letter for full details). Does anyone object to having these changes applied now, during the pre-release phase? http://lists.samba.org/pipermail/rsync/2002-November/008937.html Thanks PG -- Paul Green, Senior Technical Consultant, Stratus Technologies. Voice: +1 978-461-7557; FAX: +1 978-461-3610; Video on request.
2002 Sep 06
0
[PATCH] Patches to rsync-2.5.5 for Stratus VOS
...implement IPv6, supply a network constants if the system doesn't supply it, and properly supply a version of inet_pton on systems that don't have one. (Looks like an editing error misspelled inet_pton). If you have any questions, please let me know. My normal e-mail address is Paul.Green@stratus.com; I use this other one to send patches because I know it won't wrap the lines. ### START OF PATCHES ### diff -urp --new-file oldrsync/Makefile.in newrsync/Makefile.in --- oldrsync/Makefile.in Tue Aug 27 11:04:16 2002 +++ newrsync/Makefile.in Thu Sep 5 18:09:53 2002 @@ -9,6 +9,7 @@ mandir...
2002 Oct 14
0
[PATCH] Patches to rsync-2.5.5 for Stratus VOS (resend)
...implement IPv6, supply a network constants if the system doesn't supply it, and properly supply a version of inet_pton on systems that don't have one. (Looks like an editing error misspelled inet_pton). If you have any questions, please let me know. My normal e-mail address is Paul.Green@stratus.com; I use this other one to send patches because I know it won't wrap the lines. ### START OF PATCHES ### diff -urp --new-file oldrsync/Makefile.in newrsync/Makefile.in --- oldrsync/Makefile.in Tue Aug 27 11:04:16 2002 +++ newrsync/Makefile.in Thu Sep 5 18:09:53 2002 @@ -9,6 +9,7 @@ mandir...
2002 Nov 20
0
[PATCH] Updated patch to rsync for Stratus VOS
This is an updated version of my patches to get rsync to build and run its tests on the Stratus VOS operating system. I have updated this patch to apply cleanly to the current copy of HEAD. I also ran the test suite and discovered that I needed to tweak a few spots in the Makefile to append the executable suffix (VOS is one of the few systems that has a required executable suffix). There a...
2003 Feb 12
4
Pb w/ >2GB files on AIX (4.3.3/5.1)
I have discovered that rsync 2.5.6 uses the mkstemp() routine wich do not have a 64bits version into the AIX libc. A very simple workaround to the big files writing rsync pb. is to not use this routine that create files w/ mkstemp() by modifying the "syscall.c" source file at line 154 as following : #if defined(HAVE_SECURE_MKSTEMP) && defined(HAVE_FCHMOD) become #if
2002 Nov 12
2
2.5.5 build ignores $CPPFLAGS
(I'm not subscribed; Mail-Followup-To set.) Contrary to the claim in the output of ./configure --help, $CPPFLAGS is in fact not influential. --- rsync-2.5.5/Makefile.in~ 2002-03-24 23:36:34.000000000 -0500 +++ rsync-2.5.5/Makefile.in 2002-11-12 17:52:04.000000000 -0500 @@ -9,6 +9,7 @@ LIBS=@LIBS@ CC=@CC@ CFLAGS=@CFLAGS@ +CPPFLAGS=@CPPFLAGS@ LDFLAGS=@LDFLAGS@
2015 Jul 30
1
[LLVMdev] Bi-Endian Compiler
On Fri, Jul 31, 2015 at 12:15 AM, Herbie Robinson <HerbieRobinson at verizon.net> wrote: > I have been quietly working on a port of LLVM to Stratus VOS. The OS is > always big endian (because customers need to migrate data to new hardware > quickly and can't afford to convert). This entails presenting a big endian > programming model no matter what the hardware does. We did this about 15 > years ago with the Stratus compiler...
2003 Feb 20
2
[Apt-rpm] I: [PATCH] 0.5.4cnc9: rsync method support
...method support. 1. What is apt? 2. The code changes look pretty simple and quite clean, but I didn't see any documentation changes. Are there any objections to my applying this patch if Sviatoslav supplies documentation changes, too? Thanks PG -- Paul Green, Senior Technical Consultant, Stratus Technologies. Voice: +1 978-461-7557; FAX: +1 978-461-3610 Speaking from Stratus not for Stratus
2003 Jan 29
5
Proposal that we now create two branches - 2_5 and head
...ners, but I think the benefits far outweigh the costs. We can minimize the extra work by minimizing the changes to the released version. And if we can get agreement to do it, now is the best time, when there has just been a release. Comments? Thanks PG -- Paul Green, Senior Technical Consultant, Stratus Computer, Inc. Voice: +1 978-461-7557; FAX: +1 978-461-3610; Video on request.
2003 Jan 26
1
[PATCH] open O_TEXT and O_BINARY for cygwin/windows
Ville Herva [mailto:vherva@niksula.hut.fi] wrote: > Of course, whether O_TEXT is defined or not does not > necessarily imply the availability of "t", but I > can't think of better alternative. Stratus VOS implements O_TEXT and O_BINARY but does not recognize "t". We have the options defined in ANS C and in POSIX. I'm at home and don't have my reference materials handy, but I think this is going to be a problem for us. I can see looking at the code that we will reject the open...
2003 Jan 31
1
proposal to fork the list (users/developers)
..., don't call it "rsync-technical". Call it "rsync-devel" or similar. I think one of the reasons samba gets non-development email on samba-technical is that the name doens't give a clue as to what the list is about. Thanks PG -- Paul Green, Senior Technical Consultant, Stratus Computer, Inc. Voice: +1 978-461-7557; FAX: +1 978-461-3610; Video on request. Speaking from Stratus not for Stratus
2005 Feb 02
3
[Bug 978] The supplied realpath function mangles pathnames.
...Product: Portable OpenSSH Version: 3.9p1 Platform: Other OS/Version: other Status: NEW Severity: minor Priority: P3 Component: Miscellaneous AssignedTo: openssh-bugs at mindrot.org ReportedBy: Paul.Green at stratus.com When the realpath function supplied with Portable OpenSSH is used, one quickly discovers that it mangles the pathnames. The code that combines the 'real' directory name with the name of the last component has a special-case to handle a directory name consisting of only '/'...
2023 Mar 29
1
[EXTERNAL] Re: ChaCha20 Rekey Frequency
...t; would take Chris? ?I'm deeply unsure of what impact that would have on the > security of the cipher? comment seriously and switch to a cipher with a 128 > bit block length (AES or Camelia). > > ? > > From: openssh-unix-dev > <openssh-unix-dev-bounces+herbie.robinson=stratus.com at mindrot.org> On Behalf > Of Damien Miller > Sent: Wednesday, March 29, 2023 2:38 PM > To: Chris Rapier <rapier at psc.edu> > Cc: Christian Weisgerber <naddy at mips.inka.de>; openssh-unix-dev at mindrot.org > Subject: [EXTERNAL] Re: ChaCha20 Rekey Frequency >...
2023 Mar 29
1
[EXTERNAL] Re: ChaCha20 Rekey Frequency
Ah, with an internal block size [Is that what one calls it?] of 64 bytes. From: Damien Miller <djm at mindrot.org> Sent: Wednesday, March 29, 2023 3:08 PM To: Robinson, Herbie <Herbie.Robinson at stratus.com> Cc: Chris Rapier <rapier at psc.edu>; Christian Weisgerber <naddy at mips.inka.de>; openssh-unix-dev at mindrot.org Subject: RE: [EXTERNAL] Re: ChaCha20 Rekey Frequency [EXTERNAL SENDER: This email originated from outside of Stratus Technologies. Do not click links or open atta...
2003 Apr 27
4
Bogus rsync "Success" message when out of disk space
...error: error in file IO (code 11) at receiver.c(243) rsync: connection unexpectedly closed (200 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(165) -- John Van Essen <vanes002@umn.edu> On Thu, 7 Nov 2002 12:37:09, Green, Paul <Paul.Green@stratus.com> wrote: >John Van Essen [mailto:vanes002@umn.edu] wrote, in partial: >> In receiver.c there are three places with code similar to: >> >> if (fd != -1 && write_file(fd,data,i) != i) { >> rprintf(FERROR,"write failed on %s : %s\n",fname,st...
2015 Jul 30
0
[LLVMdev] Bi-Endian Compiler
I have been quietly working on a port of LLVM to Stratus VOS. The OS is always big endian (because customers need to migrate data to new hardware quickly and can't afford to convert). This entails presenting a big endian programming model no matter what the hardware does. We did this about 15 years ago with the Stratus compilers and GCC. We o...