shutdown lockup
Markus
markus@mania.homelinux.net
Ven 30 Set 2005 22:11:16 CEST
può anche darsi che non ve ne freghi niente, ma ve lo voglio fare vedere
lo stesso...
[CODE]
if (strcasecmp(type, "nfs") == 0) {
#ifdef DEBUG
time_t t0, t1;
time(&t0);
printf ( "Starting nfs_umount_rpc_call..." );
#endif
nfs_umount_rpc_call(spec, opts);
#ifdef DEBUG
time(&t1);
printf ( "done in %2.2f seconds (ah!)\n", difftime(t1,
t0) );
#endif
}
#endif
[/CODE]
[1]+ Stopped emacs umount.c
root@Barney:/home/markus/src/util-linux-2.12p/mount# make
cc -c -pipe -O2 -mcpu=i486 -fomit-frame-pointer -I../lib -Wall
-Wmissing-prototypes -Wstrict-prototypes -I/usr/include/ncurses
-DNCH=0 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\"
-DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\"
-DLOCALEDIR=\"/usr/share/locale\" -O2 -DDEBUG -DHAVE_NFS -DHAVE_BLKID
umount.c
cc -s umount.o fstab.o sundries.o xmalloc.o realpath.o mntent.o
getusername.o get_label_uuid.o mount_by_label.o mount_blkid.o version.o
../lib/env.o lomount.o ../lib/xstrncpy.o -o umount -lblkid -luuid
root@Barney:/home/markus/src/util-linux-2.12p/mount# mount -t nfs
192.168.1.2:/mnt/raid/tmp test/
root@Barney:/home/markus/src/util-linux-2.12p/mount# ./umount test/
Starting nfs_umount_rpc_call...host: 192.168.1.2, directory: /mnt/raid/tmp
Cannot MOUNTPROG RPC: RPC: Port mapper failure - RPC: Unable to receive
done in 23,00 seconds (ah!)
root@Barney:/home/markus/src/util-linux-2.12p/mount#
ovviamente tra il mount e l'umount ho staccato il cavo di rete. Notate
che la versione di umount è quella modificata a fini di debugging ;-)
Direi che la mia tesi è confermata.
Maggiori informazioni sulla lista
palermo