On Sat, May 7, 2011 at 5:45 PM, Daniel Drake <[email protected]> wrote: > On 7 May 2011 21:23, Gustavo Sverzut Barbieri <[email protected]> wrote: >> Failed to initialize automounter: No such file or directory >> >> This one is a big thing. Compile your kernel with autofs support. You >> don't need any userspace program, but you need this in the kernel so >> systemd works. >> >> You better check you have the following set in your kernel config: >> CONFIG_AUTOFS4_FS=y >> CONFIG_CGROUPS=y >> CONFIG_DEVTMPFS=y >> >> then try again. > > I already have those set, here's the config: > http://dev.laptop.org/git/olpc-2.6/tree/arch/x86/configs/xo_1.5_defconfig?h=olpc-2.6.35 > > But you just gave me my starting point for debugging. I'll investigate > why this part is failing. Thanks!
maybe need CONFIG_DEVTMPFS_MOUNT=y as well? But yeah, take a look from top->bottom in the log, don't bother investigating the last messages if there are errors before them. -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: [email protected] Skype: gsbarbieri Mobile: +55 (19) 9225-2202 _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
