blob: 37a74d4d0a920b15da6529b7dc9753282b7ce627 (
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] systemd and non-systemd services question
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20systemd%20and%20non-systemd%20services%20question&In-Reply-To=%3Cm3k3vf8eza.fsf%40euphor.blino.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="018998.html">
<LINK REL="Next" HREF="019006.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] systemd and non-systemd services question</H1>
<B>Olivier Blin</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20systemd%20and%20non-systemd%20services%20question&In-Reply-To=%3Cm3k3vf8eza.fsf%40euphor.blino.org%3E"
TITLE="[Mageia-dev] systemd and non-systemd services question">mageia at blino.org
</A><BR>
<I>Thu Sep 27 21:04:09 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="018998.html">[Mageia-dev] systemd and non-systemd services question
</A></li>
<LI>Next message: <A HREF="019006.html">[Mageia-dev] systemd and non-systemd services question
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#19002">[ date ]</a>
<a href="thread.html#19002">[ thread ]</a>
<a href="subject.html#19002">[ subject ]</a>
<a href="author.html#19002">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Colin Guthrie <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">mageia at colin.guthr.ie</A>> writes:
>><i> Issuing "systemctl start oracle-xe.service" issues no output. Running it
</I>>><i> under strace shows an execve for /bin/systemctl, and later on an execve
</I>>><i> for /usr/bin/systemd-tty-ask-password-agent, but very little else, and
</I>>><i> nothing that even hints at actually trying to execute any oracle code.
</I>><i>
</I>><i> Keep in mind that when running under strace, systemctl will be
</I>><i> contacting PID 1 and asking it to start the service for you so you won't
</I>><i> see any direct attempts to to start your service.
</I>
To debug an initscript, you can also use this option:
service --skip-redirect oracle-xe start
Or run it this way:
SYSTEMCTL_SKIP_REDIRECT=1 /etc/init.d/oracle-xe start
--
Olivier Blin - blino
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="018998.html">[Mageia-dev] systemd and non-systemd services question
</A></li>
<LI>Next message: <A HREF="019006.html">[Mageia-dev] systemd and non-systemd services question
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#19002">[ date ]</a>
<a href="thread.html#19002">[ thread ]</a>
<a href="subject.html#19002">[ subject ]</a>
<a href="author.html#19002">[ 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>
|