[support] Bungy's docker repository


Recommended Posts

  • 2 weeks later...
  • 3 weeks later...

WARNING TO ALL USING PIA

 

THE DEFAULT FOR THE CONTAINER IS NO LONGER CORRECT, IT IS "NL.PRIVATEINTERNETACCESS.COM"

 

YOU NEED TO CHANGE NL to WWW

 

Took me an hour and a half to troubleshoot and figure out by luck.  Hope this helps someone, and maybe we can get the template default changed as well ;-)

Link to comment
On 1/31/2016 at 11:56 PM, Skrot74 said:

I have tried uninstalling/reinstalling, different password variables, now trying a different network variable (host vs bridge).

 

Still having access denied errors. Could my volume mappings be an issue by any chance? I have all shares set to public, not sure what on earth I could be doing wrong.

I have the same problem, mysql start's up, and cannot be accessed. with its original pwd (mysql_password), or my given password. root cannot connect from local or other machine on the network. Access denied.
Even with the workbench installen on the server.

Its like after setup its lock it self down.

 

ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
root@6ffb67a976cc:/# 

Edited by Starfire
Link to comment
  • 4 weeks later...
On 3/19/2022 at 12:04 PM, bobekdj said:

WARNING TO ALL USING PIA

 

THE DEFAULT FOR THE CONTAINER IS NO LONGER CORRECT, IT IS "NL.PRIVATEINTERNETACCESS.COM"

 

YOU NEED TO CHANGE NL to WWW

 

Took me an hour and a half to troubleshoot and figure out by luck.  Hope this helps someone, and maybe we can get the template default changed as well ;-)

 

How do you change this?

Link to comment
  • 3 weeks later...
On 5/9/2022 at 6:01 PM, blaine07 said:

I searched this thread first and no dice. In MySQL container trying to find a way to suppress "mbind: Operation not permitted."

 

It appears it's possible to suppress the message?  https://docs.docker.com/engine/security/seccomp/#run-without-the-default-seccomp-profile

 

Anyone have any insight/help?

Why yes!

 

I was just trying to fix this, and I think I found the answer.  The container is trying to use NUMA for resource allocation with the host, but is being gated by the default security profile.

 

To fix:  Edit the container, enable advanced view, and add:

 

--cap-add=sys_nice

--cap-add=sys_nice

 

to Extra Parameters.  Apply and profit.

 

The seccomp workaround is messy, it disables all the normal security for the container.  The call to mbind is now already gated by CAP_SYS_NICE, but if you want to use it you'll have to tune the security profile for the container.

 

Hope it helps!

 

-P

  • Like 1
Link to comment
Why yes!
 
I was just trying to fix this, and I think I found the answer.  The container is trying to use NUMA for resource allocation with the host, but is being gated by the default security profile.
 
To fix:  Edit the container, enable advanced view, and add:
 
--cap-add=sys_nice
--cap-add=sys_nice

 
to Extra Parameters.  Apply and profit.
 
The seccomp workaround is messy, it disables all the normal security for the container.  The call to mbind is now already gated by CAP_SYS_NICE, but if you want to use it you'll have to tune the security profile for the container.
 
Hope it helps!
 
-P


Will try this in a bit. I don’t think error actually hurts anything… other than me because I know it’s there LOL

Thank you!
Link to comment
Why yes!
 
I was just trying to fix this, and I think I found the answer.  The container is trying to use NUMA for resource allocation with the host, but is being gated by the default security profile.
 
To fix:  Edit the container, enable advanced view, and add:
 
--cap-add=sys_nice
--cap-add=sys_nice

 
to Extra Parameters.  Apply and profit.
 
The seccomp workaround is messy, it disables all the normal security for the container.  The call to mbind is now already gated by CAP_SYS_NICE, but if you want to use it you'll have to tune the security profile for the container.
 
Hope it helps!
 
-P


Worked. Thank you mate!
Link to comment
  • 2 months later...

Hi guys, my mysql docker is no longer starting since the most recent update. Log file attached. Something to do with "Upgrade is not supported after a crash or shutdown with innodb_fast_shutdown = 2. This redo log was created with MySQL 8.0.29, and it appears logically non empty. Please follow the instructions at http://dev.mysql.com/doc/refman/8.0/en/upgrading.html " I'm guessing.

 

The link given in the error seems irrelevant to the unraid docker.

mysql.log

Link to comment
On 8/15/2022 at 9:53 AM, dustyken said:

Having same issue as @SockDust.  Anyone know how to proceed?

 

I was able to solve this by starting another container with the version of mysql in the log file, then connecting to the container and shut down sql safely with the following command

 

mysqladmin shutdown -p

 

Then restart your other container with the latest tag or whatever

Edited by Sinopsis
  • Upvote 1
Link to comment
  • 2 months later...
  • 1 month later...

Hi, I'm hoping someone can help.

 

I have just restored my appdata folder using CA APPDATA BACKUP / RESTORE.

I have reinstalled my Docker containers via CA.

MySQL will not start.

Below is the error log.

 

2022-12-15T10:12:07.785325Z 0 [Warning] [MY-011068] [Server] The syntax '--skip-host-cache' is deprecated and will be removed in a future release. Please use SET GLOBAL host_cache_size=0 instead.
2022-12-15T10:12:07.788310Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.31) starting as process 1
2022-12-15T10:12:07.805531Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2022-12-15T10:12:08.727248Z 1 [ERROR] [MY-013882] [InnoDB] Missing redo log file ./#innodb_redo/#ib_redo1251 (with start_lsn = 13078623744).
2022-12-15T10:12:08.727313Z 1 [ERROR] [MY-012930] [InnoDB] Plugin initialization aborted with error Generic error.
2022-12-15T10:12:09.027791Z 1 [ERROR] [MY-010334] [Server] Failed to initialize DD Storage Engine
2022-12-15T10:12:09.028089Z 0 [ERROR] [MY-010020] [Server] Data Dictionary initialization failed.
2022-12-15T10:12:09.028127Z 0 [ERROR] [MY-010119] [Server] Aborting
2022-12-15T10:12:09.029174Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.31)  MySQL Community Server - GPL.
2022-12-15 21:12:06+11:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.31-1.el8 started.
2022-12-15 21:12:07+11:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
2022-12-15 21:12:07+11:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.31-1.el8 started.
'/var/lib/mysql/mysql.sock' -> '/var/run/mysqld/mysqld.sock'

 

So far I have tried to:

- re-restore the backup.

- copy the folder using MC (Midnight Commander)

- change permissions

 

I can get the container to run if edit the template and change the AppData location ( eg. /appdataa/mysql2)

It creates a whole new folder structure and starts without any problem.

Obviously this isn't a solution since my databases are part of the backup.

(Unless I can import these back into the fresh install)

 

I would really appreciate any help that you can offer.

 

TIA.

Link to comment
  • 1 month later...

Is anyone else's container not downloading?  It was working fine a day ago for me.

 

Edit #1

Appears that it can't connect to eweka:

 

TLS handshake failed for news.eweka.nl

 

I'm using PIA and OpenVPN.  

 

Edit #2

I swapped over to Wireguard to see if there is a difference.  Getting the same error.  I then tried changing the port to 119 and setting Encryption to No and it is able to connect.

 

Setting CertCheck to No doesn't make a difference either with SSL enabled.

 

 

Edit #3

So if using port 119 and wireguard is up it should be safe to run it that way? I am no longer encrypted, correct or does it still use PIA to mask the traffic if using 119?  Another weird thing is that I restart NZBgetvpn after setting port 119, I can successfully connect to eweka, but then nothing downloads still.

 

Edit #4

I tried using GrabIt on my Win box and was able to connect to eweka without any issue.  Really at a loss now with NZBget 😕

 

Edit #5

I ran this command from the unraid terminal & container console: 

 

openssl s_client -showcerts -connect news.website:563

 

The terminal returns a cert but the container gets stuck on 

CONNECTED(00000003)

 

Edit #6

It must eweka as I am able to use newsdemon without any issue on their ssl ports =P

 

 

Edit#7

Last update for the time being.  I disabled the VPN part of the container and eweka connects fine now over both SSL ports.  Maybe PIA updated something recently that broke the ability to connect.  I tried routing the nzbget container traffic through a binhex-privoxy container with PIA and same issues happens.  

Edited by kimocal
Link to comment
  • 1 month later...
  • 1 month later...

I recently upgraded to 8.0.33. After the upgrade my database is no longer starting. I get the error below in the logs. I tried downgrading to 8.0.32 but it says that the database is to new for that version. Unfortunately I don't have a good backup of the information. Would anyone have any ideas on this? Mysql stops right after the error so I'm not able to do anything from inside of the container.

 

2023-05-24T23:32:48.686736Z 0 [Warning] [MY-011068] [Server] The syntax '--skip-host-cache' is deprecated and will be removed in a future release. Please use SET GLOBAL host_cache_size=0 instead.
2023-05-24T23:32:48.689268Z 0 [Warning] [MY-010918] [Server] 'default_authentication_plugin' is deprecated and will be removed in a future release. Please use authentication_policy instead.
2023-05-24T23:32:48.689321Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.33) starting as process 1
2023-05-24T23:32:48.705577Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2023-05-24T23:32:49.534003Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2023-05-24T23:32:50.734792Z 4 [System] [MY-013381] [Server] Server upgrade from '80032' to '80033' started.
2023-05-24T23:33:46.203429Z 4 [ERROR] [MY-013178] [Server] Execution of server-side SQL statement 'ALTER TABLE slave_worker_info STATS_PERSISTENT=0; ' failed with error code = 3664, error message = 'Failed to delete SDI 'mysql.slave_worker_info' in tablespace 'mysql'.'.
2023-05-24T23:33:46.223137Z 0 [ERROR] [MY-013380] [Server] Failed to upgrade server.
2023-05-24T23:33:46.223192Z 0 [ERROR] [MY-010119] [Server] Aborting
2023-05-24T23:33:47.459875Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.33)  MySQL Community Server - GPL.
2023-05-24 18:32:47-05:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.33-1.el8 started.
2023-05-24 18:32:48-05:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
2023-05-24 18:32:48-05:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.33-1.el8 started.
'/var/lib/mysql/mysql.sock' -> '/var/run/mysqld/mysqld.sock'

