similar to: ibm ptx/dynix 4.5.1

Displaying 20 results from an estimated 400 matches similar to: "ibm ptx/dynix 4.5.1"

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
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 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
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
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,
2004 Feb 03
0
Re: Possible compromise ?
Yeah but if you are uncertain about your own box my VERY STRONG advise is that you reinstall. IF your host is indeed owned, then you are a lot further away then just reinstalling, god knows what issues can arrise when a cracker exploits the system to do bogus tasks.. Then i say: Too bad for your time, sorry but it's like that -- Kind regards, Remko Lodder Elvandar.org/DSINet.org
2003 Jun 17
0
[LLVMdev] Re: Autoconf
> 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 mmap if > read/write is not possible (in one case it already does this, if we are > reading from stdin, which you can't mmap anyway.) As Brian said, we already have the fallback path in here for when mmap isn't available. mmap is a
2014 Jan 08
4
[LLVMdev] [cfe-dev] AArch64 Clang CLI interface proposal
On 8 January 2014 12:32, Bernard Ogden <Bernard.Ogden at arm.com> wrote: > I don't think there's software that *needs* the compatibility, but it is > easier for GCC projects to switch to clang if that compatibility is there - > which I think is why we go for GCC compatibility in the first place? > Hi Bernie, GCC compatibility is always considered to be an important
2012 Jan 13
3
Measuring domU traffic with vnstat
Hi Guys I''m trying to measure the traffic of domUs using vnstat without luck. My configuration: Debian 6.0.3 xen 4.0.1 vnstat 1.11 I''m using bonding with two network cards. auto bond0 iface bond0 inet manual slaves eth0 eth1 bond-mode active-backup bond-miimon 100 bond-updelay 200 bond-downdelay 200 bond-primary eth0 auto br0 iface br0 inet static
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 Jun 16
2
subset and lme
I'm puzzled by the following problem, which appears when attempting to run an analysis on part of a dataset: If I try: csubset <- dat$Diagnosis==0 cont <- lme(fixed=cform, random = ~1|StudyName, data=dat,subset=csubset,na.action=na.omit) Then I get: Error in eval(expr, envir, enclos) : Object "csubset" not found But if I do
2008 Oct 03
2
Writing to shares directly
Within a Samba configuration, is it not advisable to create files on the directory on the local machines themselves? Out setup is like so: Server 1 (where the files reside): /data/shares/app01 Server 2 (mounts the above drive): /data/mounts/app01 If, on Server 1, I create a file: # echo test > /data/shares/app01/test The file is created, but on Server 2, I cannot seem to edit the file as
2001 Feb 13
1
ZLIB Problems
Hi, I am attempting to compile SSH under Sequent Dynix/ptx 4.4.7, After compiling and installing ZLIB to /usr/local/include and /usr/local/lib the ./configure command returns that ZLIB is not installed. Any ideas? Or should I be redirecting this question to the ZLIB mailing lists? Thanks T -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Apr 13
0
How to add gpxe,dhcpd to EON
Hi All, I''m researching boot diskless over iSCSI . I want to add gpxe and dhcpd to EON . Could you help me ? Thanks and Regards Tien Doan -- This message posted from opensolaris.org
2016 Jul 30
1
[ORC JIT] Exposing IndirectStubsManager from CompileOnDemandLayer.h
Hi Sean, As for the part that couples them too tightly, would you recommend I just > keep my own specialized version of CompileOnDemandLayer.h that includes > this functionality, or do you have any ideas for a cleaner way to do this? My apologies - I wasn't very clear in my description of the issue. The only sense in which your original patch was tightly coupled was that it had
2010 Aug 30
1
Help With Post-hoc Testing
I am trying to do post-hoc tests associated with a repeated measures analysis with on factor nested within respondents. The factor (SOI) has 17 levels. The overall testing is working fine, but I can''t seem to get the multiple comparisons to work. The first step is to "stack" the data. Then I used "lme" to specify and test the overall model. Finally
2013 Oct 14
1
[LLVMdev] Generate code for ARM Cortex m0, m3, and m4.
Thanks Bernie, Feel free to assign yourself to the bug report, just so we know someone is working on it. cheers, -renato On 14 October 2013 17:38, Bernard Ogden <bogden.dev at gmail.com> wrote: > I've got a trivial fix for this problem, and another one which manifests > when thumb is given without an explicit CPU. I'll start pushing it through > our submissions process.
2014 Jan 09
2
[LLVMdev] [cfe-dev] AArch64 Clang CLI interface proposal
I think that this works (and adds no appreciable driver complexity) provided that we're not expecting to support -mtune. If clang is (one day) going to be able to isel based on one target and optimize based on another then we might find ourselves wanting to change the meaning of -march from 'isel and optimize' to 'isel only'. So Amara's question about -mtune (or more
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
2004 Feb 03
1
Re: Possible compromise ?
that only works when you are presuming that the host was not hacked already because i would clear those logs when i hacked a system :) but indeed it's a try, If you remain unsure, it is best to reinstall the system to be sure that a fresh and newly updated (yeah update it when installed :)) system is not compromised at that time.. loads of work, but it gives you some relief to know that