This Question is Not Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
3 Replies Last post: Sep 27, 2008 7:29 AM by mwx  
Click to view mwx's profile   3 posts since
Sep 26, 2008

Sep 26, 2008 11:02 AM

opensbc aborts during startup

I seem to miss something obvious here, but can't figure out what.

I'm trying to build and run opensbc on a virtual server running Fedore Core 8 (x86_64). The server is a fresh install and updated using 'yum upgrade'. No problem building from the latest cvs source (gmake bothnoshared) but when I try to run it in console mode I get:

# ./opensbc -xc
All output for OpenSBC is to console.
2008/09/26 16:56:06.180 OpenSBC Message Starting service process "OpenSBC" v1.1.5-12
2008/09/26 16:56:06.181 OpenSBC Debug3 PWL: CID=0x0000 OpenSBC Process is starting
2008/09/26 16:56:06.203 OpenSBC Debug3 PWL: CID=0x0000 Setting SIP Log Level to 3
2008/09/26 16:56:06.215 OpenSBC Message

Aborted
# uname -a
Linux vs156169.vserver.de 2.6.9-023stab048.4-smp #1 SMP Fri Jul 11 18:00:55 MSD 2008 x86_64 x86_64 x86_64 GNU/Linux

I also tried it on CentOS 5.2 and even OpenBSD 4.3 (where I get a core dump). It works on Solaris10 on a T1000 though using the same source from cvs.

What am I missing? What do I need to check for? What is a recommended linux version to run opensbc on?

many thanks
Click to view joegen's profile   136 posts since
Apr 28, 2007
1. Sep 26, 2008 10:44 PM in response to: mwx
Re: opensbc aborts during startup
mwx wrote:
I seem to miss something obvious here, but can't figure out what.

I'm trying to build and run opensbc on a virtual server running Fedore Core 8 (x86_64). The server is a fresh install and updated using 'yum upgrade'. No problem building from the latest cvs source (gmake bothnoshared) but when I try to run it in console mode I get:

# ./opensbc -xc
All output for OpenSBC is to console.
2008/09/26 16:56:06.180 OpenSBC Message Starting service process "OpenSBC" v1.1.5-12
2008/09/26 16:56:06.181 OpenSBC Debug3 PWL: CID=0x0000 OpenSBC Process is starting
2008/09/26 16:56:06.203 OpenSBC Debug3 PWL: CID=0x0000 Setting SIP Log Level to 3
2008/09/26 16:56:06.215 OpenSBC Message

Aborted
# uname -a
Linux vs156169.vserver.de 2.6.9-023stab048.4-smp #1 SMP Fri Jul 11 18:00:55 MSD 2008 x86_64 x86_64 x86_64 GNU/Linux

I also tried it on CentOS 5.2 and even OpenBSD 4.3 (where I get a core dump). It works on Solaris10 on a T1000 though using the same source from cvs.

What am I missing? What do I need to check for? What is a recommended linux version to run opensbc on?

many thanks

I am not able to replicate this in my Ubuntu box. Can you try the following. Go to the OpenSBC directory and enter the following commands

make distrib
cd distrib
./startup.sh

check if OpenSBC is running as a daemon. If not please post the B2BUA log here.