Everything posted by TDA
-
Unraid 7.2.2 possible to isolate Core0 to be used only by unraid?
It seems better in the way I configured it, but still problem when JDownloader extract rars. The CPU spikes to 100% till isn't finished. I also tried to allocate 4specific CPUs to the docker, but it doesn't make any difference.
-
Unraid 7.2.2 possible to isolate Core0 to be used only by unraid?
Made the setting you suggested, and it seems that with this configuration - if you don't explicitly set the CPU PIN, only the 0-1 is used. But according to the "help" Meaning (from my understanding) if you isolate the CPUs apart of the one of the I want to be used by Unraid has the effect, that ALL is using only the unpinned CPUs. Meaning, all dockers with unpinned CPUs are using the 0. Which is exactly the opposite I wanted, so I think I have to try the other way around (selecting only the 0-12 in my case).
-
Unraid 7.2.2 possible to isolate Core0 to be used only by unraid?
Hello, Since I don't have pinned any Docker till now (and VM are explicitly setup to NOT use the core0+HV) I think I'll try it and get back to you in a few days :-) Thanks for the hint! P.S: Is this the best practices to let Unraid use his preferred CPU? (so the 0 ? ) AFAIK - if unraid need more CPUs, it will in any case use what he needs. But not the other way around with your suggestion right?
-
Unraid 7.2.2 possible to isolate Core0 to be used only by unraid?
Hello Everyone, I wanted to ask if is there a setting, where you can isolate core0 to be exclusively used by UnRaid, without having to configure every docker and VM to use specific cores, since when core0 hits 100% the whole thing is stuck. It would be if it would be possible to just exclude the core0. Thanks for any advice.
-
[Plugin] Nvidia-Driver
Hello everyone, I'm having an issue with the latest driver version: I tried to revert back to the older version, which was running (580.105.08), and my TeslaP4 is back up and running. Is there some problem with the latest driver or what?
-
[Support] A75G Repo
Hello, I'm a little bit lost with Matrix template. I starte it one time, then I made the chown, but still not starting. Saying it cannot write to the folder. I'm missing something here for sure, but I can't get what.
-
[Support] for atribe's repo Docker images
Hello, in my case all of sudden InfluxDB stopped to work, and of course my "Grafana-Unraid-Stack" is now death. Strange enough command "docker logs InfluxDB" doesn't return anything. When I try to start the docker I got: Execution error Server ERROR. Has someone any advice? Thanks
-
Unraid 7.2.0 - Server freeze when CPUs hits 100%
Yes.
-
Unraid 7.2.0 - Server freeze when CPUs hits 100%
Hello, Sorry for the late answer. Yes I saw the topic, but I had the same issue with my old server which was with 2x Intel Xeon, so I don't think is related.
-
[Support] Kostecki - Docker Templates
Hello, I don't really get how to get this docker up and running. Normally when I have to get internet faced docker container, I'm using Traefik. I've tried to set the variable to let Traefik create an https cert (which is working), and to set the docker variable NTFY_BASE_URL: ntfy.mydomain Also for me it's not totally clear the point: "By default, the ntfy server is open for everyone, meaning everyone can read and write to any topic (this is how ntfy.sh is configured). To restrict access to your own server, you can optionally configure authentication and authorization using NTFY_AUTH_FILE and NTFY_AUTH_DEFAULT_ACCESS. After that, simply create an admin user: ntfy user add --role=admin phil password: mypass confirm: mypass user phil added with role admin Once you've done that, you can publish and subscribe using Basic Auth with the given username/password." I created the user&pwd in any case, becasue i want only my service to be able to publish and send things through my server of course. I don't know what I'm missing here :-) Does it have to be externally accessible at all? If yes, how? Thanks in advance
-
Unraid 7.2.0 - Server freeze when CPUs hits 100%
Hello Everyone, I've a recurrent problem since using Unraid (I started like 5years ago). As soon as some of the CPUs hits 100% (mostly due to either unzipping or SMB transfer), the whole server freezes: I don't know if I've missed some setting. Is also strange that only a couple of cores are so busy when extracting a .rar/.zip for example (which normally happens trough a Docker container / JDownloader) Any advice is appreciated.
-
Unraid 7.1.4 - unreacheable UI and SSH after some time
Yes it's disabled indeed. I've upgraded the BIOS and will fire up the VM again - let's see if it will run without issues or not :-)
-
Unraid 7.1.4 - unreacheable UI and SSH after some time
ACS PCIe override? Sorry for my newbiness but I don't get what it should be :-) In any case - the VM which was running - was without any passhtroughs.
-
Unraid 7.1.4 - unreacheable UI and SSH after some time
I have a VM which has a passthrough on an NVME SSD. But this particular VM was turned off - I used one which was hosted on the cache disk
-
Unraid 7.1.4 - unreacheable UI and SSH after some time
Hi Jorge, I'll try to update the BIOS. What's "odd" if you want - is that the time it was good for almost 2weeks, no VM were running. When it started again to do "stupid things", VM were running. But I'll update the BIOS as first thing now :-) Thanks again for your support!
-
Unraid 7.1.4 - unreacheable UI and SSH after some time
hello agian, I've now runned the server without problems for about 13days (with the bt-proxy docker disabled), but all of the sudden it was blocked again. Now after just 2-3 days of uptime, it blocked itself again. Attached you find the new syslog :-) syslog-previoussekiro-diagnostics-20250910-1833.zip
-
Unraid 7.1.4 - unreacheable UI and SSH after some time
At the moment I don't see anything which is restarting. Although I didn't started the "bt-proxy" - cause tomorrow I have to go away for a few days and I don't want to connect remotely to restart the server if it hangs. Will keep an eye on the docker-compose docker, and see if it's the culprit. Anyway - I see some docker show the uptime and (healthy), and other just the uptime - why is that?
-
Unraid 7.1.4 - unreacheable UI and SSH after some time
Hello, Thanks for the analysis :-) I will have to check what's restarting (is there a way to check it or to keep track of it via cli? ) Bluetooth is needed because I have to use it for my fan - and I had to create one container with docker compose: services: tunnel_socket: container_name: tunnel_socket image: python:3 environment: - TUNNEL_SOCKET_FILE=/tunnel_socket/hci.sock volumes: - /mnt/user/homeassistant-bt-proxy:/tunnel_socket entrypoint: ["python", "-u", "/tunnel_socket/async_server.py"] cap_add: - NET_ADMIN network_mode: host restart: unless-stopped Source: https://github.com/NicoIIT/ha-ble-adv/wiki/Workaround-for-HA-non-'network_mode:-host'-or-non-root-installations
-
Unraid 7.1.4 - unreacheable UI and SSH after some time
Hello together, I don't know If I've enabled it correctly but here the file I got: syslog-previous
-
Unraid 7.1.4 - unreacheable UI and SSH after some time
I've just setup as you suggested, after another carsh. As soon as it happens again, I'll post the file.
-
Unraid 7.1.4 - unreacheable UI and SSH after some time
Just enabled it - since it went down again after 4 days (god knows why) Set it up like this, let's see what's happen in 4-5 days:
-
Unraid 7.1.4 - unreacheable UI and SSH after some time
How to configure at best to give you the logs of the syslog? Should I mirror it to the flash, or simply to a share?
-
Unraid 7.1.4 - unreacheable UI and SSH after some time
Hello, Since a couple of weeks, it happens that my Unraid server is unreachable through UI or SSH. The docker which are running are reachable (for example HA, Plex, ... ) - VMs aren't, since the whole server seems to be unreachable (dunno how dockers are..) I don't know why it's happening nor where to start searching. To be able to get access again I have to reboot the whole server. Sometimes I'm able to get access through ILO and I can login at least by console, then I've tried with: /etc/rc.d/rc.nginx restart /etc/rc.d/rc.nginx reload But it seems NGIX isn't running at all, and with START command, it fails: I saw that when i tried to do ls on /boot it was empty - like if the server was not able to get access to the Unraid USB anymore (always hated to rely on an USB Stick for OS - but that's me) But now it also happen that, when I try to access per ILO, as soon as I try to login with root (so I write root and press enter), I get: And then I have to reboot it "physically". I don't have a clue what's going on. any help to find out what's happening is really appreciated. Thanks. (in the attachement the diagnostic after rebooting the server & stopped the check of the array)sekiro-diagnostics-20250710-0150.zip
-
Nested Virtualization: Hyper-V Server
Hello, I had to made a modification to the Network configuration for the server since I noticed that Active-Backup was actually missing the 2nd Ethernet card. So I added the missing one in the bond, and also enabled BRIDGING. Under Docker I still see MACVLAN: Is this still a "correct" configuration? Also you with "pass trough", you mean that I should attach the "physical" network, and then INSIDE the VM configuring the VLAN Tag?
-
Migration to new Hardware
Hello everyone, I'm thinking of changing my base server Hardware (CPU/MB/RAM). I would like to know if it's possible without too much headaches. I have in mind two option: OPTION 1: - Change the hardware and fire it up like it's now OPTION 2: - Reconfigure the whole Unraid Server, but without loosing the data on my Array If possible I would like to reconfigure as a brand new Server, since I made a lot trial and error in the years I had it, but I can't loose the TB of data on the disks. Thanks in advance.