Closed siennathesane closed 5 years ago
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/165949516
The labels on this github issue will be updated when the story is started.
Relevant Garden information:
Kernel: 4.14.70-linuxkit GRR Version: 1.19.1 IAAS: virtualbox cfdev
Hi @mxplusb
We tried reproducing the issue on cfdev 0.0.15 (the one that you use) but we could not. Therefore could you please provide as many details as possible so that we can reproduce it on our side. For example:
When you reproduce the issue could you please ssh on the diego cell and execute the /var/vcap/packages/docntpanic
script and share the report? You can do that via executing the following commands:
eval "$(cf dev bosh env)"
cf dev bosh env | Invoke-Expression
bosh -d cf ssh diego-cell
sudo su -
/var/vcap/packages/dontpanic/bin/dontpanic
bosh -d cf scp diego-cell:/var/vcap/data/tmp/os-report-<random uid>_<date>.tgz .
on your machine. The archive would be downloaded in the current directory.Do you reproduce the issue when running on Windows only, or you can do that on e.g. Mac or Linux. What is the Windows version that you use?
How often is the issue reproduced? Does it happen every time? Does it happen on other machines?
Can you reproduce the issue via pushing other applications?
Hi @mxplusb
We had no luck in reproducing the issue on our side though we tried hard. The only difference seems to be the OS we run the experiment on - we deploy cfdev on MacOS, and it seems that you do that on Windows. Unfortunately we do not have access to real Windows machines and cannot give your scenario a shot.
I will close this issue as "not reproducible", please feel free to reopen if/when it occurs again, please also make sure that you share the information requested above.
Sounds good, thanks!
Copied from cloudfoundry/nodejs-buildpack#188 as they recommended re-submitting here. thoughts from @emalm:
What version of Cloud Foundry and CF CLI are you using? (i.e. What is the output of running
cf curl /v2/info && cf version
?What version of the buildpack you are using?
v1.6.49
If you were attempting to accomplish a task, what was it you were attempting to do?
What did you expect to happen?
The application was able to push successful.
What was the actual behavior?
Can you provide a sample app?
Code Server
This was apparently a known issue in nodejs/docker-node/379
Please confirm where necessary: