You are not logged in.
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
Check the service's status:
# systemctl status yacy.serviceCheck the system log:
# journal -bList listening services (to make sure it's listening on the right port):
# ss -A inet -lnpOffline
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
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
Offline
It shows unable to connect... localhost:8090
Offline
Offline