Search Criteria
Package Details: core 9.1.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/core.git (read-only, click to copy) |
---|---|
Package Base: | core |
Description: | Tool for building virtual network simulations |
Upstream URL: | https://github.com/coreemu/core/ |
Keywords: | emulator |
Licenses: | BSD |
Submitter: | tom5760 |
Maintainer: | caier |
Last Packager: | caier |
Votes: | 10 |
Popularity: | 0.000023 |
First Submitted: | 2010-10-27 16:52 (UTC) |
Last Updated: | 2024-11-07 00:26 (UTC) |
Dependencies (30)
- ebtables (ebtables-gitAUR, iptables-gitAUR, iptables-fullconenat-nftAUR, iptables-nft)
- ethtool (ethtool-gitAUR)
- fabric
- iproute2 (iproute2-gitAUR, busybox-coreutilsAUR, iproute2-selinuxAUR)
- libev
- nftables (nftables-fullconeAUR, nftables-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-grpcio
- python-invoke
- python-lxml
- python-mako
- python-netaddr
- python-pillow (python-pillow-gitAUR)
- python-protobuf (python-protobuf-gitAUR)
- python-pyproj
- python-yaml (python-yaml-gitAUR)
- help2man (help2man-gitAUR, python-help2manAUR) (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- python-build (make)
- python-grpcio-tools (make)
- Show 10 more dependencies...
Latest Comments
1 2 3 4 5 Next › Last »
TrialnError commented on 2024-07-06 17:39 (UTC)
Will push the updated PKGBUILD.
But it still fails for me with
And I don't currently understand why.
python-poetry
,python-poetry-plugin-export
,python-keyring
andpython-dulwich
are declared in thePKGBUILD
. With versions fitting the range?vedranmiletic commented on 2024-07-05 11:26 (UTC)
FWIW, upstream released version 9.1.0 with fixes for Python 3.11+.
TrialnError commented on 2024-06-09 21:20 (UTC)
PKGBUILD got adjusted in some parts (PEP 517 and new deps), but has one big problem. Upstream is rather restrictive about version pinning. And some of the Arch packages are above.
MarsSeed commented on 2023-08-11 22:05 (UTC)
Also don't use the deprecated dephell to make a deprecated executable setup.py.
Instead, make the build follow the PEP 517 conformant build and install procedure outlined in Arch Wiki.
MarsSeed commented on 2023-08-11 22:02 (UTC)
Please add a meaningful description in
pkgdesc
instead of pasting the misleading expansion of the CORE acronym.kadotux commented on 2022-04-05 17:02 (UTC)
Fixed with the help from CORE development @ Discord!
Problem was two servers I had previously configured via GUI in session -> servers. Removing them fixed the problem, the session runs now as expected. Thank you all.
kadotux commented on 2022-04-05 15:54 (UTC) (edited on 2022-04-05 15:55 (UTC) by kadotux)
@Splork I don't think so, but I'm not entirely sure.
This is my /etc/nftables.conf:
And iptables -L -vn:
/etc/hosts:
And "ip link":
Is there anywhere else I could look?
Splork commented on 2022-04-05 15:37 (UTC)
@kadotux
so, to me this looks like the GUI is attempting to communicate with the daemon via port 50051 (that would go through the loopback interface), but for some reason they get a timeout.
Is you system configured in any way that would prevent connections between local processes on the loopback interface?
kadotux commented on 2022-04-05 15:31 (UTC)
Hi @tom5760:
Thank you! Installing inetutils actually fixed the issue for core-gui-legacy! The legacy interface is totally functional now. :)
Although I'm content with using the legacy interface, the problem persists on Python/Tk interface. Connection times out regardless if I run "core-daemon" with or without sudo, or run the systemd service "sudo systemctl start core-daemon". The do have different config folders (.coregui and .core) but I think I have similiar settings in both, that shouldn't be the issue.
Justo to recap, the when starting the session in Python interface I get an error popup titled "GRPC Exception", and terminal output from core-daemon is:
And from core-gui:
Nevertheless, thank you for help! I'm content with using the legacy interface but if anyone would like chip in as to why this error in Python interface is happening I would of course greatly appreciate!
tom5760 commented on 2022-04-05 13:59 (UTC)
Hey @kadotux:
Just in case, can you also try
systemctl start core-daemon.service
?This also jumped out at me:
Do you have a
/usr/bin/hostname
binary? If not, can you try installing theinetutils
package?1 2 3 4 5 Next › Last »