Qubes R4.0
Seeing multiple issues.
First is that the grep on line 80 has a \|
at the end while the output of qvm-ls -n
has no |
characters at all? When I run the command, it does not find my VM and exits.
qvm-expose-port/qvm-expose-port
Line 80 in 413cbd0
local VM_LISTING_LINE="$(qvm-ls -n 2>>/dev/null | grep -E -m 1 "^${VM_NAME}\s+.+")"
After I alter the grep on line 80 so that the whole VM_LISTING_LINE
variable is appropriately populated, I find that the TARGET_VM_IP
and FIREWALL_VM_IP
variables contain the strings `VM ${NAME} is running \n IP ${VMIP}" instead of just an IP address. This can be traced to line
qvm-expose-port/qvm-expose-port
Line 84 in 413cbd0
Apparently the --quiet
flag to qvm-check
still produces output on R4.0 so redirecting all output to /dev/null
sorts that out.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too