Displaying 20 results from an estimated 1000 matches similar to: "advice?"
2005 Sep 21
1
Samba authenticating, but not against domain
Hi,
I'm running samba 3.0.10 on a fedora core 3 box. I am trying to get the
thing setup as a member server in our NT domain such that I can specify
domain users in the "valid users" directive under each share.
I believe I need to use winbind to do this effectively for a large domain.
Runing getent passwd does list all of the domain users. I believe I have
the system joined to the
2010 Jun 09
1
Subset columns by prefix
Hello R listserve,
I would appreciate someone's help with this problem. Consider the following toy dataset:
x <- read.table(textConnection("worldclim.1 worldclim.2 cru.1 cru.2
indv.1 7 8 32 658
indv.2 7 7 39 422"), header = TRUE)
How could I create a subset of the data based on the column prefix? For instance, let's say I wanted to subset only the columns with the
2002 Jun 27
1
Building from a source-code library under windows
Dear All,
I have a pair of .cpp and .def file can be compiled using VC++ and works
perfectly well in S-PLUS.
I wanted to do the same for R; so I followed the guidline given in "Building
from a source-code library under Windows" as much as possible and manage to
compile them using VC++ and call it from R. But it gives different answer
from the one called from S-Plus.
I know that I did
2001 May 19
2
Need Wine-20001222.tar.gz
Hi,
I have an application that I use that only worked on Wine-20001222 and a
few earlier versions. I accidentally deleted my copy and when I tried
to download it again, it was no longer posted on any of the sites that I
know that carry the source files. If somebody could send me another
link to a site for downloading or even email the program to me would be
great.
Thanks,
Ken
--
Kenton
2009 Aug 07
1
Proper / Improper scoring Rules
Hi All,
I am working on some ordinal logistic regresssions using LRM in the
Design package. My response variable has three categories (1,2,3) and
after using the creating my model and using a call to predict some
values and I wanted to use a simple .5 cut-off to classify my
probabilities into the categories.
I had two questions:
a) first, I am having trouble directly accessing the
2008 Jun 27
2
Clamd not working
Earlier this month I reported a problem in that ClamTK couldn't virus-scan a
file. This was cured by following the dev's instructions
<quote>
If you open up a terminal window and type "ls /var/clamav" (without
quotes of course), I'm betting you'll see a variety of files and/or
directories in there. If you're up for it, as root type
rm /var/clamav/* -rf
which
2009 Apr 03
2
[LLVMdev] build error on libLLVMSystem.a without any useful error message
Thanks for your reply,
Perl is implied ???
here is the version :
nraynaud at macaron-2:~/Desktop/geek/fp$ perl --version
This is perl, v5.8.8 built for darwin-thread-multi-2level
(with 2 registered patches, see perl -V for more detail)
the two patches are :
Locally applied patches:
fix for regcomp CVE-2007-5116 security vulnerability
fix for double-free CVE-2008-1927 security
2010 Oct 20
2
[PATCH] klibc: reproducible builds
From: Maciej ?enczykowski <maze at google.com>
This adds a new setting: KBUILD_REPRODUCIBLE
If it is non-empty, ar and ranlib will be called in such
a way that timestamps do not affect the build output.
This allows one to get perfectly reproducible builds.
Signed-off-by: Maciej ?enczykowski <maze at google.com>
---
scripts/Kbuild.klibc | 14 +++++++++-----
usr/klibc/Kbuild |
2009 Apr 03
0
[LLVMdev] build error on libLLVMSystem.a without any useful error message
Nicolas Raynaud wrote:
> Thanks for your reply,
>
> Perl is implied ???
>
> here is the version :
> nraynaud at macaron-2:~/Desktop/geek/fp$ perl --version
>
> This is perl, v5.8.8 built for darwin-thread-multi-2level
> (with 2 registered patches, see perl -V for more detail)
>
> the two patches are :
> Locally applied patches:
> fix for regcomp
2015 Jan 26
2
speedbump in library
>>>>> Winston Chang <winstonchang1 at gmail.com>
>>>>> on Fri, 23 Jan 2015 10:15:53 -0600 writes:
> I think you can simplify a little by replacing this:
> pkg %in% loadedNamespaces()
> with this:
> .getNamespace(pkg)
almost: It would be
!is.null(.getNamespace(pkg))
> Whereas getNamespace(pkg) will load the
2013 Jan 14
1
Tukey HSD plot with lines indicating (non-)significance
Dear list members,
I'm running some tests looking at differences between means for various
levels of a factor, using Tukey's HSD method.
I would like to plot the data as boxplots or dotplots, with horizontal
significance lines indicating which groups are statistically
significantly different, according to Tukey HSD. Here's a nice image
showing an example of such a graphical
2018 Jul 14
4
Clamd issues on Centos 6.10
Hello all,
Been having an issue today that I can't seem to solve, so reaching out to others much more
knowledgeable for help/advice/assistance.
I ran the software update this morning and installed 134 packages, clamd was one of the packages.
Upon completion of the update, I needed to reboot the box. During bootup I got the following
issue:
Starting Clam AntiVirus Daemon: WARNING: Ignoring
2001 Nov 20
2
rename file1 -> file2: No such file or directory
I'm rsyncing from an linux box to a win2k box with a precompiled version
of rsync for win2k. durring the procces he gives me a lotte of the
following
errors (with different filenames):
rename
realother/Maildir/cur/.1005882149.8001_0.nyx.wildape,S=3080:2,.001002 ->
realother/Maildir/cur/1005882149.8001_0.nyx.wildape,S=3080:2, : No such
file or
directory
I user the command:
rsync -cru
2012 Sep 17
1
ClamAV Problem
Dear Friends,
I have postfix mail server When I try to install amavisd-new, clamAV,
SpamAssassin follow this link "http://wiki.centos.org/HowTos/Amavisd".
I have done all the configuration after that when I restart clamav
So It is giving my this error message
Stopping Clam AntiVirus Daemon: [FAILED]
Starting Clam AntiVirus Daemon: LibClamAV Error:
2006 Oct 18
2
cannot allocate vector of size 1215000 Kb
Dear All,
I'm running the latest R on SUSE 10.0. After read in a huge data CDF file
I tried to process the only variable variable using the comands
aek<-open.ncdf('C:/Monthly/CRU/Crutmp Europe.CDF')
v1<-aek$var[[1]]
gugus<-get.var.ncdf(aek, v1)
But I can't because of this message
Error: cannot allocate vector of size 1215000 Kb
I'm now hoping for some help
Any
2013 Jul 01
3
Installing NUT on Solaris
On 7/1/2013 2:55 PM, Charles Lepple wrote:
> On Jul 1, 2013, at 12:47 PM, John Thurston wrote:
>
>> I'm running Solaris 10 on a dozen SPARC boxes. I'd like to explore NUT for use with our snmp UPS, but I'm unable to complete the configure/make/install process.
>>
>> Can anyone share a how-to for solaris?
>
> Here's some general NUT-on-Solaris
2001 Feb 10
2
VxDs in Wine
I would like to see Mame/32 working in Wine, however, it uses a couple
of VxDs to do some things (I think it is timing and joysticks).
Normally VxD's do not work in Wine, but Mame/32 is open source. With
access to the source code of the VxD's, would it be possible to modify
the VxD files to work with Wine? If so, what would need to be done to
make the VxD drivers work with Wine?
2001 Mar 31
1
Problems with cbtplayer
Hi,
One of the main things I use Wine for is to run a Computer Based
Training Player (cbtplayer, info found at www.smartforce.com).
It used to work perfect on 20001222 and back several version from that.
Since the 20010112 release, it has failed. I reload the 20001222 and am
back in business.
I posted the zipped debug output for download if anybody that can read
this (most of it looks Chinese
2008 Jun 12
1
Help with sudden wierd ticket error.
[2008/06/11 12:07:03, 3] smbd/sesssetup.c:reply_spnego_negotiate(525)
Got OID 1 2 840 113554 1 2 2
[2008/06/11 12:07:03, 3] smbd/sesssetup.c:reply_spnego_negotiate(525)
Got OID 1 3 6 1 4 1 311 2 2 10
[2008/06/11 12:07:03, 3] smbd/sesssetup.c:reply_spnego_negotiate(528)
Got secblob of size 1205
[2008/06/11 12:07:03, 3]
libads/kerberos_verify.c:ads_secrets_verify_ticket(249)
2013 Mar 13
2
Extract letters from a column
Dear list:
I would like to extract three letters from first and second elements
in one column and make a new column.
For example below,
> tempdf = read.table("clipboard", header=T, sep='\t')
> tempdf
name var1 var2 abb
1 Tom Cruiser 1 6 TomCru
2 Bread Pett 2 5 BrePet
3 Arnold Schwiezer 3 7 ArnSch
> (p1 =