Displaying 20 results from an estimated 9000 matches similar to: ""Error: bad value" problem"
2005 Aug 19
3
Samba and netgroups in LDAP
Hello,
Has anyone got netgroups working with Samba 3.0.14a where the netgroups
are stored in the LDAP directory? I'm using Solaris 9 and SUN's
directory server v5.2.
What I'm seeing is that samba goes through the motions of looking up a
host in a netgroup, but no query is seen by the LDAP server or on the
network and the host is never found in the netgroup.
Any help would be
2006 Oct 11
1
Problem adding printer drivers
Hello,
Environment: Samba-3.0.23c on Solaris 9 using LDAP (Sun DS 5.2)
I'm trying to follow the procedure in the Samba 3 HOWTO in Chapter 21 to
install printer drivers to the print$ share on the samba server. I've
got as far as extracting the drivers from a Windows machine and am
trying to register them with Samba using the rpcclient adddriver command.
The command I'm using:
2001 Nov 26
2
Where do SIDs come from?
Hello,
I've got a potentially major problem:
I've recently changed from samba-TNG (vintage last February) which was
working tolerably well in our environment barring a few locking problems
and the ever increasing tdb files and memory footprint.
As our number of clients has passed 150, the amount of memory used on
our Solaris server became unsustainable and I took the decision to migrate
2005 Sep 29
5
Regression slope confidence interval
Hi list,
is there any direct way to obtain confidence intervals for the regression
slope from lm, predict.lm or the like?
(If not, is there any reason? This is also missing in some other statistics
softwares, and I thought this would be quite a standard application.)
I know that it's easy to implement but it's for
explanation to people who faint if they have to do their own
programming...
2005 Dec 28
4
"valid users" + ldap on Solaris 10 problems
Hello,
We have just migrated a server from sun solaris 8 to sun solaris 10. In
the old machine we had a Samba 3.0.20b and in the new one, we have samba
3.0.21, both compiled like this with no problems:
env LD_FLAGS="-L/usr/local/lib" ./configure --with-ldapsam --without-pam
--with-quotas --with-ldap --with-included-popt --with-acl-support
--with-libsmbclient
We share user's
2003 Nov 20
4
how legal is samba
With all this DMCA crud, is samba a target for a IP case from MS
Jason Adams
2005 Sep 27
1
Samba 3 as PDC with Debian Linux server and Windows XP clients
Dear list
I am relatively new to networking problems of this kind so apologies
for the potentially simple question. I am trying to upgrade an existing
network to one using Samba 3 to configure roaming XP profiles on a
limited number of clients. I have re-written the smb.conf file to
reflect what I think are the appropriate settings, and this passed
testparm successfully, but I am unclear
2011 Jun 09
1
k-nn hierarchical clustering
Hi there,
is there any R-function for k-nearest neighbour agglomerative hierarchical
clustering?
By this I mean standard agglomerative hierarchical clustering as in hclust
or agnes, but with the k-nearest neighbour distance between clusters used
on the higher levels where there are at least k>1 distances between two
clusters (single linkage is 1-nearest neighbour clustering)?
Best regards,
2006 Aug 09
2
R CMD check error
Dear list,
R CMD check on my updated package now generated the following error:
"LaTeX errors when creating DVI version.
This typically indicates Rd problems."
But the Rd files (and everything else) were checked as "OK" (I
removed the problem about which I asked the list some hours ago, but
answers are still appreciated because I rather created a rough
workaround than
2010 Sep 01
2
Rd-file error: non-ASCII input and no declared encoding
Dear list,
I came across the following error for three of my newly written Rd-files:
non-ASCII input and no declared encoding
I can't make sense of this.
Below I copied in one of the three files.
Can anybody please tell me what's wrong with it?
Thank you,
Christian
\name{tetragonula}
\alias{tetragonula}
\alias{tetragonula.coord}
\docType{data}
% \non_function{}
\title{Microsatellite
2009 Feb 18
2
Counting/processing a character vector
Dear List,
I have a data set stored in the following format:
> head(dat, n = 10)
id sppcode abundance
1 10307 10000000 1
2 10307 16220602 2
3 10307 20000000 5
4 10307 20110000 2
5 10307 24000000 1
6 10307 40210000 83
7 10307 40210102 45
8 10307 45140000 1
9 10307 45630000 1
10 10307 45630600 41
>
2010 Oct 10
1
Package "prabclus" not available?
Hi there,
I just tried to install the package prabclus on a computer running Ubuntu
Linux 9.04 using install.packages from within R.
This gave me a message:
Warning message:
In install.packages("prabclus") : package ?prabclus? is not available
I tried to do this selecting two different CRAN mirrors (same result) and
with other packages (installing them works fine).
Looking up the
2009 Feb 04
2
Capturing all warnings (with messages)
Dear all,
For an open-source project that I'm working on (1), which uses R for
all its heavy lifting but includes a wrapper shell script, I was
hoping to find a way to capture all warnings (and, in fact, errors
too), and handle them in my own way. I realise I can do this for a
single expression using something like:
> f <- function(w) print(w$message)
>
2009 Aug 11
1
readBin() arg check has unnecessary overhead (patch included)
Dear all,
The version of readBin() in R-devel includes a use of match(), through
`%in%`, which can affect its performance significantly. By using
primitives instead of the rather expensive call to match(), I reduce
the time spent inside readBin() by more than 30% in some of my code
(part of the tractor.base package). A simple patch that does this is
given below. This passes "make
2006 Aug 18
2
R-update - what about packages and ESS?
Hi there,
it seems that if I update R, it doesn't find previously installed packages
anymore and is also not found by ESS.
Actually the update has been done by our system administrator who assumed
that there would be no problems with these things (I don't have root
access to this system) and will perhaps not be too keen on installing
everything else again.
Is there any simple way how
2009 Feb 10
4
Where does Windows get the samba name to put into the Network Share name?
I have upgraded our sun server from samba 3.0.20b to version 3.2.4. If I
type "smb -V" on the sun, I get the proper version number of "Version
3.2.4". When I map a network drive from my PC to a share named "home1"
on the sun, the PC mount point is named "home1 on 'Samba 3.0.20b
(server)'. I have unmapped all drives and re-mapped them with the same
result.
2008 Sep 24
2
R --interactive and readline() creates infinite loop
Dear all,
I have asked before, in R-help [1], about a way to create an
interactive session in which commands are taken from a file or
standard input - like R CMD BATCH but additionally allowing user input
- but there was no response to that question, and the workarounds that
I have found (using "expect", creating a temporary .Rprofile) are ugly
and problematic.
With the
2008 Jun 13
3
cluster.stats
Dear list,
I just tried to use the function cluster.stat in the package fpc.
I just have a couple of questions about the syntax:
cluster.stats(d,clustering,alt.clustering=NULL,
silhouette=TRUE,G2=FALSE,G3=FALSE)
1) the distance object (d) is an object obtained by the function dist() on
my own original matrix?
2) clustering is the clusters vector as result of one of the many clustering
methods?
2006 Sep 19
4
How to draw a per mille symbol?
Dear list,
Following advice posted to this list a while back by Prof Ripley [1], I
have been trying to draw a per mille character [2] in an axis label.
This should give the correct character:
plot(1:10, ylab = "\u2030")
but all I get is '"S'. I'm running linux (FC5) and have fonts installed
that have the correct character (viewed in the Gnome character map at
least).
2008 Dec 15
5
OT: (quasi-?) separation in a logistic GLM
Dear List,
Apologies for this off-topic post but it is R-related in the sense that
I am trying to understand what R is telling me with the data to hand.
ROC curves have recently been used to determine a dissimilarity
threshold for identifying whether two samples are from the same "type"
or not. Given the bashing that ROC curves get whenever anyone asks about
them on this list (and