
Ingres 2.5 Disappearing Ingres Libraries on Solaris 8 / UltraSparc 3
Quote:
> > Are you absolutely sure the files are gone?
> Yes. After the second install we made a copy of the directory, and putting
> the files back fixes things. I just checked and they're still there.
Hm. I found, quite recently, that every time I started Ingres,
the C compiler broke. However, it also broke at other times!
Investigation showed that /opt/SUNWspro/bin/cc was being
truncated to 0 bytes, and this turned out to be because
some{*filter*}had overwritten /bin/logger with a directory
listing; some of the "commands" therein had the form:
lrwxrwxrwx 1 root other 20 Feb 28 16:47 /bin/cc -> /opt/SUNWspro/bin/cc
I should monitor the disappearing files (possibly via cron)
and run something like lastcomm for the appropriate period
for users able to remove this file. Exercising parts of the
install whilst monitoring the files might be useful. Another
thing you might do, for csh users, is to set their savehist
& history to (say) 999 and nose about in .history files.
Richard.