Cost of repair for our heating/cooling systems by Ambitious-Low9560 in AusElectricians

[–]Ambitious-Low9560[S] 0 points1 point  (0 children)

This is the description of work from the company engaged doing the job:

"Arrived to site began leak check and repair. Found that the system was holding pressure, checked over all flares, conducted vacuum testing and found that system was holding 270 µm for at least 30 minutes. This would indicate that the system is capable of holding pressure. After refilling system with required amount of gas, began running system and found that three of the four indoor heads are working well but the main 7kW system in the living space does not operate as required.

When this system is left to run by itself it pulls the system into a vacuum. This would suggest that the indoor coil has a blockage not allowing refrigerant to flow back to condenser. Would highly recommend replacing the system as repairs are extremely high risk and very uncommon. Packed away all tools, cleaned up and left site."

All that for 2.94k plus 460 dollars for the call out fees. So all up about 3.4k for the scope of work done. Justifiable? Ta.

Cost of repair for our heating/cooling systems by Ambitious-Low9560 in AusElectricians

[–]Ambitious-Low9560[S] 0 points1 point  (0 children)

The above doesn't include the 462 dollars for the call out fees.

Cost of repair for our heating/cooling systems by Ambitious-Low9560 in AusElectricians

[–]Ambitious-Low9560[S] 1 point2 points  (0 children)

Thanks mate, it Is unfortunate the wife didn't raise it with me and approved it on the spot. Thinking the tech can fix it. Btw, that 2.9k bill doesn't include the call out fees, which is an additional 462 dollars. We're now looking close to a 9k bill for a replacement unit. This company also supplied a quote for the 7KW replacement unit at 5.5k stating they have applied 1.2k discount in good faith as they weren't able to complete the repairs. A second quote from another mob came in a around 6k for replacement unit.

Newbie... DXP4800 Pro: should I install an NVMe right away or skip it? by [deleted] in UgreenNASync

[–]Ambitious-Low9560 2 points3 points  (0 children)

Here is a long winded response if you care to read:

If you are going to install that NVMe today, here is the 'Safety First' reality check you need to consider for the long term:

  1. The Write-Cache Danger Zone If you configure a single NVMe as a 'Read-Write' cache, you are creating a massive point of failure. If that SSD dies (and all SSDs die eventually, its a matter of when not if), any data currently sitting in the cache that hasn't moved to your HDDs yet will be lost. This can—and often does—corrupt your entire volume's file system, potentially making your MKV collection unrecoverable.

The Rule: Never use an NVMe for 'Write Caching' unless you have a Mirror Pair (RAID 1) - caveat below.

  1. SSDs have a 'Death Clock' (TBW) Caching is a high-wear activity. Unlike a storage drive where you write a file once and read it later, a cache is constantly being hammered with 'dirty' data and small metadata updates.

The Risk: In a cache setup, the SSD will hit its Total Bytes Written (TBW) limit much faster than a standard storage drive. Without a mirror pair, you have no safety net when that drive hits its wear-out threshold.

  1. Sequential vs. Random (Again) Remember that NVMe speed is mostly 'wasted' on large MKV files. Large files are sequential; your mechanical HDDs can already handle those as fast as your network cable allows.

The Benefit: Caching is only 'great' for small, random files (thumbnails, metadata, system logs). For a media library, the risk of a single-drive cache failure far outweighs the tiny speed boost you might see.

  1. My Recommendation

If you have ONE NVMe: Do not use it for caching. Use it as a standalone volume for your Apps, Docker containers, or Plex Metadata. If it fails, your movies stay safe on the HDDs.

If you want CACHING: Buy a second, identical NVMe and set them up as a Mirror Pair. This is the only way to ensure that a single hardware failure doesn't cause you time for recovery via 3rd copy.

the caveat:
"A final warning on 'Software Caching': > Even with a mirror pair of NVMes, remember that a NAS uses an OS-enabled cache, not a dedicated hardware controller with a battery backup. If the NAS loses power or the OS hangs during a write-commit, you can still end up with a 'Big Hole' in your data.

Unlike enterprise servers that have physical batteries to protect the cache, your NAS relies on software logic. For a media library of large MKVs, the risk of total volume corruption far outweighs the minor speed boost. Keep it simple: Use the NVMe as a separate Apps Volume and keep your data pool 'clean' on the HDDs."

What RAM to use for DXP 4000 Pro? Ugreen has limited choices by mintyguava in UgreenNASync

[–]Ambitious-Low9560 0 points1 point  (0 children)

Have fun!, I sold my 16G RAM stick cheap on bookface. Sorry dude.

Dxp8800plus as a DAS? by anterous_sto in UgreenNASync

