diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2012-September/019002.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-September/019002.html | 89 |
1 files changed, 89 insertions, 0 deletions
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 @@ +<!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> |