Re: [asterisk-users] Re: 1.4 branch on OSX?

2006-11-01 Thread Joshua Colp

Martin Joseph wrote:


Good news!

I did an SVN update to my 1.4 branch again today, and 1.4-r46154  seems 
to have resolved the asterisk hogging the whole CPU issue.


I still can't use the regular console though (asterisk -r) as that is 
unresponsive.


Using asterisk -c to start it , works and gives me a color CLI too.

At least now it's working well enough to test a bit for real...

Awesome to see all those changes and fixes flowing in.  This project is 
really pretty incredible.


Thanks to all who contribute and make this possible!

Marty



This issue has been resolved on the latest 1.4 branch and trunk. Turns 
out that poll() is broken enough that it goes funky when used on the 
console stuff.


--
Joshua Colp
Software Developer
Digium, Inc.
___
--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


[asterisk-users] Re: 1.4 branch on OSX?

2006-11-01 Thread Martin Joseph

On 2006-11-01 10:42:12 -0800, Joshua Colp [EMAIL PROTECTED] said:


Martin Joseph wrote:


Good news!

I did an SVN update to my 1.4 branch again today, and 1.4-r46154  seems 
to have resolved the asterisk hogging the whole CPU issue.


I still can't use the regular console though (asterisk -r) as that is 
unresponsive.


Using asterisk -c to start it , works and gives me a color CLI too.

At least now it's working well enough to test a bit for real...

Awesome to see all those changes and fixes flowing in.  This project is 
really pretty incredible.


Thanks to all who contribute and make this possible!

Marty



This issue has been resolved on the latest 1.4 branch and trunk. Turns 
out that poll() is broken enough that it goes funky when used on the 
console stuff.


Ok,  Thanks.  My CLI is working again now!

Too bad I just started another thread about this, moments ago...

Marty


___
--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


[asterisk-users] Re: 1.4 branch on OSX?

2006-10-25 Thread Martin Joseph


Good news!

I did an SVN update to my 1.4 branch again today, and 1.4-r46154  seems 
to have resolved the asterisk hogging the whole CPU issue.


I still can't use the regular console though (asterisk -r) as that is 
unresponsive.


Using asterisk -c to start it , works and gives me a color CLI too.

At least now it's working well enough to test a bit for real...

Awesome to see all those changes and fixes flowing in.  This project is 
really pretty incredible.


Thanks to all who contribute and make this possible!

Marty



___
--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


[asterisk-users] Re: 1.4 branch on OSX?

2006-10-22 Thread Martin Joseph

On 2006-10-21 22:20:51 -0700, Joshua Colp [EMAIL PROTECTED] said:



Okay folks, give the latest 1.4 branch a try. I spent some time this 
morning isolating the issue and think I have it.


OK!  Thanks Josh,  that builds and seems to work a bit, but it's 
easting my whole CPU...  Any ideas on how to figure out why?


Still, progress!



Is it during calls, just sitting there at the CLI...


Just sitting at the command line it's using 80% of my mighty G3/500 ;~)

 how is it being started,
I am starting it manually at this point as my launchd thing is another 
issue.  I have been using asterisk -v start it.

 if during calls - what are you doing?
Doesn't change during calls, and the audio seems to be ok on the few 
calls I have tried.
 I have a Mac Mini here now that I'm using for Asterisk development so 
I can lab it up and hopefully isolate the issue. As well - is tab 
completion working for you? I received a report from another individual 
saying it just hung for him but it didn't for me... quite odd.
Even odder my console seems to be taking commands but doesn't respond.  
Except exit works?  Tab completion is not working here either.  But the 
fact the console doesn't except any fully typed commands is more worry 
some.


Let me know if I can help with any info.
Marty




___
--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


Re: [asterisk-users] Re: 1.4 branch on OSX?

2006-10-22 Thread Tim Panton


On 22 Oct 2006, at 07:02, Martin Joseph wrote:


On 2006-10-21 22:20:51 -0700, Joshua Colp [EMAIL PROTECTED] said:

Okay folks, give the latest 1.4 branch a try. I spent some time  
this morning isolating the issue and think I have it.
OK!  Thanks Josh,  that builds and seems to work a bit, but it's  
easting my whole CPU...  Any ideas on how to figure out why?

Still, progress!

Is it during calls, just sitting there at the CLI...


Just sitting at the command line it's using 80% of my mighty  
G3/500 ;~)

 how is it being started,
I am starting it manually at this point as my launchd thing is  
another issue.  I have been using asterisk -v start it.

 if during calls - what are you doing?
Doesn't change during calls, and the audio seems to be ok on the  
few calls I have tried.
 I have a Mac Mini here now that I'm using for Asterisk  
development so I can lab it up and hopefully isolate the issue. As  
well - is tab completion working for you? I received a report from  
another individual saying it just hung for him but it didn't for  
me... quite odd.
Even odder my console seems to be taking commands but doesn't  
respond.  Except exit works?  Tab completion is not working here  
either.  But the fact the console doesn't except any fully typed  
commands is more worry some.




I get different results if I run :
asterisk -c; # (which works ok - except for the high CPU) and
asterisk ; asterisk -r # (where the console doesn't work properly)



Tim Panton

www.mexuar.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


[asterisk-users] Re: 1.4 branch on OSX?

2006-10-22 Thread Martin Joseph

On 2006-10-22 09:16:04 -0700, Tim Panton [EMAIL PROTECTED] said:



On 22 Oct 2006, at 07:02, Martin Joseph wrote:


