[Support] A75G Repo


Recommended Posts

On 4/24/2022 at 6:43 PM, MasterMark said:

Hi,

 

About DocPHT, when I am adding a new section to an already published page, the page is not refreshing. If I restart the container then it loads up the new ones as well.

Also when I am changing the sections' order, the change is not display until I restart the container.

 

I assume this is something about the internal ngninx configuration, but I can't figure it out.

Can someone please take a look?

 

Thanks,

Mark

 

in the console:

cd etc/php7/conf.d
vi local.ini

 

change contents to:

extension = fileinfo
expose_php = Off
error_reporting = E_ALL
display_errors = Off
log_errors = On
error_log = /dev/stderr
date.timezone = UTC
allow_url_fopen = On
post_max_size = 32M
upload_max_filesize = 32M
opcache.max_accelerated_files = 7963
opcache.validate_timestamps = On
opcache.save_comments = 0
opcache.load_comments = 0
opcache.fast_shutdown = 1
opcache.enable_file_override = On
opcache.revalidate_freq = 0

 

save and restart container, php will no longer be cached.

Edited by creecros
fix code blocks
  • Like 1
Link to comment
On 1/25/2023 at 11:03 AM, thingie2 said:

EpicGanmes-Freegames - Large docker image.

 

I've recently been getting warnings that my docker image is filling up, and upon checking the size of each docker image, this image is by far the largest (6.6GB). Is this normal? It sounds excessively large for a container

Update for anyone else who finds this & has a similar problem. I forced an update on the container & that seemed to remove all the bloat & the container is back down to a more reasonable ~600MB

Link to comment

I just ran into an issue with the share watch feature not working in the ChangeDetection.io Docker. I contacted the developer and this is what he said. Does this mean that something with the Unraid version of the container needs to be changed or fixed? 

 

Quote

aaah you must have the old docker-compose.yml that had hostname: changedetection.io... it's probably trying to connect to itself.. try removing that line?

 

https://github.com/dgtlmoon/changedetection.io/discussions/1364#discussioncomment-4815864

 

Link to comment

I was just setting up the jitsi docker(s). I was having trouble for the last couple days. I think it was because the default tag for the template was "latest", but it needs to be "stable". As soon as I made that change, everything started to work. Did I mess up something?

 

(Sorry kind of new to all of this... not sure if this is where/how I should post this, or if anything I am saying makes any sense.)

Link to comment
On 1/27/2023 at 2:58 AM, creecros said:

 

in the console:

cd etc/php7/conf.d
vi local.ini

 

change contents to:

extension = fileinfo
expose_php = Off
error_reporting = E_ALL
display_errors = Off
log_errors = On
error_log = /dev/stderr
date.timezone = UTC
allow_url_fopen = On
post_max_size = 32M
upload_max_filesize = 32M
opcache.max_accelerated_files = 7963
opcache.validate_timestamps = On
opcache.save_comments = 0
opcache.load_comments = 0
opcache.fast_shutdown = 1
opcache.enable_file_override = On
opcache.revalidate_freq = 0

 

save and restart container, php will no longer be cached.

 

Thanks, that worked.

  • Like 1
Link to comment
On 1/31/2023 at 11:19 PM, WalkerJ said:

I just ran into an issue with the share watch feature not working in the ChangeDetection.io Docker. I contacted the developer and this is what he said. Does this mean that something with the Unraid version of the container needs to be changed or fixed? 

 

 

Fixed by changed container name to 'changedetection' from 'changedetection.io' 
but not sure if https://changedetection.io/share.... or our base URL should be in the link host ...

 

image.png.3e35c8cc185bfd554de4e86c56382ffd.png

Edited by Masterwishx
Link to comment
On 5/15/2022 at 11:50 AM, Adeon said:

Hey, i installed your Netbox container and it stared up fine (Postgresql14 container is installed).

 

But after i created a user and tried to login (netbox accepted my credentials) iget this error in the webUI:

 

<class 'redis.exceptions.ConnectionError'> Error 99 connecting to localhost:6379. Cannot assign requested address. Python version: 3.10.3 NetBox version: 3.0.12-dev

 

And this in the Container log:

 

/usr/local/lib/python3.10/site-packages/django/views/debug.py:420: ExceptionCycleWarning: Cycle in the exception chain detected: exception 'Error 99 connecting to localhost:6379. Cannot assign requested address.' encountered again.

 

 

If i delete the cookies netbox starts up fine again, but as soon as i try to login i get the same errors.

 

I also had this in the Unraid Systemlog:

 

