Skip to content

Instantly share code, notes, and snippets.

@annaken
Created July 22, 2014 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save annaken/a16a809bae68496b4421 to your computer and use it in GitHub Desktop.
Save annaken/a16a809bae68496b4421 to your computer and use it in GitHub Desktop.
Input ouput mismatch
DEBUG ssh: Exit status: 0
DEBUG guest: Searching for cap: shell_expand_guest_path
DEBUG guest: Checking in: redhat
DEBUG guest: Checking in: linux
DEBUG guest: Found cap: shell_expand_guest_path in linux
INFO guest: Execute capability: shell_expand_guest_path [#<Vagrant::Machine: default (VagrantPlugins::ProviderVirtualBox::Provider)>, "/vagrant"] (redhat)
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: echo; printf /vagrant (sudo=false)
DEBUG ssh: pty obtained for connection
DEBUG ssh: stdout: export TERM=vt100^M
echo; printf /vagrant^M
exit^M
DEBUG ssh: stdout: ^[]0;vagrant@centos6:~^G^[[?1034h[vagrant@centos6 ~]$ export TER
DEBUG ssh: stdout: M=vt1
DEBUG ssh: stdout: 00^M
DEBUG ssh: stdout: ^[]0;vagrant@centos6:~^G[vagrant@centos6 ~]$ e
DEBUG ssh: stdout: cho
DEBUG ssh: stdout: ; p
DEBUG ssh: stdout: ri
DEBUG ssh: stdout: n
DEBUG ssh: stdout: t
DEBUG ssh: stdout: f /vagrant^M
^M
/vagrant^[]0;vagrant@centos6:~^G
DEBUG ssh: stdout: [vagrant@centos6 ~]$ exi
DEBUG ssh: stdout: t^M
DEBUG ssh: stdout: logout^M
DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: mkdir -p logout (sudo=true)
DEBUG ssh: pty obtained for connection
DEBUG ssh: stdout: export TERM=vt100^M
mkdir -p logout^M
exit^M
DEBUG ssh: stdout: ^[]0;root@centos6:/home/vagrant^G^[[?1034h[root@centos6 vagrant]# export TERM=vt100^M
^[]0;root@centos6:/home/vagrant^G[root@centos6 vagrant]# mkdir -p logout^M
DEBUG ssh: stdout: ^[]0;root@centos6:/home/vagrant^G[root@centos6 vagrant]# exit^M
logout^M
DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: mount -t vboxsf -o uid=`id -u vagrant`,gid=`getent group vagrant | cut -d: -f3` vagrant logout (sudo=true)
DEBUG ssh: pty obtained for connection
DEBUG ssh: stdout: export TERM=vt100^M
mount -t vboxsf -o uid=`id -u vagrant`,gid=`getent group vagrant | cut -d: -f3` vagrant logout^M
exit^M
DEBUG ssh: stdout: ^[]0;root@centos6:/home/vagrant^G^[[?1034h[root@centos6 vagrant]# export TERM=vt100^M
^[]0;root@centos6:/home/vagrant^G[root@centos6 vagrant]# mount -t vboxsf -o uid=`id -u vagran
DEBUG ssh: stdout: t`,gid=`getent group ^M vagrant | cut -d: -f3` vagrant logout^M
DEBUG ssh: Exit status: 0
DEBUG ssh: stdout: ^[]0;root@centos6:/home/vagrant^G[root@centos6 vagrant]# exit^M
logout^M
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: chown `id -u vagrant`:`getent group vagrant | cut -d: -f3` logout (sudo=true)
DEBUG ssh: pty obtained for connection
DEBUG ssh: stdout: export TERM=vt100^M
chown `id -u vagrant`:`getent group vagrant | cut -d: -f3` logout^M
exit^M
DEBUG ssh: stdout: ^[]0;root@centos6:/home/vagrant^G^[[?1034h[root@centos6 vagrant]# export TERM=vt100^M
DEBUG ssh: stdout: ^[]0;root@centos6:/home/vagrant^G[root@centos6 vagrant]# chown `id -u vagrant`:`getent g
DEBUG ssh: stdout: roup
DEBUG ssh: stdout: vagrant | cu
DEBUG ssh: stdout: t -d: -f ^M3` logout^M
DEBUG ssh: Exit status: 0
DEBUG ssh: stdout: ^[]0;root@centos6:/home/vagrant^G[root@centos6 vagrant]# exit^M
logout^M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment