Displaying 20 results from an estimated 8000 matches similar to: "The state of xfs on CentOS 6?"
2013 Nov 04
5
[OT] Building a new backup server
Guys,
I was thrown a cheap OEM-server with a 120 GB SSD and 10 x 4 TB SATA-disks for
the data-backup to build a backup server. It's built around an Asus Z87-A that
seems to have problems with anything Linux unfortunately.
Anyway, BackupPC is my preferred backup-solution, so I went ahead to install
another favourite, CentOS 6.4 - and failed.
The raid controller is a Highpoint RocketRAID
2010 Jan 25
1
PCA: Showing file datalabels on biplot
The script below successfully produces a biplot of the data but the 'site
names' (rows) and the names of the 'response variables' (columns) are shown
as simple numerals (rather than the column and row names). How might I
'enforce' the use of the row/column names used in the datafile (section of
datafile shown below)?
Can anyone help, please?
Section of datafile
sample a b
2018 May 08
4
Average of results coming from B=100 repetitions (looping)
Dear R-experts,
Here below the reproducible example. I am trying to get the average of the 100 results coming from the "lst" function. I have tried lst$mean and mean(lst). It does not work.
Any help would be highly appreciated.
####################
?## R script for getting MedAe and MedAeSQ from HBR model on Testing data
install.packages("robustbase")
install.packages(
2012 Aug 04
4
compare zfs xfs and jfs o
hello
i have 16tb storage. 8x2tb sata raided.
i want to share it on network via nfs.
which file system is better for it?
thank you
???
Ashkan R
2014 Mar 25
3
NVidia, again
Got a HBS (y'know, Honkin' Big Server, one o' them technical terms), a
Dell 720 with two Tesla GPUs. I updated the o/s, 6.5, and I cannot get the
GPUs recognized. As a last resort, I d/l NVidia's proprietary
driver/installer, 325, and it builds fine... I've yum removed the
kmod-nvidia I had on the system, nouveau is blacklisted, and when I
reboot, lsmod shows me nvidia loaded,
2006 Feb 12
1
problem with Too many open files
Hi Samba community,
Last year we upgraded from version 3.0.10 to 3.0.20b and at the same
time
switch from NT-domain controller membership to AD membership. After this
upgrade we began to experience that drives sometimes were not mapped.
We saw this both on our Citrix servers and on our XP PCs.
A couple of weeks back we then moved to 3.0.21b in the hope that this
misbehaviour would
2017 Jun 20
2
CentOS 6 and luksOpen
Upgraded a RAID. Copied everything from backup.
And then my manager said I had to encrypt the drive.
I've done that, and made the filesystem, but I can't mount it.
CentOS 6.
I have the entry in /etc/crypttab, and a key in /etc/crypt.pw, and the
luks UUID in /etc/fstab. I cannot find the command that tells it to create
the device in /dev/mapper from the info in /etc/crypttab.
Clues for
2008 Jun 02
2
RE: Largish filesystems [was Re: XFS install issue]
To start I wish to that you for the swift response on this
issue. I do not think that I would get such a quick
response from a proprietary (closed-source) company. Open
Source :-).
To respond to one the comments about large file systems
?recommend you split it in several smaller (2-4TB)
filesystems ?
This is not feasible in many situations. In some
situations 2-4TB is not even a reasonable
2018 May 08
0
Average of results coming from B=100 repetitions (looping)
On 5/8/2018 12:26 PM, varin sacha via R-help wrote:
>
> Dear R-experts,
>
> Here below the reproducible example. I am trying to get the average of the 100 results coming from the "lst" function. I have tried lst$mean and mean(lst). It does not work.
> Any help would be highly appreciated >
> ####################
>
> ?## R script for getting MedAe and
2017 Jun 20
2
CentOS 6 and luksOpen
Leon Fauster wrote:
>> Am 20.06.2017 um 16:53 schrieb m.roth at 5-cent.us:
>>
>> Upgraded a RAID. Copied everything from backup.
>>
>> And then my manager said I had to encrypt the drive.
>>
>> I've done that, and made the filesystem, but I can't mount it.
>>
>> CentOS 6.
>> I have the entry in /etc/crypttab, and a key in
2011 Jan 11
4
ext4 or XFS
Hi all,
I've a 30TB hardware based RAID array.
Wondering what you all thought of using ext4 over XFS.
I've been a big XFS fan for years as I'm an Irix transplant but would
like your opinions.
This 30TB drive will be an NFS exported asset for my users housing
home dirs and other frequently accessed files.
- aurf
2011 Apr 02
8
ZFS @ centOS
I have trouble finding definitive information about this. I am considering
the use of SME 7.5.1 (centOS based) for my server needs, but I do want to
use ZFS and I thus far I have only found information about the ZFS-Fuse
implementation and unclear hints that there is another way. Phoronix
reported that http://kqinfotech.com/ would release some form of ZFS for the
kernel but I have found nothing.
2018 Apr 21
0
Cross-validation : can't get the predicted response on the testing data
Dear R-experts,
Doing cross-validation for 2 robust regressions (HBR and fast Tau). I can't get the 2 errors rates (RMSE and MAPE). The problem is to predict the response on the testing data. I get 2 error messages.
Here below the reproducible (fictional example) R code.
#install.packages("MLmetrics")
# install.packages( "robustbase" )
# install.packages(
2013 Apr 10
4
Formatting a USB Drive
Hi All,
I have a Drobo, connected to a CentOS 6.4 box. The box sees it as /dev/sdg.
I want to format it ext3 (as they dont support ext4) but when I try I get:
# fdisk -u /dev/sdg
WARNING: GPT (GUID Partition Table) detected on '/dev/sdg'! The util fdisk
doesn't support GPT. Use GNU Parted.
WARNING: The size of this disk is 17.6 TB (17592186044416 bytes).
DOS partition table
2013 Jun 19
1
XFS inode64 NFS export on CentOS6
Hi,
I am trying to get the most out of my 40TB xfs file system and I have noticed that the inode64 mount option gives me a roughly 30% performance increase (besides the other useful things).
The problem is that I have to export the filesystem via NFS and I cannot seem to get this working with the current version of nfs-utils (1.2.3).
The export option fsid=uuid cannot be used (the standard
2018 Apr 25
0
Zero errors : Bug in my R code ?
Dear R-experts,
I guess I have a problem with my fast function (fast tau estimator) here below. Indeed, zero errors look highly suspicious. I guess there is a bug in my R code. How could I correct my R code ?
# install.packages( "robustbase" )
# install.packages( "MASS" )
# install.packages( "quantreg" )
# install.packages( "RobPer" )
#
2011 Jan 02
2
centos6 filesystem size limit
I just read the rhel6 filesystem size limit.
http://www.redhat.com/rhel/compare/
It says 16TB limit for ext4 (same as ext3)?!?! I thought ext4 was
supposed to support 1EB ( ~ 1 million TB) limit. That was one of the
main advantages of rhel6. After a little more digging all I found was
that the user space formatting tools (mkfs.ext4) only support 32bit
filesystems (not 48bits). I'm surprised
2011 Apr 28
9
How to create distortion, echo, and chopping sound in a SIP trunk?
Hi everyone,
How can I introduce some distortion, echo, chopping sound and all other bad
quality things that can happen to a SIP trunk? I have plenty of bandwidth
and crisp clear lines so the only thing that I can think of is to limit
bandwidth but even that requires quite some scripting work.
Is there any easy way to simulate a distorted SIP line temporarily for
testing?
I am appreciate
2011 Apr 12
17
40TB File System Recommendations
Hello All
I have a brand spanking new 40TB Hardware Raid6 array to play around
with. I am looking for recommendations for which filesystem to use. I am
trying not to break this up into multiple file systems as we are going
to use it for backups. Other factors is performance and reliability.
CentOS 5.6
array is /dev/sdb
So here is what I have tried so far
reiserfs is limited to 16TB
ext4
2004 Aug 06
3
Chopping off the wideband?
If I encode something in ultra-wideband, can I decode it in wideband by
chopping off bytes in every frame?
John
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.