<!DOCTYPE html>
<html><head>
    <meta charset="UTF-8">
</head><body><p>Hello,</p><p>I think thati have resolved my problem after doing this message from Yves.</p><p>"Hello,<br>I was faced with this problem, it is enough to place<br>subdirectory under ./tools installation dahdi when compiling and<br>run make install-config it should work.<br><br>we must have :<br>mkdir -p / etc / dahdi<br>mkdir -p /etc/modprobe.d<br>install -m644 xpp / genconf_parameters / etc / dahdi / genconf_parameters<br>install -m644 init.conf.sample /etc/dahdi/init.conf<br>install -m644 blacklist.sample /etc/modprobe.d/dahdi-blacklist.conf<br>install -m644 modprobe.conf.sample /etc/modprobe.d/dahdi.conf<br>make -f ./Makefile.legacy top_srcdir =. srcdir =. config<br>make [1]: Entering directory <br>'/usr/src/dahdi-linux-complete-2.11.1+2.11.1/tools'<br>install -D dahdi.init /etc/init.d/dahdi<br>/usr/sbin/update-rc.d dahdi defaults 15 30<br>DAHDI has-been configured."</p><p><br></p><p>Thank you for your help.</p><p>Reagrds</p><blockquote type="cite"><p>Le 3 mai 2016 à 09:43, Tzafrir Cohen <tzafrir.cohen@xorcom.com> a écrit :<br><br><br>On Fri, Apr 29, 2016 at 09:38:10AM +0200, Mamadou NGOM wrote:</p><blockquote type="cite"><p>Hello,<br><br> I have not resolved my problem.I renamed my dahdi file "mv dahdi.bash<br> dahdi " in the directory /etc/init.d, but it doesn'nt work yet.<br><br> the same error after the command /etc/init.d/dahdi start<br> -bash: /etc/init.d/dahdi: /bin/sh^M: bad interpreter: No such file or<br> directory</p></blockquote><p>This is a DOS-formatted text file. A '#!' at the beginning of the line<br>is handed over to the Linux kernel, which takes the rest of first line<br>(up to the first newline character) as the interpreter of the script.<br><br>This first line here is '/bin/sh\r', because this file is a<br>DOS-formatted text file, with lines that end in '\r\n' instead of '\n'<br>as in UNIX text files.<br><br>sed -i -e 's/\r$//' /etc/init.d/dahdi<br><br>And then again, do you really need a DAHDI init script? See my previous<br>message:<br><br>http://lists.digium.com/pipermail/asterisk-users/2016-April/288968.html<br><br>-- <br> Tzafrir Cohen<br>icq#16849755 jabber:tzafrir.cohen@xorcom.com<br>+972-50-7952406 mailto:tzafrir.cohen@xorcom.com<br>http://www.xorcom.com<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>