On 2006-10-21 22:20:51 -0700, Joshua Colp [EMAIL PROTECTED] said:

Okay folks, give the latest 1.4 branch a try. I spent some time  this 
morning isolating the issue and think I have it.

snip


Even odder my console seems to be taking commands but doesn't  respond. 
 Except exit works?  Tab completion is not working here  either.  But 
the fact the console doesn't except any fully typed  commands is more 
worry some.



I get different results if I run :
asterisk -c; # (which works ok - except for the high CPU) and
asterisk ; asterisk -r # (where the console doesn't work properly)


YES!  Same here.  Using the color console I can now see that show 
channels is deprecated ;~)


Seems quite odd to me that the color console would work while the 
regular console is broken. Tab completion works too.


Asterisk is still consuming the whole available CPU. Anybody know how I 
can figure out   what is up with the CPU hogging?  I don't seen 
anything particularly odd in top or in the activity monitor...


Marty




___
--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


[asterisk-users] Re: 1.4 branch on OSX?

2006-10-21 Thread Martin Joseph

On 2006-10-21 05:09:33 -0700, Tim Panton [EMAIL PROTECTED] said:



On 21 Oct 2006, at 09:58, Martin Joseph wrote:


I tried to update and build 1.4 (SVN-branch-1.4-r45775)  tonight.

I took the additional step of nuking my modules directory first...

When I used the command asterisk -v to start asterisk, it seemed to  go 
along and get to the point where asterisk is running(ie Asterisk  
Ready).


At that point it was eating all available CPU.



I'll try and catch one of the developers at Astricon on tuesday  
(Developer's day)
and see if we can get to the bottom of this. It used to be that some  
of the Digium folks
had mac laptops, but I guess that isn't true any more. I'm taking a  
couple of mac's

with me.

Can you tell me which version of xcode you have installed? I'm wondering
if the problem is related to the update in the tool chain.


I updated to the xtools 2.4 from the Apple developers website (before 
building 1.4). I also built make 3.81...


I hope this isn't something stupid that I have done!  Thanks for your help.

Marty


___
--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


Re: [asterisk-users] Re: 1.4 branch on OSX?

2006-10-21 Thread Tim Panton


On 21 Oct 2006, at 17:24, Martin Joseph wrote:


On 2006-10-21 05:09:33 -0700, Tim Panton [EMAIL PROTECTED] said:


On 21 Oct 2006, at 09:58, Martin Joseph wrote:

I tried to update and build 1.4 (SVN-branch-1.4-r45775)  tonight.
I took the additional step of nuking my modules directory first...
When I used the command asterisk -v to start asterisk, it seemed  
to  go along and get to the point where asterisk is running(ie  
Asterisk  Ready).

At that point it was eating all available CPU.
I'll try and catch one of the developers at Astricon on tuesday   
(Developer's day)
and see if we can get to the bottom of this. It used to be that  
some  of the Digium folks
had mac laptops, but I guess that isn't true any more. I'm taking  
a  couple of mac's

with me.
Can you tell me which version of xcode you have installed? I'm  
wondering

if the problem is related to the update in the tool chain.


I updated to the xtools 2.4 from the Apple developers website  
(before building 1.4). I also built make 3.81...


I hope this isn't something stupid that I have done!  Thanks for  
your help.


Nope, I reproduced it in Beta3 and filed a bug (0008195) on mantis,  
it is now marked as

 Fixed in 1.4 as of revision 45817 and trunk as of revision 45820. 

So an SVN checkout of the 1.4 tree should now fix it.

I have not (yet) tried it, but I do appreciate the swift turn-around  
by 'file'


Tim Panton

www.mexuar.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


[asterisk-users] Re: 1.4 branch on OSX?

2006-10-21 Thread Martin Joseph

On 2006-10-21 11:50:37 -0700, Joshua Colp [EMAIL PROTECTED] said:


Tim Panton wrote:


On 21 Oct 2006, at 09:58, Martin Joseph wrote:


I tried to update and build 1.4 (SVN-branch-1.4-r45775)  tonight.

I took the additional step of nuking my modules directory first...

When I used the command asterisk -v to start asterisk, it seemed to go 
along and get to the point where asterisk is running(ie Asterisk Ready).


At that point it was eating all available CPU.



I'll try and catch one of the developers at Astricon on tuesday 
(Developer's day)
and see if we can get to the bottom of this. It used to be that some of 
the Digium folks
had mac laptops, but I guess that isn't true any more. I'm taking a 
couple of mac's

with me.



Okay folks, give the latest 1.4 branch a try. I spent some time this 
morning isolating the issue and think I have it.


OK!  Thanks Josh,  that builds and seems to work a bit, but it's 
easting my whole CPU...  Any ideas on how to figure out why?


Still, progress!

Thanks,
marty


___
--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


Re: [asterisk-users] Re: 1.4 branch on OSX?

2006-10-21 Thread Joshua Colp


Okay folks, give the latest 1.4 branch a try. I spent some time this 
morning isolating the issue and think I have it.


OK!  Thanks Josh,  that builds and seems to work a bit, but it's easting 
my whole CPU...  Any ideas on how to figure out why?


Still, progress!



Is it during calls, just sitting there at the CLI... how is it being 
started, if during calls - what are you doing? I have a Mac Mini here 
now that I'm using for Asterisk development so I can lab it up and 
hopefully isolate the issue. As well - is tab completion working for 
you? I received a report from another individual saying it just hung for 
him but it didn't for me... quite odd.


--
Joshua Colp
Software Developer
Digium, Inc.
___
--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