On Sun, Apr 20, 2014 at 5:30 AM, Zbigniew Jędrzejewski-Szmek
wrote:
>> >> PID1 crashes with this code, I have reverted the commit for now.
>> >> Please have a look.
>> >>
>> >> systemd[1]: Code should not be reached 'Unhandled socket type.'
>> >>at src/core/socket.c:684, functi
On Sat, Apr 19, 2014 at 12:56:45PM -0600, Matthew Monaco wrote:
> ---
Applied, thanks for the reminder.
> Semi-shameless bump, but new email address would be preferred
>> Really? No one has used this?
Either that, or their password starts with luks.key= or rd.luks.key=.
Zbyszek
>
> src/crypts
This has the advantage that we use the same sscanf
pattern as in other places where /proc/self/mountinfo is parsed,
and we avoid bugreports from people who are confused about missing
CONFIG_FHANDLE.
An alternate solution would be to warn when (at runtime) name_to_handle_at
is detected to be missin
On Sat, Apr 19, 2014 at 10:16:41PM +0200, Eelco Dolstra wrote:
> Hi Zbigniew,
>
> On 19/04/14 20:30, Zbigniew Jędrzejewski-Szmek wrote:
>
> >> PID1 crashes with this code, I have reverted the commit for now.
> >> Please have a look.
> >>
> >> systemd[1]: Code should not be reached 'Unhandled sock
Hello,
I have several LUKS encrypted volumes that use the same
passphrase. Before switching to systemd, I have used the decrypt_keyctl
keyscript to cache the passphrase, so that I have to enter it only once.
As far as I can tell, the systemd cryptsetup generator is ignoring the
keyscript option i
Hi Zbigniew,
On 19/04/14 20:30, Zbigniew Jędrzejewski-Szmek wrote:
>> PID1 crashes with this code, I have reverted the commit for now.
>> Please have a look.
>>
>> systemd[1]: Code should not be reached 'Unhandled socket type.'
>>at src/core/socket.c:684, function
>> instance_
---
Semi-shameless bump, but new email address would be preferred
src/cryptsetup/cryptsetup-generator.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cryptsetup/cryptsetup-generator.c
b/src/cryptsetup/cryptsetup-generator.c
index 75d56dd..f4eeb2a 100644
--- a/src/crypt
On Sat, Apr 19, 2014 at 01:58:03PM +0200, Kay Sievers wrote:
> On Thu, Apr 17, 2014 at 4:24 AM, Zbigniew Jędrzejewski-Szmek
> wrote:
> > On Wed, Apr 16, 2014 at 06:39:07PM +0200, Eelco Dolstra wrote:
> >> NixOS uses Unix domain sockets for certain host <-> container
> >> interaction; i.e. the host
Cases where name_to_handle_at is used allocated the full struct to be
MAX_HANDLE_SZ, and assigned this size to handle_bytes. This is wrong
since handle_bytes should describe the length of the flexible array
member and not the whole struct.
Define a union type which includes sufficient padding to a
---
Some of these are cases where the output variable is being modified,
but since path_kill_slashes can't fail, I didn't see this as being
controversial.
src/shared/cgroup-util.c | 10 +++---
src/shared/path-util.c | 3 +--
2 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/sr
On Fri, Apr 11, 2014 at 2:56 AM, Lennart Poettering
wrote:
> On Sat, 05.04.14 11:26, Tom Gundersen ([email protected]) wrote:
>
>>
>> On Sat, Apr 5, 2014 at 12:43 AM, Leonid Isaev wrote:
>> > I seem to have a strange issue with the way networkd processes its
>> > configuration files. The machi
On Thu, Apr 17, 2014 at 4:24 AM, Zbigniew Jędrzejewski-Szmek
wrote:
> On Wed, Apr 16, 2014 at 06:39:07PM +0200, Eelco Dolstra wrote:
>> NixOS uses Unix domain sockets for certain host <-> container
>> interaction; i.e. the host connects to a socket visible in the
>> container's directory tree, whe
12 matches
Mail list logo