I am exploring stacking an AFS filesystem with a local filesystem, under Ubuntu Maverick.
AFS_PATH='path to afs directory of interest' mkdir aumnt mount -t aufs -o dirs=$AFS_PATH aufs aumnt cd aumnt echo "hello world" > hw ln -s hw ln_hw Everything succeeds until that last ln command, which outputs "Killed", as confirmed by exit code of 137. Afterwards, ls, lsof, or any attempt to access aumnt leads bash to hang. It cannot be unmounted, either. If I try to access the AFS_PATH directly, outside of the aufs mount, it also hangs when I try to access that particular directory. The only way I've been able to regain access to AFS_PATH is by reboot, at which point I see that the ln command actually HAS been successful. There is a symlink there for file hw. The above is an example of just one branch, but a union with a local branch leads to same thing if the writable branch is the AFS branch. Making a symlink to an AFS file on the local filesystem is OK. What could be going on here? Thanks for any help.
------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb