Skip to content
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
Closed

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

andrewdavidwong opened this issue Jul 27, 2016 · 17 comments
Labels
C: core P: major Priority: major. Between "default" and "critical" in severity. r3.1-fc21-stable r3.1-fc22-stable r3.1-fc23-stable r3.1-jessie-stable r3.1-stretch-stable r3.1-wheezy-stable T: bug Type: bug report. A problem or defect resulting in unintended behavior in something that exists.

Comments

@andrewdavidwong
Copy link
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 andrewdavidwong added T: bug Type: bug report. A problem or defect resulting in unintended behavior in something that exists. C: core P: major Priority: major. Between "default" and "critical" in severity. labels Jul 27, 2016
@andrewdavidwong andrewdavidwong added this to the Release 3.1 updates milestone Jul 27, 2016
@andrewdavidwong
Copy link
Member Author

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
Copy link
Member Author

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

@marmarek
Copy link
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?

marmarek added a commit to QubesOS/qubes-core-agent-linux that referenced this issue Jul 27, 2016
The first line of HTML wasn't written to the file.

Fixes QubesOS/qubes-issues#2205
@andrewdavidwong
Copy link
Member Author

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
Copy link
Member Author

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
Copy link
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

@marmarek
Copy link
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

@marmarek
Copy link
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

@marmarek
Copy link
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

@marmarek
Copy link
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

@marmarek
Copy link
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

@marmarek
Copy link
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
Copy link
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
Copy link
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
Copy link
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
Copy link
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
Copy link
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
Labels
C: core P: major Priority: major. Between "default" and "critical" in severity. r3.1-fc21-stable r3.1-fc22-stable r3.1-fc23-stable r3.1-jessie-stable r3.1-stretch-stable r3.1-wheezy-stable T: bug Type: bug report. A problem or defect resulting in unintended behavior in something that exists.
Projects
None yet
Development

No branches or pull requests

2 participants