Bug Reports
-
dlite version in use (run dlite --version):
2.0.0-beta9
-
expected behavior:
vm.tty has correct permissions
-
actual behavior:
vm.tty doesn't exist when chown is run, causing dlite start to exit with an error
-
steps to reproduce
dlite start
this is random, caused by a race condition
opening this issue for myself :)
need to add some code to make sure that vm.tty exists before attempting to change permissions on it.
Bug Reports
dlite version in use (run
dlite --version):2.0.0-beta9
expected behavior:
vm.tty has correct permissions
actual behavior:
vm.tty doesn't exist when chown is run, causing
dlite startto exit with an errorsteps to reproduce
dlite startthis is random, caused by a race condition
opening this issue for myself :)
need to add some code to make sure that
vm.ttyexists before attempting to change permissions on it.