nginx: 2022/05/15 11:46:49 [error] 8247#8247: *8020 connect() to unix:/var/tmp/netbox.sock failed (111: Connection refused) while connecting to upstream, client: 10.0.20.10, server: , request: "GET /dockerterminal/netbox/token HTTP/1.1", upstream: "http://unix:/var/tmp/netbox.sock:/token", host: "10.0.10.20", referrer: "http://10.0.10.20/dockerterminal/netbox/"
nginx: 2022/05/15 11:46:49 [error] 8247#8247: *8209 connect() to unix:/var/tmp/netbox.sock failed (111: Connection refused) while connecting to upstream, client: 10.0.20.10, server: , request: "GET /dockerterminal/netbox/ws HTTP/1.1", upstream: "http://unix:/var/tmp/netbox.sock:/ws", host: "10.0.10.20"

 

 

Hi !

 

I just installed Netbox with PostGres15 and got the exact same errors&logs

 

I don't saw any response to this post but maybe i missed it ?

Do someone now how to fix this please ? :)

Thank you very much in advance !

EDIT : So, switched to another Netbox docker repo and all's fine with this one ;)
Thanks nonetheless

Edited by AinzOolGown
Switched
Link to comment

No UI / Webpage on new install: What am I missing?

I just installed the FreePBX docker container on my Unraid 6.11.5. I have it on a bridge network interface. When I go to the webui I get an http error code 500. The apache logs give this error: Class 'FreePBX' not found in /var/www/html/admin/config.php on line 137. I have tried http, https alternate ports of 8150 and 4150. There are no error in the docker log. Can anyone help me understand what I am missing? Apache logs and netstat below.

 

 

The apache logs show this:

 

[tiredofit/debian 13:31:33] # tail apache2/error.log 
[Tue Feb 07 07:00:28.817982 2023] [ssl:warn] [pid 1280] AH01909: 192.168.1.3:443:0 server certificate does NOT include an ID which matches the server name
[Tue Feb 07 07:00:28.856438 2023] [ssl:warn] [pid 1281] AH01909: 192.168.1.3:443:0 server certificate does NOT include an ID which matches the server name
[Tue Feb 07 07:00:28.863292 2023] [mpm_prefork:notice] [pid 1281] AH00163: Apache/2.4.38 (Debian) OpenSSL/1.1.1n configured -- resuming normal operations
[Tue Feb 07 07:00:28.863452 2023] [core:notice] [pid 1281] AH00094: Command line: '/usr/sbin/apache2'
[Tue Feb 07 07:02:28.183471 2023] [:error] [pid 1284] [client 192.168.1.31:50414] PHP Fatal error:  Class 'FreePBX' not found in /var/www/html/admin/config.php on line 137
[Tue Feb 07 07:02:35.841350 2023] [:error] [pid 1285] [client 192.168.1.31:50415] PHP Fatal error:  Class 'FreePBX' not found in /var/www/html/admin/config.php on line 137
[Tue Feb 07 07:09:40.782027 2023] [:error] [pid 1287] [client 192.168.1.31:50457] PHP Fatal error:  Class 'FreePBX' not found in /var/www/html/admin/config.php on line 137
[Tue Feb 07 07:10:16.193639 2023] [:error] [pid 1284] [client 192.168.1.31:50468] PHP Fatal error:  Class 'FreePBX' not found in /var/www/html/admin/config.php on line 137
[Tue Feb 07 17:41:30.343807 2023] [:error] [pid 1285] [client 192.168.1.31:52976] PHP Fatal error:  Class 'FreePBX' not found in /var/www/html/admin/config.php on line 137
[Tue Feb 07 17:41:55.905966 2023] [:error] [pid 1286] [client 192.168.1.31:52975] PHP Fatal error:  Class 'FreePBX' not found in /var/www/html/admin/config.php on line 137

 

Netstat:

[tiredofit/debian 13:31:43] # netstat -anp 
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      -                   
tcp        0      0 127.0.0.11:45349        0.0.0.0:*               LISTEN      -                   
tcp        0      0 0.0.0.0:4445            0.0.0.0:*               LISTEN      1101/fop2_serve     
tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      1281/apache2        
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      1281/apache2        
tcp        0      0 0.0.0.0:73              0.0.0.0:*               LISTEN      1281/apache2        
tcp6       0      0 :::10050                :::*                    LISTEN      -                   
tcp6       0      0 :::8050                 :::*                    LISTEN      -                   
udp        0      0 127.0.0.11:41482        0.0.0.0:*                           -                   
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags       Type       State         I-Node   PID/Program name     Path
unix  2      [ ACC ]     STREAM     LISTENING     176277461 -                    /var/run/mysqld/mysqld.sock
unix  2      [ ACC ]     STREAM     LISTENING     176290148 1101/fop2_serve      /var/run/fop2.ctl
unix  2      [ ACC ]     STREAM     LISTENING     176277299 31/s6-ipcserverd     s
unix  2      [ ACC ]     STREAM     LISTENING     176287409 -                    /var/lib/zabbix/run/zabbix-agent.sock

