Displaying 20 results from an estimated 3000 matches similar to: "kbcached tuning on CentOS 4.4"
2006 Sep 08
3
kbcached tuning on CentOS 4
Hello,
I've been searching to no end at how to tune at what interval (or size)
kbcached will be flushed.
I had been chasing a potential memory leak until "sar -r", had revealed
that all the "mysteriously used" memory was actually being taken up by
the kernel data cache. It is chewing up all unused memory on the system
slowly over time, which is a concern. Various
2020 Sep 20
2
Call for testing: OpenSSH 8.4
On Sun, Sep 20, 2020 at 03:13:28PM -0400, Randall S. Becker wrote:
> On September 20, 2020 2:02 AM, Damien Miller wrote:
> > OpenSSH 8.4p1 is almost ready for release, so we would appreciate testing
> > on as many platforms and systems as possible. This is a bugfix release.
>
> I will be testing this shortly on HPE NonStop platforms.
>
> Side question: We now have
2016 Feb 08
3
[Bug] Regression problem in transfer.sh for OpenSSH 7.1 P2 on HPE NSE above dd-size 32k
G'Day,
I am requesting help in resolving an issue on the HPE NonStop platform in
OpenSSH 7.1 P2 in the regression suite for all dd-size above 32k. Previous
tests are all passing, but in the for-loop inside regress/transfer.sh, when
s is 64k, the command:
dd if=$DATA obs=${s} 2> /dev/null | \
${SSH} -q -$p -F $OBJ/ssh_proxy somehost "cat >
2010 Aug 17
3
Sweave
Dear R users,
I am using Sweave.
I would like to use the width option for the graphics :
\begin{figure}[h!]
\centering
\includegraphics[width=0.7\textwidth]{x}
\end{figure}
How do I get this ?
Thank you very much,
Randall
[[alternative HTML version deleted]]
2016 Feb 08
2
[Bug] Regression problem in transfer.sh for OpenSSH 7.1 P2 on HPE NSE above dd-size 32k
On February 8, 2016 3:30 PM, Darren Tucker wrote:
> To: Randall S. Becker <rsbecker at nexbridge.com>
> Cc: OpenSSH Devel List <openssh-unix-dev at mindrot.org>
> Subject: Re: [Bug] Regression problem in transfer.sh for OpenSSH 7.1 P2 on
> HPE NSE above dd-size 32k
>
> On Tue, Feb 9, 2016 at 6:36 AM, Randall S. Becker
> <rsbecker at nexbridge.com> wrote:
2010 Feb 26
7
counting the number of ones in a vector
Dear R users,
I want to count the number of ones in a vector x.
That's what I did : length( x[x==1] )
Is that a good solution ?
Thank you very much,
Randall
[[alternative HTML version deleted]]
2016 Feb 10
2
Test Failure OpenSSH 7.1 P2 on HPE NSE for key-commands
On February 9, 2016 7:28 PM, Darren Tucker wrote:
> To: Randall S. Becker <rsbecker at nexbridge.com>
> Cc: OpenSSH Devel List <openssh-unix-dev at mindrot.org>
> Subject: Re: Test Failure OpenSSH 7.1 P2 on HPE NSE for key-commands
>
> On Wed, Feb 10, 2016 at 10:35 AM, Randall S. Becker
> <rsbecker at nexbridge.com> wrote:
> > Thread split from my
2010 Mar 19
1
Gamma parametrization
Dear R users,
?rgamma gives me :
rgamma(n, shape, rate = 1, scale = 1/rate)
rate: an alternative way to specify the scale.
The Gamma distribution with parameters ‘shape’ = a and
‘scale’ = s has density
f(x)= 1/(s^a Gamma(a)) x^(a-1) e^-(x/s)
Should I understand that scale=1/rate ? Is it written somewhere ?
Then
2018 Apr 12
3
OpenSSH 7.7 t1 script breakage
On 13 April 2018 at 08:29, Josh Soref <jsoref at gmail.com> wrote:
> Randall S. Becker <rsbecker at nexbridge.com> wrote:
>>
>>
>> -REGRESSTMP = "$(PWD)/regress"
>> +REGRESSTMP = `pwd`
>>
>> tests interop-tests t-exec unit: regress-prep regress-binaries $(TARGETS)
>
>
> It looks like the problem is that pwd is in uppercase, not
2017 Aug 08
1
Upgrading from 3.6.3 to 3.10/3.11
Thanks Diego. This is invaluable information, appreciate it immensely. I had heard previously that you can always go back to previous Gluster binaries, but without understanding the data structures behind Gluster, I had no idea how safe that was. Backing up the lib folder makes perfect sense.
The performance issues we're specifically keen to address are the small-file performance improvements
2007 Mar 21
3
Solaris Dovecot dovecot dovecot-1.0.rc27
To all,
I am using Dovecot on solaris 10. Home directories are mounted using
NFS. However, they are not readable by root.
I compiled Dovecot from the source. I set the following environment
variables:
export LDFLAGS='-L/local/software/openssl/lib
-R/local/software/openssl/lib'
export CPPFLAGS=-I/local/software/openssl/include
Then I ran gmake
and the gmake install.
In the server
2014 Nov 29
2
Unable to see virtual users
Thanks very much; please see in-line for clarification questions.
At 8:22 AM +0100 11/28/14, Steffen Kaiser wrote:
> On Thu, 27 Nov 2014, Randall Gellens wrote:
>
>> I'm still having trouble getting users accepted by postfix + dovecot.
>
> I suppose in your system + virtual user mix, you should use LMTP:
> http://wiki2.dovecot.org/HowTo/PostfixDovecotLMTP
> So
2010 Feb 17
2
multi-argument returns
Dear R users,
I have multi-argument returns in a function and I am warned by the program
they are deprecated.
I have found this in the R-help archives :
http://tolstoy.newcastle.edu.au/R/help/01c/0319.html
http://tolstoy.newcastle.edu.au/R/help/01c/0356.html
Since I am not too good at programming, the list solution seems the better
one for me. It is also the one advocated by Kevin Murphy.
So
2008 Apr 16
3
How to remove read access to / and my $HOME
Hi,
New wine user here. Installed Wine with IES4Linux and was totally amazed
at how well it worked and how simple it was! Excellent!
The problem I have is I want to restrict IE6 from being able to access my
entire Linux file system and just allow it to access (for instance)
~/.wine/drive_c.
I haven't found out how to do that yet. Is it possible?
More detail: In IE6 under Wine,
2010 Apr 13
1
lapply - function with arguments
Dear R users,
I have created a function f of n, a and b : f(n,a,b)
I would like to apply this function several times to some values of n. a and
b are held constant. I was thinking of using lapply. How can I do this ?
Thank you very much
Randall
[[alternative HTML version deleted]]
2018 Apr 13
2
OpenSSH 7.7 t1 script breakage
On Thu, Apr 12, 2018 at 6:29 PM, Josh Soref <jsoref at gmail.com> wrote:
> Randall S. Becker <rsbecker at nexbridge.com> wrote:
>
>>
>> -REGRESSTMP = "$(PWD)/regress"
>> +REGRESSTMP = `pwd`
>>
>> tests interop-tests t-exec unit: regress-prep regress-binaries $(TARGETS)
>>
>
> It looks like the problem is that pwd is in
2014 Aug 25
1
vignette index going AWOL
I?m preparing a package (fastR) for submission to CRAN, but the vignette index keeps going AWOL, or at least R CMD check ?as-cran thinks so. I?ve tried several things and gave myself the weekend to think of other things, but I can?t figure it out. Perhaps someone on the list can lend a hand.
Here?s one example situation, where I build the index.html file myself and put it in inst/doc/index.html
2018 Apr 12
4
OpenSSH 7.7 t1 script breakage
After getting OpenSSH 7.7 to build :), the initial test fails as follows:
test_kex:
............................................................................
............................................................................
............................................................................
............................................................................
2010 Jan 15
3
10/100 voip phones and gigabit connection
hi all,
just subscribed to the list and first mail, nice to be here.
Hopefully i'm in the right place for this question since i'm planning a
little VOIP implementation at the moment and ran in to something while
going through the shopping list.
i noticed that a lot of VOIP phones have a double network interface
allowing you to use only 1 LAN cable for both the phone and your
2007 Nov 20
2
Just getting started
This is my first attempt at creating a mail server. I'm running postfix and dovecot on Fedora 7. So far the process has been very
enlightening. I currently have the server able to send and receive messages for a domain from the server machine itself. In
addition, I can SMTP from any client set up on the LAN by logging in. However, I cannot retrieve messages from remote clients on
the LAN.