blob: dd3426babe308218447809f15db1022aea3cf4cc (
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
98
99
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Fwd: Re: M3 won't complete boot after update
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Fwd%3A%20Re%3A%20%20M3%20won%27t%20complete%20boot%20after%20update&In-Reply-To=%3C50646C3F.9020908%40mageia.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="018991.html">
<LINK REL="Next" HREF="018993.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Fwd: Re: M3 won't complete boot after update</H1>
<B>Thomas Backlund</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Fwd%3A%20Re%3A%20%20M3%20won%27t%20complete%20boot%20after%20update&In-Reply-To=%3C50646C3F.9020908%40mageia.org%3E"
TITLE="[Mageia-dev] Fwd: Re: M3 won't complete boot after update">tmb at mageia.org
</A><BR>
<I>Thu Sep 27 17:09:51 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="018991.html">[Mageia-dev] Fwd: Re: M3 won't complete boot after update
</A></li>
<LI>Next message: <A HREF="018993.html">[Mageia-dev] Fwd: Re: M3 won't complete boot after update
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#18992">[ date ]</a>
<a href="thread.html#18992">[ thread ]</a>
<a href="subject.html#18992">[ subject ]</a>
<a href="author.html#18992">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Colin Guthrie skrev 27.9.2012 15:31:
><i> 'Twas brillig, and Anne Wilson at 27/09/12 11:02 did gyre and gimble:
</I>>><i>
</I>>><i> While the new reboot is completing, and while I remember - irqbalance
</I>>><i> daemon always fails to start. I've assumed it's not relevant?
</I>><i>
</I>><i> I noticed this yesterday too. It has a very incomplete systemd unit for
</I>><i> some reason. Will have to investigate who added that without checking it.
</I>><i>
</I>
I did ... for Mga2 the service file shipped in irqbalance-1.0.3 tarball
works, but for the updated 1.0.4 in Cauldron upstream did this:
--- irqbalance-1.0.3/misc/irqbalance.service
+++ irqbalance-1.0.4/misc/irqbalance.service
@@ -3,9 +3,8 @@ Description=irqbalance daemon
After=syslog.target
[Service]
-EnvironmentFile=/etc/sysconfig/irqbalance
-Type=forking
-ExecStart=/usr/sbin/irqbalance $ONESHOT
+EnvironmentFile=/path/to/irqbalance.env
+ExecStart=/usr/sbin/irqbalance --foreground $IRQBALANCE_ARGS
I've fixed env path in irqbalance-1.0.4-2.mga3
--
Thomas
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="018991.html">[Mageia-dev] Fwd: Re: M3 won't complete boot after update
</A></li>
<LI>Next message: <A HREF="018993.html">[Mageia-dev] Fwd: Re: M3 won't complete boot after update
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#18992">[ date ]</a>
<a href="thread.html#18992">[ thread ]</a>
<a href="subject.html#18992">[ subject ]</a>
<a href="author.html#18992">[ 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>
|