<!DOCTYPE html> <html><head> <meta charset="UTF-8"> </head><body><p>Hello,</p><p><br></p><p>Having installed DAHDI to be able to use the meetme() application , when I start the dahdi service it generates me the following error:</p><p>-bash: /etc/init.d/dahdi: No such file or directory<br></p><p>I need help please.</p><p>Thanks</p><div class="io-ox-signature"><p>Mamadou NGOM</p><p>Ingénieur Télécommunications & Réseaux</p><p>Mobile: 06 72 45 23 03</p><p>Skype: Mamadou Numericap</p><p>NumeriCap – SAS au capital de 30.000,00€ - RCS de Toulon N° 530188432 – TVA FR 485301188432 – APE6110Z - ARCEP N°13/0015. <br>siège social : « le Galaxie C » 526 avenue Maréchal de Lattre de Tassigny 83000 Toulon. <a href="mailto:mail%3Afinance@numericap.com">mail: finance@numericap.com</a><br>Centre d’exploitation : « Résidence les Coquières » 11 avenue Joseph Fallen - 13400 Aubagne – Tel :<a>04.42.73.88.52</a> <br></p></div></body></html>
On Tuesday 26 Apr 2016, Mamadou NGOM wrote:> Hello, > > Having installed DAHDI to be able to use the meetme() application , when I > start the dahdi service it generates me the following error: -bash: > /etc/init.d/dahdi: No such file or directory > I need help please.You are using a distribution that needs an (old-style) initscript to start dahdi, but don't appear to have the initscript present. When you type something like # service foo start what happens is dependent on what kind of startup system you are using. With "old-fashioned" initscripts, the computer looks in /etc/init.d for a file called "foo" and then tries to execute that file with the parameter(s) you supplied (here "start"). Since there is no file called /etc/init.d/dahdi on your machine, then the command is failing. For your convenience, I've attached the relevant initscript from an older DAHDI version (2.6.1) but it probably should work OK with yours. Save it as /etc/init.d/dahdi and then run # chmod 755 /etc/init.d/dahdi so any user can read and execute it, but only root can write it. Then it should work. -- AJS Note: Originating address only accepts e-mail from list! If replying off- list, change address to asterisk1list at earthshod dot co dot uk . -------------- next part -------------- A non-text attachment was scrubbed... Name: dahdi Type: application/x-shellscript Size: 8219 bytes Desc: not available URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160426/76580c8f/attachment.bin>
Le 26/04/2016 17:23, Mamadou NGOM a ?crit :> Hello, > > > Having installed DAHDI to be able to use the meetme() application , when > I start the dahdi service it generates me the following error: > > -bash: /etc/init.d/dahdi: No such file or directoryClear, the file dahdi is not existing. Did you copy it? BTW, you shouldn't need dahdi to run meetme. BTW #2, depending on your asterisk version, meetme is replaced by ConfBridge [...] -- Daniel
On Tue, Apr 26, 2016 at 11:07 AM, Administrator TOOTAI <admin at tootai.net> wrote:> Le 26/04/2016 17:23, Mamadou NGOM a ?crit : > >> Hello, >> >> >> Having installed DAHDI to be able to use the meetme() application , when >> I start the dahdi service it generates me the following error: >> >> -bash: /etc/init.d/dahdi: No such file or directory >> > > Clear, the file dahdi is not existing. Did you copy it? > > BTW, you shouldn't need dahdi to run meetme. BTW #2, depending on your > asterisk version, meetme is replaced by ConfBridge >Administrator TOOTAI: You must have DAHDI running when using meetme because DAHDI does the audio mixing for the conference. Meetme is deprecated and replaced by ConfBridge on all currently supported Asterisk versions. Richard -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160426/dd4e424a/attachment.html>
<!DOCTYPE html> <html><head> <meta charset="UTF-8"> </head><body><p>I use the asterisk 13.</p><blockquote type="cite"><p>Le 26 avril 2016 à 18:07, Administrator TOOTAI <admin@tootai.net> a écrit :<br><br><br>Le 26/04/2016 17:23, Mamadou NGOM a écrit :</p><blockquote type="cite"><p>Hello,<br><br><br>Having installed DAHDI to be able to use the meetme() application , when<br>I start the dahdi service it generates me the following error:<br><br>-bash: /etc/init.d/dahdi: No such file or directory</p></blockquote><p>Clear, the file dahdi is not existing. Did you copy it?<br><br>BTW, you shouldn't need dahdi to run meetme. BTW #2, depending on your <br>asterisk version, meetme is replaced by ConfBridge<br><br>[...]<br><br>-- <br>Daniel<br><br>-- <br>_____________________________________________________________________<br>-- Bandwidth and Colocation Provided by http://www.api-digital.com --<br>New to Asterisk? Join us for a live introductory webinar every Thurs:<br> http://www.asterisk.org/hello<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br> http://lists.digium.com/mailman/listinfo/asterisk-users</p></blockquote><p><br></p><div class="io-ox-signature"><p>Mamadou NGOM</p><p>Ingénieur Télécommunications & Réseaux</p><p>Mobile: 06 72 45 23 03</p><p>Skype: Mamadou Numericap</p><p>NumeriCap – SAS au capital de 30.000,00€ - RCS de Toulon N° 530188432 – TVA FR 485301188432 – APE6110Z - ARCEP N°13/0015. <br>siège social : « le Galaxie C » 526 avenue Maréchal de Lattre de Tassigny 83000 Toulon. <a href="mailto:mail%3Afinance@numericap.com">mail: finance@numericap.com</a><br>Centre d’exploitation : « Résidence les Coquières » 11 avenue Joseph Fallen - 13400 Aubagne – Tel :<a>04.42.73.88.52</a> <br></p></div></body></html>
<!DOCTYPE html> <html><head> <meta charset="UTF-8"> </head><body><p>Hello,</p><p> it doesn't work my dahdi yet .for information, i use debian 8 .</p><p>I put the file dahdi.bash in /etc/init.d and I gave it the permission 755 but i have the same error:</p><p>bash: /etc/init.d/dahdi: No such file or directory<br></p><p>Thanks for your help.</p><p><br></p><p><br>> Le 28 avril 2016 à 13:27, A J Stiles <asterisk_list@earthshod.co.uk> a écrit :<br>> <br>> <br>> On Thursday 28 Apr 2016, Mamadou NGOM wrote:<br>> > Hello,<br>> > you are right, i dont have the file dahdi on /etc/init.d.<br>> > I should like do what ?<br>> > thank for your answer.<br>> <br>> Find my earlier message and save the file I attached to it. Read it, or show <br>> it to a competent programmer whom you trust, and satisfy yourself that it is <br>> not going to do anything nasty. Copy it over onto your Asterisk box using <br>> scp, mv it to /etc/init.d/dahdi and give it 755 permissions. Then try<br>> # service dahdi start<br>> That ought to fix it.<br>> <br>> <br>> By the way: It is considered polite to place your reply *after* the thing you <br>> are replying to, so as to maintain the natural flow of the conversation.<br>> <br>> -- <br>> AJS<br>> <br>> Note: Originating address only accepts e-mail from list! If replying off-<br>> list, change address to asterisk1list at earthshod dot co dot uk .<br></p><p><br></p><div class="io-ox-signature"><p>Mamadou NGOM</p><p>Ingénieur Télécommunications & Réseaux</p><p>Mobile: 06 72 45 23 03</p><p>Skype: Mamadou Numericap</p><p>NumeriCap – SAS au capital de 30.000,00€ - RCS de Toulon N° 530188432 – TVA FR 485301188432 – APE6110Z - ARCEP N°13/0015. <br>siège social : « le Galaxie C » 526 avenue Maréchal de Lattre de Tassigny 83000 Toulon. <a href="mailto:mail%3Afinance@numericap.com">mail: finance@numericap.com</a><br>Centre d’exploitation : « Résidence les Coquières » 11 avenue Joseph Fallen - 13400 Aubagne – Tel :<a>04.42.73.88.52</a> <br></p></div></body></html>
Zitat von Mamadou NGOM <ngom at numericap.com>:> Hello, > > it doesn't work my dahdi yet .for information, i use debian 8?. > > I put the file dahdi.bash ? in /etc/init.d and I gave it?the permission > 755 but i have ?the same error: > > bash: /etc/init.d/dahdi: No such file or directoryWell, if the file's name ist dahdi.bash, you cannot just start dahdi... I suggest you to rename the file in dahdi. In Unix you don't need an extension as in Windows. Regards Luca Bertoncello (lucabert at lucabert.de)
On Thursday 28 Apr 2016, Mamadou NGOM wrote:> Hello, > it doesn't work my dahdi yet .for information, i use debian 8 . > I put the file dahdi.bash in /etc/init.d and I gave it the permission 755 > but i have the same error: bash: /etc/init.d/dahdi: No such file or > directoryYou need to name the file just "dahdi", not "dahdi.bash"; because the command "service dahdi start" is looking for a file just called "dahdi". If you run # mv /etc/init.d/dahdi.bash /etc/init.d/dahdi then # service dahdi start should work. You probably also need to run # update-rc.d dahdi defaults to ensure it starts up everytime the computer is booted up. -- AJS Note: Originating address only accepts e-mail from list! If replying off- list, change address to asterisk1list at earthshod dot co dot uk .