Jump to content

Search the Community

Showing results for tags 'hexos'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HexOS Early Access
    • Announcements
  • Pre-Sales
    • OS & Features
    • Hardware
    • Applications
    • Other Questions
  • Community Discussion
    • Roadmap & Feature Requests
    • Show & Tell
    • Coffee Talk (Off-Topic)
    • Forum Issues

Blogs

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 10 results

  1. I've freshly installed HexOS and added the home assistant application. -- I've left everything default. Home Assistant's log is full of errors, and it doesn't retain any configuration between reboots. It looks like HexOS/TrueNAS isn't installing Home Assistant correctly, and there are some permissions problems. I'm out of my depth here. I've uninstalled, deleted the left-over datasets and reinstalled a few times, always with the same result. Should I reinstall HexOS at this point? why does this even happen 2025-10-10 11:55:09.957 ERROR (SyncWorker_6) [homeassistant.util.file] Saving file failed: /config/.storage/http.auth Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 62, in write_utf8_file os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 11:55:09.958 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for http.auth: [Errno 1] Operation not permitted 2025-10-10 11:55:11.433 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None) Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/blueprint/models.py", line 386, in async_populate await self.hass.async_add_executor_job(populate) File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) File "/usr/src/homeassistant/homeassistant/components/blueprint/models.py", line 381, in populate shutil.copytree( ~~~~~~~~~~~~~~~^ integration.file_path / BLUEPRINT_FOLDER, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ self.blueprint_folder / HOMEASSISTANT_DOMAIN, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/shutil.py", line 593, in copytree return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks, ignore=ignore, copy_function=copy_function, ignore_dangling_symlinks=ignore_dangling_symlinks, dirs_exist_ok=dirs_exist_ok) File "/usr/local/lib/python3.13/shutil.py", line 547, in _copytree raise Error(errors) shutil.Error: [('/usr/src/homeassistant/homeassistant/components/automation/blueprints/notify_leaving_zone.yaml', '/config/blueprints/automation/homeassistant/notify_leaving_zone.yaml', "[Errno 1] Operation not permitted: '/config/blueprints/automation/homeassistant/notify_leaving_zone.yaml'"), ('/usr/src/homeassistant/homeassistant/components/automation/blueprints/motion_light.yaml', '/config/blueprints/automation/homeassistant/motion_light.yaml', "[Errno 1] Operation not permitted: '/config/blueprints/automation/homeassistant/motion_light.yaml'"), (PosixPath('/usr/src/homeassistant/homeassistant/components/automation/blueprints'), PosixPath('/config/blueprints/automation/homeassistant'), "[Errno 1] Operation not permitted: '/config/blueprints/automation/homeassistant'")] 2025-10-10 11:55:11.436 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None) Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/blueprint/models.py", line 386, in async_populate await self.hass.async_add_executor_job(populate) File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) File "/usr/src/homeassistant/homeassistant/components/blueprint/models.py", line 381, in populate shutil.copytree( ~~~~~~~~~~~~~~~^ integration.file_path / BLUEPRINT_FOLDER, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ self.blueprint_folder / HOMEASSISTANT_DOMAIN, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/shutil.py", line 593, in copytree return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks, ignore=ignore, copy_function=copy_function, ignore_dangling_symlinks=ignore_dangling_symlinks, dirs_exist_ok=dirs_exist_ok) File "/usr/local/lib/python3.13/shutil.py", line 547, in _copytree raise Error(errors) shutil.Error: [('/usr/src/homeassistant/homeassistant/components/script/blueprints/confirmable_notification.yaml', '/config/blueprints/script/homeassistant/confirmable_notification.yaml', "[Errno 1] Operation not permitted: '/config/blueprints/script/homeassistant/confirmable_notification.yaml'"), (PosixPath('/usr/src/homeassistant/homeassistant/components/script/blueprints'), PosixPath('/config/blueprints/script/homeassistant'), "[Errno 1] Operation not permitted: '/config/blueprints/script/homeassistant'")] 2025-10-10 11:55:11.671 ERROR (SyncWorker_6) [homeassistant.util.file] Saving file failed: /config/.storage/core.restore_state Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 62, in write_utf8_file os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 11:55:11.672 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for core.restore_state: [Errno 1] Operation not permitted 2025-10-10 11:55:12.803 ERROR (SyncWorker_7) [homeassistant.util.file] Saving file failed: /config/.storage/core.config_entries Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 62, in write_utf8_file os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 11:55:12.804 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for core.config_entries: [Errno 1] Operation not permitted 2025-10-10 11:55:21.050 ERROR (SyncWorker_3) [homeassistant.util.file] Saving file failed: /config/.storage/assist_pipeline.pipelines Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 62, in write_utf8_file os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 11:55:21.053 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for assist_pipeline.pipelines: [Errno 1] Operation not permitted 2025-10-10 11:55:21.674 ERROR (SyncWorker_6) [homeassistant.util.file] Saving file failed: /config/.storage/homeassistant.exposed_entities Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 62, in write_utf8_file os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 11:55:21.675 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for homeassistant.exposed_entities: [Errno 1] Operation not permitted 2025-10-10 11:55:21.803 ERROR (SyncWorker_1) [homeassistant.util.file] Saving file failed: /config/.storage/core.device_registry Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 38, in write_utf8_file_atomic os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 11:55:21.805 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for core.device_registry: [Errno 1] Operation not permitted 2025-10-10 11:55:21.806 ERROR (SyncWorker_8) [homeassistant.util.file] Saving file failed: /config/.storage/core.entity_registry Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 38, in write_utf8_file_atomic os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 11:55:21.807 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for core.entity_registry: [Errno 1] Operation not permitted 2025-10-10 11:58:09.925 ERROR (SyncWorker_2) [homeassistant.util.file] Saving file failed: /config/.storage/repairs.issue_registry Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 38, in write_utf8_file_atomic os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 11:58:09.926 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for repairs.issue_registry: [Errno 1] Operation not permitted 2025-10-10 11:58:10.001 ERROR (SyncWorker_0) [homeassistant.util.file] Saving file failed: /config/.storage/http Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 62, in write_utf8_file os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 11:58:10.002 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for http: [Errno 1] Operation not permitted 2025-10-10 12:10:11.006 ERROR (SyncWorker_7) [homeassistant.util.file] Saving file failed: /config/.storage/bluetooth.passive_update_processor Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 62, in write_utf8_file os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 12:10:11.007 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for bluetooth.passive_update_processor: [Errno 1] Operation not permitted 2025-10-10 12:10:11.673 ERROR (SyncWorker_5) [homeassistant.util.file] Saving file failed: /config/.storage/core.restore_state Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 62, in write_utf8_file os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 12:10:11.675 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for core.restore_state: [Errno 1] Operation not permitted 2025-10-10 12:25:11.006 ERROR (SyncWorker_3) [homeassistant.util.file] Saving file failed: /config/.storage/bluetooth.passive_update_processor Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 62, in write_utf8_file os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 12:25:11.009 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for bluetooth.passive_update_processor: [Errno 1] Operation not permitted 2025-10-10 12:25:11.673 ERROR (SyncWorker_6) [homeassistant.util.file] Saving file failed: /config/.storage/core.restore_state Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 62, in write_utf8_file os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 12:25:11.675 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for core.restore_state: [Errno 1] Operation not permitted 2025-10-10 12:27:02.148 ERROR (SyncWorker_1) [homeassistant.util.file] Saving file failed: /config/.storage/person Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 62, in write_utf8_file os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 12:27:02.151 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for person: [Errno 1] Operation not permitted 2025-10-10 12:27:02.151 ERROR (SyncWorker_4) [homeassistant.util.file] Saving file failed: /config/.storage/core.area_registry Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 38, in write_utf8_file_atomic os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 12:27:02.153 ERROR (SyncWorker_7) [homeassistant.util.file] Saving file failed: /config/.storage/core.entity_registry Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 38, in write_utf8_file_atomic os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 12:27:02.155 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for core.area_registry: [Errno 1] Operation not permitted 2025-10-10 12:27:02.155 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for core.entity_registry: [Errno 1] Operation not permitted 2025-10-10 12:27:10.152 WARNING (MainThread) [homeassistant.helpers.translation] Failed to load integration for translation: Invalid domain sun.sensor 2025-10-10 12:27:10.152 WARNING (MainThread) [homeassistant.helpers.translation] Failed to load integration for translation: Invalid domain energy.sensor 2025-10-10 12:27:10.152 WARNING (MainThread) [homeassistant.helpers.translation] Failed to load integration for translation: Invalid domain backup.event 2025-10-10 12:27:10.152 WARNING (MainThread) [homeassistant.helpers.translation] Failed to load integration for translation: Invalid domain mobile_app.notify 2025-10-10 12:27:10.152 WARNING (MainThread) [homeassistant.helpers.translation] Failed to load integration for translation: Invalid domain backup.sensor 2025-10-10 12:27:10.152 WARNING (MainThread) [homeassistant.helpers.translation] Failed to load integration for translation: Invalid domain homeassistant.scene 2025-10-10 12:27:10.152 WARNING (MainThread) [homeassistant.helpers.translation] Failed to load integration for translation: Invalid domain cloud.tts 2025-10-10 12:27:10.153 WARNING (MainThread) [homeassistant.helpers.translation] Failed to load integration for translation: Invalid domain google_translate.tts 2025-10-10 12:27:10.153 WARNING (MainThread) [homeassistant.helpers.translation] Failed to load integration for translation: Invalid domain sun.binary_sensor 2025-10-10 12:27:11.248 ERROR (SyncWorker_5) [homeassistant.util.file] Saving file failed: /config/.storage/core.analytics Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 62, in write_utf8_file os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 12:27:11.251 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for core.analytics: [Errno 1] Operation not permitted 2025-10-10 12:27:11.505 ERROR (SyncWorker_2) [homeassistant.util.file] Saving file failed: /config/.storage/core.config_entries Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 62, in write_utf8_file os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 12:27:11.507 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for core.config_entries: [Errno 1] Operation not permitted 2025-10-10 12:27:12.310 ERROR (SyncWorker_1) [homeassistant.util.file] Saving file failed: /config/.storage/lovelace.map Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 62, in write_utf8_file os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 12:27:12.322 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for lovelace.map: [Errno 1] Operation not permitted 2025-10-10 12:27:20.157 ERROR (SyncWorker_2) [homeassistant.util.file] Saving file failed: /config/.storage/repairs.issue_registry Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 38, in write_utf8_file_atomic os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 12:27:20.159 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for repairs.issue_registry: [Errno 1] Operation not permitted 2025-10-10 12:27:20.460 ERROR (SyncWorker_4) [homeassistant.util.file] Saving file failed: /config/.storage/core.entity_registry Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 38, in write_utf8_file_atomic os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 12:27:20.461 ERROR (SyncWorker_8) [homeassistant.util.file] Saving file failed: /config/.storage/core.device_registry Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 38, in write_utf8_file_atomic os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 12:27:20.464 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for core.entity_registry: [Errno 1] Operation not permitted 2025-10-10 12:27:20.464 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for core.device_registry: [Errno 1] Operation not permitted 2025-10-10 12:27:22.306 ERROR (SyncWorker_7) [homeassistant.util.file] Saving file failed: /config/.storage/lovelace_dashboards Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 62, in write_utf8_file os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 12:27:22.309 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for lovelace_dashboards: [Errno 1] Operation not permitted
  2. I have a quite big question. I try to install HexOs on a PC that has a NIC that is not supported by TrueNas. Thats fine because I can build my own driver and install the driver just after boot. But it seems to be something special hapoens on the first boot of HexOs to enable all the Hex extensions of TrueNas. Does anybody know or wants to share how to run this again if it fails once? I'm currently really at a dead end for hexos what is really sad.
  3. I am thinking about purchasing Hex OS for my dell poweredge r730xd. I originally had some issues when trying to install Truenas since it had no easy way to control fans. Im pretty sure this is due to the communication with the computer and the fans itself since I had to enter hex code to control the fans manually via Dell IPMI. My question is, with hex os is there an easy way to control this and if not would a feature like that ever be implemented in the future
  4. Hi all, I've been troubleshooting this on and off for over two weeks and am at my wits end. I'm trying to turn an old laptop into a server with two 4TB hard drives. I've got two SATA to USB adapters (note: the adaptors each have a power plug which goes directly into a wall socket - so both drives are powered from the wall. i.e., they're not relying on USB power). No matter what I do, only one of the drives is detected. I've swapped the adapter cables around with each of the drives - each drive and each cable is fully functional. However, only one drive is ever detected in HEXOS or TrueNAS. I thought for some reason that the issue might be with the USB processing in the laptop, as the SATA to USB adapters were originally plugged into the standard USB ports in the laptop. So, today I got a type C adapter with two USB ports to put the SATAs into there. That doesn't work either. It also doesn't work if I only use one of the USB ports in the type C adapter, and one directly into the laptop. I've even tried plugging each HDD power plug into different outlets (and not on a switchboard together), which hasn't worked either. No matter what, either drive will detect on its own, but never both of them. The drive also doesn't seem to show up in TrueNAS either. Obviously without the second drive I can't even get started setting up a pool or anything else, so it's been quite a demoralising process for my first server. Does anyone have any idea what the issue might be and how to fix it?
  5. It would be nice to to speed test to accurately measure: Network Throughput to the NAS: This tests the raw network connection speed, isolating it from storage performance. We need a reliable way to determine if our network infrastructure is delivering the expected bandwidth. Storage Pool Performance: Benchmarking the combined performance of a pool is crucial including sequential and random read/write operations. Individual Drive Performance: Testing individual HDDs, SSDs, or NVMe drives. This is vital for diagnosing drive health and identifying potential bottlenecks
  6. Inspired by @FallenHero234's post: Background: Had this as an idea for a while now - was lurking around for years, until I saw that LTT video. Got in at $99 sale. Though to myself "might as well get on with it" (SO works with videos, myself toy with DAW) and got myself a refurb P520 and a couple of those EXOS refurbs. Specs: CPU: Intel Xeon W-2223 GPU: Nvidia Quadro K4000 3GB RAM: 16GB DDR4 Storage: Boot Drive: 256GB M.2 SSD Data Drive: 2x refurb 18TB Seagate EXOS X20 HDD Experience so far: Got the part last Friday, waited till Sunday to add the HDDs to the P520, opened that video and the illustrated install guide and installed - everything was smooth and straightforward. Started with Immich - what an awesome experience; transferred a number of lesser albums, right now am learning Plex was next - took a minute to figure out how to point to correct library folders, but 30 mins of lurking got it sorted. Again, a smooth performance; After that installed Actual via the Truenas UI - basically, it went fine as well and seems so far to be smooth. I guess right now I'm sort of cautiously exploring - looking at CPU load, and slowly transferring data in small chunks to relevant folders. However, am thinking of: Moving my HomeAssistant (running on a VM in VirtualBox on an old Mac Mini I had laying around); Adding more drives (the current pool is not expandable, so will redo the setup to make an expandable pool once I get the third 18 TB HDD) as well as creating additional pools, got a bunch of 2.5 HDDs & SSDs laying around: Specifically went for P520 because can fit more 3.5 HDDs and still have room for smaller drives. Other than that - pretty happy I did this and no regrets (knock on wood, haha).
  7. Gonna post here about any updates to try and document my new server and HexOS journey. Currently the setup goes like this: Server: Quanta 1U D51PC CPU's: 2 x Xeon E5-2630 V4 (10c/20t per CPU) RAM: 128GB DDR4 (8 x 16GB) PCIe Cards: LSI SAS3 MPT Controller Quanta 2-Port 1GbE Intel X350 2.0 NIC Boot Drive: 256GB NVMe SSD Storage: 8 x 1.2TB Seagate 10K SAS Drives. 7.93TB Usable Space Currently running 12 Docker Containers and 1 VM with more to come as i haven't ported everything over yet from my old Host. Snookered myself slightly as there is no room for expansion and not sure best practice for upgrading the drive as every bay is full. Transfer data to another host then upgrade? Any advise there? The only thing I want to add is a GPU for transcoding media however no free PCIe slots other than 4x so need to think on that one. Any thoughts or recommendations from anyone please feel free, I have another host running Proxmox so happy to tinker in the TrueNAS UI if it's worth it to make the experience/performance better.
  8. Hello, I am a non english speaker soory Just for me or for everyone the info window for the app on th top right corner do not follow the screen when i scroll down. It is just staying up the page and when selecting an app i have to scrool all the way up. Is this normal ? https://deck.hexos.com/apps Firefox 133.0.3 64bits @+
  9. Hey there, I got my Licens for the Beta now. But am i blind? Where do i find the Downloade button? pls help 😄
  10. Can HexOS help me setup a bit miner that has some halfway decent enterprise server hardware and GPUs?
×
×
  • Create New...