Dave Cottlehuber

Results 141 comments of Dave Cottlehuber

still flakey - this is transferring a bit under 100GiB between 2 boxes within the same DC. They are both lightly loaded although the first one has sucky disk i/o....

and another one, much earlier on this time ``` rxw:15 accepted fd:19 {t::0} {t::0} {t::0} {t::0} {t::0} {t::0} {t::0} {t::0} {t::0} {t::0} {t::0} {t::0} {t::0} {t::0} {t::0} {t::0} readlen:0x1c expected...

specifically: ``` Compiling cfnts v2019.6.0 (/repos/cfnts) error[E0432]: unresolved import `libc::in_pktinfo` --> src/ntp/server/server.rs:24:25 | 24 | use libc::{in6_pktinfo, in_pktinfo}; | ^^^^^^^^^^ | | | no `in_pktinfo` in the root | help:...

I tried an alternative approach, from `Dockerfile.dev`, yielding same results: ``` $ go build -o /flyctl -ldflags="-X 'github.com/superfly/flyctl/internal/buildinfo.buildDate=NOW_RFC3339'" . # github.com/buildpacks/lifecycle/archive ../pkg/mod/github.com/buildpacks/[email protected]/archive/archive.go:45:2: undefined: addSysAttributes ../pkg/mod/github.com/buildpacks/[email protected]/archive/extract.go:21:11: undefined: setUmask ../pkg/mod/github.com/buildpacks/[email protected]/archive/extract.go:22:8: undefined: setUmask...

I don't understand why we need a full docker + other libraries in `flyctl` just so I can set secrets and boot apps... is it possible to use some API...

Yep it would be handy still. I moved my stuff off fly for the moment because of the missing tooling. On Fri, 1 Sep 2023, at 23:15, Redjon Zaci wrote:...

we get a bit further: ``` $ gmake build Running Generate for Help and GraphQL client go generate ./... go: downloading github.com/azazeal/pause v1.3.0 go: downloading github.com/cenkalti/backoff/v4 v4.2.0 go: downloading github.com/google/go-querystring...

sure: ``` $ go version go version go1.21.0 freebsd/amd64 $ gmake Running Generate for Help and GraphQL client go generate ./... Running Build CGO_ENABLED=0 go build -o bin/flyctl -ldflags="-X 'github.com/superfly/flyctl/internal/buildinfo.buildDate=2023-09-06T10:24:28Z'...

@jacobcsmith interesting. can you give a more complete example of this please? thanks!