Did you read my first post? Why should be x.x.3 higher than x.x.23? Could you explain that?
because it is. 4.1.3 = 4.1.30
4.1.30 is higher than 4.1.23
another example... which is higher? 5.2(0) or 5.15?
Did you read my first post? Why should be x.x.3 higher than x.x.23? Could you explain that?
because it is. 4.1.3 = 4.1.30
4.1.30 is higher than 4.1.23
another example... which is higher? 5.2(0) or 5.15?
But 4.1.3 would mean a higher version number than 4.1.23
Well, i guess i have the latest release anyway until 5 comes along
Hi,
what is the latest stable OMV version? I'm running 4.1.23-1 but on sourceforge, I saw a folder "4.1.3", but it was modified the last time in 2018.
Thanks for some clarification?!
What motherboard? Have you updated the bios?
AsRock H370M-ITX/ac
I had the problem before and exchanged the motherboard, because I thought it was the reason. The new one would offer me a BIOS update, but the old one was running on the new BIOS and had the same issue. I just exchanged the RAM module, because I had another one lying around... Maybe that helps.
Any other ideas?
Hi,
my OMV NAS crashes and I hope it's known issue.
BUG: Unable to handle kernel NULL dereference at 000000000XX
Any ideas how to start troubleshooting? Should I try a different kernel at boot?
no feedback or ideas?
i realized that I'm actually missing the "save to server blackhole" button. It is an upwards arrow and it only shows, when i go to jackett web UI, scroll down to "manual download to blackhole directory" and input something there. Not it's just a "/", but i don't know where that would put the file and I also get a permission denied error.
What do you have configured in there?
Thanks a lot!
Yes thanks... I actually want to avoid another fan, but any idea which heatsink might be a good fit for the board?
Hi,
I installed Jackett and configured the config and downloads folder like this
config = /appdata/jackett/
downloads = /appdata/jackett/watch
config is fine, but when I do a manual search and click on the "download locally" button on a result, nothing happens. I assume Jackett should actually download the torrent file into the "watch" folder, right?
do I need to configure anything expect that within Jackett in the Web GUI?
Hi,
my NAS build runs pretty cool (CPU ~ 40°), but my chipset always has around 75-78°...
Mobo: Asrock h370m-itx...
Any chance i can cool it better with some cooling block or something similar?
Thanks. I'm in the process of moving files to one disk, so i can reformat the other in ext4 until all are in ext4
follow up question. whats the full command i need to type in for the ext4 format of disk "sda"?
mkfs.ext4 -m 0 -T largefile4 /dev/sdais that correct?
You could do it (BTRFS and SNAPRAID) but it's kind of redundant and needlessly complex. SNAPRAID does more than BTRFS simple volumes. If using SNAPRAID, a simple file system would be best (EXT4 or XFS) and perform better.
See the SNAPRAID page and the section titled:
Which file-system is recommended for SnapRAID ?
Ok thanks. Yes I saw the page, but it didn't really say which one they recommend... So, I would need to move all my data away from the disk in order to reformat it in ext4, right?
or use EXT4 for all of them.
is there a reason to do that?
Hi,
I want to use SnapRaid for my three 8TB disks. The two data disks are BTRFS and I thought that for the parity disk I could use ext4, because with the -largefile parameter, I get 400GB more disk space available and I read multiple times, that the parity drive should be a bit larger...
Does that make sense or should I stick with BTRFS for all drives?
ok i figured out a good way.
i move the shared folder to the other disk first by clicking "edit". then i use midnight commander and go to the mount points of the original location (srv/disk/folder...), select the files and move it into the shared folder directory again. I'm pretty sure thats the fastest way
Hi, I want to move my shared folder folder from physical disk1 to physical disk2. If I edit the "device" of the shared folder, the folder itself get moved to the new drive, but not the data. How can I afterwards move the data as well? i can't see it in Krusader?
Another option could be, to move the data first to another shared folder on the same disk. Let's call the folder "sharemover". Then change the device of the "tvshows" folder and finally move the data to the other disk. Only problem: The moving speed is quite slow... around 150mb/s. Since the data is not physically moving, that seems odd.
Any other ideas from the community?
I'm having the same issue as well. Anybody experiencing the same? Sonarr is at least working fine, but it's really annoying and I would like to see the notifications on the bottom right... In the logs, there are no complaints or errors.
Any suggestions?
I actually just moved my downloads folder to the ssd as well... If a download takes longer, the disk will not spin up
my solution now are two jobs.
1.) systemctl docker stop
2.) sleep 15; systemctl docker start
seems to work so far...
I just realized that i have the same issue... is there a command to delay the start of the whole docker service?
alternatively i want to start a few images a bit delayed and prefer not to do a restart