Closed adrelanos closed 1 year ago
By "during upgrade," do you mean during an in-place upgrade from 4.1 to 4.2? Your "steps to reproduce" don't mention any kind of upgrade.
Andrew David Wong:
By "during upgrade," do you mean during an in-place upgrade from 4.1 to 4.2? Your "steps to reproduce" don't mention any kind of upgrade.
sudo apt update && sudo apt dist-upgrade
Only that.
Not release upgrade.
This looks to be caused by the presence of /etc/qubes-rpc/qubes.SetDateTime.anondist.dpkg-new
file (and similar for qubes.SyncNtpClock
). qvm-features-request reports all installed qrexec services (executable files in /etc/qubes-rpc
) and those two have too long name for that (the limit is 32 chars).
So, while Whonix does trigger this issue, arguably it's a generic problem caused by longer service names - for qrexec itself, those are perfectly valid service names (even if those files aren't intended to be used as separate services).
Since changing the length limit in qvm-features-request is a more complex operation (protocol change), for now I'll make it fail gracefully (warning about too long service name).
Automated announcement from builder-github
The package core-agent-linux
has been pushed to the r4.2
testing repository for the Debian template.
To test this update, first enable the testing repository in /etc/apt/sources.list.d/qubes-*.list
by uncommenting the line containing bullseye-testing
(or appropriate equivalent for your template version), then use the standard update command:
sudo apt-get update && sudo apt-get dist-upgrade
Automated announcement from builder-github
The package core-agent-linux
has been pushed to the r4.2
testing repository for the CentOS centos-stream8
template.
To test this update, please install it with the following command:
sudo yum update --enablerepo=qubes-vm-r4.2-current-testing
Automated announcement from builder-github
The package core-agent-linux
has been pushed to the r4.2
testing repository for the Debian template.
To test this update, first enable the testing repository in /etc/apt/sources.list.d/qubes-*.list
by uncommenting the line containing bookworm-testing
(or appropriate equivalent for your template version), then use the standard update command:
sudo apt-get update && sudo apt-get dist-upgrade
Automated announcement from builder-github
The component core-agent-linux
(including package core-agent-linux
) has been pushed to the r4.2
testing repository for the Fedora template.
To test this update, please install it with the following command:
sudo dnf update --enablerepo=qubes-vm-r4.2-current-testing
Automated announcement from builder-github
The component core-agent-linux
(including package core-agent-linux
) has been pushed to the r4.2
testing repository for the Fedora template.
To test this update, please install it with the following command:
sudo dnf update --enablerepo=qubes-vm-r4.2-current-testing
Automated announcement from builder-github
The component core-agent-linux
(including package core-agent-linux
) has been pushed to the r4.2
testing repository for the Fedora template.
To test this update, please install it with the following command:
sudo dnf update --enablerepo=qubes-vm-r4.2-current-testing
Automated announcement from builder-github
The package core-agent-linux
has been pushed to the r4.2
stable repository for the CentOS centos-stream8
template.
To install this update, please use the standard update command:
sudo yum update
Automated announcement from builder-github
The package core-agent-linux
has been pushed to the r4.2
stable repository for the Debian template.
To install this update, please use the standard update command:
sudo apt-get update && sudo apt-get dist-upgrade
Automated announcement from builder-github
The package core-agent-linux
has been pushed to the r4.2
stable repository for the Debian template.
To install this update, please use the standard update command:
sudo apt-get update && sudo apt-get dist-upgrade
Automated announcement from builder-github
The component core-agent-linux
(including package core-agent-linux
) has been pushed to the r4.2
stable repository for the Fedora template.
To install this update, please use the standard update command:
sudo dnf update
Automated announcement from builder-github
The component core-agent-linux
(including package core-agent-linux
) has been pushed to the r4.2
stable repository for the Fedora template.
To install this update, please use the standard update command:
sudo dnf update
Automated announcement from builder-github
The component core-agent-linux
(including package core-agent-linux
) has been pushed to the r4.2
stable repository for the Fedora template.
To install this update, please use the standard update command:
sudo dnf update
Automated announcement from builder-github
The package qubes-core-agent_4.1.47-1
has been pushed to the r4.1
testing repository for the Debian template.
To test this update, first enable the testing repository in /etc/apt/sources.list.d/qubes-*.list
by uncommenting the line containing buster-testing
(or appropriate equivalent for your template version), then use the standard update command:
sudo apt-get update && sudo apt-get dist-upgrade
Automated announcement from builder-github
The package qubes-core-agent_4.1.47-1+deb10u1
has been pushed to the r4.1
stable repository for the Debian template.
To install this update, please use the standard update command:
sudo apt-get update && sudo apt-get dist-upgrade
Qubes OS release
R4.2
Brief summary
qvm-features-request
(part ofqubes-core-agent
) shows an error during upgrade.Steps to reproduce
whonix-gateway-17
orwhonix-gateway-17
.Expected behavior
No error.
Actual behavior
The following error.
Additional information
Complete log