Everything posted by PixelPrint
-
Remove info related to previously installed apps?
looks like after a reboot it does not do this anymore - maybe it was cached
-
I did not imagine that a SAS hba would use all that power
uhmmm you make me worry... maybe it's because of 4 extra hdd + the 5 fans in the case, then it becomes 50W in total? 20W from the drives, 15W from the HBA, 5W from the additional cpu load from the light disk activity, 10W from the fans but it's normal that without a fan it becomes extremely hot, right? Like it can't be touched. Now with the fan it's cold.
-
ChatGPT thinks unraid supports tiered caching ... does it really?
What pisses me the most when chatgpt hallucinates something is that it can create fake links to the documentation that look real. The page it linked doesn't exist
-
help please. Tower kernel: BTRFS error (device dm-7: state EA): parent transid verify failed on 1598783488 wanted 62366 found 62243
This is why I hate btrfs. A single error and the partition is lost, can't be mounted anymore One day i got a kernel panic, i did an hard reboot and my Linux desktop couldn't boot anymore because it was impossibile to mount the partition. I tried a whole day and then i just gave up, apparently there wasn't a way to just fix the error, lose that specific corrupted file (like for example happens on NTFS) and continue like nothing happened 15 mins later
-
I did not imagine that a SAS hba would use all that power
I bought some random used SAS hba, a Dell h310 already flashed to it mode Before installing, my core i7 server was using 30w idle, now it's using 80w idle And that hba chipset is HOT! I needed to strap a fan from an old athlon heatsink I'm just testing, at the moment it's just two drives attached to the hba and two on the native motherboard So maybe my idea of "a huge server with two hba and 20 drives" is less smart than i thought before. It's consolidating three servers but maybe instead of buying a pro license and do an all in one with a powerful and expensive CPU, it would have been better to have three low power servers, one for files, one for media, one for Dockers, with three lite licenses. Even a Celeron j4005 would have been fine for the media server, it's only me and i barely access it Also now i need to buy another h310 as a spare otherwise if it breaks i would have days and days of downtime
-
Remove info related to previously installed apps?
Hi everyone, I'm having an issue with my unRAID server after my docker.img became corrupted (I hate btrfs, just a little power fluctuation and it can't be mounted anymore? My Linux desktop can't boot anymore) and I had to delete it. This caused all of my Docker apps to disappear. Now that's not a problem at all as i was just in a "testing unRAID" phase, and none of the docker had important data. Now I just created the ones I liked using Docker Compose. However, for apps that I previously had installed, I'm now seeing "update available" messages and links to project and support pages, even though I'm managing these apps with Docker Compose. I don't want unRAID to display icons, links, or updates for them. I tried stopping all of my Docker containers, deleting the "appdata" folder for each Docker app that I'm managing with Docker Compose, and restarting the Docker service on my unRAID server, but the "update available" messages and links are still present for the apps that I'm managing with Docker Compose. Can someone please help me figure out how to remove these messages and links for the apps that I'm managing with Docker Compose? I'd like to make sure that unRAID doesn't display any icons, links, or updates for these apps. Thank you!
-
[Plugin] Docker Compose Manager
I added network_mode: "bridge" in the services and it now says bridge in the panel. Thanks!
-
[Plugin] Docker Compose Manager
Thank you so much for this plugin, migrating from my old ubuntu server is so easy, i just copied the docker-compose.yml files Now, i have a question, for the dockers created via "docker-compose up -d" are on network "nameofmydocker_default" instead of "host" or "bridge" like when they're created as apps from CA. there's a way to change it in docker-compose.yml to have "host" or "bridge"? I tried to add network: bridge, but i got error. Not a really big issue, maybe it's just cosmetic?
-
[Support] jj9987 - Docker Registry
Hello, sorry i am noob... how can i use this to put my custom docker images? I created a test image with docker build -t myname/nameofthedocker . then i pushed it to the local repository docker image tag myname/nameofmydocker localhost:5000/nameofmydocker docker push localhost:5000/nameofmydocker now how i can include it in docker-compose.yml? I write something like this? image: localhost:5000/myname/nameofmydocker:latest ?
-
Is it normal that the home page doesn't work at all?
I'm trying like 2 weeks, the home page doesn't work. I do to www.unraid.net, the page is loaded and shown for a second, then it's redirected to about: blank Tried with edge, vivaldi, firefox, same result. Other pages like https://unraid.net/pricing work, but www.unraid.net don't work at all