cloudfoundry-attic / cfdev

A fast and easy local Cloud Foundry experience on native hypervisors, powered by LinuxKit with VPNKit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RTNETLINK answers: Operation not permitted

Xhings opened this issue · comments

Hello,

Trying to run tc command in a local instance and getting below exception:

RTNETLINK answers: Operation not permitted

Possibly due to privilege issue hence trying sudo. Are there default credentials?

Regards,
Xhings

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/166960285

The labels on this github issue will be updated when the story is started.

What do you mean by in a local instance? What commands are you performing to access the instance?

Its a local cfdev instance. SSHing into the local running instance I am running tc cmd, when it throws this exception. Thought it might be the permission issue, so tried sudo. Question is how do I run tc? Also, is there a sudo default credentials? admin and user did not work.

@Xhings If you are performing cf ssh, that means that you are ssh'ing under the application developer persona. On any incarnation of Cloud Foundry, sudo access is unavailable to the application developer, not just CF Dev. This is expected behavior.