Package Details: i2p 2.7.0-1

Git Clone URL: https://aur.archlinux.org/i2p.git (read-only, click to copy)
Package Base: i2p
Description: A distributed anonymous network
Upstream URL: https://geti2p.net
Keywords: anonymous censorship encrypted i2p network
Licenses: GPL2
Conflicts: i2p-bin, i2p-dev
Submitter: Mikos
Maintainer: Salama
Last Packager: Salama
Votes: 318
Popularity: 0.59
First Submitted: 2005-09-04 19:46 (UTC)
Last Updated: 2024-10-09 18:13 (UTC)

Dependencies (4)

Sources (9)

Pinned Comments

Salama commented on 2023-04-01 09:18 (UTC) (edited on 2024-06-24 12:01 (UTC) by Salama)

You can download the keys from https://geti2p.net/_static/idk.key.asc and https://geti2p.net/_static/zzz.key.asc then gpg --import

Latest Comments

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

JKAbrams commented on 2014-12-02 00:14 (UTC)

Getting console output was real easy: i2prouter console My problems was a lack of the pgrep command (procps-ng package) and the log folder was owned by root. Nothing points to a deficiency in this package, other than perhaps a dependency on procps-ng, however this is in the base package and I don't know if they should be included.

JKAbrams commented on 2014-12-01 21:37 (UTC)

I just tried and the problem is running as the i2p user and not systemd. sudo -u i2p /usr/bin/java-service-wrapper /opt/i2p/wrapper.config wrapper.name=i2prouter wrapper.syslog.ident=i2prouter wrapper.daemonize=TRUE results in the same problem. The same (100% CPU, router does not work, web interface does work) goes for running: i2prouter start

JKAbrams commented on 2014-12-01 21:21 (UTC)

skydome: I'm aware it uses some CPU cycles when the router starts but it follows two distinct charts while starting from systemd or directly running /usr/bin/java-service-wrapper /opt/i2p/wrapper.config wrapper.name=i2prouter wrapper.syslog.ident=i2prouter wrapper.daemonize=TRUE as root. From systemd: it goes to 100% and stays at 100% CPU indefinitely As root: goes to 100% then fluctuates somewhat before settling at only a few % Besides, starting from systemd plainly doesn't work. I upgraded and it is the same. Also tried reinstalling (removing config files) and no go. I guess our systems are different in some way (my guess permission on some file), but as I said it does not write any log files so I'm blind. If anyone has any idea what I could try I'm all ears. Perhaps there is a way to get console output? (I'm new to i2p and don't yet understand how java-service-wrapper works.)

Almin commented on 2014-12-01 08:05 (UTC)

Yeah, skydrome, that's really a weird assumption. Why would I want to do it the wrong way, if I can easily do it the right way?

D101101 commented on 2014-12-01 06:19 (UTC)

