diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/2012-March/012851.html | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-dev/2012-March/012851.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-March/012851.html | 165 |
1 files changed, 165 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-March/012851.html b/zarb-ml/mageia-dev/2012-March/012851.html new file mode 100644 index 000000000..2fa70957a --- /dev/null +++ b/zarb-ml/mageia-dev/2012-March/012851.html @@ -0,0 +1,165 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] agetty vs. mingetty + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20agetty%20vs.%20mingetty&In-Reply-To=%3C4F595F89.6090500%40ono.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="012850.html"> + <LINK REL="Next" HREF="012864.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] agetty vs. mingetty</H1> + <B>JA Magallón</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20agetty%20vs.%20mingetty&In-Reply-To=%3C4F595F89.6090500%40ono.com%3E" + TITLE="[Mageia-dev] agetty vs. mingetty">jamagallon at ono.com + </A><BR> + <I>Fri Mar 9 02:40:25 CET 2012</I> + <P><UL> + <LI>Previous message: <A HREF="012850.html">[Mageia-dev] agetty vs. mingetty +</A></li> + <LI>Next message: <A HREF="012864.html">[Mageia-dev] agetty vs. mingetty +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#12851">[ date ]</a> + <a href="thread.html#12851">[ thread ]</a> + <a href="subject.html#12851">[ subject ]</a> + <a href="author.html#12851">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 03/08/2012 03:17 PM, Colin Guthrie wrote: +><i> Hi, +</I>><i> +</I>><i> Since switching to systemd, the mingetty we used to default to in +</I>><i> inittab has been replaced by agetty (the default choice upstream). +</I>><i> +</I>><i> The question is should we switch it back to mingetty? +</I>><i> +</I> +Lookin other things I also looked at agetty manual, and found a couple +useful things: + +o Optionally displays an alternative issue file instead of /etc/issue. + +o Optionally does not ask for a login name. + +o Optionally invokes a non-standard login program instead of /bin/login. + +This looks ideal for the case where prefdm fails and you want to show +a big barner about it on tty1, or even drop the user direcly into +drakx text mode without any login. Perhaps it can be done in prefdm +if launching DISPLAYMANAGER fails. + +So, if space or memory is not an issue, I will go for agetty in both +systemd and inittab. + +><i> An argument against mingetty is that the current support in systemd will +</I>><i> automatically work over serial consoles. With embedded systems and such +</I>><i> more common these days, this might actually be a common situation (for +</I>><i> very small values of "common" of course!). +</I>><i> +</I>>><i> From the man page of mingetty: +</I>><i> +</I>><i> mingetty is a minimal getty for use on virtual consoles. Unlike +</I>><i> agetty(8), mingetty is not suitable for serial lines. I recommend +</I>><i> using mgetty(8) for this purpose. +</I>><i> +</I>><i> +</I>><i> So if we switch to mingetty in <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">getty at .service</A> we'll be sacrificing +</I>><i> serial console support. +</I>><i> +</I>><i> Have people got strong opinions on this? Can anyone remember why we +</I>><i> ended up defaulting to mingetty in the first place? +</I>><i> +</I>><i> Col +</I>><i> +</I>><i> PS I'm aware of some "strange" behaviour on the current gettys. When on +</I>><i> a getty you can use the cursor keys and move the cursor around. Keys +</I>><i> such as backspace don't seem to work if you mistype your username or +</I>><i> password (I'm pretty sure this used to work, but maybe I'm +</I>><i> misremembering?). This is slightly improved with mingetty - in that the +</I>><i> cursor keys don't move the text entry area, but they do print +</I>><i> non-printable characters that still can't be deleted. I'll try and make +</I>><i> this nicer, but it's probably not the highest priority problem on my list :p +</I>><i> +</I>><i> +</I> + +-- +J.A. Magallon <jamagallon()ono!com> \ Winter is coming... +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="012850.html">[Mageia-dev] agetty vs. mingetty +</A></li> + <LI>Next message: <A HREF="012864.html">[Mageia-dev] agetty vs. mingetty +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#12851">[ date ]</a> + <a href="thread.html#12851">[ thread ]</a> + <a href="subject.html#12851">[ subject ]</a> + <a href="author.html#12851">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |