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.

unRAID OS version 6.4.0-rc9f available

Featured Replies

1 minute ago, morbidpete said:

i removed the lines that specified the port for http and https and if it would redirect or not

 

HTTP and HTTPS ports are referenced on the same line as starting emhttp. What lines were present in your go file?

 

  • Replies 181
  • Views 32.3k
  • Created
  • Last Reply
44 minutes ago, bonienl said:

 

HTTP and HTTPS ports are referenced on the same line as starting emhttp. What lines were present in your go file?

 

This is the original (back up now)

 

#!/bin/bash
/boot/config/enable_achi.sh
# Start the Management Utility
/usr/local/sbin/emhttp -rp 2680,2642;12m3

this is it now

#!/bin/bash
/boot/config/enable_achi.sh
# Start the Management Utility
/usr/local/sbin/emhttp

 

Any chance to get the Elgato HD60 Pro working on 6.4? I am going to have to switch back over to a normal computer if I can't figure out how to get this card to work :(

 

My poor attempt at a bump

 

https://forums.lime-technology.com/topic/60282-elgato-hd-pro/

 

Thanks :)

Edited by Vanum

First boot from update, I have this on console:

chmod: cannot access 'etc/logrotate.d/tor*': No such file or directory


It appears my report got lost in the shuffle. Is this something that needs to be fixed?

Edited by interwebtech
missing error

5 minutes ago, interwebtech said:

First boot from update, I have this on console:

chmod: cannot access 'etc/logrotate.d/tor*': No such file or directory


It appears my report got lost in the shuffle. Is this something that needs to be fixed?

 

Check your plugins, looks like a torrent application.

Just now, bonienl said:

 

Check your plugins, looks like a torrent application.

No Torrent stuff on the server. Or Tor. I have no newly installed plug-ins going back to before 6.4 beta. In fact, I have removed a handful.

Probably from the Statistics part of Preclear.

Upgrade from 6.3.5 went smooth for me.    This one is on older hardware (AMD Phenom 9600/8GB Ram).

Edited by displacedhillbilly

But do you still have /boot/config/plugins/statistics.plg present?

15 minutes ago, Squid said:

But do you still have /boot/config/plugins/statistics.plg present?

I can't check right now, but I know the Statistics plugin is still installed. Just no longer uses Tor if I understood correctly. I have been known to be wrong in the past though.:D

I just installed Preclear, and the stats plugin doesn't install alongside it anymore

1 minute ago, Squid said:

I just installed Preclear, and the stats plugin doesn't install alongside it anymore

 

It will ask to be installed once. If dismissed, it won't ask again.

58 minutes ago, interwebtech said:

First boot from update, I have this on console:

chmod: cannot access 'etc/logrotate.d/tor*': No such file or directory


It appears my report got lost in the shuffle. Is this something that needs to be fixed?

 

You found a bug in Statistics plugin. I removed TOR from it but a code line has left behind.

 

Thanks!

Hi, may someone uses guacamole docker for remote rdp or ssh ?

 

worked fine until rc8, may something changed what could block access ? no log entries at all to see any errors ... nothing changed from update besides changing unraid https port to 442 to avoid issues with my apache.

 

for any hints thanks ahead.

 

22 hours ago, limetech said:

updated OVMF firmware (20170905.b2950.g3281ebb4ae)

Can you provide a link to what this is? I have tried researching it but between ovmf/tianocore/udk2017/edk ii/etc I am just going in circles :) What I'm really trying to find is a list of the changes between whatever we had before and what we have now. Mostly just out of curiosity.

 

I have to admit, I was hoping the update might solve the problem of needing to add a startup.nsh file to the flash drive in an unRAID VM, but it is still required.

Used the Tools -> Update OS function to upgrade my vm from -rc8q to -rc9f without a hitch.

 

I've been testing the encryption features, they are really nice. There are a couple of things that still bother me though:

  1. Maybe I'm just being lazy :) but I really dislike having to jump over to the Settings -> Encryption Settings page before I can start the array. I'd much rather input the key on the array operation tab, if that is possible.
     
  2. Is it really necessary to store the encryption key after the array has started? It seems strange to go through all the effort of setting up SSL to securely submit the key, and then store the very thing we're trying to protect in a plain text file.

    I like that the file can be deleted once the array has started, but again you have to jump back to that Encryption Settings page to do it.  If the key could be input right on the array operation tab, maybe it wouldn't need to be stored at all?
  • Author
