[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#20757: "unable to fork" on armhf
From: |
Ludovic Courtès |
Subject: |
bug#20757: "unable to fork" on armhf |
Date: |
Mon, 08 Jun 2015 14:25:28 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Efraim Flashner <address@hidden> skribis:
> the log file came out a bit big, so I've hosted it here:
> https://flashner.co.il/~efraim/log
The culprit is:
clone(child_stack=0xbe835ef8,
flags=CLONE_NEWNS|CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWPID|CLONE_NEWNET|SIGCHLD)
= -1 EINVAL (Invalid argument)
3.0.36 is not so old so Mark probably came to the right conclusion: That
the kernel must be rebuilt with all these name space-related options.
Thanks,
Ludo’.