Hello,
For beginning, I'm sorry for my poor english.
I need to convert a physical server to a virtual machine. But I can't because I have always this error : 'Unable to query the live source machine."
I had already convert two physical servers in a same LAN with the same VMWare convertor with success.
I have check all step on VMware Knowledge Base,
1. I can sign in with root on the physical machine.
2. I can connect the physical machine from Windows 10 which content VMWare convertor with putty.
3. I checked '.bashrc' on '/root' folder and there isn't line beginning by echo command.
4. Root user can sign in and passwd file is ok.
5. 'tmp' folder isn't a partition but I can create folder and file on this folder and right is :
ls -lisa /tmp/
1177346 4 drwxrwxrwt 23 root root 4096 Jul 21 20:38 .
I run VMware convertun such as administrator. You can't find log of my VMware convertor in attachment.
You can find more information about physical server :
Kernel : 'Linux jenkins 3.16.0-0.bpo.4-amd64'
lsb_release -a
Distributor ID: Debian
Description: Debian GNU/Linux 7.11 (wheezy)
Release: 7.11
Codename: wheezy
For your information, I can see that on auth.log on physical server :
Jul 21 20:38:48 jenkins sshd[23491]: Accepted password for root from 10.1.10.55 port 49869 ssh2
Jul 21 20:38:48 jenkins sshd[23491]: pam_unix(sshd:session): session opened for user root by (uid=0)
10.1.10.55 is my windows 10.
So I think my problem is on physical server.
Thank you.