Displaying 20 results from an estimated 3000 matches similar to: "0.24.0 opening excessive TCP connections"
2004 Sep 10
1
not always making hard links?
I'm using 2.6.3pre1 to transfer a rather large Debian archive
(126GB, more than 30 million files). It contains about 450 daily
snapshots, where unchanged files are hardlinked between the snapshots
(so many files have hunderds of links).
It's been running for some time now, and I found that while it's far
from done, it's already used 165GB on the receiving end. Investigation
shows
2014 May 02
1
how to count the network flow of samba in linux server
Hi,everyone
I have a storage server to provide samba service.
Now I want to count total network flow which through samba .
I tried ipac-ng which use iptables to count.But the port in the server is ranged when a client connect to it.
so I first need to get the port and then add iptables rule in real time when a new client connect the server.
if so,the iptables rules become much,and when a packet
2002 Oct 30
1
hundreds of thousands files
I am rsyncing several hunderds of thousands of files in several
directories. The way I got rsync to work for me was I wrote a script
which NFS mounts the directory I am rsyncing first before starting, and
then it goes through the directories and rsyncs them in bite sizeable
chunks by going a few directories deep and starting there..
Is there any way to have this as an option inside rsync
2017 Sep 14
2
Running COS 7.1708 on VirtualBox 5.1.28
Anyone else having issues getting the VB drivers to load on 1708?
I keep gettting an "Error: unable to find the sources of your current Linux kernel..." message.
I do have kernel-devel installed and I had no issues running 1611 on the same host.
Thanks
2016 Dec 12
2
Dovcot issues
I am seeing issues with
Thunderbird
IMAP and POP3
and
Entourage issues
of non-deleting / repeating e-mail.
Any one else gettting that?
--
Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca
God,Queen and country!Never Satan President Republic!Beware AntiChrist rising!
http://www.fullyfollow.me/rootnl2k Look at Psalms 14 and 53 on Atheism
Merry Christmas 2016
2016 Dec 13
2
Dovcot issues
On Mon, Dec 12, 2016 at 03:16:35PM -0600, Larry Rosenman wrote:
> On 2016-12-12 15:08, The Doctor wrote:
> > I am seeing issues with
> > Thunderbird
> >
> > IMAP and POP3
> >
> > and
> >
> > Entourage issues
> >
> > of non-deleting / repeating e-mail.
> >
> > Any one else gettting that?
> Not I. Which Dovecot
2010 May 16
2
update to 5.5 small issues
a couple hours after the update (and requisite reboot and reinstallation
of nvidia proprietary driver), I noticed I wasn't gettting any email.
upon a little investigation, I noted that the update had replaced my
custom sendmail.cf with its own. I don't recall updates to sendmail
doing that previously,....
also, around that time my panels stopped unhiding, so they remained in a
hidden
2016 Sep 09
2
Extracting files from OVA is bad
Hi,
recently we (oVirt) have started discussing whether the way virt-v2v
handles import from OVA files is good. And I would be interested in
ideas how it can be improved. It is likely somebody already gave some
thought to this problem.
TL;DR: Extracting the OVA before import is a problem for large VMs (in
sizes of TBs). Can we change something to prevent the extraction and
work directly over
2002 Oct 02
1
printers + windows XP
I have samba set up on slackware linux. I have a printer set up on the same machine. It shows up on the windows XP machine and even lets me install and everything. It keeps saying access denied though. I have tried all sorts of stuff to get it to work with the XP machine but I keep gettting the same error.
This is my smb.conf:
[global]
printing = bsd
printcap name = /etc/printcap
load printers
2009 Nov 16
2
violin - like plots for bivariate data
I'm attempting to produce something like a violin plot to display how y
changes with x for members of different groups (My specific case is how
floral area changes over time for several species of plants). I've looked at
panel.violin (in lattice), which makes nice violin plots, but is really set
up to work on a single variable - the area trace represents the frequency of
each value of x
2006 Feb 01
1
Sortable onUpdate problem
Hi,
I have two sortables with different options (but same tags. just
''li''). When I drag an item from sortable1 to sortable2 I want it to
gain the options that the sortable2 items have.
I''ve tried all day to understand how Draggables and their observers
are destroyed but I keep gettting buggy behavior. Part of the problem
is the draggable and the draggableObserver are
2006 Jan 30
3
webservice consumption over SSL
Hi, as long as nobody answered to my previous question, i''ll try to
write in another way.
I have:
webservice WSDL link (https://something?WSDL, that''s .net webservice)
pem file (certificate, needed to authentificate for gettting data)
i need :
to consume that webservice without describing API''s for each method (i
mean use WSL to construct needed structures or objects).
2017 Sep 14
1
Running COS 7.1708 on VirtualBox 5.1.28
> -----Original Message-----
> From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Nicolas
> Kovacs
> Sent: Thursday, September 14, 2017 3:34 PM
> To: centos at centos.org
> Subject: Re: [CentOS] Running COS 7.1708 on VirtualBox 5.1.28
>
> Le 14/09/2017 ? 21:32, Ken Gramm a ?crit?:
> > Anyone else having issues getting the VB drivers to load on 1708?
>
2011 Mar 24
1
Colour makes my life; but not my bwplot (panel.violin)
Using Trellis, am successfully setting up a number of panels (25) in which I
have two box and violin plots.
I would like to colour - one plot as RED and the other as BLUE (in each
panel). I can do that with the box plots, but the violin density areas just
take on one colour.
My basic call is as follows:
bwplot(rmsd ~ file | code,
data=spread_data.filtered,
panel = function(...,
2008 Jan 16
1
modulepath not working with environments
I''m testing the new environments feature in 0.24.1.
http://reductivelabs.com/trac/puppet/wiki/UsingMultipleEnvironments
But I am having a problem getting it to recognise the modulepath setting
within the environment.
I''m wondering if this is a bug or if I am doing something wrong
For this example, the environments are called "prod" and "test".
On the
2010 Dec 23
1
Vioplot / list help
Hi,
I have some data (lots of year,distance pairs), which I can
straightforwardly boxplot:
dists <- read.table("movedists.dat")
with(dists,plot(as.factor(V1),V2))
If I want to plot these data as violin plots using vioplot, this
approach doesn't work:
> with(dists,vioplot(as.factor(V1),V2))
Error in Summary.factor(c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, :
min not
2009 Apr 27
1
Changing color of points in violin plot
Hello,
I am trying to graph a violin plot like the example in
panel.violin(lattice) with the singer data - see below
Does anyone know how to change the color of the boxplot on the graph
from blue to green? I tried a number of changes, but to no avail.
Thanks for your help,
John
bwplot(voice.part ~ height, singer,
panel = function(..., box.ratio) {
2011 May 06
1
Weighted box or violin plots in Lattice?
Is it possible to create weighted boxplots or violin plots in lattice?
It seems that you can specify weights for panel.histogram() and
panel.densityplot(), but not for panel.bwplot or panel.violin().
Please let me know if I've missed something in the package documentation.
Thanks!
--
Raphael D. Mazor
Freshwater Biologist
Southern California Coastal Water Research Project
3535 Harbor Blv
2005 May 12
4
excessive TCP retransmissions with samba 3.0, slow file opening
Hello all!
I've got a Fedora Core 3 box running Samba 3.0.8.
It serves a variety of roles, including mail server and samba server.
The mail server is quite fast, but the smb server generates lots and lots of TCP retransmissions (as seen in ethereal). The general consensus is that this is new in the last few weeks. One user has been reporting speed problems for some time, but no metrics were
2005 Oct 26
2
horizontal violin plots?
I am trying to make horizontal violin plots. I have tried both vioplot
and simple.violinplot, but both of them seem to not be willing to take
the horizontal option. Is this correct, or am I just bungling it
somehow?
For instance, for vioplot (from the example shown, with the horizontal
modification):
> vioplot(bimodal,uniform,normal, horizontal=TRUE)
Error in median(data) : need numeric data