Packages

Category Task Type Priority Severity Summary Status Progress  asc
StableBug ReportVery LowVery Low[spamassassin] has different directory permissions than...Deferred
0%
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

StableBug ReportVery LowVery Low[postfix] has different directory permissions than 'fil...Deferred
0%
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

StableBug ReportVery LowVery Low[fail2ban] update dovecot failregex to support verbose ...Unconfirmed
0%
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

AnyBug ReportLowMedium[cryptsetup] when dmcrypt start, the "/" filesystem, m...Assigned
0%
Task Description

When dmcrypt service start, the “/” filesystem is remounted, mtab is updated and bootmisc is recording the login users, by waiting time scheduling:

* root: waiting for dmcrypt (50 seconds)
* root: timed out waiting for dmcrypt
* Remounting root filesystem read/write ...
* Remounting filesystems ...
* mtab: waiting for dmcrypt (50 seconds)
* mtab: timed out waiting for dmcrypt
* Updating /etc/mtab ...
* Creating mtab symbolic link
* bootmisc: waiting to dmcrypt (50 seconds)
* bootmisc: timed out waiting for dmcrypt
* Creating user login records ...

These features on dmcrypt service are useless and these lines print above filesystem passphrase order (the printed line), those ones break printed console and print the pressed keyboard digit when I’m setting up password.
Sometimes this breaks services startup, and I need press “enter” consecutively to allow run the services.

AnyFreedom IssueMediumMedium[filesystem] Review of permissionsUnconfirmed
0%
Task Description

Description: Packages leaves warnings about installation being within difference of the filesystem. So the package filesystem should get another review in time and warnings get therefore a solution.

TestingBug ReportHighHigh [sway] error while loading shared libraries Closed
100%
Task Description

$ pacman -Si sway
Repository : community
Name : sway
Version : 0.12.2-1
Description : i3 compatible window manager for Wayland
Architecture : x86_64
URL : http://swaywm.org Licenses : MIT Groups : None
Provides : None
Depends On : wlc xorg-server-xwayland json-c pango wayland gdk-pixbuf2
Optional Deps : rxvt-unicode: Default terminal emulator.

                dmenu: Default for launching applications.
                imagemagick: For taking screenshots.
                ffmpeg: For recording screencasts.
                i3status: To display system information with a bar.

Conflicts With : None
Replaces : None
Download Size : 4.76 MiB
Installed Size : 5.32 MiB
Packager : Jerome Leclanche jerome@leclan.ch Build Date : Wed 12 Apr 2017 02:42:57 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ sway
sway: error while loading shared libraries: libsystemd.so.0: cannot open shared object file: No such file or directory

$ ldd /usr/bin/sway

linux-vdso.so.1 (0x00007fffe00eb000)
libwlc.so.0 => /usr/lib/libwlc.so.0 (0x00007f41d3298000)
libxkbcommon.so.0 => /usr/lib/libxkbcommon.so.0 (0x00007f41d3058000)
libjson-c.so.2 => /usr/lib/libjson-c.so.2 (0x00007f41d2e4d000)
libwayland-server.so.0 => /usr/lib/libwayland-server.so.0 (0x00007f41d2c3a000)
libinput.so.10 => /usr/lib/libinput.so.10 (0x00007f41d2a05000)
libpangocairo-1.0.so.0 => /usr/lib/libpangocairo-1.0.so.0 (0x00007f41d27f8000)
libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0x00007f41d25ac000)
libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x00007f41d235a000)
libcairo.so.2 => /usr/lib/libcairo.so.2 (0x00007f41d202c000)
libm.so.6 => /usr/lib/libm.so.6 (0x00007f41d1d19000)
libcap.so.2 => /usr/lib/libcap.so.2 (0x00007f41d1b15000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007f41d1771000)
libpixman-1.so.0 => /usr/lib/libpixman-1.so.0 (0x00007f41d14c9000)
libudev.so.1 => /usr/lib/libudev.so.1 (0x00007f41d12a4000)
libGLESv2.so.2 => /usr/lib/libGLESv2.so.2 (0x00007f41d109a000)
libEGL.so.1 => /usr/lib/libEGL.so.1 (0x00007f41d0e65000)
libdrm.so.2 => /usr/lib/libdrm.so.2 (0x00007f41d0c54000)
libgbm.so.1 => /usr/lib/libgbm.so.1 (0x00007f41d0a47000)
libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f41d0843000)
libX11.so.6 => /usr/lib/libX11.so.6 (0x00007f41d0504000)
libX11-xcb.so.1 => /usr/lib/libX11-xcb.so.1 (0x00007f41d0302000)
libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007f41d00d9000)
libxcb-composite.so.0 => /usr/lib/libxcb-composite.so.0 (0x00007f41cfed6000)
libxcb-xkb.so.1 => /usr/lib/libxcb-xkb.so.1 (0x00007f41cfcb9000)
libxcb-image.so.0 => /usr/lib/libxcb-image.so.0 (0x00007f41cfab4000)
libxcb-xfixes.so.0 => /usr/lib/libxcb-xfixes.so.0 (0x00007f41cf8ac000)
libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0x00007f41cf65b000)
libsystemd.so.0 => not found
libffi.so.6 => /usr/lib/libffi.so.6 (0x00007f41cf452000)
librt.so.1 => /usr/lib/librt.so.1 (0x00007f41cf24a000)
libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f41cf02c000)
libmtdev.so.1 => /usr/lib/libmtdev.so.1 (0x00007f41cee26000)
libevdev.so.2 => /usr/lib/libevdev.so.2 (0x00007f41cec0c000)
libwacom.so.2 => /usr/lib/libwacom.so.2 (0x00007f41cea02000)
libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0x00007f41ce7ed000)
libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x00007f41ce4d9000)
libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x00007f41ce295000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x00007f41cdfd4000)
libthai.so.0 => /usr/lib/libthai.so.0 (0x00007f41cddca000)
libpng16.so.16 => /usr/lib/libpng16.so.16 (0x00007f41cdb94000)
libxcb-shm.so.0 => /usr/lib/libxcb-shm.so.0 (0x00007f41cd990000)
libxcb-render.so.0 => /usr/lib/libxcb-render.so.0 (0x00007f41cd782000)
libXrender.so.1 => /usr/lib/libXrender.so.1 (0x00007f41cd577000)
libXext.so.6 => /usr/lib/libXext.so.6 (0x00007f41cd365000)
libz.so.1 => /usr/lib/libz.so.1 (0x00007f41cd14e000)
libGL.so.1 => /usr/lib/libGL.so.1 (0x00007f41ccedc000)
/lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007f41d34db000)
libglapi.so.0 => /usr/lib/libglapi.so.0 (0x00007f41cccad000)
libxcb-dri2.so.0 => /usr/lib/libxcb-dri2.so.0 (0x00007f41ccaa8000)
libxcb-dri3.so.0 => /usr/lib/libxcb-dri3.so.0 (0x00007f41cc8a5000)
libxcb-present.so.0 => /usr/lib/libxcb-present.so.0 (0x00007f41cc6a2000)
libxcb-sync.so.1 => /usr/lib/libxcb-sync.so.1 (0x00007f41cc49b000)
libxshmfence.so.1 => /usr/lib/libxshmfence.so.1 (0x00007f41cc298000)
libwayland-client.so.0 => /usr/lib/libwayland-client.so.0 (0x00007f41cc089000)
libexpat.so.1 => /usr/lib/libexpat.so.1 (0x00007f41cbe5f000)
libXau.so.6 => /usr/lib/libXau.so.6 (0x00007f41cbc5b000)
libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007f41cba55000)
libxcb-util.so.1 => /usr/lib/libxcb-util.so.1 (0x00007f41cb84f000)
libelogind.so.0 => /usr/lib/libelogind.so.0 (0x00007f41d3634000)
libgudev-1.0.so.0 => /usr/lib/libgudev-1.0.so.0 (0x00007f41cb645000)
libharfbuzz.so.0 => /usr/lib/libharfbuzz.so.0 (0x00007f41cb3b1000)
libpcre.so.1 => /usr/lib/libpcre.so.1 (0x00007f41cb13e000)
libbz2.so.1.0 => /usr/lib/libbz2.so.1.0 (0x00007f41caf2e000)
libdatrie.so.1 => /usr/lib/libdatrie.so.1 (0x00007f41cad26000)
libXdamage.so.1 => /usr/lib/libXdamage.so.1 (0x00007f41cab23000)
libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0x00007f41ca91d000)
libxcb-glx.so.0 => /usr/lib/libxcb-glx.so.0 (0x00007f41ca701000)
libXxf86vm.so.1 => /usr/lib/libXxf86vm.so.1 (0x00007f41ca4fb000)
libgio-2.0.so.0 => /usr/lib/libgio-2.0.so.0 (0x00007f41ca166000)
libgraphite2.so.3 => /usr/lib/libgraphite2.so.3 (0x00007f41c9f3a000)
libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x00007f41c9d36000)
libresolv.so.2 => /usr/lib/libresolv.so.2 (0x00007f41c9b20000)
libmount.so.1 => /usr/lib/libmount.so.1 (0x00007f41c98d2000)
libblkid.so.1 => /usr/lib/libblkid.so.1 (0x00007f41c968c000)
libuuid.so.1 => /usr/lib/libuuid.so.1 (0x00007f41c9487000)
TestingFeature RequestMediumMedium [irqbalance] needs OpenRC init script Closed
100%
Task Description

