Good afternoon, at the moment we have a version 1.12.0 in an AWS instance, it is working normally, we want to move us to a new instance with version 1.13.0 But at the time of installation everything is fine when we get the following message could you help me.

the installation is Self-Hosted.

    Hi could you check the state of the following file? It must be with this permissions:

    [root@app ~]# ls -l /var/spool/cron/omnileads
    -rw------- 1 omnileads omnileads 354 mar 8 11:00 /var/spool/cron/omnileads

    Also can you check if omnileads user is in sudoers file?

    vi /etc/sudoers

    omnileads ALL=(ALL:ALL) ALL
    omnileads ALL=(ALL) NOPASSWD: /usr/bin/rsync, /usr/sbin/asterisk

      Hello!
      I'm experiencing the same problem. The permissions of the file /var/spool/cron/omnileads are ok and the omnileads user is in sudoers file

        La solucion es instalar el Omnileads desde la version 12
        y luego corres el comando

        bash deploy.sh --iface=eth0

        en la version o release 13 con el git checkout

          no colocar el -i ni el -a o el -u solo correrlo y ya funcionara

            Hi, we figured out that changing the become_method in omniapp_second/tasks/omniapp_second.yml file solved the problem

            Same happens in this line

            Change both with:

            become_method: su

              Thanks a lot!
              I've changed de lines 82 and 120 as felipem1210 suggested and it worked!

                Write a Reply...