search for: fsius

Displaying 1 result from an estimated 1 matches for "fsius".

Did you mean: fsis
2003 Sep 24
0
smbmount double start - hangs process
...'ve discovered a problem with smbmount. It sometimes invokes itself twice and then hangs. Sample script to test: #!/usr/bin/perl # testing Samba problem print "$$\n"; `/usr/bin/smbmount //cmc-apps/settlements ./t-samba -o credentials=/home/mrasmuss/mlrcred,workgroup=FSIUS &`; print "$? mount \n"; `/usr/bin/smbumount ./t-samba &`; print "$? presumed good umount \n"; On the first invocation everything works fine. On the second invocation the smbmount command is seemingly double called as shown by ps: 19081 pts/7 S 0...