Something is wrong with my head, it looks. Well, the simplest way to get
it working is
chattr -SAadiscu /dev
rm /dev/console
mknod /dev/console c 5 1
chmod 700 /dev/console
this way /dev/console will be recreated and attributes of parent
directory "/dev" will be inherited.
>
> SunWave1 /# l /dev/console
> crw------- 1 root root 5, 1 Nov 21 11:01 /dev/console
> SunWave1 /# lsattr /dev/console
> lsattr: Invalid argument While reading flags on /dev/console
>
> Two other FS in /dev have some problems, too. But I think that is right.
>
> SunWave1 /# chattr -R -SAadiscu /dev/
> chattr: Inappropriate ioctl for device while reading flags on /dev//pts
> chattr: Inappropriate ioctl for device while reading flags on /dev//shm
>
> All the files in /proc show the same.
>
> Here comes a little positive example, I think.
>
> SunWave1 /# lsattr /tmp/
> ----------X-j /tmp//xwlog
> --------B-X-j /tmp//kde-nuetzel
> ------------- /tmp//dcop6SKhoM
> ---------D-Ej /tmp//YaST2.tdir
> ----------XEj /tmp//ksocket-root
> --------B-X-j /tmp//mcop-nuetzel
> --------B--Ej /tmp//kde-root
> --------B-X-j /tmp//ksocket-nuetzel
> --------B--Ej /tmp//INSTALL
> --------BD-Ej /tmp//modules.conf.-
> ---------DX-j /tmp//vi.recover
> --------BD-Ej /tmp//mcop-root
> ------------j /tmp//lost+found
> --------BD-Ej /tmp//modules.conf
>
> What next?
>
> Thanks,
> Dieter
>
> PS Have you read about the latest ACL discussion on LKML?
Yes, but Hans thinks we shouldn't do ACL reiserfs 3.x and concentrate on
v4 in stead. You can try to persuade him though. Same for extended
attributes.
Nikita.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/