¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Wallaroo 0.5.0 has been released!

 

Hi all,

Today we released Wallaroo 0.5.0.

We've added support for dynamic partition keys and made some breaking changes to both the Python and Go API. We recommend updating.

Full details available in the release notes:?


- Jonathan


Re: Need your review and guide : DDoS Detection using Wallaroo

Sean Allen
 

Sorry, I don't understand your question.


On Wed, Jul 25, 2018 at 10:53 AM farzana zakaria <farzanazakaria96@...> wrote:
Hi. I'm so impress. How its gonna be startup? I dont really get it ?
On Thursday, July 26, 2018, Sean Allen <sean@...> wrote:
Hi Farzana,

The application in question uses the old Wallaroo API. You woudn't?be able to run it without updating the code to the latest API.
There are instructions on doing that here:



So you will need to learn some Wallaroo in order to do that.

---

Re: "how do I know the Wallaroo application started up"

One startup there is a bunch of output on startup, the last thing you see before sending in any data should be:

"Application has successfully initialized."

I've attached an example from an application I just started up on my laptop.





On Wed, Jul 25, 2018 at 10:18 AM farzana zakaria <farzanazakaria96@...> wrote:
Hi. Thank you for your respond. By using 64-bit platform , I'm able to install package ponyc.

According to , which directory I have to run
git clone 
cd wallaroo_blog_examples/ddos-detection

python receiver.py --host
export PYTHONPATH="$PYTHONPATH:.:$HOME/wallaroo-tutorial/wallaroo/machida" export PATH="$PATH:$HOME/wallaroo-tutorial/wallaroo/machida/build" machida --application-module ddos_detector --in --out \ --control --data --name initializer --cluster-initializer \ --worker-count 2 --metrics --ponythreads 1 --ponypinasio --ponynoblock

python sender.py --host --file data.json --batch 1000

Sorry, I' still new in this and a bit confuse how it can be run in order to ensure the wallaroo application works.

On Wed, Jul 25, 2018 at 11:52 AM, Sean T. Allen <sean@...> wrote:
Doesn't matter. If you execute all the comments you should be fine. For anything installed via apt-get there are commands you can run to determine that. I don't remember those commands but they should be in the apt-get directions.

On Tue, Jul 24, 2018, 20:44 farzana zakaria <farzanazakaria96@...> wrote:
Yes, I am trying. But the direction does not show where I have to run those command. As you said, the python development library is install somewhere else in system path. Which path exactly?

On Wed, Jul 25, 2018 at 11:34 AM, Sean T. Allen <sean@...> wrote:
Please follow the directions as written. They should result in success for you. They are designed to be done in order and result in a successful installation.

On Tue, Jul 24, 2018, 20:32 farzana zakaria <farzanazakaria96@...> wrote:
Yes, I am.

On Wed, Jul 25, 2018 at 11:30 AM, Sean T. Allen <sean@...> wrote:
Did you start over using a 64 bit OS?

On Tue, Jul 24, 2018, 19:48 farzana zakaria <farzanazakaria96@...> wrote:
I'm sorry. I mean this command for installing pony. Which directory I should use to run those 3 command ?

echo "deb  pony-language main" | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get -V install ponyc=0.21.0-4301.acd811b


On Wed, Jul 25, 2018 at 10:17 AM, Sean T. Allen <sean@...> wrote:
Which commands? What directions are using? Where have you gotten to?

On Tue, Jul 24, 2018, 18:25 farzana zakaria <farzanazakaria96@...> wrote:
Which directory actually I have to run those command ??

On Wednesday, July 25, 2018, Sean T. Allen <sean@...> wrote:
Please try again with 64 bit Linux and let us know if you encounter any problems.

On Tue, Jul 24, 2018, 15:07 farzana zakaria <farzanazakaria96@...> wrote:
Hi. But I ran it on ubuntu trusty 64-bit already.
On Wednesday, July 25, 2018, Scott Lystig Fritchie <scott@...> wrote:
On Tue, Jul 24, 2018 at 12:13 PM, farzana zakaria <farzanazakaria96@...> wrote:
[...]?
Hit??trusty/main i386 Packages

Whoops, sorry Farzana, that's the bit of info that we needed.? We at Wallaroo Labs have overlooked an important bit of documentation: Wallaroo does not support 32 bit platforms.? If you have a 64 bit version of Ubuntu Trusty available, please use it.

If you only have 32 bit hardware available, our apologies.? From what I can see in the Pony compiler's main README, there is no clear text that says that the 32-bit Pony compiler cannot yet pass its full test suite.? I will open bug reports on both repos to request clearer documentation for 32-bit and 64-bit platforms.

-Scott

P.S.






Re: Need your review and guide : DDoS Detection using Wallaroo

 

Hi. I'm so impress. How its gonna be startup? I dont really get it ?

On Thursday, July 26, 2018, Sean Allen <sean@...> wrote:
Hi Farzana,

The application in question uses the old Wallaroo API. You woudn't?be able to run it without updating the code to the latest API.
There are instructions on doing that here:



So you will need to learn some Wallaroo in order to do that.

---

Re: "how do I know the Wallaroo application started up"

One startup there is a bunch of output on startup, the last thing you see before sending in any data should be:

"Application has successfully initialized."

I've attached an example from an application I just started up on my laptop.





On Wed, Jul 25, 2018 at 10:18 AM farzana zakaria <farzanazakaria96@...> wrote:
Hi. Thank you for your respond. By using 64-bit platform , I'm able to install package ponyc.

According to , which directory I have to run
git clone 
cd wallaroo_blog_examples/ddos-detection

python receiver.py --host
export PYTHONPATH="$PYTHONPATH:.:$HOME/wallaroo-tutorial/wallaroo/machida" export PATH="$PATH:$HOME/wallaroo-tutorial/wallaroo/machida/build" machida --application-module ddos_detector --in --out \ --control --data --name initializer --cluster-initializer \ --worker-count 2 --metrics --ponythreads 1 --ponypinasio --ponynoblock

python sender.py --host --file data.json --batch 1000

Sorry, I' still new in this and a bit confuse how it can be run in order to ensure the wallaroo application works.

On Wed, Jul 25, 2018 at 11:52 AM, Sean T. Allen <sean@...> wrote:
Doesn't matter. If you execute all the comments you should be fine. For anything installed via apt-get there are commands you can run to determine that. I don't remember those commands but they should be in the apt-get directions.

On Tue, Jul 24, 2018, 20:44 farzana zakaria <farzanazakaria96@...> wrote:
Yes, I am trying. But the direction does not show where I have to run those command. As you said, the python development library is install somewhere else in system path. Which path exactly?

On Wed, Jul 25, 2018 at 11:34 AM, Sean T. Allen <sean@...> wrote:
Please follow the directions as written. They should result in success for you. They are designed to be done in order and result in a successful installation.

On Tue, Jul 24, 2018, 20:32 farzana zakaria <farzanazakaria96@...> wrote:
Yes, I am.

On Wed, Jul 25, 2018 at 11:30 AM, Sean T. Allen <sean@...> wrote:
Did you start over using a 64 bit OS?

On Tue, Jul 24, 2018, 19:48 farzana zakaria <farzanazakaria96@...> wrote:
I'm sorry. I mean this command for installing pony. Which directory I should use to run those 3 command ?

echo "deb  pony-language main" | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get -V install ponyc=0.21.0-4301.acd811b


On Wed, Jul 25, 2018 at 10:17 AM, Sean T. Allen <sean@...> wrote:
Which commands? What directions are using? Where have you gotten to?

On Tue, Jul 24, 2018, 18:25 farzana zakaria <farzanazakaria96@...> wrote:
Which directory actually I have to run those command ??

On Wednesday, July 25, 2018, Sean T. Allen <sean@...> wrote:
Please try again with 64 bit Linux and let us know if you encounter any problems.

On Tue, Jul 24, 2018, 15:07 farzana zakaria <farzanazakaria96@...> wrote:
Hi. But I ran it on ubuntu trusty 64-bit already.
On Wednesday, July 25, 2018, Scott Lystig Fritchie <scott@...> wrote:
On Tue, Jul 24, 2018 at 12:13 PM, farzana zakaria <farzanazakaria96@...> wrote:
[...]?
Hit??trusty/main i386 Packages

Whoops, sorry Farzana, that's the bit of info that we needed.? We at Wallaroo Labs have overlooked an important bit of documentation: Wallaroo does not support 32 bit platforms.? If you have a 64 bit version of Ubuntu Trusty available, please use it.

If you only have 32 bit hardware available, our apologies.? From what I can see in the Pony compiler's main README, there is no clear text that says that the 32-bit Pony compiler cannot yet pass its full test suite.? I will open bug reports on both repos to request clearer documentation for 32-bit and 64-bit platforms.

-Scott

P.S.






Re: Need your review and guide : DDoS Detection using Wallaroo

Sean Allen
 

Hi Farzana,

The application in question uses the old Wallaroo API. You woudn't?be able to run it without updating the code to the latest API.
There are instructions on doing that here:



So you will need to learn some Wallaroo in order to do that.

---

Re: "how do I know the Wallaroo application started up"

One startup there is a bunch of output on startup, the last thing you see before sending in any data should be:

"Application has successfully initialized."

I've attached an example from an application I just started up on my laptop.





On Wed, Jul 25, 2018 at 10:18 AM farzana zakaria <farzanazakaria96@...> wrote:
Hi. Thank you for your respond. By using 64-bit platform , I'm able to install package ponyc.

According to , which directory I have to run
git clone 
cd wallaroo_blog_examples/ddos-detection

python receiver.py --host
export PYTHONPATH="$PYTHONPATH:.:$HOME/wallaroo-tutorial/wallaroo/machida" export PATH="$PATH:$HOME/wallaroo-tutorial/wallaroo/machida/build" machida --application-module ddos_detector --in --out \ --control --data --name initializer --cluster-initializer \ --worker-count 2 --metrics --ponythreads 1 --ponypinasio --ponynoblock

python sender.py --host --file data.json --batch 1000

Sorry, I' still new in this and a bit confuse how it can be run in order to ensure the wallaroo application works.

On Wed, Jul 25, 2018 at 11:52 AM, Sean T. Allen <sean@...> wrote:
Doesn't matter. If you execute all the comments you should be fine. For anything installed via apt-get there are commands you can run to determine that. I don't remember those commands but they should be in the apt-get directions.

On Tue, Jul 24, 2018, 20:44 farzana zakaria <farzanazakaria96@...> wrote:
Yes, I am trying. But the direction does not show where I have to run those command. As you said, the python development library is install somewhere else in system path. Which path exactly?

On Wed, Jul 25, 2018 at 11:34 AM, Sean T. Allen <sean@...> wrote:
Please follow the directions as written. They should result in success for you. They are designed to be done in order and result in a successful installation.

On Tue, Jul 24, 2018, 20:32 farzana zakaria <farzanazakaria96@...> wrote:
Yes, I am.

On Wed, Jul 25, 2018 at 11:30 AM, Sean T. Allen <sean@...> wrote:
Did you start over using a 64 bit OS?

On Tue, Jul 24, 2018, 19:48 farzana zakaria <farzanazakaria96@...> wrote:
I'm sorry. I mean this command for installing pony. Which directory I should use to run those 3 command ?

echo "deb  pony-language main" | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get -V install ponyc=0.21.0-4301.acd811b


On Wed, Jul 25, 2018 at 10:17 AM, Sean T. Allen <sean@...> wrote:
Which commands? What directions are using? Where have you gotten to?

On Tue, Jul 24, 2018, 18:25 farzana zakaria <farzanazakaria96@...> wrote:
Which directory actually I have to run those command ??

On Wednesday, July 25, 2018, Sean T. Allen <sean@...> wrote:
Please try again with 64 bit Linux and let us know if you encounter any problems.

On Tue, Jul 24, 2018, 15:07 farzana zakaria <farzanazakaria96@...> wrote:
Hi. But I ran it on ubuntu trusty 64-bit already.
On Wednesday, July 25, 2018, Scott Lystig Fritchie <scott@...> wrote:
On Tue, Jul 24, 2018 at 12:13 PM, farzana zakaria <farzanazakaria96@...> wrote:
[...]?
Hit??trusty/main i386 Packages

Whoops, sorry Farzana, that's the bit of info that we needed.? We at Wallaroo Labs have overlooked an important bit of documentation: Wallaroo does not support 32 bit platforms.? If you have a 64 bit version of Ubuntu Trusty available, please use it.

If you only have 32 bit hardware available, our apologies.? From what I can see in the Pony compiler's main README, there is no clear text that says that the 32-bit Pony compiler cannot yet pass its full test suite.? I will open bug reports on both repos to request clearer documentation for 32-bit and 64-bit platforms.

-Scott

P.S.






Re: Need your review and guide : DDoS Detection using Wallaroo

 

Hi. Thank you for your respond. By using 64-bit platform , I'm able to install package ponyc.

According to , which directory I have to run
git clone 
cd wallaroo_blog_examples/ddos-detection

python receiver.py --host
export PYTHONPATH="$PYTHONPATH:.:$HOME/wallaroo-tutorial/wallaroo/machida" export PATH="$PATH:$HOME/wallaroo-tutorial/wallaroo/machida/build" machida --application-module ddos_detector --in --out \ --control --data --name initializer --cluster-initializer \ --worker-count 2 --metrics --ponythreads 1 --ponypinasio --ponynoblock

python sender.py --host --file data.json --batch 1000

Sorry, I' still new in this and a bit confuse how it can be run in order to ensure the wallaroo application works.

On Wed, Jul 25, 2018 at 11:52 AM, Sean T. Allen <sean@...> wrote:
Doesn't matter. If you execute all the comments you should be fine. For anything installed via apt-get there are commands you can run to determine that. I don't remember those commands but they should be in the apt-get directions.

On Tue, Jul 24, 2018, 20:44 farzana zakaria <farzanazakaria96@...> wrote:
Yes, I am trying. But the direction does not show where I have to run those command. As you said, the python development library is install somewhere else in system path. Which path exactly?

On Wed, Jul 25, 2018 at 11:34 AM, Sean T. Allen <sean@...> wrote:
Please follow the directions as written. They should result in success for you. They are designed to be done in order and result in a successful installation.

On Tue, Jul 24, 2018, 20:32 farzana zakaria <farzanazakaria96@...> wrote:
Yes, I am.

On Wed, Jul 25, 2018 at 11:30 AM, Sean T. Allen <sean@...> wrote:
Did you start over using a 64 bit OS?

On Tue, Jul 24, 2018, 19:48 farzana zakaria <farzanazakaria96@...> wrote:
I'm sorry. I mean this command for installing pony. Which directory I should use to run those 3 command ?

echo "deb  pony-language main" | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get -V install ponyc=0.21.0-4301.acd811b


On Wed, Jul 25, 2018 at 10:17 AM, Sean T. Allen <sean@...> wrote:
Which commands? What directions are using? Where have you gotten to?

On Tue, Jul 24, 2018, 18:25 farzana zakaria <farzanazakaria96@...> wrote:
Which directory actually I have to run those command ??

On Wednesday, July 25, 2018, Sean T. Allen <sean@...> wrote:
Please try again with 64 bit Linux and let us know if you encounter any problems.

On Tue, Jul 24, 2018, 15:07 farzana zakaria <farzanazakaria96@...> wrote:
Hi. But I ran it on ubuntu trusty 64-bit already.
On Wednesday, July 25, 2018, Scott Lystig Fritchie <scott@...> wrote:
On Tue, Jul 24, 2018 at 12:13 PM, farzana zakaria <farzanazakaria96@...> wrote:
[...]?
Hit??trusty/main i386 Packages

Whoops, sorry Farzana, that's the bit of info that we needed.? We at Wallaroo Labs have overlooked an important bit of documentation: Wallaroo does not support 32 bit platforms.? If you have a 64 bit version of Ubuntu Trusty available, please use it.

If you only have 32 bit hardware available, our apologies.? From what I can see in the Pony compiler's main README, there is no clear text that says that the 32-bit Pony compiler cannot yet pass its full test suite.? I will open bug reports on both repos to request clearer documentation for 32-bit and 64-bit platforms.

-Scott

P.S.






Re: Need your review and guide : DDoS Detection using Wallaroo

Sean T. Allen
 

Doesn't matter. If you execute all the comments you should be fine. For anything installed via apt-get there are commands you can run to determine that. I don't remember those commands but they should be in the apt-get directions.


On Tue, Jul 24, 2018, 20:44 farzana zakaria <farzanazakaria96@...> wrote:
Yes, I am trying. But the direction does not show where I have to run those command. As you said, the python development library is install somewhere else in system path. Which path exactly?

On Wed, Jul 25, 2018 at 11:34 AM, Sean T. Allen <sean@...> wrote:
Please follow the directions as written. They should result in success for you. They are designed to be done in order and result in a successful installation.

On Tue, Jul 24, 2018, 20:32 farzana zakaria <farzanazakaria96@...> wrote:
Yes, I am.

On Wed, Jul 25, 2018 at 11:30 AM, Sean T. Allen <sean@...> wrote:
Did you start over using a 64 bit OS?

On Tue, Jul 24, 2018, 19:48 farzana zakaria <farzanazakaria96@...> wrote:
I'm sorry. I mean this command for installing pony. Which directory I should use to run those 3 command ?

echo "deb  pony-language main" | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get -V install ponyc=0.21.0-4301.acd811b


On Wed, Jul 25, 2018 at 10:17 AM, Sean T. Allen <sean@...> wrote:
Which commands? What directions are using? Where have you gotten to?

On Tue, Jul 24, 2018, 18:25 farzana zakaria <farzanazakaria96@...> wrote:
Which directory actually I have to run those command ??

On Wednesday, July 25, 2018, Sean T. Allen <sean@...> wrote:
Please try again with 64 bit Linux and let us know if you encounter any problems.

On Tue, Jul 24, 2018, 15:07 farzana zakaria <farzanazakaria96@...> wrote:
Hi. But I ran it on ubuntu trusty 64-bit already.
On Wednesday, July 25, 2018, Scott Lystig Fritchie <scott@...> wrote:
On Tue, Jul 24, 2018 at 12:13 PM, farzana zakaria <farzanazakaria96@...> wrote:
[...]?
Hit??trusty/main i386 Packages

Whoops, sorry Farzana, that's the bit of info that we needed.? We at Wallaroo Labs have overlooked an important bit of documentation: Wallaroo does not support 32 bit platforms.? If you have a 64 bit version of Ubuntu Trusty available, please use it.

If you only have 32 bit hardware available, our apologies.? From what I can see in the Pony compiler's main README, there is no clear text that says that the 32-bit Pony compiler cannot yet pass its full test suite.? I will open bug reports on both repos to request clearer documentation for 32-bit and 64-bit platforms.

-Scott

P.S.





Re: Need your review and guide : DDoS Detection using Wallaroo

 

Yes, I am trying. But the direction does not show where I have to run those command. As you said, the python development library is install somewhere else in system path. Which path exactly?

On Wed, Jul 25, 2018 at 11:34 AM, Sean T. Allen <sean@...> wrote:
Please follow the directions as written. They should result in success for you. They are designed to be done in order and result in a successful installation.

On Tue, Jul 24, 2018, 20:32 farzana zakaria <farzanazakaria96@...> wrote:
Yes, I am.

On Wed, Jul 25, 2018 at 11:30 AM, Sean T. Allen <sean@...> wrote:
Did you start over using a 64 bit OS?

On Tue, Jul 24, 2018, 19:48 farzana zakaria <farzanazakaria96@...> wrote:
I'm sorry. I mean this command for installing pony. Which directory I should use to run those 3 command ?

echo "deb  pony-language main" | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get -V install ponyc=0.21.0-4301.acd811b


On Wed, Jul 25, 2018 at 10:17 AM, Sean T. Allen <sean@...> wrote:
Which commands? What directions are using? Where have you gotten to?

On Tue, Jul 24, 2018, 18:25 farzana zakaria <farzanazakaria96@...> wrote:
Which directory actually I have to run those command ??

On Wednesday, July 25, 2018, Sean T. Allen <sean@...> wrote:
Please try again with 64 bit Linux and let us know if you encounter any problems.

On Tue, Jul 24, 2018, 15:07 farzana zakaria <farzanazakaria96@...> wrote:
Hi. But I ran it on ubuntu trusty 64-bit already.
On Wednesday, July 25, 2018, Scott Lystig Fritchie <scott@...> wrote:
On Tue, Jul 24, 2018 at 12:13 PM, farzana zakaria <farzanazakaria96@...> wrote:
[...]?
Hit??trusty/main i386 Packages

Whoops, sorry Farzana, that's the bit of info that we needed.? We at Wallaroo Labs have overlooked an important bit of documentation: Wallaroo does not support 32 bit platforms.? If you have a 64 bit version of Ubuntu Trusty available, please use it.

If you only have 32 bit hardware available, our apologies.? From what I can see in the Pony compiler's main README, there is no clear text that says that the 32-bit Pony compiler cannot yet pass its full test suite.? I will open bug reports on both repos to request clearer documentation for 32-bit and 64-bit platforms.

-Scott

P.S.





Re: Need your review and guide : DDoS Detection using Wallaroo

Sean T. Allen
 

Please follow the directions as written. They should result in success for you. They are designed to be done in order and result in a successful installation.


On Tue, Jul 24, 2018, 20:32 farzana zakaria <farzanazakaria96@...> wrote:
Yes, I am.

On Wed, Jul 25, 2018 at 11:30 AM, Sean T. Allen <sean@...> wrote:
Did you start over using a 64 bit OS?

On Tue, Jul 24, 2018, 19:48 farzana zakaria <farzanazakaria96@...> wrote:
I'm sorry. I mean this command for installing pony. Which directory I should use to run those 3 command ?

echo "deb  pony-language main" | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get -V install ponyc=0.21.0-4301.acd811b


On Wed, Jul 25, 2018 at 10:17 AM, Sean T. Allen <sean@...> wrote:
Which commands? What directions are using? Where have you gotten to?

On Tue, Jul 24, 2018, 18:25 farzana zakaria <farzanazakaria96@...> wrote:
Which directory actually I have to run those command ??

On Wednesday, July 25, 2018, Sean T. Allen <sean@...> wrote:
Please try again with 64 bit Linux and let us know if you encounter any problems.

On Tue, Jul 24, 2018, 15:07 farzana zakaria <farzanazakaria96@...> wrote:
Hi. But I ran it on ubuntu trusty 64-bit already.
On Wednesday, July 25, 2018, Scott Lystig Fritchie <scott@...> wrote:
On Tue, Jul 24, 2018 at 12:13 PM, farzana zakaria <farzanazakaria96@...> wrote:
[...]?
Hit??trusty/main i386 Packages

Whoops, sorry Farzana, that's the bit of info that we needed.? We at Wallaroo Labs have overlooked an important bit of documentation: Wallaroo does not support 32 bit platforms.? If you have a 64 bit version of Ubuntu Trusty available, please use it.

If you only have 32 bit hardware available, our apologies.? From what I can see in the Pony compiler's main README, there is no clear text that says that the 32-bit Pony compiler cannot yet pass its full test suite.? I will open bug reports on both repos to request clearer documentation for 32-bit and 64-bit platforms.

-Scott

P.S.




Re: Need your review and guide : DDoS Detection using Wallaroo

 

Yes, I am.

On Wed, Jul 25, 2018 at 11:30 AM, Sean T. Allen <sean@...> wrote:
Did you start over using a 64 bit OS?

On Tue, Jul 24, 2018, 19:48 farzana zakaria <farzanazakaria96@...> wrote:
I'm sorry. I mean this command for installing pony. Which directory I should use to run those 3 command ?

echo "deb  pony-language main" | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get -V install ponyc=0.21.0-4301.acd811b


On Wed, Jul 25, 2018 at 10:17 AM, Sean T. Allen <sean@...> wrote:
Which commands? What directions are using? Where have you gotten to?

On Tue, Jul 24, 2018, 18:25 farzana zakaria <farzanazakaria96@...> wrote:
Which directory actually I have to run those command ??

On Wednesday, July 25, 2018, Sean T. Allen <sean@...> wrote:
Please try again with 64 bit Linux and let us know if you encounter any problems.

On Tue, Jul 24, 2018, 15:07 farzana zakaria <farzanazakaria96@...> wrote:
Hi. But I ran it on ubuntu trusty 64-bit already.
On Wednesday, July 25, 2018, Scott Lystig Fritchie <scott@...> wrote:
On Tue, Jul 24, 2018 at 12:13 PM, farzana zakaria <farzanazakaria96@...> wrote:
[...]?
Hit??trusty/main i386 Packages

Whoops, sorry Farzana, that's the bit of info that we needed.? We at Wallaroo Labs have overlooked an important bit of documentation: Wallaroo does not support 32 bit platforms.? If you have a 64 bit version of Ubuntu Trusty available, please use it.

If you only have 32 bit hardware available, our apologies.? From what I can see in the Pony compiler's main README, there is no clear text that says that the 32-bit Pony compiler cannot yet pass its full test suite.? I will open bug reports on both repos to request clearer documentation for 32-bit and 64-bit platforms.

-Scott

P.S.




Re: Need your review and guide : DDoS Detection using Wallaroo

Sean T. Allen
 

Did you start over using a 64 bit OS?


On Tue, Jul 24, 2018, 19:48 farzana zakaria <farzanazakaria96@...> wrote:
I'm sorry. I mean this command for installing pony. Which directory I should use to run those 3 command ?

echo "deb  pony-language main" | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get -V install ponyc=0.21.0-4301.acd811b


On Wed, Jul 25, 2018 at 10:17 AM, Sean T. Allen <sean@...> wrote:
Which commands? What directions are using? Where have you gotten to?

