symfony2-vagrant icon indicating copy to clipboard operation
symfony2-vagrant copied to clipboard

no tty present and no askpass program specified

Open grekpg opened this issue 9 years ago • 0 comments

Hi i have errors in ubuntu 14.04 host virtualbox 4.330r10 vagrant --version Vagrant 1.7.4

vagrant up sh: 1: netsh: not found sh: 1: cscript: not found It seems that you don't have the privileges to change the firewall rules. NFS will not work without that firewall changes. Execute the following commands via cmd as administrator: netsh advfirewall firewall add rule name="VagrantWinNFSd-1.1.0" dir="in" action=allow protocol=any program="\home\grek.vagrant.d\gems\gems\vagrant-winnfsd-1.1.0\bin\winnfsd.exe" profile=any netsh advfirewall firewall add rule name="VagrantWinNFSd-1.1.0" dir="out" action=allow protocol=any program="\home\grek.vagrant.d\gems\gems\vagrant-winnfsd-1.1.0\bin\winnfsd.exe" profile=any If you are an Windows XP user run the following command instead: netsh firewall add allowedprogram "\home\grek.vagrant.d\gems\gems\vagrant-winnfsd-1.1.0\bin\winnfsd.exe" VagrantWinNFSd-1.1.0 ENABLE Bringing machine 'default' up with 'virtualbox' provider... ==> default: Importing base box 'precise64'... ==> default: Matching MAC address for NAT networking... ==> default: Setting the name of the VM: meamiejsce2_default_1440574644769_71783 ==> default: Pruning invalid NFS exports. Administrator privileges will be required... sudo: no tty present and no askpass program specified sudo: no tty present and no askpass program specified sudo: no tty present and no askpass program specified sudo: no tty present and no askpass program specified ==> default: Pruning invalid NFS exports. Administrator privileges will be required... sudo: no tty present and no askpass program specified sudo: no tty present and no askpass program specified sudo: no tty present and no askpass program specified sudo: no tty present and no askpass program specified ==> default: Clearing any previously set network interfaces... ==> default: Preparing network interfaces based on configuration... default: Adapter 1: nat default: Adapter 2: hostonly ==> default: Forwarding ports... default: 22 => 2222 (adapter 1) ==> default: Booting VM... ==> default: Waiting for machine to boot. This may take a few minutes... default: SSH address: 127.0.0.1:2222 default: SSH username: vagrant default: SSH auth method: private key default: Warning: Connection timeout. Retrying... default: default: Vagrant insecure key detected. Vagrant will automatically replace default: this with a newly generated keypair for better security. default: default: Inserting generated public key within guest... default: Removing insecure key from the guest if it's present... default: Key inserted! Disconnecting and reconnecting using new SSH key... ==> default: Machine booted and ready! ==> default: Checking for guest additions in VM... default: The guest additions on this VM do not match the installed version of default: VirtualBox! In most cases this is fine, but in rare cases it can default: prevent things such as shared folders from working properly. If you see default: shared folder errors, please make sure the guest additions within the default: virtual machine match the version of VirtualBox you have installed on default: your host and reload your VM. default: default: Guest Additions Version: 4.2.0 default: VirtualBox Version: 4.3 ==> default: Configuring and enabling network interfaces... ==> default: Exporting NFS shared folders... ==> default: Preparing to edit /etc/exports. Administrator privileges will be required... sudo: no tty present and no askpass program specified sudo: no tty present and no askpass program specified sudo: no tty present and no askpass program specified sudo: no tty present and no askpass program specified sudo: no tty present and no askpass program specified sudo: no tty present and no askpass program specified sudo: no tty present and no askpass program specified nfsd running

grekpg avatar Aug 26 '15 07:08 grekpg