Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

ramiro

Members
  • Joined

  • Last visited

Everything posted by ramiro

  1. As now we also have ZFS support i would like to revive this , i am using the snapshots plugin with btrfs and it work perfectly , but i had to create a copies of the shares in smb-extra to have them with shadow copy support , all we would need is the option the create a share as subvolume and intergrate the snapshots with shadow copies. After creating the snapshot schedule in the snapshot plugin this was all i needed to add to the share config and it works. vfs objects = shadow_copy2 shadow: snapdir = snapshot directory shadow: sort = desc shadow: format = snap_%Y%m%d%H%M%S shadow: localtime = yes
  2. I am running 6.12.3 , i am running 6.12 since the RC release, could it maybe be a communcation problem between the cpu's (as far as i saw the qpi link also has error correction so it also shouldn't be a problem).
  3. Shouldn't there atleast be an ecc error then , or can there be undetected memory errors with ecc ? The array still runs fine , actually ran 2 scrubs already because of the monthly scrub.
  4. So i also ran a balance and it also had no errors , so i will i have to worry now that this can happen any time again ?
  5. Hello I got a very weird problem yesterday , suddenly my raid10 with 6 Disks went read only with this error : Jul 24 23:07:09 ramiroserver dnsmasq[10431]: using nameserver 8.8.8.8#53 Jul 24 23:07:09 ramiroserver dnsmasq[10431]: using nameserver 2003:dc:2f25:200:6ef0:49ff:fe45:27eb#53 Jul 24 23:07:09 ramiroserver dnsmasq[10431]: using nameserver 2003:dc:2f12:fb01:a236:9fff:febe:59dc#53 Jul 24 23:12:45 ramiroserver kernel: BTRFS critical (device sdh1): corrupt leaf: block=28466229657600 slot=142 extent bytenr=22370527346688 len=131072 invalid extent refs, have 1 expect >= inline 4222615553 Jul 24 23:12:45 ramiroserver kernel: BTRFS info (device sdh1): leaf 28466229657600 gen 610063 total ptrs 208 free space 59 owner 2 Jul 24 23:12:45 ramiroserver kernel: #011item 0 key (22370491891712 168 65536) itemoff 16230 itemsize 53 Jul 24 23:12:45 ramiroserver kernel: #011#011extent refs 1 gen 365653 flags 1 Jul 24 23:12:45 ramiroserver kernel: #011#011extent refs 1 gen 552994 flags 1 Jul 24 23:12:45 ramiroserver kernel: #011#011ref#0: extent data backref root 5 objectid 9942256 offset 409495535616 count 1 Jul 24 23:12:45 ramiroserver kernel: #011item 207 key (22370586890240 168 282624) itemoff 5259 itemsize 53 Jul 24 23:12:45 ramiroserver kernel: #011#011extent refs 1 gen 554551 flags 1 Jul 24 23:12:45 ramiroserver kernel: #011#011ref#0: extent data backref root 5 objectid 9942256 offset 552465006592 count 1 Jul 24 23:12:45 ramiroserver kernel: BTRFS error (device sdh1): block=28466229657600 write time tree block corruption detected Jul 24 23:12:45 ramiroserver kernel: BTRFS: error (device sdh1) in btrfs_commit_transaction:2460: errno=-5 IO failure (Error while writing out transaction) Jul 24 23:12:45 ramiroserver kernel: BTRFS info (device sdh1: state E): forced readonly Jul 24 23:12:45 ramiroserver kernel: BTRFS warning (device sdh1: state E): Skipping commit of aborted transaction. Jul 24 23:12:45 ramiroserver kernel: BTRFS: error (device sdh1: state EA) in cleanup_transaction:1958: errno=-5 IO failure I took the array offline and ran btrfs check without repair and it showed that everything is fine , so i restarted the server and now the array is fully working , i ran a scrub today with repair option that came back without any errors : UUID: 2df74f3a-347d-4ae8-9f13-e760dc67014a Scrub started: Tue Jul 25 01:44:23 2023 Status: finished Duration: 11:32:36 Total to scrub: 15.90TiB Rate: 401.11MiB/s Error summary: no errors found I am running a dual 2011 system with ecc memory and had no error whatsoever before the btrfs error , the only problem is that due to the macvlan issue , i had 1 unclean reset a week before this , had the same thing 2 months ago thad corrupted my other raid1 array but that one did not came back after restart so i had to reformat it. I am a litte worried now if this problem will come back and what is the real issue ? Thank you
  6. Hello, After upgrading from RC to 6.12.1 my nginx doesn't want to start by itself. Everything is running samba vm's dockers but not nginx , the weird thing is that i have to wait for the opnsense vm to start up then i can type nginx start and everything works before that just nothing happens and status shows not running. Could nginx be waiting for some kind of network initialization? There is also no error about nginx in the log. With 6.12 rc5 everything was fine but with 6.12.1 i have this issue. Attache my diagnostics ramiroserver-diagnostics-20230623-2200.zip
  7. I looked into the code about the custom schedule scripts not starting after restart, i cannot see any function that creates them on reboot , could it be that it is not implented , or was i just blind ?
  8. I figured out a solution so if anybody else also needs this here is what i did. I installed ipmitool with nerdtools. Then i created a script that at the start of the array initalizes the watchdog : #!/bin/bash modprobe ipmi_si modprobe ipmi_devintf /usr/bin/ipmitool raw 0x06 0x24 0x04 0x01 0x00 0x00 0x70 0x17 And another script that every minute runs this command #!/bin/bash /usr/bin/ipmitool mc watchdog reset
  9. Has anybody else the problem that scripts with custom quene are not added to the /etc/cron.d/root file after a reboot ? I have to change something in the scripts and after i click apply they are back in the file.
  10. Hello , I have a Z9PE-D16 running unraid , for some reason i don't know yet my systems freezes ~ once a month. I saw that my board has a watchdog that would at least minimalize the downtime , but when i enable it the system restarts after 10 min because unraid is not sending anything to it. As far as i found out i should use the iTCO_wdt modul but it is not included in unraid ? Has anybody running a watchdog with unraid ? I found something about watchdog in this release notes https://wiki.unraid.net/Manual/Release_Notes/Unraid_OS_6.9.1 but nothing how to use it. Thank you Ramiro
  11. Had this bug on the released 6.10 today , very annoying especialy if you don't know about it and are looking everywhere why its not working.
  12. Thank you its working fine now.
  13. Yes i have exactly the same problem , it also resets the local endpoint address.
  14. ramiro replied to mr007's topic in Feature Requests
    +1
  15. Hello I sucessfuly installed Mojave on my unraid server with the instructions and it worked great , but offcourse the GUI is very laggy , so i passthrough a Radeon 280x to the vm and thats were the problems started , i can't get it to load the drivers do i have to flash the videocard to an efi BIOS or is it possibe without BIOS flash ? Also if the Videocard is detected will it work through the VNC server in mac os or will it not use the GPU like windows RDP , i have no screen connected to the unraid server thats why i would like to use mac os that way ?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.