Re: [PATCH] Console: fall back to /dev/null when no console isavaillable

From: Alan Cox
Date: Wed Oct 06 2004 - 15:42:18 EST


On Mer, 2004-10-06 at 18:41, Greg KH wrote:
> Good point. So, should we do it in the kernel, in call_usermodehelper,
> so that all users of this function get it correct, or should I do it in
> userspace, in the /sbin/hotplug program?
>
> Any opinions?

Userspace is more flexible. What does the kernel do if it can't figure
out what to open as fd 0, 1, 2. Either it explodes or asks user space.
While /sbin/hotplug can mknod itself a private /dev/null and
/dev/console in an emergency.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/