diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2012-September/018994.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-September/018994.html | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-September/018994.html b/zarb-ml/mageia-dev/2012-September/018994.html new file mode 100644 index 000000000..ba2b2d1e6 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-September/018994.html @@ -0,0 +1,99 @@ +<!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=%3C50646F68.2070609%40roadrunner.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="018988.html"> + <LINK REL="Next" HREF="018998.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] systemd and non-systemd services question</H1> + <B>Frank Griffin</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20systemd%20and%20non-systemd%20services%20question&In-Reply-To=%3C50646F68.2070609%40roadrunner.com%3E" + TITLE="[Mageia-dev] systemd and non-systemd services question">ftg at roadrunner.com + </A><BR> + <I>Thu Sep 27 17:23:20 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="018988.html">[Mageia-dev] Possible X/RandR problem in M3 +</A></li> + <LI>Next message: <A HREF="018998.html">[Mageia-dev] systemd and non-systemd services question +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#18994">[ date ]</a> + <a href="thread.html#18994">[ thread ]</a> + <a href="subject.html#18994">[ subject ]</a> + <a href="author.html#18994">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>I have a cauldron system with the Oracle Express Edition (oracle-xe) RPM +installed. This has worked nicely in the past, with the simple change +that the /etc/init.d/oracle-xe script needs to have LSB headers added. + +I don't start the DB automatically at boot, but only when I need it for +testing. Based on the creation date of the files in its log directory, +the last time it started was Aug 3. + +The database no longer starts. Running the sysv script produces the +message "Starting oracle-xe (via systemctl)", and produces no errors, +but nothing happens. "systemctl list-units | grep oracle" shows the +status of oracle-xe.service as "loaded active exited", but no Oracle log +file is created. Moreover, there is no oracle-xe.service file anywhere +on my root partition. + +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. + +It seems like sometime after Aug 3 systemd changed in some way as to +cause the failure. The system was built (and the oracle-xe rpm +installed) on Aug 2, and never gets touched after install (and the +addition of LSB headers). I haven't had to start it for a while, so I +can't get it more precise than that. + +Any idea how to diagnose this ? Does systemd keep logs anywhere ? +</PRE> + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="018988.html">[Mageia-dev] Possible X/RandR problem in M3 +</A></li> + <LI>Next message: <A HREF="018998.html">[Mageia-dev] systemd and non-systemd services question +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#18994">[ date ]</a> + <a href="thread.html#18994">[ thread ]</a> + <a href="subject.html#18994">[ subject ]</a> + <a href="author.html#18994">[ 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> |