Displaying 20 results from an estimated 700 matches similar to: "Bad NICs (was Collision Lights go Crazy)"
1999 Jun 08
4
Early warning wrt Win2K
It looks like Microsoft buggered up Win2000 so that explorer hangs while
trying to view a directory on a Samba server. I can't experiment any more
since I removed Win2K beta 3, but I thought I'd give the list a warning.
--
Ben Kosse <bkosse@thecreek.com>
PC Technician -- Coldwater Creek, Inc.
(208) 265-7114
2009 Apr 30
1
Overlaying graphs from different datasets with ggplot
Dear R-users,
I recently began using the ggplot2 package and I am still in the process of
getting used to it.
My goal would be to plot on the same grid a number of curves derived from
two distinct datasets. The first dataset (called molten.data) looks like
this :
Column names : Perc, Week, Weight
P10 21 333.3554
P90 21 486.0480
P10 22 452.6347
P90 22 563.8263
P10 23 575.0960
P90
2002 Jul 01
1
functions of dataframes
Hello experts
I have a thing which I can't vectorize. Can any gurus out there help?
This is my truncated dataset; it is a dataframe of five possums and
which tree they slept in on three days.
R> dataset
p14 p88 p82 p90 p98
1 6 7 5 1 3
2 8 9 10 1 11
3 8 7 12 13 14
I can manipulate it with simple functions fine:
R> f
function(n){n+1000}
R> f(dataset)
1998 Nov 10
2
What I would like to do: can it be done?
I have a RHL box running Samba 1.19.8p10 (or whatever the latest one is). I
would like to share the /home/httpd directory read-only to everyone on the
network and read/write to a few specific people. I cannot get the passwords
for these people, and I want this to be as transparent as possible (read: as
"invisible" as possible). I don't want to have to add every user to the
group, but
1999 May 11
3
Samba's movin' SLOW! (fwd)
Can anyone shed some light on this subject? I don't have a clue where to
begin looking. It's RHL 6.0, Samba 2.0.3, stock kernel.
Kevin
---
|\ _,,,---,,_
ZZZzz /,`.-'`' -. ;-;;,_
|,4- ) )-,_. ,\ ( `'-' Kevin Alan Pieckiel
'---''(_/--' `-'_) kapieckiel@harding.edu
(This message was written with
2009 Sep 14
1
ggplot2 graphing multiple lines of data
Some day I may figure out how ggplot2 works.
I am trying to plot 5 columns of data on a graph (similar to a simple matplot)
===========================================================================
library(ggplot2)
bmi <- structure(list(pct = 2:21, P10 = c(14.6, 14.5, 14.2, 13.9, 13.7,
13.7, 13.9, 14.2, 14.5, 14.8, 15.3, 15.9, 16.6, 17.2, 17.8, 18.1,
18.3, 18.4, 18.5, 18.6), P25 =
2008 Jul 03
1
Migrating from S-Plus to R - Exporting Tables
Does something like this get you close:
x <- list()
keys <- LETTERS[1:6]
# create
for (i in keys){
x[[i]] <- data.frame(a=1:5, b=1:5, c=1:5)
}
# output
output <- file('tempxx.txt', 'w')
for (i in keys){
write.table(i, row.names=FALSE, col.names=FALSE, file=output, quote=FALSE)
write.table(x[[i]], file=output, quote=FALSE)
}
close(output)
On Wed, Jul 2,
1999 May 11
2
Unsubsribe
Best Regards,
Mike Garver
_________________________
Marketing Associate
Deerfield.com
http://www.deerfield.com/
sales@deerfield.com
----------------------------------------------------------------------
Please download and try our other exciting software products:
----------------------------------------------------------------------
WinGate - http://www.wingate.com/
FTP Voyager -
2006 Jan 03
1
Summary functions to dataframe
I have written a few different summary functions. I want to calculate
the statistics by groups and I am having trouble getting the output as a
dataframe. I have attached one example with a small dataset that
calculates summary stats and percentiles, I have others that calculate
upper confidence limits etc. I would like the output to be converted to
a dataframe with one of the columns as the
2009 Mar 10
2
How to color certain area under curve
For a given random variable rv, for instance, rv = rnorm(1000),
I plot its density curve and calculate some quantiles:
plot(density(rv))
P10P50P90 = = quantile(rv,probs = c(10,50,90)/100)
I would like to color the area between P10 and P90 and under the curve
and mark the P50 on the curve.
> rv = rnorm(1000)
> plot(density(rv))
> P10P50P90 = = quantile(rv,probs = c(10,50,90)/100)
Could
1998 Oct 16
0
Help URGENT : Password for IPC$ and public shares - Working solution
Thanks, I recompiled following your instructions and it is now working.
Thanks very much
I forward to samba ML, so it could be a clue for people having same
problem !!!!
On Fri, 16 Oct 1998, Barlow, Graham K wrote:
> Add the option below to your FLAGS1= line in the compile options and
> 'make clean;make' .
>
> -DGUEST_SESSSETUP=2
>
> This allows people without a
2003 May 12
1
cli_pipe: return critical error. Error was Call returned zero byte (EOF), hilfe!
Hi Kurt,
I tried to explain my problem to you at Göttingen
but it looks like I'm the only one who gets this
error.
I've just reinstalled my box with SuSE 8.2, kernel
2.4.20-62, samba 2.2.8a, and cups 1.1.18, moved all
config files, databases, scripts and jobs to it and
it looks like samba has become even better and faster.
No one noticed anything wrong except I just can't come
to
2007 Apr 11
1
Programming Problem (for loop, random # control, 3 dimentional graph)
Dear List,
This is just a programming problem which i cannot seem
to figure out. I am trying to get a set of power from
a test (say, kolmogorov smirnov) out of a distribution
(say, G-K distribution) as follows. I am trying to
reduce to pain of writing the whole set of data points
(p# below) using "for" loop. However, I seem to have
some problem in it as the output "M" does not
1998 Sep 08
2
Slow VC++ builds from Linux fileserver
We're using Samba 1.9.18p10 on a Linux 2.0.35 box as a fileserver chiefly
for software development under VC++. Builds are done from the command line,
not the IDE.
I'm seeing rather slow build performance under NT4SP3. Build performance is
fine under Win95. Build performance is also good when building from Samba
1.9.18p8 running on a Sun UltraSparc.
To give some concrete figures, building
2003 May 13
1
cli_pipe: return critical error. Error was Call returnedzero byte (EOF), hilfe!
Hi Kurt,
I've read the new document. It's a very fine piece of
technical documentation. However, it doesn't help me
in the present predicament. Going now by this book
I'm only getting more frustrated. I'm stuck!
For example adding driver with rcpclient invariably
ends in "Segmentation fault" (Signal 11) immediately
after pop_sec_ctx, whose push counterpart was
1999 Dec 01
0
problem installing R 0.90
hello all,
when running ./configure in my [new] R-0.90 directory, the process stop
at the following step :
(...)
checking whether g77 and gcc agree on int and double...
can anybody tell me what's the problem (I believe it is due to g77 but
what can I do?)
thanks,
Mathieu
I'm using Redhat 6.0 on a Intel P90
--
----------------------------------------------------------------------
2007 Jan 31
2
syslinux-2.11 boot, syslinux-3.20 fail
We used syslinux package on IPCop with success to install from floppy, from
cdrom, from usb key and pxe.
I upgrade the distribution nine month ago from 2.11 to more recent versions
(3.11, later 3.20).
We add one consistent report of a laptop machine that boot with 2.11 but
fail with 3.11 and 3.20
Symptom is that the machine don't display anything after loading the kernel
and initrd.
with
2003 Dec 16
0
Re: Profile privelege problem **Solved**
> ...
> I used the latest and greatest SuSE 9.0 Professional...
> I then installed all the latest patches via YaST. That
> gives me a kernel of 2.4.21 (-144 in SuSE speak) and
> Samba 2.2.8a
>
> I had the configuration backed up on another box, so I
> used that as the base for Samba 2.2.8a. I have tried
> chmod, chown of various directories, making profile
>
2012 Jul 09
0
Problem in plm package
Hello everyone,
I am working with plm package and I have problem with random and within
models, which are giving errors which says "empty model". However, the model
is not empty. In the source code for plm.fit, where the error originates it
says something like (writing from the top of my head...)
X <- model.matrix(formula,data, lhs=1,...)
if (ncol(X) == 0) stop("empty
1999 Jan 19
0
performance problems with applications
Hi,
I'm using SAMBA 2.0.0 an a Linux Box 2.0.36 P133/128MB 100MBit Ethernet
in an NT Domain with an NT PDC and NT Workstation Clients (SP4) 10 MBit
Ethernet. I run samba in the "domain" mode.
Coping files is very fast (a lot of small ones or big ones), but if a
want to start an Application (written with PowerBuilder 6.0) it takes a
long time (18 sec). The Application EXE file is