On Mon, Jul 9, 2012 at 4:48 PM, Lennart Poettering <[email protected]> wrote: > On Wed, 04.07.12 09:13, Yongsong Liu ([email protected]) wrote: > >> Now,I want to transplant systemd into tinycore system, I find a lots >> of problems by using systemd-40. > > > Please try to use more recent versions of systemd, if possible. > >> 1. Failed to open /dev/kmsg for logging: No such file or directory. >> CONFIG_DEVTMPFS_MOUNT=y in my custom kernel > > Hmm, this sounds suspicious. AFAIK you cannot actually disable /dev/kmsg > when building the kernel, so I have no idea.
You did not disable CONFIG_PRINTK in the kernel, right? Also if you have an initramfs, you need to mount devtmpfs manually at /dev, the kernel can not do that for you. Kay _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
