Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/QubesOS/qubes-core-admin
Qubes component: core-admin
https://github.com/QubesOS/qubes-core-admin
QubesOS/qubes-issues#4955
1949b0c777b431d02b55cb2ac855b530a6538a0b authored almost 6 years ago
This value needs to be set to actual static max for qmemman to work
properly. If it's set higher...
75916dca5d45e14982d75a0e1be39dc178e94688 authored almost 6 years ago
fc154fbbadc799d46a04608b122c7dba7074918a authored almost 6 years ago
6b93aea5bd93792f4c262c6dc8b3ffc1ae833c25 authored almost 6 years ago
4f71e9775feef68f5ee9ea0fe96be732a7505146 authored almost 6 years ago
First make the directory accessible again, otherwise os.path.ismount may
not detect it (so umoun...
Disk usage may change dynamically not only at VM start/stop. Refresh the
size cache before check...
If unmount is going to fail, let it do so explicitly, instead of hiding
the failure now, and obs...
Xenial environment has much newer GTK/Glib. For those test to run, few
more changes are needed:
...
QubesOS/qubes-issues#4613
b68746163bf56386df0c8ac80fe7feaa3d537aee authored almost 6 years ago
Compare "api name", not "display name" when selecting default target in
confirmation dialog.
And...
Global properties should be loaded in stage 3, mark them as such.
Otherwise they are not loaded ...
68622462d0960b047234aef1e3c75fc858849ab9 authored almost 6 years ago
* kernelopts-files:
vm: allow files in kernels_dir override built-in default kernelopts
* libvirt-template-r41:
libvirt: adjust domain xml template for upstream PVH format
517fb8da26dd0b8cb5ef11ddbecee13c8e756c74 authored almost 6 years ago
13f351a4a7beae6900d593abd424293b77e9c02d authored almost 6 years ago
3a9c28b4ff7467a0eeb957f833ad8ad8d4b84301 authored almost 6 years ago
Fixes QubesOS/qubes-issues#4670
f4528296b5d51486bbc1ea821078d7765a45a25d authored almost 6 years ago
Setting template_for_dispvms=False will at least prevent starting
(already existing) DispVMs bas...
Reported by @v6ak
dde3c637a119e698c13f7a9c9ff8015a0cea9a63 authored almost 6 years ago1ba8d7971f57487170033926aeb5a705726142c7 authored almost 6 years ago
Fix multiple instances of 'no-else-raise' warning.
092fb9659d676906c6b8ca41543a0f6ba49c01a2 authored almost 6 years agoNo functional change.
4a3772bb5700e9ce7d802afc6110c8d9313fb327 authored almost 6 years agoUse fixed timestamp.
933882ee9bc9e38b35b16e0ca2ddad9ca00c45e8 authored almost 6 years ago23bfc18535f97db50840c6d856164674024798d1 authored almost 6 years ago
Pool setup/destroy may be a time consuming operation, allow them to be
asynchronous. Fortunately...
It may make sense to force explicit template choice on VM creation,
especially with more restric...
5aa49168e59deaf81a909b5189967d40e33c7627 authored almost 6 years ago
723b33a2f690c7be26ded788fb68a5956b8ef62d authored almost 6 years ago
2bd709501b7be5ee91688a8d69c25942933c2a09 authored almost 6 years ago
If kernel package ships default-kernelopts-common.txt file, use that
instead of hardcoded Linux-...
First of all, do not try to call those services in VMs not having qrexec
installed - for example...
libxenvchan currently can't handle loopback connections. Since error
reporting on vchan connecti...
Since we have more reliable domain-shutdown event delivery (it si
guaranteed to be delivered bef...
QubesOS/qubes-issues#3642
357231ca8f6d128806f456eeecf7e5dce9d392b6 authored almost 6 years ago
Just after LVM volume is created, udev tries to analyze it. This
prevents mkfs from creating fil...
QubesOS/qubes-issues#4736
50a89aac3fb8ebefca2cbded8b608da797dad4b9 authored almost 6 years ago
Report proper error message, instead of throwing AttributeError on such
calls.
Fixes QubesOS/qu...
52226508689504d9ecb4b250a1b580c3003bc64d authored almost 6 years agoFixes QubesOS/qubes-issues#4668
318ed439ff259276d2a0ddc5b08112a27af1c4ea authored almost 6 years agoQubesOS/qubes-issues#4454
7433f835819addcdc876733a49bb7a2e40c00537 authored almost 6 years agoFixes QubesOS/qubes-issues#4224
27a0fe25ab250f65a84c13abbb0289547c858c13 authored almost 6 years agoFixes QubesOS/qubes-issues#4454
4f5687440f6c840f9ff9de7bfac06e989aedd47f authored almost 6 years ago
Return meaningful value for kernels_dir if VM has no 'kernel' volume.
Right now it's mostly usef...
Boolean properties require specific setter to properly handle literal
"True" and "False" values....
If default-kernelopts-pci.txt is present, it will override default
built-in kernelopts for the V...
The jinja templates are located in either /etc/qubes/templates or
/usr/share/qubes/templates. /u...
5b28c17eed21190500ada00a54e2e4c5c42b577d authored almost 6 years ago
The final PVH support upstream use different machine type name.
adcc9d7e771a9cfe995ed47cbde3d91c4503bb75 authored almost 6 years ago
If a specific DVM template is used for given DispVM, make new DispVMs
called from it use the sam...
322306ec65fa2a213d5fda7b20b0e39855d1253a authored about 6 years ago
* devel-20181130:
rpm: drop uneeded dependencies:
Look for the first updateable template up in the template chain, instead
of going just one level...
Make self.src.template separate mock instance for better control over
results.
Fixes QubesOS/qubes-issues#3603
a88733149dbafbf7ced8748b4e4d409083ccce82 authored about 6 years ago
Instead of checking if domain is still running/paused, try to kill it
anyway and ignore appropri...
some-vm-root is a valid VM name, and in that case it's volume can be
named some-vm-root-private....
* tests-20181223:
tests: drop expectedFailure from qubes_desktop_run test
tests: grub in HVM...
* origin/pr/249:
qubes/utils: parse_size: Fix string comparison
This commit resolves a bug which causes strings such as "350MiB" to be
rejected by parse_size, d...
* origin/pr/248:
Drop lvm2-python-libs which is not used anymore
Test grub in both PV and HVM. This change will also ease adding grub
test for PVH, when supported.
Pending updates for dom0 are now signaled the same way as for templates
- with 'updates-availabl...
186702646ea503dd5c087099a3a53d621e37e260 authored about 6 years ago
The revisions listing code mistakes VM name suffix with volume name.
QubesOS/qubes-issues#4680
4c4e0083684c54e275b6d5ec9e30611b834b9201 authored about 6 years ago
The user of ExtraTestCase don't need to know anything about asyncio.
vm.run().wait() normally is...
Since 4dc86310 "Use maxmem=0 to disable qmemman, add more automation to
it" meminfo-writer servi...
536efb7519a867e55c526fd7e6f19fdc873f361b authored about 6 years ago
c5cd3628c6c6a5781beeff767fc537a5e1c166f1 authored about 6 years ago
This is for adjusting videoram size. See
QubesOS/qubes-gui-agent-linux@d222e16003c072bd6b420feaf...
- Two new methods: .features.check_with_adminvm() and
.check_with_template_and_adminvm(). Comm...
53ae36281e87f68dcb599f72a9806d7a612e4d13 authored about 6 years ago
3728230e3cee2b592f1c75e0ea771e88efd3c10f authored about 6 years ago
* devel-20181205:
vm/dispvm: fix /qubes-vm-presistence qubesdb entry
vm/mix/net: prevent set...
It should be 'none' for DispVM.
Fixes QubesOS/qubes-issues#4007
f66aae220fbb92ea09143b33b966f796afcd140e authored about 6 years ago
* origin/pr/243:
Fix typo
41f463f2fc7c4e724e781c88060f0d818e3720df authored about 6 years ago
067f86ba3f083f8a1c54e24e8e9b866de508819e authored about 6 years ago
d4e567cb1059fa8dfe7de97a10b17967f89d7d72 authored about 6 years ago
Add symmetric check to the one in 'netvm' property.
Fixes QubesOS/qubes-issues#4552
7a6e4b284f56f76d72764409c8ac3e58e24adbc1 authored about 6 years ago
First install test-pkg-1.0, then add test-pkg-1.1 to repo and check if
updates-available flag is...
cea9f66bc35e15a3efeb48910a0af3d3ac8be27f authored about 6 years ago
2edafacbe4f55b18bde0c7c40baae55888a39f9b authored about 6 years ago
It is part of backup-restore code, but it was moved to
core-admin-client repo.
162196a1f824ad6aeb715931533ae81c13c20339 authored about 6 years ago
91c9e4961231f4e53f80d74cea65c894fd7fe3b4 authored about 6 years ago
eee9964b11ee6f8788ce7fd749f6d4d14b76531c authored about 6 years ago
10f4329db7ed062d958fd940357ce31fe9bbec68 authored about 6 years ago
The new property is meant for management stack (Salt) to set which DVM
template should be used t...
gnome-packagekit: no longer needed, especially not in this package;
qubes-dom0-update tool is in...
* origin/pr/242:
Drop async future check with python3 version
tracis-ci: add support for fc2...
2d89ff479b67e09fbdaa63358c479b9e39269e87 authored about 6 years ago
QubesOS/qubes-issues#4225
313a22d4d640612447101cfc9f6cabe45c1c8928 authored about 6 years ago0407dc1ac588fc9673047f4eab4ed7b4f6c1fcf0 authored about 6 years ago
Related to automatic mem balance enabling/disabling. Check how it behave
in presence of PCI devi...
Use maxmem=0 for disabling dynamic memory balance, instead of cryptic
service.meminfo-writer fea...
62bc462a2349ec3deb93333c2c131642f2a43b4c authored about 6 years ago
Migrate meminfo-writer=False service setting to maxmem=0 as a method to
disable dynamic memory m...
Restore old code for calculating subdir within the archive. The new one
had two problems:
- set...