|
AUFS bug in Linux kernel
Looks like we need to wait until the 20th for this to be shipped. https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1533043/comments/8
Looks like we need to wait until the 20th for this to be shipped. https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1533043/comments/8
|
By
...
· #3630
·
|
|
AUFS bug in Linux kernel
Great, thanks for lettings us know! This is hitting us pretty badly ATM, so Im happy we now know why. :)
Great, thanks for lettings us know! This is hitting us pretty badly ATM, so Im happy we now know why. :)
|
By
...
· #3594
·
|
|
AUFS bug in Linux kernel
Great! This has hit us pretty badly, good know what is causing it.
Great! This has hit us pretty badly, good know what is causing it.
|
By
...
· #3593
·
|
|
I can't read files deployed on a Diego App
Im afraid I cannot assist with that as I don't work for Pivotal. But CF_TRACE=true cf ssh appX.... might provide more information. <bren(a)juanantonio.info> wrote:
Im afraid I cannot assist with that as I don't work for Pivotal. But CF_TRACE=true cf ssh appX.... might provide more information. <bren(a)juanantonio.info> wrote:
|
By
...
· #3301
·
|
|
I can't read files deployed on a Diego App
IIRC in recent version of the CLI a plugin for SSH is not necessary. <bren(a)juanantonio.info> wrote:
IIRC in recent version of the CLI a plugin for SSH is not necessary. <bren(a)juanantonio.info> wrote:
|
By
...
· #3299
·
|
|
How to explicitly specify the password for the account admin?
We have this in our stub. properties.uaa.scim.users: - "admin|DESIRED_PASSWORD|scim.write,scim.read....... Works well.
We have this in our stub. properties.uaa.scim.users: - "admin|DESIRED_PASSWORD|scim.write,scim.read....... Works well.
|
By
...
· #2322
·
|
|
Firehose plugin for the CLI
Very cool. Thanks for sharing!
Very cool. Thanks for sharing!
|
By
...
· #1825
·
|
|
Feature suggestion: specify environment variables that all containers should have from manifest.
Why, yes, yes it does. Somehow missed this feature. Thanks! //Simon
Why, yes, yes it does. Somehow missed this feature. Thanks! //Simon
|
By
...
· #1394
·
|
|
Feature suggestion: specify environment variables that all containers should have from manifest.
Hihi. In our environment we provide two different CF installations, each of them resides in a different VLAN. Apps in each environment are interested in different services, Graphite, statsd, sentry et
Hihi. In our environment we provide two different CF installations, each of them resides in a different VLAN. Apps in each environment are interested in different services, Graphite, statsd, sentry et
|
By
...
· #1391
·
|
|
I'm getting different x_forwarded_for in my Gorouter access logs depending on what browser/cli-tool I use.
https://groups.google.com/forum/#!searchin/golang-nuts/Inconsistent$20X-Forwarded-For/golang-nuts/iUnZgzrOszI/ngxcLbSm1VYJ Mail thread about the issue at golang-nuts. This is not really a massive issu
https://groups.google.com/forum/#!searchin/golang-nuts/Inconsistent$20X-Forwarded-For/golang-nuts/iUnZgzrOszI/ngxcLbSm1VYJ Mail thread about the issue at golang-nuts. This is not really a massive issu
|
By
...
· #1348
·
|
|
I'm getting different x_forwarded_for in my Gorouter access logs depending on what browser/cli-tool I use.
I have now asked in golang-nuts[1] . It might take up to 24h for my message to appear, it will be called "Inconsistent X-Forwarded-For when using the httputil.ReverseProxy ?" [1] https://groups.google
I have now asked in golang-nuts[1] . It might take up to 24h for my message to appear, it will be called "Inconsistent X-Forwarded-For when using the httputil.ReverseProxy ?" [1] https://groups.google
|
By
...
· #1332
·
|
|
I'm getting different x_forwarded_for in my Gorouter access logs depending on what browser/cli-tool I use.
Chris, I now know why this is happening. In ServeHTTP in reverseproxy in the httputil package[1] we make a copy of the incoming request for the outgoing request[2]. We then check[3] if the incoming re
Chris, I now know why this is happening. In ServeHTTP in reverseproxy in the httputil package[1] we make a copy of the incoming request for the outgoing request[2]. We then check[3] if the incoming re
|
By
...
· #1320
·
|
|
I'm getting different x_forwarded_for in my Gorouter access logs depending on what browser/cli-tool I use.
Disregarding F5/HAProxy comletely and going directly(10.230.18.134) to a Gorouter also yields different results depending on the client. $ curl -H "host:cf-env.domain.com" 10.230.18.134 $ wget --heade
Disregarding F5/HAProxy comletely and going directly(10.230.18.134) to a Gorouter also yields different results depending on the client. $ curl -H "host:cf-env.domain.com" 10.230.18.134 $ wget --heade
|
By
...
· #1318
·
|
|
I'm getting different x_forwarded_for in my Gorouter access logs depending on what browser/cli-tool I use.
Dieu, We use F5, just tried with the release HAProxy and I get concictent X-Forwarded-For between clients! Dont know how I managed to forget to check that. :) So in the HAProxy config the header gets
Dieu, We use F5, just tried with the release HAProxy and I get concictent X-Forwarded-For between clients! Dont know how I managed to forget to check that. :) So in the HAProxy config the header gets
|
By
...
· #1313
·
|
|
I'm getting different x_forwarded_for in my Gorouter access logs depending on what browser/cli-tool I use.
Gist of diff: https://gist.github.com/simonjohansson/847e972f1459ea4cd65e Gist of debug output: https://gist.github.com/simonjohansson/3324b08fc42e5ac7105a Since it's quite hard to read in the email..
Gist of diff: https://gist.github.com/simonjohansson/847e972f1459ea4cd65e Gist of debug output: https://gist.github.com/simonjohansson/3324b08fc42e5ac7105a Since it's quite hard to read in the email..
|
By
...
· #1305
·
|
|
I'm getting different x_forwarded_for in my Gorouter access logs depending on what browser/cli-tool I use.
Hiya! Im looking into an issue where the x_forwarded_for have different values depending on what you are using to hit it with. With curl, w3m, lynx x_forwarded_for gets set to "sourceIP, a-gateway-ip"
Hiya! Im looking into an issue where the x_forwarded_for have different values depending on what you are using to hit it with. With curl, w3m, lynx x_forwarded_for gets set to "sourceIP, a-gateway-ip"
|
By
...
· #1304
·
|
|
Missing routing logs from "cf logs app-name"
Ah, that is interesting, thanks! Re my initial problem, turned out to be a scaling issue. Most of the CPU on the gorouters were consumed by metron agent, so adding more CPU and scaling out the routers
Ah, that is interesting, thanks! Re my initial problem, turned out to be a scaling issue. Most of the CPU on the gorouters were consumed by metron agent, so adding more CPU and scaling out the routers
|
By
...
· #1265
·
|
|
Missing routing logs from "cf logs app-name"
Gwenn, our buffer is set to 500(default is 100). wrote:
Gwenn, our buffer is set to 500(default is 100). wrote:
|
By
...
· #1217
·
|
|
Missing routing logs from "cf logs app-name"
Howdie! Not really a dev related question, but since there is no cf-user list I'm trying my luck here. :) Im looking into an issue where we don't get enough RTR logs from cf logs / firehose-to-syslog
Howdie! Not really a dev related question, but since there is no cf-user list I'm trying my luck here. :) Im looking into an issue where we don't get enough RTR logs from cf logs / firehose-to-syslog
|
By
...
· #1199
·
|
|
Allow gorouter to log random headers.
Here is a PR David and I worked on this morning to implement the above https://github.com/cloudfoundry/gorouter/pull/92 Comments are appreciated.
Here is a PR David and I worked on this morning to implement the above https://github.com/cloudfoundry/gorouter/pull/92 Comments are appreciated.
|
By
...
· #946
·
|