Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raspbian 10 "buster", network plugin is not working #1325

Open
tonjo opened this issue Apr 12, 2021 · 3 comments
Open

Raspbian 10 "buster", network plugin is not working #1325

tonjo opened this issue Apr 12, 2021 · 3 comments
Assignees

Comments

@tonjo
Copy link

tonjo commented Apr 12, 2021

Relevant error is

2021-04-12 22:23:40,737 ERROR   : [network]: plugin init failed: No implementation for [NetworkManager] is available
2021-04-12 22:23:40,738 ERROR   : Traceback (most recent call last):
  File "/usr/local/lib/python3.7/dist-packages/aj/plugins.py", line 346, in load_all_from
    self.__init_plugin_module(name, self[name])
  File "/usr/local/lib/python3.7/dist-packages/aj/plugins.py", line 369, in __init_plugin_module
    mod.init(self)
  File "/usr/local/lib/python3.7/dist-packages/ajenti_plugin_network/__init__.py", line 10, in init
    api.NetworkManager.any(aj.context)
  File "/usr/local/lib/python3.7/dist-packages/jadi/jadi.py", line 129, in _any
    raise NoImplementationError(cls)
jadi.jadi.NoImplementationError: No implementation for [NetworkManager] is available

NOTE: I had to manually install some packages, such as libtiff5, libxslt1, etc., not documented

@kiarn
Copy link
Member

kiarn commented Apr 13, 2021

Hello @tonjo,

Raspbian is not officially supported for installing Ajenti, because of the compilation of gevent. But it would be a good option to install Ajenti on it, so I will have a look at it next week, and see if it's possible to adapt the install script.

Do you remember which packages you have to install in order to start Ajenti ?
This would spare me some time.

@kiarn
Copy link
Member

kiarn commented May 13, 2021

I have installed Ajenti 2 on a Raspbian 10. Indeed, it's necessary to install some additional packages and to prevent pip to build cryptography with rust ( see : docker/compose#8105 ).

After that, Ajenti starts and I can't reproduce your error : the network does not throw an error, even if the network informations are incomplete.

So I think I will need more details in order to help you.

@stale stale bot added the Stale label Jul 10, 2021
@kiarn kiarn removed the Stale label Aug 4, 2021
@stale stale bot added the Stale label Sep 3, 2021
@kiarn kiarn removed the Stale label Sep 16, 2021
@stale stale bot added the Stale label Oct 16, 2021
@ajenti ajenti deleted a comment from stale bot Oct 16, 2021
@stale stale bot removed the Stale label Oct 16, 2021
@ajenti ajenti deleted a comment from stale bot Oct 16, 2021
@ajenti ajenti deleted a comment from stale bot Oct 16, 2021
@stale
Copy link

stale bot commented Nov 15, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days unless you comment.
Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants