Any thoughts as to why only 1 of my boxes has this problem? I'm on a 2.6 kernel so any more ideas?
Regards Lee -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Cotton Sent: 18 April 2006 09:00 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] multiple asterisk process ? On Tue, 2006-04-18 at 08:29 +0100, Tim Panton wrote: > > I'd guess you have a startup script for asterisk that is setting the > LD_ASSUME_KERNEL environment variable. > > To check, find the 'main' asterisk process id (almost always the > lowest numbered asterisk process) then look (as root) in the /proc > entry, eg: > > cat /proc/13098/environ | strings | grep LD_ASSUME_KERNEL Now we're getting somewhere. In some old contribs/init.d asterisk scripts there is the following:- # Leave this set unless you know what you are doing. #export LD_ASSUME_KERNEL=2.4.1 While others have nothing or this # Uncomment this ONLY if you know what you are doing. # export LD_ASSUME_KERNEL=2.4.1 -- Dave Cotton <[EMAIL PROTECTED]> _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users ########################################### This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange. For more information, connect to http://www.f-secure.com/ _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
