View previous topic :: View next topic |
Author |
Message |
christian08 at runbox.com Guest
|
Posted: Thu Feb 28, 2008 6:30 pm Post subject: [asterisk-users] Problems with removing zaptel |
|
|
Hi all,
Using the latest test version of Debian but when I have done modprobe -r and removed a few of the zaptel modules some of them cannot be removed. The other module is in use. Also if I reboot my system they're all loaded again. Any thoughts?
Many thanks,
Christian |
|
Back to top |
|
|
pdhales at optusnet.co... Guest
|
Posted: Thu Feb 28, 2008 7:35 pm Post subject: [asterisk-users] Problems with removing zaptel |
|
|
/etc/modprobe/blacklist....or similar....
PaulH
On Fri, 2008-02-29 at 00:30 +0100, Christian wrote:
Quote: | Hi all,
Using the latest test version of Debian but when I have done modprobe -r and removed a few of the zaptel modules some of them cannot be removed. The other module is in use. Also if I reboot my system they're all loaded again. Any thoughts?
Many thanks,
Christian
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
|
Back to top |
|
|
tzafrir.cohen at xorco... Guest
|
Posted: Fri Feb 29, 2008 2:09 am Post subject: [asterisk-users] Problems with removing zaptel |
|
|
On Fri, Feb 29, 2008 at 12:30:49AM +0100, Christian wrote:
Quote: | Hi all,
Using the latest test version of Debian but when I have done modprobe -r and removed a few of the zaptel modules some of them cannot be removed. The other module is in use. Also if I reboot my system they're all loaded again. Any thoughts?
|
modprobe -r does not recursively remove modules.
Try:
/etc/init.d/zaptel unload #if using the init.d script from the deb
/etc/init.d/zaptel stop # if using the init.d script from the tarball
(The reason for the difference: there is no point in unlading a module
on system shutdown. Only serves to increase the crash potential)
--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir |
|
Back to top |
|
|
christian08 at runbox.com Guest
|
Posted: Fri Feb 29, 2008 8:39 am Post subject: [asterisk-users] Problems with removing zaptel |
|
|
Hi,
Will have a look. many thanks.
On 2008-02-29 at 11:35 Paul Hales wrote:
Quote: | /etc/modprobe/blacklist....or similar....
PaulH
On Fri, 2008-02-29 at 00:30 +0100, Christian wrote:
Quote: | Hi all,
Using the latest test version of Debian but when I have done modprobe -r
| and removed a few of the zaptel modules some of them cannot be removed.
The other module is in use. Also if I reboot my system they're all loaded
again. Any thoughts?
|
|
|
Back to top |
|
|
christian08 at runbox.com Guest
|
Posted: Fri Feb 29, 2008 8:43 am Post subject: [asterisk-users] Problems with removing zaptel |
|
|
Hi,
Many thanks for that info, will give it a try.
All the best,
Christian
On 2008-02-29 at 09:09 Tzafrir Cohen wrote:
Quote: | On Fri, Feb 29, 2008 at 12:30:49AM +0100, Christian wrote:
Quote: | Hi all,
Using the latest test version of Debian but when I have done modprobe -r
| and removed a few of the zaptel modules some of them cannot be removed.
The other module is in use. Also if I reboot my system they're all loaded
again. Any thoughts?
modprobe -r does not recursively remove modules.
Try:
/etc/init.d/zaptel unload #if using the init.d script from the deb
/etc/init.d/zaptel stop # if using the init.d script from the tarball
(The reason for the difference: there is no point in unlading a module
on system shutdown. Only serves to increase the crash potential)
--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
|
Back to top |
|
|
ra25 at wires.no-ip.org Guest
|
Posted: Tue Mar 04, 2008 8:04 am Post subject: [asterisk-users] Problems with removing zaptel |
|
|
You should stop asterisk first, otherwise modules are still in use....
And then
/etc/init.d/zaptel stop
will remove modules.
Martin
----- Original Message -----
From: "Paul Hales" <pdhales at optusnet.com.au>
Sent: 28. ?nora 2008 19:35
Subject: Re: [asterisk-users] Problems with removing zaptel
Quote: | /etc/modprobe/blacklist....or similar....
PaulH
On Fri, 2008-02-29 at 00:30 +0100, Christian wrote:
Quote: | Hi all,
Using the latest test version of Debian but when I have done modprobe -r
and removed a few of the zaptel modules some of them cannot be removed.
The other module is in use. Also if I reboot my system they're all loaded
again. Any thoughts?
Many thanks,
Christian |
|
|
|
Back to top |
|
|
|