AJ Bowen

Results 12 comments of AJ Bowen

I can't reproduce. Can you provide more details? You can `export CLINK_VERBOSITY=1` for more verbose output.

Good point. We should detect if it's an executable rather than just checking if it's a file that exists. I'm working on other things right now but will try to...

I don't follow. Can you tell me how you're declaring this, so I can test?

It seems the `command_not_found_handle` hook isn't called if the command contains a `/`. A a given relative or absolute filename doesn't trigger a PATH search, and the hook function is...

P.S. Regarding alpine, could you create a new issue? I think this is something different.

Note: this comment has been redacted; see followup below > The core problem is when we start hitting zone exhaustion errors for a zone. ~~Which zone exhaustion errors are you...

Edit: I take it all back, I see there were plenty of these errors during the last outage: ``` Mar 29 23:32:53 production-2-worker-org-gce-4mr9 travis-worker-wrapper: time="2019-03-30T04:32:53Z" level=error msg="couldn't start instance, attempting...

> Thanks for the feedback AJ. I'm just about to hit the hay, but I thought I would also add that our Google reps recommended temporarily not using a zone...

As a temporary workaround to locate dead workers, here's a script I'm using: ``` #!/bin/bash # Usage: # get instance ips: $HOME/git/travis/bin/private-ec2-ips.sh > ips.txt # Then, from a bastion: #...

@bogdanap I see a couple of possible paths forward here. ## Bind-mount the Docker socket Bind-mounting `/var/run/docker.sock` lets you control Docker from within Docker, which is a great solution for...