uvt-kvm ssh fails with No such file or directory: u'/var/lib/libvirt/dnsmasq/default.leases'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
uvtool (Ubuntu) |
In Progress
|
High
|
Jorge Niedbalski |
Bug Description
`uvt-kvm ssh --insecure <VM>` fails, but I can ssh to the VM using IP address instead.
$ uvt-kvm create ssh-test release=trusty
$ uvt-kvm ssh --insecure ssh-test
Traceback (most recent call last):
File "/usr/bin/uvt-kvm", line 35, in <module>
uvtool.
File "/usr/lib/
main(*args, **kwargs)
File "/usr/lib/
args.
File "/usr/lib/
return ssh(name, login_name, args.ssh_arguments)
File "/usr/lib/
ips = name_to_ips(name)
File "/usr/lib/
in (uvtool.
File "/usr/lib/
in (uvtool.
File "/usr/lib/
with codecs.
File "/usr/lib/
file = __builtin_
IOError: [Errno 2] No such file or directory: u'/var/
ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: uvtool-libvirt 0~bzr92-0ubuntu2
ProcVersionSign
Uname: Linux 3.18.0-13-generic x86_64
ApportVersion: 2.16-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Feb 10 16:45:32 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-02-09 (0 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150207)
PackageArchitec
SourcePackage: uvtool
UpgradeStatus: No upgrade log present (probably fresh install)
Changed in uvtool (Ubuntu): | |
importance: | Undecided → High |
Changed in uvtool (Ubuntu): | |
status: | New → In Progress |
assignee: | nobody → Jorge Niedbalski (niedbalski) |
Hi,
How did you obtain the VM's IP address, please? Did "uvt-kvm ip <VM>" work at the time the ssh subcommand failed?