$ pacman -Si irqbalance
Repository : extra
Name : irqbalance
Version : 1.2.0-1
Description : IRQ balancing daemon for SMP systems
Architecture : x86_64
URL : https://github.com/Irqbalance/irqbalance Licenses : GPL Groups : None
Provides : None
Depends On : glib2 numactl libcap-ng
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 34.04 KiB
Installed Size : 90.00 KiB
Packager : Bartlomiej Piotrowski bpiotrowski@archlinux.org Build Date : Tue 07 Feb 2017 05:17:25 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql irqbalance
irqbalance /usr/
irqbalance /usr/bin/
irqbalance /usr/bin/irqbalance
irqbalance /usr/bin/irqbalance-ui
irqbalance /usr/lib/
irqbalance /usr/lib/systemd/
irqbalance /usr/lib/systemd/system/
irqbalance /usr/lib/systemd/system/irqbalance.service
irqbalance /usr/share/
irqbalance /usr/share/man/
irqbalance /usr/share/man/man1/
irqbalance /usr/share/man/man1/irqbalance.1.gz

TestingFeature RequestMediumMedium [audit] needs OpenRC init script Closed
100%
Task Description

$ pacman -Si audit
Repository : community
Name : audit
Version : 2.7.6-1
Description : Userspace components of the audit framework
Architecture : x86_64
URL : https://people.redhat.com/sgrubb/audit Licenses : GPL Groups : None
Provides : None
Depends On : krb5 libcap-ng
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 417.98 KiB
Installed Size : 1731.00 KiB
Packager : Christian Rebischke Chris.Rebischke@archlinux.org Build Date : Mon 01 May 2017 08:31:55 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql audit
audit /etc/
audit /etc/audisp/
audit /etc/audisp/audisp-remote.conf
audit /etc/audisp/audispd.conf
audit /etc/audisp/plugins.d/
audit /etc/audisp/plugins.d/af_unix.conf
audit /etc/audisp/plugins.d/au-remote.conf
audit /etc/audisp/plugins.d/audispd-zos-remote.conf
audit /etc/audisp/plugins.d/syslog.conf
audit /etc/audisp/zos-remote.conf
audit /etc/audit/
audit /etc/audit/audit-stop.rules
audit /etc/audit/auditd.conf
audit /etc/libaudit.conf
audit /usr/
audit /usr/bin/
audit /usr/bin/audisp-remote
audit /usr/bin/audispd
audit /usr/bin/audispd-zos-remote
audit /usr/bin/auditctl
audit /usr/bin/auditd
audit /usr/bin/augenrules
audit /usr/bin/aulast
audit /usr/bin/aulastlog
audit /usr/bin/aureport
audit /usr/bin/ausearch
audit /usr/bin/ausyscall
audit /usr/bin/autrace
audit /usr/bin/auvirt
audit /usr/include/
audit /usr/include/auparse-defs.h
audit /usr/include/auparse.h
audit /usr/include/libaudit.h
audit /usr/lib/
audit /usr/lib/libaudit.so
audit /usr/lib/libaudit.so.1
audit /usr/lib/libaudit.so.1.0.0
audit /usr/lib/libauparse.so
audit /usr/lib/libauparse.so.0
audit /usr/lib/libauparse.so.0.0.0
audit /usr/lib/pkgconfig/
audit /usr/lib/pkgconfig/audit.pc
audit /usr/lib/pkgconfig/auparse.pc
audit /usr/lib/python2.7/
audit /usr/lib/python2.7/site-packages/
audit /usr/lib/python2.7/site-packages/_audit.so
audit /usr/lib/python2.7/site-packages/audit.py
audit /usr/lib/python2.7/site-packages/audit.pyc
audit /usr/lib/python2.7/site-packages/audit.pyo
audit /usr/lib/python2.7/site-packages/auparse.so
audit /usr/lib/python3.6/
audit /usr/lib/python3.6/site-packages/
audit /usr/lib/python3.6/site-packages/pycache/
audit /usr/lib/python3.6/site-packages/pycache/audit.cpython-36.opt-1.pyc
audit /usr/lib/python3.6/site-packages/pycache/audit.cpython-36.pyc
audit /usr/lib/python3.6/site-packages/_audit.so
audit /usr/lib/python3.6/site-packages/audit.py
audit /usr/lib/python3.6/site-packages/auparse.so
audit /usr/lib/systemd/
audit /usr/lib/systemd/system/
audit /usr/lib/systemd/system/auditd.service
audit /usr/share/
audit /usr/share/aclocal/
audit /usr/share/aclocal/audit.m4
audit /usr/share/man/
audit /usr/share/man/man3/
audit /usr/share/man/man3/audit_add_rule_data.3.gz
audit /usr/share/man/man3/audit_add_watch.3.gz
audit /usr/share/man/man3/audit_delete_rule_data.3.gz
audit /usr/share/man/man3/audit_detect_machine.3.gz
audit /usr/share/man/man3/audit_encode_nv_string.3.gz
audit /usr/share/man/man3/audit_get_reply.3.gz
audit /usr/share/man/man3/audit_get_session.3.gz
audit /usr/share/man/man3/audit_getloginuid.3.gz
audit /usr/share/man/man3/audit_log_acct_message.3.gz
audit /usr/share/man/man3/audit_log_semanage_message.3.gz
audit /usr/share/man/man3/audit_log_user_avc_message.3.gz
audit /usr/share/man/man3/audit_log_user_comm_message.3.gz
audit /usr/share/man/man3/audit_log_user_command.3.gz
audit /usr/share/man/man3/audit_log_user_message.3.gz
audit /usr/share/man/man3/audit_open.3.gz
audit /usr/share/man/man3/audit_request_rules_list_data.3.gz
audit /usr/share/man/man3/audit_request_signal_info.3.gz
audit /usr/share/man/man3/audit_request_status.3.gz
audit /usr/share/man/man3/audit_set_backlog_limit.3.gz
audit /usr/share/man/man3/audit_set_backlog_wait_time.3.gz
audit /usr/share/man/man3/audit_set_enabled.3.gz
audit /usr/share/man/man3/audit_set_failure.3.gz
audit /usr/share/man/man3/audit_set_pid.3.gz
audit /usr/share/man/man3/audit_set_rate_limit.3.gz
audit /usr/share/man/man3/audit_setloginuid.3.gz
audit /usr/share/man/man3/audit_update_watch_perms.3.gz
audit /usr/share/man/man3/auparse_add_callback.3.gz
audit /usr/share/man/man3/auparse_destroy.3.gz
audit /usr/share/man/man3/auparse_feed.3.gz
audit /usr/share/man/man3/auparse_feed_age_events.3.gz
audit /usr/share/man/man3/auparse_feed_has_data.3.gz
audit /usr/share/man/man3/auparse_find_field.3.gz
audit /usr/share/man/man3/auparse_find_field_next.3.gz
audit /usr/share/man/man3/auparse_first_field.3.gz
audit /usr/share/man/man3/auparse_first_record.3.gz
audit /usr/share/man/man3/auparse_flush_feed.3.gz
audit /usr/share/man/man3/auparse_get_field_int.3.gz
audit /usr/share/man/man3/auparse_get_field_name.3.gz
audit /usr/share/man/man3/auparse_get_field_num.3.gz
audit /usr/share/man/man3/auparse_get_field_str.3.gz
audit /usr/share/man/man3/auparse_get_field_type.3.gz
audit /usr/share/man/man3/auparse_get_filename.3.gz
audit /usr/share/man/man3/auparse_get_line_number.3.gz
audit /usr/share/man/man3/auparse_get_milli.3.gz
audit /usr/share/man/man3/auparse_get_node.3.gz
audit /usr/share/man/man3/auparse_get_num_fields.3.gz
audit /usr/share/man/man3/auparse_get_num_records.3.gz
audit /usr/share/man/man3/auparse_get_record_num.3.gz
audit /usr/share/man/man3/auparse_get_record_text.3.gz
audit /usr/share/man/man3/auparse_get_serial.3.gz
audit /usr/share/man/man3/auparse_get_time.3.gz
audit /usr/share/man/man3/auparse_get_timestamp.3.gz
audit /usr/share/man/man3/auparse_get_type.3.gz
audit /usr/share/man/man3/auparse_get_type_name.3.gz
audit /usr/share/man/man3/auparse_goto_field_num.3.gz
audit /usr/share/man/man3/auparse_goto_record_num.3.gz
audit /usr/share/man/man3/auparse_init.3.gz
audit /usr/share/man/man3/auparse_interpret_field.3.gz
audit /usr/share/man/man3/auparse_next_event.3.gz
audit /usr/share/man/man3/auparse_next_field.3.gz
audit /usr/share/man/man3/auparse_next_record.3.gz
audit /usr/share/man/man3/auparse_node_compare.3.gz
audit /usr/share/man/man3/auparse_normalize.3.gz
audit /usr/share/man/man3/auparse_normalize_functions.3.gz
audit /usr/share/man/man3/auparse_reset.3.gz
audit /usr/share/man/man3/auparse_set_escape_mode.3.gz
audit /usr/share/man/man3/auparse_timestamp_compare.3.gz
audit /usr/share/man/man3/ausearch_add_expression.3.gz
audit /usr/share/man/man3/ausearch_add_interpreted_item.3.gz
audit /usr/share/man/man3/ausearch_add_item.3.gz
audit /usr/share/man/man3/ausearch_add_regex.3.gz
audit /usr/share/man/man3/ausearch_add_timestamp_item.3.gz
audit /usr/share/man/man3/ausearch_add_timestamp_item_ex.3.gz
audit /usr/share/man/man3/ausearch_clear.3.gz
audit /usr/share/man/man3/ausearch_next_event.3.gz
audit /usr/share/man/man3/ausearch_set_stop.3.gz
audit /usr/share/man/man3/get_auditfail_action.3.gz
audit /usr/share/man/man3/set_aumessage_mode.3.gz
audit /usr/share/man/man5/
audit /usr/share/man/man5/audisp-remote.conf.5.gz
audit /usr/share/man/man5/audispd.conf.5.gz
audit /usr/share/man/man5/auditd.conf.5.gz
audit /usr/share/man/man5/ausearch-expression.5.gz
audit /usr/share/man/man5/libaudit.conf.5.gz
audit /usr/share/man/man5/zos-remote.conf.5.gz
audit /usr/share/man/man7/
audit /usr/share/man/man7/audit.rules.7.gz
audit /usr/share/man/man8/
audit /usr/share/man/man8/audisp-remote.8.gz
audit /usr/share/man/man8/audispd-zos-remote.8.gz
audit /usr/share/man/man8/audispd.8.gz
audit /usr/share/man/man8/auditctl.8.gz
audit /usr/share/man/man8/auditd.8.gz
audit /usr/share/man/man8/augenrules.8.gz
audit /usr/share/man/man8/aulast.8.gz
audit /usr/share/man/man8/aulastlog.8.gz
audit /usr/share/man/man8/aureport.8.gz
audit /usr/share/man/man8/ausearch.8.gz
audit /usr/share/man/man8/ausyscall.8.gz
audit /usr/share/man/man8/autrace.8.gz
audit /usr/share/man/man8/auvirt.8.gz
audit /var/
audit /var/log/
audit /var/log/audit/

