similar to: {long} smbd maxes CPU when returning user details and loops...

Displaying 20 results from an estimated 300 matches similar to: "{long} smbd maxes CPU when returning user details and loops..."

2009 Apr 22
0
[LLVMdev] a very strange question about adding new instrinsic.
Hi: I want add new Instrinsic for my target. So I first do some test. I add them in IntrinsicsPowerPC.td //===--------------------===// let TargetPrefix = "ppc" in { def int_ppc_mytest : Intrinsic<[llvm_void_ty], [], [IntrWriteMem]>; } //===--------------------===// I add them in PPCInstrInfo.td //===--------------------===// def MYTEST : XForm_24_sync<31, 599, (outs), (ins),
2007 Dec 04
1
HELP! Group info problem
I just tried an install from my local repo (boot from CD 1, use http method), and it failed right after entering the root password setting with: Unable to read group information from repositories. This is a problem with the generation of your install tree. Reboot So now what? Is there something I can just extract from the isos? (remember I did that rsync). Is this caused by running
2004 Dec 26
2
Asterisk behind IX66
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: Steve Beaumont.vcf Type: application/octet-stream Size: 215 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20041226/1c213f8a/SteveBeaumont.obj
2013 Feb 27
1
best ordination method for binary variables
Dear all, I'm analyzing a dataset (A) of 400 cases with 11 binary variables. Unfortunately, several (actually a lot) of cases are identical. NA are also present. I want to to plot distances between cases. For this, I obtained a distance matrix by dist(A, method="binary"). I then analyzed the obtained distance via Principal coordinate analysis with cmdscale(). Results are fine.
2004 Aug 06
2
Icecast2 Ogg Clients
> They should. A large number of them are horribly broken (I don't know about > audion, but in the case of both xmms and winamp, the plugin API is designed > such that the _plugin_ has to do the HTTP streaming itself - and the plugin > has to decide whether to handle the play request _before_ it actually starts > the request. I believe this was fixed in winamp3, but winamp3
2004 Aug 06
0
Icecast2 Ogg Clients
At 05:50 PM 12/8/2003 -0700, you wrote: >It's even more broken than this. > >In both XMMS and Winamp, the mp3 plugin will grab EVERYTHING except urls >that end in '.ogg'. You can easily grep and find this code in the XMMS >plugin if you're curious. So anything that doens't end in .ogg won't >even be looked at, itwill be shipped off to the mp3 plugin
2009 Mar 21
5
Plot and Boxplot in the same graph
Hii, Is it possible, to use the plot() funktion and the boxplot() funktion together ? I will plot a simple graph and additionally to the graph on certain places boxplots. I have imagined to plot the graph a little bit transparency and show in the same graph on certain places boxplots.... Is it possible to do it in this way ? greetings, johnh -- View this message in context:
2004 Feb 18
0
cvs commit: ports/devel/tmake Makefile distinfo
On Tue, Feb 17, 2004 at 02:20:46PM +0100, Michael Nottebrock wrote: [distfile rerolls] > I didn't know that I was supposed to perform a security audit and I did not do > so. So if anyone happens to have the old distfile still around, please send > it my way, cause I don't. I suggest next time instead of marking a port as > BROKEN= Checksum mismatch, mark it as BROKEN= Needs
2007 Jun 07
1
Undefined method `register'' for REXML::Encoding:Module
Has anyone seen the below error before? It appears to only occur when Puppet runs automatically (i.e. a "puppetd --test" doesn''t cause it). I have recently installed new Ruby rpms on the server and I''m guessing that I may have left out something when I built the RPMS (based on FC7 SRPM). > -----Original Message----- > From: report@melrhweb1.nmh-au
2009 Mar 13
4
Save the elements of an atomic vector to a text fil
Hii, I will save the elements of the vector median<-with(x, tapply(V3, grup, median)). The output of this vector is: 25 50 75 100 125 150 175 200 225 250 275 300 325 350 375 400 425 450 475 500 17.8 17.8 17.5 17.8 17.7 17.6 17.7 17.6 17.8 17.7 17.6 17.7 17.8 17.7 17.8 17.8 17.8 17.8 17.7 17.7 Can anybody help me how to do it. I will save it to a text file...
2006 Sep 21
0
TimeZone in ls -lna listings
Hi, I have a strange situation where when I get different timestamps depending on if a use ls -l or ls -ln: --------------- sftp> ls -l -rw-rw-rw- 1 0 0 39649 Sep 20 11:30 C20060920.1115-20060920.1130 sftp> ls -ln -rw------- 0 0 0 39649 Sep 20 13:30 C20060920.1115-20060920.1130 -------------- The machine is in timezone UTC+2. According to the
2003 Sep 03
1
Recent FSF Compromise and rsync ... pgp keys?
Hi, folks. I've been quite concerned about Open Source and the recent FSF compromise. I realize that FSF does not seem to have rsync, but prudence would dictate that I check other sources as well. Could someone please e-mail the public key for rsync to the list or to me directly? rsync-2.5.6.tar.gz rsync-2.5.6.tar.gz.sig I seem to be having a spot of trouble getting to any public
2009 Jan 11
2
connecting boxplots
Hii, I created some boxplots with this commands: x <-read.table(file="test.txt") x$group <- rep(1:8, each=5) boxplot(V3~gruppe, data=x) Now, I will connect the boxplots to each other to the min, max and median values. Can anybody help me how to do it ? greetings, J -- View this message in context: http://www.nabble.com/connecting-boxplots-tp21405459p21405459.html Sent from
2009 Mar 13
1
print median and sd...
Hii, Can anybody help me, I don't know how to print the "median". Below is my code snipplet... x <-read.table(file="D:/Uni/Diplom/Diplom/Grafiken/R/BATMAN/Kabel/Batman1hop/Standardabweichung__output_30_1_Kabel(30m)_b.txt") png(filename = "D:/Grafiken/R/Standardabweichung/Kopie.png", width = 640, height = 480,pointsize = 12, bg = "white", res =
2004 Sep 30
3
Retrieving objects from functions...
I've written a program that involves a loop that creates a matrix. I'd like to be able to manipulate that matrix on my R desktop, but after I run the function, that matrix does not appear when I type ls(). How can I make that matrix become an object that I can manipulate? Thanks!
2003 Oct 03
0
Re: LARTC digest, Vol 1 #1392 - 4 msgs
Здравствуйте lartc-request, Friday, October 03, 2003, 8:44:37 AM, you wrote: lrmdn> Send LARTC mailing list submissions to lrmdn> lartc@mailman.ds9a.nl lrmdn> To subscribe or unsubscribe via the World Wide Web, visit lrmdn> http://mailman.ds9a.nl/mailman/listinfo/lartc lrmdn> or, via email, send a message with subject or body ''help'' to lrmdn>
2003 May 28
2
the most serius problems [part 1]
hi, I try to collect out most serious problem with dovecot. so I write a series of mails:-) the first on is the load. has anybody else use dovecot in a real enviromnt with at least hundreds of users and at least 50 concurrent user at the same time? it seems to me no one else just me. the weekend I move the whole mail system to a quad P4 with 1Gb ram and this server do nothing just imap.
2011 Aug 27
2
Am having trouble calling a function
In my main R program, I have source("retaanalysis/Functions/doAirport.R") .... stuff to read data and calculate ads sapply(ads, function(x) {doAirport(x, base)} ) And doAirport has # analyze the flights for a given airport doAirport = function(df, base) { # Get rid of unused runway factor levels (from other airports) df$lrw <- drop.levels(df$lrw) # In gdata package #
2007 May 01
4
Sftp slow on both our centos installs
The short version. Copying over SFTP to our centos boxes maxes out at 2MB a sec. The Question: Is there some sort of speed limitation somewhere in the ssh/sftp daemon? Does anyone have any idea why this could be happening? The long version We have centos 4.6 installed on 2 different machines, different hardware, different nics. Even on 2 different subnets. I've tried different switches,
2008 Jun 09
0
Regd: Linux Boot-Up Front-end show details and hide details configuration files
Dear All, During CentOS Boot-Up user can See all of the standard messages within this front-end by clicking on the 'show details' link. and hide the standard messages within this front-end by clicking on the 'hide details' link. I need to implement my own software like this, so i need yours help I tried to google-out and i can't find out the show details and