Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi!
Thought I share this here as I thought it was pretty cool. Its an ID allocator done in a template only service.
Ive got a list of ID:s and my service should just pick the next available one.
admin@ncs% show evi
evi 100;
evi 101;
evi 105;
...
Intro
Want to run both python2 and python3 packages at the same time? Maybe you don't want to upgrade all your python2 services at the same time? With some small changes to the "ncs-python-start-vm" script you can. While you are at it maybe you would...
Link to the NSO Developer Hub
Just trying to see if we can get the community search to actually find something that directly links to the hub front page.
My guess is still that its something around that feature, can you write in other folders that root owns, something that you created in the home folder for example?
namei: allow restricted O_CREAT of FIFOs and regular files
Disallows open of FIFOs or...
Could be the new Ubuntu 20.04 behaviour with fs.protected_regular kernel parameter. You can try disabling it like this
sudo sysctl fs.protected_regular=0
Just a guess and you should probably google it a bit before taking my word for it :).
First ">" isn't an operator in the nso cli so no need to try that.
Are you sure your user can write in to /tmp?
But I also think that the error message looks strange (what version of NSO are you running?), this is how it usually looks when you dont...
I would recommend that you take a look at actions, re-deploy, check-sync etc are all actions
https://developer.cisco.com/docs/nso/guides/#!applications-in-nso/actions