|
Re: Not able to Login CFDev using windows 10 Hyper-V
#cf
Where do I see my logs ?
By
ganeshbabu.rajan@...
·
#8297
·
|
|
Re: Not able to Login CFDev using windows 10 Hyper-V
#cf
I create firewall inbound/outbound rule to enable to ip address and port.. But it is not working.. still I am getting 502 bad gateway error.
I am not sure about the issue. Could you please help me out
I create firewall inbound/outbound rule to enable to ip address and port.. But it is not working.. still I am getting 502 bad gateway error.
I am not sure about the issue. Could you please help me out
|
By
ganeshbabu.rajan@...
·
#8296
·
|
|
Re: Not able to Login CFDev using windows 10 Hyper-V
#cf
Yes, I got the point.. but behind corporate proxy and firewall, it is difficult to install pcf dev. :(..
Yes, I got the point.. but behind corporate proxy and firewall, it is difficult to install pcf dev. :(..
|
By
ganeshbabu.rajan@...
·
#8295
·
|
|
Re: Not able to Login CFDev using windows 10 Hyper-V
#cf
Unfortunately, 10.144.0.34 is being contacted by components both inside the VM and outside. Changing it to 127.0.0.1 would break functionality as these aforementioned components would then be
Unfortunately, 10.144.0.34 is being contacted by components both inside the VM and outside. Changing it to 127.0.0.1 would break functionality as these aforementioned components would then be
|
By
Anthony Emengo <aemengo@...>
·
#8294
·
|
|
Re: [cf-bosh] BOSH Stemcell Support Policy
+1 !!
It would be great if you included a formal way to track which CVE s are covered by a given patch version for each stemcell line so it can easily (automatically) be tracked.
Mit
+1 !!
It would be great if you included a formal way to track which CVE s are covered by a given patch version for each stemcell line so it can easily (automatically) be tracked.
Mit
|
By
Damzog Jochen (CI/OSC1) <Jochen.Damzog@...>
·
#8293
·
|
|
Re: [cf-bosh] BOSH Stemcell Support Policy
That’s great. For us, Azure CPI team, the official support policy for BOSH stemcell is very important and useful.
Here are some questions. Looking forward to your guidance.
Azure CPI has some logic
That’s great. For us, Azure CPI team, the official support policy for BOSH stemcell is very important and useful.
Here are some questions. Looking forward to your guidance.
Azure CPI has some logic
|
By
Bin Xia
·
#8292
·
|
|
BOSH Stemcell Support Policy
Hi CF Community,
The BOSH team is working to formalize a policy for Linux stemcell support. Up until now, the team has not had a policy on which stemcell lines are officially supported. We'll also be
Hi CF Community,
The BOSH team is working to formalize a policy for Linux stemcell support. Up until now, the team has not had a policy on which stemcell lines are officially supported. We'll also be
|
By
Morgan Fine
·
#8291
·
|
|
Re: Not able to Login CFDev using windows 10 Hyper-V
#cf
can we remap the ip address/ port to 127.0.0.1 which is allowed ?
Thanks
Ganesh
can we remap the ip address/ port to 127.0.0.1 which is allowed ?
Thanks
Ganesh
|
By
ganeshbabu.rajan@...
·
#8290
·
|
|
Re: Not able to Login CFDev using windows 10 Hyper-V
#cf
all port from 10.144.0.34 is blocked by the firewall :(
Thanks
Ganesh
all port from 10.144.0.34 is blocked by the firewall :(
Thanks
Ganesh
|
By
ganeshbabu.rajan@...
·
#8289
·
|
|
Re: Not able to Login CFDev using windows 10 Hyper-V
#cf
On Thu, Sep 27, 2018 at 07:34 PM, Liu Liming wrote:
.dev.cfdev.sh,dev.cfdev.sh,OTHER-DOMAINSI Set NO_PROXY in Environment variable. I got below and tried everything.
Error performing request: Get
On Thu, Sep 27, 2018 at 07:34 PM, Liu Liming wrote:
.dev.cfdev.sh,dev.cfdev.sh,OTHER-DOMAINSI Set NO_PROXY in Environment variable. I got below and tried everything.
Error performing request: Get
|
By
ganeshbabu.rajan@...
·
#8288
·
|
|
Re: Not able to Login CFDev using windows 10 Hyper-V
#cf
Hi Ganesh,
the api.dev.cfdev.sh will be resolved to 10.144.0.34, and it's a local nic should be bypassed for the proxy.
here's one link to how to use pcf-dev in a http proxy
Hi Ganesh,
the api.dev.cfdev.sh will be resolved to 10.144.0.34, and it's a local nic should be bypassed for the proxy.
here's one link to how to use pcf-dev in a http proxy
|
By
Liu Liming
·
#8287
·
|
|
Re: Not able to Login CFDev using windows 10 Hyper-V
#cf
Hi Liu,
my https_proxy look like below
http://DOMAIN%5Cganeshxxxxx.xxx:PPPP%23@PROXY-DOMAIN:PORT
%5 => /
%23 => # My password has # symbol
without http encode =>
Hi Liu,
my https_proxy look like below
http://DOMAIN%5Cganeshxxxxx.xxx:PPPP%23@PROXY-DOMAIN:PORT
%5 => /
%23 => # My password has # symbol
without http encode =>
|
By
ganeshbabu.rajan@...
·
#8286
·
|
|
Re: Not able to Login CFDev using windows 10 Hyper-V
#cf
I am working behind proxy, so I set the https_proxy with credentials then I got 502 error. If we don't set the credentials in the Proxy, I am getting authentication error.
I am working behind proxy, so I set the https_proxy with credentials then I got 502 error. If we don't set the credentials in the Proxy, I am getting authentication error.
|
By
ganeshbabu.rajan@...
·
#8285
·
|
|
Re: Not able to Login CFDev using windows 10 Hyper-V
#cf
Hi Ganesh,
from the output, the cf-dev should already up.
what's the output after you run
"cf login -a https://api.dev.cfdev.sh --skip-ssl-validation"?
got 502 error?
what if open
Hi Ganesh,
from the output, the cf-dev should already up.
what's the output after you run
"cf login -a https://api.dev.cfdev.sh --skip-ssl-validation"?
got 502 error?
what if open
|
By
Liu Liming
·
#8284
·
|
|
Re: Not able to Login CFDev using windows 10 Hyper-V
#cf
1. the cfdev plugin version. - cf version 6.39.1+efdd631d2.2018-09-18
2. the memory size of your machine. - 32 GB
3. the output of the "cf dev start" command.
Setting up IP aliases for the BOSH
1. the cfdev plugin version. - cf version 6.39.1+efdd631d2.2018-09-18
2. the memory size of your machine. - 32 GB
3. the output of the "cf dev start" command.
Setting up IP aliases for the BOSH
|
By
ganeshbabu.rajan@...
·
#8283
·
|
|
Re: Not able to Login CFDev using windows 10 Hyper-V
#cf
Hi Ganesh,
could you please provide more information?
say,
1. the cfdev plugin version.
2. the memory size of your machine.
3. the output of the "cf dev start" command.
and I think it worth testing
Hi Ganesh,
could you please provide more information?
say,
1. the cfdev plugin version.
2. the memory size of your machine.
3. the output of the "cf dev start" command.
and I think it worth testing
|
By
Liu Liming
·
#8282
·
|
|
Not able to Login CFDev using windows 10 Hyper-V
#cf
Not able to login cf login -a https://api.dev.cfdev.sh --skip-ssl-validation. and Configured the https_proxy and getting 502 bad gateway error.
I am able to install Hyper-V, PCF dev in my local system
Not able to login cf login -a https://api.dev.cfdev.sh --skip-ssl-validation. and Configured the https_proxy and getting 502 bad gateway error.
I am able to install Hyper-V, PCF dev in my local system
|
By
ganeshbabu.rajan@...
·
#8281
·
|
|
Re: Ephemeral Disk Support for Windows 1709 and Windows 1803 Stemcells
Hey Bin,
Unfortunately, we wouldn't be adding ephemeral disk support for Windows 2012R2-based stemcells.
Before this feature, we used to provide a large root disk by default that can be used by the
Hey Bin,
Unfortunately, we wouldn't be adding ephemeral disk support for Windows 2012R2-based stemcells.
Before this feature, we used to provide a large root disk by default that can be used by the
|
By
Kartik Lunkad
·
#8280
·
|
|
Re: Ephemeral Disk Support for Windows 1709 and Windows 1803 Stemcells
Hi Kartik,
Great to hear that.
Is this feature supported in Windows 2012R2?
Before this new feature, how did customers store their ephemeral data? Using Root disk to store the ephemeral data?
Hi Kartik,
Great to hear that.
Is this feature supported in Windows 2012R2?
Before this new feature, how did customers store their ephemeral data? Using Root disk to store the ephemeral data?
|
By
Bin Xia
·
#8279
·
|
|
Re: Ephemeral Disk Support for Windows 1709 and Windows 1803 Stemcells
Congrats!
From: cf-dev@... <cf-dev@...>On Behalf Of Amit Kumar Gupta
Sent: Thursday, September 20, 2018 1:35 PM
To: cf-dev@...
Subject: Re: [cf-dev] Ephemeral Disk Support for Windows 1709 and
Congrats!
From: cf-dev@... <cf-dev@...>On Behalf Of Amit Kumar Gupta
Sent: Thursday, September 20, 2018 1:35 PM
To: cf-dev@...
Subject: Re: [cf-dev] Ephemeral Disk Support for Windows 1709 and
|
By
Mike Lloyd <mike@...>
·
#8278
·
|