Displaying 20 results from an estimated 3000 matches similar to: "Samba Versions For Tru64"
2002 Mar 22
0
Bug in compile of rsync 2.5.4 on Tru64 UNIX V5.1a using cc on AlphaServer 1000 5/300
Hi Paul, your suggestion about batch.c got by the compiler without a
peep and it got much farther along again with complaint from cc until....
[root@hyperion: rsync-2.5.4]#CC=cc; export CC; ./configure
configure: Configuring rsync 2.5.4
checking build system type... alphaev5-dec-osf5.1
checking host system type... alphaev5-dec-osf5.1
checking target system type... alphaev5-dec-osf5.1
checking for
2002 Mar 22
2
Bug in compile of rsync 2.5.4 on Tru64 UNIX V5.1a using cc
Greetings, here is the output of the 'configure' step and
the compile step (using the Compaq cc compiler that comes
with Tru64 V5.1A. The configure reported success and most of
the compile steps cam through error/warning free except for
the one that stumbled. Can someone help me out here? I am willing
to provide a binary for Tru64 V5.1A if we can swat this bug.
We depend greatly on Rsync
2003 May 02
1
rsync+ssh2 from Tru64 unix to linux has intermittent hangs.
This is odd:
We're using rsync to mirror multiple directories from a server to
two clients. The server is running Tru64 v5.1a, client A is running
Redhat Linux 8.0, and client B is running Tru64 v4.0g.
The mirrors for both clients are running at the same time interval
(10 minutes, offset by 5 minutes).
All machines are running rsync v2.5.6, and using ssh2 v3.2.3 as the
2005 Mar 30
13
[Bug 1007] sftp client hangs on tru64 5.1A
http://bugzilla.mindrot.org/show_bug.cgi?id=1007
Summary: sftp client hangs on tru64 5.1A
Product: Portable OpenSSH
Version: 4.0p1
Platform: Alpha
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sftp
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: paulstepowski at
2002 Nov 06
4
Rsync-2.5.5 on Tru64 UNIX V51.A
Hi
I am trying to compile rsync-2.5.5 on Tru64 UNIX V5.1A
The configure completed sucessfully however the make failed. The following
is a copy of the configure and make output. Could you please provide advice
as to why this is failing and hopefully resolution.
Just as a matter of comparison - rsync-2.5.4 make also fails, however,
rsync-2.4.8 compiled sucessfully on this version of Tru64 5.1A
2003 Sep 17
8
[Bug 653] sshd breaks logins after upgrade to 3.7.1p1 (Tru64 UNIX)
http://bugzilla.mindrot.org/show_bug.cgi?id=653
Summary: sshd breaks logins after upgrade to 3.7.1p1 (Tru64 UNIX)
Product: Portable OpenSSH
Version: 3.7.1p1
Platform: Alpha
OS/Version: other
Status: NEW
Severity: critical
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
2004 Jun 21
0
samba long NT usernames with Tru64
Hi all,
samba v2.2.7 (prebuilt binaries)
Tru64 v5.1A PK0006
Windows NT4 server SP6a - 192.168.44.4
Client PC, W2000PRO - 192.168.46.12
I have a problem with authenticating users with usernames longer than 8
characters. (Usernames within 8 characters are not a problem).
Security is set to SERVER, and the server name is "misexact", which does
resolve when I ping name from the Unix
2004 Apr 02
1
R on Tru64 OSF 5.1
Has anyone achieved a current successful build of R
1.8 or 1.9 or earlier for HPUX Tru 64 OSF 5.1?
There is no binary version of R for HPUX Tru 64 OSF
5.1. The R admin manual mentions that the native make
fails on "Alpha/OSF (aka Tru 64)" and gnu make must be
used instead. There are problems reported with
building R versions around 1.4 from 2002 on R-devel,
some of which were fixed with
2003 Jul 31
2
sshd takes 15 minutes to start
Hi all,
We are running OpenSSH v3.4p1 on three ES340 Alpha which run Tru64 v5.1A.
The last couple of weeks, the system hangs at bootup for 15 minutes at the
point where it is bring up sshd. When I manually stop and start sshd, it still
takes 15 minutes. I manually ran sshd with the -ddd level 3 debug option.
sshd hanges at the message which states it is creating a randomized seed. It
also
2003 Oct 15
4
Compile of OpenSSH 3.7.1p2 failing - TRU64 5.1A
All,
I'm getting the following error message when trying to 'make' OpenSSH
3.7.1p2:
cc: Severe: compress.c, line 19: Cannot find file "zlib.h" specified in
#include directive. (noinclfilef)
#include "zlib.h"
-^
*** Exit 1
Stop.
What can I do to get this to compile correctly?
Thanks in advance,
Trevor Strickland
trevor.strickland at ed.gov
2003 Jan 10
1
plot() and lines() multivariate problem
Dear list
I'm trying to solve the following problem since 2 days with no success.
Could someone help a newbie, please ?
I have a dependant variable which is diameter of shell, and two factors
which are level on the beach (3 levels 'B', 'E' and 'H') and a hydrodynamics
indice (3 levels 1, 2 and 3)
To study diameter variations according to these factors, I may use
2011 Oct 12
0
Samba 3.6.0 compile errors in utils/net_idmap_check.c
Gday samba fans.
I am doing something no longer fashionable, I am compiling Samba 3.6.0 on
Tru64 Version 5.1A using the Compaq C compiler:
Compaq C V6.4-014 on Compaq Tru64 UNIX V5.1A (Rev. 1885)
Compiler Driver V6.4-215 (sys) cc Driver
I also tried gcc but I got a lot farther with DEC-C... All the way to
utils/net_idmap_check.c where it says:
Compiling utils/net_idmap_check.c
2010 Aug 25
1
SEM : Warning : Could not compute QR decomposition of Hessian
Hi useRs,
I'm trying for the first time to use a sem. The model finally runs,
but gives a warning saying :
"In sem.default(ram = ram, S = S, N = N, param.names = pars, var.names
= vars, : Could not compute QR decomposition of Hessian.
Optimization probably did not converge. "
I found in R-help some posts on this warning, but my attemps to modify
the code didn't change
2002 Aug 28
0
patch almost works on 5.1A openssh 3.4p1 - get in, but get kicked out (fwd)
Hi-
I applied the privsep patch to Tru64 5.1A openssh 3.4p1 and it
*almost* works.
I get in from the client side and xauth is run, but in the meantime
the server side disconnects. Running sshd in debug mode level 3 gives
the following output:
.
.
.
debug1: session_input_channel_req: session 0 req shell
debug1: fd 5 setting TCP_NODELAY
debug1: channel 0: rfd 13
2002 Dec 19
1
OpenUsePrivilegeSeparation on Compaq V5.1A with C2/SIA Security
I'm using OpenSSH_3.5p1 (server protocol 2.0 ) on a Compaq device V5.1A with
C2 Security (SIA)
configured.
I must set UsePrivilegeSeparation to no to get this working.
Does anyone have PrivilegeSeparation working on a Compaq device with C2
Security configured?
Source device:
ssh user at destination ( produces these errors)
sshd: /var/tcb/files/__db_lock.share: Permission denied
sshd:
2012 May 01
1
error bars for a barchart
Hi
I have the following barchart to which I want to add error bars.
library(lattice)
barchart(Change~fTreat,groups=Process,change,
auto.key=list(points=FALSE,rectangles=TRUE),
panel=function(x, y,...){
panel.barchart(x,y,origin = 0,...);
panel.abline(h=0,col="black",...);
}
)
I have tried
2005 Jun 30
1
Problem using automount enabled samba 3.0.14a on Solaris 8
Regards,
I have lately experienced a rather peculiar problem, details follows:
Trying to minimise the number of samba servers, I have compiled in
support for automounting in a Solaris 8 version of samba 3.0.14a.
Amongst others, this server mounts a filesystem from a Solaris 6 box by
request. The samba server mounts the Solaris 6 filesystem fine, but when
the user tries to access the directory
2005 Aug 26
1
Samba 3.0.20 on Solaris: problem with fileaccess in a automounted filesystem
Regards,
Sent this one before, here's another go:
My sambaserver, let's call it sserv, is running Solaris 8 (latest
Recommended set) or 9 (tried both) compiled with automount support.
When PC client A tries to access a file in a automounted mapping from
sserv, the client is freezing and Windows Explorer has to be restarted.
The NFS server which the samba server automounts from is a
2004 Sep 20
3
[Bug 933] compile problem on tru64 5.1A code outside of a #ifdef that should not be included on tru64
http://bugzilla.mindrot.org/show_bug.cgi?id=933
Summary: compile problem on tru64 5.1A code outside of a #ifdef
that should not be included on tru64
Product: Portable OpenSSH
Version: 3.8p1
Platform: Alpha
OS/Version: OSF/1
Status: NEW
Severity: normal
Priority: P2
Component: Build
2002 Nov 10
0
[Bug 429] SSH 3.4p1 problems on Tru64 V4.0D & Tru64 V4.0F
http://bugzilla.mindrot.org/show_bug.cgi?id=429
mouring at eviladmin.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
Summary|SSH 3.4p1 problems on Tru64 |SSH 3.4p1 problems