I came across this same problem two days ago... I think it's been fixed in CVS as of yesterday. Try checking out the latest and greatest from CVS. Jared Smith On Thu, 2003-05-01 at 16:27, John Harragin wrote:> Did a cvs update yesterday and now I am getting a crash when attempting > completion at cli. In particular, > > sh(tab) > > .... and the asterisk process goes down. Anyone else see this? If not, I'll > do a clean install. > > In an unrelated question I've been shutting down to do the make installs - > is this necessary - or can I build everthing, and then just do the modprobes > and restart at the end? > > John > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users
Mike Reiling
2003-May-01 15:05 UTC
[Asterisk-Users] Command line completion causing crash?
I too am having this problem... Are you talking about the zaptel drivers? You need to remove them do the make install, and modprobe again... In order to remove them, you need to shut * down... --Mike On Thursday, May 1, 2003, at 03:27 PM, John Harragin wrote:> Did a cvs update yesterday and now I am getting a crash when attempting > completion at cli. In particular, > > sh(tab) > > .... and the asterisk process goes down. Anyone else see this? If not, > I'll > do a clean install. > > In an unrelated question I've been shutting down to do the make > installs - > is this necessary - or can I build everthing, and then just do the > modprobes > and restart at the end? > > John > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
John Harragin
2003-May-01 15:27 UTC
[Asterisk-Users] Command line completion causing crash?
Did a cvs update yesterday and now I am getting a crash when attempting completion at cli. In particular, sh(tab) .... and the asterisk process goes down. Anyone else see this? If not, I'll do a clean install. In an unrelated question I've been shutting down to do the make installs - is this necessary - or can I build everthing, and then just do the modprobes and restart at the end? John
John Harragin
2003-May-01 20:41 UTC
[Asterisk-Users] Command line completion causing crash?
> Are you talking about the zaptel drivers? You need to remove them do > the make install, and modprobe again... In order to remove them, you > need to shut * down...Yea, I guess I can change my script to cvs update, make the 3 packages, (or zaptel - and make install the other 2) then kill * to finish the install and restart. Does anyone know if there is an easy way to query asterisk from a shell script to see how many active channels there are? This way I could wait for a lull in the action - or at least wait until the number of calls I was cutting off was below a certain threshold. Also, downtime would be minimized. John