srvk / eesen-transcriber

EESEN based offline transcriber VM using models trained on TEDLIUM and Cantab Research
Apache License 2.0
49 stars 14 forks source link

Error: Name too Long #17

Closed skoocda closed 7 years ago

skoocda commented 7 years ago

Found while running vagrant up --provider aws as user 'd'

Bringing machine 'default' up with 'aws' provider... ==> default: Box 'https://github.com/mitchellh/vagrant-aws/raw/master/dummy.box' could not be found. Attempting to find and install...

default: Box Provider: aws

default: Box Version: >= 0

==> default: Box file was not detected as metadata. Adding it directly... ==> default: Adding box 'https://github.com/mitchellh/vagrant-aws/raw/master/dummy.box' (v0) for provider: aws

default: Downloading: https://github.com/mitchellh/vagrant-aws/raw/master/dummy.box

/opt/vagrant/embedded/lib/ruby/2.2.0/fileutils.rb:252:in 'mkdir': File name too long @ dir_s_mkdir - /home/d/.vagrant.d/boxes/https:-VAGRANTSLASH--VAGRANTSLASH-github.com-VAGRANTSLASH-mitchellh-VAGRANTSLASH-vagrant-aws-VAGRANTSLASH-raw-VAGRANTSLASH-master-VAGRANTSLASH-dummy.box (Errno::ENAMETOOLONG)

Worked around it by downloading the dummy.box file separately to my .vagrant / boxes folder. Full output attached.

error.txt

riebling commented 7 years ago

Very interesting error in something that 'used to work' ... may need to talk to Mitchell H. about the silly VAGRANTSLASH names :)

Thanks for reporting this!

On 11/24/2016 01:34 PM, D Lloyd wrote:

Found while running |vagrant up --provider aws| as user 'd'

|Bringing machine 'default' up with 'aws' provider... ==> default: Box 'https://github.com/mitchellh/vagrant-aws/raw/master/dummy.box' could not be found. Attempting to find and install...|

|default: Box Provider: aws default: Box Version: >= 0 |

|==> default: Box file was not detected as metadata. Adding it directly... ==> default: Adding box 'https://github.com/mitchellh/vagrant-aws/raw/master/dummy.box' (v0) for provider: aws|

|default: Downloading: https://github.com/mitchellh/vagrant-aws/raw/master/dummy.box |

|/opt/vagrant/embedded/lib/ruby/2.2.0/fileutils.rb:252:in 'mkdir': File name too long @ dir_s_mkdir - /home/d/.vagrant.d/boxes/https:-VAGRANTSLASH--VAGRANTSLASH-github.com-VAGRANTSLASH-mitchellh-VAGRANTSLASH-vagrant-aws-VAGRANTSLASH-raw-VAGRANTSLASH-master-VAGRANTSLASH-dummy.box (Errno::ENAMETOOLONG)|

Worked around it by downloading the dummy.box file separately to my .vagrant / boxes folder. Full output attached.

error.txt https://github.com/srvk/eesen-transcriber/files/612008/error.txt

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/srvk/eesen-transcriber/issues/17, or mute the thread https://github.com/notifications/unsubscribe-auth/ACX11otByEClkJyaYYs2X5A-TpYtJtZRks5rBdi4gaJpZM4K75dg.

--

Eric Riebling Interactive Systems Lab er1k@cs.cmu.edu 407 South Craig St.

riebling commented 7 years ago

Should be fixed now; shortened the path to dummy.box by mirroring it at our URL