New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qvm-open-in-vm no longer opens URLs in target VM browser #2205

Closed
andrewdavidwong opened this Issue Jul 27, 2016 · 17 comments

Comments

@andrewdavidwong
Member

andrewdavidwong commented Jul 27, 2016

Qubes OS version (e.g., R3.1):

R3.1

Affected TemplateVMs (e.g., fedora-23, if applicable):

fedora-23 (probably others)


Expected behavior:

Prior to updating yesterday, the following would work:

  1. In SourceVM: qvm-open-in-vm targetvm https://www.qubes-os.org/
  2. In TargetVM: browser opens to https://www.qubes-os.org/

Actual behavior:

After the update yesterday:

  1. In SourceVM: qvm-open-in-vm targetvm https://www.qubes-os.org/
  2. In TargetVM: text editor opens file /tmp/sourcevm/tmp.<stuff> containing:
<meta HTTP-EQUIV="REFRESH" content="0; url=https://www.qubes-os.org/"/></html>
@andrewdavidwong

This comment has been minimized.

Show comment
Hide comment
@andrewdavidwong

andrewdavidwong Jul 27, 2016

Member

I think I see what's happening. Here's the literal output in the SourceVM terminal:

[user@sourcevm ~]$ qvm-open-in-vm targetvm https://www.qubes-os.org/
<html><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>[user@sourcevm ~]$ 

And, again, in the TargetVM, only this shows up:

<meta HTTP-EQUIV="REFRESH" content="0; url=https://www.qubes-os.org/"/></html>

So, it looks like somehow the <html> block is not well-formed, or the whole thing isn't making it to the TargetVM for some reason.

Member

andrewdavidwong commented Jul 27, 2016

I think I see what's happening. Here's the literal output in the SourceVM terminal:

[user@sourcevm ~]$ qvm-open-in-vm targetvm https://www.qubes-os.org/
<html><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>[user@sourcevm ~]$ 

And, again, in the TargetVM, only this shows up:

<meta HTTP-EQUIV="REFRESH" content="0; url=https://www.qubes-os.org/"/></html>

So, it looks like somehow the <html> block is not well-formed, or the whole thing isn't making it to the TargetVM for some reason.

@andrewdavidwong

This comment has been minimized.

Show comment
Hide comment
@andrewdavidwong

andrewdavidwong Jul 27, 2016

Member

Possibly related to changes in this commit: QubesOS/qubes-core-agent-linux@1992127

Member

andrewdavidwong commented Jul 27, 2016

Possibly related to changes in this commit: QubesOS/qubes-core-agent-linux@1992127

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Jul 27, 2016

Member

Actually there is a bug in parent of this commit. The one you've pointed out is only in R3.2.

BTW the package was in testing repository for almost a month, do we have anyone using testing repository on R3.1?

Member

marmarek commented Jul 27, 2016

Actually there is a bug in parent of this commit. The one you've pointed out is only in R3.2.

BTW the package was in testing repository for almost a month, do we have anyone using testing repository on R3.1?

marmarek added a commit to QubesOS/qubes-core-agent-linux that referenced this issue Jul 27, 2016

qvm-open-in-vm: fix wrapping URL in HTML file
The first line of HTML wasn't written to the file.

Fixes QubesOS/qubes-issues#2205
@andrewdavidwong

This comment has been minimized.

Show comment
Hide comment
@andrewdavidwong

andrewdavidwong Jul 27, 2016

Member

Actually there is a bug in parent of this commit. The one you've pointed out is only in R3.2.

Ah, my mistake.

BTW the package was in testing repository for almost a month, do we have anyone using testing repository on R3.1?

Probably not...

Member

andrewdavidwong commented Jul 27, 2016

Actually there is a bug in parent of this commit. The one you've pointed out is only in R3.2.

Ah, my mistake.

BTW the package was in testing repository for almost a month, do we have anyone using testing repository on R3.1?

Probably not...

@andrewdavidwong

This comment has been minimized.

Show comment
Hide comment
@andrewdavidwong

andrewdavidwong Jul 27, 2016

Member

BTW the package was in testing repository for almost a month, do we have anyone using testing repository on R3.1?

Probably not...

I'll enable the testing repo on some of my daily-use-but-non-critical templates.

Member

andrewdavidwong commented Jul 27, 2016

