Nuke

Members
  • Posts

    65
  • Joined

  • Last visited

Everything posted by Nuke

  1. My server started to hangs, one time for 1-2 weeks, power button not shutting it down as when normal operation, wake-on-lan also does not help. So i should hold button for 4 sec. Last time it was few hours ago, between Dec 28 ~5:00 - 6:00 I am not live with this server near me so each time it is headache to do hard reboot for it. Tools-Diag after done after reboot. Tools - Syslog Server hold last days information but i don't see any problem, it just stoped and then resumed after i reboot machine. syslog-192.168.0.9.log anon_hpserv-diagnostics-20211228-0929.zip
  2. I have 2 different drives - 8tb and 4tb. I have no parity drive and have no plan to buy it. All i need is have a backup from 8tb to 4tb. What is best method to use Unraid for that? Rsync?
  3. Tried all variations of this option. The best I have achieved is the disk parameters. But no data from SMART.
  4. I have sata-usb adapter with JMS578 controller on a board. Works perfect. But i can not see SMART in webui. i found something about JMS578 - it is needed to use smartctl with -d sat parameter: https://www.smartmontools.org/ticket/841 And it's working from a console. But I don't see how to insert it to webui for reading SMART. hpserv-diagnostics-20211111-0849.zip
  5. I have one with JMS578 on a board. Works perfect. But i can not see SMART. i found something about JMS578 - it is needed to use smartctl with -d sat parameter. But how to insert this in Unraid webUI ?
  6. Some changes was few hours ago in https://hub.docker.com/_/telegraf After auto-update (i use telegraf:alpine tag) container stoped working, log: All versions below not working too. Only 1.17.3-alpine still functional well
  7. How can I apply this jackett frontend project for simple search without admin settings? https://github.com/sudozid/jackett-metasearch Actually this just a four files for Jackett.Common/Content/ folder How to apply/mount it for docker?
  8. Please fix script. v0.3 still works.
  9. me too. Please add Librephotos to CA. Complicated thing that needs three dockers with strange variables to start working.
  10. Where i can ask to add new CA ? Please do LibrePhotos unraid docker: https://github.com/LibrePhotos/librephotos
  11. I'm trying to setup some limits on my server. limit_rate working fine but not limit_conn. Can you add it? Also https://github.com/cfsego/limit_upload_rate can be useful too.
  12. For some reason one core always used 50% more than others. What steps to investigate that? I don't know when this started. Few months ago all cores shows same % usage.
  13. how to block by referrer? how to install ngx_http_map_module?
  14. I don't see any in /mnt/ , how to get access to user folder and mounted disks?
  15. How about this one? https://www.amazon.de/-/en/SanDisk-SDCZ71-016G-B35-Cruzer-Force-Flash/dp/B00C9Q5PGM More metal is better for temperature
  16. Hey. Can you do this? Game is out, not sure of dedicated servers availability https://steamdb.info/app/1064780/
  17. thank you much but i have some problems with script: /tmp/user.scripts/tmpScripts/undervolt script/script: line 8: syntax error near unexpected token `fi' /tmp/user.scripts/tmpScripts/undervolt script/script: line 8: ` fi'
  18. How to disable any logs for NPM ? I have a tons of gigs in /mnt/cache/appdata/NginxProxyManager/log here i see error.log with "2020/08/24 13:04:06 [warn] 2546#2546: *907484 an upstream response is buffered to a temporary file /var/tmp/nginx/proxy/2/42/0000000422 while reading upstream ..........." and proxy_host-1.log with "[24/Aug/2020:12:55:29 +0300] - 404 404 - POST http" this is because i use custom config with location ~ /(settings/write|torrent/rem|torrent/restart|shutdown) { auth_basic "Authorization required"; auth_basic_user_file /data/access/1; so clients see 404 for this pages and this normal. i just need to disable 100 strings per second to logs
  19. I have one container with "--restart unless-stopped" in Extra Parameters. How can i do "cp -f /test/55.log /test/11.log" when/if container was killed and immidetly restarted? I need do rename command with each container auto-restart.
  20. Can i use http load balancer with this container?
  21. How to share local mount? I found manual and proper extension: https://docs.nextcloud.com/server/19/admin_manual/configuration_files/external_storage_configuration_gui.html Also I see this: https://docs.nextcloud.com/server/19/admin_manual/configuration_files/external_storage/local.html but when i try to access folder i see error: "There was an error with message: Empty response from the server. Do you want to review mount point config in admin settings page?" I can't do "sudo chown -R www-data:www-data /path/to/localdir" because of error: "chown: invalid user: ‘www-data:www-data’"
  22. +1. I don't need lan cable anymore i have wifi 6 router and laptop. My Unraid machine can do work via wifi.
  23. Adding russian language may be pleasant and promote popularity. I will try to find some comrades to edit github files.
  24. I want to make Unraid machine able to shutdown itself when ping to router fails after 5 retries during 25 minutes (my cheap UPS can handle it) How to do that? ping -c 5 -i 300 192.168.0.1 || poweroff works not good because if ping is successful then interval before next attempt 5 minutes anyway.