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/2011-September/008088.html | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-1be510f9529cb082f802408b472a77d074b394c0.tar archives-1be510f9529cb082f802408b472a77d074b394c0.tar.gz archives-1be510f9529cb082f802408b472a77d074b394c0.tar.bz2 archives-1be510f9529cb082f802408b472a77d074b394c0.tar.xz archives-1be510f9529cb082f802408b472a77d074b394c0.zip |
Diffstat (limited to 'zarb-ml/mageia-dev/2011-September/008088.html')
-rw-r--r-- | zarb-ml/mageia-dev/2011-September/008088.html | 192 |
1 files changed, 192 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-September/008088.html b/zarb-ml/mageia-dev/2011-September/008088.html new file mode 100644 index 000000000..1515af042 --- /dev/null +++ b/zarb-ml/mageia-dev/2011-September/008088.html @@ -0,0 +1,192 @@ +<!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=%3C20110915072633.39528dc2%40ono.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008087.html"> + <LINK REL="Next" HREF="008090.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=%3C20110915072633.39528dc2%40ono.com%3E" + TITLE="[Mageia-dev] systemd vs dm">jamagallon at ono.com + </A><BR> + <I>Thu Sep 15 07:26:33 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="008087.html">[Mageia-dev] systemd vs dm +</A></li> + <LI>Next message: <A HREF="008090.html">[Mageia-dev] systemd vs dm +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8088">[ date ]</a> + <a href="thread.html#8088">[ thread ]</a> + <a href="subject.html#8088">[ subject ]</a> + <a href="author.html#8088">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Thu, 15 Sep 2011 11:07:50 +0200 +Guillaume Rousse <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">guillomovitch at gmail.com</A>> wrote: + +><i> Le 15/09/2011 06:53, JA Magallon a écrit : +</I>><i> > Hi... +</I>><i> > +</I>><i> > Well, I'm starting to fight systemd... +</I>><i> > +</I>><i> > First easy to describe problem (apart from many others I will try to spot...) +</I>><i> > dm starts before getty, finds the first usable tty (usually tty2), and gets +</I>><i> > that. Everything supposes it runs on tty7 (see conflicts in systemd units +</I>><i> > with <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">getty at tty7</A> and so on...). If you restart dm, as it always tries +</I>><i> > to find the first free tty, it depends on which ttys you have tried to +</I>><i> > use to see where it starts. +</I>><i> > +</I>><i> > I have been looking where to put the 'vt7' option for Xorg, to force it +</I>><i> > there and make it independent of order, but as gdm has +</I>><i> > not a gdm.conf file anymore, everything is on gconf files in /var/lib/gdm, +</I>><i> > I've had no luck. +</I>><i> I don't think so, there is still a /etc/X11/gdm/custom.conf +</I>><i> configuration file. +</I>><i> +</I>><i> > This is beginning to look like windows, we have a registry nobody understands +</I>><i> > and things happen and you don't know why (because my /var/log/messages is +</I>><i> > empty....0 size). +</I>><i> Check your syslog implementation service being enabled. +</I> +one:~# systemctl list-units -a --full | grep log +console-kit-log-system-start.service loaded active exited Console System Startup Logging +netconsole.service loaded inactive dead LSB: Initializes network console logging +systemd-kmsg-syslogd.service loaded active running Syslog Kernel Log Buffer Bridge +systemd-logind.service loaded active running Login Service +systemd-stdout-syslog-bridge.service loaded active running STDOUT Syslog Bridge +syslog.socket loaded active running Syslog Socket +systemd-stdout-syslog-bridge.socket loaded active running Stdio Syslog Bridge Socket +syslog.target loaded active active Syslog + +one:~# rpm -qa --nosignature *syslog* +rsyslog-5.8.5-1.mga2 + +one:~# service rsyslog status +rsyslog.service - System Logging Service + Loaded: loaded (/lib/systemd/system/rsyslog.service; disabled) + Active: inactive (dead) + CGroup: name=systemd:/system/rsyslog.service + +Ahh.....why the hell it did not appear with systemctl list-units -a ? + +After systemctl enable rsyslog.service: + +one:~# systemctl list-units -a --full | grep log +console-kit-log-system-start.service loaded active exited Console System Startup Logging +netconsole.service loaded inactive dead LSB: Initializes network console logging +rsyslog.service loaded inactive dead System Logging Service +systemd-kmsg-syslogd.service loaded active running Syslog Kernel Log Buffer Bridge +systemd-logind.service loaded active running Login Service +systemd-stdout-syslog-bridge.service loaded active running STDOUT Syslog Bridge +syslog.socket loaded active running Syslog Socket +systemd-stdout-syslog-bridge.socket loaded active running Stdio Syslog Bridge Socket +syslog.target loaded active active Syslog + + +rebooting now.... +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008087.html">[Mageia-dev] systemd vs dm +</A></li> + <LI>Next message: <A HREF="008090.html">[Mageia-dev] systemd vs dm +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8088">[ date ]</a> + <a href="thread.html#8088">[ thread ]</a> + <a href="subject.html#8088">[ subject ]</a> + <a href="author.html#8088">[ 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> |