summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-March/012851.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
commit1be510f9529cb082f802408b472a77d074b394c0 (patch)
treeb175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/2012-March/012851.html
parentfa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff)
downloadarchives-master.tar
archives-master.tar.gz
archives-master.tar.bz2
archives-master.tar.xz
archives-master.zip
Add zarb MLs html archivesHEADmaster
Diffstat (limited to 'zarb-ml/mageia-dev/2012-March/012851.html')
-rw-r--r--zarb-ml/mageia-dev/2012-March/012851.html165
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&#243;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:
+&gt;<i> Hi,
+</I>&gt;<i>
+</I>&gt;<i> Since switching to systemd, the mingetty we used to default to in
+</I>&gt;<i> inittab has been replaced by agetty (the default choice upstream).
+</I>&gt;<i>
+</I>&gt;<i> The question is should we switch it back to mingetty?
+</I>&gt;<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.
+
+&gt;<i> An argument against mingetty is that the current support in systemd will
+</I>&gt;<i> automatically work over serial consoles. With embedded systems and such
+</I>&gt;<i> more common these days, this might actually be a common situation (for
+</I>&gt;<i> very small values of &quot;common&quot; of course!).
+</I>&gt;<i>
+</I>&gt;&gt;<i> From the man page of mingetty:
+</I>&gt;<i>
+</I>&gt;<i> mingetty is a minimal getty for use on virtual consoles. Unlike
+</I>&gt;<i> agetty(8), mingetty is not suitable for serial lines. I recommend
+</I>&gt;<i> using mgetty(8) for this purpose.
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<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>&gt;<i> serial console support.
+</I>&gt;<i>
+</I>&gt;<i> Have people got strong opinions on this? Can anyone remember why we
+</I>&gt;<i> ended up defaulting to mingetty in the first place?
+</I>&gt;<i>
+</I>&gt;<i> Col
+</I>&gt;<i>
+</I>&gt;<i> PS I'm aware of some &quot;strange&quot; behaviour on the current gettys. When on
+</I>&gt;<i> a getty you can use the cursor keys and move the cursor around. Keys
+</I>&gt;<i> such as backspace don't seem to work if you mistype your username or
+</I>&gt;<i> password (I'm pretty sure this used to work, but maybe I'm
+</I>&gt;<i> misremembering?). This is slightly improved with mingetty - in that the
+</I>&gt;<i> cursor keys don't move the text entry area, but they do print
+</I>&gt;<i> non-printable characters that still can't be deleted. I'll try and make
+</I>&gt;<i> this nicer, but it's probably not the highest priority problem on my list :p
+</I>&gt;<i>
+</I>&gt;<i>
+</I>
+
+--
+J.A. Magallon &lt;jamagallon()ono!com&gt; \ 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>