Everything posted by ezhik
-
Unraid 7.3.1 Now Available
Updated three systems from 7.2.7 to 7.3.1 - no issues. Running on USBs. I skipped the config wizard post-reboot on login. Thanks!
-
Unraid 7.2.7 Now Available
Thank you for 7.2.7. Updated from 7.2.6 no issues.
-
Unraid 7.3.0 Stable Now Available
Going to wait for 7.3.1
-
Please bring back classic Update OS UI
You are talking about actually updating files on the USB? The manual way?
-
Please bring back classic Update OS UI
I hate the new UI, can we go back to simplier times. Without stupid warnings on "License Key Mismatch Detected" even though your registration is fine. without "To proceed link the key to your account" and failures to link to your account. I don't like this at all. It's annoying. I am on 7.2.5. I want classic menus back, update used to be smooth.
-
Remembering @bonienl
You can inject an easter egg into the OS in memory of bonienl.
-
Unraid OS version 7.1.2 available
That's a serious issue to be frank.
-
Unraid OS version 7.1.1 available
-
Unraid OS version 7.0.0 available
My feature request made it into release! Thank you! You can now create VMs and remove GPUs after install to not expose VNC. "nogpu option"
-
Unraid OS version 6.12.14 available
Upgraded 4 systems, no issues.
-
Unraid OS version 6.12.13 available
The what? This is my firewall/dns/webproxy unraid setup... Rock solid... What hardware are you running it on?
-
Unraid turns 19
This is HUGE. Such a long journey to get to where we are today. Respect.
-
Unraid OS version 6.12.11 available
Can you fix the release notes please. This is bothering me ^
-
Unraid OS version 6.12.11 available
maliciious -> malicious
- Creating VMs without VNC
-
Creating VMs without VNC
I marked this thread as Answered. How do I know if this patch will be included in the next release?
- Creating VMs without VNC
- Creating VMs without VNC
-
Creating VMs without VNC
These are data sensitive systems and I don't want VNC to be exposed on them. I access them using SSH + TOTP (MFA). I want to add a layer of security by not exposing VNC.
-
Creating VMs without VNC
Right, my request is to have this in a more user friendly option. I can edit XML and I do edit XML for that. If you have user friendly VM manager, you should provide an option to also set the GPU to none.
-
Creating VMs without VNC
Feature request: Ability to create a VM without VNC exposed. In particular this can be accomplished by manually removing the "graphics" section in the XML: <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' keymap='en-us'> <listen type='address' address='0.0.0.0'/> </graphics> Can this be included in the user-friendly editor too?
-
Unraid OS version 6.12.8 available
Updated 3 servers, no issues. From 6.2.6 to 6.2.8 with nvidia plugin.
-
UnRAID need better login security's, login&password are not enought.
Valid points, no argument there. I've asked for a proper multi-user support in the past myself to have a proper RBAC within unRAID - but to no avail. You are spot on - it is a single-user, single-admin system. Honestly, I wouldn't expose this system externally and would not use it outside of the home. For home use - I think it's a pretty solid system. And regarding password strength graphic, they do not. I recently stood up a new system using 6.2.6 - not there.
-
Low Parity Check Speeds: Seeking Solutions to Improve Performance
Absolutely. Make sure your write-cache is enabled, this helps with sustained writes.
-
Low Parity Check Speeds: Seeking Solutions to Improve Performance
Ah, right. Then I would check the "write-cache" settings on the HDDs ### for SATA hdparm -W /dev/sd[a-z] # Sample output: /dev/sdb: write-caching = 1 (on) ### for SATA+SAS sdparm --get=WCE /dev/sd[a-z] # Sample output: WCE 1 [cha: y, def: 1] /dev/sdc: ATA ADATA SU800 8B NOTE: WCE = 1 means write cache is enabled You can also SET the "write-cache" bit to enabled (and save): # Set Write-Cache and SAVE the setting to persist upon reboot sdparm --set=WCE --save $disk