Displaying 20 results from an estimated 1000 matches similar to: "nmbd - is it running or not...?"
2004 Apr 01
2
Samba and Win viruses
Hi,
This may seem a fairly obvious question but I need to check it out.
It's also fairly urgent so I apologise that I haven't made a good check
of the FAQ's or mailing archives.
We have a Solaris box with Samba installed. We are on a campus network
where boxes that are infected are blocked from the network as a security
measure.
We have had our server blocked as it is probing port
2004 Dec 05
1
fixed-point version
Hello, I've just joined the list.
I'm interested in helping on the fixed-point version of Speex. If there is
anyone currently directing this work, would they please contact me and let
me know how I can help.
Thanks,
-paul
--
"Democracy is two wolves and a lamb voting on what to have for lunch.
Liberty is a well-armed lamb contesting the vote ... If you make
yourselves sheep,
2007 Mar 27
0
xen + vlan: works but...
Hi,
I''ve setup a Xen server host (suse, xen 3.0.2) with vlan as follows:
server-eth0 <-> vlanXY <-> vbridgeXY <-> domU-eth0
That is: vlan''s are managed in the physical host (for better security).
The setup is working, i.e. I can connect to/from domU-eth0 from hosts in
the same vlan.
The problem is: it seems I loose "many" packets.
2004 Oct 02
0
mounting smb shares
Hi all, new to samba yadda yadda..
I think I am going in the wrong direction here.
I am setting up an smb server to store photos. These are publicly
available in read only except to the group 'staff'. Yes, I read the
How To. ;)
So in my smb.conf I have this...
[photodir]
comment = Public Photos
path = /home/photo
public = yes
read only = yes
write list = @staff
I have
2005 Apr 15
1
cannot write to share
I have a server 192.168.0.14 and the directory I wish to share is /home/photo
I can mount from 192.168.0.1 with
mount -t smbfs -o "username=photo" //192.168.0.14/photo /mnt/smbshare
it prompts me for a password and I can see the contents of the share
but I cannot write to it.
Any pointers gladly recieved
kind regards
Kevin
--
"Democracy is two wolves and a lamb voting on what to
2010 Jun 23
1
Shapefile
Hopefully the attachment will make it this time...
Hi:
I am practicing with the attached shapefile and was wondering
if I can get some help. Haven't used 'rgdal' and 'maptools' much
but it appears to be a great way bring map data into R.
Please take a look at the comments and let me know if I need to
explain better what I am trying to accomplish.
library(rgdal)
2010 Jun 24
0
rgdal-maptools
The shapefile data can be downloaded from the link below:
download all the six files and save them on your working directory
and make sure the dsn path is set to where the files are saved.
My shapefiles are saved on C:/Data.
https://secure.filesanywhere.com/fs/v.aspx?v=897263875a6472a99baa
Hi:
I am practicing with the attached shapefile and was wondering if I can?
get some help. Haven't
2011 Feb 16
1
read.table - reading text variables as text
Hi
I'm reading a CSV file using read.table, and it keeps importing a text
variable as a factor. To overcome this, I've used the as.is command
referring to the variable in question (called "stim")
data<-read.table(file.choose(), header=T, sep=",", as.is = "stim")
However, "stim" is still imported as a factor. I notice there are other
read.table
2010 Jun 23
1
Plotting Data on a Map
Hi:
I am practicing with the attached shapefile and was wondering
if I can get some help. Haven't used 'rgdal' and 'maptools' much
but it appears to be a great way bring map data into R.
Please take a look at the comments and let me know if I need to
explain better what I am trying to accomplish.
library(rgdal)
library(maptools)
library(ggplot2)
dsn="C:/Documents and
2007 May 29
1
Partially reading a file (particularly)
Hello,
I am trying to figure out if there exists some R command that allows one
to be
particularly selective when reading a file. I'm dealing with large
fixed-width data
sets that look like
539001..
639001..
639001..
...
539002..
639002..
...
Presently, I am using read.fwf to read an entire file, but I am
interested only in
reading those records beginning with 5. I have been unable to
2011 Feb 28
1
Creating new variables. How do you get them into a data frame?
Hi
I'm an R newbie. I can't seem to add new variables to data frames. Here are
the stages
(1) I import the data using read.csv.
(2) I fix it using fix(data)
(3) I create a new variable using
spos<-tagPOS(stim,language="en",model=NULL,tagdict=NULL).
(tagPOS is a function in the OpenNLP toolkit, which tags a string for part
of speech. "stim" is a variable in the
2012 May 18
1
Natural Language Toolkit for R - is it still there?
Hi
I used the package Natural Language Toolkit about a year ago to parse
strings into parts of speech. However, I cannot find it on CRAN.
Has it been withdrawn?
Thanks
Nick
--
Lecturer in Speech and Language Pathology
Room 1.9
King George VI Building
Queen Victoria Road
University of Newcastle-upon Tyne
NE1 7RU
0191 222 8720
[[alternative HTML version deleted]]
2003 May 19
1
multcomp and glm
I have run the following logistic regression model:
options(contrasts=c("contr.treatment", "contr.poly"))
m <- glm(wolf.cross ~ null.cross + feature, family = "binomial")
where:
wolf.cross = likelihood of wolves crossing a linear feature
null.cross = proportion of random paths that crossed a linear feature
feature = CATEGORY of linear feature with 5 levels:
2003 Dec 30
1
odd results from polr vs wilcoxon test
Dear R helpers,
I would like to ask why polr occasionally generates results that look very
odd.
I have been trying to compare the power of proportional odds logistic
regression with
the Wilcoxon test. I generated random samples, applied both tests and
extracted and
compared the p-values, thus:-
library(MASS)
c1=rep(NA,100); c2=c1
for (run in 1:100)
{
dat=c(rbinom(20,12,0.65),rbinom(20,12,0.35))
2007 Nov 26
1
Unweighted meta-analysis
Hello
I'm very much a beginner on meta-analysis, so apologies if this is a
trivial posting. I've been sent a set data from separate experimental
studies, Treatment and Control, but no measure of the variance of effect
sizes, numbers of replicates etc. Instead, for each study, all I have
is the mean value for the treatment and control (but not the SD). As
far as I can tell, this forces
1999 Jun 18
1
R INSTALL -l
The FAQ says in
[5.2 How can add-on packages be installed?]
to install a package to a private tree, use
[$ R INSTALL -l lib pkgdir_1 ... pkgdir_n]
where lib gives the path to the library tree to install to.
which, for me, returns
Package '-l' does not exist. Has there been a change?
Thank you
Ross
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~.
|Ross
2010 Nov 15
1
Aggregate on identical link attributes
Hello R community,
I need to do some aggregation based on the test data below. The below
code works ok, but when its applied to my real data which includes over
9,000 records the process runs for over an hour. I know there is a more
efficient way of doing this. I want to Sum the below data's volumes where
FNODE and TNODE match,
i.e. FNODE=1 and TNODE =20 -> Volume=100 ,
2003 Jan 20
2
Too many e-mails
Oh dear - I joined the R help mailing list last week,
in order to ask a specific question. I did not realise
that I would start to receive all e-mails to and from
the mailing list. Is there a way of letting me receive
only the answers to my own questions? If not, then can
you remove me from the mailing list?
Thanks,
Jonathan Williams
Jonathan Williams
OPTIMA
Radcliffe Infirmary
Woodstock Road
2004 May 27
2
Is it possible to read jpeg files into R?
Hi Helpers,
Does anyone know how to read jpeg, bmp or png files into R?
I have some photos of brain scans and I want to quantify
some aspects of their size. I might be able to do this
with the 'locator' function, if I could figure out how
to read the files in and make them into an image that
I can display on the R Windows device. I have experimented
with readBin, using a simple
2004 Mar 19
2
How to collect trees grown by rpart
Jonathan,
Try making a list instead of an array. See ?list. Also, did you look into
random forests? I'm not sure what you want to do, but there might be
methods there to do some of the work for you.
Sean
On 3/19/04 1:12 PM, "Jonathan Williams"
<jonathan.williams at pharmacology.oxford.ac.uk> wrote:
> I would like to collect the trees grown by rpart fits in an array,