-
[Support] Linuxserver.io - Rsnapshot
I’m trying to setup cron job. Is the file /config/crontabs/root on host suppose to be the mapped to /etc/crontabs/root on the container? The job runs perfectly if I manually edit the file on the container but it doesn’t work if I edit the file on host.
-
[Support] Linuxserver.io - Rsnapshot
Trying to use rsnapshot to pull data from another server but somehow couldnt get it to work. I think I have found the issue... When running docker exec -it rsnapshot rsnapshot -t alpha The output is: echo 765 > /var/run/rsnapshot.pid mkdir -m 0700 -p /rsnapshot/ mkdir -m 0755 -p /rsnapshot/alpha.0/ /usr/bin/rsync -az --delete --numeric-ids --relative --delete-excluded \ --rsh=/usr/bin/ssh -F /config/.ssh/config \ SOURCE DEST touch /rsnapshot/alpha.0/ but the correct syntax should be (note the apostrophes in the fifth line) echo 765 > /var/run/rsnapshot.pid mkdir -m 0700 -p /rsnapshot/ mkdir -m 0755 -p /rsnapshot/alpha.0/ /usr/bin/rsync -az --delete --numeric-ids --relative --delete-excluded \ --rsh='/usr/bin/ssh -F /config/.ssh/config' \ SOURCE DEST touch /rsnapshot/alpha.0/ Any way to solve this? Thanks all.
-
[Support] ich777 - Application Dockers
I am now setting up luckybackup and following the tutorial from SPXLABS. Is the SSH Keys generated not persistent? Thanks
-
[Support] Prusaslicer noVNC
just updated the container and it is working perfectly! Time to start slicing!
-
[Support] Prusaslicer noVNC
Thanks for making a prusaslicer docker! I've been running it on VM for the same reason. Tried to install it just now and it said prusaslicer entered FATAL state, too many start retries too quickly Pretty sure I'm using the latest image. Thanks!
-
[Support] Djoss - Firefox
Is there any way to limit or block its access to LAN? The reason why I wanted to use this docker is to browse the web (safely if possible) when I cannot use VPN, exposing this docker publicly will somehow expose the webgui of unraid, if someone know where to look. Not sure if it is related, but I am using Nginx Proxy Manager with .htaccess and will implement authelia later.
-
[Support] Djoss - Nginx Proxy Manager
HELP! ALL websites that require http auth are not accessible. They are, according to chrome, either ERR_HTTP2_PROTOCOL_ERROR or NET::ERR_CERT_AUTHORITY_INVALID. However those do not need a username and password are working perfectly fine. All the changes I made today was updating Unraid from 6.8.2 to 6.8.3 and add one more proxy host. Any idea what may have caused it? Thanks!
-
[Support] Linuxserver.io - Jellyfin
I recently restart the server and now I cannot start Jellyfin. The log shows: Failed to create CoreCLR, HRESULT: 0x80004005 May I know what this error is and how can I fix it?
-
[Plugin] CA User Scripts
Is #noParity=true working on 6.8.2? My script still runs during parity check so I have to manually abort it.
-
[Support] cheesemarathons repo
Ummm Same error.😥
-
[Support] cheesemarathons repo
Yes I can connect to the database from my computer using HeidiSQL. I use separated database (Mariadb) for different apps like nextcloud, piwigo, zenphoto and kanboard and they all can talk to their respective database successfully. Not sure what the problem is here Log for your reference: Error: getaddrinfo ENOTFOUND <<MY_UNRAID_IP>>:<<DB_PORT>> at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:64:26) -------------------- at Protocol._enqueue (/var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/mysql/lib/protocol/Protocol.js:144:48) at Protocol.handshake (/var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/mysql/lib/protocol/Protocol.js:51:23) at Connection.connect (/var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/mysql/lib/Connection.js:119:18) at /var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/knex/lib/dialects/mysql/index.js:82:18 at Promise._execute (/var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/bluebird/js/release/debuggability.js:427:9) at Promise._resolveFromExecutor (/var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/bluebird/js/release/promise.js:518:18) at new Promise (/var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/bluebird/js/release/promise.js:103:10) at Client_MySQL.acquireRawConnection (/var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/knex/lib/dialects/mysql/index.js:77:12) at create (/var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/knex/lib/client.js:282:21) at /var/lib/ghost/versions/3.8.0/node_modules/tarn/lib/Pool.js:315:34 at Object.tryPromise (/var/lib/ghost/versions/3.8.0/node_modules/tarn/lib/utils.js:53:24) at /var/lib/ghost/versions/3.8.0/node_modules/tarn/lib/Pool.js:315:17 at Promise._execute (/var/lib/ghost/versions/3.8.0/node_modules/bluebird/js/release/debuggability.js:384:9) at Promise._resolveFromExecutor (/var/lib/ghost/versions/3.8.0/node_modules/bluebird/js/release/promise.js:518:18) at new Promise (/var/lib/ghost/versions/3.8.0/node_modules/bluebird/js/release/promise.js:103:10) at callbackOrPromise (/var/lib/ghost/versions/3.8.0/node_modules/tarn/lib/Pool.js:306:12) at Pool._create (/var/lib/ghost/versions/3.8.0/node_modules/tarn/lib/Pool.js:236:9) at Pool._doCreate (/var/lib/ghost/versions/3.8.0/node_modules/tarn/lib/Pool.js:208:36) at Pool._tryAcquireOrCreate (/var/lib/ghost/versions/3.8.0/node_modules/tarn/lib/Pool.js:159:18) at Pool.acquire (/var/lib/ghost/versions/3.8.0/node_modules/tarn/lib/Pool.js:85:14) at /var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/knex/lib/client.js:333:50 at tryCatcher (/var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/bluebird/js/release/util.js:16:23) at Function.Promise.attempt.Promise.try (/var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/bluebird/js/release/method.js:39:29) at Client_MySQL.acquireConnection (/var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/knex/lib/client.js:333:33) at Runner.ensureConnection (/var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/knex/lib/runner.js:226:24) at Runner.run (/var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/knex/lib/runner.js:33:41) at Raw.Target.then (/var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/knex/lib/interface.js:23:43) at Raw.Target.<computed> [as catch] (/var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/knex/lib/interface.js:95:28)�[39m �[39m
-
[Support] cheesemarathons repo
I am trying to install Ghost on my machine but the docker won't start. Log shows that there is a database error (Invalid database host). Tried using 1) IP of unRAID machine, 2) IP of unRAID machine with port (3311 in my case) in Database IP but no luck Any idea? Thanks!
-
[Support] binhex - Deluge
Hi, did you find a way to get plugins to stick? I have the same problem.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
I would like to thank you linuxserver for making such a excelletn container. I have been using it for sonarr, radarr, nextcloud and transmission for weeks and it is so good. Thing is, I am now trying to switch from transmission to deluge (by linuxserver too) and the default network type is host. If I set it to custom, I can not access the app. May I know what should I do? Thanks.
-
[Support] Linuxserver.io - Plex Media Server
Hello everyone, My system crashed when i was trying to watch a movie yesterday (1080p to 720p, transcoding on the fly). [Link to the thread if you are interested] I am sure the docker is good as I have been using it for months. However, just a handful of time, the system freezed or reboot automatically when I tried to watch a movie / episodes. Wonder why this is happening and crashed my system... Should I limit the amount of ram or CPU thread allocated to plex? Thanks!
windlok1010
Members
-
Joined
-
Last visited