I am trying to mount mount file systems on remote hosts
from my FC5 system on a X86_64 PC doing as root
mount -t nfs enviro3:/home /net/enviro3
The mount fails, with an error message starting with
*** buffer overflow detected ***: mount terminated
======= Backtrace: =========
/lib64/libc.so.6(__chk_fail+0x2f)[0x3a3a5dee3f]
mount[0x40b978]
mount[0x404155]
mount[0x4054e0]
mount[0x406018]
/lib64/libc.so.6(__libc_start_main+0xf4)[0x3a3a51d084]
mount[0x403399]
======= Memory map: ========
00400000-00413000 r-xp 00000000 08:11 2480740 /bin/mount
....
Assistance with this would be most welcome.
Ilkka Karasalo