-----Ursprüngliche Nachricht-----
Von: Nigel Gaylard [mailto:nigel.gaylard@microwavedesigns.com] Gesendet: Dienstag, 1. Juli 2003 20:56 An: Junge, Stefan Betreff: RE: [suse-security] Bastille for SuSE
Hi Stefan
I am sorry to bother you. Please could you tell me how you got Bastille to work. I tried using the copy on the 8.1 distro but even as SU I can't find a "bastille" command only "bastillebackend" and "automatebastille" (Maybe I missed it in your german conversation?)
Regards
Nigel Gaylard
Hi Nigel, you do not bother me. I have had the same problem with my SuSE 8.1. My solution is to deinstall Bastille shipped with the distribution and
get it from
http://www.bastille-linux.org. Try the binaries. Unpack them and start ./bastille in the directory where
you have unpacked them.
./InteractiveBastille seems to work, too.
CU Stefan
-- Check the headers for your unsubscription address For additional commands, e-mail: suse-security-help@suse.com Security-related bug reports go to security@suse.de, not here
Hi,
I want to use chattr in reiserfs, but it works only in ext2. Do you know any related program for reiserfs???
thanks, Thanos...
ΠλαÏÏήÏÎ±Ï ÎθανάÏÎ¹Î¿Ï said:
Hi,
I want to use chattr in reiserfs, but it works only in ext2. Do you know any related program for reiserfs???
For all I know, reiserfs has no extended attributes.
bye, MH
What about using ext3, which is ext2 with a journal?
Seems to work ok on SuSE 8.1 pro
Regards - Keith
On Wed, 2 Jul 2003, Mathias Homann wrote:
ΠλαÏÏήÏÎ±Ï ÎθανάÏÎ¹Î¿Ï said:
Hi,
I want to use chattr in reiserfs, but it works only in ext2. Do you know any related program for reiserfs???
For all I know, reiserfs has no extended attributes.
bye, MH
-- Die unaufgeforderte Zusendung einer Werbemail an Privatleute verstößt gegen §1 UWG und §823 I BGB (Beschluß des LG Berlin vom 2.8.1998 Az: 16 O 201/98). Jede kommerzielle Nutzung der übermittelten persönlichen Daten sowie deren Weitergabe an Dritte ist ausdrücklich untersagt!
-- Check the headers for your unsubscription address For additional commands, e-mail: suse-security-help@suse.com Security-related bug reports go to security@suse.de, not here
Hi,
Πλαστήρας Αθανάσιος wrote:
I want to use chattr in reiserfs, but it works only in ext2.
not exactly. Works in ext3, too ;P
Do you know any related program for reiserfs???
Seems you don't need another program, you need a patch. Take a look at ftp://ftp.namesys.com/pub/reiserfs-for-2.4/2.4.18.pending/README I've never used reiserfs but maybe you can tell us more.
HTH GTi
On Wednesday 02 July 2003 09:33, Πλαστήρας Αθανάσιος wrote:
Hi,
I want to use chattr in reiserfs, but it works only in ext2. Do you know any related program for reiserfs???
It does work, but only if the kernel you're running supports it and if your reiserfs volume is suitable. A reiserfs v3.5 volume doesn't support it. For a reiserfs v3.6 volume to support it, it has to be made with a mkreiserfs which knows about it or you can make a existing volume suitable by running reiserfsck --clean-attributes IIRC you only can run that on a unmounted device. Ofcourse you also need reiserfs utilities which supports it. And you need to mount your reiserfs volume with the option attrs, else you can set the attrs but they won't have any effect.