similar to: e2fsck with millions of files

Displaying 20 results from an estimated 3000 matches similar to: "e2fsck with millions of files"

2010 Mar 21
3
Looking for experiences with filesystem choices....
Lots of opinions out there and I have read and read, so I have a home server that I have finally setup with a hot swap hdd cage and what I am planning on doing is copying my data drive every other day and rotating them offsite, haven't figured out how often though. So I did my first test last night and the backup drive was formatted with ext3 but looking to try to speed things up and was
2009 Nov 24
7
CERN using RHEL/CentOS?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi list, I just did my daily news scan and saw some screenshots that illustrate the press release [0] announcing the first collisions at the LHC. Those screenshots show windows and buttons that exactly match my CentOS GNOME Desktop [1]. AFAIK, SuSE/Novell has different skins, as has (Open)Solaris and AIX, for instance. So, has there anybody more
2007 May 10
2
CentOS Install From Scratch on XFS File System
I'm thinking about switching to CentOS 4.4 x86_64 from another RH based version. However, I need to install it from scratch and I need EVERYTHING (including /boot & /) on XFS file systems. Does the default installer allow this? If not, how difficult would it be to make the necessary changes. I've done a lot of Google searching and searching of the CentOS site, but haven't found
2009 May 14
5
Preventing hour-long fsck on ext3-filesystem
Hi! I'm justing in the process of setting up a new fileserver for our company. I'm installing CentOS 5.3 (64 bit) on it. One of the "problems" with it is that it has a 3.5TB filesystem for the user data which I formatted during setup as an ext3. Now my experience with our current fileserver is that a 0.5TB ext3 filesystem needs approx half an hour to complete (and kicks in
2008 Nov 10
4
Running From Live DVD & Keeping Settings Between Boots
Someone posted how to use a memory card (USB or another kind) to save settings between boots of a Live CD/DVD. I believe it was posted not too long ago and I thought I had kept the email, but now that I'm looking for the information, I can not find it. I've done some searching and I either get way too many hits or way too few, none of which are what I'm looking for. Does anyone
2007 May 25
1
Re: Centos really slow as VMware Server guest OS
I thought some people here might like to know what we just found out while trying to get VMWare running under CentOS 5. Before we found the note about changing VMWare from 2 to 1 CPU's, we went to `Edit' -> `Preferences' -> `Memory' and changed the memory option to: Fit All virtual memory into reserved host RAM It had been set to the next option down, second out of 3 (we
2008 Mar 20
3
Enterprisable IP Camera recording/monitoring software
Anyone have any experiences with this they care to share? Thanks! jlc -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080320/7fb7894c/attachment-0002.html>
2009 May 13
2
File compare word by word
Is there a utility that compares files word by word, instead of whole lines or single bytes? I found that I can simulate this by replacing all the spaces in a file with linefeeds, then 'diff -B' the results, but that's kind of awkward and hard to read when differences that matter come up. (For the record, I tried using OOo's document comparer, converting to text and using diff,
2007 May 22
2
Login problem on CentOS 4.4 GDM
I have just restructured my system (repartitioned the main disk to separate /home from /) and I am now getting this error when I try to log in as a non-root user: Your session only hasted less than 10 seconds. If you have not logged out yourself, this could mean that there is some installation problem or you may be out of disk space. Try logging in with one of the failsafe sessoions to see if
2010 Oct 06
3
GDM could not write to you authorization file ... Please contact your system adminstrator
I am the system administrator. I have a system that was built with a default install which resulted in everything in a single file system except for /boot wrote some scripts to split out: /home, /usr, /var, /opt, and /tmp to separate file systems/logical volumes it looks like it ought to work, There's plenty of space in all the filesystems and I can log via ssh and have write access in my
2008 Jul 18
3
semi OT: logwatch results
Semi Off Topic My searching hasn't found what I consider superior info, and we are wondering from others experience on this list... In the logwatch results we all see the info below on almost a daily basis I have taken the liberty of combining logwatch results from centos 4 and 5 machines for extra info and future searchability ----- Centos 4 ----- --------------------- httpd Begin
2008 Feb 29
7
Recommended software for mail greylist?
Hi, all. I want to use grey list in mail server, currently, i use postgrey to implement it. Any other recommended software? Thanks very much. ----- Best Regards. Zhang Huangbin - OpenBSD 4.2 -release, i386. - RHEL 5.1
2009 Dec 07
6
Installing R on CentOS 5
Hi, Has anyone been able to successfully install R on CentOS5.4? I am having problems with dependencies.... perl is installed. Cheers, Diederick --> Finished Dependency Resolution R-core-2.10.0-2.el5.x86_64 from R-project has depsolving problems --> Missing Dependency: perl(File::Copy::Recursive) is needed by package R-core-2.10.0-2.el5.x86_64 (R-project) -------------- next part
2008 Feb 09
3
IPtables Possibility
Hi, I just wonder if I can replace PIX firewall with machine having IPTable as my firewall. I want to control our firewall but due to the lack of knowledge in configuring PIX, i want to replace it with Linux or BSD. I do not have the time now to learn the complexity of PIX and yet I want to know what happening in my firewall and control it as much as possible. Do you think it is justifiable for
2010 Jan 05
7
setup schedule cron job every other week?
We have CENTOS 5 on DELL server. I tried to setup schedule cron job to run every other week on Saturday (NOT first and third week ). Does ayone has ideal how to do it? Thanks. ___________________________________________________ ??????? ? ???????????????? http://messenger.yahoo.com.tw/
2010 Sep 24
3
Configuring BIND to answer to two domain names (four IP addresses)
On a CentOS 5 server, I am having a hard time configuring BIND to answer to 4 IP addresses for 2 domain names. Currently, I have four IP addresses, for sake of discussion they are: 1.1.1.1 1.1.1.2 1.1.1.3 1.1.1.4 Additionally, I have two domain names. For sake of discussion: exampleA.com exampleB.com My goal is to have 1.1.1.1 & 1.1.1.2 as the nameservers for exampleA.com, and 1.1.1.3 &
2010 Mar 04
4
Permissions problem
What am I doing wrong here? I need to be able to write to /var/cvs. This used to work before I moved these groups into an LDAP directory instead of /etc/group: [scarolan at watcher:/var/cvs]$ touch test.txt touch: cannot touch `test.txt': Permission denied [scarolan at watcher:/var/cvs]$ ls -ld drwxrwsr-x 4 cvs cvsgrp 4096 May 18 2008 . [scarolan at watcher:/var/cvs]$ id scarolan
2009 May 04
6
Best mobile SSH client?
I'm up for a cell phone contract renewal and am considering upgrading my handset. I looked at some devices at my local AT&T store but nothing really jumped out at me. I'm particularly interested in a cell phone that has a reliable ssh client, with ssh-agent and public key authentication abilities. Those of you who administer systems remotely, what mobile ssh client do you recommend?
2009 Jun 03
4
Good md5sum snapshot tool?
I have a server that is undergoing some patching soon and would like to make note of any files that have changed after the patching is complete. Can you recommend a tool that uses md5sum snapshots to do a quick before and after test, showing anything that's changed on a particular file system?
2007 Jul 02
2
dumb sendmail question -- how to get outbound messages to use "example.com" instead of hostname?
Hi List, I have a dumb sendmail question, and I'm wondering if anyone can point me in the right direction (besides "sendmail list is two doors down on the left" ;-). One of our clients has a bunch of servers -- CentOS 5 -- that are on only a private network that's NATted to the outside world -- that is, those servers can initiate outbound connections fine, but don't