Displaying 20 results from an estimated 2000 matches similar to: "ZLIB Problems"
2001 Oct 08
1
Ported OpenSSH 2.9.9p2 to Dynix
Hello Porters,
I've finally (thanks to Wendy Palm of Cray) ported OpenSSH to
Dynix v4.4.4. I had to make sure that "UseLogin" was set to "no" in the
sshd_config file. Also, here are the old-style contextual diffs (obtained
with 'diff -c' on the Dynix box) of the two files I had to change:
*** configure Sat Jun 16 17:09:50 2001
--- configure.new Mon Oct 8
2002 Dec 10
1
Non-installation of Samba
Hi,
I am attempting install of samba 2.2.7 on a Sequent (IBM) Dynix 4.4.6
platform.
I downloaded the samba-latest.tar from the samba website:
samba.mirror.ac.uk/samba/download.html
Having unzipped and untarred the file, I then started as per the "how to",
very first part.
I ran "./configure" which generated a number of messages before failing as
follows:
...
...
...
2003 Jan 08
1
Tuning for a large environment
Hello,
I am currently using Samba 2.2.3a on a Sequent box running DYNIX/ptx v4.0.
We are serving up approximatly 4.5 terrabytes of data from a Hitachi Data
Systems storage array connected to our server by fiber channel. Many of our
users are on Citrix which connects to our SAMBA server via a Gigabit
Ethernet connection. There are still others that are connecting directly
from their PCs which are
2001 Nov 05
0
Samba configuration on Dynix
Am currently attempting to upgrade from Samba 2.0.3 to 2.2.2 on a Sequent
Quad Processor (IBM, NUMA-Q) box running PTS4/Dynix. Every time I try to do
the configure from the source it stops with a message saying 'Checking for
test routines... configure: error: cant find test code. Aborting config'.
Has anyone any experience with this, or a similar error on other 'nix.
Thanks
Terry
1998 Dec 03
2
Smbclient bind to IP
We are running a Sequent unix database server that uses smbclient to print through the NT servers. Our network
has mulitple sites connected via frame relay. Now the problem; we have been attempting to tune the network to
improve database response. And would like to have the smbclient bind to a second IP address on our Sequent box
so we can prioritize traffic based upon the source IP
1999 Sep 20
1
Does EMC use Samba for CIFS?
I have heard that EMC might be using a port of Samba for their CIFS
protocol. Can anybody support or refute this?
Are there any commands that can be issued or any operations that can be
performed and sniffed to verify this one way or the other?
Thanks,
Paul
2001 Oct 08
2
Porting OpenSSH 2.9.9p2 to Dynix V4.4.4
Hello Porters,
I am attempting to compile OpenSSH 2.9.9p2 on a Dynix V4.4.4 host.
I have set USE_PIPES and BROKEN_SAVED_UIDS (the latter because there are
no functions for set{eu,eg}id() that I can find). I configured with
"./configure '--with-libs=-lnsl -lsec'".
Each time I attempt to login, I get this error:
No utmp entry. You must exec "login" from
2001 Nov 01
0
System node authenticaton error
Hi
I am having problems with machine authentication on an NT workstation 4.0
SP6a client. The current version of samba is 2.0.4b complied on
Sequent/Dynix 4.4.8. We are using "smbd" and "nmbd" as services launched
from the inetd file. No restrictive or secure components have been enabled.
The "smb.conf" simply has the appropriate mount options defined.
The problem
2000 Feb 04
3
configure error
Hello,
Inspired by successfully compiling 2.0.6 on a SCO Unixware 7.1 box I attempted similar on a Sequent Numa-Q running Dynix 4.4.2.
Er , Configure failed with the following message:
checking for conflicting AUTH_ERROR define in rpc/rpc.h... no
checking for test routines... configure: error: cant find test code. Aborting config
I am mostly ignorant of C: any suggestions as to my next move
2006 Mar 10
2
creating new vector
Hi R Users,
I don't know how much is difficult my problem and even it is possible to solve in R or not.
Given a vector with 2000 observations. I want to creat a new vector from that vector so that new vector be the sum of every 5 observations sequently. That is , each new observation is sum of every 5 sequent observations, from the first observation of previous vector to the end. So
2003 Dec 01
1
Win98 problem, but not 2000/XP
I'm using an old version of Samba 1.9.18p8 (it's the only one that'll
compile on the system I'm using it on) and am having trouble with Win98
clients, 2000/XP clients work OK.
Windows 98 can see the server and see the shares but can only open files
as read only and cannot browse and sub folders within the share.
If anyone can shed any light on this I'd be grateful.
Cheers
2003 Jan 14
2
configure issue (ac_cv_lib_inet_connect) on DYNIX/ptx
Greetings -
In trying to get rsync-2.5.6pre1 working on DYNIX/ptx, I found I
needed to pass ac_cv_lib_inet_connect=no to configure in order for
it actually create a properly configured config.h file.
I think this is because configure looks for connect in libinet,
(and finds one there somehow). But connect() is resolved by libsocket
(but configure doesn't find it when
1999 Sep 01
2
sudden loss of password validation
The problem: Strangely, the PDC rejects user password challenges from Samba.
The user account gets locked. After unlocking the account, everything is
back to normal. This happens several times a day to different users and from
different Samba servers. All Samba servers have the same [global]
configuration.
Is this a Samba problem? Is samba perhaps not passing along the correct
password? If I add
2003 Jun 17
2
[LLVMdev] Re: Autoconf
> However, mmap() does provide some other small potential issues:
>
> 1) The mmap() function may not exist on all Unices, or it may work
> differently on various versions of them.
Definitely. We use mmap for a couple of different things.
1a) In lib/Bytecode/Reader we use mmap to read in bytecode files and archives.
Certainly it would be trivial to rework this to fall back on
2004 Dec 07
2
how R parses expression?
Hi.All and R developers:
Since I am a beginner on R,I have some questions when I studied the source code.I wonder if anyone have time to help me?
My question is how the R expressions change to the c code. That is when I input an expression to the GUI or from a file, how R converts the expression to the parse tree in C code(maybe it is a C function, then what is it?), and then does the
2005 Aug 11
2
Porting to Dynix 4.1.3...
Hello there,
I am trying to build OpenSSH on the above (very old) version of unix.
With a bit of hacking, I have managed to get everything to compile and
run. Scp works fine however when I log in via ssh I end up with a
session without a controlling terminal.
I have followed the code in pty_make_controlling_tty and it seems to go
as follows:
1. Starts with a controlling tty.
2. setsid works,
2007 Apr 02
2
Info on Symbian, ARM and OFFSET_IMM8 relocation error
Hi all,
i'm using speex under symbian.
When i have compiled the lib for ARM platform i have obtained the follow error:
"Error: Can not represent OFFSET_IMM8 relocation in
this object file format (1)"
I have defined FIXED_POINT 1 and ARM4_ASM.
The error is in the function forced_pitch_quant contained in ltp.c.
The line that produce the error is:
2001 Feb 19
1
SNAP 20010213 Bug: ssh-agent environment
Hi,
JFYI, I discovered the following bug in SNAP 20010213 ssh-agent:
It does not inherit its environment if it is invoked as
ssh-agent command
> ssh-agent -V
ssh-agent: illegal option -- V
ssh-agent version OpenSSH_2.3.2p1
Usage: ssh-agent [-c | -s] [-k] [command {args...]]
> ssh-agent /bin/sh
$ env
SSH_AGENT_PID=19437
$
I compiled ssh on:
SunOS
2009 Aug 26
1
Load spikes on NFS server, multiple index updaters.
We are occasionally experiencing trouble where the NFS server's load
will shoot over 60+. (Normal of sub 1.0).
I have been hunting this for a while, and I believe it comes down to
"deliver".
System setup:
NFS servers: x4540 Solaris 10 x64 ZFS over NFS.
NFS clients: Solaris 10 x64 postfix-2.4.1 with dovecot-1.1.11 deliver.
What appears to happen, when I check for nfsstat per
2009 Mar 20
4
[Bug 1576] New: ssh-add doesn't have --help or --version options
https://bugzilla.mindrot.org/show_bug.cgi?id=1576
Summary: ssh-add doesn't have --help or --version options
Product: Portable OpenSSH
Version: 5.2p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Documentation
AssignedTo: unassigned-bugs at mindrot.org