On Thu, May 29, 2014 at 10:59 PM, David Howells wrote: > Sedat Dilek wrote: > >> "Fixable" in your testsuite? > > Done and pushed. > Thanks. I still see lots of... umount: /mnt: not mounted ...and impermissible.test fails here... *** *** ./run.sh impermissible.test *** umount: /mnt: not mounted TEST100: Impermissible open O_TRUNC|O_WRONLY - open_file_as_bin -t -w /mnt/a/rootfile100 -E EACCES - open_file_as_bin -w /mnt/a/rootfile100 -E EACCES - open_file_as_bin -r /mnt/a/rootfile100 -R :xxx:yyy:zzz - open_file -r /mnt/a/rootfile100 -R :xxx:yyy:zzz - open_file -w /mnt/a/rootfile100 -W shark - open_file -r /mnt/a/rootfile100 -R sharkyyy:zzz - open_file_as_bin -r /mnt/a/rootfile100 -R sharkyyy:zzz TEST101: Impermissible open O_WRONLY - open_file_as_bin -w /mnt/a/rootfile101 -E EACCES - open_file_as_bin -w /mnt/a/rootfile101 -E EACCES - open_file_as_bin -r /mnt/a/rootfile101 -R :xxx:yyy:zzz - open_file -r /mnt/a/rootfile101 -R :xxx:yyy:zzz - open_file -w /mnt/a/rootfile101 -W shark - open_file -r /mnt/a/rootfile101 -R sharkyyy:zzz - open_file_as_bin -r /mnt/a/rootfile101 -R sharkyyy:zzz TEST102: Impermissible open O_APPEND - open_file_as_bin -a /mnt/a/rootfile102 -E EACCES - open_file_as_bin -a /mnt/a/rootfile102 -E EACCES - open_file_as_bin -r /mnt/a/rootfile102 -R :xxx:yyy:zzz - open_file -r /mnt/a/rootfile102 -R :xxx:yyy:zzz - open_file -a /mnt/a/rootfile102 -W shark - open_file -r /mnt/a/rootfile102 -R :xxx:yyy:zzzshark - open_file_as_bin -r /mnt/a/rootfile102 -R :xxx:yyy:zzzshark TEST103: Impermissible truncate - fs_op_as_bin truncate /mnt/a/rootfile103 4 -E EACCES - fs_op_as_bin truncate /mnt/a/rootfile103 4 -E EACCES - open_file_as_bin -r /mnt/a/rootfile103 -R :xxx:yyy:zzz - open_file -r /mnt/a/rootfile103 -R :xxx:yyy:zzz - fs_op truncate /mnt/a/rootfile103 4 - open_file -r /mnt/a/rootfile103 -R :xxx - open_file_as_bin -r /mnt/a/rootfile103 -R :xxx TEST104: Impermissible utimes - fs_op_as_bin utimes /mnt/a/rootfile104 -E EACCES /mnt/a/rootfile104: Test file not on upper filesystem (line 130) Full log of run.sh is attached. - Sedat -