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-September/019002.html | 89 +++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-September/019002.html (limited to 'zarb-ml/mageia-dev/2012-September/019002.html') diff --git a/zarb-ml/mageia-dev/2012-September/019002.html b/zarb-ml/mageia-dev/2012-September/019002.html new file mode 100644 index 000000000..37a74d4d0 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-September/019002.html @@ -0,0 +1,89 @@ + + + + [Mageia-dev] systemd and non-systemd services question + + + + + + + + + +

[Mageia-dev] systemd and non-systemd services question

+ Olivier Blin + mageia at blino.org +
+ Thu Sep 27 21:04:09 CEST 2012 +

+
+ +
Colin Guthrie <mageia at colin.guthr.ie> writes:
+
+>> Issuing "systemctl start oracle-xe.service" issues no output. Running it
+>> under strace shows an execve for /bin/systemctl, and later on an execve
+>> for /usr/bin/systemd-tty-ask-password-agent, but very little else, and
+>> nothing that even hints at actually trying to execute any oracle code.
+>
+> Keep in mind that when running under strace, systemctl will be
+> contacting PID 1 and asking it to start the service for you so you won't
+> see any direct attempts to to start your service.
+
+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
+
+ + + + + + + + + + + + + + + + + +
+

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