blob: 3a30a1eec491c089e337310f44b2c3baff693b2f (
plain)
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-discuss] About systemd: must be easier
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20About%20systemd%3A%20must%20be%20easier&In-Reply-To=%3C5117B4CB.1060801%40gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="009173.html">
<LINK REL="Next" HREF="009175.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-discuss] About systemd: must be easier</H1>
<B>Claire Robinson</B>
<A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20About%20systemd%3A%20must%20be%20easier&In-Reply-To=%3C5117B4CB.1060801%40gmail.com%3E"
TITLE="[Mageia-discuss] About systemd: must be easier">eeeemail at gmail.com
</A><BR>
<I>Sun Feb 10 15:55:07 CET 2013</I>
<P><UL>
<LI>Previous message: <A HREF="009173.html">[Mageia-discuss] About systemd: must be easier
</A></li>
<LI>Next message: <A HREF="009175.html">[Mageia-discuss] About systemd: must be easier
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#9174">[ date ]</a>
<a href="thread.html#9174">[ thread ]</a>
<a href="subject.html#9174">[ subject ]</a>
<a href="author.html#9174">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 10/02/13 11:47, Anssi Hannula wrote:
><i> 10.02.2013 13:08, Pierre Jarillon kirjoitti:
</I>>><i> Hi,
</I>>><i> systemd is certainly better than the old init, but it is not easy to use it
</I>>><i> because it is not possible to use the file completion such as
</I>>><i> /etc/init.d/nt<tab>.
</I>><i>
</I>><i> Works for me on both mga2 and cauldron:
</I>><i> # systemctl status nt<tab>
</I>><i> ntpdate.service ntpd.service
</I>><i>
</I>><i> Do you have bash-completion installed?
</I>><i>
</I>><i>
</I>>><i> My suggestion is to help with something like
</I>>><i>
</I>>><i> # systemctl status nt
</I>>><i> ntpd.service loaded active running Network Time Service
</I>>><i> ntpdate.service loaded active exited Set time via NTP
</I>>><i>
</I>>><i> These two lines are the result of # systemctl list-units | grep ^nt
</I>>><i> Another way is to use jokers such as systemctl status nt*
</I>>><i>
</I>>><i> # systemctl -h |wc -l gives 110 lines
</I>>><i> # systemctl -a|wc -l gives 245 lines
</I>>><i> This is two much for a new user of systemd: It is necessary to give a few help
</I>>><i> to new users of systemd.
</I>>><i>
</I>><i>
</I>><i>
</I>
You probably need to install bash-completion, it should be installed by
default though IINM. If not then please create a bug.
Claire
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="009173.html">[Mageia-discuss] About systemd: must be easier
</A></li>
<LI>Next message: <A HREF="009175.html">[Mageia-discuss] About systemd: must be easier
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#9174">[ date ]</a>
<a href="thread.html#9174">[ thread ]</a>
<a href="subject.html#9174">[ subject ]</a>
<a href="author.html#9174">[ 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>
|