-
Notifications
You must be signed in to change notification settings - Fork 236
Can't seem to locate /usr/sbin/fwconsole #109
Comments
Hi, I'm running windows 10 and am having the same issue above and referred to in the closed issue #77. After running in debug mode it appears to be a problem with the GPG key. Is there any kind of workaround you could suggest? Thanks. freepbx-app | + silent sudo -u asterisk gpg --refresh-keys --keyserver hkp://keyserver.ubuntu.com:80 |
root@baa654efd73f:/# gpg --help |head -n1 |
I'm still able to reproduce this bug - this is an issue with how Docker on Windows clobbers file system permissions. With the default docker compose configuration, /home/asterisk is mounted on /data which is then mounted to the host. The DB settings referenced in the mentioned issue A75G/docker-templates#30 have nothing to do with this. |
problem is still here.
If I let docker take care about the volumes, everything is fine:
|
I have the same issue when I try to run the image in an Azure Container Instance. It works fine when I don't specify volumes, but as soon as I mount Azure File Shares as Volumes inside the Container the error occurs. |
the issue is inherent in the way docker interact with windows. you have to use either WSL2 or just limit what is exposed to the windows. i granularly exposed just specific folders to the windows and it works on Windows 2019 without WSL |
I am getting the same issue on Ubuntu 22.04LTS |
Hi,
I am using the latest image published on https://hub.docker.com/r/tiredofit/freepbx.
The image is giving this error. Is there a way to resolve this. Fairly new user for asterisk, please guide.
Regards
Rahul
The text was updated successfully, but these errors were encountered: