Git Product home page Git Product logo

Comments (15)

chrissanders avatar chrissanders commented on August 16, 2024 2

None yet. This has been on the back burner, but Jason is working on this and we're hoping to have it resolved in the next couple of weeks.

from flowbat.

Dasutin avatar Dasutin commented on August 16, 2024 1

I wrote up some instructions on what worked for me to get FlowBAT installed on Ubuntu 16.04 LTS. This should technically work on later versions of Ubuntu. If I have time I'll see about modifying the install script.

https://gist.github.com/Dasutin/643764bd8069ebf7063c7a9bc7f87893

from flowbat.

automayt avatar automayt commented on August 16, 2024

This is due to a number of changes from ubuntu 14.04 to 16.04 including but not limited to the nodejs implementation and the change from upstart. Will try to get a new installer for 16.04.

from flowbat.

kmneill01 avatar kmneill01 commented on August 16, 2024

Any progress on this issue? Having the same problem with install on latest version of Linux Mint

from flowbat.

automayt avatar automayt commented on August 16, 2024

This issue should be fixed soon, but nothing yet. It will require a
different install process currently, so I'm working to streamline that.

On Sep 7, 2016 5:13 PM, "kmneill01" [email protected] wrote:

Any progress on this issue? Having the same problem with install on latest
version of Linux Mint


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#20 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AEN11pdZ_i0yJ0kC8qjZokG4Zpwequksks5qnykSgaJpZM4IZjPC
.

from flowbat.

MrMxyzptlk avatar MrMxyzptlk commented on August 16, 2024

Ha, I was all excited...almost done with the install...and then...same error as above.
I'm running Mint 18.1, I guess you have to create something for systemd?

Can I manually start it?

from flowbat.

automayt avatar automayt commented on August 16, 2024

Yes, and a symlink for node->nodejs basically. Ubuntu16.04 compatibility is next on the update list. As far as manual starts go, you can either run "sudo service flowbat start" (on 14.04) or node /pathtoflowbatdirectoryhere/private/bundle/main.js. In 16.04 and above you might have to specify nodejs instead of just node.

from flowbat.

Dasutin avatar Dasutin commented on August 16, 2024

I was able to get it working by using nvm to backport the version of node to 0.10.48.

I also created a systemd service "flowbat.service" in /etc/systemd/system

[Unit]
Description = Starting FlowBAT
After = network.target
[Service]
ExecStart = node /pathtoflowbatdirectoryhere/private/bundle/main.js
[Install]
WantedBy = multi-user.target

Then enable the new service and start it:
systemctl enable flowbat.service
systemctl start flowbat.service

from flowbat.

automayt avatar automayt commented on August 16, 2024

Thanks for the heads up!

from flowbat.

cdnvballer99 avatar cdnvballer99 commented on August 16, 2024

Hi,
do you have any working installer for Ubuntu 16.04.1 LTS ?
I just tried the installation for 1st time, and failed -- proceeded to try to get node.js installed, nvm, and tried the last section posted by Dasutin --

output looks like this:
sudo service flowbat status
● flowbat.service - Starting FlowBAT
Loaded: loaded (/etc/systemd/system/flowbat.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Fri 2017-03-03 14:06:27 PST; 11min ago
Main PID: 12083 (code=exited, status=8)

Mar 03 14:06:27 ubuntu-netsrv02 node[12083]: at packages/accounts-base/accounts_common.js:141:1
Mar 03 14:06:27 ubuntu-netsrv02 node[12083]: at /usr/local/FlowBAT/private/bundle/programs/server/packages/accounts-base.js:243:4
Mar 03 14:06:27 ubuntu-netsrv02 node[12083]: at /usr/local/FlowBAT/private/bundle/programs/server/packages/accounts-base.js:1659:3
Mar 03 14:06:27 ubuntu-netsrv02 node[12083]: at /usr/local/FlowBAT/private/bundle/programs/server/boot.js:222:10
Mar 03 14:06:27 ubuntu-netsrv02 node[12083]: at Array.forEach (native)
Mar 03 14:06:27 ubuntu-netsrv02 node[12083]: at Function..each..forEach (/usr/local/FlowBAT/private/bundle/programs/server/node_modules/underscore/underscore.js:79:11)
Mar 03 14:06:27 ubuntu-netsrv02 node[12083]: at /usr/local/FlowBAT/private/bundle/programs/server/boot.js:117:5
Mar 03 14:06:27 ubuntu-netsrv02 systemd[1]: flowbat.service: Main process exited, code=exited, status=8/n/a
Mar 03 14:06:27 ubuntu-netsrv02 systemd[1]: flowbat.service: Unit entered failed state.
Mar 03 14:06:27 ubuntu-netsrv02 systemd[1]: flowbat.service: Failed with result 'exit-code'.

from flowbat.

norman25 avatar norman25 commented on August 16, 2024

hum not workin in ubuntu 16.04 lts. next try which ubuntu 14.04 lts and again not works.

root@ubuntu:/home# ./install_flowbat_ubuntu.sh
It looks like mongod is running, which could be indicative that you have a meteor app running.
Are you sure you want to continue the install of FlowBAT? [y/n] y

Checking installed packages...

Checking for nodejs...

Checking for meteor...
./install_flowbat_ubuntu.sh: line 141: npm: command not found
To manually start, stop, or check status of FlowBAT:
sudo service flowbat [start/stop/status]

Attempting startup. Check http://127.0.0.1:1800.
service flowbat status
flowbat stop/waiting

from flowbat.

Ondjultomte avatar Ondjultomte commented on August 16, 2024

Any updates here ? I want to get flowbat up and running

from flowbat.

Ondjultomte avatar Ondjultomte commented on August 16, 2024

Is there a high possibility that it will be ready in oct.? Or is it more likely the end of the year?

from flowbat.

Ondjultomte avatar Ondjultomte commented on August 16, 2024

I followed your isntructions but fibers install fails. trying to figurethat out now.

npm install fibers
/

[email protected] install /root/FlowBAT/node_modules/fibers
node build.js || nodejs build.js

module.js:328
throw err;
^

Error: Cannot find module '/root/FlowBAT/node_modules/fibers/build.js'
at Function.Module._resolveFilename (module.js:326:15)
at Function.Module._load (module.js:277:25)
at Function.Module.runMain (module.js:442:10)
at startup (node.js:136:18)
at node.js:966:3
module.js:328
throw err;
^

Error: Cannot find module '/root/FlowBAT/node_modules/fibers/build.js'
at Function.Module._resolveFilename (module.js:326:15)
at Function.Module._load (module.js:277:25)
at Function.Module.runMain (module.js:442:10)
at startup (node.js:136:18)
at node.js:966:3
npm ERR! Linux 4.4.0-96-generic
npm ERR! argv "/root/.nvm/v0.10.48/bin/node" "/root/.nvm/v0.10.48/bin/npm" "install" "fibers"
npm ERR! node v0.10.48
npm ERR! npm v2.15.1
npm ERR! code ELIFECYCLE

npm ERR! [email protected] install: node build.js || nodejs build.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node build.js || nodejs build.js'.
npm ERR! This is most likely a problem with the fibers package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node build.js || nodejs build.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs fibers
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!
npm ERR! npm owner ls fibers
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /root/FlowBAT/npm-debug.log

from flowbat.

FlickeringIRoam avatar FlickeringIRoam commented on August 16, 2024

The pull request here: 478430e
to force meteor to a specific version also fixes the fibers issue on ubuntu 16.04.

from flowbat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.