William Lam

Results 51 comments of William Lam

@fg-j Just gave `jam` a try on MacOS with the following but it throws error: ```console ❯ jam create-stack --config stack.toml --build-output build.oci --run-output run.oci Building photon-powershell Building on linux/amd64...

@fg-j I'm running this in my home directory on my MacOS system `/Users/lamw`

@fg-j Ah, that worked It ran for ~10min or so but then it failed: ``` ❯ jam create-stack --config stack.toml --build-output build.oci --run-output run.oci Building photon-powershell Building on linux/amd64 Building...

I suspect that the current "wait" conditions are actually passing, unless you login and it looks to be waiting for default 10m as mentioned by Robert. If it truly is...

@rguske Are you still seeing this problem?

@PantherX - I just noticed there's now beta builds for F@H Client supporting Arm, but looks like there's only .deb files. Any chance to produce an RPM like before?

Thanks @jcoffland - Do you know if the plan is to migrate/support the rest of the F@H components (fahviewer and fahcontrol) for Arm?

Also, while the .tar.bz2 works on non-debian systems, I found that it doesn't include what the standard installer includes which are the .service files and directory structures, just the client...

possibly ... you'd have to look at your s3 implementation and APIs it offers up. This is really specific for AWS S3, as we're relying on its API and how...

This is not a bug. When you iterate through the array `@$host_views` and you don't specify a variable, then the default is `$_`