5 minutes ago, johnnie.black said:

:'(:'(:'(

 

Please post output of this file:

/var/local/emhttp/smart/cache

5 minutes ago, limetech said:

 

Please post output of this file:

/var/local/emhttp/smart/cache


 

smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.12.14-unRAID] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF SMART DATA SECTION ===
Read NVMe SMART/Health Information failed: NVMe Status 0x4002

 

  • Author
21 minutes ago, ljm42 said:

Used the Tools -> Update OS function to upgrade my vm from -rc8q to -rc9f without a hitch.

 

I've been testing the encryption features, they are really nice. There are a couple of things that still bother me though:

  1. Maybe I'm just being lazy :) but I really dislike having to jump over to the Settings -> Encryption Settings page before I can start the array. I'd much rather input the key on the array operation tab, if that is possible.
     
  2. Is it really necessary to store the encryption key after the array has started? It seems strange to go through all the effort of setting up SSL to securely submit the key, and then store the very thing we're trying to protect in a plain text file.

    I like that the file can be deleted once the array has started, but again you have to jump back to that Encryption Settings page to do it.  If the key could be input right on the array operation tab, maybe it wouldn't need to be stored at all?

 

The Encryption UI is still a work-in-process.  A complication is Format - we must ensure that all devices can open with the same keyfile, and if passphrase, then the passphrase has been confirmed.

 

We could auto-delete the key after array start but then you have to re-enter it every time you Start array, which other lazy people won't like 9_9

 

  • Author
5 minutes ago, johnnie.black said:


 


smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.12.14-unRAID] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF SMART DATA SECTION ===
Read NVMe SMART/Health Information failed: NVMe Status 0x4002

 

 

Your device is not reporting much ;)

 

Here is the command used to fetch the SMART info when array is not started):

/usr/sbin/smartctl -n standby -A -s on /dev/nvme0n1

Here is the command used to fetch the SMART info when array is started):

/usr/sbin/smartctl -n standby -A /dev/nvme0n1

We have found that the smartctl program is "evolving" and above command works on all the nvme devices we've tested with, which is a small set.

 

Probably there is an option that has to added in order to get the SMART info from that Toshiba device.  Maybe you can tinker around with smartctl and see if you can get it to work?

4 hours ago, limetech said:

A complication is Format - we must ensure that all devices can open with the same keyfile, and if passphrase, then the passphrase has been confirmed.

agree that is a complication

 

4 hours ago, limetech said:

We could auto-delete the key after array start but then you have to re-enter it every time you Start array, which other lazy people won't like 9_9

touché :) But I would support having an option for this

4 hours ago, limetech said:

Probably there is an option that has to added in order to get the SMART info from that Toshiba device.  Maybe you can tinker around with smartctl and see if you can get it to work?

 

Found it, looks like that for this device you need to use nvme0 instead of nvme0n1:

root@Tower1:/var/local/emhttp/smart# /usr/sbin/smartctl -n standby -A /dev/nvme0
smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.12.14-unRAID] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF SMART DATA SECTION ===
SMART/Health Information (NVMe Log 0x02, NSID 0xffffffff)
Critical Warning:                   0x00
Temperature:                        34 Celsius
Available Spare:                    100%
Available Spare Threshold:          10%
Percentage Used:                    9%
Data Units Read:                    29,598,090 [15.1 TB]
Data Units Written:                 41,774,975 [21.3 TB]
Host Read Commands:                 387,348,877
Host Write Commands:                512,456,961
Controller Busy Time:               3,069
Power Cycles:                       60
Power On Hours:                     3,304
Unsafe Shutdowns:                   6
Media and Data Integrity Errors:    0
Error Information Log Entries:      0
Warning  Comp. Temperature Time:    0
Critical Comp. Temperature Time:    0
Temperature Sensor 1:               34 Celsius

 

 

 

Edited by johnnie.black

Archived

This topic is now archived and is closed to further replies.

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.