Package Details: nagstamon 3.14.0-3

Git Clone URL: https://aur.archlinux.org/nagstamon.git (read-only, click to copy)
Package Base: nagstamon
Description: Nagios status monitor for the desktop
Upstream URL: https://nagstamon.ifw-dresden.de/
Licenses: GPL
Submitter: ghostbuster
Maintainer: ghostbuster
Last Packager: ghostbuster
Votes: 22
Popularity: 0.35
First Submitted: 2015-08-09 16:15 (UTC)
Last Updated: 2024-04-17 20:20 (UTC)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

ghostbuster commented on 2024-04-17 20:21 (UTC)

Worked around the issue by only using the first three parts of the split output.

llama451 commented on 2024-04-17 09:51 (UTC) (edited on 2024-04-17 15:28 (UTC) by llama451)

FYI: With the upgrade from python-pyqt6 6.6.1-3 => 6.7.0dev2404081550-1 nagstamon crashes because the version number cannot be processed. To fix I edited /usr/lib/python3.11/site-packages/Nagstamon/QUI/qt.py line 31 to ignore the "dev"-part by appending "[:-1]" to split():

QT_VERSION_MAJOR, QT_VERSION_MINOR, QT_VERSION_BUGFIX = [int(x) for x in QT_VERSION_STR.split('.')[:-1]]

Although I am not very knowledgable in python, there might be a better fix.

HusiSusi commented on 2024-04-07 09:16 (UTC) (edited on 2024-04-07 09:16 (UTC) by HusiSusi)

Now I was able to install. but i can not run it! I think there is a KDE Plasma 6 Unicode issue or I'm missing something in my locale.gen file! Even though I tried every Unicode Option.

$ nagstamon

Traceback (most recent call last):

File "/usr/bin/nagstamon", line 29, in <module>

from Nagstamon.Config import (conf,

File "/usr/lib/python3.11/site-packages/Nagstamon/Config.py", line 1055, in <module>

conf = Config() ^^^^^^^^ File "/usr/lib/python3.11/site-packages/Nagstamon/Config.py", line 378, in init

config.read(self.configfile)

File "/usr/lib/python3.11/configparser.py", line 713, in read

self._read(fp, filename)

File "/usr/lib/python3.11/configparser.py", line 1036, in _read

for lineno, line in enumerate(fp, start=1):

File "<frozen codecs>", line 322, in decode

UnicodeDecodeError: 'utf-8' codec can't decode byte 0x86 in position 1: invalid start byte

ghostbuster commented on 2024-04-06 22:34 (UTC)

I modified the PKGBUILD to avoid the import of Nagstamon.Config during build. Please try again.

ghostbuster commented on 2024-04-06 18:51 (UTC)

I'll have a deeper look at the issue, but most likely it will take some time to reproduce and resolve the issue.

HusiSusi commented on 2024-04-06 17:42 (UTC) (edited on 2024-04-06 17:46 (UTC) by HusiSusi)

@ghostbuster, Thanks, but cleaning the caches didn't help.

==> Überprüfe source Dateien mit sha256sums...

v3.14.0.tar.gz ... Erfolg

==> Entferne existierendes $srcdir/ Verzeichnis...

==> Entpacke Quellen... -> Entpacke v3.14.0.tar.gz mit bsdtar

==> Quellen sind fertig. ==> Erstelle Paket: nagstamon 3.14.0-1 (Sa 06 Apr 2024 19:37:06 CEST)

==> Prüfe Laufzeit-Abhängigkeiten...

==> Prüfe Buildtime-Abhängigkeiten...

==> WARNUNG: Verwende bestehenden $srcdir/ Baum

==> Betrete fakeroot Umgebung...

==> Beginne package()...

Traceback (most recent call last):

File "/home/husi/.cache/yay/nagstamon/src/Nagstamon-3.14.0/setup.py", line 28, in <module>

from Nagstamon.Helpers import get_distro

File "/home/husi/.cache/yay/nagstamon/src/Nagstamon-3.14.0/Nagstamon/Helpers.py", line 35, in <module>

from Nagstamon.Config import (conf,

File "/home/husi/.cache/yay/nagstamon/src/Nagstamon-3.14.0/Nagstamon/Config.py", line 1055, in <module>

conf = Config() ^^^^^^^^

File "/home/husi/.cache/yay/nagstamon/src/Nagstamon-3.14.0/Nagstamon/Config.py",

line 378, in init

config.read(self.configfile)

File "/usr/lib/python3.11/configparser.py", line 713, in read

self._read(fp, filename)

File "/usr/lib/python3.11/configparser.py", line 1036, in _read

for lineno, line in enumerate(fp, start=1):

File "<frozen codecs>", line 322, in decode

UnicodeDecodeError: 'utf-8' codec can't decode byte 0x86 in position 1: invalid start byte

==> FEHLER: Ein Fehler geschah in package(). Breche ab...

-> Fehler beim Erstellen: nagstamon-exit status 4

-> Die folgenden Pakete konnten nicht installiert werden. Ein manueller Eingriff ist erforderlich:

nagstamon - exit status 4

ghostbuster commented on 2024-04-06 16:06 (UTC)

I just tested building and installing nagstamon and nagstamon-git, both worked without any unexpected errors.

You could try cleaning the caches of your aur helper, to ensure a fresh download and build of nagstamon, or switch to nagstamon-git as a test.

Do you have a full stacktrace of the error message?

HusiSusi commented on 2024-04-06 06:08 (UTC) (edited on 2024-04-06 06:08 (UTC) by HusiSusi)

When I try to install I get: UnicodeDecodeError: 'utf-8' codec can't decode byte 0x86 in position 1: invalid start byte.

any idea?

allddd commented on 2023-05-09 16:02 (UTC) (edited on 2023-05-09 16:03 (UTC) by allddd)

@ghostbuster That should fix the problem. In case someone doesn't want to rebuild it before there is an actual reason, you can also just symlink the nagstamon directory from /python3.10/site-packages/ to /python3.11/site-packages/ to make it work.

ghostbuster commented on 2023-05-09 15:14 (UTC)

The nagstamon needs to be rebuild in order to place the package files in the site-packages directory of the new python version.