Results 201 comments of Tim Serong

Summarising current work on this feature: My initial implementation (https://github.com/harvester/harvester-installer/pull/717) added an option to the installer to enable `DHCLIENT_SET_HOSTNAME` as described above. When that option is enabled, if the DHCP...

Thanks @lkocman, I'd be delighted if there's some way my geeko art could be used, although I'm not sure how to make it meet the guidelines @hellcp mentioned.

Well, you can obviously fade things away to make images unobtrusive like the guidelines say, I'm just not sure that's the right approach for this particular piece... ![image](https://user-images.githubusercontent.com/754700/219550432-bf66359c-1ce6-4189-a737-3c83b6874206.png)

> That seems even worse, the point of those guidelines is not to have objects on the desktop that draw unnecessary attention, so having a wallpaper that's just geeko or...

JFTR in the meantime I've put my original photos plus a couple of wallpaper JPGs in https://github.com/tserong/hackweek22

I enabled aarch64 builds for our 15.5 dependencies in https://build.opensuse.org/project/show/filesystems:ceph:s3gw. These all built successfully, which is enough to allow `docker build --file Dockerfile --target s3gw --platform linux/aarch64 .` to actually...

I figured it out. `heavy_compile_job_pool` is referenced in a couple of places in ceph's CMakeLists.txt files. The one that was biting us was in src/tools/ceph-dencoder/CMakeLists.txt. That's set up in https://github.com/aquarist-labs/ceph/blob/s3gw/cmake/modules/LimitJobs.cmake,...

With https://github.com/aquarist-labs/ceph/pull/256 applied, I eventually got an aarch64 s3gw container built. It took TWENTY TWO HOURS running on a single core under qemu-aarch64, but it _did_ build successfully, so at...

With https://github.com/aquarist-labs/ceph/pull/259 applied, which falls back to using `nproc` to get the number of cores, I got a build in only 7.4 hours. On my 8-core desktop it seems to...

> I wonder if there's a bottleneck elsewhere since it still takes way longer than I anticipated. It could just be my desktop system sucks a bit. I can try...