TestingBug ReportHighHigh [sddm] error while loading shared libraries Closed
100%
Task Description

$ pacman -Si sddm
Repository : extra
Name : sddm
Version : 0.14.0-2
Description : QML based X11 display manager
Architecture : x86_64
URL : http://github.com/sddm/sddm Licenses : GPL Groups : None
Provides : display-manager
Depends On : qt5-declarative
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 3.22 MiB
Installed Size : 4.16 MiB
Packager : Antonio Rojas arojas@archlinux.org Build Date : Fri 02 Sep 2016 03:45:49 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ sddm
sddm: error while loading shared libraries: libsystemd.so.0: cannot open shared object file: No such file or directory

$ ldd /usr/bin/sddm

linux-vdso.so.1 (0x00007ffe6dbf3000)
libQt5DBus.so.5 => /usr/lib/libQt5DBus.so.5 (0x00007f4f42c22000)
libQt5Qml.so.5 => /usr/lib/libQt5Qml.so.5 (0x00007f4f4261e000)
libsystemd.so.0 => not found
libQt5Network.so.5 => /usr/lib/libQt5Network.so.5 (0x00007f4f42293000)
libQt5Core.so.5 => /usr/lib/libQt5Core.so.5 (0x00007f4f41bb7000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f4f4182f000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007f4f41618000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007f4f41274000)
libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f4f41056000)
libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0x00007f4f40e05000)
libm.so.6 => /usr/lib/libm.so.6 (0x00007f4f40af2000)
libssl.so.1.0.0 => /usr/lib/libssl.so.1.0.0 (0x00007f4f40884000)
libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0x00007f4f40413000)
libz.so.1 => /usr/lib/libz.so.1 (0x00007f4f401fc000)
libicui18n.so.59 => /usr/lib/libicui18n.so.59 (0x00007f4f3fd7e000)
libicuuc.so.59 => /usr/lib/libicuuc.so.59 (0x00007f4f3f9cd000)
libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f4f3f7c9000)
librt.so.1 => /usr/lib/librt.so.1 (0x00007f4f3f5c1000)
libpcre16.so.0 => /usr/lib/libpcre16.so.0 (0x00007f4f3f358000)
libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x00007f4f3f044000)
/lib64/ld-linux-x86-64.so.2 (0x00007f4f42eae000)
libelogind.so.0 => /usr/lib/libelogind.so.0 (0x00007f4f43013000)
libicudata.so.59 => /usr/lib/libicudata.so.59 (0x00007f4f3d531000)
libpcre.so.1 => /usr/lib/libpcre.so.1 (0x00007f4f3d2be000)
libcap.so.2 => /usr/lib/libcap.so.2 (0x00007f4f3d0ba000)
TestingFeature RequestMediumMedium [cups-filters] needs OpenRC init script Closed
100%
Task Description

$ pacman -Si cups-filters
Repository : extra
Name : cups-filters
Version : 1.13.5-1.hyperbola1
Description : OpenPrinting CUPS Filters, without foomatic-db-nonfree recommendation
Architecture : x86_64
URL : https://wiki.linuxfoundation.org/openprinting/cups-filters Licenses : custom
Groups : None
Provides : foomatic-filters
Depends On : lcms2 poppler=0.54.0 qpdf imagemagick liblouis ijs libcups
Optional Deps : ghostscript: for non-PostScript printers to print with CUPS to convert PostScript to raster images

                foomatic-db: drivers use Ghostscript to convert PostScript to a printable form directly
                foomatic-db-engine: drivers use Ghostscript to convert PostScript to a printable form directly
                antiword: needed to convert MS Word documents (requires also docx2txt)

