similar to: Wine and Oracle client OO4O

Displaying 20 results from an estimated 10000 matches similar to: "Wine and Oracle client OO4O"

2003 Aug 25
0
Oracle client on Wine
Has anybody gotten Oracle client programs to work on Wine? I'd like to study your environment to see how I could make mine work on wine. I have sqlplus and tnsping working but any OCI or OO4O related programs for Oracle do not work currently. -Crispin
2020 Jun 04
2
Unable to map AD Users to existing local Unix users since 4.8.x
Rowland said: >> Can you point me to a Release Changes note that says explicitly that Winbind is now required or that mapping of AD users to local unix accounts has been removed? >> >> Crispin >Yes, see here: > https://wiki.samba.org/index.php/Samba_4.8_Features_added/changed#Domain_member_setups_require_winbindd > >Samba did a lot of things back in the NT4-style
2020 Jun 04
0
Unable to map AD Users to existing local Unix users since 4.8.x
On 04/06/2020 21:22, Bivans, Crispin via samba wrote: > Rowland said: >>> Can you point me to a Release Changes note that says explicitly that Winbind is now required or that mapping of AD users to local unix accounts has been removed? >>> >>> Crispin >> Yes, see here: >>
2020 Jun 04
1
Unable to map AD Users to existing local Unix users since 4.8.x
Rowland said: >> Is there a set of settings to restore the mapping of AD users to pre-existing Unix Users? >No >> >> Does the official Samba distributed project source continue to support AD Users mapping to pre-existing Unix Users? >I do not think it ever did. I found this reference quickly from google describing the previous behavior. Winbind was always optional
2003 May 29
3
Oracle Client under Wine
Hi, Any one got Oracle client running under wine? I am trying to get a VB application run under wine. I got to the point where it asks for Oracle Client. I tried to run the native windows installer, but failed. Any one with a better way? Possibly adding some dlls and some entries in registry? raj
2005 May 11
0
RODBC Oracle and VB automation with R(D)COM
I haven't been able to find any help on this and am really struggling. I've been using RODBC 1.1-3 and R(D)COM v1.35 for a little over a year successfully with my Access Database, and now im switching to Oracle 9i. I use R 2.0.1 on a Windows XP platform, 1GB ram, 2GHz Intel Processor) When I connect through the Rgui R console, the connection is successful (but through VB the attempt
1998 Aug 31
0
StackGuard-protected Linux and a New StackGuard Compiler (fwd)
Hi all, perhaps this is something of interest to all of us RedHat users ? Later Crispin added: | In response to many comments pointing out a glaring omission (grovel | grovel) the SOURCE CODE for StackGuard is now on line, both as a complete | tar ball and as a source patch to gcc 2.7.2.3, available here: | | http://www.cse.ogi.edu/DISC/projects/immunix/StackGuard/compiler.html Greetings,
2003 Oct 07
1
.First.lib doesn't appear to be running after calling lib rary()
Thanks - it is indeed the first '.' that's the problem... Crispin > -----Original Message----- > From: Liaw, Andy [mailto:andy_liaw at merck.com] > Sent: 07 October 2003 15:21 > To: Crispin Miller > Subject: RE: [R] .First.lib doesn't appear to be running after calling > lib rary() > > > I put .First.lib in the file "zzz.R", and it works for
1997 Mar 02
1
imapd and ipop3d hole
###### ## ## ###### ## ### ## ## ###### ## # ## ## ## ## ### ## ###### . ## ## . ######. Secure Networks Inc. Security Advisory March 2, 1997
2012 Nov 20
1
FYI: News about Mark Crispin
Begin forwarded message: > From: Barry Leiba <barryleiba at computer.org> > Date: 20. marraskuuta 2012 2.44.51 UTC+2.00 > To: imap5 at ietf.org, imapext at ietf.org, imap-protocol at u.washington.edu, imap-use at u.washington.edu > Subject: [imapext] News about Mark Crispin > Reply-To: imap5 at ietf.org > > Everyone here knows Mark Crispin -- or at least knows who he
2014 Oct 01
2
JOB - PhD position: applying HPC in cancer research
Dear all, we have an exciting PhD position applying HPC to the analysis of large scale cancer datasets. The post will suit an applicant from a strong computational background who wishes to apply their knowledge to help develop a better understanding of the processes that control how tumours develop. Details below:- High Performance Computing applied to cancer research: Computational analysis of
2004 Jan 22
1
File permissions and packages, openVignette
Hi, I've got a quick question about file permissions and packages... I'm creating my own package, and am having problems with its vignette not being seen when I install it into R... As I understand it, the permissions of the source tree should be as follows: o Directories - drwxrwxr-- o Files - -rw-r--r-- Everything builds and runs through 'R CMD check' fine with
2018 Mar 06
0
APC UPS wrong input voltage
On Mar 5, 2018, at 4:41 PM, Crispin Proctor <crispin.proctor at gmail.com> wrote: > > The UPS functions as it should - it works when there is no power but cannot test brownout or anything else. Okay. > > I ran the command you put but it fails to log anything to file. Not sure why. I'm assuming a Bourne-compatible shell like bash or zsh - can't remember what it should
2005 Sep 01
3
Matrices with a single column
Hi, I've got a quick question about what happens when indexing into matrices with a single column. I was wondering if anyone can help ... For example: > x <- matrix(1:10) > y <- cbind(x,x) > x[4:6,] [1] 4 5 6 > y[4:6,] [,1] [,2] [1,] 4 4 [2,] 5 5 [3,] 6 6 > class(x[4:6,]) [1] "integer" > class(y[4:6,]) [1] "matrix" It seems that R
2003 Oct 06
4
Apply and its friends
Hi, Forgive a very basic question... I need to take two lists-of-lists, and apply a function to each pair of elements in the lists to return a single list... For example l1 <- list(1:5,6:10,2:15) l2 <- list(1:8,4:12,1:19,4:20) I could easily do an lapply across each of them, but is there a function that does a sort-of pairwise-apply across both together? Does anybody know of a good
2003 Oct 17
2
environments
Hi, I have a string representing an environment: "bob" And an environment > bob <environment: 0x3901234ac> How do write a function that takes the string and returns the environment? Crispin -------------------------------------------------------- This email is confidential and intended solely for the use o...{{dropped}}
2003 Oct 31
2
Creating packages in 1.8
Hi, I decided to upgrade to 1.8 today... :-) Anyway, we are writing our own package that is dependent on a bioconductor library - 'affy'. I've checked and when I fire up R, library(affy) behaves as expected... so it all seems to be installed and OK... In the DESCRIPTION file in my package source I have the line: Depends: affy When I run R CMD check simpleaffy I get to: ... *
2004 Nov 15
2
eudora issue
There seems to be a protocol mismatch between eudora and dovecot when using pop. The login interchange with, for example, mozilla, is as follows: MO: [connects] DC: +OK dovecot ready. MO: CAPA DC: +OK DC: CAPA DC: TOP DC: USER DC: UIDL DC: RESP-CODES DC: STLS DC: SASL PLAIN DC: . MO: USER yyy DC: +OK MO: PASS xxxxxxxx DC: +OK Logged in. But with eudora, with apparently equivalent
2003 Oct 07
1
Optimising code
Hi, Does anyone have any advice on speeding up R functions (short of re-implementing them in C :-) )? I have a function that applies a wilcoxon test to 12 sets of about a quarter of a million pairs (and takes about 3 hours). I've replaced the inner loop I had originally with a function call via mapply, and also considered different approximations of the wilcoxon, rather than that which is
2003 Nov 12
2
Alpha values
Hi, Does anyone know whether it is possible to construct a colour for plotting with an alpha value as well as simply specifying rgb values? Crispin -------------------------------------------------------- This email is confidential and intended solely for the use o...{{dropped}}