i got the IP form the terminal-emulator with ip-a ==> 192.168.1.52
but i 'm unable to install something (sudo apt-get install xx) or to connect with SSL
so i decide to follow your recommandation
when i want to install qemu-guest-agent i get an error (on the proxmox system)
admin@proxmox:~$ sudo apt-get install qemu-guest-agent
[sudo] password for admin:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
qemu-guest-agent
0 upgraded, 1 newly installed, 0 to remove and 29 not upgraded.
1 not fully installed or removed.
Need to get 315 kB of archives.
After this operation, 1,270 kB of additional disk space will be used.
Get:1
http://ftp.fr.debian.org/debian stretch/main amd64 qemu-guest-agent amd64 1:2.8+dfsg-6+deb9u5 [315 kB]
Fetched 315 kB in 0s (1,400 kB/s)
Selecting previously unselected package qemu-guest-agent.
(Reading database ... 54807 files and directories currently installed.)
Preparing to unpack .../qemu-guest-agent_1%3a2.8+dfsg-6+deb9u5_amd64.deb ...
Unpacking qemu-guest-agent (1:2.8+dfsg-6+deb9u5) ...
Setting up libvirt-daemon-system (3.0.0-4+deb9u3) ...
Job for libvirtd.service failed because the control process exited with error code.
See "systemctl status libvirtd.service" and "journalctl -xe" for details.
invoke-rc.d: initscript libvirtd, action "start" failed.
● libvirtd.service - Virtualization daemon
Loaded: loaded (/lib/systemd/system/libvirtd.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Fri 2019-04-12 12:54:01 CEST; 9ms ago
Docs: man:libvirtd(8)
http://libvirt.org
Process: 10571 ExecStart=/usr/sbin/libvirtd $libvirtd_opts (code=exited, status=6)
Main PID: 10571 (code=exited, status=6)
CPU: 56ms
Apr 12 12:54:01 proxmox systemd[1]: Failed to start Virtualization daemon.
Apr 12 12:54:01 proxmox systemd[1]: libvirtd.service: Unit entered failed state.
Apr 12 12:54:01 proxmox systemd[1]: libvirtd.service: Failed with result 'e…de'.
Hint: Some lines were ellipsized, use -l to show in full.
dpkg: error processing package libvirt-daemon-system (--configure):
subprocess installed post-installation script returned error exit status 1
Setting up qemu-guest-agent (1:2.8+dfsg-6+deb9u5) ...
Processing triggers for systemd (232-25+deb9u9) ...
Processing triggers for man-db (2.7.6.1-2) ...
Errors were encountered while processing:
libvirt-daemon-system
E: Sub-process /usr/bin/dpkg returned an error code (1)