-
Instruction non permise
Bonsoir à tous,
J'installé asterisk 13.23.1 sur l'Os CentOs 7.1
$ cd /path/asterisk-source-dir
# For Asterisk 13 and 14...
$ ./configure --with-pjproject-bundled
# For Asterisk 15+...
$ ./configure
$ make && make install
Mais quand je lance la commande "asterisk -rvvv", j'ai le message suivant qui s'affiche:
Code:
[root@localhost asterisk-13.23.1]# /etc/init.d/asterisk status
● asterisk.service - LSB: Asterisk PBX
Loaded: loaded (/etc/rc.d/init.d/asterisk; bad; vendor preset: disabled)
Active: active (running) since ven 2018-11-02 15:38:23 CET; 59min ago
Docs: man:systemd-sysv-generator(8)
CGroup: /system.slice/asterisk.service
├─4411 /bin/sh /usr/sbin//safe_asterisk
└─9868 sleep 4
nov 02 15:38:23 localhost.localdomain systemd[1]: Starting LSB: Asterisk PBX...
nov 02 15:38:23 localhost.localdomain asterisk[4384]: Starting asterisk:
nov 02 15:38:23 localhost.localdomain systemd[1]: Started LSB: Asterisk PBX.
[root@localhost asterisk-13.23.1]#
[root@localhost asterisk-13.23.1]#
[root@localhost asterisk-13.23.1]# asterisk -rvvv
Instruction non permise
[root@localhost asterisk-13.23.1]#
[root@localhost asterisk-13.23.1]#
[root@localhost asterisk-13.23.1]#
Sauriez-vous comment le résoudre ?
-
Bonjour,
l'option -r est utilisé pour obtenir un accès console à Asterisk ou sous la forme -rx pour passer une commande CLI à Asterisk.
elle n'est pas valide pour lancer le programme.
-
je pense que tu as un conflit entre une version installeé par le gestionnaire de package yum et la version compilée - fais un service sop, puis yum remove asterisk, relance le make install, et ca devrait etre mieux