[systemd-devel] removing dm-crypt mapping hangs on shutdown

2012-06-12 Thread Dave Reisner
Hi, I'm having some problems with a few of my VMs which all share in common an encrypted root. They pivot into a shutdown ramfs and walk through the blockdevs in sysfs, breaking down and unmounting each device. Universally, these VMs all hang when calling 'cryptsetup remove', and only under system

[systemd-devel] [PATCH 5/5] build-sys: add --enable-udev configure option

2012-06-12 Thread William Hubbs
--- Makefile.am |3 +++ configure.ac |8 2 files changed, 11 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 55ee80a..7cd68d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -237,7 +237,10 @@ SED_PROCESS = \ < $< > $@ || rm $@ include

[systemd-devel] [PATCH 4/5] build-sys: add --enable-systemd configure option

2012-06-12 Thread William Hubbs
--- Makefile.am |9 - configure.ac |8 2 files changed, 16 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index e3e1cf1..55ee80a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -238,7 +238,10 @@ SED_PROCESS = \ include Makefile-shared.am include M

[systemd-devel] [PATCH 2/5] build-sys: move udev build to a separate makefile

2012-06-12 Thread William Hubbs
--- Makefile-udev.am | 690 ++ Makefile.am | 673 + 2 files changed, 692 insertions(+), 671 deletions(-) create mode 100644 Makefile-udev.am diff --git a/Makefile-udev.am b/Makefile-ude

[systemd-devel] [PATCH 1/5] build-sys: move common libraries to separate Makefile

2012-06-12 Thread William Hubbs
--- Makefile-shared.am | 117 Makefile.am| 99 +--- 2 files changed, 118 insertions(+), 98 deletions(-) create mode 100644 Makefile-shared.am diff --git a/Makefile-shared.am b/Makefile-shared.

[systemd-devel] setting up to allow separate udev and systemd builds

2012-06-12 Thread William Hubbs
All, on source-based distros like gentoo or lfs, and on distros that do not use systemd as their init system, we need a way to build systemd and udev separately from each other so that udev can be built without all of systemd's build time dependencies. This series of patches splits up Makefile.am

[systemd-devel] git branches of stable Fedora releases

2012-06-12 Thread Michal Schmidt
Hello, a few people were interested in seeing the git tree from which I generate the patches for source RPMs in Fedora. The tree is now available at: git://fedorapeople.org/~michich/systemd.git Gitweb is here: http://fedorapeople.org/gitweb?p=michich/public_git/systemd.git The branches of int