1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] systemd vs dm
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20systemd%20vs%20dm&In-Reply-To=%3C20110918012847.41a47c2d%40werewolf.home%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="008185.html">
<LINK REL="Next" HREF="008194.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] systemd vs dm</H1>
<B>JA Magallon</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20systemd%20vs%20dm&In-Reply-To=%3C20110918012847.41a47c2d%40werewolf.home%3E"
TITLE="[Mageia-dev] systemd vs dm">jamagallon at ono.com
</A><BR>
<I>Sun Sep 18 01:28:47 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="008185.html">[Mageia-dev] systemd vs dm
</A></li>
<LI>Next message: <A HREF="008194.html">[Mageia-dev] systemd vs dm
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8193">[ date ]</a>
<a href="thread.html#8193">[ thread ]</a>
<a href="subject.html#8193">[ subject ]</a>
<a href="author.html#8193">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Sat, 17 Sep 2011 13:59:13 +0000
Dick Gevers <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">dvgevers at xs4all.nl</A>> wrote:
><i> On Sat, 17 Sep 2011 14:38:56 +0100, Colin Guthrie wrote about Re:
</I>><i> [Mageia-dev] systemd vs dm:
</I>><i>
</I>><i> >Yeah, please open a bug against initscripts (feel free to assign it to
</I>><i> >me) just so it's not forgotten.
</I>><i>
</I>><i> For the record (you already found it):
</I>><i> <A HREF="https://bugs.mageia.org/show_bug.cgi?id=2760">https://bugs.mageia.org/show_bug.cgi?id=2760</A>
</I>><i>
</I>
Well, i have set SPEEDBOOT=no, installed sysvinit to replace systemd-sysvinit,
and still GDM does strange things.
Right after boot, it does not allow to switch to any vt, and even if you
do it, sometimes hangs.
I see this in messages:
Sep 18 01:14:37 one /sbin/mingetty[3285]: tty2: invalid character 0xbc in login name
If I restart gdm (via an ssh session), I can see that tty2 has a couple lines of
garbage after the login prompt.
It looks like gdm tries to use tty2, and bangs against mingetty, see that tty2
session is the last:
root 3284 1 0 01:14 tty1 00:00:00 /sbin/mingetty tty1
root 3286 1 0 01:14 tty3 00:00:00 /sbin/mingetty tty3
root 3287 1 0 01:14 tty4 00:00:00 /sbin/mingetty tty4
root 3288 1 0 01:14 tty5 00:00:00 /sbin/mingetty tty5
root 3289 1 0 01:14 tty6 00:00:00 /sbin/mingetty tty6
root 3504 1 0 01:14 tty2 00:00:00 /sbin/mingetty tty2
root 7402 7399 0 01:21 tty8 00:00:00 /etc/X11/X :0 -br -verbose -logverbose 7 -auth /var/run/gdm/auth-for-gdm-LD0qed/database -nolisten tcp
How could I add the option 'vt7' to the X server command line ? New gdm
custom.conf does not support the [servers] section I planned to use
(from what I have been able to read).
A workaround should be to hardcode, even in sources if needed, the option
to use vt7. It is no so dangerous, even systemd makes tty7 the mandatory
X target as it has a conflict in gdm for tty7...
I also have noticed that systemd uses agetty, and /etc/inittab uses mingetty.
To really compare things and rule aout any bugs, both should be the same...
Any ideas ?
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="008185.html">[Mageia-dev] systemd vs dm
</A></li>
<LI>Next message: <A HREF="008194.html">[Mageia-dev] systemd vs dm
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8193">[ date ]</a>
<a href="thread.html#8193">[ thread ]</a>
<a href="subject.html#8193">[ subject ]</a>
<a href="author.html#8193">[ 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>
|