Bei Verwendung dieses Snippets (Inline Shell Provisioner):
config.vm.provision "shell" do |s|
s.inline = <<-SHELL
<shell code>
SHELL
end
es fuehrt zu:
==> default: mesg:
==> default: ttyname failed
==> default: :
==> default: Inappropriate ioctl for device
Es sieht so aus, als hätten auch andere Leute dieses Problem gefunden . Weiß jemand, wie man es löst?