Unable to install VTN feature in Oxygen Opendaylight - opendaylight

I'm using Opendaylight (Oxygen version), in this version i'm unable to install VTN feature. VTN is also not listed in features list. I have checked the following link official documentation there is no link for installation guide.
following is the command i have used to install VTN.
opendaylight-user#root>feature:install odl-vtn-manager
Error executing command: No matching features for odl-vtn-manager/0.0.0
Regards,
Raghu

I believe VTN is no longer active/maintained and thus was pulled from the Oxygen release(s). You can try emailing the project's dev list for support.

Related

Where does 'gmake docs' install HTML built from Qt 5.15.2 sources?

I've built and installed qtbase (and numerous other modules) from the Qt 5.15.2 sources cloned with Git, using a shadow-build directory. I issued qmake -query and checked that QT_INSTALL_DOCS points to /usr/share/qt5/doc/ Next, per the README, from the shadow-build TLD I issued gmake docs which appeared to build the documentation successfully in both HTML and QCH formats.
However, there's no sign that it installed them anywhere as it's supposed to - under /usr/share/qt5/doc/ are only QCH-format docs with old dates (presumably from a previous install using Ubuntu's package manager), certainly no HTML files or new QCH ones. The newly-built files are all there, under the shadow-build TLD, but I shouldn't rely on that to access documentation.
Is it perhaps only qmake, not gmake, that does the install step? qmake isn't documented as the tool for building and installing the documentation, and if I issue qmake docs it's rejected with an error of course - just as the README says, it's gmake docs (or make docs) which performs the build.
Can anybody please tell me what's needed to install the built documentation onto my system?

Opendaylight feature installation "No matching features for odl-dlux-core/0.0.0" error

I am trying to install feature:install odl-dlux-all but getting below error,
Error executing command: No matching features for odl-dlux-all/0.0.0
I assume this is Fluorine - dlux was eliminated from the release due to inactivity and no longer being maintained by anyone. If you're interested, the ODL community would welcome any contributions to reboot and maintain the project.

Running qtcreator 4.0.1 on a lxc-container

Using this link I created a container and after getting some packages, I want to start a qtcreator 4.0.1 on it. I use a ssh connection to connect to the container. After launching qtcreator I get an error such as this:
This application failed to start because it could not find or load the Qt platform plugin "xcb"
in "".
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, xcb.
Reinstalling the application may fix this problem.
I installed all prerequisites packages as listed here but still the problem is remained.
I must mention that I am using a privileged container in opposite of the link.
xcb listed as available plug-ins but it does not run. Is there any suggestion to get around this bug?
This answer has the main solution. In my case I find the libqxcb.so in path /path_to_qt/plugins/platforms/ and after running ldd command on it I found that it has not one of its dependency libEGL.so after install this package using sudo apt install libegl-mesa0-dev I could run qtcreator.

Apache Flex SDK Mavenizer: build the converter

I'm trying to comple the Apache Flex SDK mavenizer tool, I need this tool to convert the Apache Flex Sdks in package suitable for the Maven repository .
I downloaded the git repository from
https://git-wip-us.apache.org/repos/asf/flex-utilities.git
I followed the instruction in the README.txt that are similar to the Building the Mavenizer tutorial: I clone the repository, I entered in the mavenizer directory and I lunched mvn package.
The maven script ran without errors but I couldn't find any jar in the man target directory.
Each module were correctly built but not the main jar.
So I coulnd't execute the converter
java -jar [path-to-the-maveinzer-jar]/mavenizer.jar "[sdkhome]" "[fdktarget]"
Could someone help me? Has anyone run into the same problem?
I'm happy to share here the answer they gave me in the apache flex users forum.
Actually there was a problem!
Ups sorry for that ... I didn't update that page for quite some time.
The problem is that you checked out the old version. The new version
is in the develop branch. As soon as the mavenizer is officially
released, master will contain the updated version.
I did write down a little more detailed howto under:
https://cwiki.apache.org/confluence/display/FLEX/Quick+Start+Guide:+Building+Apache+Flex+applications+using+Maven
(I just re-checked and fixed one problem)
I Hope that it could be useful !

Eclipse and Ruby installation.. need a help

I can't install Ruby Eclipse Plugin. I just followed the guide from https://help.ubuntu.com/community/EclipseIDE
But this http://updatesite.rubypeople.org/releas URL doesn't work anymore, I think.
I use Windows 7.
Can you help me with Ruby Eclipse configuration?
You can install "Aptana eclipse plug-in" for Ruby in Eclipse. Please visit the following for details instructions:
http://www.aptana.com/downloads/start
The following link contains several Ruby Eclipse plugins.
I don't use Eclipse, but I read the best tool for Eclipse is Aptana. You might also want to give the DLTK a try (see this answer).
Most probably, http://updatesite.rubypeople.org/release URL doesn't exist anymore. You can install Ruby Eclipse Plugin manually.
Go to "Downloading and Installing Ruby plugin for Eclipse" section by visiting the following URL:
http://beans.seartipy.com/2006/08/12/develop-ruby-applications-using-eclipse-ide/
The steps mentioned there will guide you. Best of luck.

Resources