|
Packages | Any | Bug Report | Very Low | Low | [gimp] [gegl] Module '/usr/lib/gegl-0.3/lens-correct.so... | Assigned | |
Task Description
admin→ gimp IMG_20170909_153350828.jpg GEGL-Message: Module ‘/usr/lib/gegl-0.3/lens-correct.so’ load error: liblensfun.so.1: cannot open shared object file: No such file or directory GEGL-Message: Module ‘/usr/lib/gegl-0.3/matting-levin.so’ load error: libumfpack.so.5: cannot open shared object file: No such file or directory
(gimp:12519): GLib-GObject-WARNING **: g_object_set_valist: object class ‘GeglConfig’ has no property named ‘cache-size’
Those are errors I get when running Gimp.
|
|
Packages | Any | Bug Report | Defer | Low | [texlive-most] Cannot remove from system | Deferred | |
Task Description
admin-> sudo pacman -R texlive-most
checking dependencies...
:: ghostscript optionally requires texlive-core: needed for dvipdf
:: inkscape optionally requires texlive-core: latex formulas
Packages (15) texlive-bibtexextra-2016.43765-1 texlive-core-2016.43757-1.hyperbola2 texlive-fontsextra-2016.43763-1.hyperbola2 texlive-formatsextra-2016.41438-3 texlive-games-2016.43415-1
texlive-genericextra-2016.43605-1 texlive-htmlxml-2016.43769-1 texlive-humanities-2016.43711-1 texlive-latexextra-2016.43768-1.hyperbola2 texlive-music-2016.43375-1
texlive-pictures-2016.43767-1 texlive-plainextra-2016.43137-1 texlive-pstricks-2016.43710-1 texlive-publishers-2016.43764-1 texlive-science-2016.43747-1
Total Removed Size: 1300.90 MiB
:: Do you want to remove these packages? [Y/n] y
:: Processing package changes...
( 1/15) removing texlive-science [######################################################################] 100%
( 2/15) removing texlive-publishers [######################################################################] 100%
( 3/15) removing texlive-pstricks [######################################################################] 100%
( 4/15) removing texlive-plainextra [######################################################################] 100%
( 5/15) removing texlive-pictures [######################################################################] 100%
( 6/15) removing texlive-music [######################################################################] 100%
( 7/15) removing texlive-humanities [######################################################################] 100%
( 8/15) removing texlive-latexextra [######################################################################] 100%
( 9/15) removing texlive-htmlxml [######################################################################] 100%
(10/15) removing texlive-genericextra [######################################################################] 100%
(11/15) removing texlive-games [######################################################################] 100%
(12/15) removing texlive-formatsextra [######################################################################] 100%
(13/15) removing texlive-fontsextra [######################################################################] 100%
(14/15) removing texlive-bibtexextra [######################################################################] 100%
(15/15) removing texlive-core [######################################################################] 100%
warning: /etc/texmf/web2c/fmtutil.cnf saved as /etc/texmf/web2c/fmtutil.cnf.pacsave
:: Running post-transaction hooks...
(1/3) Updating TeXLive filename database...
warning: kpathsea: configuration file texmf.cnf not found in these directories: /usr/bin:/usr/bin/share/texmf-local/web2c:/usr/bin/share/texmf-dist/web2c:/usr/bin/share/texmf/web2c:/usr/bin/texmf-local/web2c:/usr/bin/texmf-dist/web2c:/usr/bin/texmf/web2c:/usr:/usr/share/texmf-local/web2c:/usr/share/texmf-dist/web2c:/usr/share/texmf/web2c:/usr/texmf-local/web2c:/usr/texmf-dist/web2c:/usr/texmf/web2c://texmf-local/web2c:/://share/texmf-local/web2c://share/texmf-dist/web2c://share/texmf/web2c://texmf-local/web2c://texmf-dist/web2c://texmf/web2c.
/usr/share/libalpm/scripts/mktexlsr: line 4: /usr/bin/mtxrun: No such file or directory
(2/3) Updating TeXLive format files...
cp: cannot stat 'usr/share/texmf-dist/web2c/fmtutil-hdr.cnf': No such file or directory
cat: 'var/lib/texmf/arch/installedpkgs/*.fmts': No such file or directory
/usr/share/libalpm/scripts/texlive-fmtutil: line 18: /usr/bin/fmtutil-sys: No such file or directory
error: command failed to execute correctly
(3/3) Updating TeXLive font maps...
cp: cannot stat 'usr/share/texmf-dist/web2c/updmap-hdr.cfg': No such file or directory
cat: 'var/lib/texmf/arch/installedpkgs/*.maps': No such file or directory
/usr/share/libalpm/scripts/texlive-updmap: line 12: /usr/bin/updmap-sys: No such file or directory
error: command failed to execute correctly
[~]
|
|
Packages | Any | Bug Report | Very Low | High | Desite "noauto" specified in /etc/fstab all devices get... | Unconfirmed | |
Task Description
Description:
I have tried all combinations, but despite “noauto” specified in /etc/fstab all devices get mounted at boot.
Who can help me, not to mount a device during boot?
|
|
Packages | Stable | Bug Report | Very Low | Very Low | Gajim "Unable to run gpg - it may not be available" | Assigned | |
Task Description
Description:
Gajim XMPP Client wont start after installing python2-gnupg.
Additional info: * package version(s)
community/python2-gnupg 0.4.0-2
extra/gajim 0.16.8-1.hyperbola2
* config and/or log files etc.
/usr/lib/python2.7/site-packages/gajim/common/gajim.py
Steps to reproduce:
With Gajim working is not possible to assign an OpenPGP key because it needs a wrapper. Therefore python2-gnupgp package is needed. But after installing python2-gnupgp, Gajim doesn’t start. The following output is displayed from the console:
07/21/2018 18:00:41 (E) gajim.c.gnupg Unable to run gpg - it may not be available. Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/gnupg.py", line 757, in __init__
p = self._open_subprocess(["--version"])
File "/usr/lib/python2.7/site-packages/gnupg.py", line 832, in _open_subprocess
startupinfo=si)
File "/usr/lib/python2.7/subprocess.py", line 394, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory Traceback (most recent call last):
File "gajim.py", line 513, in <module>
interface.run()
File "/usr/lib/python2.7/site-packages/gajim/gui_interface.py", line 2704, in run
self.roster = roster_window.RosterWindow()
File "/usr/lib/python2.7/site-packages/gajim/roster_window.py", line 6611, in __init__
connection_zeroconf.ConnectionZeroconf(gajim.ZEROCONF_ACC_NAME)
File "/usr/lib/python2.7/site-packages/gajim/common/zeroconf/connection_zeroconf.py", line 68, in __init__
CommonConnection.__init__(self, name)
File "/usr/lib/python2.7/site-packages/gajim/common/connection.py", line 150, in __init__
self.gpg = gpg.GnuPG()
File "/usr/lib/python2.7/site-packages/gajim/common/gpg.py", line 37, in __init__
gnupg.GPG.__init__(self, gpgbinary=gajim.GPG_BINARY, use_agent=use_agent)
File "/usr/lib/python2.7/site-packages/gnupg.py", line 761, in __init__
raise OSError(msg)
OSError: Unable to run gpg - it may not be available.
After doing some search, the issue is that gajim.py is trying to call ‘gpg’ as ‘gpg1’.
# grep -n GPG_BINARY /usr/lib/python2.7/site-packages/gajim/common/gajim.py 162:GPG_BINARY = ‘gpg1’
By replacing ‘gpg’ instead of ‘gpg1’, Gajim will start normally with OpenPGP feature available.
Maybe a newer revision of python2-gnupg is required or maybe a small patch in the current package.
|
|
Packages | Stable | Bug Report | Very Low | High | java cacerts file is empty | Unconfirmed | |
Task Description
/etc/ssl/certs/java/cacerts has 0 entries, resulting in ssl handshake errors in java applications.
Package versions: * ca-certificates 20170307-1 * ca-certificates-utils 20170307-1
|
|
Packages | Any | Bug Report | Medium | Medium | [lxmusic]package needs rebuilding as it fails to run | In Progress | |
Task Description
Rebuilt version (using PKGBUILD from Arch) works fine. Same is true for lxmusic-gtk3 (which the PKGBUILD also builds).
https://git.archlinux.org/svntogit/community.git/tree/trunk?h=packages/lxmusic
|
|
Services | Wiki Page Issue | Bug Report | Very Low | High | HTML design on Wiki not readable | Unconfirmed | |
Task Description
The wiki pages look really too narrow and not readable on even half a screen of the laptop.
|
|
Packages | Stable | Bug Report | Very Low | Medium | PCManFM display different behavior | Unconfirmed | |
Task Description
Description:
The problem is pcmanfm is not showing any partitions on the left side. It only show Home Folder, Desktop, Applications, Filesystem and the ext. hdd. If I include dbus-launch pcmanfm -d command, it show the other partitions on the left side of window but not ext. hdd. The drive/partitions are not encrypted. I do have dbus, gvfs & ntfs-3g installed and active services.
Additional info: * package version(s) PCManFM 1.2.5 - using LibFM ver. 1.2.5
Steps to reproduce: Original install from the livecd with LXDE but I may run Openbox standalone and get the same behavior with either environment. I do not have this issue running other distros.
|
|
Packages | Any | Bug Report | Low | Low | [usbutils] lsusb does not list device names | In Progress | |
Task Description
Description:
lsusb does not resolve device names from /var/lib/usbutils/usb.ids
The same thing as described here: https://unix.stackexchange.com/questions/220759/lsusb-doesnt-list-device-names
|
|
Packages | Any | Bug Report | Very Low | Medium | [mate-panel] country flags for keyboard layouts are mis... | Unconfirmed | |
Task Description
After enabling show-flags via dconf-editor in org.mate.peripherals-keyboard-xkb.indicator the flags don’t show up. The simple workaround is to copy flags you want into ~/.icons/flags (after creating the directory) from here
https://github.com/linuxmint/flags/tree/master/usr/share/iso-flag-png
and then to reboot.
It seems to be this bug:
https://askubuntu.com/questions/1059324/how-to-show-current-keyboard-layout-on-mate-panel-as-country-flag/1059325#1059325
|
|
Packages | Any | Bug Report | Very Low | Medium | [ffmpegthumbnailer] missing support for some media form... | Unconfirmed | |
Task Description
ffmpegthumbnailer does not support some media formats since they do not appear in its configuration file ffmpegthumbnailer.thumbnailer which can be found in /usr/share/thumbnailers/. By editing the file ffmpegthumbnailer.thumbnailer one can add thumbnail support for embedded art in audio formats such as flac and mp3 (using the -m flag) and thumbnail support for webp (a new image format which iceweasel-uxp and gthumb support). I’m attaching my edited file (I just added a few common audio formats and webp and added the -m flag and removed the -f flag).
|
|
Packages | Any | Bug Report | Very Low | Low | [zathura-pdf-poppler] unable to process apostrophes di... | Researching | |
Task Description
Description: Something is wrong with the latest version packaged in Hyperbola. zathura-pdf-poppler is unable to process apostrophes displayed in pdf bookmarks.
Steps to reproduce: Open any pdf file which has a summary included, then hit `Tab` to display the summary. Instead of apostrophes, zathura-pdf-poppler displays html entities while the output of zathura-pdf-mupdf is correct.
|
|
Packages | Any | Bug Report | Low | Low | [erlang-nox] uses "nox" suffix | In Progress | |
Task Description
Description:
Additional info: * package version(s)
* config and/or log files etc.
Steps to reproduce:
|
|
Packages | Any | Bug Report | Low | Low | [qbittorrent-nox] uses "nox" suffix | In Progress | |
Task Description
Description:
Additional info: * package version(s)
* config and/or log files etc.
Steps to reproduce:
|
|
Packages | Any | Bug Report | Very Low | High | [kdelibs4support] XDG_RUNTIME_DIR not set | Unconfirmed | |
Task Description
Description:
This bug only appears when logged in as root on terminal
# kf5-config --version
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
Qt: 5.8.0
KDE Frameworks: 5.33.0
kf5-config: 1.0
Additional info:
* package version(s)
$ pacman -Si kdelibs4support
Repositorio : extra
Nombre : kdelibs4support
Versión : 5.33.0-1
Descripción : Porting aid from KDELibs4
Arquitectura : x86_64
URL : https://community.kde.org/Frameworks
Licencias : LGPL
Grupos : kf5-aids
Provee : Nada
Depende de : kunitconversion kitemmodels kemoticons kded kparts
Dependencias opcionales : Nada
En conflicto con : kde4support
Remplaza a : kde4support
Tamaño de la descarga : 3,03 MiB
Tamaño de la instalación : 17,36 MiB
Encargado : Felix Yan <felixonmars@archlinux.org>
Fecha de creación : jue 13 abr 2017 14:29:47 -05
Validado por : Suma MD5 Suma SHA-256 Firma
Steps to reproduce:
- Install KDE plasma
|
|
Packages | Any | Bug Report | Very Low | High | [blueman] org.freedesktop.DBus.Error.NameHasNoOwner | Unconfirmed | |
Task Description
Description:
org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name ‘org.bluez.obex’: no such name
Additional info: * package version(s)
$ pacman -Si blueman
Repositorio : community
Nombre : blueman
Versión : 2.0.4-3
Descripción : GTK+ Bluetooth Manager
Arquitectura : x86_64
URL : https://github.com/blueman-project/blueman
Licencias : GPL
Grupos : Nada
Provee : Nada
Depende de : bluez bluez-libs gtk3 libnotify python-cairo python-dbus
python-gobject
Dependencias opcionales : dnsmasq: Network Access Point (NAP) support
networkmanager: Dial Up Networking (DUN) and Personal Area
Networking (PAN) support
pulseaudio-bluetooth: audio devices support
En conflicto con : Nada
Remplaza a : Nada
Tamaño de la descarga : 1814,18 KiB
Tamaño de la instalación : 5345,00 KiB
Encargado : Felix Yan <felixonmars@archlinux.org>
Fecha de creación : dom 25 dic 2016 12:00:42 -05
Validado por : Suma MD5 Suma SHA-256 Firma
* config and/or log files etc.
(blueman-applet | ccze -A): - https://paste.debian.net/plain/1049476
(pkgfile -l blueman): - https://paste.debian.net/plain/1049477
Steps to reproduce:
- Install blueman
|
|
Packages | Stable | Bug Report | Low | Medium | Garbled display with xfce4-terminal (terminfo) | Unconfirmed | |
Task Description
A very nasty bug I wasn’t able to find an answer to. I compiled stuff (buildroot) using menuconfig, the menu display was fine in xfce4-terminal (See screenshot #1) I restarted the config a few days later with the same command :
$ make menuconfig
and this time the display was messed up (See screenshot #2)
After investigation, I noticed a directory (filled with stuff) have been created in my home folder :
.terminfo
I don’t know why. But anyway, if I delete it, then the display is ok again. I noticed that if I use good old xterm terminal, then the display is fine even if the .terminfo directory is present. (it uses “xterm” instead of xterm-256color)
But, with xfce4-terminal (and others, I tried with gnome-terminal, sakura..), the display is messed up if the .terminfo directory is present in my home folder.
I also noticed that if I run the command in a screen session, the issue is not present.
(I open xfce4-terminal)
$ screen
$ printenv TERM
screen.xterm-256color
$ make menuconfig (or htop, or other program using ncurses)
= display ok
but with default :
(I open xfce4-terminal)
$ printenv TERM
xterm-256color
make menuconfig (or htop, or other program using ncurses)
= display messed up if .terminfo directory is present
So I have no idea why this .terminfo directory is generated. What could trigger its generation ? Is that an issue with ncurses or something else ?
Thanks for your help
|
|
Packages | Any | Bug Report | Low | Low | [crystal] error build Invidious | Researching | |
Task Description
Description:
crystal build src/invidious.cr –release
Error in src/invidious.cr:19: while requiring "kemal"
require "kemal"
^
in lib/kemal/src/kemal.cr:4: while requiring "./kemal/*"
require "./kemal/*"
^
in lib/kemal/src/kemal/config.cr:26: expanding macro
property static_headers : (HTTP::Server::Response, String, File::Info -> Void)?
^~~~~~~~
in lib/kemal/src/kemal/config.cr:26: expanding macro
property static_headers : (HTTP::Server::Response, String, File::Info -> Void)?
^
in macro 'property' expanded macro: macro_48177600:567, line 4:
1.
2.
3.
> 4. @static_headers : (HTTP::Server::Response, String, File::Info -> Void) | ::Nil
5.
6. def static_headers : (HTTP::Server::Response, String, File::Info -> Void) | ::Nil
7. @static_headers
8. end
9.
10. def static_headers=(@static_headers : (HTTP::Server::Response, String, File::Info -> Void) | ::Nil)
11. end
12.
13.
14.
15.
undefined constant File::Info
Additional info: * package version(s)
Crystal 0.22.0 (2017-04-22) LLVM 4.0.0
Steps to reproduce:
|
|
Packages | Any | Bug Report | Low | High | [kaccounts-integration] option to add NextCloud/OwnClou... | Unconfirmed | |
Task Description
Description:
Additional info: * package version(s)
* config and/or log files etc.
Steps to reproduce:
|
|
Packages | Any | Bug Report | Low | High | [kdenetwork-kopete] clicking to add an Jabber Account o... | Unconfirmed | |
Task Description
Description:
Additional info: * package version(s)
* config and/or log files etc.
Steps to reproduce:
|
|
Packages | Stable | Bug Report | Very Low | Low | GNOME cannot lock screen while using LightDM | Unconfirmed | |
Task Description
Description: Screen locking does not work in GNOME, either with keyboard shortcuts or from the menu, while using LightDM.
Additional info: * According to this thread[1] this bug has been patched in Ubuntu. Please consider applying this patch.[2]
Steps to reproduce: # pacman -S gnome lightdm lightdm-gtk-greeter # rc-update add lightdm default Reboot, log in to a GNOME session and attempt to lock screen.
[1] https://www.reddit.com/r/gnome/comments/9klvej/is_there_a_way_to_get_the_screen_to_lock_with/ [2] https://git.launchpad.net/~ubuntu-desktop/ubuntu/+source/gnome-shell/tree/debian/patches/ubuntu/lightdm-user-switching.patch
|
|
Packages | Stable | Bug Report | Very Low | Medium | Mouse curse become invisible from beginning in kde5 pla... | Unconfirmed | |
Task Description
Description: I install plasma and xorg to my Hyperbola GNU/Linux-libre in Arch-way. However, after reboot, everything is fine except mouse curse.
I attempt to reinstall plasma-desktop and reboot. But nothing changes.
In attachment, the mouse stop at backward, however it is invisible.
Additional info: * package version(s) plasma-desktop == 5.9.5-1 xorg-server == 1.19.6-2.hyperbola1 sddm == 0.14.0-2.hyperbola6
* config and/or log files etc.
Steps to reproduce:
|
|
Packages | Stable | Bug Report | Very Low | High | [devede] xorriso unsupported option '-dvd-video' | Assigned | |
Task Description
Description:
Devede fails to convert transcoded videos to iso format with libburn-1.5.0.
Drive current: -outdev 'stdio:/home/heckyel/movie/movie.iso'
Media current: stdio file, overwriteable
Media status : is blank
Media summary: 0 sessions, 0 data blocks, 0 data, 334g free
xorriso : FAILURE : -as genisofs: Unsupported option '-dvd-video'
xorriso : NOTE : -return_with SORRY 32 triggered by problem severity FAI
Additional info:
$ pacman -Si devede
Repositorio : community
Nombre : devede
Versión : 4.8.8-1
Descripción : A program to create VideoDVDs and CDs
Arquitectura : any
URL : http://www.rastersoft.com/programas/devede.html
Licencias : GPL3
Grupos : Nada
Provee : Nada
Depende de : mencoder ffmpeg dvdauthor vcdimager cdrkit ttf-dejavu
gtk3 python-cairo python-gobject python-setuptools
Dependencias opcionales : mplayer
vlc
mpv
En conflicto con : Nada
Remplaza a : Nada
Tamaño de la descarga : 1640,88 KiB
Tamaño de la instalación : 3331,00 KiB
Encargado : Sergej Pupykin <pupykin.s+arch@gmail.com>
Fecha de creación : vie 10 feb 2017 05:06:37 -05
Validado por : Suma MD5 Suma SHA-256 Firma
Link’s code:
- https://gitlab.com/rastersoft/devedeng/blob/master/src/devedeng/mkisofs.py#L61
- https://gitlab.com/rastersoft/devedeng/blob/master/src/devedeng/genisoimage.py#L61
Steps to reproduce:
- Install devede - Create video DVD disc
|
|
Packages | Any | Bug Report | Very Low | Low | marble-qt: doesn't look like a valid Marble plugin: "/... | Unconfirmed | |
Task Description
Description:
$ marble-qt –latlone=0.5,6.5 Ignoring to load the following file since it doesn’t look like a valid Marble plugin: “/usr/lib/marble/plugins/libWlocatePositionProviderPlugin.so” Reason: “Cannot load library /usr/lib/marble/plugins/libWlocatePositionProviderPlugin.so: (libwlocate.so: cannot open shared object file: No such file or directory)”
When package libwlocate is installed, it is not showing this error.
Shall that package be dependency?
|
|
Packages | Stable | Bug Report | Very Low | Medium | [kodi] "The Movie Database" scraper doesn't work | Unconfirmed | |
Task Description
With kodi 17.1-2.hyperbola1 “The Movie Database” scraper doesn’t work. The error message is :
"Unable to connect to remote server"
|
|
Packages | Any | Bug Report | Very Low | Medium | [ rtkit ] contains systemd unit files | Unconfirmed | |
Task Description
Description:
The Arch version of tinc from the snapshot used by Hyperbola comes with systemd support. Since Hyperbola follows the Init Freedom Campaign , systemd unit files removal is required or add OpenRC init scripts to replace it.
Additional info:
pacman -Ql rtkit rtkit /etc/ rtkit /etc/dbus-1/ rtkit /etc/dbus-1/system.d/ rtkit /etc/dbus-1/system.d/org.freedesktop.RealtimeKit1.conf rtkit /usr/ rtkit /usr/bin/ rtkit /usr/bin/rtkitctl rtkit /usr/lib/ rtkit /usr/lib/rtkit/ rtkit /usr/lib/rtkit/rtkit-daemon rtkit /usr/share/ rtkit /usr/share/dbus-1/ rtkit /usr/share/dbus-1/interfaces/ rtkit /usr/share/dbus-1/interfaces/org.freedesktop.RealtimeKit1.xml rtkit /usr/share/dbus-1/system-services/ rtkit /usr/share/dbus-1/system-services/org.freedesktop.RealtimeKit1.service rtkit /usr/share/licenses/ rtkit /usr/share/licenses/rtkit/ rtkit /usr/share/licenses/rtkit/COPYING rtkit /usr/share/licenses/rtkit/LICENSE rtkit /usr/share/man/ rtkit /usr/share/man/man8/ rtkit /usr/share/man/man8/rtkitctl.8.gz rtkit /usr/share/polkit-1/ rtkit /usr/share/polkit-1/actions/ rtkit /usr/share/polkit-1/actions/org.freedesktop.RealtimeKit1.policy
* package version(s) rtkit 0.11-1.hyperbola1
* config and/or log files etc.
Jun 26 10:41:50 gnu mtp-probe: checking bus 1, device 8: “/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4” Jun 26 10:41:50 gnu mtp-probe: bus: 1, device: 8 was not an MTP device Jun 26 10:44:44 gnu rtkit-daemon[3059]: Failed to look up client: No such file or directory Jun 26 10:44:44 gnu rtkit-daemon[3059]: Failed to look up client: No such file or directory Jun 26 10:44:44 gnu rtkit-daemon[3059]: Failed to look up client: No such file or directory Jun 26 10:44:44 gnu rtkit-daemon[3059]: Failed to look up client: No such file or directory Jun 26 10:44:44 gnu rtkit-daemon[3059]: Failed to look up client: No such file or directory Jun 26 10:44:44 gnu rtkit-daemon[3059]: Failed to look up client: No such file or directory Jun 26 10:44:44 gnu rtkit-daemon[3059]: Failed to look up client: No such file or directory Jun 26 10:44:44 gnu rtkit-daemon[3059]: Failed to look up client: No such file or directory Jun 26 10:44:44 gnu rtkit-daemon[3059]: Failed to look up client: No such file or directory Jun 26 10:44:44 gnu rtkit-daemon[3059]: Failed to look up client: No such file or directory Jun 26 10:44:44 gnu rtkit-daemon[3059]: Failed to look up client: No such file or directory Jun 26 10:44:44 gnu pulseaudio[4401]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.ServiceUnknown: The name org.bluez was not provided by any .service files
Steps to reproduce:
|
|
Packages | Any | Bug Report | Medium | High | [notmuch-mutt] missing requirement | Researching | |
Task Description
Description: notmuch-mutt fails to compile without perl-mail-message which is missing in Hyperbola
Steps to reproduce: Install notmuch-mutt and try `notmuch-mutt` at the command line. Then install `perl-mail-message` from Arch and try again.
|
|
Packages | Any | Bug Report | Very Low | Medium | [clamtk] Gtk-WARNING **: Impossible to find the theme e... | Assigned | |
Task Description
Additional info: * package version
Repositorio : community
Nombre : clamtk
Versión : 5.24-1
Descripción : Easy to use, light-weight, on-demand virus scanner for Linux
systems
Arquitectura : any
URL : https://dave-theunsub.github.io/clamtk/
Licencias : GPL
Grupos : Nada
Provee : Nada
Depende de : clamav perl gtk2-perl perl-locale-gettext perl-libwww
perl-http-message perl-lwp-protocol-https perl-text-csv
perl-json python zenity desktop-file-utils gnome-icon-theme
cron
Dependencias opcionales : Nada
En conflicto con : Nada
Remplaza a : Nada
Tamaño de la descarga : 179,90 KiB
Tamaño de la instalación : 1378,00 KiB
Encargado : Levente Polyak <anthraxx@archlinux.org>
Fecha de creación : sáb 19 nov 2016 20:25:20 -05
Validado por : Suma MD5 Suma SHA-256 Firma
* config and/or log files etc.
$ clamtk Gtk-WARNING **: Imposible encontrar el motor de temas en la ruta al _modulo: «clearlooks», at /usr/lib/perl5/vendor_perl/ClamTk/GUI.pm line 35.
Steps to reproduce:
* Install clamtk in all version
|
|
Packages | Any | Bug Report | Very Low | High | groff: package not built with URW fonts properly or suc... | Unconfirmed | |
Task Description
Description:
groff is typesetting system similar to TeX/LaTeX however, it is very small and very usable. It is not built properly with URW fonts, or such are missing, I cannot know all details. Overall groff package is basically somehow broken.
It shall depend on proper fonts, and such fonts should already be built, including their Unicode versions.
Package is only partially built.
|
|
Packages | Stable | Bug Report | Very Low | Medium | [arm-unknown-linux-gnueabi-gcc] not working; needs prop... | Unconfirmed | |
Task Description
Description: I believe the arm-unknown-linux-gnueabi-gcc package to be broken as described here.
Additional info: * package version(s) - arm-unknown-linux-gnueabi-gcc - all versions
Steps to reproduce: I don't think "steps to reproduce" to be relevant in this case. My forum topic linked above already contains all the necessary info on the subject :) However, one could try compiling glibc and busybox as described here. Yes, these are instructions for debian-like systems. They have to be adapted accordingly
|
|
Services | Flyspray Issue | Bug Report | Very Low | Medium | [Flyspray] long tags break the backend | Unconfirmed | |
Task Description
When I was adding this task, I put some long tags on it (html form allowed that) and got an error concerning too long tags field to fit in an sql datatype (max is 40 chars). Task got added anyway (just without tags). I didn’t know that and created it again.
|
|
Packages | Any | Bug Report | Very Low | Medium | [slim] login screen not displaying correctly | Assigned | |
Task Description
It worked fine on the previous version of Hyperbola. The word user/username does not show up. A workaround is to wait 10 seconds and enter the username and click enter - then it will switch correctly to the password screen (otherwise you need to enter the username and password at least twice in order to successfully login).
|
|
Packages | Any | Bug Report | Very Low | Medium | [openrc] cannot load fuse at boot | Unconfirmed | |
Task Description
I added <quote>modules=”fs-fuse”</quote> to /etc/conf.d/modules (and also “fuse” instead).
I looked in /var/log/rc.log and I see this line
<quote>modprobe: FATAL: Module fs-fusetun not found in directory /lib/modules/4.9.194-gnu-1-lts</quote>
It looks like modprobe added “tun” to the filename which prevents loading the module.
|
|
Packages | Any | Bug Report | Very Low | Medium | [exfat-utils] filesystem can only be mounted manually | Unconfirmed | |
Task Description
One can mount exfat by running commands such as “sudo modprobe fuse” and “sudo mount.exfat /dev/sdc1 /mnt/storage” but it is inconvenient.
Also, loading fuse at startup is problematic - see here:
https://issues.hyperbola.info/index.php?do=details&task_id=1433
|
|
Packages | Stable | Bug Report | Very Low | High | [vlc] DVB : cache_block stream error: cannot pre fill b... | Unconfirmed | |
Task Description
Current VLC version (3.0.4-3.hyperbola1.backports1) fails to play DVB stream using a RTL2832 usb dongle.
I start the playlist like this :
vlc channels.conf
but it returns the following error :
cache_block stream error: cannot pre fill buffer
Also, it asks the user to be in “video” group to access DVB device, this was not needed before with Hyperbola 0.2.9. User being in “wheel” was enough. Anyway, even after adding my user to video group, it still fails with “cache_block stream error: cannot pre fill buffer”
This is not an issue with my DVB adapter or driver. rtl2832 is correctly loaded. And I can play the channels.conf playlist just fine with “mpv” or “mplayer”. Also, the channels.conf used works just fine with a more recent version of VLC on an other system (Manjaro) so something is broken with the current VLC used.
Maybe a package bump would fix the issue.
|
|
Packages | Any | Bug Report | Very Low | Critical | [system-config-printer] Impossible to print some pdfs (... | Assigned | |
Task Description
Hello,
I’m unable to print some pdfs on my Hyperbola 3.0 system. Some background :
cups is installed, service enabled and working system-config-printer is installed and my printer has been correctly added.
I can print most pdfs and text files but recently with a pdf, it fails to print it.* And system-config-printer returned the following error (see capture) :
Printer "EPSON XP-620-Series" requires the '/usr/lib/cups/filters/epson-escpr-wrapper' but it is not currently installed.
Currently, “epson-escpr-wrapper” is installed but it is in :
/usr/libexec/cups/filters/epson-escpr-wrapper
Looking at source code of system-config-printer, it expects that wrapper to be installed in “/usr/lib/” so I tried to symlink that “epson-escpr-wrapper” to “/usr/lib/cups/filters” but it doesn’t work..
*With a Debian system and the exact same configuration, the “problematic” pdf prints just fine so it is not an issue with the pdf.
|
|
Packages | Any | Bug Report | Very Low | High | [rubyripper] GUI doesn't work | Unconfirmed | |
Task Description
rrip_gui does not work. The fix is to install cairo-gobject which is not in the repos. Attached is a working PKGBUILD adapted from the official one.
|
|
Packages | Stable | Bug Report | Very Low | Very Low | [spamassassin] has different directory permissions than... | Deferred | |
Task Description
Description: The /usr/sbin directory in spamassassin has permissions 755 https://git.hyperbola.info:50100/packages/extra.git/tree/spamassassin/PKGBUILD#n88
And ‘filesystem’ sets it to 750 https://git.hyperbola.info:50100/packages/core.git/tree/filesystem/PKGBUILD#n135
So when installing spamassassin, pacman throws a warning
warning: directory permissions differ on /usr/sbin/
filesystem: 750 package: 755
Additional info: * spamassassin 3.4.2-1.hyperbola2
|
|
Packages | Stable | Bug Report | Very Low | Very Low | [postfix] has different directory permissions than 'fil... | Deferred | |
Task Description
Description: The /usr/sbin directory in postfix has permissions 755 https://git.hyperbola.info:50100/packages/extra.git/tree/postfix/PKGBUILD#n115
And ‘filesystem’ sets it to 750 https://git.hyperbola.info:50100/packages/core.git/tree/filesystem/PKGBUILD#n135
So when installing postfix, pacman throws a warning
warning: directory permissions differ on /usr/sbin/
filesystem: 750 package: 755
Additional info: * postfix-3.2.2-1.hyperbola6
|
|
Packages | Stable | Bug Report | Very Low | Medium | [sshguard] violates Hyperbola packaging standards | Unconfirmed | |
Task Description
Description: The sshguard package should have its /usr/bin/sshguard executable in /usr/sbin, has systemd service files and no OpenRC init script
Additional info: * sshguard-2.0.0-4 * when I run `sshguard`:
# sshguard
/usr/bin/sshguard: line 87: /usr/bin/journalctl: No such file or directory
* default /etc/sshguard.conf
LOGREADER="LANG=C /usr/bin/journalctl -afb -p info -n1 -t sshd -o cat"
BLACKLIST_FILE=120:/var/db/sshguard/blacklist.db
BACKEND="/usr/lib/sshguard/sshg-fw-iptables"
(commenting the first line temporally solves the issue)
|
|
Packages | Stable | Bug Report | Very Low | Medium | [fail2ban] remove systemd integration | Unconfirmed | |
Task Description
Description: This package has a strong systemd integration. It has a systemd backend to get files modifications:
(from /etc/fail2ban/jail.conf)
# systemd: uses systemd python library to access the systemd journal.
# Specifying "logpath" is not valid for this backend.
# See "journalmatch" in the jails associated filter config
and many files at /etc/fail2ban/filter.d have systemd stuff
[/etc/fail2ban/filter.d] [0]
$ grep -i systemd *
dovecot.conf:#journalmatch = _SYSTEMD_UNIT=dovecot.service
ejabberd-auth.conf:# Notes.: systemd journalctl style match filter for journal based backend
postfix.conf:journalmatch = _SYSTEMD_UNIT=postfix.service
postfix-sasl.conf:#journalmatch = _SYSTEMD_UNIT=postfix.service
pure-ftpd.conf:journalmatch = _SYSTEMD_UNIT=pure-ftpd.service + _COMM=pure-ftpd
recidive.conf:journalmatch = _SYSTEMD_UNIT=fail2ban.service PRIORITY=5
sshd.conf:journalmatch = _SYSTEMD_UNIT=sshd.service + _COMM=sshd
sshd-ddos.conf:journalmatch = _SYSTEMD_UNIT=sshd.service + _COMM=sshd
Additional info: * fail2ban-0.9.6-2.hyperbola3
|
|
Packages | Stable | Bug Report | Very Low | Very Low | [fail2ban] update dovecot failregex to support verbose ... | Unconfirmed | |
Task Description
Description: The /etc/fail2ban/filter.d/dovecot.conf file has a failregex with the following:
^%(__prefix_line)s(?:auth|auth-worker\(\d+\)): (?:pam|passwd-file)\(\S+,<HOST>\): unknown user\s*$
and works with things like:
Month day time hostname dovecot: auth: passwd-file(user@domain.com,IP): unknown user
but with verbosity enabled in Dovecot, this output looks like this:
Month day time hostname dovecot: auth: passwd-file(user@domain.com,IP): unknown user (given password: password)
and in this case it doesn’t work, but it does if we fix the failregex if we replace it with:
^%(__prefix_line)s(?:auth|auth-worker\(\d+\)): (?:pam|passwd-file)\(\S+,<HOST>\): unknown user( \(given password: \S*\))?\s*$
with this new expression, it works with and without verbosity
And regarding postfix, to make it work correctly I “backported” some pieces from newest failregex:
/etc/fail2ban/postfixr-rbl.conf:
^%(__prefix_line)sNOQUEUE: reject: RCPT from \S+\[<HOST>\]: [45]54 [45]\.7\.1 Service unavailable; Client host \[\S+\] blocked using .* from=<\S*> to=<\S+> proto=ESMTP helo=<\S*>$
/etc/fail2ban/postfix.conf: (second failregex)
^%(__prefix_line)sNOQUEUE: reject: RCPT from \S+\[<HOST>\]: 45[04] 4\.7\.1 Client host rejected: cannot find your (reverse )?hostname, (\[\S*\]); from=<\S*> to=<\S+> proto=ESMTP helo=<\S*>$
I can create a patch if you want. Note that I haven’t tested all filters, some others may also need some rework
Additional info: * fail2ban-0.9.6-2.hyperbola3
|
|
Packages | Stable | Bug Report | Very Low | Medium | [fail2ban] uses old /usr/bin/sendmail location when it ... | Unconfirmed | |
Task Description
Description:
I saw errors in logs because fail2ban couldn’t find /usr/bin/sendmail, and discovered this:
[/etc/fail2ban] [0]
$ grep /usr/bin/sendmail */*
action.d/sendmail-buffered.conf: Fail2Ban" | /usr/bin/sendmail -f <sender> <dest>
action.d/sendmail-buffered.conf: Fail2Ban" | /usr/bin/sendmail -f <sender> <dest>
action.d/sendmail-buffered.conf: Fail2Ban" | /usr/bin/sendmail -f <sender> <dest>
action.d/sendmail-buffered.conf: Fail2Ban" | /usr/bin/sendmail -f <sender> <dest>
action.d/sendmail-common.conf: Fail2Ban" | /usr/bin/sendmail -f <sender> <dest>
action.d/sendmail-common.conf: Fail2Ban" | /usr/bin/sendmail -f <sender> <dest>
action.d/sendmail.conf: Fail2Ban" | /usr/bin/sendmail -f <sender> <dest>
action.d/sendmail-geoip-lines.conf: Fail2Ban" | /usr/bin/sendmail -f <sender> <dest>
action.d/sendmail-whois.conf: Fail2Ban" | /usr/bin/sendmail -f <sender> <dest>
action.d/sendmail-whois-ipjailmatches.conf: Fail2Ban" | /usr/bin/sendmail -f <sender> <dest>
action.d/sendmail-whois-ipmatches.conf: Fail2Ban" | /usr/bin/sendmail -f <sender> <dest>
action.d/sendmail-whois-lines.conf: Fail2Ban" | /usr/bin/sendmail -f <sender> <dest>
action.d/sendmail-whois-matches.conf: Fail2Ban" | /usr/bin/sendmail -f <sender> <dest>
Please, also check for other binaries with wrong locations
As of now, the solution is as simple as removing this line → https://git.hyperbola.info:50100/packages/community.git/tree/fail2ban/PKGBUILD#n79
Additional info: * fail2ban-0.9.6-2.hyperbola3
|
|
Packages | Stable | Bug Report | Very Low | High | [nftables] init service ERROR: nftables failed to start | Unconfirmed | |
Task Description
Error: conflicting protocols specified: inet-service vs. icmp
when using
ip protocol icmp icmp type echo-request counter accept comment “accept ICMP echo-request type” ip6 nexthdr icmpv6 icmpv6 type { destination-unreachable, packet-too-big, time-exceeded, parameter-problem, mld-listener-query, mld-listener-report, mld-listener-reduction, nd-router-solicit, nd-router-advert, nd-neighbor-solicit, nd-neighbor-advert } accept comment “Accept ICMPv6”
It is a known bug on 0.7 and solved on 0.9
https://bugzilla.netfilter.org/show_bug.cgi?id=1073 commit 0011985554e269e1cc8f8e5b41eb9dcd795ebe8c fixes this problem upstream.
|
|
Packages | Stable | Bug Report | Very Low | Medium | [postgrey] has systemd service and no OpenRC init scrip... | Unconfirmed | |
Task Description
Description: The title says everything
Also, it doesn’t follow the FHS (/usr/bin/postgrey should be in /usr/sbin)
Additional info: * postgrey-1.37-1
|
|
Packages | Stable | Bug Report | Medium | High | opensmtpd: permission problems | In Progress | |
Task Description
Description:
cat msg | /usr/sbin/sendmail – sendmail: No such file or directorycannot create temporary file /var/spool/smtpd/offline/1572544775.XXXXIqNsFX
Additional info: * package version: 6.4.2p1-1.hyperbola2.backports1
It is same problem as here: https://github.com/OpenSMTPD/OpenSMTPD/issues/839
I could solve it with:
sudo chmod g+s /usr/sbin/smtpctl sudo chmod g+s /usr/sbin/smtpctl
and then
sudo rc-service smtpd start
Even though I think I should not need to start it to use only sendmail.
|
|
Packages | Stable | Bug Report | Very Low | Low | [autofs]: default configuration is /etc/auto.master ins... | Unconfirmed | |
Task Description
Description:
default configuration is /etc/auto.master instead of /etc/autofs/auto.master
admin→ sudo /usr/bin/automount -v -f -p /run/autofs.pid Starting automounter version 5.1.2, master map /etc/auto.master using kernel protocol version 5.02 lookup(file): file map /etc/auto.master missing or not readable no mounts in table
|
|
Packages | Stable | Bug Report | Very Low | Medium | linphonec error (cli version) | Unconfirmed | |
Task Description
Description: linphonec is unusable because a error produce a continuous log
Additional info: linphone 3.11.1-1.hyperbola1
Steps to reproduce: linphonec
Log: linphonec> 2019-12-15 19:25:58:010 ortp-error-Error in connect: Network is unreachable 2019-12-15 19:26:03:012 ortp-error-Error in connect: Network is unreachable 2019-12-15 19:26:08:018 ortp-error-Error in connect: Network is unreachable 2019-12-15 19:26:13:013 ortp-error-Error in connect: Network is unreachable 2019-12-15 19:26:18:016 ortp-error-Error in connect: Network is unreachable 2019-12-15 19:26:23:014 ortp-error-Error in connect: Network is unreachable 2019-12-15 19:26:28:010 ortp-error-Error in connect: Network is unreachable 2019-12-15 19:26:33:010 ortp-error-Error in connect: Network is unreachable 2019-12-15 19:26:38:012 ortp-error-Error in connect: Network is unreachable 2019-12-15 19:26:43:015 ortp-error-Error in connect: Network is unreachable 2019-12-15 19:26:48:010 ortp-error-Error in connect: Network is unreachable 2019-12-15 19:26:53:010 ortp-error-Error in connect: Network is unreachable
|
|
Packages | Any | Bug Report | Very Low | Low | Xenocara xbacklight bug | Unconfirmed | |
Task Description
When i try to set the brightness on my screen, with xbacklight -set 100,
it does this:
No outputs have backlight property
and it doesn’t really matter if I set it lower than 100 or what it currently is at.
Fix when you can please!
|
|
Packages | Any | Bug Report | Very Low | Low | lightdm/lxdm bug | Unconfirmed | |
Task Description
It appears when I plug in my libreboot laptop x200 in, it appears to dim the screen and when its unplugged, the screen is bright again. Something peculiar is at work, I wondered if this could be fixed.
My assumption is it is related to lxdm or lightdm. Any thoughts?
I am currently using 0.4, so I don’t expect this to be a fast process, just when you get a chance okay?
|