TheFlipside

Results 13 comments of TheFlipside

I'm having the same issue when trying to register through converse.js I changed the address in **/opt/ejabberd/conf/ejabberd.yml** and restarted the ejabbered service and replicated the admin block in **/etc/nginx/conf.d/mydomain.com.conf** as...

I'm having the same issue and therefore cannot finish the installation. EDIT: I was able to workaround the issue by editing **aenigma/functions** and replacing all occurrences of **https://www.process-one.net/downloads/downloads-action.php?file=/ejabberd/19.05/ejabberd_19.05-0_amd64.deb** with **https://www.process-one.net/downloads/downloads-action.php?file=/19.05/ejabberd_19.05-0_amd64.deb**...

I have the exact same problem and therefore cannot continue the installation. I can't believe this is still not fixed after 11 months.

I was not able to get the default MATE "brisk menu" to work following the solution in the link the only way I got it to somehow look like Windows...

**/etc/cron.daily/autopostgresqlbackup:** ``` #!/bin/sh if [ -x /usr/sbin/autopostgresqlbackup ]; then /usr/sbin/autopostgresqlbackup fi ```

I altered the cronjob but unfortunately the problem still persisted. Looking into it, it seems since bash gets invoked by cron the environment is sill inherited from the parent process....

I tried multiple workarounds using `env -i /bin/bash --norc --noprofile /usr/sbin/autopostgresqlbackup` and also `exec env TMOUT=0 /bin/bash /usr/sbin/autopostgresqlbackup` as i found as answer somewhere _When the session variable is "Read...

i tried both solutions, unfortunately none changed the problem

I had a similar issue but I'm using a local installation. I found that when i set "DO_NOT_ENCODE_VIDEO = True" in /home/mediacms.io/mediacms/cms/local_settings.py even after restarting the mediacms service I still...

thank you so much, this issue stalled my project for days now and with your information i was able to solve it