You are not logged in.

#1 2014-03-28 13:36:34

rado3105
Member
Registered: 2011-10-09
Posts: 103

Install yaci p2p search engine, cant start it...after install

Hi,
I  installed yaci using yaourt...everything succesfull...
after installing I started it as a service:
systemctl start yacy.service

open jdk 7 is installed....entering localhost:6080 in browser shows:

Unable to connect
Firefox can't establish a connection to the server at localhost:6080.

Can anybody help what I am doing wrong?

Last edited by rado3105 (2014-03-28 13:39:36)

Offline

#2 2014-03-28 18:44:33

Stebalien
Member
Registered: 2010-04-27
Posts: 1,239
Website

Re: Install yaci p2p search engine, cant start it...after install

Check the service's status:

# systemctl status yacy.service

Check the system log:

# journal -b

List listening services (to make sure it's listening on the right port):

# ss -A inet -lnp

Steven [ web : git ]
GPG:  327B 20CE 21EA 68CF A7748675 7C92 3221 5899 410C

Offline

#3 2014-03-28 21:24:16

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,701

Re: Install yaci p2p search engine, cant start it...after install

Moving to AUR issues


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#4 2014-03-29 16:00:53

rado3105
Member
Registered: 2011-10-09
Posts: 103

Re: Install yaci p2p search engine, cant start it...after install

ss -A inet -lnp
Netid  State      Recv-Q Send-Q                         Local Address:Port                           Peer Address:Port
tcp    UNCONN     0      0                                          *:10831                                     *:*     
tcp    UNCONN     0      0                                          *:17500                                     *:*      users:(("dropbox",17179,19))
tcp    UNCONN     0      0                                          *:68                                        *:*     
tcp    UNCONN     0      0                                         :::19868                                    :::*     
tcp    LISTEN     0      128                                        *:22                                        *:*     
tcp    LISTEN     0      50                                         *:8090                                      *:*     
tcp    LISTEN     0      128                                        *:17500                                     *:*      users:(("dropbox",17179,22))
tcp    LISTEN     0      128                                       :::22                                       :::*     
[r-c@rc-laptop ~]$ systemctl status yacy.service
yacy.service - YaCy P2P Web Search
   Loaded: loaded (/usr/lib/systemd/system/yacy.service; enabled)
   Active: active (running) since Fri 2014-03-28 10:51:27 CET; 1 day 6h ago
Main PID: 9919 (yacy)
   CGroup: /system.slice/yacy.service
           ├─9919 /bin/sh /opt/yacy/yacy start
           └─9940 /usr/sbin/java -Xms90m -Xmx600m -server -Xss256k -XX:MaxPermSize=256m -XX:ReservedCodeCacheSize=102...

Mar 29 17:08:54 rc-laptop yacy[9919]: I 2014/03/29 17:08:54 YACY yacyClient.hello: Peer 'DOMENGO-049' reported ...unior.
Mar 29 17:08:54 rc-laptop yacy[9919]: I 2014/03/29 17:08:54 YACY publish: handshaked senior peer 'DOMENGO-049' ...6:8090
Mar 29 17:08:54 rc-laptop yacy[9919]: I 2014/03/29 17:08:54 YACY yacyClient.hello thread 'HTTPClient-79.241.216...econds
Mar 29 17:08:54 rc-laptop yacy[9919]: I 2014/03/29 17:08:54 YACY yacyClient.hello: Peer 'SGD_TEST_1' reported u...unior.
Mar 29 17:08:54 rc-laptop yacy[9919]: I 2014/03/29 17:08:54 YACY publish: handshaked principal peer 'SGD_TEST_1...8:8090
Mar 29 17:08:54 rc-laptop yacy[9919]: I 2014/03/29 17:08:54 YACY yacyClient.hello thread 'HTTPClient-81.240.39....econds
Mar 29 17:08:54 rc-laptop yacy[9919]: I 2014/03/29 17:08:54 YACY yacyClient.hello: Peer '_yacy_peer_' reported ...unior.
Mar 29 17:08:54 rc-laptop yacy[9919]: I 2014/03/29 17:08:54 YACY publish: handshaked senior peer '_yacy_peer_' ...9:8090
Mar 29 17:08:54 rc-laptop yacy[9919]: I 2014/03/29 17:08:54 YACY PeerPing: I am accessible for 0 peer(s), not a...er(s).
Mar 29 17:08:54 rc-laptop yacy[9919]: I 2014/03/29 17:08:54 YACY PeerPing: myType is junior
Hint: Some lines were ellipsized, use -l to show in full.

Offline

#5 2014-03-29 23:16:41

Stebalien
Member
Registered: 2010-04-27
Posts: 1,239
Website

Re: Install yaci p2p search engine, cant start it...after install

In the future, please use code tags. Also, try connecting to `localhost:8090` instead of `localhost:6080`.


Steven [ web : git ]
GPG:  327B 20CE 21EA 68CF A7748675 7C92 3221 5899 410C

Offline

#6 2014-03-31 09:04:10

rado3105
Member
Registered: 2011-10-09
Posts: 103

Re: Install yaci p2p search engine, cant start it...after install

It shows unable to connect... localhost:8090

Offline

#7 2014-03-31 14:45:12

Stebalien
Member
Registered: 2010-04-27
Posts: 1,239
Website

Re: Install yaci p2p search engine, cant start it...after install

That's a little odd... (it should work). Maybe firefox is trying ipv6? Try`http://127.0.0.1:8090` instead (and make sure yacy is running).


Steven [ web : git ]
GPG:  327B 20CE 21EA 68CF A7748675 7C92 3221 5899 410C

Offline

Board footer

Powered by FluxBB