summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-discuss/20120412/006985.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-discuss/20120412/006985.html')
-rw-r--r--zarb-ml/mageia-discuss/20120412/006985.html127
1 files changed, 127 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20120412/006985.html b/zarb-ml/mageia-discuss/20120412/006985.html
new file mode 100644
index 000000000..cd10d87fa
--- /dev/null
+++ b/zarb-ml/mageia-discuss/20120412/006985.html
@@ -0,0 +1,127 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-discuss] beta2 woes and no graphical root (tonyb)
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20beta2%20woes%20and%20no%20graphical%20root%20%28tonyb%29&In-Reply-To=%3CCABrUAS%3DLLzGs4UJc8_mYPR%2BLU_JEKZvFQ2MMgp0TcpvqxOtN5A%40mail.gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="007000.html">
+ <LINK REL="Next" HREF="006986.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-discuss] beta2 woes and no graphical root (tonyb)</H1>
+ <B>R James</B>
+ <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20beta2%20woes%20and%20no%20graphical%20root%20%28tonyb%29&In-Reply-To=%3CCABrUAS%3DLLzGs4UJc8_mYPR%2BLU_JEKZvFQ2MMgp0TcpvqxOtN5A%40mail.gmail.com%3E"
+ TITLE="[Mageia-discuss] beta2 woes and no graphical root (tonyb)">upsnag2 at gmail.com
+ </A><BR>
+ <I>Thu Apr 12 04:41:50 CEST 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="007000.html">[Mageia-discuss] beta2 woes and no graphical root (tonyb)
+</A></li>
+ <LI>Next message: <A HREF="006986.html">[Mageia-discuss] beta2 woes and no graphical root (tonyb)
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#6985">[ date ]</a>
+ <a href="thread.html#6985">[ thread ]</a>
+ <a href="subject.html#6985">[ subject ]</a>
+ <a href="author.html#6985">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On Wed, Apr 11, 2012 at 3:45 PM, Tony Blackwell &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">tablackwell at bigpond.com</A>&gt; wrote:
+&gt;<i> As the OP, I'll comment that although the config was AllowRoot=true, in
+</I>&gt;<i> /usr/share/config/kdm/kdmrc, all previous versions of Mandriva/Mageia going
+</I>&gt;<i> back a number of years, right up to M2beta1 after online updates, have
+</I>&gt;<i> supported setting this flag as allowing graphical root access to gnome as
+</I>&gt;<i> well as kde environments. &#160;I hear the impassioned objections of some of our
+</I>&gt;<i> leaders, and admit that the weight of expressed opinion in this thread is
+</I>&gt;<i> against it, but a number of us have found the ability to do this useful at
+</I>&gt;<i> times and I request its restoration.
+</I>&gt;<i>
+</I>&gt;<i> I'd be happy as ftg commented that it still have the same red screen warning
+</I>&gt;<i> etc etc as before - agree it makes sense not to be obvious.
+</I>&gt;<i>
+</I>
+[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">root at localhost</A> ~]# LetMeLoginToXasRoot
+bash: LetMeLoginToXasRoot: command not found
+:<i>-(
+</I>
+[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">root at localhost</A> ~]# vi LetMeLoginToXasRoot
+{clickity click, clackity clack :wq}
+
+[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">root at localhost</A> ~]# cat LetMeLoginToXasRoot
+#/bin/sh
+echo
+echo &quot;So you want to be naughty?...OK ;o)&quot;
+sed -i 's/user != root//' /etc/pam.d/kdm
+sed -i 's/AllowRootLogin=false/AllowRootLogin=true/'\
+ /var/lib/mageia/kde4-profiles/Default/share/config/kdm/kdmrc
+echo
+echo &quot;Enter: service dm restart&quot;
+echo &quot;Then have a lot of fun!&quot;
+echo
+exit 0
+EOF
+
+[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">root at localhost</A> ~]# chmod 744 LetMeLoginToXasRoot
+
+[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">root at localhost</A> ~]# ./LetMeLoginToXasRoot
+
+So you want to be naughty?...OK ;o)
+
+Enter: service dm restart
+Then have a lot of fun!
+
+[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">root at localhost</A> opt]# service dm restart
+:<i>o)
+</I>
+[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">root at localhost</A> opt]# GetMeABeer
+bash: GetMeABeer: command not found
+
+[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">root at localhost</A> opt]# sudo GetMeABeer
+sudo: GetMeABeer: get your own #!@$ Beer!
+;o)
+
+HTH - RJ
+
+&quot;Unix was not designed to stop its users from doing stupid things,
+as that would also stop them from doing clever things.&quot; - Doug Gwyn
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="007000.html">[Mageia-discuss] beta2 woes and no graphical root (tonyb)
+</A></li>
+ <LI>Next message: <A HREF="006986.html">[Mageia-discuss] beta2 woes and no graphical root (tonyb)
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#6985">[ date ]</a>
+ <a href="thread.html#6985">[ thread ]</a>
+ <a href="subject.html#6985">[ subject ]</a>
+ <a href="author.html#6985">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss
+mailing list</a><br>
+</body></html>