On Sat, 27 Jan 2001 at 9:36am (+0800), Raul S. Bucad wrote:

> hi,
>     I hope someone could help me on this. My server always hast this
> error, "Read file error:  ./rec.1 No such file or directory". Every week
>
> I receive this error from my root mail. How can I solve this problem?
>

I don't know what other versions are affected but the sox package for redhat
6.1 has a bogus symlink in it.  It points to the absolute path of where the
rpm was built instead of the final location of the file.

# ls -l rec.1
lrwxrwxrwx   1 root     root           37 Aug 15 10:05 rec.1 ->
/var/tmp/sox-root/usr/man/man1/play.1
# ls -l play.1
-rw-r--r--   1 root     root         1896 Sep 24  1999 play.1
# ln -sf play.1 rec.1
# ls -l rec.1
lrwxrwxrwx   1 root     root            6 Jan 26 20:41 rec.1 -> play.1
#

M.

-- 
WebCentral Pty Ltd           Australia's #1 Internet Web Hosting Company
Level 1, 96 Lytton Road.           Network Operations - Systems Engineer
PO Box 4169, East Brisbane.                       phone: +61 7 3249 2583
Queensland, Australia.                            pgp key id: 0x900E515F



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to