#414 closed defect (fixed)
fc15-based firewallvm doesn't create PR-QBS net rules
| Reported by: | joanna | Owned by: | marmarek |
|---|---|---|---|
| Priority: | major | Milestone: | Release 1 Beta 3 |
| Component: | core | Keywords: | |
| Cc: | marmarek |
Description
... and as a result DNS doesn't work in any other VM using this fvwm. When switching back to fc14 (qvm-pres -s firewallvm template fedora-14-x64) all works fine.
Change History (6)
comment:1 Changed 17 months ago by marmarek
comment:2 Changed 17 months ago by joanna
So, after you add proper systemd support, will qubes-core-vm still work on fc14? I think such backward compatibility would be desirable.
comment:3 Changed 17 months ago by marmarek
Yes, this will be (actually is, but uncommited) separate subpackage (core-vm-sysvinit and core-vm-systemd).
comment:4 Changed 16 months ago by marmarek
- Owner changed from joanna to marmarek
- Status changed from new to accepted
comment:5 Changed 16 months ago by marmarek
- Resolution set to fixed
- Status changed from accepted to closed
comment:6 Changed 16 months ago by marmarek
Update instruction: install qubes-core-vm and qubes-core-vm-systemd. Yum should automatically remove obsoleted packages.

There is race between startup scripts, because systemd (init in FC15+) starts scripts with the same priority simultaneously. /var/run/qubes is created too late.
This will be fixed by using proper systemd services with real dependencies (not just numbers for ordering).