[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: files in /etc/xinetd.d become 0 byte size
Simon Matter wrote:
>
> So I should be safe. Tried a bonnie and the result shows that cache IS
> off.
>
> Tried
>
> [root@gw-linux-dev xinetd.d]# ntsysv ; reboot
>
> and got zeroed files in /etc/xinetd.d/ again!!!
>
> What can I do now?
Did you upgrade from RH7.1 to 7.2?
Did you alter the /etc/init.d/halt script?
Do you have a part in it that looks like this:
# Remount read only anything that's left mounted.
#echo $"Remounting remaining filesystems (if any) readonly"
mount | awk '/( \/ |^\/dev\/root)/ { print $3 }' | while read line; do
mount -n -o ro,remount $line
done
Juri
--
If each of us have one object, and we exchange them,
then each of us still has one object.
If each of us have one idea, and we exchange them,
then each of us now has two ideas.