Displaying 20 results from an estimated 1000 matches similar to: "rsync dir in _both_ directions?"
2008 Apr 03
2
LDAP auth_bind hangs and times out
I have _almost_ got Dovecot working! One little snag...
My users login using their email address as username. Each domain has
their own LDAP subtree. Each user has an entry in the ou=users subtree
of the domain subtree, and has a mail: field (inetOrgPerson) listing
their email address/login name.
I am trying to use auth_bind: when I login with jackmc at lorentz.com,
dovecot should search for
2008 Apr 08
1
Please help: LDAP configuration _almost_ works.
Red Hat Linux release 7.2 (Enigma)
OpenLDAP 2.3.38
Dovecot 1.0.12
SHORT VERSION
----- -------
Here is my dovecot-ldap.conf:
hosts = ldap.lrtz
dn = cn=varmail,ou=users,dc=lorentz,dc=com
dnpass = *********
ldap_version = 3
auth_bind = yes
pass_filter = (&(objectClass=inetOrgPerson)(mail=%Lu))
base = ou=users, dc=%Dd
scope = onelevel
I have tested using the above information with
2008 Apr 17
4
more than one ldap database.
If I have two databases in my ldap, ex: dc=dominio1,dc=it is the first
database and dc=dominio2,dc=it is the second one.
Can I put these two search bases in dovecot-ldap.conf?
2003 Sep 16
4
AD authentication problem
I'm having a problem authenticating to Active Directory. I can join
the machine to the domain, wbinfo -g/-u will list the groups and users
and I can map a drive using: smbclient -k //s-lorentz.s-res.uva.nl/c\$
However when I try to get the linux machine to authenticate a user
it doesn't work giving the error NT_STATUS_NO_LOGON_SERVERS
(0xc000005e). Looking further in the logs it fails
2001 Oct 05
1
nls() fit to a lorentzian - can I specify partials?
First, thanks to all who helped me with my question about rescaling axes
on the fly. Using unlist() and range() to set the axis ranges in advance
worked well. I've since plotted about 300 datasets with relative ease.
Now I'm trying to fit a lossy oscillator resonance to (the square root of)
a lorentzian (testframe$y is oscillator amplitude, testframe$x is drive
frequency):
lorentz
2010 Nov 12
7
hwclock problem
Hi.
I run peridocally (from cron) on all of my machines
30 * * * * root /sbin/hwclock --systohc
All of those machines in question take their time via NTP
from the same local server, and that server gets its time
from a ntp pool.
Now I had to reboot a couple of them two days ago and to my surprise
all had problems with the time upon booting.
Here are the important files:
[root at XXXXXX ~]
2006 Dec 29
1
Presence issues with "Got SUBSCRIBE for extensions without hint. Please add hint to s"
Hello all,
I have a number of Polycom phones 601's and 430's and I'm seeing:
Got SUBSCRIBE for extensions without hint. Please add hint to s to context
local-hints
in the CLI over and over.
I have:
[local-hints]
exten => 110,hint,SIP/110
exten => 111,hint,SIP/111
exten => 112,hint,SIP/112
exten => 113,hint,SIP/113
exten => 114,hint,SIP/114
The hints seem to be
2011 Mar 31
2
Linear Model with curve fitting parameter?
I have a model Q=K*A*(R^r)*(S^s)
A, R, and S are data I have and K is a curve fitting parameter. I
have linearized as
log(Q)=log(K)+log(A)+r*log(R)+s*log(S)
I have taken the log of the data that I have and this is the model
formula without the K part
lm(Q~offset(A)+R+S, data=x)
What is the formula that I should use?
Thanks for all of your help. I can provide a subset of data if necessary.
2009 Jul 23
2
mathematical notation in R
Does this approach what you're looking for?
See
?is.finite
for more info
> LBAuo<- -9999
> LBAuo
[1] -9999
> if (LBAuo <= -9999) LBAuo <- -Inf
> LBAuo
[1] -Inf
>
HTH
Steven McKinney
> -----Original Message-----
> From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-
> project.org] On Behalf Of Mary A. Marion
> Sent: Wednesday, July 22, 2009
2011 Mar 28
2
xlsx problem
Dear list,
I'm running windows xp with R 2.12.0. I'm trying to load a excel
spreadsheet into R using the xlsx package. I posted my code below with
the error I get.
> res <- read.xlsx("Copy of test_excel_input_data.xlsx", 6)
Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, :
java.lang.IllegalStateException: Cannot get
2009 Aug 05
2
Wishlist: Navigate to "Index" page of help when no topic (PR#13872)
On 04/08/2009 7:33 PM, Steven McKinney wrote:
>> -----Original Message-----
>> From: Duncan Murdoch [mailto:murdoch at stats.uwo.ca]
>> Sent: Tuesday, August 04, 2009 8:03 AM
>> To: Steven McKinney
>> Cc: r-devel at stat.math.ethz.ch; R-bugs at r-project.org
>> Subject: Re: [Rd] Wishlist: Navigate to "Index" page of help when no
>> topic
2011 Apr 08
4
Fast version of Fisher's Exact Test
Is anyone aware of a fast way of doing fisher's exact test for a series of 2
x 2 tables in R? The fisher.test is really slow if n1=1000 and n2 = 1000.
--
Thanks,
Jim.
[[alternative HTML version deleted]]
2009 Jul 23
2
Navigate to Index page of a package from R command prompt
Hi all,
Is there a way to navigate directly to the "Index" page of help
for a package?
Here's my connundrum:
I download and install package "foo".
I don't know what functions are in package "foo",
so I can't invoke the help for package "foo" via
> ?someFunction
help(package = "foo")
pops up some non-hyperlinked information page,
2008 Aug 01
2
source a script file straight from a subversion repository
Hi useRs
I'm trying to figure out how to source
an R script file straight from a subversion
repository, without having to put a copy
of the script into the local working directory.
Has anyone done this?
Something such as
source(file = paste("svn://myrepo.xxx.org/opt/svn/repos/",
"/Projects/SMcode/tags/v1.0/SMfuns.R",
sep = ""))
2006 Nov 29
4
rm() deletes 'c' if c('a','b') is the argument (PR#9399)
Full_Name: Lixin Han
Version: 2.4.0
OS: Windows 2000
Submission from: (NULL) (155.94.110.222)
A character vector c('a','b') is supplied to rm(). As a result, 'c' is deleted
unintentionally.
> a <- 1:5
> b <- 'abc'
> c <- letters
> ls()
[1] "a" "b" "c"
> rm(c('a','b'))
> ls()
character(0)
2012 Jan 18
1
png cairo device problems on Mac 10.6.8
Hi all,
I have been having problems generating png files on a Mac running OS X 10.6.8.
Here's a simple example
> png("foo.png", type = "cairo"); plot(1:10); dev.off();
null device
1
libpng warning: Application built with libpng-1.2.26 but running with 1.5.2
The resultant file is of size 0 Kb.
Is this the proper place to report this issue? Or should
2006 Jul 20
3
How do I modify an exported function in a locked environment?
Running R.app on Mac OS X 10.4
> version
_
platform powerpc-apple-darwin8.6.0
arch powerpc
os darwin8.6.0
system powerpc, darwin8.6.0
status
major 2
minor 3.1
year 2006
2006 Jul 20
3
How do I modify an exported function in a locked environment?
Running R.app on Mac OS X 10.4
> version
_
platform powerpc-apple-darwin8.6.0
arch powerpc
os darwin8.6.0
system powerpc, darwin8.6.0
status
major 2
minor 3.1
year 2006
2008 Oct 08
0
issues with "write.table"
Dear R gurus and users,
I'm having problems with the use of write.table.
I have a 28-variables data frame create at each cycle of a loop; it can contain between 2000 and 3000 rows for each cycle.
After each cycle the data frame is written out to a file with the "append=TRUE" option and then removed from memory.
These are the couple of lines involved:
> data2 <-
2010 Jun 09
3
RMySQL package on 64bit R for Windows
Hi,
I have installed 64bit R version 2.11.1 on 64bit Vista system and I have a problem with RMySQL package.
I have installed 64bit verion of MySQL (5.1.47) and set MYSQL_HOME.
Installation of package looks fine :
>install.packages("RMySQL_0.7-4.zip")
inferring 'repos = NULL' from the file name
package 'RMySQL' successfully unpacked and MD5 sums checked
but whet I try