I'm getting CRAZY trying to compile some codes under NFS mounted filesystems. I'm getting different behaviour by compiling locally (works fine) and compiling under the NFS mount...!!!!!!! But even when the code compies sucessfully at Red Hat 4.2 if I compare the objects sizes they show differences of 8 bytes when they're compiled locally (/tmp/somecode.o) or under the NFS mount (/home/user/somecode.o). At RedHat 6.0 the differences are 14 bytes instead of 8 ?�?�?�?�?�?�?. (Doesn't work either). Any idea? For if it helps... this is shown after some compiling at dmesg (I've not root acces BY NOW to the machine) $ dmesg [....] 3c59x.c:v0.99H 11/17/98 Donald Becker http://cesdis.gsfc.nasa.gov/linux/drivers/vortex.html The PCI BIOS has not enabled the device at 0/128. Updating PCI command 0103->0107. eth0: 3Com 3c905B Cyclone 100baseTx at 0x7c00, 00:10:5a:02:01:a0, IRQ 10 8K byte-wide RAM 5:3 Rx:Tx split, autoselect/Autonegotiate interface. MII transceiver found at address 24, status 782d. Enabling bus-master transmits and whole-frame receives. arpwatch uses obsolete (PF_INET,SOCK_PACKET) eth0: Setting promiscuous mode. device eth0 entered promiscuous mode Installing knfsd (copyright (C) 1996 [EMAIL PROTECTED]). nfsd_init: initialized fhcache, entries=256 __nfs_fhget: inode 832960 busy, i_count=2, i_nlink=1 nfs_free_dentries: found 5.1/xblblade.o, d_count=0, hashed=1 nfs_dentry_delete: 5.1/xblblade.o: ino=832960, count=2, nlink=1 __nfs_fhget: inode 832961 busy, i_count=2, i_nlink=1 nfs_free_dentries: found 5.1/vcmisc.o, d_count=0, hashed=1 nfs_dentry_delete: 5.1/vcmisc.o: ino=832961, count=2, nlink=1 __nfs_fhget: inode 833196 busy, i_count=2, i_nlink=1 nfs_free_dentries: found 5.1/xbladecb.o, d_count=0, hashed=1 nfs_dentry_delete: 5.1/xbladecb.o: ino=833196, count=2, nlink=1 __nfs_fhget: inode 833198 busy, i_count=2, i_nlink=1 nfs_free_dentries: found 5.1/itpMotif.o, d_count=0, hashed=1 nfs_dentry_delete: 5.1/itpMotif.o: ino=833198, count=2, nlink=1 __nfs_fhget: inode 833193 busy, i_count=2, i_nlink=1 nfs_free_dentries: found 5.1/xblade.o, d_count=0, hashed=1 nfs_dentry_delete: 5.1/xblade.o: ino=833193, count=2, nlink=1 TIA!!!!!
