Hi We runs asterisk 1.6 on a ubuntu 8.04 server. How can I get asterisk to start at boot? I have created an file named asterisk in /etc/event.d and put in this # This service maintains Asterisk from the point the system is # started until it is shut down again. description "Asterisk daemon" start on runlevel-2 stop on shutdown respawn exec //usr/sbin/asterisk -f But it doesn't work. Regards /ralf ________________________________________________ Ralf Tr?skman, IT AdLibris AB, Odengatan 106, 113 22 Stockholm, Sweden Dir: +46-(0)707548074, vxl: +46-(0)85460 60 00, fax: +46-(0)85460 60 99 ralf at adlibris.com<mailto:ralf at adlibris.com> www.adlibris.com<http://www.adlibris.com/> P Please consider the environment before printing this e-mail -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090126/1afc577a/attachment.htm
On Mon, 2009-01-26 at 09:32 +0100, Ralf Tr?skman wrote:> Hi > > > > We runs asterisk 1.6 on a ubuntu 8.04 server. > > How can I get asterisk to start at boot? > > I have created an file named asterisk in /etc/event.d and put in this > > > > > # This service maintains Asterisk from the point the system is > # started until it is shut down again. > > description "Asterisk daemon" > > start on runlevel-2 > stop on shutdown > > respawn > exec //usr/sbin/asterisk ?f > > > > But it doesn?t work. > > > > Regards > > /ralf > > > > ________________________________________________ > > Ralf Tr?skman, IT > AdLibris AB, Odengatan 106, 113 22 Stockholm, Sweden > Dir: +46-(0)707548074, vxl: +46-(0)85460 60 00, fax: +46-(0)85460 60 > 99 > ralf at adlibris.com www.adlibris.com > P Please consider the environment before printing this e-mail > > > >I am using the /etc/init.d/asterisk startup file and works Just make sure that permissions are set correctly. The default asterisk package from ubuntu reps runs as non-root so if you have installed it prior to installing 1.6 some things will be warped. -- Stelios S. Koroneos Digital OPSiS - Embedded Intelligence Tel +30 210 9858296 Ext 100 Fax +30 210 9858298 http://www.digital-opsis.com
2009/1/26 Ralf Tr?skman <ralf at adlibris.com>> Hi > > > > We runs asterisk 1.6 on a ubuntu 8.04 server. > > How can I get asterisk to start at boot? > > I have created an file named asterisk in /etc/event.d and put in this > > > > > # This service maintains Asterisk from the point the system is > # started until it is shut down again. > > description "Asterisk daemon" > > start on runlevel-2 > stop on shutdown > > respawn > exec //usr/sbin/asterisk ?f > > > > But it doesn't work. > > > > Regards > > /ralf > > >1. Copy relevant file from contrib directory into /etc/init.d directory (while renaming it asterisk) 2. Then "sudo update-rc.d asterisk defaults" and it's done> ________________________________________________ > > Ralf Tr?skman, IT > AdLibris AB, Odengatan 106, 113 22 Stockholm, Sweden > Dir: +46-(0)707548074, vxl: +46-(0)85460 60 00, fax: +46-(0)85460 60 99 > ralf at adlibris.com www.adlibris.com > P *Please consider the environment before printing this e-mail* > > > > _______________________________________________ > -- 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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090126/27d78613/attachment.htm
How did you installed asterisk? 2009/1/26 Ralf Tr?skman <ralf at adlibris.com>:> Hi > > > > We runs asterisk 1.6 on a ubuntu 8.04 server. > > How can I get asterisk to start at boot? > > I have created an file named asterisk in /etc/event.d and put in this > > > > # This service maintains Asterisk from the point the system is > # started until it is shut down again. > > description "Asterisk daemon" > > start on runlevel-2 > stop on shutdown > > respawn > exec //usr/sbin/asterisk ?f > > > > But it doesn't work. > > > > Regards > > /ralf > > > > ________________________________________________ > > Ralf Tr?skman, IT > AdLibris AB, Odengatan 106, 113 22 Stockholm, Sweden > Dir: +46-(0)707548074, vxl: +46-(0)85460 60 00, fax: +46-(0)85460 60 99 > ralf at adlibris.com www.adlibris.com > P Please consider the environment before printing this e-mail > > > > _______________________________________________ > -- 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 >-- ????? ?
On Mon, Jan 26, 2009 at 09:32:26AM +0100, Ralf Tr?skman wrote:> Hi > > We runs asterisk 1.6 on a ubuntu 8.04 server. > How can I get asterisk to start at boot? > I have created an file named asterisk in /etc/event.d and put in this > > > # This service maintains Asterisk from the point the system is > # started until it is shut down again. > > description "Asterisk daemon" > > start on runlevel-2 > stop on shutdown > > respawn > exec //usr/sbin/asterisk -fexec /usr/sbin/asterisk -U asterisk please. How do you intend to stop it? -- 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
2009/1/26 Ralf Tr?skman <ralf at adlibris.com>> Hi > > > > We runs asterisk 1.6 on a ubuntu 8.04 server. > > How can I get asterisk to start at boot? > > I have created an file named asterisk in /etc/event.d and put in this > > > > > # This service maintains Asterisk from the point the system is > # started until it is shut down again. > > description "Asterisk daemon" > > start on runlevel-2 > stop on shutdown > > respawn > exec //usr/sbin/asterisk ?f > > > > But it doesn't work. > > > > Regards > > /ralf > > > > ________________________________________________ > > Ralf Tr?skman, IT > AdLibris AB, Odengatan 106, 113 22 Stockholm, Sweden > Dir: +46-(0)707548074, vxl: +46-(0)85460 60 00, fax: +46-(0)85460 60 99 > ralf at adlibris.com www.adlibris.com > P *Please consider the environment before printing this e-mail* > > > > _______________________________________________ > -- 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 >go to the source directory where you did ./configure make make install and run "make config" this will make all the start/stop scripts for you. David -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090126/48f1dc2c/attachment.htm