Conflicts With : foomatic-filters
Replaces : foomatic-filters
Download Size : 759.14 KiB
Installed Size : 2800.00 KiB
Packager : André Silva emulatorman@hyperbola.info Build Date : Mon 15 May 2017 11:31:43 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql cups-filters
cups-filters /etc/
cups-filters /etc/cups/
cups-filters /etc/cups/cups-browsed.conf
cups-filters /etc/fonts/
cups-filters /etc/fonts/conf.d/
cups-filters /etc/fonts/conf.d/99pdftoopvp.conf
cups-filters /usr/
cups-filters /usr/bin/
cups-filters /usr/bin/cups-browsed
cups-filters /usr/bin/driverless
cups-filters /usr/bin/foomatic-rip
cups-filters /usr/bin/ttfread
cups-filters /usr/include/
cups-filters /usr/include/cupsfilters/
cups-filters /usr/include/cupsfilters/colord.h
cups-filters /usr/include/cupsfilters/colormanager.h
cups-filters /usr/include/cupsfilters/driver.h
cups-filters /usr/include/cupsfilters/image.h
cups-filters /usr/include/cupsfilters/ppdgenerator.h
cups-filters /usr/include/cupsfilters/raster.h
cups-filters /usr/include/fontembed/
cups-filters /usr/include/fontembed/bitset.h
cups-filters /usr/include/fontembed/embed.h
cups-filters /usr/include/fontembed/fontfile.h
cups-filters /usr/include/fontembed/iofn.h
cups-filters /usr/include/fontembed/sfnt.h
cups-filters /usr/lib/
cups-filters /usr/lib/cups/
cups-filters /usr/lib/cups/backend/
cups-filters /usr/lib/cups/backend/beh
cups-filters /usr/lib/cups/backend/driverless
cups-filters /usr/lib/cups/backend/implicitclass
cups-filters /usr/lib/cups/backend/parallel
cups-filters /usr/lib/cups/backend/serial
cups-filters /usr/lib/cups/driver/
cups-filters /usr/lib/cups/driver/driverless
cups-filters /usr/lib/cups/filter/
cups-filters /usr/lib/cups/filter/bannertopdf
cups-filters /usr/lib/cups/filter/brftoembosser
cups-filters /usr/lib/cups/filter/commandtoescpx
cups-filters /usr/lib/cups/filter/commandtopclx
cups-filters /usr/lib/cups/filter/foomatic-rip
cups-filters /usr/lib/cups/filter/gstopdf
cups-filters /usr/lib/cups/filter/gstopxl
cups-filters /usr/lib/cups/filter/gstoraster
cups-filters /usr/lib/cups/filter/imagetobrf
cups-filters /usr/lib/cups/filter/imagetopdf
cups-filters /usr/lib/cups/filter/imagetops
cups-filters /usr/lib/cups/filter/imagetoraster
cups-filters /usr/lib/cups/filter/imagetoubrl
cups-filters /usr/lib/cups/filter/imageubrltoindexv3
cups-filters /usr/lib/cups/filter/imageubrltoindexv4
cups-filters /usr/lib/cups/filter/mupdftoraster
cups-filters /usr/lib/cups/filter/pdftoijs
cups-filters /usr/lib/cups/filter/pdftoopvp
cups-filters /usr/lib/cups/filter/pdftopdf
cups-filters /usr/lib/cups/filter/pdftops
cups-filters /usr/lib/cups/filter/pdftoraster
cups-filters /usr/lib/cups/filter/rastertoescpx
cups-filters /usr/lib/cups/filter/rastertopclx
cups-filters /usr/lib/cups/filter/rastertopdf
cups-filters /usr/lib/cups/filter/rastertops
cups-filters /usr/lib/cups/filter/sys5ippprinter
cups-filters /usr/lib/cups/filter/textbrftoindexv3
cups-filters /usr/lib/cups/filter/textbrftoindexv4
cups-filters /usr/lib/cups/filter/texttobrf
cups-filters /usr/lib/cups/filter/texttopdf
cups-filters /usr/lib/cups/filter/texttops
cups-filters /usr/lib/cups/filter/texttotext
cups-filters /usr/lib/libcupsfilters.so
cups-filters /usr/lib/libcupsfilters.so.1
cups-filters /usr/lib/libcupsfilters.so.1.0.0
cups-filters /usr/lib/libfontembed.so
cups-filters /usr/lib/libfontembed.so.1
cups-filters /usr/lib/libfontembed.so.1.0.0
cups-filters /usr/lib/pkgconfig/
cups-filters /usr/lib/pkgconfig/libcupsfilters.pc
cups-filters /usr/lib/pkgconfig/libfontembed.pc
cups-filters /usr/lib/systemd/
cups-filters /usr/lib/systemd/system/
cups-filters /usr/lib/systemd/system/cups-browsed.service
cups-filters /usr/share/
cups-filters /usr/share/cups/
cups-filters /usr/share/cups/banners/
cups-filters /usr/share/cups/banners/classified
cups-filters /usr/share/cups/banners/confidential
cups-filters /usr/share/cups/banners/form
cups-filters /usr/share/cups/banners/secret
cups-filters /usr/share/cups/banners/standard
cups-filters /usr/share/cups/banners/topsecret
cups-filters /usr/share/cups/banners/unclassified
cups-filters /usr/share/cups/braille/
cups-filters /usr/share/cups/braille/cups-braille.sh
cups-filters /usr/share/cups/braille/index.sh
cups-filters /usr/share/cups/braille/indexv3.sh
cups-filters /usr/share/cups/braille/indexv4.sh
cups-filters /usr/share/cups/charsets/
cups-filters /usr/share/cups/charsets/pdf.utf-8
cups-filters /usr/share/cups/charsets/pdf.utf-8.heavy
cups-filters /usr/share/cups/charsets/pdf.utf-8.simple
cups-filters /usr/share/cups/data/
cups-filters /usr/share/cups/data/classified.pdf
cups-filters /usr/share/cups/data/confidential.pdf
cups-filters /usr/share/cups/data/default-testpage.pdf
cups-filters /usr/share/cups/data/default.pdf
cups-filters /usr/share/cups/data/form_english.pdf
cups-filters /usr/share/cups/data/form_english_in.odt
cups-filters /usr/share/cups/data/form_russian.pdf
cups-filters /usr/share/cups/data/form_russian_in.odt
cups-filters /usr/share/cups/data/secret.pdf
cups-filters /usr/share/cups/data/standard.pdf
cups-filters /usr/share/cups/data/testprint
cups-filters /usr/share/cups/data/topsecret.pdf
cups-filters /usr/share/cups/data/unclassified.pdf
cups-filters /usr/share/cups/drv/
cups-filters /usr/share/cups/drv/cupsfilters.drv
cups-filters /usr/share/cups/drv/generic-brf.drv
cups-filters /usr/share/cups/drv/indexv3.drv
cups-filters /usr/share/cups/drv/indexv4.drv
cups-filters /usr/share/cups/mime/
cups-filters /usr/share/cups/mime/braille.convs
cups-filters /usr/share/cups/mime/braille.types
cups-filters /usr/share/cups/mime/cupsfilters-ghostscript.convs
cups-filters /usr/share/cups/mime/cupsfilters-mupdf.convs
cups-filters /usr/share/cups/mime/cupsfilters-poppler.convs
cups-filters /usr/share/cups/mime/cupsfilters.convs
cups-filters /usr/share/cups/mime/cupsfilters.types
cups-filters /usr/share/cups/ppdc/
cups-filters /usr/share/cups/ppdc/braille.defs
cups-filters /usr/share/cups/ppdc/escp.h
cups-filters /usr/share/cups/ppdc/fr-braille.po
cups-filters /usr/share/cups/ppdc/imagemagick.defs
cups-filters /usr/share/cups/ppdc/index.defs
cups-filters /usr/share/cups/ppdc/liblouis.defs
cups-filters /usr/share/cups/ppdc/liblouis1.defs.gen.in
cups-filters /usr/share/cups/ppdc/liblouis2.defs
cups-filters /usr/share/cups/ppdc/liblouis3.defs
cups-filters /usr/share/cups/ppdc/liblouis4.defs
cups-filters /usr/share/cups/ppdc/media-braille.defs
cups-filters /usr/share/cups/ppdc/pcl.h
cups-filters /usr/share/doc/
cups-filters /usr/share/doc/cups-filters/
cups-filters /usr/share/doc/cups-filters/AUTHORS
cups-filters /usr/share/doc/cups-filters/COPYING
cups-filters /usr/share/doc/cups-filters/INSTALL
cups-filters /usr/share/doc/cups-filters/NEWS
cups-filters /usr/share/doc/cups-filters/README
cups-filters /usr/share/licenses/
cups-filters /usr/share/licenses/cups-filters/
cups-filters /usr/share/licenses/cups-filters/COPYING
cups-filters /usr/share/man/
cups-filters /usr/share/man/man1/
cups-filters /usr/share/man/man1/driverless.1.gz
cups-filters /usr/share/man/man1/foomatic-rip.1.gz
cups-filters /usr/share/man/man5/
cups-filters /usr/share/man/man5/cups-browsed.conf.5.gz
cups-filters /usr/share/man/man8/
cups-filters /usr/share/man/man8/cups-browsed.8.gz
cups-filters /usr/share/ppd/
cups-filters /usr/share/ppd/cupsfilters/
cups-filters /usr/share/ppd/cupsfilters/Fuji_Xerox-DocuPrint_CM305_df-PDF.ppd
cups-filters /usr/share/ppd/cupsfilters/Generic-PDF_Printer-PDF.ppd
cups-filters /usr/share/ppd/cupsfilters/HP-Color_LaserJet_CM3530_MFP-PDF.ppd
cups-filters /usr/share/ppd/cupsfilters/HP-PhotoSmart_Pro_B8300-hpijs-pdftoijs.ppd
cups-filters /usr/share/ppd/cupsfilters/Ricoh-PDF_Printer-PDF.ppd
cups-filters /usr/share/ppd/cupsfilters/pxlcolor.ppd
cups-filters /usr/share/ppd/cupsfilters/pxlmono.ppd

TestingFeature RequestMediumMedium [hostname-blanker] needs OpenRC init script Closed
100%
Task Description

$ pacman -Si hostname-blanker
Repository : community
Name : hostname-blanker
Version : 0.1-1
Description : Service that removes computer hostname by setting it to localhost on startup, hence sending nothing to the network.
Architecture : any
URL : None
Licenses : GPL2
Groups : None
Provides : hostname-protection
Depends On : systemd
Optional Deps : None
Conflicts With : None
Replaces : hostname-protection
Download Size : 3.00 KiB
Installed Size : 25.00 KiB
Packager : André Silva emulatorman@hyperbola.info Build Date : Tue 13 Jun 2017 02:48:08 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql hostname-blanker
hostname-blanker /opt/
hostname-blanker /opt/hostname-blanker.sh
hostname-blanker /usr/
hostname-blanker /usr/lib/
hostname-blanker /usr/lib/systemd/
hostname-blanker /usr/lib/systemd/system/
hostname-blanker /usr/lib/systemd/system/hostname-blanker.service

