Everything posted by windlok1010
-
[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] rix's Docker Repository
I managed to access slserver using my domain (sync.mydomain.com/slserver), but not the webapp. May I know what should I change? I edited the follow conf based on some sample conf from letsencrypt docker by Linuxserver.io server { listen 80; server_name sync.<MYDOMAIN>; return 301 https://sync.<MYDOMAIN>$request_uri; } server { listen 443 ssl; server_name sync.*; include /config/nginx/ssl.conf; client_max_body_size 0; # The following doesn't work location /slweb { proxy_pass http://SyncLounge:8088/slweb; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } # The following works location /slserver { proxy_pass http://SyncLounge:8089/slserver; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } }
-
[support] rix's Docker Repository
Thank you very much for creating the Synclounge template for unraid. I am trying to set up a Custom Server but not sure how to do that. I was able to connect the interface using internal IP and select a client but somehow stuck at selecting a custom server. I am using linuxserver.io's letsencrypt docker as reverse proxy if that helps. Grateful if you can give me some pointers. 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!
-
Xpenology VM any one running this ?
Sorry for not getting back to the thread earlier. Good to know you have it working!
-
**VIDEO GUIDE** How to Install MacOS Mojave or High Sierra as a VM
Here is the boot screen. Tried to install NullIntelCPUPowerManagement.kext by putting it in the EFI/CLOVER/Kext/10.13/. Same error though. 2018_06_12_21_48_04.mp4
-
Xpenology VM any one running this ?
Just saw this thread and I would like to share my previous experience. (I installed it months ago and dont remember all the details, hope it can help) - Linux VM - I assigned 1 core (2 threads) to the VM - Q35-2.11 (Q35-2.9 works too) - OVMF - put the synoboot.img to you primary vdisk location, USB Bus - another disk (either vdisk or actual disk) in 2nd vdisk location, SATA Bus - go to XML view and edit the network line <interface type='bridge'> <mac address='XX:XX:XX:XX:XX:XX'/> <source bridge='br0'/> <model type='e1000'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x01' function='0x0'/> </interface> Please see if the information above help.
-
**VIDEO GUIDE** How to Install MacOS Mojave or High Sierra as a VM
By using clover from https://github.com/Dids/clover-builder, I was able to see the volume in clover boot manager. However the system reboot every time the progress bar is around 50% completed. Tried multiple versions with different / same efi files. Any idea why?
-
**VIDEO GUIDE** How to Install MacOS Mojave or High Sierra as a VM
Just a little update, I removed some of the efi to see if there is a conflict, but they all have the same result, no volume in the boot manager. Any help would be very much appreciated. (I dont have the OsxAptioFix3Drv-64.efi right now, will try it out soon) 1st 2nd 3rd AppleImageCodec-64.efi ✓ ✓ ✓ AppleKeyAggregator-64.efi ✓ ✓ ✓ AppleUITheme-64.efi ✓ ✓ ✓ DataHubDxe-64.efi ✓ ✓ ✓ FirmwareVolume-64.efi ✓ ✓ ✓ FSInject-64.efi ✓ ✓ ✓ OsxAptioFix2Drv-64.efi ✓ ✓ ✓ OsxFatBinaryDrv-64.efi ✓ ✓ ✓ PartitionDxe-64.efi ✓ ✓ ✓ SMCHelper-64.efi ✓ ✓ VBoxHfs-64.efi ✓ ✓ apfs.efi ✓ ✓ ✓ HFSPlus.efi ✓
-
**VIDEO GUIDE** How to Install MacOS Mojave or High Sierra as a VM
Just checked my installer. I should have all the efi needed. Here are the efi files I have: AppleImageCodec-64.efi AppleKeyAggregator-64.efi AppleUITheme-64.efi DataHubDxe-64.efi FirmwareVolume-64.efi FSInject-64.efi OsxAptioFix2Drv-64.efi OsxFatBinaryDrv-64.efi PartitionDxe-64.efi SMCHelper-64.efi VBoxHfs-64.efi apfs.efi HFSPlus.efi
-
**VIDEO GUIDE** How to Install MacOS Mojave or High Sierra as a VM
10.13.5. Just downloaded the file from app store. Thanks! Guess I did not search with the correct words... Will try later today. Thanks again!
-
**VIDEO GUIDE** How to Install MacOS Mojave or High Sierra as a VM
Thanks. I was afraid that clover will install it by default and conflict with these manually installed files. For the record, I did manually add them.