Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Aug 2022 15:24:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 266135] nagstamon not starting
Message-ID:  <bug-266135-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266135

            Bug ID: 266135
           Summary: nagstamon not starting
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: malpenycu@gmail.com

Hello,

I recently installed FreeBSD 13.1.
I did install the nagstamon app. with pkg install nagstamon :
- The version that the pkg manager installed was:

* nagstamon: 3.8.0_1

The error code that I get when I try to exec it through the CLI is:

$ nagstamon.py=20
[Errno 2] No such file or directory: '/root/.nagstamon/nagstamon.pid'
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/Nagstamon/Servers/Generic.py=
",
line 61, in <module>
    from requests_gssapi import HTTPSPNEGOAuth as HTTPSKerberos
ModuleNotFoundError: No module named 'requests_gssapi'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/bin/nagstamon.py", line 45, in <module>
    from Nagstamon.QUI import (APP,
  File "/usr/local/lib/python3.9/site-packages/Nagstamon/QUI/__init__.py", =
line
61, in <module>
    from Nagstamon.Servers import (SERVER_TYPES,
  File "/usr/local/lib/python3.9/site-packages/Nagstamon/Servers/__init__.p=
y",
line 36, in <module>
    from Nagstamon.Servers.Nagios import NagiosServer
  File "/usr/local/lib/python3.9/site-packages/Nagstamon/Servers/Nagios.py",
line 20, in <module>
    from Nagstamon.Servers.Generic import GenericServer
  File "/usr/local/lib/python3.9/site-packages/Nagstamon/Servers/Generic.py=
",
line 63, in <module>
    from requests_kerberos import HTTPKerberosAuth as HTTPSKerberos
  File "/usr/local/lib/python3.9/site-packages/requests_kerberos/__init__.p=
y",
line 17, in <module>
    from .kerberos_ import HTTPKerberosAuth, REQUIRED, OPTIONAL, DISABLED
  File "/usr/local/lib/python3.9/site-packages/requests_kerberos/kerberos_.=
py",
line 6, in <module>
    import spnego
ModuleNotFoundError: No module named 'spnego


Could you please help me on this case.

I need the app. in order to work with it.

Thank you in advance.

Best regards,

macaal

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266135-7788>