Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Gazelle
Reply
  #1  
Old 6th February 2015, 12:36
Reitak Reitak is offline
Senior Member
 
Join Date: Feb 2015
Posts: 25
Default Cant connect
Hi, after many hours i installed gazelle on ubuntu 12.04, site works fine, but when i want upload something, client wrote me this

It was impossible to establish any connection , because the target machine actively refused it .

and on site of course seed 0.

what to do? thanks
Reply With Quote
  #2  
Old 6th February 2015, 12:46
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,242
Default
configure ocelot properly.. obviously you didn't.. or ocelot is not even running.
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
  #3  
Old 6th February 2015, 13:06
Reitak Reitak is offline
Senior Member
 
Join Date: Feb 2015
Posts: 25
Default
Code:
./configure --with-mysql-lib=/usr/lib/x86_64-linux-gnu/
make
sudo make install
after make it wrote me - no targets specified and no makefile found. stop

after sudo make install - no rule to make target install. stop


and

Code:
To start Ocelot, open a screen by typing screen, and then start Ocelot by typing ocelot.
command not found when i type ocelot


this i have

2242 pts/1 T 0:00 vi /root/ocelot-0.8/worker.h
4708 pts/9 S+ 0:00 grep --color=auto ocelot

Last edited by Reitak; 6th February 2015 at 13:17.
Reply With Quote
  #4  
Old 6th February 2015, 13:31
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,242
Default
did you make sure that the ports are the same in the configuration ?
for both ocelot and gazelle. :)

Quote:
after make it wrote me - no targets specified and no makefile found. stop

after sudo make install - no rule to make target install. stop
you didn't even compiled it. you have errors

install htop and see what processes are working.
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
  #5  
Old 6th February 2015, 13:43
Reitak Reitak is offline
Senior Member
 
Join Date: Feb 2015
Posts: 25
Default
yes, port same on config gazellle and on ocelot

this is when i run this

Code:
./configure --with-mysql-lib=/usr/lib/x86_64-linux-gnu/
Code:
http://s9.postimg.org/bixwauq2n/Bez_n_zvu.png
and when i run make got that no targets specified and no makefile found. stop

this is htop screen

Code:
http://s30.postimg.org/oga0b5xht/Bez_n_zvu.png
Reply With Quote
  #6  
Old 6th February 2015, 14:18
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,242
Default
it clearly states that it can't find the library. and i assume you are using a i386 system and not amd64.
that's why you need to alter the install tutorial for your environment.
i've once had this problem on a server.

Quote:
./configure --with-mysql-lib=/usr/lib/i386-linux-gnu/
try with this..
or better.. navigate to your /usr/lib/ directory and see if you have that there.
its pretty basic.
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
  #7  
Old 6th February 2015, 14:42
Reitak Reitak is offline
Senior Member
 
Join Date: Feb 2015
Posts: 25
Default
great, its work, now i can make and sudo make install

but when i wrote screen and ocelot, it show libboost_iostreams.so.1.55.0: cannot open shared object file: No such file or directory

i see this on guide, but dont understand what to do

Code:
Ocelot error messages.

ocelot: error while loading shared libraries: libboost_iostreams.so.1.55.0: cannot open shared object file: No such file or directory
Solution:

env LD_LIBRARY_PATH=/usr/local/lib


But Canonical is not recommend LD_LIBRARY_PATH.
--------------

EDIT : i instaled from source libbooost and now when wrote ocelot it show me

failed to connect to mysql , but IP and port have same on config gazelle and on ocelot cfg

Last edited by Reitak; 6th February 2015 at 15:04.
Reply With Quote
  #8  
Old 6th February 2015, 15:12
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,242
Default
just install all the libboost
sudo apt-get install libboost*

it will install a lot of libraries. many you wont need, but it is good to have them

make sure the mysql variables are properly edited.. and the mysqld.sock is there.
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
  #9  
Old 6th February 2015, 15:25
Reitak Reitak is offline
Senior Member
 
Join Date: Feb 2015
Posts: 25
Default
all i have, libboost installed, cfg gazelle, ocelot same parameters and in config have mysqld and it wrote

i instaled libbooost and now when wrote ocelot it show me

failed to connect to mysql , but IP and port have same on config gazelle and on ocelot cfg
Reply With Quote
  #10  
Old 6th February 2015, 15:28
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,242
Default
what about name, password, database ?
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
Reply

Tags
connect

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 07:19. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.