Everything posted by Kam
-
[SOLVED] Shares disapeared after relocation
Hi everyone, I moved my server to an other apartment and (of course) I didn't have time for a backup. I've just switch my Unraid server back on and had a really bad surprise... All the disks (arrays, pools and unassigned) are well identified but there is no share at all anymore. I believe the data is still there and I have just started a parity check. I will see in 14 hours if it's OK. Do you have any idea to recover the shares that I set up ? Or should I recreate them manually ? It seems there still is a definition of the shares, as I can see in the diagnosis report, but I don't know how I could use this. I haven't tried to reboot it as I thought about it after launching the parity check but I'll do it afterwards. Any help much appreciated ! kus-diagnostics-20220622-2117.zip
-
[Support] Tailscale Support Thread
@dsmith44 Thank you for sharing this template and good luck maintaining it ! @ldog88 You can edit the container's url so that it points to the tailscale IP (100.x.x.x) instead of your local IP (eg. 192.168.x.x) by modifying the URL in advanced view. My question is related to this. Is there a way for the link to be tailscale's one when I'm accessing through talescale and the local one when I'm on the LAN ? My containers URLs are configured as follow : https://[IP]:[PORT] I've thought of two not quite satisfying solution, though it should work enough : - always access to unraid through tailscale - configure my router so that https://MYSERVERNAME (same name as in tailscale) routes to the unraid server and configure the containers accordingly. Does any know a smarter way of doing it ? Many thanks
-
[Support] IBRACORP - All images and files
Thanks for the answer. I'm not at home right now so I'll try later and let you know how it worked. Just to be sure, are you suggesting that I run a ipa-server-update command before I run the ipa-server-install one?
-
[Support] IBRACORP - All images and files
I'haven't done it yet so I'm not sure of what I'm saying, but shoudn't it be https ? The doc says (https://ibracorp.io/lets-install-authelia-in-depth-authorization-and-authentication-server/#nginxproxymanagernpm) NB: For some reason in the current version of NPM as of writing this (v2.2.4) the SSL settings turn off after initial creation. Go back into the SSL settings of 'auth.example.com' and turn them back on then save again. Have you tried this ?
-
[Support] IBRACORP - All images and files
Hi there ! First I want to thank @Sycotix for your great advanced-yet-simple tutorials ! I've been learning so much ! I am currently having trouble with the FreeIPA VM tutorial Everything goes well until the IPA server configuration. I can't get my server to authenticate the certificate.... Here's what I get : # [root@ipa ~]# ipa-server-install --mkhomedir [...] Configuring certificate server (pki-tomcatd). Estimated time: 3 minutes [1/29]: configuring certificate server instance Failed to configure CA instance See the installation logs and the following files/directories for more information: /var/log/pki/pki-tomcat [error] RuntimeError: CA configuration failed. CA configuration failed. The ipa-server-install command failed. See /var/log/ipaserver-install.log for more information Attached is an extract of /var/log/ipaserver-install.log where I can read the following error : Exception: PKI subsystem 'CA' for instance 'pki-tomcat' already exists! It might come from previous attempts to install IPA server, but maybe that was the cause of the first failure too ? I've tried to run "ipa-server-install --uninstall" serveral times and "pkidestroy -s CA -i pki-tomcat" but I still get the same error... I thought it could be due to cloudflare argo tunnel.... but even if I switch to an A type DNS with my IP and DMZ to the freeIPA server on my router, it's still the same O_O Btw, Fedora Cockpit works well through a subdomain and argotunnel + swag. But it shows me 1 service cannot start : Machine Check Exception Logging Daemon. I doubt it is related but just in case, this is the error logs : mcelog.service: Failed with result 'exit-code' [systemd] mcelog.service: Main process exited, code=exited, status=1/FAILURE [systemd] CPU is unsupported [mcelog] mcelog: ERROR: AMD Processor family 23: mcelog does not support this processor. Please use the edac_mce_amd module instead. [mcelog] Started Machine Check Exception Logging Daemon [systemd] Does anyone have an idea where the issue comes from / where should I dig in ? or what should I do ? Thanks a lot for your advices/thoughts ! ipa-install.log
-
[support] Siwat's Docker Repository
I got the same issue. It comes from a compatibility issue between the NC oO app and the only office server. You have to manually downgrade the NC app. I don't remember the details but you can find it easily if you google it. I remember you need to delete the oO folder in nextcloud/app folder, downloads the right version of the only office plugin and untar it there. You might have to reactivate it from nextcloud admin page. Then it works ! You just have to not upgrade it Hope it helps, Kam
-
[support] Siwat's Docker Repository
So finally, I found a solution ! 🤩 I checked my nextcloud.subdomain.conf and added/removed everything so both files were similar. In case someone has the same issue, here's my onlyoffice.subdomain.conf file with added/removed comments # only office doc server server { listen 443 ssl; ## Added listen [::]:443 ssl; server_name office.*; include /config/nginx/ssl.conf; ## Added add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload;"; client_max_body_size 0; location / { include /config/nginx/proxy.conf; ## Added include /config/nginx/resolver.conf; set $upstream_app OnlyOfficeDocumentServer; set $upstream_proto https; set $upstream_port 443; proxy_pass $upstream_proto://$upstream_app:$upstream_port; ## Added proxy_max_temp_file_size 2048m; ## Removed # proxy_set_header Host $host; # proxy_set_header X-Real-IP $remote_addr; # proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; # proxy_set_header X-Forwarded-Host $server_name; # proxy_set_header X-Forwarded-Proto $scheme; } } Kam
-
[support] Siwat's Docker Repository
So I just went through every log files I could think of being relevant, but I couldn't found nothing ... Here's what I get when I go to oods.mydomain.me /mnt/user/appdata/swag/log/nginx/access.log 192.168.1.254 - - [19/Nov/2021:16:05:09 +0100] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 0 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" /mnt/user/appdata/swag/log/nginx/error.log NOTHING /mnt/user/appdata/swag/log/fail2ban/fail2ban.log NOTHING /mnt/user/appdata/swag/log/letsencrypt/letsencrypt.log NOTHING /mnt/user/appdata/swag/log/php/error.log NOTHING /mnt/user/appdata/swag/log/logrotate.status NOTHING /mnt/user/appdata/onlyofficeds/logs/documentserver/nginx.error.log NOTHING Any idea where I should look at ? Thx !
-
[support] Siwat's Docker Repository
Hi everybody, First, thanks a lot for porting the containers to unraid and supporting users here. It make life much easier I'm having trouble setting up OnlyOfficeDocumentServer. I started by following spaceinvaders' tutorial, but I also tried a few things after. Here's what I've done so far: I created a CNAME for my domain name on cloudflare (and deactivated proxied*), added it in swag's docker configuration. I skipped the duckdns step as I have a static IP address. I copied (hard link) the certificate files to onlyofficeds/Data/certs/onlyoffice.{crt,key} I had to remove the following line from his file : proxy_redirect off; as it would prevent swag from starting nginx: [emerg] "proxy_redirect" directive is duplicate in /config/nginx/proxy-confs/onlyoffice.subdomain.conf:19 I manage to access the webUI through the local IP and https port, but not the http one. And clicking on WebUI from the unraid docker page redirects to the unraid's login page. Is that normal ? I could even test OODS with the provided example. But when I try to access it from my subdomain I get a "HTTP 400 Bad Request" error. I also tried with the documentserver.subdomain.conf that I found in nginx/proxy-confs folder, but then I got a "bad redirection" error. I attached m onlyoffice.subdomain.conf file in case it would help. I probably missed something, but I'm really clueless right now. Anybody have an idea ? Thanks a lot, Kam * I also spent some hours figuring that when cloudflare's proxy is activated, it leads to a "too many redirecting" error. Not sure if it's the actual english error, I just translated from french. onlyoffice.subdomain.conf