Displaying 1 result from an estimated 1 matches for "mlrcred".
Did you mean:
mlpcre
2003 Sep 24
0
smbmount double start - hangs process
...2.7a-8.9.0 rpms we'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 p...