Mailinglist Archive: opensuse (4288 mails)

< Previous Next >
Re: [SLE] Openoffice woes (again, this time with OO 1.0)
  • From: Anders Johansson <andjoh@xxxxxxxxxxxxxxxxxxxxx>
  • Date: Thu, 2 May 2002 17:49:59 +0200
  • Message-id: <200205021749.59819.andjoh@xxxxxxxxxxxxxxxxxxxxx>
On Thursday 02 May 2002 15:46, Anders Dahlqvist wrote:
> Stracing the process (strace -o /tmp/oostracefil sudo ./setup -net) gives
> me 128 ENOENT (No such file or directory) messages.

Getting ENOENTs in an strace is perfectly normal. It is the process of
searching through your path you're seeing. If you look at the messages you'll
see that it's the same file over and over, and at the end of each such
sequence there's a success, followed by the whole process over again with
another file.

If you get such a sequence without a successful stat() at the end, that's when
you need to worry

regards
Anders

< Previous Next >
Follow Ups
References