|
Re: changing cf CLI trace stream from stdout to stderr
Hello,
Have you tried sending CF_TRACE to /dev/stderr? Like this
CF_TRACE=/dev/stderr cf apps | less
I think it is system specific, but it should work on most of them.
--
Regards
Hector Rivas |
Hello,
Have you tried sending CF_TRACE to /dev/stderr? Like this
CF_TRACE=/dev/stderr cf apps | less
I think it is system specific, but it should work on most of them.
--
Regards
Hector Rivas |
|
By
Hector Rivas Gandara
·
#5912
·
|
|
Re: REST API endpoint for accessing application logs
Hi All,
Is the endpoint https://loggregator.YOUR_IP.xip.io + '/recent?app=' + app_guid to retrieve the recent application logs still valid or its been deprecated?
----
Ponraj
Hi All,
Is the endpoint https://loggregator.YOUR_IP.xip.io + '/recent?app=' + app_guid to retrieve the recent application logs still valid or its been deprecated?
----
Ponraj
|
By
Ponraj E
·
#5911
·
|
|
changing cf CLI trace stream from stdout to stderr
Hi friends,
Currently, the cf CLI trace when enabled ("CF_TRACE=true", `cf config -trace true` or with the `-v` option) is directed to stdout.
Looking at other commands, e.g. `curl -v`, it's common
Hi friends,
Currently, the cf CLI trace when enabled ("CF_TRACE=true", `cf config -trace true` or with the `-v` option) is directed to stdout.
Looking at other commands, e.g. `curl -v`, it's common
|
By
Koper, Dies <diesk@...>
·
#5910
·
|
|
Re: Any news on Tasks in CF Diego?
Hi Andreas,
If you’re interested in the CLI UX, refer to the stories in the following epic:
https://www.pivotaltracker.com/epic/show/3028607
In this iteration, there is no CLI command to retrieve
Hi Andreas,
If you’re interested in the CLI UX, refer to the stories in the following epic:
https://www.pivotaltracker.com/epic/show/3028607
In this iteration, there is no CLI command to retrieve
|
By
Koper, Dies <diesk@...>
·
#5909
·
|
|
Re: Any news on Tasks in CF Diego?
Hi Andreas,
My apologies, I didn’t intend to imply that app logs were the only channel
for the task starter to consume the task results. The V3 Task resource will
contain the result in the form of
Hi Andreas,
My apologies, I didn’t intend to imply that app logs were the only channel
for the task starter to consume the task results. The V3 Task resource will
contain the result in the form of
|
By
Nicholas Calugar
·
#5908
·
|
|
Re: [security] CVE 2016-6655: Utility script command injection
Hello Hector,
The answer is that it varies. I can tell you that we have followed the
steps we need to do to get it into the database, it just takes time
depending on how fast MITRE makes the updates.
Hello Hector,
The answer is that it varies. I can tell you that we have followed the
steps we need to do to get it into the database, it just takes time
depending on how fast MITRE makes the updates.
|
By
Molly Crowther
·
#5907
·
|
|
Re: [security] CVE 2016-6655: Utility script command injection
Hello,
Thank you for reporting this.
I observed that the CVE in mitre.org did not get updated:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-6655
How long does it take to get it
Hello,
Thank you for reporting this.
I observed that the CVE in mitre.org did not get updated:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-6655
How long does it take to get it
|
By
Hector Rivas Gandara
·
#5906
·
|
|
Re: Any news on Tasks in CF Diego?
Hi Nicholas,
thanks a lot for the quick and helpful response, which is in line with the latetest "release candidate" version of the V3 REST API docu.
So, the app log is the only channel for the task
Hi Nicholas,
thanks a lot for the quick and helpful response, which is in line with the latetest "release candidate" version of the V3 REST API docu.
So, the app log is the only channel for the task
|
By
Andreas Mueller
·
#5905
·
|
|
Re: Any news on Tasks in CF Diego?
Hi Andreas,
This is a lot, but I’ll try my best to help. I encourage you to stop by our
[1] Slack channel anytime for a quick chat.
1. The V3 Task resource should eventually end up in
Hi Andreas,
This is a lot, but I’ll try my best to help. I encourage you to stop by our
[1] Slack channel anytime for a quick chat.
1. The V3 Task resource should eventually end up in
|
By
Nicholas Calugar
·
#5904
·
|
|
Re: CF environmental variables - org is missing
Hi Vinod,
I was referring to filtering packets by application at the network layer,
nothing to do with the format of application logs or other human-readable
text. Sorry for the
Hi Vinod,
I was referring to filtering packets by application at the network layer,
nothing to do with the format of application logs or other human-readable
text. Sorry for the
|
By
Jason Sherron
·
#5903
·
|
|
Re: Contribute mongodb 3.X bosh release
Hello Lyn,
Thank you for offering to donate your MongoDB 3.x bosh release! I would be
the person to talk to about contributing your service to the Cloud Foundry
Foundation.
I have a question, does
Hello Lyn,
Thank you for offering to donate your MongoDB 3.x bosh release! I would be
the person to talk to about contributing your service to the Cloud Foundry
Foundation.
I have a question, does
|
By
Shannon Coen
·
#5902
·
|
|
Re: Any news on Tasks in CF Diego?
Here are the details, mentioned before:
[1]
- This document describes the very low level technical/internal details of the CF task lifecycle, i.e. it does not necessarily match with the V3 API for
Here are the details, mentioned before:
[1]
- This document describes the very low level technical/internal details of the CF task lifecycle, i.e. it does not necessarily match with the V3 API for
|
By
Andreas Mueller
·
#5898
·
|
|
Any news on Tasks in CF Diego?
Hi all,
we at SAP are very interested in the new task feature, because we currently run some dummy/fake apps, in order to simulate task-like behavior, which includes some cumbersome app log parsing.
Hi all,
we at SAP are very interested in the new task feature, because we currently run some dummy/fake apps, in order to simulate task-like behavior, which includes some cumbersome app log parsing.
|
By
Andreas Mueller
·
#5897
·
|
|
Failed to push app to Diego windows cell
Hi, all
I wanted to build up a windows cell for my Diego env(CF 237 + Diego 0.1472). I pushed https://github.com/cloudfoundry-incubator/NET-sample-app for a test, but failed at staging phase.
I
Hi, all
I wanted to build up a windows cell for my Diego env(CF 237 + Diego 0.1472). I pushed https://github.com/cloudfoundry-incubator/NET-sample-app for a test, but failed at staging phase.
I
|
By
Meng, Xiangyi <Xiangyi.Meng@...>
·
#5901
·
|
|
cloudfoundry file descriptor limit is too small
Hi, All,
My cloudfoundry version is 225, when i run some java spring-boot program in the cf, sometime it will throw the "too many files open" exception, i know it is about the file limit.
So i login
Hi, All,
My cloudfoundry version is 225, when i run some java spring-boot program in the cf, sometime it will throw the "too many files open" exception, i know it is about the file limit.
So i login
|
By
peter huang
·
#5895
·
|
|
Runtime PMC - Persi Project Lead
Hello all,
Ted Young, the Project Lead for the Persi team within the Runtime PMC, last
day at Pivotal was this past week. We wish him all the best in his future
endeavors and thank him for his time
Hello all,
Ted Young, the Project Lead for the Persi team within the Runtime PMC, last
day at Pivotal was this past week. We wish him all the best in his future
endeavors and thank him for his time
|
By
Dieu Cao <dcao@...>
·
#5896
·
|
|
Contribute mongodb 3.X bosh release
All,
Previously we from DELL-EMC use MongoDB service 2.X from this project under cloudfoundry community https://github.com/cloudfoundry-community/cf-services-contrib-release . Months ago
All,
Previously we from DELL-EMC use MongoDB service 2.X from this project under cloudfoundry community https://github.com/cloudfoundry-community/cf-services-contrib-release . Months ago
|
By
Lynn Lin
·
#5894
·
|
|
Re: CF environmental variables - org is missing
Hi Jaison,
If CF team can include app_name+space+org in Loggregator logs, that would
solve many of our use cases. The current application id is created at
runtime and external systems finding
Hi Jaison,
If CF team can include app_name+space+org in Loggregator logs, that would
solve many of our use cases. The current application id is created at
runtime and external systems finding
|
By
Vinod Singh <vinoddandy@...>
·
#5893
·
|
|
cf-release Submodule Path Recursion Error (and fix!)
We've seen an issue with ./scripts/update in cf-release. If you have a
sufficiently old version of `cf-release`, and then you try to run the
update script, you'll get an error that looks like
We've seen an issue with ./scripts/update in cf-release. If you have a
sufficiently old version of `cf-release`, and then you try to run the
update script, you'll get an error that looks like
|
By
Chunyi Lyu <clyu@...>
·
#5900
·
|
|
Re: How to run cronjobs with Application
Thanks Nick I will try it
Thanks Nick I will try it
|
By
Anuj Jain <anuj17280@...>
·
#5892
·
|