compile: [mkdir] Created dir: /build/i2p/src/i2p-0.9.17/core/java/build [mkdir] Created dir: /build/i2p/src/i2p-0.9.17/core/java/build/obj [javac] Compiling 315 source files to /build/i2p/src/i2p-0.9.17/core/java/build/obj [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 [javac] /build/i2p/src/i2p-0.9.17/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java:219: error: unmappable character for encoding ASCII [javac] * <li>Setting ?? = (u * v^3) * (u * v^7)^((q - 5) / 8) one has ??^2 = +-(u / v). [javac] ^ [javac] /build/i2p/src/i2p-0.9.17/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java:219: error: unmappable character for encoding ASCII [javac] * <li>Setting ?? = (u * v^3) * (u * v^7)^((q - 5) / 8) one has ??^2 = +-(u / v). [javac] ^ [javac] /build/i2p/src/i2p-0.9.17/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java:219: error: unmappable character for encoding ASCII [javac] * <li>Setting ?? = (u * v^3) * (u * v^7)^((q - 5) / 8) one has ??^2 = +-(u / v). [javac] ^ [javac] /build/i2p/src/i2p-0.9.17/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java:219: error: unmappable character for encoding ASCII [javac] * <li>Setting ?? = (u * v^3) * (u * v^7)^((q - 5) / 8) one has ??^2 = +-(u / v). [javac] ^ [javac] /build/i2p/src/i2p-0.9.17/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java:220: error: unmappable character for encoding ASCII [javac] * <li>If v * ?? = -u multiply ?? with i=sqrt(-1). [javac] ^ [javac] /build/i2p/src/i2p-0.9.17/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java:220: error: unmappable character for encoding ASCII [javac] * <li>If v * ?? = -u multiply ?? with i=sqrt(-1). [javac] ^ [javac] /build/i2p/src/i2p-0.9.17/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java:220: error: unmappable character for encoding ASCII [javac] * <li>If v * ?? = -u multiply ?? with i=sqrt(-1). [javac] ^ [javac] /build/i2p/src/i2p-0.9.17/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java:220: error: unmappable character for encoding ASCII [javac] * <li>If v * ?? = -u multiply ?? with i=sqrt(-1). [javac] ^ [javac] /build/i2p/src/i2p-0.9.17/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java:221: error: unmappable character for encoding ASCII [javac] * <li>Set x := ??. [javac] ^ [javac] /build/i2p/src/i2p-0.9.17/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java:221: error: unmappable character for encoding ASCII [javac] * <li>Set x := ??. [javac] ^ [javac] /build/i2p/src/i2p-0.9.17/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java:514: error: unmappable character for encoding ASCII [javac] * B = (X + Y)^2; C = X^2; D = Y^2; E = -C = -X^2; F := E + D = Y^2 - X^2; H = Z^2; J = F ??? 2 * H; [javac] ^ [javac] /build/i2p/src/i2p-0.9.17/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java:514: error: unmappable character for encoding ASCII [javac] * B = (X + Y)^2; C = X^2; D = Y^2; E = -C = -X^2; F := E + D = Y^2 - X^2; H = Z^2; J = F ??? 2 * H; [javac] ^ [javac] /build/i2p/src/i2p-0.9.17/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java:514: error: unmappable character for encoding ASCII [javac] * B = (X + Y)^2; C = X^2; D = Y^2; E = -C = -X^2; F := E + D = Y^2 - X^2; H = Z^2; J = F ??? 2 * H; [javac] ^ [javac] /build/i2p/src/i2p-0.9.17/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java:515: error: unmappable character for encoding ASCII [javac] * X3 = (B ??? C ??? D) ?? J = X' * (-T'); [javac] ^ [javac] /build/i2p/src/i2p-0.9.17/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java:515: error: unmappable character for encoding ASCII [javac] * X3 = (B ??? C ??? D) ?? J = X' * (-T'); [javac] ^ [javac] /build/i2p/src/i2p-0.9.17/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java:515: error: unmappable character for encoding ASCII [javac] * X3 = (B ??? C ??? D) ?? J = X' * (-T'); [javac] ^ [javac] /build/i2p/src/i2p-0.9.17/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java:515: error: unmappable character for encoding ASCII [javac] * X3 = (B ??? C ??? D) ?? J = X' * (-T'); [javac] ^ [javac] /build/i2p/src/i2p-0.9.17/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java:515: error: unmappable character for encoding ASCII [javac] * X3 = (B ??? C ??? D) ?? J = X' * (-T'); [javac] ^ [javac] /build/i2p/src/i2p-0.9.17/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java:515: error: unmappable character for encoding ASCII [javac] * X3 = (B ??? C ??? D) ?? J = X' * (-T'); [javac] ^ [javac] /build/i2p/src/i2p-0.9.17/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java:515: error: unmappable character for encoding ASCII [javac] * X3 = (B ??? C ??? D) ?? J = X' * (-T'); [javac] ^ [javac] /build/i2p/src/i2p-0.9.17/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java:515: error: unmappable character for encoding ASCII [javac] * X3 = (B ??? C ??? D) ?? J = X' * (-T'); [javac] ^ [javac] /build/i2p/src/i2p-0.9.17/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java:516: error: unmappable character for encoding ASCII [javac] * Y3 = F ?? (E ??? D) = Z' * (-Y'); [javac] ^ [javac] /build/i2p/src/i2p-0.9.17/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java:516: error: unmappable character for encoding ASCII [javac] * Y3 = F ?? (E ??? D) = Z' * (-Y'); [javac] ^ [javac] /build/i2p/src/i2p-0.9.17/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java:516: error: unmappable character for encoding ASCII [javac] * Y3 = F ?? (E ??? D) = Z' * (-Y'); [javac] ^ [javac] /build/i2p/src/i2p-0.9.17/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java:516: error: unmappable character for encoding ASCII [javac] * Y3 = F ?? (E ??? D) = Z' * (-Y'); [javac] ^ [javac] /build/i2p/src/i2p-0.9.17/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java:516: error: unmappable character for encoding ASCII [javac] * Y3 = F ?? (E ??? D) = Z' * (-Y'); [javac] ^ [javac] /build/i2p/src/i2p-0.9.17/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java:517: error: unmappable character for encoding ASCII [javac] * Z3 = F ?? J = Z' * (-T'). [javac] ^ [javac] /build/i2p/src/i2p-0.9.17/core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java:517: error: unmappable character for encoding ASCII [javac] * Z3 = F ?? J = Z' * (-T'). [javac] ^ [javac] 28 errors [javac] 1 warning BUILD FAILED /build/i2p/src/i2p-0.9.17/build.xml:354: The following error occurred while executing this line: /build/i2p/src/i2p-0.9.17/core/java/build.xml:30: Compile failed; see the compiler error output for details. Total time: 1 second

skydrome commented on 2014-11-30 15:44 (UTC)

launching i2p from systemd works for me also, i just prefer the i2prouter script personally

gim commented on 2014-11-30 07:31 (UTC)

skydrome, that's weird assumption, I use systemd service for this. ArchWiki recommends it too.

skydrome commented on 2014-11-30 04:10 (UTC)

full cpu use is normal when the router is starting up and building its own view of the network, building tunnels, then attempting to route others traffic through you. You can limit the amount of network participation through the config page. i2p can also be used lightweight ex. just viewing eepsites, no participating (this is not recommended, but instead by tuning your bandwidth settings lower). http://i.imgur.com/fmADstx.png