Skip to content

Instantly share code, notes, and snippets.

@mrh1997
Created August 24, 2019 20:07
Show Gist options
  • Save mrh1997/4dc9fd6ea7cc9795a93c64f1829dd896 to your computer and use it in GitHub Desktop.
Save mrh1997/4dc9fd6ea7cc9795a93c64f1829dd896 to your computer and use it in GitHub Desktop.
Debug Output of Vagrant Problem with SMB Shared Folders
Bringing machine 'macos' up with 'virtualbox' provider...
==> macos: Importing base box 'https://vagrant-osx.nyc3.digitaloceanspaces.com/osx-sierra-0.3.1.box'...
==> macos: Matching MAC address for NAT networking...
==> macos: Setting the name of the VM: 6003_baltech_sdk_macos_1566675902572_24670
==> macos: Fixed port collision for 22 => 2222. Now on port 2200.
==> macos: Preparing SMB shared folders...
Vagrant requires administrator access to create SMB shares and
may request access to complete setup of configured shares.
==> macos: Clearing any previously set network interfaces...
==> macos: Preparing network interfaces based on configuration...
macos: Adapter 1: nat
macos: Adapter 2: bridged
==> macos: Forwarding ports...
macos: 22 (guest) => 2200 (host) (adapter 1)
==> macos: Running 'pre-boot' VM customizations...
==> macos: Booting VM...
==> macos: Waiting for machine to boot. This may take a few minutes...
macos: SSH address: 127.0.0.1:2200
macos: SSH username: vagrant
macos: SSH auth method: private key
macos:
macos: Vagrant insecure key detected. Vagrant will automatically replace
macos: this with a newly generated keypair for better security.
macos:
macos: Inserting generated public key within guest...
macos: Removing insecure key from the guest if it's present...
macos: Key inserted! Disconnecting and reconnecting using new SSH key...
==> macos: Machine booted and ready!
==> macos: Checking for guest additions in VM...
macos: No guest additions were detected on the base box for this VM! Guest
macos: additions are required for forwarded ports, shared folders, host only
macos: networking, and more. If SSH fails on this machine, please install
macos: the guest additions and repackage the box to continue.
macos:
macos: This is not an error message; everything may continue to work properly,
macos: in which case you may ignore this message.
==> macos: Configuring and enabling network interfaces...
==> macos: Mounting SMB shared folders...
macos: D:/ThirdpartyPlatformSW/6003_baltech_sdk => /vagrant
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
mount -t smbfs '//my_name:*****@192.168.178.58/vgt-cff134689c1e80bc9f8a5539d6ea5cc7-6ad5fdbcbf2eaa93bd62f92333a2e6e5' /vagrant
Stdout from the command:
Stderr from the command:
mount_smbfs: URL parsing failed, please correct the URL and try again: Invalid argument
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment