Search Criteria
Package Details: yacy 1.924-2
Git Clone URL: | https://aur.archlinux.org/yacy.git (read-only, click to copy) |
---|---|
Package Base: | yacy |
Description: | Peer to peer search engine |
Upstream URL: | http://www.yacy.net/ |
Licenses: | |
Submitter: | flori |
Maintainer: | funilrys |
Last Packager: | funilrys |
Votes: | 90 |
Popularity: | 0.027513 |
First Submitted: | 2007-02-06 17:59 |
Last Updated: | 2020-12-20 13:03 |
Dependencies (2)
- java-environment (jdk5, tuxjdk, jdk7-openjdk-infinality, java-8-openjdk-shenandoah, jdk8-openjdk-infinality, java-gcj-compat, jdk9, zulu-10-bin, jdk-devel, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jdk12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jdk8-openjdk-jetbrains, jdk8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, sapmachine-jdk-bin, jdk7, jdk8-j9-bin, java-openjdk-bin, jdk, jdk-openj9-bin, jdk-arm, jdk-adoptopenjdk, jdk11-adoptopenjdk, liberica-jdk-full-bin, jdk8-jetbrains, zulu-embedded-jdk8, amazon-corretto-11, liberica-jdk-8-full-bin, liberica-jdk-11-bin, liberica-jdk-11-full-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, liberica-jre-11-full-bin, liberica-jre-8-full-bin, amazon-corretto-8, jdk8, jdk11, jdk8-graalvm-bin, jdk11-graalvm-bin, zulu-embedded-jdk, jdk7r1-j9-bin, jdk7-j9-bin, zulu-15-bin, zulu-14-bin, zulu-13-bin, jdk8-adoptopenjdk, zulu-embedded-jdk11, jdk-bcl, jdk8-openj9-bin, jdk11-openj9-bin, zulu-11-bin, zulu-8-bin, amazon-corretto-15, jdk-openj9, jdk11-jetbrains-imfix, jdk-jetbrains, java-openjdk-loom-ea-bin, jre-jetbrains, java-openjdk-ea-bin, jdk-openjdk, jdk11-openjdk, jdk7-openjdk, jdk8-openjdk)
- apache-ant (ant-git, ant) (make)
Required by (2)
- onion-service-index (optional)
- yacy-runit
Latest Comments
1 2 3 4 5 6 ... Next › Last »
HLFH commented on 2020-06-23 14:57
In /opt/yacy/yacy, please update JAVA_ARGS to:
JAVA_ARGS="-server -Xss256k -XX:ReservedCodeCacheSize=1024m -XX:-UseGCOverheadLimit -XX:+UseAdaptiveSizePolicy -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -Dfile.encoding=UTF-8"
myops commented on 2019-12-01 13:58
apache-ant.sh doesn't exist any more. Depends on jdk-openjdk because of tools.jar (seems that the ant package gets its dependencies wrong with that). Depends on jdk8-openjdk because of Unrecognized VM option 'CMSIncrementalMode'. Please update the PKGBUILD.
lodopidolo commented on 2019-07-28 06:25
Referent to comment of k2s (2018-08-19 09:35):
to fix
Unrecognized VM option 'CMSIncrementalMode'
simply edit/opt/yacy/yacy
and removeCMSIncrementalMode
from start arguments.Living commented on 2018-12-20 11:24
makepkg
does not work: File/etc/profile.d/apache-ant.sh
cannot be found (line 27 in PKGBUILD). I haveant
installed on my system. After deleting the line, it compiles fine.k2s commented on 2018-08-19 07:35
to fix
Unrecognized VM option 'CMSIncrementalMode'
simply edit /etc/yacy/yacy and remove CMSIncrementalMode from start arguments.DoMiNeLa10 commented on 2018-06-06 17:33
The wrapper script fails with
jre10-openjdk
because of deprecated java flags.Relevant installed Java packages:
Systemd unit log:
Self-Perfection commented on 2017-08-16 18:40
For now you can open http://127.0.0.1:8090/ConfigProperties_p.html
and set browserPopUpTrigger:false as a workaround.
But I believe *.service file should override this option somehow and disable browser start for daemon process. But is seems currently there is no way to achieve this.
I've created bugreport in upstream regarding this issue https://github.com/yacy/yacy_search_server/issues/125
Self-Perfection commented on 2017-08-16 17:04
Looks like YaCy tries to launch web browser on start and may succeed even when starting as systemd controlled daemon if there is installed cli browser:
$ COLUMNS=80 systemd-cgls --no-pager --unit yacy.service
Unit yacy.service (/system.slice/yacy.service):
├─30858 /bin/sh /opt/yacy/yacy start
├─30876 /usr/sbin/java -Xms1024m -Xmx1024m -server -Xss256k -XX:MaxPermSize=2...
├─31004 /bin/sh /usr/sbin/xdg-open http://localhost:8090/index.html
└─31033 lynx http://localhost:8090/index.html
Too bad no one sees this running lynx :-D
Running useless process is definitely a bug, though I have not figured whether it upstream or packaging bug.
funilrys commented on 2017-06-28 20:43
@noogar I really can't explain your problem with the service ... I reinstalled using `pacaur -S yacy` and didn't have such problem ... In between, the warning are normal !
uzerus commented on 2017-04-07 12:10
maybe updated, but after reinstallation (cos want fresh configs, old has crashed for unknown reason) it do not ask what java version i want use to, and there IS NO SERVICE named yacy (eg. yacy.service)
look at build log https://pastebin.com/dV8kZJhe
removing all dependencies and build again does not fix it, maybe some files exist of old yacy instance?