Till Wegmüller

Results 34 issues of Till Wegmüller

This is something we have in both oi-userland and omnios build with helper programs/bash functions This will help make the process easier to repeat and at the same time save...

As @richlowe alread mentions inside the code we should fix the situation with nss_build @richlowe can you add some details to that story here?

Currently we extract a .tar.gz file with a skeleton /dev to the image. We should use devfsadm or image builder for that.

We should consider using the `image-builder` in the illumos organization https://github.com/illumos/image-builder See https://github.com/jclulow/omnios-image-builder @jclulow

In `build_disk.sh` we have the following todo. ``` # for reasons I can't fathom, synthetic packages don't get published right now pkgsend publish -s illumos-gate/packages/aarch64/nightly/repo.redist \ illumos-gate/usr/src/pkg/packages.aarch64/osnet-incorporation.mog pkgsend publish -s...

A PR with all the currently open PR's plus 32bit builds removed and userland fetch updated and all openindiana patches merged into. This build on OI and runs on my...

## Description I am trying to deploy openebs via helmfile ## Current Behavior The deployment aborts with: ``` in ./helmfile.yaml: in .helmfiles[5]: in charts/system/helmfile.yaml: [building dependencies of local chart: command...

### Is your proposal related to a problem? Windows 10 and thus probably 11 have a OEM Activation feature which allows VM's on devices which get Sold with a Windows...

enhancement

### Which image/versions are related to this issue/feature request? cgr.dev/chainguard/rust latest ### Issue/Feature description When using `cgr.dev/chainguard/rust` to call `cargo build --release` I get ``` Downloaded libc v0.2.144 Downloaded linux-raw-sys...

needs-triage

Fixes: #123 I am still a bit unsure about statics and maybe init it's a pattern I copied from the unistd crate and it looks like it's safe.