Displaying 20 results from an estimated 6000 matches similar to: "How stable is ext3fs?"
2003 Mar 27
2
So, what about stable quota support in ext3fs?
Good evening.
We have some heavy-loaded servers on ext2, and we want to
migrate to ext3fs. But we need full and stable quota support.
I have headrd that there are some problems in quota usage under
ext3fs. Is it true? Should we decline the ext3 usage as
impossible in our servers?
We need high-level stability in our server (hosting).
Thanks before.
--
Best regards,
2017 Apr 28
5
Ingresar datos dentro de R sin Excel
Hola, buenos días.
Quisiera saber si existe alguna función o libreria en R que simule la
ventana de Excel para ingresar datos. No estoy hablando de importar datos
de excel a R, No.
Quisiera que dentro de R existiera el entorno para ingresar los datos
rapidamente y no pasar por la molestia de ingresar los datos a Excel y
luego tener que importarlos a R.
Muchas gracias.
Wilmer Contreras
2017 Sep 01
2
Area bajo la curva
Estimado Wilmer Contreras Sepulveda
Me parece buena la sugerencia de Jorge, hay muchas formas, yo aparte de la sugerencia que le hicieron le agrego otras dos, en cualquier buscador las palabras claves son R AUC, y el artículo https://www.r-bloggers.com/calculating-auc-the-area-under-a-roc-curve/ , lógicamente aparecerán tantas alternativas que puede llegar a confundirse respecto a cuál es
2017 Nov 30
4
xlsx Fuera de memoria
Hola, estoy trabajando con el paquete xlsx y el xlConnect y ambos presentan
este mismo error.
Error in .jcall(cell, "V", "setCellValue", value) :
java.lang.OutOfMemoryError: Java heap space
Alguien conoce una solución.
Alguien conoce otro paquete para guardar documento de excel y que no
involucre el uso de Java.
--
*Wilmer Contreras Sepulveda*
*Grupo de Investigación
2017 Sep 01
2
Area bajo la curva
Buenas noches.
Quisiera saber si existe una libreria o función que me calcule el área bajo
la curva de dos vectores de números. Ademas esta debe tener en cuenta si
existen datos faltantes o NaN.
Por ejemplo calcular el área bajo la curva del vector en el eje x:
x<- c(1,2,3,4,5,6,7,8,9,10)
y el vector en el eje y:
y<-c(0,2,15,30,50,NaN,NaN,10,2,1)
Muchas gracias.
--
*Wilmer
2017 Jun 06
4
Saber la capacidad de R
Hola buenas noches, estos días he estado buscando pero a falta de que no
encontré una solución me atreví a preguntar por este medio.
Quisiera saber cual es la capacidad de análisis de R, cual es el tamaño de
la base de datos que puede trabajar como máximo.
Un ejemplo seria de que capacidad máxima en filas por columnas es capaz de
manejar.
Gracias.
Wilmer Contreras.
[[alternative HTML version
2010 Oct 10
1
Problems with libvirt / qemu
HI,
I have a small problem with libvirt / qemu. I have created a guest and when I start it from the command-line the guests starts OK, but when I start the guest through libvirt with "virsh start" I get "Booting from Hard Disk...
Boot failed: not a bootable disk
No bootable device"
This is the command-line I use to start the guest (which works)
"cd /var/lib/kvm/Wilmer;
2017 Jun 09
2
Series de tiempo
Buenos días, estoy indagando un poco a fondo las series de tiempo y
quisiera saber que paquete me recomienda acerca de este tema.
Muchas Gracias.
Wilme Contreras.
[[alternative HTML version deleted]]
2017 Jul 13
4
Leer archivos con read.csv
Buen día para todos.
Tengo un pequeño problema en el quisiera que me colaboraran.
Estos días estoy trabajando en la lectura de una gran cantidad de archivos
de extención .csv, se trata de una lista de documentos de 11 estaciones
meteorologicas. Cada estación esta clasificada por meses y cada mes por
dias, asi que tengo un archivo cada día. Por ejemplo tengo un archivo .csv
para el día uno del
2003 Jan 16
1
RE: ext3fs still uses sequential search of file names in director ies?
Didn't hear back from anyone regarding if there is a way to determine if I
am running the ext3fs with htree. Is there a way I can do it without
checking the src code since I am running the precompired redhat kernel with
8.0? Perhaps an entry under /proc somewhere?
Pj
-----Original Message-----
From: Parker Johnson
Sent: Tuesday, January 14, 2003 3:34 PM
To: 'Andreas Dilger';
2003 Jan 16
0
RE: ext3fs still uses sequential search of file names in director
I'm NOT the authority here, but AFAIK, Htree is presently
available only as a patch for 2.4 kernels (which includes
RH8). I think that Htree was still beta code at the time
RH8 was frozen (and may still be, from RedHat's perspective).
I do not have the impression that the Htree patch has been
applied in any standard RedHat kernels or kernel updates.
I hope I am wrong, and that
2001 Dec 30
1
Ext3fs performance/kjournald deadlock issue
Hi,
I've got a Redhat 7.2 system:
Celeron 400
512MB RAM
18GB SCSI HD (/boot (ext2fs), / (ext3fs))
40GB IDE HD (/ (ext3fs))
I run a bunch of services on the box (apache + mod_perl, MYSQL, Samba,
etc) but the system is not under heavy load.
This system has performance issues reading/writing to the ext3fs
filesystems. The performance issues cropped up when I installed Redhat
7.2. Previously
2003 Jan 14
0
RE: ext3fs still uses sequential search of file names in director ies?
Andreas was kind enough to point out that not neccesarily all ext3fs have
htrees ready to go. I am running redhat8.0 out of the box. How can I check
if ext3fs with htrees is running? I can download the kernel source, but I
don't know what options were used when it was built by redhat.
Thanks much for all of your help.
-Parker
-----Original Message-----
From: Andreas Dilger
2003 Jan 14
3
ext3fs still uses sequential search of file names in directories?
I am trying to determine the optimal filesystem for accessing large numbers
of files (25,000+) in a single directory. I have read that ext3fs uses a
sequential search algorithm and wanted to verify that this was still indeed
the case since this article was published a year ago.
http://bulmalug.net/body.phtml?nIdNoticia=1154
<http://bulmalug.net/body.phtml?nIdNoticia=1154&nIdPage=7>
2001 Aug 07
1
ext3fs for 2.4.5
Hi,
I have ext3 installed against the 2.2.19 kernel. I am able to make
the ext3 file system and mount it.
I am not able to install the ext3fs for kernel-2.4.5 . I am unable
to add the ext3 patch to the kernel. In the directory
~andrewm/linux/ext3/,
which is the patch for 2.4.5 kernel.
( I can only see the patches for 2.4.6 and 2.4.7 ).
Also, is there any prescribed pattern for
2008 Jul 28
2
DO NOT REPLY [Bug 5637] New: Match case issue on ext3fs and ARM platform
https://bugzilla.samba.org/show_bug.cgi?id=5637
Summary: Match case issue on ext3fs and ARM platform
Product: rsync
Version: 3.0.3
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: bugzilla@substring.ch
2003 Apr 09
1
simple ext3fs question.
Does redhat 9 come with htree optimizations for ext3fs?
2003 Jan 16
1
RE: ext3fs still uses sequential search of file names in director ies?
Bummer. Does anyone have a url that describes the 2.4 patching process?
Any claims on stability?
Thanks,
Parker
-----Original Message-----
From: 'Andreas Dilger' [mailto:adilger@clusterfs.com]
Sent: Wednesday, January 15, 2003 4:35 PM
To: Parker Johnson
Cc: 'ext3-users@redhat.com'; Ops
Subject: Re: ext3fs still uses sequential search of file names in
director ies?
On Jan 15,
2001 Jul 26
1
ext3fs for kernel 2.4.2?
Hello,
does anybody know if there is an ext3fs patch for kernel 2.4.2-2 that is
shipped with redhat 7.1?
I was abel to fins patches only for 2.4.6 and 2.4.7.
Please try to help ASAP.
Best regards,
Imad Ossaily.
2002 Feb 19
1
ext3fs: Bad super block
I've got this poor ext3-partition which I can't access. I have tried a lot
of things but it doesn't seem to solve the problem. I've got quite important
files on that particular partition.
I can't even get the block groups from my /dev/hda3 with dumpe2fs!
It all happened after a crash. GRUB wouldn't give me the graphical UI. I
decided I had to get my dosbootdisk and do an