I ran four tests yesterday using iperf3. The T6225-CR NIC still runs with Chelsio’s SM10G-SR optics. It’s amazing that receiving TCP streams runs at full speed. Sending TCP streams limps away only at a few megabits per second. This wasn’t expected at all. Even IPv6 runs faster than IPv4 for these particular tests. The Cisco […]

Read More → iperf3 and Chelsio T6225-CR

Today I got error 1603 while installing Autodesk Revit 2019 on a student’s laptop. The best solution is to uninstall all Microsoft Visual C++ runtimes, reboot the computer, and let the Revit installer get its way installing the supplied versions.

Read More → Error 1603 when installing Microsoft Visual C++ 2008 Redistributable and Autodesk Revit 2019

I recently ordered a Chelsio T6225-CR network interface card and a couple of SM25G-SR SFP28 optical modules. The aim is to get a 10 Gbit/s connection to the LAN, utilise the off-load capabilities of the NIC, and of course utilise the on-board crypto accelerator. The latter will not be useable until the system moves to the upcoming […]

Read More → Chelsio T6225-CR and SM25G-SR

I needed to migrate an UFS filesystem from one disk to another. I had several options including using two tar processes in a pipeline or using dump and restore in a pipeline. I opted for the latter to make sure everything got preserved during the transfer. Here’s the sequence of commands where /dev/gpt/nroot0 is the […]

Read More → Migrating UFS filesystem from one disk to another