[dundee] Fedora Core 3 htree error
Lee Hughes
toxicnaan at yahoo.co.uk
Sat Oct 13 00:48:16 BST 2007
hmm, lsattr huh! looks like it's doing ioctl's?!!
what wrong with ls -l these days?
you know r-x-rwx--x sort of format?
by the looks of your post your in /proc when
your running it? that's a bad idea.
host.deny.. tcp wrapper, it's so old, I don't think
it's even supported anymore..
use iptables, it's for real men/women/aliens.
Laters,
Lee
Andrew Clayton <andrew at digital-domain.net> wrote: On Fri, 12 Oct 2007 11:52:29 +0100, Alan S Frost wrote:
>
> Have you ever experienced this problem? How is it caused and how can
> I reset it please?
>From the chattr man page
"The âIâ attribute is used by the htree code to indicate that a direc-
tory is behind indexed using hashed trees. It may not be set or reset
using chattr(1), although it can be displayed by lsattr(1)."
Right, so this is the dir_index feature. tune2fs -l /dev/ will show among other stuff a line like
Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery sparse_super large_file
dir_index is used to speed directory access with large amounts of files.
Anaconda will have done this for you.
My workstation has a similar lsattr output as yours. So something else
must be wrong.
As Gordon said, make sure you are editing the file as root (or via
sudo).
If that's not it check that the immutable flag (i) hasn't got set on it.
$ lsattr /etc/hosts.deny
if so
# chattr -i /etc/hosts.deny
Failing that check that the whole filesystem hasn't got remounted ro
do to some error. Though you'd be unlikely to miss that fact!
Other than that a fsck may be in order.
Andrew
_______________________________________________
dundee GNU/Linux Users Group mailing list
dundee at lists.lug.org.uk http://dundee.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/dundee
Chat on IRC, #tlug on dundee.lug.org.uk
---------------------------------
Yahoo! Answers - Get better answers from someone who knows. Tryit now.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.lug.org.uk/pipermail/dundee/attachments/20071013/0c9a08eb/attachment.html
More information about the dundee
mailing list