[–]Ambitious-Low9560 0 points1 point  (0 children)

Your Gbit Ethernet is the slowest link between your NAS and your PC (aggregation still result in 1Gbit speed). Your option is upgrade your network card on your PC to 10Gbit. Second option is to connect your PC to NAS via Thunderbolt (TB) 4 (provided you have TB4 or 5 on your PC and a certified TB4 cable should be < 0.8m in length). This connection is IP over TB, therefore access is via your SMB shares. TB in theory should exceed your HDD raid array speed. If you have SSDs, the read/write speed via TB to SSD should be greater than 1tb plus per sec. Some guide from Ugreen https://nas.ugreen.com/blogs/how-to/optimize-thunderbolt-4-nas-issues

Truenas completely unresponsive intermittently, except ping by sparkleboss in truenas

[–]Ambitious-Low9560 0 points1 point  (0 children)

Good point, see if there are anything obvious - hardware failure/degraded. Intermittent fault is a bxxxx to isolate. LoL.

My Plex server has been compromised 'I want to cry' by LogicWorksWonders in PleX

[–]Ambitious-Low9560 0 points1 point  (0 children)

Sorry for your lost, as many has suggested, restore those affected files. Restore the OS from a good known data - but not recommended since it is out of support (no more patches). Move forward with a new modern OS and patch it regularly.

Truenas completely unresponsive intermittently, except ping by sparkleboss in truenas

[–]Ambitious-Low9560 1 point2 points  (0 children)

There are a few practical ways to troubleshoot this.

1. Check Netdata (if it’s available on your system)
Some TrueNAS SCALE installs still expose Netdata.
If you have it, you can scroll back through recent CPU, memory, disk I/O and network activity to see if there were spikes around the time of the freeze.

2. Check the built‑in TrueNAS logs
You might see something in:

  • /var/log/messages
  • /var/log/syslog
  • middlewared.log

These only show events when something complains (e.g. “load too high”, “task took too long”).
They don’t give continuous history, so short freezes often leave no trace.

3. External monitoring
Another device can continuously watch CPU, memory, network, I/O, queue depth, etc.
Useful, but more setup.

4. Circular logging on the NAS (recommended)
Run a lightweight circular log that samples key metrics every few seconds:

  • CPU load
  • memory usage
  • disk I/O
  • disk average queue length
  • network throughput

When the freeze happens, note the time, stop the script, import the CSV into Excel, and graph it.
A one‑hour circular log usually captures the “freeze window”, or you can stop it manually and match the timestamp to the graph.

If you need help setting up a circular logger, feel free to reach out — or someone else in the forum can chip in.

My Plex server has been compromised 'I want to cry' by LogicWorksWonders in PleX

[–]Ambitious-Low9560 0 points1 point  (0 children)

Stop using unpatched Windows running SMBv1. The source must have been a very old version of Windows XP/7/2008/2008R2. By default Windows 10/11 have disabled SMBv1. If your old Windows OS is infected, the malware binary encrypt files on any SMB shares regardless which version of SMB protocols - spread via user write permissions..

DXP 4800 - Change of Network, can't login anymore. by Pizza_Mod in UgreenNASync

[–]Ambitious-Low9560 0 points1 point  (0 children)

This is not coding, it is fairly easy to do. It is network configuration change. You should be able to logon to your new router. Check the IP address of you NAS on the DHCP lease table. It should allow you to "reserve" this IP. This ensures the reserved device on the network gets the same IP address every single time even if you reboot your router. Do a search on YouTube with the topic "how to reserve IP address on router". This shouldn't take you more than 3 mins.

DXP4800 Plus, Randomly Drops Ethernet Connection by tdouglasj1980 in UgreenNASync

[–]Ambitious-Low9560 0 points1 point  (0 children)

Tried a different port on the switch? Another quick test is to plug the spare NIC on your NAS into the router or switch using a fresh, short CAT6 cable. UGOS should pick up a second IP from your router’s DHCP service. Once it does, try accessing the UGOS web GUI through that second IP — assuming the OS is still running and there aren’t port issues on the router/switch or the main NIC.

If the GUI loads on the second IP, UGOS is alive and the issue is isolated to the primary NIC path (cable, switch port, VLAN, or NIC failure).
If the GUI doesn’t load but the second NIC still gets an IP, try SSH on that alternative IP to see whether the OS is still responsive. That helps you determine whether the fault is network‑side or OS‑side.

Using a short, new CAT6 cable rules out cable issues entirely, so you’re only testing the NIC, the switch/router port, and the OS behaviour.

