From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2012-October/019531.html | 177 ++++++++++++++++++++++++++++ 1 file changed, 177 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-October/019531.html (limited to 'zarb-ml/mageia-dev/2012-October/019531.html') diff --git a/zarb-ml/mageia-dev/2012-October/019531.html b/zarb-ml/mageia-dev/2012-October/019531.html new file mode 100644 index 000000000..3bf01e339 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-October/019531.html @@ -0,0 +1,177 @@ + + + + [Mageia-dev] fdisk or gparted + + + + + + + + + +

[Mageia-dev] fdisk or gparted

+ Colin Guthrie + mageia at colin.guthr.ie +
+ Fri Oct 26 10:24:55 CEST 2012 +

+
+ +
'Twas brillig, and Richard Couture at 26/10/12 00:33 did gyre and gimble:
+> On another note, I'm getting used to system-D and I note that inittab is
+> more or less useless.
+
+Yup, it's not even read now.
+
+> I am trying to set my machine, MGA-2, to boot without graphics until
+> such time as I uninstall Xorg.
+>  systemctl disable dm.service tells me that there is no such service.
+>  chkconfig calls systemctl ...
+
+Yeah, this is a bit rubbish still. dm.service is just a symlink to mask
+the real name of the service but the error message helpfully doesn't
+hint at that. There was a discussion with a proposal to make this much
+better upstream just a couple days ago so it'll probably get better over
+time.
+
+For various reasons I won't go into here (it's on the upstream
+discussion) enabling/disabling services via their aliases is not a great
+idea. More meta info is certainly needed tho'!
+
+> How do I tell the system that yes graphics are installed and NO I don't
+> want to see them on boot??????
+
+So in order to see more info, you can do "systemctl status dm.service"
+This will tell you the *real* name of the service: which in this case is
+prefdm.service:
+
+[colin at jimmy code (master)]$ systemctl status dm.service
+prefdm.service - Display Manager
+	  Loaded: loaded (/usr/lib/systemd/system/prefdm.service; static)
+	  Active: active (running) since Tue, 2012-10-23 10:54:17 BST; 2 days ago
+
+
+So normally I would say just run "systemctl disable prefdm.service"
+should do the trick but if you look at the output above carefully, this
+is actually a "static" service. This means it cannot be enabled/disabled
+separately. This will eventually change (as in the long term we'll
+transition to separate services for each of the desktop DMs
+(gdm.service, kdm.service etc.).
+
+Anyway, for now it's a hard requirement of graphical.target.
+
+
+So long story short, you need to set your default.target to point at
+multi-user.target rather than graphical.target.
+
+You can use one of the utilities in drakxtools (I forget which) or you
+can simply issue:
+
+ln -sf /usr/lib/systemd/system/multi-user.target
+/etc/systemd/system/default.target
+
+(drop the leading "/usr" if on mga2).
+
+HTHs
+
+Col
+
+
+
+-- 
+
+Colin Guthrie
+colin(at)mageia.org
+http://colin.guthr.ie/
+
+Day Job:
+  Tribalogic Limited http://www.tribalogic.net/
+Open Source:
+  Mageia Contributor http://www.mageia.org/
+  PulseAudio Hacker http://www.pulseaudio.org/
+  Trac Hacker http://trac.edgewall.org/
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1