Nathan Pickworth

Results 17 comments of Nathan Pickworth

thanks @roman-spiridonov just ran into the same bug on node 8.8.1 installed via nvm on windows and your workaround seems to do the job

this also happens to me, exec into the container and run `upgrade-core` fixes it 👍

In an attempt to fix the issue, an (almost) fresh reinstall (minus the mariadb data) was giving me errors like this: ``` chown: changing ownership of '/data/var/lib/asterisk': Operation not permitted...

It would be awesome if you could pass in GID / UID as environment variables so the freepbx install are initialised with known users from the docker host

It's kind of working now... The reinstallation finished with this error: ``` ** [freepbx] Starting Asterisk + silent fwconsole chown + '[' TRUE = TRUE ']' + fwconsole chown Taking...

not sure what else to try... ``` ^C root@freepbx-58777b8bfc-sbck7:/var/log/asterisk# root@freepbx-58777b8bfc-sbck7:/var/log/asterisk# root@freepbx-58777b8bfc-sbck7:/var/log/asterisk# root@freepbx-58777b8bfc-sbck7:/var/log/asterisk# root@freepbx-58777b8bfc-sbck7:/var/log/asterisk# upgrade-core No repos specified, using: [unsupported,standard,extended,commercial] from last GUI settings framework is the same as the online...

Hi Dave Thanks for your suggestions. I've made the changes to debug permissions as asked, and now it kind of seems worse than before to be honest.. Here is the...

going to give this another stab. TLDR: seems that with the environment variables above (with the USER_asterisk, GROUP_asterisk and GROUP_ADD_asterisk with a fresh build, the /etc/group entry created is as...

Thanks, if it helps the relevant logs for setting the users/groups are as follows: ``` cont-init.d] 01-permissions: executing... + DEBUG_PERMISSIONS=TRUE + ENABLE_PERMISSIONS=TRUE + '[' TRUE = TRUE ']' + varenvusername=(`env...

An example would be great! I'm trying to implement this myself with osprey / RAML. I have already successfully implemented OAuth 2.0 using plain express / passport.js / passport-oauth2, which...