On Tue, Jul 24, 2018, 18:25 farzana zakaria <farzanazakaria96@...> wrote:
Which directory actually I have to run those command ??

On Wednesday, July 25, 2018, Sean T. Allen <sean@...> wrote:
Please try again with 64 bit Linux and let us know if you encounter any problems.

On Tue, Jul 24, 2018, 15:07 farzana zakaria <farzanazakaria96@...> wrote:
Hi. But I ran it on ubuntu trusty 64-bit already.
On Wednesday, July 25, 2018, Scott Lystig Fritchie <scott@...> wrote:
On Tue, Jul 24, 2018 at 12:13 PM, farzana zakaria <farzanazakaria96@...> wrote:
[...]?
Hit??trusty/main i386 Packages

Whoops, sorry Farzana, that's the bit of info that we needed.? We at Wallaroo Labs have overlooked an important bit of documentation: Wallaroo does not support 32 bit platforms.? If you have a 64 bit version of Ubuntu Trusty available, please use it.

If you only have 32 bit hardware available, our apologies.? From what I can see in the Pony compiler's main README, there is no clear text that says that the 32-bit Pony compiler cannot yet pass its full test suite.? I will open bug reports on both repos to request clearer documentation for 32-bit and 64-bit platforms.

-Scott

P.S.



Re: Need your review and guide : DDoS Detection using Wallaroo

 

I'm sorry. I mean this command for installing pony. Which directory I should use to run those 3 command ?

echo "deb  pony-language main" | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get -V install ponyc=0.21.0-4301.acd811b


On Wed, Jul 25, 2018 at 10:17 AM, Sean T. Allen <sean@...> wrote:
Which commands? What directions are using? Where have you gotten to?

On Tue, Jul 24, 2018, 18:25 farzana zakaria <farzanazakaria96@...> wrote:
Which directory actually I have to run those command ??

On Wednesday, July 25, 2018, Sean T. Allen <sean@...> wrote:
Please try again with 64 bit Linux and let us know if you encounter any problems.

On Tue, Jul 24, 2018, 15:07 farzana zakaria <farzanazakaria96@...> wrote:
Hi. But I ran it on ubuntu trusty 64-bit already.
On Wednesday, July 25, 2018, Scott Lystig Fritchie <scott@...> wrote:
On Tue, Jul 24, 2018 at 12:13 PM, farzana zakaria <farzanazakaria96@...> wrote:
[...]?
Hit??trusty/main i386 Packages

Whoops, sorry Farzana, that's the bit of info that we needed.? We at Wallaroo Labs have overlooked an important bit of documentation: Wallaroo does not support 32 bit platforms.? If you have a 64 bit version of Ubuntu Trusty available, please use it.

If you only have 32 bit hardware available, our apologies.? From what I can see in the Pony compiler's main README, there is no clear text that says that the 32-bit Pony compiler cannot yet pass its full test suite.? I will open bug reports on both repos to request clearer documentation for 32-bit and 64-bit platforms.

-Scott

P.S.



Re: Need your review and guide : DDoS Detection using Wallaroo

Sean T. Allen
 

Which commands? What directions are using? Where have you gotten to?


On Tue, Jul 24, 2018, 18:25 farzana zakaria <farzanazakaria96@...> wrote:
Which directory actually I have to run those command ??

On Wednesday, July 25, 2018, Sean T. Allen <sean@...> wrote:
Please try again with 64 bit Linux and let us know if you encounter any problems.

On Tue, Jul 24, 2018, 15:07 farzana zakaria <farzanazakaria96@...> wrote:
Hi. But I ran it on ubuntu trusty 64-bit already.
On Wednesday, July 25, 2018, Scott Lystig Fritchie <scott@...> wrote:
On Tue, Jul 24, 2018 at 12:13 PM, farzana zakaria <farzanazakaria96@...> wrote:
[...]?
Hit??trusty/main i386 Packages

Whoops, sorry Farzana, that's the bit of info that we needed.? We at Wallaroo Labs have overlooked an important bit of documentation: Wallaroo does not support 32 bit platforms.? If you have a 64 bit version of Ubuntu Trusty available, please use it.

If you only have 32 bit hardware available, our apologies.? From what I can see in the Pony compiler's main README, there is no clear text that says that the 32-bit Pony compiler cannot yet pass its full test suite.? I will open bug reports on both repos to request clearer documentation for 32-bit and 64-bit platforms.

-Scott

P.S.


Re: Need your review and guide : DDoS Detection using Wallaroo

 

Which directory actually I have to run those command ??


On Wednesday, July 25, 2018, Sean T. Allen <sean@...> wrote:
Please try again with 64 bit Linux and let us know if you encounter any problems.

On Tue, Jul 24, 2018, 15:07 farzana zakaria <farzanazakaria96@...> wrote:
Hi. But I ran it on ubuntu trusty 64-bit already.
On Wednesday, July 25, 2018, Scott Lystig Fritchie <scott@...> wrote:
On Tue, Jul 24, 2018 at 12:13 PM, farzana zakaria <farzanazakaria96@...> wrote:
[...]?
Hit??trusty/main i386 Packages

Whoops, sorry Farzana, that's the bit of info that we needed.? We at Wallaroo Labs have overlooked an important bit of documentation: Wallaroo does not support 32 bit platforms.? If you have a 64 bit version of Ubuntu Trusty available, please use it.

If you only have 32 bit hardware available, our apologies.? From what I can see in the Pony compiler's main README, there is no clear text that says that the 32-bit Pony compiler cannot yet pass its full test suite.? I will open bug reports on both repos to request clearer documentation for 32-bit and 64-bit platforms.

-Scott

P.S.


Re: Need your review and guide : DDoS Detection using Wallaroo

Sean T. Allen
 

Please try again with 64 bit Linux and let us know if you encounter any problems.


On Tue, Jul 24, 2018, 15:07 farzana zakaria <farzanazakaria96@...> wrote:
Hi. But I ran it on ubuntu trusty 64-bit already.
On Wednesday, July 25, 2018, Scott Lystig Fritchie <scott@...> wrote:
On Tue, Jul 24, 2018 at 12:13 PM, farzana zakaria <farzanazakaria96@...> wrote:
[...]?
Hit??trusty/main i386 Packages

Whoops, sorry Farzana, that's the bit of info that we needed.? We at Wallaroo Labs have overlooked an important bit of documentation: Wallaroo does not support 32 bit platforms.? If you have a 64 bit version of Ubuntu Trusty available, please use it.

If you only have 32 bit hardware available, our apologies.? From what I can see in the Pony compiler's main README, there is no clear text that says that the 32-bit Pony compiler cannot yet pass its full test suite.? I will open bug reports on both repos to request clearer documentation for 32-bit and 64-bit platforms.

-Scott

P.S.


Re: Need your review and guide : DDoS Detection using Wallaroo

 

Hi. But I ran it on ubuntu trusty 64-bit already.

On Wednesday, July 25, 2018, Scott Lystig Fritchie <scott@...> wrote:
On Tue, Jul 24, 2018 at 12:13 PM, farzana zakaria <farzanazakaria96@...> wrote:
[...]?
Hit??trusty/main i386 Packages

Whoops, sorry Farzana, that's the bit of info that we needed.? We at Wallaroo Labs have overlooked an important bit of documentation: Wallaroo does not support 32 bit platforms.? If you have a 64 bit version of Ubuntu Trusty available, please use it.

If you only have 32 bit hardware available, our apologies.? From what I can see in the Pony compiler's main README, there is no clear text that says that the 32-bit Pony compiler cannot yet pass its full test suite.? I will open bug reports on both repos to request clearer documentation for 32-bit and 64-bit platforms.

-Scott

P.S.


Re: Need your review and guide : DDoS Detection using Wallaroo

 

On Tue, Jul 24, 2018 at 12:13 PM, farzana zakaria <farzanazakaria96@...> wrote:
[...]?
Hit??trusty/main i386 Packages

Whoops, sorry Farzana, that's the bit of info that we needed.? We at Wallaroo Labs have overlooked an important bit of documentation: Wallaroo does not support 32 bit platforms.? If you have a 64 bit version of Ubuntu Trusty available, please use it.

If you only have 32 bit hardware available, our apologies.? From what I can see in the Pony compiler's main README, there is no clear text that says that the 32-bit Pony compiler cannot yet pass its full test suite.? I will open bug reports on both repos to request clearer documentation for 32-bit and 64-bit platforms.

-Scott

P.S.


Re: Need your review and guide : DDoS Detection using Wallaroo

 

$ echo "deb pony-language main" | sudo tee -a /etc/apt/sources.list
deb pony-language main

$ sudo apt-get update
Ign trusty InRelease?????????????????????????????
Hit trusty-security InRelease??????????????????????
Ign trusty InRelease?????????????????????????????????
Hit trusty InRelease?????????????????????????????????
Hit trusty-updates InRelease?????????????????????
Hit trusty Release.gpg???????????????????????????????
Hit trusty-security/main Sources???????????????????
Hit trusty-backports InRelease???????????????????
Hit trusty Release???????????????????????????????????
Hit trusty-security/restricted Sources?????????????
Hit trusty/main i386 Packages????????????????????????
Hit trusty Release.gpg???????????????????????????
Hit trusty/main Sources??????????????????????????????
Hit trusty-security/universe Sources???????????????
Hit trusty-updates/main Sources??????????????????
Hit trusty/main i386 Packages????????????????????????
Hit trusty-security/multiverse Sources?????????????
Hit trusty/main Translation-en???????????????????????
Hit trusty-updates/restricted Sources????????????
Hit trusty-security/main i386 Packages?????????????
Get:1 pony-language InRelease??????????????????????????
Ign pony-language InRelease????????????????????????????
Hit trusty-updates/universe Sources??????????????
Hit trusty-security/restricted i386 Packages???????
Hit trusty-updates/multiverse Sources????????????
Get:2 pony-language Release.gpg????????????????????????
Hit trusty-security/universe i386 Packages?????????
Hit trusty-updates/main i386 Packages????????????
Hit trusty-security/multiverse i386 Packages???????
Hit trusty-updates/restricted i386 Packages??????
Get:3 pony-language Release????????????????????????????
Hit trusty-security/main Translation-en????????????
Hit trusty-updates/universe i386 Packages????????
Hit trusty-security/multiverse Translation-en??????
Hit trusty-updates/multiverse i386 Packages??????
Get:4 pony-language/main i386 Packages?????????????????
Hit trusty-security/restricted Translation-en??????
Hit trusty-updates/main Translation-en???????????
Hit trusty-security/universe Translation-en????????
Get:5 pony-language/main Translation-en_US?????????????
Hit trusty-updates/multiverse Translation-en?????
Ign trusty/main Translation-en_US????????????????????
Hit trusty-updates/restricted Translation-en
Get:6 pony-language/main Translation-en???????????
Ign trusty/main Translation-en???????????????????????
Hit trusty-updates/universe Translation-en???????
Get:7 pony-language/main Translation-en_US
Hit trusty-backports/main Sources???????????????
Hit trusty-backports/restricted Sources?????????
Get:8 pony-language/main Translation-en
Hit trusty-backports/universe Sources????????????
Get:9 pony-language/main Translation-en_US?????????????
Hit trusty-backports/multiverse Sources??????????
Get:10 pony-language/main Translation-en???????????????
Hit trusty-backports/main i386 Packages??????????
Hit trusty-backports/restricted i386 Packages????
Get:11 pony-language/main Translation-en_US????????????
Hit trusty-backports/universe i386 Packages??????
Get:12 pony-language/main Translation-en???????????????
Hit trusty-backports/multiverse i386 Packages????
Hit trusty-backports/main Translation-en?????????
Get:13 pony-language/main Translation-en_US????????????
Ign pony-language/main Translation-en_US???????????????
Hit trusty-backports/multiverse Translation-en???
Hit trusty-backports/restricted Translation-en???
Get:14 pony-language/main Translation-en???????????????
Ign pony-language/main Translation-en??????????????????
Hit trusty-backports/universe Translation-en?????
Hit trusty Release???????????????????????????????
Hit trusty/main Sources??????????????????????????
Hit trusty/restricted Sources????????????????????
Hit trusty/universe Sources??????????????????????
Hit trusty/multiverse Sources????????????????????
Hit trusty/main i386 Packages????????????????????
Hit trusty/restricted i386 Packages??????????????
Hit trusty/universe i386 Packages????????????????
Hit trusty/multiverse i386 Packages??????????????
Hit trusty/main Translation-en???????????????????
Hit trusty/multiverse Translation-en?????????????
Hit trusty/restricted Translation-en?????????????
Hit trusty/universe Translation-en???????????????
Ign trusty/main Translation-en_US????????????????
Ign trusty/multiverse Translation-en_US??????????
Ign trusty/restricted Translation-en_US??????????
Ign trusty/universe Translation-en_US????????????
Fetched 2,689 B in 19s (136 B/s)??????????????????????????????????????????????
Reading package lists... Done

$ sudo apt-get -V install ponyc=0.21.0-4301.acd811b
Reading package lists... Done
Building dependency tree??????
Reading state information... Done
E: Unable to locate package ponyc

$ sudo cat /etc/apt/sources.list
# deb cdrom:[Ubuntu 14.04.5 LTS _Trusty Tahr_ - Release i386 (20160803)]/ trusty main restricted

# See for how to upgrade to
# newer versions of the distribution.
deb trusty main restricted
deb-src trusty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb trusty-updates main restricted
deb-src trusty-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb trusty universe
deb-src trusty universe
deb trusty-updates universe
deb-src trusty-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb trusty multiverse
deb-src trusty multiverse
deb trusty-updates multiverse
deb-src trusty-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb trusty-backports main restricted universe multiverse
deb-src trusty-backports main restricted universe multiverse

deb trusty-security main restricted
deb-src trusty-security main restricted
deb trusty-security universe
deb-src trusty-security universe
deb trusty-security multiverse
deb-src trusty-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb trusty partner
# deb-src trusty partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb trusty main
deb-src trusty main
deb pony-language main


On Tue, Jul 24, 2018 at 11:50 PM, Sean Allen <sean@...> wrote:
Please run each of those 3 commands in order and copy the output for each into an email and send.

Also, please run

sudo cat /etc/apt/sources.list

and include the output of that as well



On Tue, Jul 24, 2018 at 8:47 AM farzana zakaria <farzanazakaria96@...> wrote:
It does not instruction on the installation. Sorry, I'm just trying it. I got an output 'Unable to locate package ponyc' on my ubuntu when I run this :?
echo "deb  pony-language main" | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get -V install ponyc=0.21.0-4301.acd811b



On Tue, Jul 24, 2018 at 11:36 PM, Sean Allen <sean@...> wrote:
What are the Wallaroo installation instructions you following that lead you to try following instructions from???

I'm not aware of any of our installation directions that reference that.

On Tue, Jul 24, 2018 at 8:03 AM farzana zakaria <farzanazakaria96@...> wrote:
Following this direction? . Or do you mean that what directory I used for run that command. I run it on home directory. It is true ?

On Tue, Jul 24, 2018 at 9:27 PM, Sean T. Allen <sean@...> wrote:
What directions are you following that lead you to run that command?

On Mon, Jul 23, 2018, 20:57 farzana zakaria <farzanazakaria96@...> wrote:
I run this command git clone git:// . It is necessary to run command pony-stable too ?


On Tuesday, July 24, 2018, Sean Allen <sean@...> wrote:
What commands did you run?

On Mon, Jul 23, 2018 at 5:05 PM farzana zakaria <farzanazakaria96@...> wrote:
Hi. Thank for your respond. For the installation of the ponyc based on the instruction, I got the output?
E:Unable to locate package ponyc. The output is same when I install ponyc by using repository. Can I install the ponyc by source. Do I need the key when install the ponyc by source?

On Tuesday, July 24, 2018, Sean Allen <sean@...> wrote:
They get installed into the system path. I'm not sure where exactly the python-dev headers get installed nor where Docker gets installed. Somewhere in /usr or /usr/local


On Mon, Jul 23, 2018 at 4:33 PM farzana zakaria <farzanazakaria96@...> wrote:
Hi. So the command should be install in which directory ? It is home directory ?

On Tuesday, July 24, 2018, Sean T. Allen <sean@...> wrote:
No. Those commands will install it elsewhere.

On Mon, Jul 23, 2018, 16:14 farzana zakaria <farzanazakaria96@...> wrote:
Hi. Thank you for the answer. It is means that the installation of python library and the docker is then have to be install in /wallaroo-tutorial/wallaroo/ directory ??

On Tuesday, July 24, 2018, Scott Lystig Fritchie <scott@...> wrote:
On Mon, Jul 23, 2018 at 12:12 PM, farzana zakaria <farzanazakaria96@...> wrote:
According to? , after installation the libsnappy in wallaroo directory , it change it directory to lz4-1.7.5( outside the wallaroo) . It is the python library and the docker have to be install in that lz4-1.7.5 directory ??

Hi, Farzana.? The liblz4 instructions for Ubuntu Trusty/14.x include a final `sudo make install` step.? The `make install` step will copy all necessary liblz4 files to the Ubuntu system's default directories.? You can delete the ~/lz4-1.7.5 directory afterward.

-Scott





Re: Need your review and guide : DDoS Detection using Wallaroo

Sean Allen
 

Please run each of those 3 commands in order and copy the output for each into an email and send.

Also, please run

sudo cat /etc/apt/sources.list

and include the output of that as well



On Tue, Jul 24, 2018 at 8:47 AM farzana zakaria <farzanazakaria96@...> wrote:
It does not instruction on the installation. Sorry, I'm just trying it. I got an output 'Unable to locate package ponyc' on my ubuntu when I run this :?
echo "deb  pony-language main" | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get -V install ponyc=0.21.0-4301.acd811b



On Tue, Jul 24, 2018 at 11:36 PM, Sean Allen <sean@...> wrote:
What are the Wallaroo installation instructions you following that lead you to try following instructions from???

I'm not aware of any of our installation directions that reference that.

On Tue, Jul 24, 2018 at 8:03 AM farzana zakaria <farzanazakaria96@...> wrote:
Following this direction? . Or do you mean that what directory I used for run that command. I run it on home directory. It is true ?

On Tue, Jul 24, 2018 at 9:27 PM, Sean T. Allen <sean@...> wrote:
What directions are you following that lead you to run that command?

On Mon, Jul 23, 2018, 20:57 farzana zakaria <farzanazakaria96@...> wrote:
I run this command git clone git:// . It is necessary to run command pony-stable too ?


On Tuesday, July 24, 2018, Sean Allen <sean@...> wrote:
What commands did you run?

On Mon, Jul 23, 2018 at 5:05 PM farzana zakaria <farzanazakaria96@...> wrote:
Hi. Thank for your respond. For the installation of the ponyc based on the instruction, I got the output?
E:Unable to locate package ponyc. The output is same when I install ponyc by using repository. Can I install the ponyc by source. Do I need the key when install the ponyc by source?

On Tuesday, July 24, 2018, Sean Allen <sean@...> wrote:
They get installed into the system path. I'm not sure where exactly the python-dev headers get installed nor where Docker gets installed. Somewhere in /usr or /usr/local


On Mon, Jul 23, 2018 at 4:33 PM farzana zakaria <farzanazakaria96@...> wrote:
Hi. So the command should be install in which directory ? It is home directory ?

On Tuesday, July 24, 2018, Sean T. Allen <sean@...> wrote:
No. Those commands will install it elsewhere.

On Mon, Jul 23, 2018, 16:14 farzana zakaria <farzanazakaria96@...> wrote:
Hi. Thank you for the answer. It is means that the installation of python library and the docker is then have to be install in /wallaroo-tutorial/wallaroo/ directory ??

On Tuesday, July 24, 2018, Scott Lystig Fritchie <scott@...> wrote:
On Mon, Jul 23, 2018 at 12:12 PM, farzana zakaria <farzanazakaria96@...> wrote:
According to? , after installation the libsnappy in wallaroo directory , it change it directory to lz4-1.7.5( outside the wallaroo) . It is the python library and the docker have to be install in that lz4-1.7.5 directory ??

Hi, Farzana.? The liblz4 instructions for Ubuntu Trusty/14.x include a final `sudo make install` step.? The `make install` step will copy all necessary liblz4 files to the Ubuntu system's default directories.? You can delete the ~/lz4-1.7.5 directory afterward.

-Scott




Re: Need your review and guide : DDoS Detection using Wallaroo

 

It does not instruction on the installation. Sorry, I'm just trying it. I got an output 'Unable to locate package ponyc' on my ubuntu when I run this :?
echo "deb  pony-language main" | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get -V install ponyc=0.21.0-4301.acd811b



On Tue, Jul 24, 2018 at 11:36 PM, Sean Allen <sean@...> wrote:
What are the Wallaroo installation instructions you following that lead you to try following instructions from???

I'm not aware of any of our installation directions that reference that.

On Tue, Jul 24, 2018 at 8:03 AM farzana zakaria <farzanazakaria96@...> wrote:
Following this direction? . Or do you mean that what directory I used for run that command. I run it on home directory. It is true ?

On Tue, Jul 24, 2018 at 9:27 PM, Sean T. Allen <sean@...> wrote:
What directions are you following that lead you to run that command?

On Mon, Jul 23, 2018, 20:57 farzana zakaria <farzanazakaria96@...> wrote:
I run this command git clone git:// . It is necessary to run command pony-stable too ?


On Tuesday, July 24, 2018, Sean Allen <sean@...> wrote:
What commands did you run?

On Mon, Jul 23, 2018 at 5:05 PM farzana zakaria <farzanazakaria96@...> wrote:
Hi. Thank for your respond. For the installation of the ponyc based on the instruction, I got the output?
E:Unable to locate package ponyc. The output is same when I install ponyc by using repository. Can I install the ponyc by source. Do I need the key when install the ponyc by source?

On Tuesday, July 24, 2018, Sean Allen <sean@...> wrote:
They get installed into the system path. I'm not sure where exactly the python-dev headers get installed nor where Docker gets installed. Somewhere in /usr or /usr/local


On Mon, Jul 23, 2018 at 4:33 PM farzana zakaria <farzanazakaria96@...> wrote:
Hi. So the command should be install in which directory ? It is home directory ?

On Tuesday, July 24, 2018, Sean T. Allen <sean@...> wrote:
No. Those commands will install it elsewhere.

On Mon, Jul 23, 2018, 16:14 farzana zakaria <farzanazakaria96@...> wrote:
Hi. Thank you for the answer. It is means that the installation of python library and the docker is then have to be install in /wallaroo-tutorial/wallaroo/ directory ??

On Tuesday, July 24, 2018, Scott Lystig Fritchie <scott@...> wrote:
On Mon, Jul 23, 2018 at 12:12 PM, farzana zakaria <farzanazakaria96@...> wrote:
According to? , after installation the libsnappy in wallaroo directory , it change it directory to lz4-1.7.5( outside the wallaroo) . It is the python library and the docker have to be install in that lz4-1.7.5 directory ??

Hi, Farzana.? The liblz4 instructions for Ubuntu Trusty/14.x include a final `sudo make install` step.? The `make install` step will copy all necessary liblz4 files to the Ubuntu system's default directories.? You can delete the ~/lz4-1.7.5 directory afterward.

-Scott




Re: Need your review and guide : DDoS Detection using Wallaroo

Sean Allen
 

What are the Wallaroo installation instructions you following that lead you to try following instructions from???

I'm not aware of any of our installation directions that reference that.

On Tue, Jul 24, 2018 at 8:03 AM farzana zakaria <farzanazakaria96@...> wrote:
Following this direction? . Or do you mean that what directory I used for run that command. I run it on home directory. It is true ?

On Tue, Jul 24, 2018 at 9:27 PM, Sean T. Allen <sean@...> wrote:
What directions are you following that lead you to run that command?

On Mon, Jul 23, 2018, 20:57 farzana zakaria <farzanazakaria96@...> wrote:
I run this command git clone git:// . It is necessary to run command pony-stable too ?


On Tuesday, July 24, 2018, Sean Allen <sean@...> wrote:
What commands did you run?

On Mon, Jul 23, 2018 at 5:05 PM farzana zakaria <farzanazakaria96@...> wrote:
Hi. Thank for your respond. For the installation of the ponyc based on the instruction, I got the output?
E:Unable to locate package ponyc. The output is same when I install ponyc by using repository. Can I install the ponyc by source. Do I need the key when install the ponyc by source?

On Tuesday, July 24, 2018, Sean Allen <sean@...> wrote:
They get installed into the system path. I'm not sure where exactly the python-dev headers get installed nor where Docker gets installed. Somewhere in /usr or /usr/local


On Mon, Jul 23, 2018 at 4:33 PM farzana zakaria <farzanazakaria96@...> wrote:
Hi. So the command should be install in which directory ? It is home directory ?

On Tuesday, July 24, 2018, Sean T. Allen <sean@...> wrote:
No. Those commands will install it elsewhere.

On Mon, Jul 23, 2018, 16:14 farzana zakaria <farzanazakaria96@...> wrote:
Hi. Thank you for the answer. It is means that the installation of python library and the docker is then have to be install in /wallaroo-tutorial/wallaroo/ directory ??

On Tuesday, July 24, 2018, Scott Lystig Fritchie <scott@...> wrote:
On Mon, Jul 23, 2018 at 12:12 PM, farzana zakaria <farzanazakaria96@...> wrote:
According to? , after installation the libsnappy in wallaroo directory , it change it directory to lz4-1.7.5( outside the wallaroo) . It is the python library and the docker have to be install in that lz4-1.7.5 directory ??

Hi, Farzana.? The liblz4 instructions for Ubuntu Trusty/14.x include a final `sudo make install` step.? The `make install` step will copy all necessary liblz4 files to the Ubuntu system's default directories.? You can delete the ~/lz4-1.7.5 directory afterward.

-Scott