TestingFeature RequestMediumMedium [dmraid] add cron job support Closed
100%
Task Description
$ pacman -Si dmraid
Repository      : core
Name            : dmraid
Version         : 1.0.0.rc16.3-10
Description     : Device mapper RAID interface
Architecture    : x86_64
URL             : http://people.redhat.com/~heinzm/sw/dmraid/
Licenses        : GPL
Groups          : None
Provides        : None
Depends On      : device-mapper>=2.0.54
Optional Deps   : None
Conflicts With  : mkinitcpio<0.7
Replaces        : None
Download Size   : 108.95 KiB
Installed Size  : 365.00 KiB
Packager        : Tobias Powalowski <tpowa@archlinux.org>
Build Date      : Mon 21 Oct 2013 05:26:08 AM -02
Validated By    : MD5 Sum  SHA-256 Sum  Signature
$ pacman -Ql dmraid
dmraid /usr/
dmraid /usr/bin/
dmraid /usr/bin/dmevent_tool
dmraid /usr/bin/dmraid
dmraid /usr/include/
dmraid /usr/include/dmraid/
dmraid /usr/include/dmraid/display.h
dmraid /usr/include/dmraid/dmraid.h
dmraid /usr/include/dmraid/dmreg.h
dmraid /usr/include/dmraid/format.h
dmraid /usr/include/dmraid/lib_context.h
dmraid /usr/include/dmraid/list.h
dmraid /usr/include/dmraid/locking.h
dmraid /usr/include/dmraid/metadata.h
dmraid /usr/include/dmraid/misc.h
dmraid /usr/include/dmraid/reconfig.h
dmraid /usr/lib/
dmraid /usr/lib/device-mapper/
dmraid /usr/lib/device-mapper/libdmraid-events-isw.so
dmraid /usr/lib/initcpio/
dmraid /usr/lib/initcpio/hooks/
dmraid /usr/lib/initcpio/hooks/dmraid
dmraid /usr/lib/initcpio/install/
dmraid /usr/lib/initcpio/install/dmraid
dmraid /usr/lib/libdmraid-events-isw.so
dmraid /usr/lib/libdmraid.so
dmraid /usr/lib/libdmraid.so.1
dmraid /usr/lib/libdmraid.so.1.0.0
dmraid /usr/lib/systemd/
dmraid /usr/lib/systemd/system/
dmraid /usr/lib/systemd/system/dmraid.service
dmraid /usr/lib/tmpfiles.d/
dmraid /usr/lib/tmpfiles.d/dmraid.conf
dmraid /usr/share/
dmraid /usr/share/man/
dmraid /usr/share/man/man8/
dmraid /usr/share/man/man8/dmevent_tool.8.gz
dmraid /usr/share/man/man8/dmraid.8.gz
TestingFeature RequestMediumMedium [dnsmasq] needs OpenRC init script  Closed
100%
Task Description

$ pacman -Si dnsmasq
Repository : extra
Name : dnsmasq
Version : 2.76-4
Description : Lightweight, easy to configure DNS forwarder and DHCP server
Architecture : x86_64
URL : http://www.thekelleys.org.uk/dnsmasq/doc.html Licenses : GPL Groups : None
Provides : None
Depends On : glibc gmp libidn libdbus libnetfilter_conntrack nettle
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 310.84 KiB
Installed Size : 686.00 KiB
Packager : Christian Hesse arch@eworm.de Build Date : Wed 11 Jan 2017 12:27:06 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql dnsmasq
dnsmasq /etc/
dnsmasq /etc/dnsmasq.conf
dnsmasq /usr/
dnsmasq /usr/bin/
dnsmasq /usr/bin/dnsmasq
dnsmasq /usr/lib/
dnsmasq /usr/lib/systemd/
dnsmasq /usr/lib/systemd/system/
dnsmasq /usr/lib/systemd/system/dnsmasq.service
dnsmasq /usr/lib/sysusers.d/
dnsmasq /usr/lib/sysusers.d/dnsmasq.conf
dnsmasq /usr/share/
dnsmasq /usr/share/dbus-1/
dnsmasq /usr/share/dbus-1/system.d/
dnsmasq /usr/share/dbus-1/system.d/dnsmasq.conf
dnsmasq /usr/share/dnsmasq/
dnsmasq /usr/share/dnsmasq/trust-anchors.conf
dnsmasq /usr/share/locale/
dnsmasq /usr/share/locale/de/
dnsmasq /usr/share/locale/de/LC_MESSAGES/
dnsmasq /usr/share/locale/de/LC_MESSAGES/dnsmasq.mo
dnsmasq /usr/share/locale/es/
dnsmasq /usr/share/locale/es/LC_MESSAGES/
dnsmasq /usr/share/locale/es/LC_MESSAGES/dnsmasq.mo
dnsmasq /usr/share/locale/fi/
dnsmasq /usr/share/locale/fi/LC_MESSAGES/
dnsmasq /usr/share/locale/fi/LC_MESSAGES/dnsmasq.mo
dnsmasq /usr/share/locale/fr/
dnsmasq /usr/share/locale/fr/LC_MESSAGES/
dnsmasq /usr/share/locale/fr/LC_MESSAGES/dnsmasq.mo
dnsmasq /usr/share/locale/id/
dnsmasq /usr/share/locale/id/LC_MESSAGES/
dnsmasq /usr/share/locale/id/LC_MESSAGES/dnsmasq.mo
dnsmasq /usr/share/locale/it/
dnsmasq /usr/share/locale/it/LC_MESSAGES/
dnsmasq /usr/share/locale/it/LC_MESSAGES/dnsmasq.mo
dnsmasq /usr/share/locale/no/
dnsmasq /usr/share/locale/no/LC_MESSAGES/
dnsmasq /usr/share/locale/no/LC_MESSAGES/dnsmasq.mo
dnsmasq /usr/share/locale/pl/
dnsmasq /usr/share/locale/pl/LC_MESSAGES/
dnsmasq /usr/share/locale/pl/LC_MESSAGES/dnsmasq.mo
dnsmasq /usr/share/locale/pt_BR/
dnsmasq /usr/share/locale/pt_BR/LC_MESSAGES/
dnsmasq /usr/share/locale/pt_BR/LC_MESSAGES/dnsmasq.mo
dnsmasq /usr/share/locale/ro/
dnsmasq /usr/share/locale/ro/LC_MESSAGES/
dnsmasq /usr/share/locale/ro/LC_MESSAGES/dnsmasq.mo
dnsmasq /usr/share/man/
dnsmasq /usr/share/man/es/
dnsmasq /usr/share/man/es/man8/
dnsmasq /usr/share/man/es/man8/dnsmasq.8.gz
dnsmasq /usr/share/man/fr/
dnsmasq /usr/share/man/fr/man8/
dnsmasq /usr/share/man/fr/man8/dnsmasq.8.gz
dnsmasq /usr/share/man/man8/
dnsmasq /usr/share/man/man8/dnsmasq.8.gz

TestingBug ReportHighHigh [freerdp] error while loading shared libraries Closed
100%
Task Description

$ pacman -Si freerdp
Repository : community
Name : freerdp
Version : 1:1.2.0_20170201-3
Description : Free RDP client
Architecture : x86_64
URL : http://freerdp.sourceforge.net Licenses : GPL Groups : None
Provides : libwinpr-tools2.so=2-64 libfreerdp-client2.so=2-64 libfreerdp2.so=2-64 libwinpr2.so=2-64
Depends On : openssl libxcursor libcups alsa-lib libxext libxdamage ffmpeg libxkbfile libxinerama libxv libpulse libxkbfile libxrender libxfixes gst-plugins-base-libs
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 1257.43 KiB
Installed Size : 5380.00 KiB
Packager : Sergej Pupykin <pupykin.s+arch@gmail.com>
Build Date : Fri 17 Feb 2017 02:40:50 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql freerdp > freerdp_fileslist.txt

$ xfreerdp
xfreerdp: error while loading shared libraries: libsystemd.so.0: cannot open shared object file: No such file or directory

$ ldd /usr/bin/xfreerdp

linux-vdso.so.1 (0x000003fe59fe3000)
libX11.so.6 => /usr/bin/../lib/libX11.so.6 (0x000003858a8b5000)
libXinerama.so.1 => /usr/bin/../lib/libXinerama.so.1 (0x000003858a6b2000)
libXext.so.6 => /usr/bin/../lib/libXext.so.6 (0x000003858a4a0000)
libXcursor.so.1 => /usr/bin/../lib/libXcursor.so.1 (0x000003858a295000)
libXv.so.1 => /usr/bin/../lib/libXv.so.1 (0x000003858a090000)
libXi.so.6 => /usr/bin/../lib/libXi.so.6 (0x0000038589e7f000)
libXrender.so.1 => /usr/bin/../lib/libXrender.so.1 (0x0000038589c74000)
libXfixes.so.3 => /usr/bin/../lib/libXfixes.so.3 (0x0000038589a6e000)
libfreerdp-client2.so.2 => /usr/bin/../lib/libfreerdp-client2.so.2 (0x00000385897d0000)
libfreerdp2.so.2 => /usr/bin/../lib/libfreerdp2.so.2 (0x000003858945b000)
libm.so.6 => /usr/bin/../lib/libm.so.6 (0x0000038589148000)
librt.so.1 => /usr/bin/../lib/librt.so.1 (0x0000038588f40000)
libwinpr2.so.2 => /usr/bin/../lib/libwinpr2.so.2 (0x0000038588c35000)
libc.so.6 => /usr/bin/../lib/libc.so.6 (0x0000038588891000)
libxcb.so.1 => /usr/bin/../lib/libxcb.so.1 (0x0000038588668000)
libdl.so.2 => /usr/bin/../lib/libdl.so.2 (0x0000038588464000)
libpthread.so.0 => /usr/bin/../lib/../lib/libpthread.so.0 (0x0000038588246000)
libcups.so.2 => /usr/bin/../lib/../lib/libcups.so.2 (0x0000038587fb7000)
libavcodec.so.57 => /usr/bin/../lib/../lib/libavcodec.so.57 (0x00000385868d7000)
libavutil.so.55 => /usr/bin/../lib/../lib/libavutil.so.55 (0x0000038586653000)
libasound.so.2 => /usr/bin/../lib/../lib/libasound.so.2 (0x0000038586345000)
libpulse.so.0 => /usr/bin/../lib/../lib/libpulse.so.0 (0x00000385860f4000)
libssl.so.1.1 => /usr/bin/../lib/../lib/libssl.so.1.1 (0x0000038585e89000)
libcrypto.so.1.1 => /usr/bin/../lib/../lib/libcrypto.so.1.1 (0x0000038585a0f000)
libxkbfile.so.1 => /usr/bin/../lib/../lib/libxkbfile.so.1 (0x00000385857e9000)
/lib64/ld-linux-x86-64.so.2 (0x000003858abf4000)
libsystemd.so.0 => not found
libXau.so.6 => /usr/bin/../lib/libXau.so.6 (0x00000385855e5000)
libXdmcp.so.6 => /usr/bin/../lib/libXdmcp.so.6 (0x00000385853df000)
libgssapi_krb5.so.2 => /usr/bin/../lib/../lib/libgssapi_krb5.so.2 (0x0000038585192000)
libkrb5.so.3 => /usr/bin/../lib/../lib/libkrb5.so.3 (0x0000038584eaa000)
libk5crypto.so.3 => /usr/bin/../lib/../lib/libk5crypto.so.3 (0x0000038584c76000)
libcom_err.so.2 => /usr/bin/../lib/../lib/libcom_err.so.2 (0x0000038584a72000)
libgnutls.so.30 => /usr/bin/../lib/../lib/libgnutls.so.30 (0x0000038584706000)
libavahi-common.so.3 => /usr/bin/../lib/../lib/libavahi-common.so.3 (0x00000385844f9000)
libavahi-client.so.3 => /usr/bin/../lib/../lib/libavahi-client.so.3 (0x00000385842e8000)
libz.so.1 => /usr/bin/../lib/../lib/libz.so.1 (0x00000385840d1000)
libswresample.so.2 => /usr/bin/../lib/../lib/libswresample.so.2 (0x0000038583eb3000)
libva.so.1 => /usr/bin/../lib/../lib/libva.so.1 (0x0000038583c93000)
libxvidcore.so.4 => /usr/bin/../lib/../lib/libxvidcore.so.4 (0x0000038583981000)
libx265.so.116 => /usr/bin/../lib/../lib/libx265.so.116 (0x00000385828fa000)
libx264.so.148 => /usr/bin/../lib/../lib/libx264.so.148 (0x0000038582584000)
libwebpmux.so.3 => /usr/bin/../lib/../lib/libwebpmux.so.3 (0x0000038582379000)
libwebp.so.7 => /usr/bin/../lib/../lib/libwebp.so.7 (0x0000038582110000)
libvpx.so.4 => /usr/bin/../lib/../lib/libvpx.so.4 (0x0000038581bbf000)
libvorbisenc.so.2 => /usr/bin/../lib/../lib/libvorbisenc.so.2 (0x000003858190c000)
libvorbis.so.0 => /usr/bin/../lib/../lib/libvorbis.so.0 (0x00000385816df000)
libtheoraenc.so.1 => /usr/bin/../lib/../lib/libtheoraenc.so.1 (0x000003858149e000)
libtheoradec.so.1 => /usr/bin/../lib/../lib/libtheoradec.so.1 (0x0000038581285000)
libspeex.so.1 => /usr/bin/../lib/../lib/libspeex.so.1 (0x000003858106c000)
libschroedinger-1.0.so.0 => /usr/bin/../lib/../lib/libschroedinger-1.0.so.0 (0x0000038580d90000)
libopus.so.0 => /usr/bin/../lib/../lib/libopus.so.0 (0x0000038580b3f000)
libopenjp2.so.7 => /usr/bin/../lib/../lib/libopenjp2.so.7 (0x00000385808ff000)
libopencore-amrwb.so.0 => /usr/bin/../lib/../lib/libopencore-amrwb.so.0 (0x00000385806eb000)
libopencore-amrnb.so.0 => /usr/bin/../lib/../lib/libopencore-amrnb.so.0 (0x00000385804c1000)
libmp3lame.so.0 => /usr/bin/../lib/../lib/libmp3lame.so.0 (0x000003858024a000)
libgsm.so.1 => /usr/bin/../lib/../lib/libgsm.so.1 (0x000003858003e000)
liblzma.so.5 => /usr/bin/../lib/../lib/liblzma.so.5 (0x000003857fe18000)
libvdpau.so.1 => /usr/bin/../lib/../lib/libvdpau.so.1 (0x000003857fc14000)
libva-x11.so.1 => /usr/bin/../lib/../lib/libva-x11.so.1 (0x000003857fa0e000)
libva-drm.so.1 => /usr/bin/../lib/../lib/libva-drm.so.1 (0x000003857f80b000)
libpulsecommon-10.0.so => /usr/lib/pulseaudio/libpulsecommon-10.0.so (0x000003857f587000)
libdbus-1.so.3 => /usr/bin/../lib/../lib/libdbus-1.so.3 (0x000003857f336000)
libkrb5support.so.0 => /usr/bin/../lib/../lib/libkrb5support.so.0 (0x000003857f129000)
libkeyutils.so.1 => /usr/bin/../lib/../lib/libkeyutils.so.1 (0x000003857ef25000)
libresolv.so.2 => /usr/bin/../lib/../lib/libresolv.so.2 (0x000003857ed0f000)
libp11-kit.so.0 => /usr/bin/../lib/../lib/libp11-kit.so.0 (0x000003857e9e0000)
libunistring.so.2 => /usr/bin/../lib/../lib/libunistring.so.2 (0x000003857e66f000)
libtasn1.so.6 => /usr/bin/../lib/../lib/libtasn1.so.6 (0x000003857e45c000)
libnettle.so.6 => /usr/bin/../lib/../lib/libnettle.so.6 (0x000003857e224000)
libhogweed.so.4 => /usr/bin/../lib/../lib/libhogweed.so.4 (0x000003857dfef000)
libgmp.so.10 => /usr/bin/../lib/../lib/libgmp.so.10 (0x000003857dd5c000)
libsoxr.so.0 => /usr/bin/../lib/../lib/libsoxr.so.0 (0x000003857dae5000)
libstdc++.so.6 => /usr/bin/../lib/../lib/libstdc++.so.6 (0x000003857d75d000)
libogg.so.0 => /usr/bin/../lib/../lib/libogg.so.0 (0x000003857d556000)
liborc-0.4.so.0 => /usr/bin/../lib/../lib/liborc-0.4.so.0 (0x000003857d2d8000)
libgcc_s.so.1 => /usr/bin/../lib/../lib/libgcc_s.so.1 (0x000003857d0c1000)
libdrm.so.2 => /usr/bin/../lib/../lib/libdrm.so.2 (0x000003857ceb0000)
libsndfile.so.1 => /usr/bin/../lib/../lib/libsndfile.so.1 (0x000003857cc38000)
libasyncns.so.0 => /usr/bin/../lib/../lib/libasyncns.so.0 (0x000003857ca32000)
libelogind.so.0 => /usr/bin/../lib/../lib/libelogind.so.0 (0x000003858ad43000)
libffi.so.6 => /usr/bin/../lib/../lib/libffi.so.6 (0x000003857c829000)
libgomp.so.1 => /usr/bin/../lib/../lib/libgomp.so.1 (0x000003857c5fb000)
libFLAC.so.8 => /usr/bin/../lib/../lib/libFLAC.so.8 (0x000003857c383000)
libcap.so.2 => /usr/bin/../lib/../lib/libcap.so.2 (0x000003857c17f000)
TestingBug ReportHighHigh [gnome-shell] error while loading shared libraries Closed
100%
Task Description

$ gnome-shell
gnome-shell: error while loading shared libraries: libsystemd.so.0: cannot open shared object file: No such file or directory

TestingFeature RequestMediumMedium [hddtemp] needs OpenRC init script Closed
100%
Task Description

$ pacman -Si hddtemp
Repository : extra
Name : hddtemp
Version : 0.3.beta15.52-2
Description : Gives you the temperature of your hard drive by reading S.M.A.R.T. information
Architecture : x86_64
URL : https://savannah.nongnu.org/projects/hddtemp/ Licenses : GPL Groups : None
Provides : None
Depends On : None
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 23.69 KiB
Installed Size : 66.00 KiB
Packager : Gaetan Bisson bisson@archlinux.org Build Date : Wed 15 May 2013 01:02:27 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql hddtemp
hddtemp /usr/
hddtemp /usr/bin/
hddtemp /usr/bin/hddtemp
hddtemp /usr/lib/
hddtemp /usr/lib/systemd/
hddtemp /usr/lib/systemd/system/
hddtemp /usr/lib/systemd/system/hddtemp.service
hddtemp /usr/share/
hddtemp /usr/share/hddtemp/
hddtemp /usr/share/hddtemp/hddtemp.db
hddtemp /usr/share/locale/
hddtemp /usr/share/locale/de/
hddtemp /usr/share/locale/de/LC_MESSAGES/
hddtemp /usr/share/locale/de/LC_MESSAGES/hddtemp.mo
hddtemp /usr/share/locale/fr/
hddtemp /usr/share/locale/fr/LC_MESSAGES/
hddtemp /usr/share/locale/fr/LC_MESSAGES/hddtemp.mo
hddtemp /usr/share/locale/pt/
hddtemp /usr/share/locale/pt/LC_MESSAGES/
hddtemp /usr/share/locale/pt/LC_MESSAGES/hddtemp.mo
hddtemp /usr/share/locale/ru/
hddtemp /usr/share/locale/ru/LC_MESSAGES/
hddtemp /usr/share/locale/ru/LC_MESSAGES/hddtemp.mo
hddtemp /usr/share/locale/sv/
hddtemp /usr/share/locale/sv/LC_MESSAGES/
hddtemp /usr/share/locale/sv/LC_MESSAGES/hddtemp.mo
hddtemp /usr/share/man/
hddtemp /usr/share/man/man8/
hddtemp /usr/share/man/man8/hddtemp.8.gz

