Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 263967 - ejabberd init script: enabling smp doesn't work
Summary: ejabberd init script: enabling smp doesn't work
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Caleb Tennis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-27 13:07 UTC by Hanno Böck
Modified: 2009-03-27 19:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hanno Böck gentoo-dev 2009-03-27 13:07:16 UTC
The option for enabling smp in ejabberd is --smp auto, not --smp enable.

Something like this should fix it:

--- /usr/portage/net-im/ejabberd/files/ejabberd-2.0.4.initd     2009-03-21 13:29:53.000000000 +0100
+++ ejabberd    2009-03-27 14:04:52.000000000 +0100
@@ -26,7 +26,7 @@
        case "$HAVE_SMP" in
                "1"|"true"|"yes")
                        BEAMNAME="beam.smp"
-                       SMPOPT="enable"
+                       SMPOPT="auto"
                ;;
                *)
                        BEAMNAME="beam"
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2009-03-27 16:59:01 UTC
sounds good, please commit.
Comment 2 Hanno Böck gentoo-dev 2009-03-27 19:41:03 UTC
done