Open sinke237 opened 6 months ago
Hi @sinke237,
The issue seems to be coming from this line:
Using iptables-nft for firewall rules
It seems iptables
and nftables
are both present on your system, which do not work simultaneously. You may have perhaps done something on your system that added the legacy iptables after installing and using Multipass meaning that your instances are now unavailable. If that's something you did, you could try reverting those changes. I will also look to see if the logic around which firewall rules we use can be improved.
If that's not the issue, would you be able to provide more logs with trace
logging enabled? Specifically around the offending commands. See here for docs on how to change logging levels.
@sinke237, any chance you could provide the logs that @sharder996 requested?
Describe the bug Strange behaviour of multipass [ssh client], any multipass command takes a very long time execute, after which if fails.
To Reproduce How, and what happened?
multipass list
multipass info
In fact any multipass command fails with the message,info failed: ssh failed to authenticate: ''
exec failed: [ssh client] channel creation failed: ''
it depends on which command you run whether
multipass info
ormultipass exec
.Logs Here is my multipass logs:
Additional info
multipass version: [1.13.1]
multipass get local.driver: [qemu]