January 9, 20242 yr My D drive is suddenly showing up as (Unplugged) and sync has stopped. I've tried reinstalling from scratch and inheriting the backup state, but it's still showing as (Unplugged) for D. Any fixes?
January 10, 20242 yr On 12/8/2023 at 12:24 AM, bubbadrk said: Backblaze i believe I am running into permissions issues? I follow the steps and can see drive D but can not access it. Permissions for /mnt/user are nobody/users. I know wine uses app/app but I don’t feel like the answer of changing /mnt/user permissions is correct? It might break things? I seem to have fixed this with the following changes to the setup, ubuntu18 repo, priveledged container, and adding USER_ID/GROUP_ID variables with a value of 0 so the container runs as root. I'm having the same issue. Looks like it started on the 7th of December for me
January 10, 20242 yr Hello! There seems to be an issue with one of the Containers templates you guys host. qBitrr You have "--user 1000:1000" in Extra Perimeters which is cause the container to crash. additionally /completed_downloads has been changed to /data/torrents
January 14, 20242 yr On 1/10/2024 at 10:37 AM, newoski said: I'm having the same issue. Looks like it started on the 7th of December for me I edited that post with my fix. Mine is still running fine with the permissions and such changed.
January 15, 20242 yr On 1/14/2024 at 1:20 PM, bubbadrk said: I edited that post with my fix. Mine is still running fine with the permissions and such changed. I've been trying your suggestions, but I must be doing something wrong... Any chance you'd be willing to TeamViewer for some beer money?
January 17, 20242 yr I ain’t gonna do that but I’ll help for free. Screen shot your config and post it. I don’t check here too often so it might be some time. Also what errors you are getting Edited January 17, 20242 yr by bubbadrk
January 17, 20242 yr 8 hours ago, bubbadrk said: I ain’t gonna do that but I’ll help for free. Screen shot your config and post it. I don’t check here too often so it might be some time. Also what errors you are getting OK, thanks. Are these settings correct -- based on your recommendation? Edited January 17, 20242 yr by newoski
January 19, 20242 yr That is exactly what I have. Possible your permissions are different but I doubt it. Have you tried deleting the container and erasing the appdata and re-installing with these settings?
January 19, 20242 yr 1 hour ago, bubbadrk said: That is exactly what I have. Possible your permissions are different but I doubt it. Have you tried deleting the container and erasing the appdata and re-installing with these settings? deleting and reinstalling w these did the trick!!!
January 19, 20242 yr I'm trying to setup sharelatex and i'm hitting an issue with mongodb but I'm using the version specified by the overleaf setup mongo:4.4. Is there something i'm missing or something I should have setup in mongodb or sharelatex differently? mongodb was setup just by installing the template from community applications and I attached an image of my sharelatex docker config. I haven't found anything online that explains any steps besides just installing redis, mongodb, and sharelatex so i'm really confused why this is an issue given i matched the mongodb version as mentioned. *** Running /etc/my_init.d/00_make_sharelatex_data_dirs.sh... *** Running /etc/my_init.d/00_regen_sharelatex_secrets.sh... *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... *** Running /etc/my_init.d/00_restore_site_status... *** Running /etc/my_init.d/00_set_docker_host_ipaddress.sh... *** Running /etc/my_init.d/01_nginx_config_template.sh... *** Running /etc/my_init.d/10_delete_old_logs.sh... *** Running /etc/my_init.d/10_syslog-ng.init... *** Running /etc/my_init.d/98_check_db_access.sh... Mongo instance doesn't support transactions MongoServerError: Transaction numbers are only allowed on a replica set member or mongos at Connection.onMessage (/overleaf/services/web/node_modules/mongodb/lib/cmap/connection.js:231:30) at MessageStream.<anonymous> (/overleaf/services/web/node_modules/mongodb/lib/cmap/connection.js:61:60) at MessageStream.emit (node:events:517:28) at processIncomingData (/overleaf/services/web/node_modules/mongodb/lib/cmap/message_stream.js:125:16) at MessageStream._write (/overleaf/services/web/node_modules/mongodb/lib/cmap/message_stream.js:33:9) at writeOrBuffer (node:internal/streams/writable:392:12) at _write (node:internal/streams/writable:333:10) at Writable.write (node:internal/streams/writable:337:10) at Socket.ondata (node:internal/streams/readable:777:22) at Socket.emit (node:events:517:28) { ok: 0, code: 20, codeName: 'IllegalOperation', [Symbol(errorLabels)]: Set(0) {} } *** /etc/my_init.d/98_check_db_access.sh failed with status 1 *** Killing all processes... generating random secrets Nginx: generating config file from template Nginx: reloading config * Reloading nginx configuration nginx ...done. Jan 19 11:55:01 a55d3b55d698 syslog-ng[89]: syslog-ng starting up; version='3.25.1'
January 23, 20242 yr my Cloudflare DDNS docker will not stay running. I will start it and it starts but within 30 seconds it stops running. Any clue on how to correct this issue? tower-diagnostics-20240123-1554.zip Edited January 23, 20242 yr by T_Matz added diagnostics file
January 23, 20242 yr The traccar Docker container is missing a important path. The /opt/traccar/data folder should be mapped to appdata, since it contains the database. Even tho a dedicated MySQL-DB is recommended, it is not good that the testing/default db gets deleted whenever the container gets updated.
January 24, 20242 yr Is the forgejo-docker support deprecated? This support thread is linked in the package but I can‘t find any reference here.
January 24, 20242 yr 15 hours ago, jakami99 said: The traccar Docker container is missing a important path. The /opt/traccar/data folder should be mapped to appdata, since it contains the database. Even tho a dedicated MySQL-DB is recommended, it is not good that the testing/default db gets deleted whenever the container gets updated. How do i fix this? I removed the docker and reinstalled and it didnt work.
January 24, 20242 yr 59 minutes ago, T_Matz said: How do i fix this? I removed the docker and reinstalled and it didnt work. Ass a path, where the container container path is /opt/traccar/data and the host path is /mnt/user/appdata/traccar/data This way your database won't get deleted after a restart
January 24, 20242 yr I added the path and the docker still doesnt stay running. I start the docker and within 30 seconds it stops. Is there anyway to reinstall the docker fresh to fix this issue? Edited January 24, 20242 yr by T_Matz add info
January 25, 20242 yr I tried to give the docker a fixed IP and that didnt help either. I can see from the docker page the docker has an IP of 0.0.0.0 and even with the path added there is nothing in the docker path not sure what to do
February 1, 20242 yr Hello, I am having trouble with the adminer container. I have a mongodb that I am trying to connect to and it says No extension None of the supported PHP extensions (mongo, mongodb) are available. After looking it up I found that I need to have mongo.inc.php file. I put it in the plugins folder and then added the ADMINER_PLUGINS='mongo.inc.php' but it then says that file is not found and errors out. I also tried ADMINER_PLUGINS='mongo' ADMINER_PLUGINS='mongo.inc' I then tried the example ADMINER_PLUGINS='tables-filter tinymce' to see if that worked since those are also in the plugins folder. It doesn't. In the logs it shows Unable to find plugin file "ADMINER_PLUGINS='tables-filter". I also then tried to remove the tables-filter to see if tinymce worked and got this Unable to find plugin file "ADMINER_PLUGINS='tinymce'". Not sure if I am doing something wrong or the image is wrong or what. I really just want to connect to my MongoDB. I am able to connect to my MariaDB just fine but that mariadb doesn't require plugins. For the MongoDB on GitHub I see the file under ~/drivers/ not ~/plugins/ or ~/plugins/drives Does this matter?
February 2, 20242 yr Hello, About the docker Dozzle, Even when we change the env variable WebUI for another value, the daemon still listens to 8080. This env. variable is by default in the template. Edited February 2, 20242 yr by pbear
February 5, 20242 yr Im trying to install/update the Backblaze Personal docker and when I launch the web UI i get a black screen. I saw the information on the install but im unsure where I type that into to possibly fix it. attached is my log when I run the docker │ Docker Image Platform: linux/amd64 │ │ │ ╰――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╯ [cont-init ] 89-info.sh: terminated successfully. [cont-init ] all container initialization scripts executed. [init ] giving control to process supervisor. [supervisor ] loading services... [supervisor ] loading service 'default'... [supervisor ] loading service 'app'... [supervisor ] loading service 'gui'... [supervisor ] loading service 'certsmonitor'... [supervisor ] service 'certsmonitor' is disabled. [supervisor ] loading service 'nginx'... [supervisor ] loading service 'xvnc'... [supervisor ] loading service 'openbox'... [supervisor ] loading service 'logmonitor'... [supervisor ] service 'logmonitor' is disabled. [supervisor ] loading service 'logrotate'... [supervisor ] all services loaded. [supervisor ] starting services... [supervisor ] starting service 'xvnc'... [xvnc ] Xvnc TigerVNC 1.13.1 - built Dec 21 2023 00:39:59 [xvnc ] Copyright (C) 1999-2022 TigerVNC Team and many others (see README.rst) [xvnc ] See https://www.tigervnc.org for information on TigerVNC. [xvnc ] Underlying X server release 12014000 [xvnc ] Mon Feb 5 17:55:14 2024 [xvnc ] vncext: VNC extension running! [xvnc ] vncext: Listening for VNC connections on /tmp/vnc.sock (mode 0660) [xvnc ] vncext: Listening for VNC connections on all interface(s), port 5900 [xvnc ] vncext: created VNC server for screen 0 [supervisor ] starting service 'nginx'... [nginx ] Listening for HTTP connections on port 5800. [supervisor ] starting service 'openbox'... [supervisor ] starting service 'app'... [app ] + cat /RELEASE_VERSION [app ] + release_version=v1.6 [app ] + local_version_file=/config/wine//dosdevices/c:/ProgramData/Backblaze/bzdata/bzreports/bzserv_version.txt [app ] + install_exe_path=/config/wine//dosdevices/c:/ [app ] + log_file=/config/wine//dosdevices/c:/backblaze-wine-startapp.log [app ] + custom_user_agent=backblaze-personal-wine/v1.6 (JonathanTreffler, +https://github.com/JonathanTreffler/backblaze-personal-wine-container), CFNetwork [app ] + pinned_bz_version_file=/PINNED_BZ_VERSION [app ] + sed -n 1p /PINNED_BZ_VERSION [app ] + pinned_bz_version=9.0.0.749 [app ] + sed -n 2p /PINNED_BZ_VERSION [app ] + pinned_bz_version_url=https://web.archive.org/web/20231218152237/https://secure.backblaze.com/win32/install_backblaze.exe [app ] + export WINEARCH=win64 [app ] + disclaimer_updatemode [app ] + [ false = true ] [app ] + [ false = true ] [app ] + echo FORCE_LATEST_UPDATE is disabled. Using known-good version of Backblaze. [app ] FORCE_LATEST_UPDATE is disabled. Using known-good version of Backblaze. [app ] + [ -f /config/wine/drive_c/Program Files (x86)/Backblaze/bzbui.exe ] [app ] + mkdir -p /config/wine/ [app ] + [ false = true ] [app ] + log_message INSTALLER: FORCE_LATEST_UPDATE=false, Installing pinned Backblaze version [app ] /startapp.sh: 159: log_message: not found [app ] + sleep infinity [app ] + curl -A backblaze-personal-wine/v1.6 (JonathanTreffler, +https://github.com/JonathanTreffler/backblaze-personal-wine-container), CFNetwork -L https://web.archive.org/web/20231218152237/https://secure.backblaze.com/win32/install_backblaze.exe --output install_backblaze.exe [app ] % Total % Received % Xferd Average Speed Time Time Time Current [app ] Dload Upload Total Spent Left Speed [app ] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 [supervisor ] all services started. [app ] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 [xvnc ] Mon Feb 5 17:55:30 2024 [xvnc ] Connections: accepted: /tmp/vnc.sock [xvnc ] SConnection: Client needs protocol version 3.8 [xvnc ] SConnection: Client requests security type None(1) [xvnc ] VNCSConnST: Server default pixel format depth 24 (32bpp) little-endian rgb888 [xvnc ] VNCSConnST: Client pixel format depth 24 (32bpp) little-endian bgr888 [xvnc ] ComparingUpdateTracker: 0 pixels in / 0 pixels out [xvnc ] ComparingUpdateTracker: (1:-nan ratio) [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:20 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:21 --:--:-- 0Warning: Failed to create the file install_backblaze.exe: Permission denied [app ] 0 27.7M 0 13623 0 0 610 0 13:15:38 0:00:22 13:15:16 2778 [app ] curl: (23) Failed writing body (0 != 13623)
February 6, 20242 yr On 1/27/2023 at 4:23 AM, TwistedCarnivore said: I have an issue with scrutiny causing read errors on spundown drives. If scrutiny tries to do a smart read on a drive that is spundown, unraid shows a read error. If it goes on long enough unraid will eventually deactivate the drive. After a drive is deactivated unraid starts seeing phantom drives and the drive mappings get totally screwed up. The phantom drives seems to be a known issue with scrutiny. Turning off spindown and the problem goes away. Somewhere the drives aren't getting the message to spin up prior to scrutiny trying to do a smart read. I think the problem is in scrutiny but hopefully this will help someone else having the same problem. Is this still an issue? Was keen on trying Scrutiny but it's putting me off
February 7, 20242 yr On 2/5/2024 at 12:58 PM, LifeOfStew said: Im trying to install/update the Backblaze Personal docker and when I launch the web UI i get a black screen. I saw the information on the install but im unsure where I type that into to possibly fix it. attached is my log when I run the docker │ Docker Image Platform: linux/amd64 │ │ │ ╰――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╯ [cont-init ] 89-info.sh: terminated successfully. [cont-init ] all container initialization scripts executed. [init ] giving control to process supervisor. [supervisor ] loading services... [supervisor ] loading service 'default'... [supervisor ] loading service 'app'... [supervisor ] loading service 'gui'... [supervisor ] loading service 'certsmonitor'... [supervisor ] service 'certsmonitor' is disabled. [supervisor ] loading service 'nginx'... [supervisor ] loading service 'xvnc'... [supervisor ] loading service 'openbox'... [supervisor ] loading service 'logmonitor'... [supervisor ] service 'logmonitor' is disabled. [supervisor ] loading service 'logrotate'... [supervisor ] all services loaded. [supervisor ] starting services... [supervisor ] starting service 'xvnc'... [xvnc ] Xvnc TigerVNC 1.13.1 - built Dec 21 2023 00:39:59 [xvnc ] Copyright (C) 1999-2022 TigerVNC Team and many others (see README.rst) [xvnc ] See https://www.tigervnc.org for information on TigerVNC. [xvnc ] Underlying X server release 12014000 [xvnc ] Mon Feb 5 17:55:14 2024 [xvnc ] vncext: VNC extension running! [xvnc ] vncext: Listening for VNC connections on /tmp/vnc.sock (mode 0660) [xvnc ] vncext: Listening for VNC connections on all interface(s), port 5900 [xvnc ] vncext: created VNC server for screen 0 [supervisor ] starting service 'nginx'... [nginx ] Listening for HTTP connections on port 5800. [supervisor ] starting service 'openbox'... [supervisor ] starting service 'app'... [app ] + cat /RELEASE_VERSION [app ] + release_version=v1.6 [app ] + local_version_file=/config/wine//dosdevices/c:/ProgramData/Backblaze/bzdata/bzreports/bzserv_version.txt [app ] + install_exe_path=/config/wine//dosdevices/c:/ [app ] + log_file=/config/wine//dosdevices/c:/backblaze-wine-startapp.log [app ] + custom_user_agent=backblaze-personal-wine/v1.6 (JonathanTreffler, +https://github.com/JonathanTreffler/backblaze-personal-wine-container), CFNetwork [app ] + pinned_bz_version_file=/PINNED_BZ_VERSION [app ] + sed -n 1p /PINNED_BZ_VERSION [app ] + pinned_bz_version=9.0.0.749 [app ] + sed -n 2p /PINNED_BZ_VERSION [app ] + pinned_bz_version_url=https://web.archive.org/web/20231218152237/https://secure.backblaze.com/win32/install_backblaze.exe [app ] + export WINEARCH=win64 [app ] + disclaimer_updatemode [app ] + [ false = true ] [app ] + [ false = true ] [app ] + echo FORCE_LATEST_UPDATE is disabled. Using known-good version of Backblaze. [app ] FORCE_LATEST_UPDATE is disabled. Using known-good version of Backblaze. [app ] + [ -f /config/wine/drive_c/Program Files (x86)/Backblaze/bzbui.exe ] [app ] + mkdir -p /config/wine/ [app ] + [ false = true ] [app ] + log_message INSTALLER: FORCE_LATEST_UPDATE=false, Installing pinned Backblaze version [app ] /startapp.sh: 159: log_message: not found [app ] + sleep infinity [app ] + curl -A backblaze-personal-wine/v1.6 (JonathanTreffler, +https://github.com/JonathanTreffler/backblaze-personal-wine-container), CFNetwork -L https://web.archive.org/web/20231218152237/https://secure.backblaze.com/win32/install_backblaze.exe --output install_backblaze.exe [app ] % Total % Received % Xferd Average Speed Time Time Time Current [app ] Dload Upload Total Spent Left Speed [app ] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 [supervisor ] all services started. [app ] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 [xvnc ] Mon Feb 5 17:55:30 2024 [xvnc ] Connections: accepted: /tmp/vnc.sock [xvnc ] SConnection: Client needs protocol version 3.8 [xvnc ] SConnection: Client requests security type None(1) [xvnc ] VNCSConnST: Server default pixel format depth 24 (32bpp) little-endian rgb888 [xvnc ] VNCSConnST: Client pixel format depth 24 (32bpp) little-endian bgr888 [xvnc ] ComparingUpdateTracker: 0 pixels in / 0 pixels out [xvnc ] ComparingUpdateTracker: (1:-nan ratio) [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:20 --:--:-- 0 [app ] 0 0 0 0 0 0 0 0 --:--:-- 0:00:21 --:--:-- 0Warning: Failed to create the file install_backblaze.exe: Permission denied [app ] 0 27.7M 0 13623 0 0 610 0 13:15:38 0:00:22 13:15:16 2778 [app ] curl: (23) Failed writing body (0 != 13623) I was able to get past this by making my repository: tessypowder/backblaze-personal-wine:v1.5 However, I'm running into issues with read/write on the D drive.
February 7, 20242 yr 1 hour ago, drparton21 said: I was able to get past this by making my repository: tessypowder/backblaze-personal-wine:v1.5 However, I'm running into issues with read/write on the D drive. Thank you for this, I was stuck at a black screen on my docker container suddenly and this got my backup running again. Really appreciate you.
February 8, 20242 yr On 2/5/2024 at 12:58 PM, LifeOfStew said: Im trying to install/update the Backblaze Personal docker and when I launch the web UI i get a black screen. I saw the information on the install but im unsure where I type that into to possibly fix it. attached is my log when I run the docker I have the same problem.
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.