Package Details: freenet 0.7.5.1497-1

Git Clone URL: https://aur.archlinux.org/freenet.git (read-only, click to copy)
Package Base: freenet
Description: A peer-to-peer platform for censorship-resistant communication and publishing
Upstream URL: https://freenetproject.org
Keywords: anonymous censorship encrypted freenet network
Licenses: GPL2
Submitter: Xemertix
Maintainer: Thynix
Last Packager: skydrome
Votes: 182
Popularity: 0.001296
First Submitted: 2009-04-17 16:46 (UTC)
Last Updated: 2023-03-05 00:21 (UTC)

Dependencies (7)

Required by (0)

Sources (8)

Pinned Comments

amanvg commented on 2020-10-13 08:32 (UTC)

if you are having issues with the key, run this command:

curl -sS https://freenetproject.org/assets/keyring.gpg | gpg --import -

Latest Comments

« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 Next › Last »

Nikus commented on 2012-12-06 00:35 (UTC)

Finally, I removed the freenet-ext.jar and freenet-ext.jar.sha1 files. Then I ran the update.sh script. And after that, I managed to run freenet successfully. Maybe there is something to update in the package.

Nikus commented on 2012-12-05 22:25 (UTC)

I don't manage to start FreeNet : when I execute the following command : sudo su -c "/opt/freenet/run.sh start" freenet I get the following error in the /opt/freenet/wrapper.log file : Exception in thread "main" java.lang.NoClassDefFoundError: org/tanukisoftware/wrapper/WrapperListener Caused by: java.lang.ClassNotFoundException: org.tanukisoftware.wrapper.WrapperListener Any idea to correct the problem ?

chungy commented on 2012-11-30 20:30 (UTC)

Thanks; I must have overlooked this when making the package earlier. :)

<deleted-account> commented on 2012-11-29 17:44 (UTC)

I've had issues with this package. To be more exact, Freenet was giving the following error message: FAILED TO LOAD BOUNCY CASTLE CRYPTO LIBRARY! This means the file "bcprov-jdk15on-147.jar" is not found or not on the classpath. Freenet will not be able to use the newer link setup code or newer format keys. Unless you installed it yourself, THIS IS A SEVERE BUG! I've talked around on the #freenet channel a bit, and figured out I had to do the following to fix it: Add "wrapper.java.classpath.3=bcprov-jdk15on-147.jar" to /opt/freenet/wrapper.conf Remove "bcprov-jdk15on-147.jar6860594339305037097.updater.tmp" Download "http://www.bouncycastle.org/download/bcprov-jdk15on-147.jar" and save it in /opt/freenet/ This seems to be an issue with the package, and I have been asked to report it to the package maintainer, so I'd like to nicely ask you if you could check this. Kind Regards, TheLastProject

chungy commented on 2012-11-07 00:16 (UTC)

I've overhauled the package on github here: https://github.com/chungy/aur-freenet (you can download a tar.gz from https://github.com/chungy/aur-freenet/archive/v0.7.5-2.tar.gz) Big changes are: * Changed arch to 'any' * Correct sha256 checksums * Cleaned up package() so building from paths with a space should be safer * Do not used a fixed GID/UID for freenet; let the system figure out what's best * No world-readable/writable permissions in /opt/freenet. Far more secure when there are users you may not want accessing Freenet downloads/bookmarks/etc. * systemd service file (thanks felix!) and removal of the initscript (hopefully won't be missed)

vladimir1922 commented on 2012-10-05 16:25 (UTC)

Won't install. I tough it whas a md5 mismatch, so I downloaded, added the correct md5 (712cde8f51eed472dfee1be027a80b6a), but then it complains: "==> ERROR: Integrity checks (md5) differ in size from the source array."

felixonmars commented on 2012-09-06 06:34 (UTC)

A simple systemd unit file for whoever needs: [Unit] Description=An encrypted network without censorship After=network.target [Service] Type=forking ExecStart=/bin/sh -c "/bin/su freenet -c '/opt/freenet/run.sh start'" ExecStop=/bin/sh -c "/bin/su freenet -c '/opt/freenet/run.sh stop'" WorkingDirectory=/opt/freenet [Install] WantedBy=multi-user.target

tlvince commented on 2012-07-05 16:38 (UTC)

Updated the PKGBUILD to use sha1sums: https://github.com/tlvince/pkgbuild/blob/master/freenet/PKGBUILD

sysfu commented on 2012-07-01 23:26 (UTC)

Same issue with md5sum verification of freenet tarball failing. ==> Validating source files with md5sums... freenet07.tar.gz ... FAILED rc.freenet ... Passed Manual download of freenet07.tar.gz and freenet07.tar.gz.sha1 and manual verification of checksum using sha1sum works properly. No trace of md5 checksum files in https://downloads.freenetproject.org/alpha/installer/. Perhaps PKGBUILD needs to be updated to use SHA1 instead of MD5.