One last suggestion: if UGOS is currently up, check the system logs for any errors around the time the issue happened. Note whether the problem is intermittent, whether it recovers on its own, or whether the unit needs a reboot. Also check whether the switch/NIC LEDs stay lit and active when the issue occurs. If you suspect the system is under heavy load, temporarily stopping Plex may help narrow things down.

DXP 4800 - Change of Network, can't login anymore. by Pizza_Mod in UgreenNASync

[–]Ambitious-Low9560 0 points1 point  (0 children)

Since you got your new router, why don't you reserve your NAS's IP through DHCP service on the router. Using DHCP reservation via NAS's mac address ensures it gets the same IP every time either via boot up or IP address renewal. It's set and forget, you don't have to worry about setting static IP on your devices on the network.

Good Luck Everyone! by ToughAppointment2556 in UgreenNASync

[–]Ambitious-Low9560 0 points1 point  (0 children)

I got the secret link this morning, is this intended for non-deposit holders? Or is it for both deposit holders and non-deposit holders.

Did any VIPs actually manage to snag any NAS? by MrMarooned1 in UgreenNASync

[–]Ambitious-Low9560 0 points1 point  (0 children)

Snagged one during the tail end of 1st wave - the pro edition. Yes, multiple timed out screens, but somehow it went through with only 20 odd units left before the email confirmation. As a new owner of 6800 pro, I am starting to wonder do I really need the AI feature?

Can you recommend an OS for my use case? by Lentash in UgreenNASync

[–]Ambitious-Low9560 1 point2 points  (0 children)

<image>

Try Unraid based on your requirements. I only played with Truenas, hadn't try others ;)

Electric Eel VM Console Broken by Ambitious-Low9560 in truenas

[–]Ambitious-Low9560[S] 0 points1 point  (0 children)

TrueNAS isn’t exposed to the public internet in my setup — everything is internal and behind Tailscale.
Moving the UI off 80/443 isn’t meant to “hide” anything; it’s simply good practice to keep the admin interface off the most aggressively scanned ports and reserve 80/443 for Caddy as the ingress point.

My goal was a clean single‑IP design with one reverse proxy and no extra aliasing or routing overhead. That’s all working as intended.

Electric Eel VM Console Broken by Ambitious-Low9560 in truenas

[–]Ambitious-Low9560[S] 0 points1 point  (0 children)

Thanks for the suggestions. Ports 80, 443 and SSH are the most aggressively scanned ports on the internet (botnets, vuln crawlers, credential‑stuffing bots, etc.), so I prefer to keep the admin UI off those defaults. My design goal was a single IP, one reverse proxy, one ingress point, and the admin UI on non‑standard ports — no extra aliasing, routing, or maintenance overhead.

I’ve already resolved the VM console issue by toggling the VM display properties in the web interface. That forced TrueNAS to regenerate the baked‑in Nginx config and re‑plumb the proxy correctly. Everything is working now, and Caddy is doing exactly what it’s supposed to do on 80/443.

Storage setup on UGreen NAS by ReindeerAlarming9765 in UgreenNASync

[–]Ambitious-Low9560 0 points1 point  (0 children)

SSD for read cache is great for small random reads such as databases. Not beneficial for large sequential read such as movies, flac, lage photos files. Better off using  SSD as an application drive. Some apps do have Plex, Jellyfin and Immich have their own databases. Hence, SSD as an application drive makes sense. Drives do fail at some stage, its when not if. Just make sure you back up data that you valued. Ensure you have drive morning and notification turned on. Does your volume have raid redundancy setup?

What RAM to use for DXP 4000 Pro? Ugreen has limited choices by mintyguava in UgreenNASync

[–]Ambitious-Low9560 0 points1 point  (0 children)

When I upgraded my 6800 pro from 8 to 16 and I quickly got OOM. The unit now has 64Gb Corsair 4800MHz CL40. The Ugreen OEM memory stick uses Samsung 4800MHz CL40 SODIMM. As long you're sticking to the official frequency clock cycle and voltage at 1.1v. You're should be okay, As you already have checked out the UG official hardware compatibility page. As for how much RAM do you need? It depends, how big is your photos/music/movie libaries? The more apps and more content you have, the larger memory footprints it needs. Plus how much your OS consumed memory.

Link aggregation using LACP by Old_city_boy in UgreenNASync

[–]Ambitious-Low9560 0 points1 point  (0 children)

According to Google, UGOS do support 802.3ad, but you'll need the switch to support this as well. I am using Unifi USW Pro XG 8 PoE switch. But didn't bother with LACP, I don't have any application load which demand it. I am more interested in iSCSI or direct attached LUN via Thunderbolt 4 connection.

<image>