Displaying 20 results from an estimated 7000 matches similar to: "Clients are filling up all my slots....."
2004 Aug 06
2
Clients are filling up all my slots.....
> From owner-icecast@xiph.org Wed May 5 16:50:59 2004
> Are you complaining that your station is too popular, or that ghost
> clients aren't being disconnected for some reason, but no one is
> actually listening?
Sure, there are clients actually listeing too, but I do not
beleive that some are listening for hundreds of hours :)
What I would like is a 6 to 12 hours max connection
2004 Aug 06
1
Clients are filling up all my slots.....
On Wed, 2004-05-05 at 16:19, Jack Moffitt wrote:
> > Sure, there are clients actually listeing too, but I do not
> > beleive that some are listening for hundreds of hours :)
> > What I would like is a 6 to 12 hours max connection time
> > pr. client. After that, they have to reconnect....
>
> Why don't we start by trying to track down the bug which is the root of
2004 Aug 06
0
Clients are filling up all my slots.....
> Sure, there are clients actually listeing too, but I do not
> beleive that some are listening for hundreds of hours :)
> What I would like is a 6 to 12 hours max connection time
> pr. client. After that, they have to reconnect....
Why don't we start by trying to track down the bug which is the root of
the problem? :)
I don't really see how this is possible though. The
2011 Jan 21
0
HHT-methodology
Hello R-experts,
I wonder whether any of the R-packages cover the Hilbert-Huang Transform
methodology (HHT)?
Regards,
Torbjorn
--
Torbj?rn Lorentzen | torbjorn.lorentzen at bjerknes.uib.no
|torbjorn.lorentzen at uni.no | http://www.bjerknes.uib.no/
Phone: +47 55 58 25 05 | Cellphone: +47 906 972 36 | Bjerknes Centre for
Climate Research | Geophysical Institute |
University of Bergen |
2017 Dec 08
0
glusterdump filling up /var on fuse clients
All my 3.8 fuse clients have big dumpfiles that eventually fill up /var.
-bash-4.1$ ls -lh /var/run/gl*
total 1.5G
-rw------- 1 root root 308K Dec 8 03:34 glusterdump.31050.dump.1512722042
-rw------- 1 root root 315K Dec 8 03:34 glusterdump.31124.dump.1512722042
-rw------- 1 root root 1.5G Dec 8 03:36 glusterdump.9314.dump.1512722042
I believe this may be part of the rotatelog config.
2003 Mar 12
1
Filling graphic objects
I have used polygon() to mark the confidence limits of a survival curve.
In another project, I have used the col parameter to fill my boxplots.
The poly() description refers to filling but actually produces
hatching (i.e. lines ).
boxplot() does truly fill the boxes with a colour or shades of grey
(e.g. col="red").
My novices perception of R graphics is:
If you can hatch it, you
2013 Feb 24
3
filling an array
Hi All
I'm just wondering if there is a quick way of filling a way with the
following.
I want to declare array I with a specific length and then alternatively
fill it with 10 zeros and 10 specified values:
v<- 14
I <- c(0,length(t))
But in stead of just filling I with 0 I want 10 zeros and then 10 fourteens
(i.e. the value in v)
Hope that makes sense.
Regards
Jannetta
--
2011 Nov 01
1
CentOS5: libvirtd filling up /var/lib/libvirt/qemu/save
How can I disable libvirtd from attempting to suspend VMs on poweroff /
reboot? It is slowly filling up our /var/ filesystem with save points at
/var/lib/libvirt/qemu/save/<vm name>.save, even though I'm not initiating
any suspend or restore functionality.
I checked /etc/libvirt/libvirtd.conf and /etc/libvirt/qemu.conf but could
not find anything.
This is CentOS 5 with libvirt
2012 Jan 19
1
Filling color's points in legend's plot in R
Hi! I'm new with R and I'm trying to do some plots but I have a problem with
the legend of this graphic because I want to fill the color's points in the
legend and I don't find any form to do it.I will really appreciate your
help. This is the code for legend's plot:
>legend(10,90,legend=c("TR=100 a?os","TR=50 a?os","TR=25 a?os","TR=10
2010 Jan 12
1
coerce vector into array - change filling sequence
Dear all,
When I coerce a vector into a multi dimensional array, I would like R to start filling the array along the last dimension, then the 2nd last etc.
Let's jump straight into an example.
x <- 1 : 24
y <- array(dim=c(2,2,6))
I would like to have:
y[1,1,1] = 1
y[1,1,2] = 2
...
y[1,1,6] = 6
y[1,2,1] = 7
y[1,2,2] = 8
...
y[2,1,1] = 13
...
y[2,2,1] = 19
if I do y<- array(x,
2012 May 03
1
mysql-bin files - filling up the space.
Dear All Greetings,
i am seeking help from guys with mysql knowledge. i can see lot of these
files in mysql directory. And they are eventually filling up the space on
the server. what these files are? some exists with very old time stamps.
such as February 2012. can these be deleted?
This Number Starts From -----------------------mysql-bin.000001
-rw-rw---- 1 mysql mysql 159M Apr 25 12:24
2009 Jan 21
3
filling blanks with NA
Hi,
I do have a data set with some missing values that appear as blanks. I want
to fill these blanks with an NA. How can this be done? Thanks for your help
--
View this message in context: http://www.nabble.com/filling-blanks-with-NA-tp21584278p21584278.html
Sent from the R help mailing list archive at Nabble.com.
2009 Aug 24
1
Filling matrix secondary diagonal
Hi,
how do i fill the secondary diagonals of a matrix?
Is there an funktion like the "diag" funktion in matlab, where i can specify
the diagonal i?d like to fill?
--
View this message in context: http://www.nabble.com/Filling-matrix-secondary-diagonal-tp25121745p25121745.html
Sent from the R help mailing list archive at Nabble.com.
2010 Feb 04
2
Filling a logical matrices with values
Hello !!
I have this problem:
A matrix on True/False
and as many numerical vectors as columns,
but of different length. What I 'd like to get is this:
set.seed(12)
> dat <- as.data.frame(matrix(as.logical(sample(T:F, 30, T)),5,6))
> colnames(dat) <- letters[1:6]
> rownames(dat) <- paste(letters[1:5],1:5, sep="")
> dat
a b c d e f
a1
2010 Mar 10
1
ggplot2: Changing colour scheme for bar plot filling?
Hello,
I'd like to sitch to a monochrome/bw color-palette for the filling of
geom_bar-bars (produced via "qplot" as in the example below). Hours of
googling didn't yield anything useful, so I thought, I'd just ask ...
Thanks, Joh
library(ggplot2)
qplot(factor(cyl), data=mtcars, geom="bar", fill=factor(cyl))
2012 Jun 27
1
Filling In Grid based on 0 and 1
Hi,
I'm wondering if I can do this in R. I have a data set with questions
(x-value) and respondents (y-value). If the respondent answered the
question they get a 1 and if the respondent didn't answer the question they
have a 0. Is there anyway where I can graph something similar to a grid
where if a person answered a questions (value of 1) a cell gets shaded and
if a person didn't
2012 Nov 06
1
Filling dataframe incorrectly in for loop
Hi everyone,
I am writing a simple script to read in a data file, search through the data
file for an exact character match for a microRNA name, subset those rows,
and aggregrate a dataframe with those subselections all in a for loop. This
is what I have so far:
#READ IN DATA
file1 = "C:/Desktop/mirtarget2_predictions.txt"
data = read.table(file1, header=FALSE, sep="\t")
2006 Jun 29
1
initializing table and filling it out
Hi everyone,
I'm writting a script that will open multiple files in a single folder and then will do some calculations to finally save everything in a big table.
So here is the pseudo code
#read all files in the given directory
myfiles <-list.files("c:\\myDir")
#initialize table
???
#loop through files
for(f in myfiles[-1]) {
netMat <-
2012 Nov 22
2
Bug#694012: xen-hypervisor-4.1-amd64: powernow-k8: transition frequency failed [filling the syslog]
Package: xen-hypervisor-4.1-amd64
Version: 4.1.3-3
Severity: normal
Forwarded: http://bugzilla.xen.org/bugzilla/show_bug.cgi?id=1789
Dear Debian Xen Team,
after an upgrade from Squeeze to Wheezy I see about ten of these per
second filling my system log (about 8 MB/h):
Nov 23 00:15:37 acromantula kernel: [ 462.544193] powernow-k8: fid trans failed, fid 0x2, curr 0x0
Nov 23 00:15:37 acromantula
2011 Oct 08
1
Filling missing days in xts time series
Hi,
I have a bunch of irregularly spaced xts time series (with a POSIX index),
and I'm trying to write a function that fillls the missing days. Using a
solution suggested by Gabor Grothendieck for zoo, I wrote the following:
# FD: Fill missing days
FD<-function(ser) {rng<-range(time(ser))
> temp<-merge(ser,xts(,seq(rng[1],rng[2],"day")))
>