Heciruam

Members
  • Posts

    115
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Heciruam's Achievements

Apprentice

Apprentice (3/14)

2

Reputation

  1. Hello, two of my disks failed. Somehow the array started with two disks missing. Disk 4 was simply not showing up and seemed to be "skipped" while disk 5 showed up with a red X as missing. I physically removed the old disk and replaced them. UnRaid is telling me that I can't start/rebuild the array "You may not add new disk(s) and also remove existing disk(s)." What do I do from here? I also added the Diagnostics. Thanks in advance.
  2. Is there a command that shows me the status? If the array is running and so on?
  3. Hello, I currently can't get past the login screen of the web UI of Unraid. I'm accessing my server remotely via wireguard/tailscale. Some Docker conatainers are running, others are not reachable. I would like to restart the server as I seem to be able to ssh into the server. I just can't find a list of available commands. I don't want to try random commands that might lock the server for me completly as I won't be able to access it physicly for another 2 months. Is there documentation for command line commands?
  4. https://github.com/nitnelave/lldap "light (and easy) LDAP"
  5. Revolt chat (discord alternative) https://github.com/revoltchat https://github.com/revoltchat/self-hosted
  6. #upstream backend { # server 10.10.10.2:8065; # keepalive 32; #} proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=mattermost_cache:10m max_size=3g inactive=120m use_temp_path=off; server { listen 80; server_name _; return 301 https://$host$request_uri; } server { listen 443 ssl; server_name mattermost.*; location ~ /api/v[0-9]+/(users/)?websocket$ { proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; client_max_body_size 50M; proxy_set_header Host $http_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-Proto $scheme; proxy_set_header X-Frame-Options SAMEORIGIN; proxy_buffers 256 16k; proxy_buffer_size 16k; client_body_timeout 60; send_timeout 300; lingering_timeout 5; proxy_connect_timeout 90; proxy_send_timeout 300; proxy_read_timeout 90s; proxy_pass http://UNRAIDIP:8065; } location / { client_max_body_size 50M; proxy_set_header Connection ""; proxy_set_header Host $http_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-Proto $scheme; proxy_set_header X-Frame-Options SAMEORIGIN; proxy_buffers 256 16k; proxy_buffer_size 16k; proxy_read_timeout 600s; proxy_cache mattermost_cache; proxy_cache_revalidate on; proxy_cache_min_uses 2; proxy_cache_use_stale timeout; proxy_cache_lock on; proxy_http_version 1.1; proxy_pass http://UNRAIDIP:8065; } } I hope it helps
  7. So I finally have access and time to go at it. Disk 4 is disabled and missing according to Unraid. I switched out cable without any change. That drive should be fine though. Could this be a mistake in the Unraid UI? When I create "New Config" in tools. Do I preserve everything? or wll it delete my cache drives if I only check Array slots for example? Thanks!
  8. What I have forgotten to mention. I did try to rebuild the parity disk. But disk 4 had the same amount of errors as disk 10. That's when I aborted that rebuild. How do I re-enable disk4? I only see formating which is not what I want.
  9. Hi, I ran into a bit of Situation. My Parity Disk turned disabled while I was copying a large chunk onto the array. The drive seems fine so I though I'll just rebuild it after finishing the copy process since it usually is a bad cable. After restarting the other disks were disabled so I had to restart a bunch of times to get them all back. I know drive 10 is dying. I was hoping to rebuild parity first and then get that one replaced. But I now have an unmountable disk 4 drive. I'm pretty sure that that drive is okay. Since I won't be able to access the server physically for two weeks I was wondering what's the best way to go about this. Can I enable disk4 somehow and rebuild parity. Or will I have to write the data on that off. Should I turn the server off unitl I have physical access to it again? medienkerker-diagnostics-20211220-1212.zip
  10. Hello I'm looking to get this docker running: Portfolio Performance Docker I was wondering if anybody already has it running?
  11. My problem seems to be connected to openVPN. I just don't know, how to change that setting: Add 'AES-256-CBC' to --data-ciphers or change --cipher 'AES-256-CBC' to --data-ciphers-fallback 'AES-256-CBC' to silence this warning supervisord.log
  12. So I have a little trouble getting to the webUI after a restart. I get the following errors: 2021-03-09 20:31:46,281 DEBG 'start-script' stdout output: -------------------- 2021-03-09 20:31:46,281 DEBG 'start-script' stdout output: [info] Starting OpenVPN (non daemonised)... 2021-03-09 20:31:46,286 DEBG 'start-script' stdout output: 2021-03-09 20:31:46 DEPRECATED OPTION: --cipher set to 'AES-256-CBC' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM). Future OpenVPN version will ignore --cipher for cipher negotiations. Add 'AES-256-CBC' to --data-ciphers or change --cipher 'AES-256-CBC' to --data-ciphers-fallback 'AES-256-CBC' to silence this warning. 2021-03-09 20:31:46,287 DEBG 'start-script' stdout output: 2021-03-09 20:31:46 WARNING: file 'credentials.conf' is group or others accessible 2021-03-09 20:31:46 OpenVPN 2.5.0 [git:makepkg/a73072d8f780e888+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Nov 6 2020 2021-03-09 20:31:46 library versions: OpenSSL 1.1.1j 16 Feb 2021, LZO 2.10 2021-03-09 20:31:46,287 DEBG 'start-script' stdout output: 2021-03-09 20:31:46 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2021-03-09 20:31:46,287 DEBG 'start-script' stdout output: 2021-03-09 20:31:46 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2021-03-09 20:31:46 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2021-03-09 20:31:46,288 DEBG 'start-script' stdout output: 2021-03-09 20:31:46 TCP/UDP: Preserving recently used remote address: [AF_INET]79.142.69.159:443 2021-03-09 20:31:46 Socket Buffers: R=[212992->212992] S=[212992->212992] 2021-03-09 20:31:46 UDP link local: (not bound) 2021-03-09 20:31:46 UDP link remote: [AF_INET]79.142.69.159:443 2021-03-09 20:31:46,311 DEBG 'start-script' stdout output: 2021-03-09 20:31:46 TLS: Initial packet from [AF_INET]79.142.69.159:443, sid=02fdd9bb 5c76907e 2021-03-09 20:31:46,356 DEBG 'start-script' stdout output: 2021-03-09 20:31:46 VERIFY OK: depth=1, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=airvpn.org CA, [email protected] 2021-03-09 20:31:46,357 DEBG 'start-script' stdout output: 2021-03-09 20:31:46 VERIFY KU OK 2021-03-09 20:31:46 Validating certificate extended key usage 2021-03-09 20:31:46 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication 2021-03-09 20:31:46 VERIFY EKU OK 2021-03-09 20:31:46 VERIFY OK: depth=0, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=Xuange, [email protected] Someone a few pages earlier said to create a new .rc file but that didn't resolve the issue for me. Is anybody having similar problems?
  13. Sorry if I'm using this thread but I got a follow up question. So I only had one disk in my array without parity. I added second one (because it was smaller) without parity. Moved all the files onto disk 2. I want to remove disk 1 and make it the parity drive. I'm following this : So I unnassign Disk 1. Assign it to Parity . Do I have to move Disk 2 to Disk 1? Unnassigning Disk 2 and then assigning it at Disk 1, or will unraid do that itself? Thanks. Edit: Never mind. I just YOLOed it. Turns out you don't need to change the position. It looks funny having a Parity and a Disk 2 though: