Displaying 20 results from an estimated 20000 matches similar to: "Increasing Console "Paste Buffer""
2012 Sep 29
5
[PATCH] xen/console: introduce a 'w' debug-key that dumps the console ring
This patch adds a new ''w'' debug-key, chosen from the limited remaining
keys only due to its proximity to ''q'', that dumps the console ring to
configured console devices. It''s useful to for tracking down how an
unresponsive system got into a broken state via serial console.
Signed-off-by: Matt Wilson <msw@amazon.com>
diff -r bd953fda6106 -r
2005 Apr 26
10
Ctrl-c crashes R when run as sudo (PR#7819)
I tried to submit this in R, but not sure if it worked.
When running R as sudo, using ctrl-c dumps me to the command line.
Hitting exit to exit the terminal window results in R taking 100% of
resources.
I am using R-2.1.0 on Fedora Core 3.
Thanks.
Manuel
2000 Feb 08
2
increasing scrollback lines/rw0901
I'd like to increase the number of lines available via the vertical
scrolling bar when running RGui.exe under win95. Would think this is set in
options() or /etc/Rconsole, but haven't been able to figure out how. Note
that it's output I'm concerened with viewing, not the command history. Can
anyone help? Thanks!
2020 Oct 28
8
[PATCH] fbcon: Disable accelerated scrolling
So ever since syzbot discovered fbcon, we have solid proof that it's
full of bugs. And often the solution is to just delete code and remove
features, e.g. 50145474f6ef ("fbcon: remove soft scrollback code").
Now the problem is that most modern-ish drivers really only treat
fbcon as an dumb kernel console until userspace takes over, and Oops
printer for some emergencies. Looking at
2011 Sep 12
1
Increasing max stat cache
Hi ...,
We have a Lustre Storage with large directories. Many of these directories
contain thousands of files and we have hundreds of such directories.
Directory Listing on Lustre is very slow, due to the nature of most Parallel
File Systems design. It takes around 4 Secs (during non-peak hours) to list
a 2000 file directory. And during heavy load times, this goes upto 10-11
Secs.
Since all the
2007 Jul 27
3
Convert string to list?
Let's say I have the following string:
str <- "P = 0.0, T = 0.0, Q = 0.0"
I'd like to find a function that generates the following object from
'str'.
list(P = 0.0, T = 0.0, Q = 0.0)
Thanks!
--
http://mutualism.williams.edu
2009 Feb 19
2
bugfix for nls with port algorithm (PR#13540)
Full_Name: Manuel A. Morales
Version: 2.8.1
OS: Linux
Submission from: (NULL) (137.165.199.246)
When fitting a model in nls using the algorithm port with constraints and the
shorthand parameter[factor] in the model, I get the following error message:
"Error in nls_port_fit(m, start, lower, upper, control, trace) :
(list) object cannot be coerced to type 'double'
In addition:
2006 Dec 03
2
Force "square" crosstabulation
Hello list members,
I'm looking for a way to force the results of a crosstabulation to be
square - that is, to include 0 values.
For example:
table(letters[1:4],letters[c(1:3,3)])
yields:
a b c
a 1 0 0
b 0 1 0
c 0 0 1
d 0 0 1
I would like to return:
a b c d
a 1 0 0 0
b 0 1 0 0
c 0 0 1 0
d 0 0 1 0
Any suggestions?
Thanks!
--
Manuel A. Morales
2009 Jun 22
1
nls vs nlme: parameter constraints
Hello list,
I'm trying to fit a model like beta[trt]/(1+alpha*x) where the data
include some grouping factor. The problem is that the estimate for alpha
is undefined for some of the treatments - any value greater than 20 is
equally good and a step function would suffice. Ignoring the grouping
structure, I can fit this using nls with the port algorithm by
restricting the upper value of alpha
2013 Nov 20
2
Problema con gráfico lattice
Hola, estoy representando los datos Duncan de la libreria car y
cuando hago un gráfico lattice observo que la profesión "architect"
aparece en dos subgráficos que no se corresponden con su categoría.
Alguien sabe el motivo? Os adjunto un fichero con el código y el gráfico
resultante.
Gracias,
Manuel
[[alternative HTML version deleted]]
2020 Oct 29
4
[PATCH 1/3] fbcon: Disable accelerated scrolling
So ever since syzbot discovered fbcon, we have solid proof that it's
full of bugs. And often the solution is to just delete code and remove
features, e.g. 50145474f6ef ("fbcon: remove soft scrollback code").
Now the problem is that most modern-ish drivers really only treat
fbcon as an dumb kernel console until userspace takes over, and Oops
printer for some emergencies. Looking at
2013 Nov 20
2
Fwd: Problema con gráfico lattice
Hola, estoy representando los datos Duncan de la libreria car y
cuando hago un gráfico lattice observo que la profesión "architect"
aparece en dos subgráficos que no se corresponden con su categoría.
Alguien sabe el motivo? Os adjunto un fichero con el código y el gráfico
resultante.
Gracias,
Manuel
------------ próxima parte ------------
Se ha borrado un adjunto en formato
2017 Nov 03
3
samba 4.x slow ...
On Fri, Nov 03, 2017 at 01:54:10PM +0100, Dr. Peer-Joachim Koch via samba wrote:
> Hi Micha,
>
> no, I have to this. I'm normally just check what smbstatus shows:
>
> 33837 BGC\pkoch users XXX (ipv4:XXX:51118) SMB2_10
>
> Bye the way - 45 MB/s is not so bad, I just wanted to know if it's
> possible to get 90MB/s or at 10G a little bit more.
>
2005 Jul 29
2
Console not found
I played around with memory limits in R 2.1.0 under XP in order to be
able to work with large matrixes (3600x4100). Among several things I
tried was to alter console settings and saving them.
Since then, I can't restart Rgui. It says several times 'Console not
found' with pieces of the text that usually appears in the console and
then crashes. Rterm.exe works fine.
I've now
2015 Jan 07
2
AIX binaries website down
Hello!
I need to install Samba on AIX and the AIX folder in
https://download.samba.org/pub/samba/Binary_Packages/ has only a readme
that points to the following address:
http://pware.hvcc.edu/
However that host is down, what is the best way to get Samba binaries for AIX?
Thanks!
2006 Oct 29
2
Rgui.exe fix for "console not found" buffer overflow problem
I'm using R on Windows XP Professional SP2.
I figured out the fix for my buffer overflow problem that did not allow me
to use Rgui.exe for about two weeks. I would keep getting "console not
found" and even when I uninstalled and re-installed got the same problem.
Here's how the problem started. In Rgui.exe, I attempted to get more
visible output in the buffer (I wanted
2004 Aug 06
2
bit/bytes
Hi everybody,
I have a theoretical question here.
A 128K stream is a 128 KiloBITS (NOT kiloBYTES) per second stream; am I
right? Is a 512k internet connection a 512 kiloBITS or 512 kiloBYTES
connection?
128 KiloBITS = 16 KiloBYTES (8 bits = 1 byte). I am wondering if a 512k
connection (upload and download) could THEORITICALLY handle 4 (512/128) or
32 (512/16) 128k streams?
I am confused
2013 Jun 10
1
ACPI Warning, then hang
I'm getting the following warning, and then the system locks:
ACPI Warning: Incorrect checksum in table [(bunch of spaces)] - 0x29,
should be 0x48
Here's a pic: http://db.tt/O6dxONzI
System is on a SuperMicro C7X58 motherboard that I just upgraded to
BIOS 2.0a, which I would like to stay on if possible. I tried
adjusting all the ACPI related BIOS settings without success.
Bryce
2005 Feb 28
5
Strange text on Asterisk console
I've just set up a new box with FC1+updates and the latest Stable
Asterisk from CVS.
Asterisk is started with the default safe_asterisk script with a
console on TTY9.
The coloured text on this console is made up of weird characters
instead of normal. Please see http://www.softins.co.uk/dsc00018.jpg
for an example.
If I do "asterisk -rvvvvv" on a normal login, either via the
2009 May 22
2
sciplot question
Hi,
I would like to have lineplot.CI and barplot.CI to actually plot
confidence intervals , instead of standard error.
I understand I have to use the ci.fun option, but I'm not quite sure
how.
Like this :
> qt(0.975,df=n-1)*s/sqrt(n)
but how can I apply it to visualize the length of the student's T
confidence intervals rather than the stdandard error of the plotted
means