Install kaa single-node 0.10.0 or 0.11.0 on Ubuntu 18.10 - kaa

is Kaa single-node compatible with Ubuntu 18.10?
If i install on Ubuntu 16.04 it works, on Ubuntu 18.10 everything seems starting right but when i try connecting to http://localhost:8080/kaaAdmin it shows that "it couldn't connect to the page" (in Ubuntu 16.04 works). Is it a firewall problem?
I followed kaa installation guide (configuring zookeeper, mongodb etc)
Kaa's logs are empty (no errors, no warnings)...
I also tried compiling kaa 0.11.0 from source and this situation persists.
Greetigs,
kaa_newbie.
EDIT: It's a Zookeeper problem! Kaa works only on Zookeeper v3.4.8. If I install this version on Ubuntu 18.10, it works!

It's a Zookeeper problem! Kaa works only on Zookeeper v3.4.8. If I install this version on Ubuntu 18.10, it works!

Related

unable to install DPDK in Devstack(in Ubuntu 16.04 version)

I am trying to install Devstack with DPDK in Ubuntu 16.04. I have installed Devstack (Rocky version) in Ubuntu machine.
Reference link to install the devstack is mentioned below.
https://docs.openstack.org/devstack/latest/
Devstack was successfully installed. However, i am trying to validate DPDK in it.
When i check the status of both DPDK and openvswitch. It is showing the status of openvswitch alone.
Can anyone, please let me know how to install dpdk manually or along with Devstack?
I haven't tried devstack with ovs-dpdk, but if you are using ovs which is compiled with dpdk, then you can start from 'setup Hugepage' section in following doc manually:
http://docs.openvswitch.org/en/latest/intro/install/dpdk/
I also notice networking-ovs-dpdk plugin which can be used in devstack.
https://opendev.org/x/networking-ovs-dpdk/src/branch/master/doc/source/usage.rst

Installation failed trying to install MySQL ODBC connector on macOS High Sierra

I'm trying to install this mysql odbc connector on my macOS High Sierra machine, but I get this error:
I tried installing it using installer in the hopes of getting information about what went wrong:
➜ ~ sudo installer -pkg Desktop/mysql-connector-odbc-5.3.9-macos10.12-x86-64bit.pkg -target / -verbose
installer: Package name is MySQL Connector/Odbc 5.3.9
installer: Installing at base path /
installer: Preparing for installation….....
installer: Preparing the disk….....
installer: Preparing MySQL Connector/Odbc 5.3.9….....
installer: Waiting for other installations to complete….....
installer: Configuring the installation….....
installer:
#
installer: Validating packages….....
#
installer: The install failed (The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.)
But that doesn't help. Do you have any tips on how I can debug this and get the connector installed? Thanks.
I just noticed this:
on this page: https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-osx.html
After installing iODBC (http://www.iodbc.org/dataspace/doc/iodbc/wiki/iodbcWiki/Downloads) it was able to install the connector.
I know I'm reviving an old thread, but having just had this exact problem/issue, and not solving with the iodbc installation, I thought I'd post the solution that worked for me. Use the commmand line... open terminal and run...
pip install mysql-connector-python
or
pip install mysql-connector
For those on an Apple Silicone Mac, this might be caused by having the wrong version of iODBC installed. Make sure to install the one labeled arm64 from iODBS website

Zookeeper set up for Kaa

I'm trying to set up kaa v0.10.0 on ubuntu 14.04 LTS. To install zookeper I used the following command.
sudo apt-get install zookeeper
But it fails to start when I start the kaa-node service.
But when I install the package zookeeperd (seen in older kaa versions documentation sudo apt-get install zookeeperd), it works fine.
Can anyone please clarify which is the correct zookeeper package for kaa 0.10? - zookeeper or zookeeperd
From few of my experiences in deploying Kaa, I don't think Zookeeper will start automatically after installation, perhaps you can start it manually before starting Kaa-node.

How to install erpnext on Windows

I have installed ERPNext on Ubuntu, now I have a specific requirement where I want to install it on Windows OS.
I have download the following Pre requisites.
1. Python 2.7
2. MariaDB
What is the correct procedure to install erpnext on windows. ?
ERPNext isn't compatible with Windows.
How ever you can install it in Windows using Virtual Machine
So
VM:
Install a Virtual Machine on Microsoft Windows
By following these instruction
After that follow these steps
Installation Steps:
Install WAMPserver from here
Install Python from here
Install Setup tools from here
Configure httpd.conf
Replace shebang lines to your python directory.
Run install.py
Good Luck
ERPNext isn't compatible with windows yet, as it uses some unix utilities.
You can do it using windows subsystem for linux and carry the steps of installing on linux in commandline of linux.

Glassfish updatetool linux 64 bit issue

I am trying to run glassfish updatetool my in Ubuntu 12.04 x64. When I run the program it gives me following error.
---------------------------------------------------------------
There was an error running
/home/mrmrumman/glassfish3/updatetool/bin/../../pkg/python2.4-minimal/bin/python
You are running on a 64 bit Linux distribution and the 32 bit Linux
compatibility libraries do not appear to be installed. In order to use
the Update Center tools you must install the 32 bit compatibility libraries.
On Ubuntu (and possibly other Debian based systems) please install the
ia32-libs package. On RedHat 4 (and other RPM based systems), you may
need to add multiple 'compat' runtime library packages. Please see the
Update Center Release Notes for more information
I already install this package still it doesn't work. What can I do?
You also need to install 32 bit version of libjpeg.so.62 .
You can do so by running this command
sudo apt-get install libjpeg62:i386
Source : https://java.net/projects/updatecenter/lists/dev/archive/2012-05/message/0
For glassfish4 on ubuntu 12.04 x64 make sure you have the recommended updates for precise ticked in Settings of Update Manager, then
sudo apt-get install ia32-libs
This is not quite enough though because the pkg command looks for those libs in the wrong directories for the ubuntu installation. Help it find them with this command
sudo ln -s /lib/i386-linux-gnu /usr/lib32
Then the pkg command should work fine.

Resources