Richard Metzler

Results 35 comments of Richard Metzler

Currently tldr saves a json file for all documented commands. This file should be rebuild by their CI server. https://raw.githubusercontent.com/tldr-pages/tldr/master/pages/index.json

When I go to http://localhost:4000/ serve shows `views/index.html.erb` and not `public/index.html` After exporting `export/index.html` is the same as `public/index.html`. It's just a little bit inconsistent and it fails silently.

I didn't test it, but I would expect if you move line 21 of https://github.com/jlong/serve/blob/master/lib/serve/export.rb to the start of the method it should work.

```console # export RESTIC_REPOSITORY="s3:s3.amazonaws.com/${AWS_S3_BUCKET}" # restic snapshots password is correct ID Date Host Tags Directory ---------------------------------------------------------------------- [...] ---------------------------------------------------------------------- 11 snapshots # export RESTIC_REPOSITORY="s3:${AWS_S3_BUCKET}.s3.amazonaws.com/" # restic snapshots Fatal: unable to open...

I don't think this is solved in minio-go and I created an issue there: minio/minio-go#1102

@harshavardhana can you point me to the line in code?

I started tcpdump and indeed, I can see DNS lookups for my test bucket when I use the path-style bucket. So the claim, that minio-go internally uses virtual-hosted style URIs...

I also created a workaround as a partial, but I would rather have the function in Go. https://gist.github.com/rmetzler/bc9401874553724afb4341d31ad2c427

I had this problem too. Turned out, GKE created a new Loadbalancer with another IP and my DNS had the wrong IP. Once I found this out, the cert was...

Berkshelf manages the cookbooks for Chef: http://berkshelf.com/