Displaying 20 results from an estimated 303 matches for "necks".
Did you mean:
neck
2010 May 05
5
[Pv-ops][PATCH 0/4 v4] Netback multiple threads support
This is netback multithread support patchset version 4.
Main Changes from v3:
1. Patchset is against xen/next tree.
2. Merge group and idx into netif->mapping.
3. Use vmalloc to allocate netbk structures.
Main Changes from v2:
1. Merge "group" and "idx" into "netif->mapping", therefore
page_ext is not used now.
2. Put netbk_add_netif() and netbk_remove_netif()
2001 Jul 10
1
To ext3 or not to ext3?
I'm in the process of building a home file server and am of course going
to use Linux 2.4 (2.4.6 for now...). I'm waffling between resierfs and
ext3. I've read the ext3 page and some of the mailing list archives but
have a few questions remaining. (I apologize in advance if they are
redundant.)
Are there any known issues with:
- LVM
- LVM snapshots (more on that in a sec)
-
2010 Jul 30
5
When should LVM be used?
In my old computer I have a much bigger hard drive then in this one --
and I plan to hand that old computer down to one of my sons -- keeping
his current drive from an even older computer. Currently the hard
drive on my old computer has SuSE Linux, but that will go. I'll
rebuild CentOS 5.5 on it, but I want to leave some free space for
whatever comes up and also dual-boot Vector Linux. Which,
2013 Dec 04
8
Asterisk on Windows
Digium is 100% lost in the map. If they would come up with a Paid
version of Asterisk, one that would use the .NET framework in Windows,
something simple to install, they could go public on the product.
Linux has a very steep learning curve. A Windows application that
would do exactly the same would be a home run. Note: I am a Linux
expert user, but it took me years to get here. And still, moving
2020 Jun 15
3
Hiding SSH Host Banner Doesnt work
Im trying to hide the ability to show my host details from OpenSSH on
GNU/Linux Debian using this method:
Add the following line to /etc/ssh/sshd_config
DebianBanner no
And restart your SSH daemon: /etc/init.d/ssh restart or service ssh restart
This doent change anything.
Another question why user cant hide SSH info as well? why it needs to be
publicly visible? (I read that only recompiling
2007 Sep 17
3
Has anyone done a Webmin module for Xen?
I''m looking at the domain creation pains in the neck managing active or
shutdown domains, and the difficulty of monitoring Xen in a
non-commercially installed setup without having to log into the Xen server.
It strikes me that Webmin has already done a huge amount of the
necessary user management, resource management, and user interface work
for just this sort of application. Is
2008 Dec 02
18
How to dig deeper
In order to get more information on IO performance problems I created the script below:
#!/usr/sbin/dtrace -s
#pragma D option flowindent
syscall::*write*:entry
/pid == $1 && guard++ == 0/
{
self -> ts = timestamp;
self->traceme = 1;
printf("fd: %d", arg0);
}
fbt:::
/self->traceme/
{
/* elapsd =timestamp - self -> ts;
printf("
2017 Nov 02
4
samba 4.x slow ...
Hi,
we are running samba 4.4 on two machines as file servers.
Both are running a GFS (stornext). The storage is attached using 8G HBA.
You can get up to 800MB/s local speed. We are exporting the shares using
2x1GB
and 2x10G. However the clients are only getting 40-50MB/s. With samba3 I
think we had up to 80-90MB/s.
Using a 100MB/s link for the client we see 12-13MB/s (wire speed).
Using
2009 Jul 31
1
[LLVMdev] LLVM Logo
On 2009-07-31 11:17, Andreas Neustifter wrote:
> Hi,
>
> Albert Graef wrote:
> > Andreas Neustifter wrote:
> >> Well it does look not too good the text is getting to small in this
> >> case, what do you think of this 128x128 version?
> > Hmm, that one has its left wing cut off, that wreaks havoc on the
> symmetry.
>
> > The 136x136 version at
2012 Feb 06
2
make distcheck
Ralf,
It looks like fixing 'make distcheck' is going to be a huge pain in the
neck. Is it not possible to make Jenkins do 'make check' instead of
'make distcheck'?
Erik
--
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
2003 Dec 25
2
Fast logistic regression
Is there any faster implementation of logistic regression
than glm function in base package in R?
I am working on simulation study and discovered glm fitting part is the
bottle neck of my program.
-Masahiko
2011 Jun 09
2
Re: Kareo please help
I tried to get some help from support but they acted like I was an idiot for even trying. I know there is a way but I'm not sure how. I'll keep checking back in the forums in case someone passes through this neck of the woods.
2005 May 04
2
[OT] Shaping and squid question
List
Out of interest, I use transparent squid proxies for caching websites,
and I shape the clients that browse the net, this all works perfectly
so no questions in this regard...
CLIENT <--- eth0 ----> SQUID <----- ppp0 -----> NET
What I just realised was that all egress traffic on eth0 gets shaped,
squid gets data from ppp0 and hence is not shaped. Does this mean that
squid
2013 Jul 15
0
[LLVMdev] [Proposal] Parallelize post-IPO stage.
On Jul 12, 2013, at 3:49 PM, Shuxin Yang <shuxin.llvm at gmail.com> wrote:
> 3.2 Compile partitions independently
> --------------------------------------
>
> There are two camps: one camp advocate compiling partitions via multi-process,
> the other one favor multi-thread.
>
> Inside Apple compiler teams, I'm the only one belong to the 1st comp. I think
>
2008 Jun 10
7
[Trivia question] What engine is it on DTrace T-shirt ?
Hi,
This is not a DTrace technical question (so, please don''t flame me for
it) :)
This is regarding the DTrace (un)conference TShirt.
I am curious to know what engine is it. Could not figure it out.
Thanks and regards,
Sanjeev.
--
Solaris Revenue Products Engineering,
India Engineering Center,
Sun Microsystems India Pvt Ltd.
Tel: x27521 +91 80 669 27521
2003 Nov 25
3
Persistent state of R
Hi
I am using R as a back-end to some CGI scripts, written in Perl. My platform is Suse Linux 8.2, Apache 1.3.7. So the CGI script takes some form parameters, opens a pipe to an R process, loads up some Bioconductor libraries, executes some R commands and takes the ouput and creates a web page. It is all very neat and works well.
I am trying to make my cgi scripts quicker and it turns out
2013 Jul 16
2
[LLVMdev] [Proposal] Parallelize post-IPO stage.
A third approach is to decouple the backend compilation and
parallelism strategy from the partitioning. The partitioning can
spits out partition BC files and some action records in some standard
format. All of this can be fed into some driver tools that converts
the compilation action file into make/build file of the underlying
build system of your choice:
1) it can simply a compiler driver that
2009 Nov 04
2
Conditional read-in of data
Hello All,
I have a 40k rows long data set that is taking a lot of time to be read-in.
Is there a way to skip reading even/odd numbered rows or read-in only rows
that are multiples of, say, 10? This way I get the general trend of the data
w/o actually reading the entire thing. The option 'skip' in read.table
simply skips the first n rows and reads the rest. I do understand that once
the
2014 Mar 22
4
suggestions for a "fast" fileserver - 1G / 10G
...ing the same servers/storages with ftp, ssh, rsync, nfs we are on the
max. of GBit or with the 10Gbit Storage/server on the max of the storage
we currently own. (about 400MB/s)
E.g. from my Mac Pro I get smb r/w +- 40MB/s, with ftp I get 90MB/s on a
1Gbit Server.
So I try to eliminate some bottle necks. But where are they?
I know there are some protocol overheads etc. comparing smb and e.g. ftp.
So what kind of setup serverside may get better performance? What kind
of Hardware are you using?
Faster NICs (usually I have INTEL ones) faster cpu? Different generation?
Any feedback and suggestion...
2005 May 10
1
Client has fallen too far behind
Michael Smith schrieb:
>On 5/10/05, Anatol <icecast@recordcaster.de> wrote:
>
>
>>[...]
>>
>>
>This usually means the client can't receive fast enough - possible
>because their connection is too slow. It's normal to get it
>occastionally with some songs.
>
>If it's dropping clients that are fast enough, maybe there's something