Hello,
thanks to Girish Phadke (PGIRISH_at_binariang.maxisnet.com.my) that as fixed
the problem. My question was :
>I made a full installation of DU 4.0D on my Alpha 3300 and everything has
>worked fine for several days. Then to refree space on the system disk I
>deinstalled all the unnecessary subsets. After this operation all the system
>files with the permission bit 's' have lost this one !
>So thinking to have made a mistake somewhere on the permissions I fixed
>manually some files in the first directory I found, but now I'm thinking it
>is faster to reinstall DU !
and the solution :
use the 'fverify' in the following way :
1) cd /
2) /usr/lbin/fverify -y < /usr/.smdb./subset_name.inv
then with a simple script it is possible to make a loop on all the system
susbsets, as I need in my case :
unalias ls
cd /
for loop in `ls /usr/.smdb./*.lk | sed 's/.lk/.inv/' `
do
/usr/lbin/fverify -y < $loop
done
Regards,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- Giorgio Mantini
___....-----'---`-----....___ Systems Administrator
======================================= European Space Agency
`---..._______...---' Frascati - Italy
___ \ | / ___ EMail: giorgio_at_esrin.esa.it
(___) _|_|_|_ (___) 29632::MANTINI
\\____.-'_.---._`-.____// 2641017460::mantini (X25)
~~~~`.__`---'__.'~~~~ Phone: +39-6-94180685
`~~~~~' Fax: +39-6-94180202/295
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Received on Fri Apr 03 1998 - 16:54:39 NZST