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.

vanes

Members
  • Joined

  • Last visited

Everything posted by vanes

  1. Отлично, продолжай в том же духе.
  2. Hi guys, need some help. I set up zfs-zed using this post Zed is working fine, but now my syslog full of this: Mar 6 07:41:54 unRaid zed[3601]: Invoking "all-syslog.sh" eid=82 pid=25649 Mar 6 07:41:54 unRaid zed: eid=82 class=config_sync pool_guid=0xD30AFB4571F3B450 Mar 6 07:41:54 unRaid zed[3601]: Finished "all-syslog.sh" eid=82 pid=25649 exit=0 Mar 6 07:46:57 unRaid zed[3601]: Invoking "all-syslog.sh" eid=83 pid=29036 Mar 6 07:46:57 unRaid zed: eid=83 class=config_sync pool_guid=0xD30AFB4571F3B450 Mar 6 07:46:57 unRaid zed[3601]: Finished "all-syslog.sh" eid=83 pid=29036 exit=0 Mar 6 07:52:00 unRaid zed[3601]: Invoking "all-syslog.sh" eid=84 pid=32653 Mar 6 07:52:00 unRaid zed: eid=84 class=config_sync pool_guid=0xD30AFB4571F3B450 Mar 6 07:52:00 unRaid zed[3601]: Finished "all-syslog.sh" eid=84 pid=32653 exit=0 Mar 6 07:57:03 unRaid zed[3601]: Invoking "all-syslog.sh" eid=85 pid=4478 Mar 6 07:57:03 unRaid zed: eid=85 class=config_sync pool_guid=0xD30AFB4571F3B450 Mar 6 07:57:03 unRaid zed[3601]: Finished "all-syslog.sh" eid=85 pid=4478 exit=0 Mar 6 08:02:05 unRaid zed[3601]: Invoking "all-syslog.sh" eid=86 pid=8041 Mar 6 08:02:05 unRaid zed: eid=86 class=config_sync pool_guid=0xD30AFB4571F3B450 Mar 6 08:02:05 unRaid zed[3601]: Finished "all-syslog.sh" eid=86 pid=8041 exit=0 Mar 6 08:07:08 unRaid zed[3601]: Invoking "all-syslog.sh" eid=87 pid=10773 Mar 6 08:07:08 unRaid zed: eid=87 class=config_sync pool_guid=0xD30AFB4571F3B450 Mar 6 08:07:08 unRaid zed[3601]: Finished "all-syslog.sh" eid=87 pid=10773 exit=0 Mar 6 08:12:11 unRaid zed[3601]: Invoking "all-syslog.sh" eid=88 pid=13372 Mar 6 08:12:11 unRaid zed: eid=88 class=config_sync pool_guid=0xD30AFB4571F3B450 Mar 6 08:12:11 unRaid zed[3601]: Finished "all-syslog.sh" eid=88 pid=13372 exit=0 Please help to stop zed spam syslog.
  3. @Jcloud, please tell us about the support of the v3 protocol with this container. https://storj.io/blog/2018/10/introducing-the-storj-v3-white-paper/
  4. run these inside nextcloud docker container: cd /config/www/nextcloud/ sudo -u abc php7 occ files:scan --all
  5. unRaid_Dashboard - Google Chrome 02.09.2018 22_53_34.mp4 This is what i found. If i edit manualy i440fx-2.1.1 to i440fx-3.0 result is the same. 6.5.3 Windows 10.xml
  6. What board do you have? Did you tried this? if you don`t need i915, try to edit you syslinux append line like this: append nomodeset initrd=/bzroot
  7. i915 is not loading by default! To activate it add this to go file if I turn i915 off, I cant use intel hd graphics for plex/emby hardware transcoding sorry for my English ?
  8. I see most of unraid boot process till the i915 driver is loaded. Screen becomes black near the final part of the boot process... If I don't load i915 (modprobe i915) everything works fine.
  9. Yes, it works. it works until i915 driver boot, then screen becomes black. latest BMC and bios 2.60 5/17/2018 BIOS 07.12.00 11/15/2017 BMC
  10. Will user script help? Can it work together with vfs objects = recycle ? I have Recycle-bin plugin installed, will this affect? Both lines will be ok? ?? vfs objects = recycle vfs objects = btrfs PS: Or to add in one line? vfs objects = recycle btrfs
  11. Very interesting! Tell me please how to implement this on the current version
  12. I recently bought AsRock e3c236d2i and I can confirm that it allows to use intel video core, but only for video encoding/decoding, not for display....
  13. @jang430 open terminal, type mc, th en go to /dev/dri folder. U see renderd128 ?
  14. take a look at this. double check all bios settings, nomodeset , go file, etc
  15. @jang430 try htop in terminal
  16. Yes my go file is: #!/bin/bash #enable module for iGPU and perms for the render device modprobe i915 chmod -R 777 /dev/dri # Start the Management Utility /usr/local/sbin/emhttp & container Extra-Parameters:
  17. MC full features don`t work in browser. Try use ssh client like Putty to share my Backup folder on my pool ( mounted /mnt/zfspool )i added [Backup] path = /mnt/zfspool/Backup comment = browseable = yes # Public writeable = yes read list = write list = valid users = vfs objects = To Settings>SMB>SMB Extras
  18. @comet424 go to terminal, then type mc, you can see your pool there if it is mounted to see mountpoint use "zfs list" comand root@unRaid:~# zfs list NAME USED AVAIL REFER MOUNTPOINT zfspool 127G 322G 127G /mnt/zfspool to add share go to Settings - SMB and add something like this to SMB Extras [Backup] path = /mnt/zfspool/Backup comment = browseable = yes # Public writeable = yes read list = write list = valid users = vfs objects = this worked for me, i am new to zfs. Some days ago i created my first usb mirror pool for backups. will see how it go....
  19. user script worked! Thanks!
  20. i need to limit zfs ARC-cache size I'm trying to do as it is written in the first post, by adding line in go file, but this doesn`t work =(
  21. Thank you so much for watching, man. I fixed it to 5 fields, I'll see how it works, I'll write it helped or not ? I'm almost sure that the reason for this P.S. Thanks, @itimpi , Problem solved!
  22. Hi, need some help. I try to limit the ARC to 2GB, this is my go file: #!/bin/bash #Zfs ARC size echo 2147483648 >> /sys/module/zfs/parameters/zfs_arc_max # Start the Management Utility /usr/local/sbin/emhttp & I edited go-file, rebooted, then checked cat /proc/spl/kstat/zfs/arcstats it seems the size has not changed, it is still 4gb max root@Tower:~# cat /proc/spl/kstat/zfs/arcstats 13 1 0x01 96 26112 40241515841 4620213926208 name type data hits 4 702353 misses 4 4420 demand_data_hits 4 94 demand_data_misses 4 0 demand_metadata_hits 4 700921 demand_metadata_misses 4 3616 prefetch_data_hits 4 0 prefetch_data_misses 4 0 prefetch_metadata_hits 4 1338 prefetch_metadata_misses 4 804 mru_hits 4 30635 mru_ghost_hits 4 406 mfu_hits 4 670574 mfu_ghost_hits 4 571 deleted 4 258596 mutex_miss 4 0 access_skip 4 0 evict_skip 4 191 evict_not_enough 4 50 evict_l2_cached 4 0 evict_l2_eligible 4 34050764288 evict_l2_ineligible 4 105383936 evict_l2_skip 4 0 hash_elements 4 32762 hash_elements_max 4 33061 hash_collisions 4 7788 hash_chains 4 520 hash_chain_max 4 2 p 4 3998406656 c 4 4008861696 c_min 4 250553856 c_max 4 4008861696 size 4 3988219216 compressed_size 4 3836652032 uncompressed_size 4 4142148608 overhead_size 4 139904512 hdr_size 4 10920384 data_size 4 3973056000 metadata_size 4 3500544 dbuf_size 4 410704 dnode_size 4 247104 bonus_size 4 84480 anon_size 4 51695616 anon_evictable_data 4 0 anon_evictable_metadata 4 0 mru_size 4 3924730368 mru_evictable_data 4 3721777664 mru_evictable_metadata 4 1073664 mru_ghost_size 4 121528832 mru_ghost_evictable_data 4 93454336 mru_ghost_evictable_metadata 4 28074496 mfu_size 4 130560 mfu_evictable_data 4 0 mfu_evictable_metadata 4 0 mfu_ghost_size 4 33736704 mfu_ghost_evictable_data 4 3276800 mfu_ghost_evictable_metadata 4 30459904 l2_hits 4 0 l2_misses 4 0 l2_feeds 4 0 l2_rw_clash 4 0 l2_read_bytes 4 0 l2_write_bytes 4 0 l2_writes_sent 4 0 l2_writes_done 4 0 l2_writes_error 4 0 l2_writes_lock_retry 4 0 l2_evict_lock_retry 4 0 l2_evict_reading 4 0 l2_evict_l1cached 4 0 l2_free_on_write 4 0 l2_abort_lowmem 4 0 l2_cksum_bad 4 0 l2_io_error 4 0 l2_size 4 0 l2_asize 4 0 l2_hdr_size 4 0 memory_throttle_count 4 0 memory_direct_count 4 0 memory_indirect_count 4 0 memory_all_bytes 4 8017723392 memory_free_bytes 4 3323105280 memory_available_bytes 3 3197829120 arc_no_grow 4 0 arc_tempreserve 4 0 arc_loaned_bytes 4 0 arc_prune 4 0 arc_meta_used 4 15163216 arc_meta_limit 4 3006646272 arc_dnode_limit 4 300664627 arc_meta_max 4 17378936 arc_meta_min 4 16777216 sync_wait_for_async 4 0 demand_hit_predictive_prefetch 4 0 arc_need_free 4 0 arc_sys_free 4 125276928 Please help me to limit ARC size.... PS: When i run "echo 2147483648 >> /sys/module/zfs/parameters/zfs_arc_max" in terminal, it works. Arc max size is decreasing on the eyes along with the occupied RAM. Go file does not work for me. Can I make a script with "echo 2147483648 >> /sys/module/zfs/parameters/zfs_arc_max" and run it when array start?
  23. Hi guys, i need some help. I am trying to run custom cron of my scrub scripts, but recieve this: unRaid crond[1825]: exit status 127 from user root * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Scrubc/script > /dev/null 2>&1 my script is: (\config\plugins\user.scripts\scripts\Scrubc\script) #!/bin/bash /usr/local/emhttp/plugins/dynamix/scripts/notify -e "start_scrub_cache" -s "Scrub cache drive" -d "Scrub of cache drive started" -i "normal" -m "Scrubbing message" btrfs scrub start -rdB /mnt/cache > /boot/logs/scrub_cache.log if [ $? -eq 0 ] then /usr/local/emhttp/plugins/dynamix/scripts/notify -e "start_scrub_cache" -s "Scrub cache drive" -d "Scrub of cache drive finished" -i "normal" -m /boot/logs/scrub_cache.log else /usr/local/emhttp/plugins/dynamix/scripts/notify -e "start_scrub_cache" -s "Scrub cache drive" -d "Error in scrub of cache drive !" -i "alert" -m /boot/logs/scrub_cache.log fi Run/Run in Background works fine. Custom cron - dont.
  24. It seems I made it work I found https://rocket.chat/docs/installation/paas-deployments/aws/#5-configure-nginx-web-server-with-tlsssl , then edited file like this server { listen 443 ssl; server_name chat.my.domain.com; ssl_certificate /config/keys/letsencrypt/fullchain.pem; ssl_certificate_key /config/keys/letsencrypt/privkey.pem; ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_prefer_server_ciphers on; ssl_ciphers 'EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH'; root /config/www; add_header Strict-Transport-Security "max-age=31536000; includeSubDomains"; index index.html index.htm; # Make site accessible from http://localhost/ server_name localhost; location / { proxy_pass http://192.168.0.10:3000/; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forward-For $proxy_add_x_forwarded_for; proxy_set_header X-Forward-Proto http; proxy_set_header X-Nginx-Proxy true; proxy_redirect off; } } server { listen 80; server_name chat.my.domain.com; return 301 https://$host$request_uri; } now ios app can connect! ssllab shows A+
  25. Hi guys, need some help with Rocket-chat and letsencrypt docker container (linuxservers). I got running nextcloud and emby througt letsencrypt reverse proxy, everything is working fine, but I cant access from rocket chat ios app to my server. But I can connect to rocket chat in browser... Please help me to config nginx file in site-conf of letsencrypt appdata folder to get it working whith rocket chat I tried this server { listen 80; server_name chat.vanes.mydomain.com; return 301 https://chat.vanes.mydomain.com$request_uri; } server { listen 443 ssl; server_name chat.vanes.mydomain.com; root /config/www; index index.html index.htm index.php; include /config/nginx/ssl.conf; client_max_body_size 0; add_header Strict-Transport-Security "max-age=31536000; includeSubDomains"; location / { proxy_pass http://192.168.0.10:3000/; proxy_max_temp_file_size 2048m; include /config/nginx/proxy.conf; } }

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.