BTW the package was in testing repository for almost a month, do we have anyone using testing repository on R3.1?

Probably not...

I'll enable the testing repo on some of my daily-use-but-non-critical templates.

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Jul 27, 2016

Member

Automated announcement from builder-github

The package python2-dnf-plugins-qubes-hooks-3.1.18-1.fc21 has been pushed to the r3.1 testing repository for the Fedora fc21 template.
To test this update, please install it with the following command:

sudo yum update --enablerepo=qubes-vm-r3.1-current-testing

Changes included in this update

Member

marmarek commented Jul 27, 2016

Automated announcement from builder-github

The package python2-dnf-plugins-qubes-hooks-3.1.18-1.fc21 has been pushed to the r3.1 testing repository for the Fedora fc21 template.
To test this update, please install it with the following command:

sudo yum update --enablerepo=qubes-vm-r3.1-current-testing

Changes included in this update

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Jul 27, 2016

Member

Automated announcement from builder-github

The package python2-dnf-plugins-qubes-hooks-3.1.18-1.fc22 has been pushed to the r3.1 testing repository for the Fedora fc22 template.
To test this update, please install it with the following command:

sudo yum update --enablerepo=qubes-vm-r3.1-current-testing

Changes included in this update

Member

marmarek commented Jul 27, 2016

Automated announcement from builder-github

The package python2-dnf-plugins-qubes-hooks-3.1.18-1.fc22 has been pushed to the r3.1 testing repository for the Fedora fc22 template.
To test this update, please install it with the following command:

sudo yum update --enablerepo=qubes-vm-r3.1-current-testing

Changes included in this update

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Jul 27, 2016

Member

Automated announcement from builder-github

The package python2-dnf-plugins-qubes-hooks-3.1.18-1.fc23 has been pushed to the r3.1 testing repository for the Fedora fc23 template.
To test this update, please install it with the following command:

sudo yum update --enablerepo=qubes-vm-r3.1-current-testing

Changes included in this update

Member

marmarek commented Jul 27, 2016

Automated announcement from builder-github

The package python2-dnf-plugins-qubes-hooks-3.1.18-1.fc23 has been pushed to the r3.1 testing repository for the Fedora fc23 template.
To test this update, please install it with the following command:

sudo yum update --enablerepo=qubes-vm-r3.1-current-testing

Changes included in this update

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Jul 27, 2016

Member

Automated announcement from builder-github

The package qubes-core-agent_3.1.18-1+deb8u1 has been pushed to the r3.1 testing repository for the Debian jessie template.
To test this update, first enable the testing repository in /etc/apt/sources.list.d/qubes-*.list by uncommenting the line containing jessie-testing, then use the standard update command:

sudo apt-get update && sudo apt-get dist-upgrade

Changes included in this update

Member

marmarek commented Jul 27, 2016

Automated announcement from builder-github

The package qubes-core-agent_3.1.18-1+deb8u1 has been pushed to the r3.1 testing repository for the Debian jessie template.
To test this update, first enable the testing repository in /etc/apt/sources.list.d/qubes-*.list by uncommenting the line containing jessie-testing, then use the standard update command:

sudo apt-get update && sudo apt-get dist-upgrade

Changes included in this update

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Jul 27, 2016

Member

Automated announcement from builder-github

The package qubes-core-agent_3.1.18-1+deb9u1 has been pushed to the r3.1 testing repository for the Debian stretch template.
To test this update, first enable the testing repository in /etc/apt/sources.list.d/qubes-*.list by uncommenting the line containing stretch-testing, then use the standard update command:

sudo apt-get update && sudo apt-get dist-upgrade

Changes included in this update

Member

marmarek commented Jul 27, 2016

Automated announcement from builder-github

The package qubes-core-agent_3.1.18-1+deb9u1 has been pushed to the r3.1 testing repository for the Debian stretch template.
To test this update, first enable the testing repository in /etc/apt/sources.list.d/qubes-*.list by uncommenting the line containing stretch-testing, then use the standard update command:

sudo apt-get update && sudo apt-get dist-upgrade

Changes included in this update

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Jul 27, 2016

Member

Automated announcement from builder-github

The package qubes-core-agent_3.1.18-1+deb7u1 has been pushed to the r3.1 testing repository for the Debian wheezy template.
To test this update, first enable the testing repository in /etc/apt/sources.list.d/qubes-*.list by uncommenting the line containing wheezy-testing, then use the standard update command:

