|
Permission denied error when unpacking droplet
I'm getting the following error when pushing an app (dea logs):
{"timestamp":1443390480.7652702,"message":"\"cd /home/vcap/ && tar zxf
I'm getting the following error when pushing an app (dea logs):
{"timestamp":1443390480.7652702,"message":"\"cd /home/vcap/ && tar zxf
|
By
Kyle Havlovitz (kyhavlov)
·
#1992
·
|
|
Re: diego error: failed to initialize container --where to look?
Lesson: take error messages literally
Cell had a filled disk partition. Yes, insufficient resources.
Changed machine type, and all good.
Tom
Lesson: take error messages literally
Cell had a filled disk partition. Yes, insufficient resources.
Changed machine type, and all good.
Tom
|
By
Tom Sherrod <tom.sherrod@...>
·
#1991
·
|
|
Re: postgres out of disk space
Droplets are important, and should not be removed. If an app is deleted,
the droplet will also be deleted. If a droplet exists, that means it is
still needed.
If the app needs to be scaled up or
Droplets are important, and should not be removed. If an app is deleted,
the droplet will also be deleted. If a droplet exists, that means it is
still needed.
If the app needs to be scaled up or
|
By
CF Runtime
·
#1990
·
|
|
diego error: failed to initialize container --where to look?
After upgrade to/deploy diego in multiple environments with success, I'm a bit stumped on error for a new install.
A cf docker-push results in:
015-09-26T16:02:01.65+0000 [API/0] OUT Updated app
After upgrade to/deploy diego in multiple environments with success, I'm a bit stumped on error for a new install.
A cf docker-push results in:
015-09-26T16:02:01.65+0000 [API/0] OUT Updated app
|
By
Tom Sherrod <tom.sherrod@...>
·
#1989
·
|
|
Re: postgres out of disk space
It will be handy to have a configuration option for CC to prune unused droplets after 7 days of inactivity, for example.
It will be handy to have a configuration option for CC to prune unused droplets after 7 days of inactivity, for example.
|
By
Aleksey Zalesov
·
#1988
·
|
|
Re: postgres out of disk space
cf-release v213 fixed a bug where buildpack caches were not getting cleaned
up properly. Are you running a version prior to 213?
If so, you might need to go into
cf-release v213 fixed a bug where buildpack caches were not getting cleaned
up properly. Are you running a version prior to 213?
If so, you might need to go into
|
By
CF Runtime
·
#1987
·
|
|
Re: postgres out of disk space
Droplets and app packages should be pruned when the applications they're
associated with are deleted. Only one or two versions of the droplet are
ever held and only copy of the application
Droplets and app packages should be pruned when the applications they're
associated with are deleted. Only one or two versions of the droplet are
ever held and only copy of the application
|
By
Matthew Sykes <matthew.sykes@...>
·
#1986
·
|
|
Re: postgres out of disk space
ah, it’s not postgres:
90M postgres
it’s actually:
94G shared/run.10.10.2.37.xip.io-cc-droplets
Does it keep a copy of each artifact ever pushed?
Or is this part of the event storage,
ah, it’s not postgres:
90M postgres
it’s actually:
94G shared/run.10.10.2.37.xip.io-cc-droplets
Does it keep a copy of each artifact ever pushed?
Or is this part of the event storage,
|
By
Matthias Ender <Matthias.Ender@...>
·
#1985
·
|
|
Re: Environment variable changes in DIEGO
By the `application_uris` data are broken logic, VCAP_SERVICES is also
broken and should be removed as it doesn't reflect service binding changes.
In my (strong) opinion it doesn't make any sense to
By the `application_uris` data are broken logic, VCAP_SERVICES is also
broken and should be removed as it doesn't reflect service binding changes.
In my (strong) opinion it doesn't make any sense to
|
By
Mike Heath
·
#1984
·
|
|
Re: Running/Deploying UAA as a standalone service (not within CloudFoundry environment)
hi TJ,
because the UAA supports multi tenancy and it denotes a tenant by using a
subdomain, we need to know what the base URL is.
By default it is
hi TJ,
because the UAA supports multi tenancy and it denotes a tenant by using a
subdomain, we need to know what the base URL is.
By default it is
|
By
Filip Hanik
·
#1983
·
|
|
Re: postgres out of disk space
Does your database occupy this 100 GB? Or something else like logs?
Aleksey Zalesov | CloudFoundry Engineer | Altoros
Tel: (617) 841-2121 ext. 5707 | Toll free: 855-ALTOROS
Fax: (866) 201-3646 |
Does your database occupy this 100 GB? Or something else like logs?
Aleksey Zalesov | CloudFoundry Engineer | Altoros
Tel: (617) 841-2121 ext. 5707 | Toll free: 855-ALTOROS
Fax: (866) 201-3646 |
|
By
Aleksey Zalesov
·
#1982
·
|
|
Re: Running/Deploying UAA as a standalone service (not within CloudFoundry environment)
we modify the uaa (spring security) become OAuth2 Server independently
take a look www.merv.id
the code in github.com/meruvian/yama
F
--
Frans Thamura (曽志胜)
Java Champion
Shadow Master and
we modify the uaa (spring security) become OAuth2 Server independently
take a look www.merv.id
the code in github.com/meruvian/yama
F
--
Frans Thamura (曽志胜)
Java Champion
Shadow Master and
|
By
Frans Thamura
·
#1981
·
|
|
Running/Deploying UAA as a standalone service (not within CloudFoundry environment)
I'm trying to evaluate UAA to be used as a user authentication / authorization service to be used within a microservice architecture but not within a CloudFoundry environment. When running UAA using
I'm trying to evaluate UAA to be used as a user authentication / authorization service to be used within a microservice architecture but not within a CloudFoundry environment. When running UAA using
|
By
TJ Brown
·
#1980
·
|
|
Re: F5 Load Balancer Configuration for Cloud Foundry Loggregator
Thanks for all the responses. We ended up finding an f5 device that is on 11.5. With that, things worked out of the box with only the irule to insert x-forwarded-proto. Everything is working over
Thanks for all the responses. We ended up finding an f5 device that is on 11.5. With that, things worked out of the box with only the irule to insert x-forwarded-proto. Everything is working over
|
By
Anthony
·
#1979
·
|
|
Re: postgres out of disk space
Just a thought: How large is your events table? Is it getting pruned at the
correct interval for you?
I believe events, app usage events, and audit events are pruned when
they're more than 31 days
Just a thought: How large is your events table? Is it getting pruned at the
correct interval for you?
I believe events, app usage events, and audit events are pruned when
they're more than 31 days
|
By
Matthew Sykes <matthew.sykes@...>
·
#1978
·
|
|
Re: Running the app test suite within the CATs, and the admin_buildpack_lifecycle_test is failing
Jordan,
Try the CATs with the deployment, just to be sure, but that being said...
It is also possible that your deployment may not have all the buildpacks
installed.
If you run the command `cf
Jordan,
Try the CATs with the deployment, just to be sure, but that being said...
It is also possible that your deployment may not have all the buildpacks
installed.
If you run the command `cf
|
By
JT Archie <jarchie@...>
·
#1976
·
|
|
Re: Instance crashing after running once. Error: "reason"=>"CRASHED", "exit_status"=>0, "exit_description"=>"app instance exited"
Does it start and send / receive a set number of messages or does it do
this forever?
Exit code 0 generally means your application shutdown cleanly. i.e. it
finished what it was doing and exited.
Does it start and send / receive a set number of messages or does it do
this forever?
Exit code 0 generally means your application shutdown cleanly. i.e. it
finished what it was doing and exited.
|
By
Daniel Mikusa
·
#1975
·
|
|
postgres out of disk space
I have a cf-aws-tiny cf-boshrelease deployment, and it's been running well for over 4 months.
We have about 40 apps, with a couple of dozen of cf pushes each day.
Yesterday pushing apps became spotty
I have a cf-aws-tiny cf-boshrelease deployment, and it's been running well for over 4 months.
We have about 40 apps, with a couple of dozen of cf pushes each day.
Yesterday pushing apps became spotty
|
By
Matthias Ender <Matthias.Ender@...>
·
#1977
·
|
|
Instance crashing after running once. Error: "reason"=>"CRASHED", "exit_status"=>0, "exit_description"=>"app instance exited"
I've pushed the app which uses redis service (A sample app which simply send and receives a message thru Redis service). Instance is created at start and after successfully running once the instance
I've pushed the app which uses redis service (A sample app which simply send and receives a message thru Redis service). Instance is created at start and after successfully running once the instance
|
By
Zuba Al <myfakename90@...>
·
#1974
·
|
|
Re: Proposal: Decomposing cf-release and Extracting Deployment Strategies
Sounds good. Thanks for taking the time to discuss this with me.
Mike
Sounds good. Thanks for taking the time to discuss this with me.
Mike
|
By
Mike Youngstrom <youngm@...>
·
#1973
·
|