Displaying 20 results from an estimated 9000 matches similar to: "Auditing filesystems for Linux?"
2002 Mar 02
4
ext3 on Linux software RAID1
Everyone,
We just had a pretty bad crash on one of production boxes and the ext2
filesystem on the data partition of our box had some major filesystem
corruption. Needless to say, I am now looking into converting the
filesystem to ext3 and I have some questions regarding ext3 and Linux
software RAID.
I have read that previously there were some issues running ext3 on a
software raid device
2002 Oct 29
1
Caveats to mounting ext3 as ext2?
I have a partition that is formatted as ext3 however, due to apparent
performance issues (not sure if they are related to journaling -
data=ordered, BTW) I have mounted this file system as ext2. The file
system was clean when it was shutdown, and has been cleanly mounted as
ext2, and I currently have no problems with the partition.
My question is, is there any harm in mounting this partition as
2002 Nov 25
3
Ordered vs. journal real-worl performance
Maybe I should've started a new thread with this question (it was in the
/proc/sys/vm/bdflush thread), so I am now :)
According to tests performed for this article:
http://www-106.ibm.com/developerworks/linux/library/l-fs8/
"ext3's data=journal mode is incredibly well-suited to situations where
data needs to be read from and written to disk at the same time." This
is the
2002 Oct 18
4
Filesystem failure of Ext3
Dear all,
Due to the power failure, so i need to restart my redhat linux server. but i got below error messages, pls everybody can help/teach me
fix the problem by return mail.
------------------------------------------------------------------------------------------------------------------------------------------------
Yours system appears to have shut down uncleanly
Press Y within 1 seconds
2001 Aug 27
3
Netscape
Is it possible to install and run Netscape whitout having access to a
native windows.
--
Best regard,
Svend Bjerrum Jensen
http://www.sbj.esenet.dk
2001 Sep 19
2
MS Encarta?
Hi!
Does Microsoft Encarta (I have the '99 Version) run with wine? What
about Multimedia CDROMs in general?
Ulli
2001 Oct 01
2
glibcc < 2.2 how do I tell?
Hi,
I'm looking over the Wine documentation, and it says that the particular
version that looks like it will work with my version of RedHat 7.1 will
only work if the glibcc is 2.2 or above. How do I tell? I"m a newbie and
not sure exactly what the glibcc is.
TIA
2002 Oct 01
3
how often to 'fsck -D' ?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
subject about says it all. should this only be done once per device or
periodically? thanks!
- --
Douglas J Hunley (doug at hunley.homeip.net) - Linux User #174778
Admin: Linux StepByStep - http://www.linux-sxs.org
and http://jobs.linux-sxs.org
Illiterate? Write for help!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (GNU/Linux)
2005 Mar 03
2
Question/concern about bsm auditing option on solaris
Hello,
I downloaded and compiled the Mar 2, 2005 snapshot and compiled it with
bsm auditing for solaris turned on. I've been noticing about a dozen or
so of the following messages per day now. Not sure exactly what it is, or
if it is a big issue.
Mar 3 13:46:10 machine_name sshd[15298]: [ID 800047 auth.crit] fatal: mm_request_send: write
If it matters it is running on solaris 8
2003 Apr 30
1
dynamic inode under ext3
A hardware vendor shipped us a product installed with RedHat 8.0 with all
file systems created as ext3. This system has about 800 GB of space which
we use for buffering email files (in RFC format). Several weeks into the
project and with millions of emails stored, we started seeing "out of inode"
(something like that) error messages in the /var/log/messages. Are inodes
fixed on ext3
2003 Mar 01
2
severe fsck problem on bootup
Hi, got a very severe problem. I have two hard drives in my RS server and I am getting the secondary drive removed. Here's the problem. After the secondary drive is removed, the server fails to bootup completely, crashing at fsck.
The server boots up fine when the secondary drive is put back in however.
Has anyone ever encountered this problem before? Could the problem be to references to
2002 Aug 31
1
FAT32 to EXT3
Gday,
Is there any way i can convert a FAT32 filesystem to an EXT3? From what
ive read so far, there is not.
--
Rene
2002 Jul 08
3
How to freeze & thaw ext2(ext3) file system?
hi...
i intend to develop a backup application for linux
platform...
the workflow is as follows:
- freeze the file-system(ext2 or ext3)
- take the bckup
- release the file system.
i am not able to find the relevant ioctl or api for
freezing & releasing the file system...
so... i need some help...
thanks...
Satish Singhal
__________________________________________________
Do You Yahoo!?
2002 Jan 09
2
redhat config file for kernel-2.4.17
Hi...
I am new to Linux (a few days), and I can't get to boot with a new
compiled kernel (2.4.17). I wonder if any one has a copy of a
successful config file? I get errors with regard to the number of
cpu's, ext3, journaling, and others... For now I am (naively) assuming
that I have a problem with a combination of settings in the config
file.)
Regards...
Miguel.
--
---
my opinions
2002 Oct 26
3
How come fsck still kicks in and reports major errors with Ext3?
Greetings.
Total newbie with Ext3. I selected when I upgraded my system to
RH7.2. I upgraded my system again to RH8.0. Here is some info:
[root@world root]# cat /proc/mounts
rootfs / rootfs rw 0 0
/dev/root / ext3 rw 0 0
/proc /proc proc rw 0 0
usbdevfs /proc/bus/usb usbdevfs rw 0 0
none /dev/shm tmpfs rw 0 0
none /dev/pts devpts rw 0 0
/dev/hdd1 /mnt/genericdata1 ext2 rw 0 0
Ok, so
2003 Mar 11
2
2GB File size limit on ext3?
I'm using RedHat 7.2 with kernel 2.4.18-26.7.xsmp and root mount using
ext3.
And I have simple test.pl script:
#!/usr/local/bin/perl
open FILE, ">testfile";
while(1){
print FILE "Test.\n" or die $!;
}
It's died when the file size is 2147483647
and give error message: "File size limit exceeded"
and I run "cat testfile testfile >>
2002 Feb 08
5
Smp kernel on up machine???
Can anyone tell me if there has been testing of using an SMP kernel on a UP
machine and if that is bad? I have an ext3 filesystem that keeps getting
corrupt. Certain directories only get I/O errors, trying to access beyond
the end of the device.
Thanks,
Gabe
2006 Jul 26
1
Easy auditing plugin?
I''m looking for a way to generate some sort of logging/auditing of
various events in my application, such as:
- user logged in
- user logged out
- user clicked on a certain link
- password attempt was wrong
etc. For each, a numeric code along with some data (i.e. the username)
would be great. Or even some sort of hash stored in the data field
would be good. Another table could
2016 Oct 05
1
Authentication Auditing
Hello,
I believe there may be a bug with accounts getting erroneously locked in
v4.4.5+. I've checked at all the Internet facing services to find the
source of account lockout and I've done packet captures at the DCs, but
I cannot find the source of lockout. I've got several accounts locking
out for seemingly no reason including some service accounts where the
passwords
2001 Oct 27
1
Ext3 2.4.13 Patch Line-wrap Problems
I have gotten the 2.4.13 kernel and the 2.4.13 ext3 patch. Unfortunately, it appears that some lines are wrapped, meaning that the long lines are actually on two lines, which throws the entire patching process off. Right now, my only recourse is to go through and manually fix the problem, which will take awhile, since there are more than 17000 lines of code! Is the problem on my end, or on the