sudo apt-get update && sudo apt-get dist-upgrade

Changes included in this update

Member

marmarek commented Jul 27, 2016

Automated announcement from builder-github

The package qubes-core-agent_3.1.18-1+deb7u1 has been pushed to the r3.1 testing repository for the Debian wheezy template.
To test this update, first enable the testing repository in /etc/apt/sources.list.d/qubes-*.list by uncommenting the line containing wheezy-testing, then use the standard update command:

sudo apt-get update && sudo apt-get dist-upgrade

Changes included in this update

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Aug 5, 2016

Member

Automated announcement from builder-github

The package python2-dnf-plugins-qubes-hooks-3.1.18-1.fc21 has been pushed to the r3.1 stable repository for the Fedora fc21 template.
To install this update, please use the standard update command:

sudo yum update

Changes included in this update

Member

marmarek commented Aug 5, 2016

Automated announcement from builder-github

The package python2-dnf-plugins-qubes-hooks-3.1.18-1.fc21 has been pushed to the r3.1 stable repository for the Fedora fc21 template.
To install this update, please use the standard update command:

sudo yum update

Changes included in this update

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Aug 5, 2016

Member

Automated announcement from builder-github

The package python2-dnf-plugins-qubes-hooks-3.1.18-1.fc22 has been pushed to the r3.1 stable repository for the Fedora fc22 template.
To install this update, please use the standard update command:

sudo yum update

Changes included in this update

Member

marmarek commented Aug 5, 2016

Automated announcement from builder-github

The package python2-dnf-plugins-qubes-hooks-3.1.18-1.fc22 has been pushed to the r3.1 stable repository for the Fedora fc22 template.
To install this update, please use the standard update command:

sudo yum update

Changes included in this update

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Aug 5, 2016

Member

Automated announcement from builder-github

The package python2-dnf-plugins-qubes-hooks-3.1.18-1.fc23 has been pushed to the r3.1 stable repository for the Fedora fc23 template.
To install this update, please use the standard update command:

sudo yum update

Changes included in this update

Member

marmarek commented Aug 5, 2016

Automated announcement from builder-github

The package python2-dnf-plugins-qubes-hooks-3.1.18-1.fc23 has been pushed to the r3.1 stable repository for the Fedora fc23 template.
To install this update, please use the standard update command:

sudo yum update

Changes included in this update

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Aug 5, 2016

Member

Automated announcement from builder-github

The package qubes-core-agent_3.1.18-1+deb8u1 has been pushed to the r3.1 stable repository for the Debian jessie template.
To install this update, please use the standard update command:

sudo apt-get update && sudo apt-get dist-upgrade

Changes included in this update

Member

marmarek commented Aug 5, 2016

Automated announcement from builder-github

The package qubes-core-agent_3.1.18-1+deb8u1 has been pushed to the r3.1 stable repository for the Debian jessie template.
To install this update, please use the standard update command:

sudo apt-get update && sudo apt-get dist-upgrade

Changes included in this update

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Aug 5, 2016

Member

Automated announcement from builder-github

The package qubes-core-agent_3.1.18-1+deb9u1 has been pushed to the r3.1 stable repository for the Debian stretch template.
To install this update, please use the standard update command:

sudo apt-get update && sudo apt-get dist-upgrade

Changes included in this update

Member

marmarek commented Aug 5, 2016

Automated announcement from builder-github

The package qubes-core-agent_3.1.18-1+deb9u1 has been pushed to the r3.1 stable repository for the Debian stretch template.
To install this update, please use the standard update command:

sudo apt-get update && sudo apt-get dist-upgrade

Changes included in this update

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Aug 5, 2016

Member

Automated announcement from builder-github

The package qubes-core-agent_3.1.18-1+deb7u1 has been pushed to the r3.1 stable repository for the Debian wheezy template.
To install this update, please use the standard update command:

sudo apt-get update && sudo apt-get dist-upgrade

Changes included in this update

Member

marmarek commented Aug 5, 2016

Automated announcement from builder-github

The package qubes-core-agent_3.1.18-1+deb7u1 has been pushed to the r3.1 stable repository for the Debian wheezy template.
To install this update, please use the standard update command:

sudo apt-get update && sudo apt-get dist-upgrade

Changes included in this update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment