Marek Marczykowski-Górecki
f0f82fc7e5
qrexec: fix loop bounds
2014-07-26 02:14:56 +02:00
Marek Marczykowski-Górecki
27a12a0aac
debian: update deps
2014-07-26 01:57:58 +02:00
Davíð Steinn Geirsson
65e8e96a68
Initial debian packaging
2014-07-23 05:13:32 +02:00
Davíð Steinn Geirsson
7098842bb6
Explicitly specify /bin/bash for Makefile SHELL, since it's required.
2014-07-23 05:13:22 +02:00
Davíð Steinn Geirsson
e5fa610b0d
Use xenstore.h instead of xs.h when xen >= 4.2
2014-07-23 05:13:06 +02:00
Davíð Steinn Geirsson
2ddea415b2
Check for xenstore-read in /usr/sbin as well (default on debian)
2014-07-23 05:11:31 +02:00
Davíð Steinn Geirsson
0a9199623c
Fix make clean target
2014-07-23 05:11:26 +02:00
Davíð Steinn Geirsson
f3d3d501ca
Split install target into install-common and install-rh, and add all target
2014-07-23 05:11:07 +02:00
Marek Marczykowski-Górecki
6361ea4c95
rpm: mark config files with %config(noreplace)
2014-07-23 04:45:11 +02:00
Marek Marczykowski-Górecki
b6cf7ddd96
version 2.1.39
2014-07-17 11:39:38 +02:00
Marek Marczykowski-Górecki
90c84be5fb
systemd: do not reexec when not necessary
...
Do not reexec systemd when running version is the same as installed
binary. Apparently reexec causes some race condifions, which result in
assertion fail in systemd.
2014-07-16 04:15:21 +02:00
Marek Marczykowski-Górecki
386ad66d6c
version 2.1.38
2014-07-04 20:35:31 +02:00
Marek Marczykowski-Górecki
fd42d99803
dispvm: close all windows after apps prerun ( #872 )
...
Killing Xorg makes "unclean" termination of applications. Some apps
(Firefox) complains about that at next startup.
2014-07-04 18:51:02 +02:00
Marek Marczykowski-Górecki
eeb66ad8e9
rpm: enable/disable services when corresponding packages got installed
...
Otherwise when someone installed NetworkManager after qubes-core-vm (for
example in "minimal" template), it will not be configured correctly.
2014-07-04 18:48:35 +02:00
Marek Marczykowski-Górecki
57f111a08d
Do not start nm-applet at all when no NetworkManager running - update ( #857 )
...
Apparently nm-applet.desktop was changed upstream. It does no longer
contain OnlyShowIn, but NotShowIn.
2014-07-04 18:47:11 +02:00
Marek Marczykowski-Górecki
25557fa158
rpm: enable haveged service by default ( #673 )
2014-07-04 12:00:54 +02:00
Marek Marczykowski-Górecki
0cf2a713b9
rpm: require generic "desktop-notification-daemon" not a specific one
2014-07-03 02:05:39 +02:00
Marek Marczykowski-Górecki
a1c1003d64
version 2.1.37
2014-06-18 00:37:30 +02:00
Marek Marczykowski-Górecki
44aaa81042
Do not start nm-applet at all when no NetworkManager running ( #857 )
2014-05-30 22:44:50 +02:00
Marek Marczykowski-Górecki
25612afc80
Fix formating
2014-05-25 00:55:51 +02:00
Marek Marczykowski-Górecki
84957e78da
Add --dispvm to qvm-run documentation
2014-05-25 00:54:55 +02:00
Marek Marczykowski-Górecki
9f9d5d5fe7
version 2.1.36
2014-05-22 02:13:56 +02:00
Marek Marczykowski-Górecki
510edfb071
network: setup NM connection when its active in the ProxyVM
2014-05-22 01:36:15 +02:00
Marek Marczykowski-Górecki
486b148a08
Configure only installed programs
2014-05-22 01:31:43 +02:00
Marek Marczykowski-Górecki
923af1c94b
Hide nm-applet icon earlier ( #857 )
...
Since d660f260b8
icon is hidden during VM
startup for non-netvm. Because qubes-session handles tasks sequentially,
move that one earlier to not scary the user with ghost icon.
2014-05-15 01:27:31 +02:00
Marek Marczykowski-Górecki
fe69bba14b
rpm: remove /lib/firmware/updates link
...
It is no longer needed and currently broke linux-firmware package
installation.
2014-05-12 00:37:22 +02:00
Vincent Penquerc'h
b21ee1fc42
vm-file-editor: remove temporary file on exit
...
This allows editing the same file more than once on the
same (non disposable) VM, as well as keeping /tmp from
ballooning indefinitely.
2014-05-10 12:42:13 +02:00
Marek Marczykowski-Górecki
1733838b02
Merge remote-tracking branch 'woju/master'
2014-05-08 14:46:15 +02:00
Wojciech Zygmunt Porczyk
40fcbdebaa
misc: do not display file preview by default ( #813 )
2014-05-08 14:17:24 +02:00
Marek Marczykowski-Górecki
5401901289
version 2.1.35
2014-05-05 21:30:52 +02:00
Marek Marczykowski-Górecki
acb74e89e2
qubes-rpc: log service stderr to syslog instead of sending to dom0 ( #842 )
2014-05-05 05:22:06 +02:00
Marek Marczykowski-Górecki
969122cf4f
suspend: fix dbus-send invocation
2014-05-01 01:10:57 +02:00
Marek Marczykowski-Górecki
dc88dc524c
version 2.1.34
2014-04-23 03:14:59 +02:00
Marek Marczykowski-Górecki
15579d529e
archlinux: do not fail mount /usr/lib/modules if already mounted
2014-04-23 03:14:28 +02:00
Marek Marczykowski-Górecki
5912ea4330
rpm: fix notification-daemon setup
2014-04-23 01:54:28 +02:00
Marek Marczykowski-Górecki
f1a997c1c4
systemd: reexec systemd to ensure right version is running
...
SystemD version can differ from initramfs one (which is build in dom0
build environment), so reexec it at startup.
This fixes systemd-212 archlinux issue.
2014-04-23 01:50:21 +02:00
Marek Marczykowski-Górecki
6d3c73c741
systemd: relax qubes-sysinit dependencies
...
It doesn't need all local filesystems, only /, /run, /proc/xen and loaded
modules.
2014-04-23 01:32:31 +02:00
Marek Marczykowski-Górecki
12080a42a2
rpm: do not disable abrt-applet autostart
2014-04-23 01:31:57 +02:00
Marek Marczykowski-Górecki
bd6ba19407
Enable compiler optimization.
2014-04-22 00:57:36 +02:00
Marek Marczykowski-Górecki
8018b9d3ee
Fix compiler warnings.
...
Mostly harmless cases of warn_unused_result.
2014-04-22 00:56:52 +02:00
Marek Marczykowski-Górecki
0fad94a21f
version 2.1.33
2014-04-15 04:11:13 +02:00
Marek Marczykowski-Górecki
efe7612fbf
dom0-updates: confirm yum transaction (yum -y)
...
Otherwise yum waits for confirmation, without showing the prompt.
2014-04-15 04:09:53 +02:00
Marek Marczykowski-Górecki
7966e2d6c9
version 2.1.32
2014-04-10 04:16:28 +02:00
Marek Marczykowski-Górecki
3b55facb2e
Update repo file for R2rc1 repo
2014-04-10 04:08:49 +02:00
Marek Marczykowski-Górecki
3558419612
version 2.1.31
2014-04-05 00:36:03 +02:00
Marek Marczykowski-Górecki
a4fc4822ef
dom0-updates: use yum --downloadonly instead of yumdownloader
...
This better handles dependencies (especially of "Obsolete:" type).
Unfortunately yum install/upgrade checks if running as root. Because we
are only downloading packages, using local "system root" (--installroot
option) no real root access is requires, so use fakeroot to mute yum
error.
2014-03-28 06:52:31 +01:00
Marek Marczykowski-Górecki
0dd45655e3
init: remove rc.local-early reference
...
It can't work - there is no /rw mounted at this VM startup stage.
2014-03-28 05:12:48 +01:00
Marek Marczykowski-Górecki
e88b6e38be
network: suppress NetworkManager from touching inter-vm interfaces ( #774 )
...
Those interfaces are configured by qubes scripts (based on xenstore data
filled by qubes core).
2014-03-28 02:57:12 +01:00
Marek Marczykowski-Górecki
4c3d5a46c2
firewall: replace deprecated "state" iptables module with "conntrack"
2014-03-28 02:56:43 +01:00
Marek Marczykowski-Górecki
f2ff044539
yum-proxy: fix iptables rules order
...
Add the rules at the beginning of chain, so before final REJECT rule.
2014-03-26 00:02:10 +01:00