Link to comment

I am trying to install Moodle for my School. Everything seems right, but when I try to run the installed docker this is what I get.

 

"moodle 21:13:56.29 Welcome to the Bitnami moodle container
moodle 21:13:56.29 Subscribe to project updates by watching https://github.com/bitnami/containers
moodle 21:13:56.29 Submit issues and feature requests at https://github.com/bitnami/containers/issues
moodle 21:13:56.29 
moodle 21:13:56.29 INFO  ==> ** Starting Moodle setup **
realpath: /bitnami/apache/conf: No such file or directory
moodle 21:13:56.89 INFO  ==> Configuring Apache ServerTokens directive
moodle 21:13:57.04 INFO  ==> Configuring PHP options
moodle 21:13:57.04 INFO  ==> Setting PHP expose_php option
moodle 21:13:57.17 INFO  ==> Setting PHP memory_limit option
moodle 21:13:57.19 INFO  ==> Validating settings in MYSQL_CLIENT_* env vars
moodle 21:13:57.22 INFO  ==> Validating settings in POSTGRESQL_CLIENT_* env vars
moodle 21:13:57.30 INFO  ==> Restoring persisted Moodle installation
moodle 21:13:57.75 INFO  ==> Trying to connect to the database server
grep: /opt/bitnami/moodle/config.php: No such file or directory"

 

Any ideas? I have 14 other containers running just fine. Including similar packages, like WordPress. This ... just doesn't run.

Link to comment
On 2/7/2023 at 1:40 PM, VictorCharlie said:

No UI / Webpage on new install: What am I missing?

I just installed the FreePBX docker container on my Unraid 6.11.5. I have it on a bridge network interface. When I go to the webui I get an http error code 500. The apache logs give this error: Class 'FreePBX' not found in /var/www/html/admin/config.php on line 137. I have tried http, https alternate ports of 8150 and 4150. There are no error in the docker log. Can anyone help me understand what I am missing? Apache logs and netstat below.

 

 

The apache logs show this:

 

[tiredofit/debian 13:31:33] # tail apache2/error.log 
[Tue Feb 07 07:00:28.817982 2023] [ssl:warn] [pid 1280] AH01909: 192.168.1.3:443:0 server certificate does NOT include an ID which matches the server name
[Tue Feb 07 07:00:28.856438 2023] [ssl:warn] [pid 1281] AH01909: 192.168.1.3:443:0 server certificate does NOT include an ID which matches the server name
[Tue Feb 07 07:00:28.863292 2023] [mpm_prefork:notice] [pid 1281] AH00163: Apache/2.4.38 (Debian) OpenSSL/1.1.1n configured -- resuming normal operations
[Tue Feb 07 07:00:28.863452 2023] [core:notice] [pid 1281] AH00094: Command line: '/usr/sbin/apache2'
[Tue Feb 07 07:02:28.183471 2023] [:error] [pid 1284] [client 192.168.1.31:50414] PHP Fatal error:  Class 'FreePBX' not found in /var/www/html/admin/config.php on line 137
[Tue Feb 07 07:02:35.841350 2023] [:error] [pid 1285] [client 192.168.1.31:50415] PHP Fatal error:  Class 'FreePBX' not found in /var/www/html/admin/config.php on line 137
[Tue Feb 07 07:09:40.782027 2023] [:error] [pid 1287] [client 192.168.1.31:50457] PHP Fatal error:  Class 'FreePBX' not found in /var/www/html/admin/config.php on line 137
[Tue Feb 07 07:10:16.193639 2023] [:error] [pid 1284] [client 192.168.1.31:50468] PHP Fatal error:  Class 'FreePBX' not found in /var/www/html/admin/config.php on line 137
[Tue Feb 07 17:41:30.343807 2023] [:error] [pid 1285] [client 192.168.1.31:52976] PHP Fatal error:  Class 'FreePBX' not found in /var/www/html/admin/config.php on line 137
[Tue Feb 07 17:41:55.905966 2023] [:error] [pid 1286] [client 192.168.1.31:52975] PHP Fatal error:  Class 'FreePBX' not found in /var/www/html/admin/config.php on line 137

 

Netstat:

[tiredofit/debian 13:31:43] # netstat -anp 
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      -                   
tcp        0      0 127.0.0.11:45349        0.0.0.0:*               LISTEN      -                   
tcp        0      0 0.0.0.0:4445            0.0.0.0:*               LISTEN      1101/fop2_serve     
tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      1281/apache2        
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      1281/apache2        
tcp        0      0 0.0.0.0:73              0.0.0.0:*               LISTEN      1281/apache2        
tcp6       0      0 :::10050                :::*                    LISTEN      -                   
tcp6       0      0 :::8050                 :::*                    LISTEN      -                   
udp        0      0 127.0.0.11:41482        0.0.0.0:*                           -                   
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags       Type       State         I-Node   PID/Program name     Path
unix  2      [ ACC ]     STREAM     LISTENING     176277461 -                    /var/run/mysqld/mysqld.sock
unix  2      [ ACC ]     STREAM     LISTENING     176290148 1101/fop2_serve      /var/run/fop2.ctl
unix  2      [ ACC ]     STREAM     LISTENING     176277299 31/s6-ipcserverd     s
unix  2      [ ACC ]     STREAM     LISTENING     176287409 -                    /var/lib/zabbix/run/zabbix-agent.sock

I am having the same issue.  Did you ever find a solution?

Link to comment

Did you wait for the install to finish? First run can take a good 15-30 mins until something comes up and if you restart the container during the process thinking it's not doing anything you're likely ending up with an incomplete appdata that's not going to be recreated/completed unless you delete it first. You can open the container log window and check the progress.

Edited by Kilrah
Link to comment

Thank you for replying. Mine has been running for days now. What is the indicator that it is fully started and download is finished? The last line in my container log is cron started. Is there more after that? Would the Apache error (shown above) be resolved after the download? I'm wanting to trouble shoot the issue. I'm not familiar enough with this program to be effective at finding the problem.

Edited by VictorCharlie
When word
Link to comment

Everything is default except I used the bridge connection to get an separate ip from my Unraid server. I did this because I was having problems. How did you "see" the installation process? Was that when you installed the container the first time or in the WebUI?

 

When I go to the WebUI I get a 500 error. The apache logs shows this: PHP Fatal error:  Class 'FreePBX' not found in /var/www/html/admin/config.php on line 137 

 

When you start up your container are there more logs than this?

 

Thank you for helping.

 

 

,--------.,--.                 ,--.            ,---.    ,--. ,--------.|   |
'--.  .--'`--',--.--. ,---.  ,-|  |     ,---. /  .-'    |  | '--.  .--'|  .'
   |  |   ,--.|  .--'| .-. :' .-. |    | .-. ||  `-,    |  |    |  |   |  |
   |  |   |  ||  |   \   --.\ `-' |    ' '-' '|  .-'    |  |.--.|  |   `--'
   `--'   `--'`--'    `----' `---'      `---' `--'      `--''--'`--'   .--.
                                                                       '--'
Image: tiredofit/debian
Repository/Issues/Support: https://github.com/tiredofit/docker-debian/
           Like my work? Visit https://www.tiredofit.ca/sponsor

2023-02-11.18:21:37 [NOTICE] ** [container-init] Detected Container that has been restarted - Cleaning '/tmp/.container' files
2023-02-11.18:21:37 [NOTICE] ** [monitoring] Container configured for monitoring with 'zabbix modern'
2023-02-11.18:21:37 [NOTICE] ** [scheduling] Container configured for scheduled tasks with 'cron'
2023-02-11.18:21:38 [NOTICE] ** [messaging] Container configured to route mail via SMTP to 'postfix-relay'
2023-02-11.18:21:39 [NOTICE] ** [freepbx] Creating default configuration files
2023-02-11.18:21:40 [NOTICE] ** [freepbx] Setting file permissions
2023-02-11.18:21:42 [NOTICE] ** [freepbx] Setting RTP ports - start: '18000' finish: '20000'
2023-02-11.18:21:42 [INFO] ** [freepbx] Starting Asterisk 17.9.4
2023-02-11.18:21:43 [INFO] ** [freepbx] Starting operator panel
2023-02-11.18:21:45 [INFO] ** [freepbx] Web server started - container initialization completed - visit your http(s)://.../admin to administer
2023-02-11.18:21:45 [STARTING] ** [monitoring] [1] Starting Zabbix Agent (modern) 6.0.3
2023-02-11.18:21:45 [STARTING] ** [scheduling] [1] Starting cron

Link to comment
4 minutes ago, VictorCharlie said:

I used the bridge connection to get an separate ip from my Unraid server.

Same

 

5 minutes ago, VictorCharlie said:

How did you "see" the installation process? Was that when you installed the container the first time or in the WebUI?

Open the container log during the first run

 