Link to comment
  • 2 weeks later...
  • 4 weeks later...
On 6/3/2023 at 1:06 PM, frodr said:

How to make nzbget to download several files at once? The nzbget.conf file have a section "UrlConnections=". It is set to 4, but not downloading more than 1 at the time. I tried =8, nothing changed. 

 

Anyone..

 

// 

nzbGet only supports downloading 1 nzb at a time, but the UrlConnections does control how many parts of that nzb it downloads at the same time.

  • Thanks 1
Link to comment
  • 1 month later...
On 5/25/2023 at 3:06 AM, bgracy said:

I recently upgraded to 8.0.33. After the upgrade my database is no longer starting. I get the error below in the logs. I tried downgrading to 8.0.32 but it says that the database is to new for that version. Unfortunately I don't have a good backup of the information. Would anyone have any ideas on this? Mysql stops right after the error so I'm not able to do anything from inside of the container.

 

2023-05-24T23:32:48.686736Z 0 [Warning] [MY-011068] [Server] The syntax '--skip-host-cache' is deprecated and will be removed in a future release. Please use SET GLOBAL host_cache_size=0 instead.
2023-05-24T23:32:48.689268Z 0 [Warning] [MY-010918] [Server] 'default_authentication_plugin' is deprecated and will be removed in a future release. Please use authentication_policy instead.
2023-05-24T23:32:48.689321Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.33) starting as process 1
2023-05-24T23:32:48.705577Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2023-05-24T23:32:49.534003Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2023-05-24T23:32:50.734792Z 4 [System] [MY-013381] [Server] Server upgrade from '80032' to '80033' started.
2023-05-24T23:33:46.203429Z 4 [ERROR] [MY-013178] [Server] Execution of server-side SQL statement 'ALTER TABLE slave_worker_info STATS_PERSISTENT=0; ' failed with error code = 3664, error message = 'Failed to delete SDI 'mysql.slave_worker_info' in tablespace 'mysql'.'.
2023-05-24T23:33:46.223137Z 0 [ERROR] [MY-013380] [Server] Failed to upgrade server.
2023-05-24T23:33:46.223192Z 0 [ERROR] [MY-010119] [Server] Aborting
2023-05-24T23:33:47.459875Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.33)  MySQL Community Server - GPL.
2023-05-24 18:32:47-05:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.33-1.el8 started.
2023-05-24 18:32:48-05:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
2023-05-24 18:32:48-05:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.33-1.el8 started.
'/var/lib/mysql/mysql.sock' -> '/var/run/mysqld/mysqld.sock'

 

I've encountered the same issue, were you able to fix it ?

Link to comment
  • 5 months later...
  • 1 month later...

I think my nzbgetvpn container may have stopped working sometime ago.  I got back to doing some upgrades to my home lab.  I've setup Unraid with multiple VLANs.  I've just moved all my docker containers to one of the new VLANS.  "Network br2.2" 

I can't seem to access the nzbget web ui.

When I look at the logs 

 

2024-03-09 12:57:09,145 DEBG 'start-script' stdout output:
[info] Successfully assigned and bound incoming port '25361'

2024-03-09 12:57:39,435 DEBG 'watchdog-script' stdout output:
[info] nzbget not running

2024-03-09 12:57:39,435 DEBG 'watchdog-script' stdout output:
[info] Nzbget config file already exists, skipping copy

2024-03-09 12:57:39,447 DEBG 'watchdog-script' stdout output:
[info] Attempting to start nzbget...

2024-03-09 12:57:39,456 DEBG 'watchdog-script' stdout output:
[info] Nzbget process started
[info] Waiting for Nzbget process to start listening on port 6789...

2024-03-09 12:57:39,460 DEBG 'watchdog-script' stdout output:
[info] Nzbget process is listening on port 6789


The service seems to be listening on the port.

and I did update the LAN_NETWORK variable and added all my local networks.

image.thumb.png.5c3ed9543f08d7263bca45de7bf9a3a0.png

 

image.thumb.png.01e816304afc2e78d1e4f76c71b28d7a.png

I can ping the docker containers IP address (10.2.0.73) and get a response but I get no response at all when trying to access the webgui.  Looking at wireshark, when I try to connect to the webui there's not return traffic at all from the container.

Any ideas what might be wrong here?

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.