TestingBug ReportHighHigh [ksystemlog] error while loading shared libraries Closed
100%
Task Description

$ pacman -Si ksystemlog
Repository : extra
Name : ksystemlog
Version : 17.04.0-1
Description : System log viewer tool
Architecture : x86_64
URL : https://kde.org/applications/system/ksystemlog/ Licenses : GPL LGPL FDL Groups : kde-applications kdeadmin
Provides : None
Depends On : kio
Optional Deps : None
Conflicts With : kdeadmin-ksystemlog
Replaces : kdeadmin-ksystemlog
Download Size : 1896.62 KiB
Installed Size : 5492.00 KiB
Packager : Antonio Rojas arojas@archlinux.org Build Date : Sat 15 Apr 2017 05:50:27 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ /usr/bin/ksystemlog
/usr/bin/ksystemlog: error while loading shared libraries: libsystemd.so.0: cannot open shared object file: No such file or directory

$ ldd /usr/bin/ksystemlog > ldd_ksystemlog.txt

TestingFeature RequestMediumMedium [libcanberra] needs OpenRC init scripts Closed
100%
Task Description

$ pacman -Si libcanberra
Repository : extra
Name : libcanberra
Version : 0.30+2+gc0620e4-1
Description : A small and lightweight implementation of the XDG Sound Theme Specification
Architecture : x86_64
URL : http://0pointer.de/lennart/projects/libcanberra Licenses : LGPL Groups : None
Provides : None
Depends On : libvorbis libltdl alsa-lib tdb sound-theme-freedesktop
Optional Deps : libcanberra-pulse: PulseAudio driver

                libcanberra-gstreamer: GStreamer driver

Conflicts With : None
Replaces : None
Download Size : 78.73 KiB
Installed Size : 371.00 KiB
Packager : Jan de Groot jgc@archlinux.org Build Date : Thu 04 May 2017 06:59:26 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql libcanberra
libcanberra /etc/
libcanberra /etc/X11/
libcanberra /etc/X11/xinit/
libcanberra /etc/X11/xinit/xinitrc.d/
libcanberra /etc/X11/xinit/xinitrc.d/40-libcanberra-gtk-module.sh
libcanberra /usr/
libcanberra /usr/bin/
libcanberra /usr/bin/canberra-boot
libcanberra /usr/bin/canberra-gtk-play
libcanberra /usr/include/
libcanberra /usr/include/canberra-gtk.h
libcanberra /usr/include/canberra.h
libcanberra /usr/lib/
libcanberra /usr/lib/gnome-settings-daemon-3.0/
libcanberra /usr/lib/gnome-settings-daemon-3.0/gtk-modules/
libcanberra /usr/lib/gnome-settings-daemon-3.0/gtk-modules/canberra-gtk-module.desktop
libcanberra /usr/lib/gtk-2.0/
libcanberra /usr/lib/gtk-2.0/modules/
libcanberra /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
libcanberra /usr/lib/gtk-3.0/
libcanberra /usr/lib/gtk-3.0/modules/
libcanberra /usr/lib/gtk-3.0/modules/libcanberra-gtk-module.so
libcanberra /usr/lib/gtk-3.0/modules/libcanberra-gtk3-module.so
libcanberra /usr/lib/libcanberra-0.30/
libcanberra /usr/lib/libcanberra-0.30/libcanberra-alsa.la
libcanberra /usr/lib/libcanberra-0.30/libcanberra-alsa.so
libcanberra /usr/lib/libcanberra-0.30/libcanberra-multi.la
libcanberra /usr/lib/libcanberra-0.30/libcanberra-multi.so
libcanberra /usr/lib/libcanberra-0.30/libcanberra-null.la
libcanberra /usr/lib/libcanberra-0.30/libcanberra-null.so
libcanberra /usr/lib/libcanberra-gtk.so
libcanberra /usr/lib/libcanberra-gtk.so.0
libcanberra /usr/lib/libcanberra-gtk.so.0.1.9
libcanberra /usr/lib/libcanberra-gtk3.so
libcanberra /usr/lib/libcanberra-gtk3.so.0
libcanberra /usr/lib/libcanberra-gtk3.so.0.1.9
libcanberra /usr/lib/libcanberra.la
libcanberra /usr/lib/libcanberra.so
libcanberra /usr/lib/libcanberra.so.0
libcanberra /usr/lib/libcanberra.so.0.2.5
libcanberra /usr/lib/pkgconfig/
libcanberra /usr/lib/pkgconfig/libcanberra-gtk.pc
libcanberra /usr/lib/pkgconfig/libcanberra-gtk3.pc
libcanberra /usr/lib/pkgconfig/libcanberra.pc
libcanberra /usr/lib/systemd/
libcanberra /usr/lib/systemd/system/
libcanberra /usr/lib/systemd/system/canberra-system-bootup.service
libcanberra /usr/lib/systemd/system/canberra-system-shutdown-reboot.service
libcanberra /usr/lib/systemd/system/canberra-system-shutdown.service
libcanberra /usr/share/
libcanberra /usr/share/gtk-doc/
libcanberra /usr/share/gtk-doc/html/
libcanberra /usr/share/gtk-doc/html/libcanberra/
libcanberra /usr/share/gtk-doc/html/libcanberra/ch01.html
libcanberra /usr/share/gtk-doc/html/libcanberra/home.png
libcanberra /usr/share/gtk-doc/html/libcanberra/index.html
libcanberra /usr/share/gtk-doc/html/libcanberra/left-insensitive.png
libcanberra /usr/share/gtk-doc/html/libcanberra/left.png
libcanberra /usr/share/gtk-doc/html/libcanberra/libcanberra-canberra-gtk.html
libcanberra /usr/share/gtk-doc/html/libcanberra/libcanberra-canberra.html
libcanberra /usr/share/gtk-doc/html/libcanberra/libcanberra.devhelp2
libcanberra /usr/share/gtk-doc/html/libcanberra/right-insensitive.png
libcanberra /usr/share/gtk-doc/html/libcanberra/right.png
libcanberra /usr/share/gtk-doc/html/libcanberra/style.css
libcanberra /usr/share/gtk-doc/html/libcanberra/up-insensitive.png
libcanberra /usr/share/gtk-doc/html/libcanberra/up.png
libcanberra /usr/share/vala/
libcanberra /usr/share/vala/vapi/
libcanberra /usr/share/vala/vapi/libcanberra-gtk.vapi
libcanberra /usr/share/vala/vapi/libcanberra.vapi

TestingFeature RequestMediumMedium [logrotate] add cron job support Closed
100%
Task Description

$ pacman -Si logrotate
Repository : core
Name : logrotate
Version : 3.12.1-1
Description : Rotates system logs automatically
Architecture : x86_64
URL : https://github.com/logrotate/logrotate Licenses : GPL Groups : base
Provides : None
Depends On : popt gzip acl
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 37.11 KiB
Installed Size : 77.00 KiB
Packager : Pierre Schmitz pierre@archlinux.de Build Date : Sat 22 Apr 2017 12:00:21 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql logrotate
logrotate /etc/
logrotate /etc/logrotate.conf
logrotate /etc/logrotate.d/
logrotate /usr/
logrotate /usr/bin/
logrotate /usr/bin/logrotate
logrotate /usr/lib/
logrotate /usr/lib/systemd/
logrotate /usr/lib/systemd/system/
logrotate /usr/lib/systemd/system/logrotate.service
logrotate /usr/lib/systemd/system/logrotate.timer
logrotate /usr/lib/systemd/system/timers.target.wants/
logrotate /usr/lib/systemd/system/timers.target.wants/logrotate.timer
logrotate /usr/share/
logrotate /usr/share/man/
logrotate /usr/share/man/man5/
logrotate /usr/share/man/man5/logrotate.conf.5.gz
logrotate /usr/share/man/man8/
logrotate /usr/share/man/man8/logrotate.8.gz

TestingFeature RequestMediumMedium [lxc] needs OpenRC init scripts Closed
100%
Task Description

$ pacman -Si lxc
Repository : community
Name : lxc
Version : 1:2.0.7-1
Description : Linux Containers
Architecture : x86_64
URL : http://linuxcontainers.org Licenses : LGPL Groups : None
Provides : None
Depends On : bash perl libseccomp libcap python cgmanager rsync
Optional Deps : arch-install-scripts: for archlinux template

                dnsmasq: lxc-net.service
                lua
                lua-filesystem: lxc-top
                lua-alt-getopt: lxc-top

Conflicts With : None
Replaces : None
Download Size : 452.61 KiB
Installed Size : 1819.00 KiB
Packager : Sergej Pupykin <pupykin.s+arch@gmail.com>
Build Date : Tue 31 Jan 2017 10:05:39 AM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql lxc > lxc_fileslist.txt

TestingFeature RequestMediumMedium [lxcfs] needs OpenRC init script Closed
100%
Task Description

$ pacman -Si lxcfs
Repository : community
Name : lxcfs
Version : 2.0.5-1
Description : FUSE filesystem for LXC
Architecture : x86_64
URL : https://linuxcontainers.org/ Licenses : GPL Groups : None
Provides : None
Depends On : lxc cgmanager>=0.35-1 libnih fuse2 dbus-glib
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 43.66 KiB
Installed Size : 183.00 KiB
Packager : Sergej Pupykin <pupykin.s+arch@gmail.com>
Build Date : Mon 19 Dec 2016 01:57:29 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql lxcfs
lxcfs /usr/
lxcfs /usr/bin/
lxcfs /usr/bin/lxcfs
lxcfs /usr/lib/
lxcfs /usr/lib/liblxcfs.so
lxcfs /usr/lib/security/
lxcfs /usr/lib/security/pam_cgfs.so
lxcfs /usr/lib/systemd/
lxcfs /usr/lib/systemd/system/
lxcfs /usr/lib/systemd/system/lxcfs.service
lxcfs /usr/share/
lxcfs /usr/share/lxc/
lxcfs /usr/share/lxc/config/
lxcfs /usr/share/lxc/config/common.conf.d/
lxcfs /usr/share/lxc/config/common.conf.d/00-lxcfs.conf
lxcfs /usr/share/lxcfs/
lxcfs /usr/share/lxcfs/lxc.mount.hook
lxcfs /usr/share/lxcfs/lxc.reboot.hook
lxcfs /usr/share/man/
lxcfs /usr/share/man/man1/
lxcfs /usr/share/man/man1/lxcfs.1.gz
lxcfs /var/
lxcfs /var/lib/
lxcfs /var/lib/lxcfs/

TestingFeature RequestMediumMedium [lxdm] needs OpenRC init script Closed
100%
Task Description

$ pacman -Si lxdm
Repository : community
Name : lxdm
Version : 0.5.3-4
Description : Lightweight X11 Display Manager
Architecture : x86_64
URL : http://lxde.org/ Licenses : GPL Groups : lxde
Provides : None
Depends On : gtk2 xorg-server
Optional Deps : iso-codes: show language names in language chooser

                librsvg: display the default background
                gnome-themes-standard: default GTK+ theme

Conflicts With : None
Replaces : None
Download Size : 98.87 KiB
Installed Size : 341.00 KiB
Packager : Balló György <ballogyor+arch@gmail.com>
Build Date : Tue 21 Feb 2017 01:24:36 AM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql lxdm > lxdm_fileslist.txt

TestingFeature RequestMediumMedium [lynis] add cron job support Closed
100%
Task Description
$ pacman -Si lynis
Repository      : community
Name            : lynis
Version         : 2.4.8-1
Description     : Security and system auditing tool to harden Unix/Linux systems
Architecture    : any
URL             : https://cisofy.com/lynis/
Licenses        : GPL3
Groups          : None
Provides        : None
Depends On      : sh  awk
Optional Deps   : net-tools: networking tests
                  bind-tools: nameserver tests
                  iptables: firewall tests
                  bash-completion: completion for bash
Conflicts With  : None
Replaces        : None
Download Size   : 200.59 KiB
Installed Size  : 1390.00 KiB
Packager        : Levente Polyak <anthraxx@archlinux.org>
Build Date      : Wed 29 Mar 2017 06:38:57 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
$ pacman -Ql lynis > lynis_fileslist.txt
TestingFeature RequestMediumMedium [man-db] add cron job support Closed
100%
Task Description
$ pacman -Si man-db
Repository      : core
Name            : man-db
Version         : 2.7.6.1-2
Description     : A utility for reading man pages
Architecture    : x86_64
URL             : http://www.nongnu.org/man-db/
Licenses        : GPL  LGPL
Groups          : base
Provides        : man
Depends On      : bash  gdbm  zlib  groff  libpipeline  less
Optional Deps   : gzip
Conflicts With  : man
Replaces        : man
Download Size   : 756.10 KiB
Installed Size  : 2349.00 KiB
Packager        : Andreas Radke <andyrtr@archlinux.org>
Build Date      : Thu 15 Dec 2016 09:31:44 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
$ pacman -Ql man-db > man-db_fileslist.txt
TestingFeature RequestMediumMedium [minbif] needs OpenRC init script Closed
100%
Task Description

$ pacman -Si minbif
Repository : community
Name : minbif
Version : 1.0.5-7
Description : An IRC gateway to IM networks that uses libpurple.
Architecture : x86_64
URL : http://minbif.im/ Licenses : GPL2
Groups : None
Provides : None
Depends On : gnutls libcaca libpurple
Optional Deps : xinetd: to run minbif through xinetd
Conflicts With : None
Replaces : None
Download Size : 389.48 KiB
Installed Size : 1349.00 KiB
Packager : Lukas Fleischer lfleischer@archlinux.org Build Date : Sat 14 Jan 2017 10:48:20 AM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql minbif
minbif /etc/
minbif /etc/minbif/
minbif /etc/minbif/minbif.conf
minbif /etc/minbif/minbif.motd
minbif /usr/
minbif /usr/bin/
minbif /usr/bin/minbif
minbif /usr/lib/
minbif /usr/lib/systemd/
minbif /usr/lib/systemd/system/
minbif /usr/lib/systemd/system/minbif.service
minbif /usr/lib/tmpfiles.d/
minbif /usr/lib/tmpfiles.d/minbif.conf
minbif /usr/share/
minbif /usr/share/doc/
minbif /usr/share/doc/minbif/
minbif /usr/share/doc/minbif/COPYING
minbif /usr/share/doc/minbif/Doxyfile
minbif /usr/share/doc/minbif/README
minbif /usr/share/doc/minbif/minbif.xinetd
minbif /usr/share/man/
minbif /usr/share/man/man8/
minbif /usr/share/man/man8/minbif.8.gz
minbif /var/
minbif /var/lib/
minbif /var/lib/minbif/
minbif /var/lib/minbif/users/

TestingFeature RequestMediumMedium [mlocate] add cron job support Closed
100%
TestingBug ReportHighHigh [mutter] error while loading shared libraries Closed
100%
TestingFeature RequestMediumMedium [pacman] add cron job support Closed
100%
TestingFeature RequestMediumMedium [ppp] needs OpenRC init script Closed
100%
TestingFeature RequestMediumMedium [shadow] add cron job support Closed
100%
TestingReplace RequestMediumMedium [devtools] use artools as devtools replacement Closed
100%
TestingBug ReportMediumMedium [apache] status: crashed Closed
100%
TestingFeature RequestMediumMedium [firewalld] needs OpenRC init script Closed
100%
TestingBug ReportMediumHigh [dbus] error of connection with dbus Closed
100%
TestingFeature RequestMediumMedium [mariadb] needs OpenRC init script Closed
100%
TestingImplementation RequestVery LowMedium [yaics] add package Closed
100%
TestingImplementation RequestVery LowLow [sirikata] add package Closed
100%
TestingImplementation RequestLowMedium [spacefm] add new package Closed
100%
TestingPrivacy IssueVery HighCritical [abiword] remove AltaVista's Babel Fish translator supp ...Closed
100%
TestingBug ReportMediumMedium [emacs] crush after sway Closed
100%
TestingBug ReportMediumCritical [iceweasel-uxp-ublock-origin] Can't add filters and/or  ...Closed
100%
TestingFreedom IssueMediumLow [iceweasel-uxp] Firefox is used on Private Browsing wit ...Closed
100%
TestingBug ReportMediumMedium [iceweasel-uxp] Top Site positioning Closed
100%
TestingBug ReportMediumLow [iceweasel-uxp] strange bug in the FindBar when a phras ...Closed
100%
TestingBug ReportVery LowLow [iceweasel-uxp] minor issues in "About Iceweasel-UXP" w ...Closed
100%
TestingBug ReportVery LowHigh [iceweasel-uxp] Advanced font option dialogue not appea ...Closed
100%
TestingBug ReportMediumMedium [iceweasel-uxp-l10n] FindBar doesn't work with langpack ...Closed
100%
TestingBug ReportVery LowHigh [iceweasel-uxp] recaptcha issue (webchat.freenode.net) Closed
100%
TestingBug ReportVery LowCritical [iceweasel-uxp] missing extensions Closed
100%
TestingBug ReportMediumLow [iceweasel-uxp] XML Parsing Error: undefined entity in  ...Closed
100%
Showing tasks 1 - 50 of 1517 Page 1 of 31

Available keyboard shortcuts

Tasklist

Task Details

Task Editing