image.png.b6c7630d54abab629d3ba15832969dc5.png

Link to comment

ok I got something,

  • I deleted everything
  • installed the app again this time with repository: tiredofit/freepbx:14
    • I watched the download process carefully (took about 7 min) and I got a Webui. 
  • I then changed the repository to: tiredofit/freepbx:15
  • Docker images were updated and I still have a Webui
    • However I am getting a error in the console log: crontab: can't change directory to '/var/spool/cron/crontabs': No such file or directory
      2023-02-13.12:25:16 [STARTING] ** [scheduling] [50] Starting cron
    • after 50 attempts it kills the attempt to start the file
    • the Webui is still functioning
  • I changes the repository to: tiredofit/freepbx:15-latest
    • No new images downloaded but Webui still working.

I think I will try going straight to the latest repository one more time and watch the log carefully. 

 

Link to comment

That worked :)

Thank @Kilrah for h showing me where to look and to be patient.

@epilot5280 I would delete the docker and the appdata folder and install it again watching the console log until it finishes.  I put the total log below so you will know when it is done.

 

Here is the first run complete log:

 

,--------.,--.                 ,--.            ,---.    ,--. ,--------.|   |
'--.  .--'`--',--.--. ,---.  ,-|  |     ,---. /  .-'    |  | '--.  .--'|  .'
   |  |   ,--.|  .--'| .-. :' .-. |    | .-. ||  `-,    |  |    |  |   |  |
   |  |   |  ||  |   \   --.\ `-' |    ' '-' '|  .-'    |  |.--.|  |   `--'
   `--'   `--'`--'    `----' `---'      `---' `--'      `--''--'`--'   .--.
                                                                       '--'
Image: tiredofit/debian
Repository/Issues/Support: https://github.com/tiredofit/docker-debian/
           Like my work? Visit https://www.tiredofit.ca/sponsor

2023-02-13.12:36:46 [NOTICE] ** [monitoring] Container configured for monitoring with 'zabbix modern'
2023-02-13.12:36:46 [NOTICE] ** [scheduling] Container configured for scheduled tasks with 'cron'
2023-02-13.12:36:46 [NOTICE] ** [messaging] Container configured to route mail via SMTP to 'postfix-relay'
2023-02-13.12:36:46 [INFO] ** [mariadb] New embedded database detected, setting up..
2023-02-13.12:36:48 [NOTICE] ** [freepbx] Creating default configuration files
2023-02-13.12:36:49 [NOTICE] ** [freepbx] Setting file permissions
2023-02-13.12:36:49 [INFO] ** [freepbx] New install detected - please wait while we fetch FreePBX - will take up to 30 minutes!
2023-02-13.12:36:56 [NOTICE] ** [freepbx] Starting Asterisk 17.9.4 for the first time
2023-02-13.12:37:02 [NOTICE] ** [freepbx] Installing FreePBX 15.0.16.56 source code (db embedded)
2023-02-13.12:39:22 [NOTICE] ** [freepbx] Enabling default modules:
2023-02-13.12:39:22 [NOTICE] ** [freepbx] - framework, core
2023-02-13.12:42:20 [NOTICE] ** [freepbx] - cdr (embedded db)
2023-02-13.12:42:23 [NOTICE] ** [freepbx] - backup, callrecording, conferences, dashboard, featurecodeadmin, filestore, fw_langpacks, infoservices, languages, logfiles, music, recordings, sipsettings, soundlang, voicemail
2023-02-13.12:44:50 [NOTICE] ** [freepbx] - certman, userman, pm2
2023-02-13.12:48:56 [NOTICE] ** [freepbx] - ucp
2023-02-13.12:53:24 [NOTICE] ** [freepbx] Attempting to install additional FreePBX modules ''
2023-02-13.12:55:38 [INFO] ** [freepbx] Finished installation of FreePBX modules - proceeding with next phase of install
2023-02-13.12:55:39 [NOTICE] ** [freepbx] Setting RTP ports - start: '18000' finish: '20000'
2023-02-13.12:55:39 [INFO] ** [freepbx] Starting Asterisk 17.9.4
2023-02-13.12:58:51 [INFO] ** [freepbx] Starting installation of Flash Operator Panel 2
2023-02-13.12:59:14 [INFO] ** [freepbx] Starting operator panel
2023-02-13.12:59:15 [INFO] ** [freepbx] Web server started - container initialization completed - visit your http(s)://.../admin to administer
2023-02-13.12:59:16 [STARTING] ** [monitoring] [1] Starting Zabbix Agent (modern) 6.0.3
2023-02-13.12:59:16 [STARTING] ** [scheduling] [1] Starting cron

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.