So I have this "boot into chroot" system that I wrote for GNOME:
https://live.gnome.org/OSTree/
Where the two interesting aspects here are:
1) I want the ability to allow people to try GNOME builds natively
without destroying their root partition - hence, chroots.
2) This allows for fully ato
On Sun, 23 Sep 2012, Colin Walters wrote:
On Sat, 2012-09-22 at 16:34 -0700, Khem Raj wrote:
git bisect tells me that its happening due to
commit 877d54e9b09e093c2102f519a84e2a52637ae035
Author: Lennart Poettering
Date: Fri Aug 24 22:21:20 2012 +0200
journal: generate structured journ
Dear all,
I porting the start scripts of cruisecontrol system to the native systemd
service configuration. It goes quiet well, the only "trouble" I have with the
options configuration.
Since cruisecontrol is written in Java, there are two ways of how to configure
the daemon (and CC use them bot
On Sat, 2012-09-22 at 16:34 -0700, Khem Raj wrote:
> git bisect tells me that its happening due to
>
> commit 877d54e9b09e093c2102f519a84e2a52637ae035
> Author: Lennart Poettering
> Date: Fri Aug 24 22:21:20 2012 +0200
>
> journal: generate structured journal messages for a number of even
I responded too early, mdadm has caused its own set of problems:
- During the boot process, the mdXpX.device don't get marked as active
automatically causing X.mount based on those devices to fail.
Once I get to the emergency shell, simply calling 'systemctl
daemon-reload' reloads the mdXpX.device
Hi all,
(Hopefully this list is appropriate for this -- please let me know if
there's a more appropriate one.)
I'm having a little trouble with NFS mounts when starting them via
systemd, but I'm hoping that I may have missed something obvious.
Here's the snippet from /etc/fstab:
192.168.0.1:/sr
n Fri, Sep 21, 2012 at 4:30 PM, Lennart Poettering
wrote:
> On Fri, 21.09.12 15:25, Václav Pavlín (vpav...@redhat.com) wrote:
>
>> You can find few patches for various bugs in attachement.
>
> Thanks!
>
> I'll let Kay merge the udev related patches. The rest I merged, with a
> few exceptions:
Vác
On Sun, Sep 23, 2012 at 01:33:52PM +0200, Dennis Ek wrote:
> First of all: I'm running the latest Arch Linux (complete with the latest
> systemd and everything else) and I've encrypted both my / and /home.
>
> Now, the problem is that I can't get my /home to automount once I've
> mounted my /. My
First of all: I'm running the latest Arch Linux (complete with the latest
systemd and everything else) and I've encrypted both my / and /home.
Now, the problem is that I can't get my /home to automount once I've
mounted my /. My /etc/crypttab looks like this:
home /dev/sda3 /etc/homepwd
I