All Projects

Project Category Task Type Priority Severity Summary Status  desc Progress
PackagesAnySecurity IssueVery HighCritical [openrc] remove dangerous "local" init script Closed
100%
Task Description

Description:

  • Remove dangerous “local” init script, is a bad idea to use it, see:

https://wiki.gentoo.org/wiki//etc/local.d

Additional info:

  • openrc 0.28-17
  • remove:
    • “/etc/init.d/local”
    • “/etc/local.d/README”
    • “/etc/local.d/”
/etc/init.d/agetty
----
-        after local
+        after *
$ pacman -Si openrc
Repository      : core
Name            : openrc
Version         : 0.28-17
Description     : A dependency based init system that works with the system provided init program
Architecture    : x86_64
URL             : https://wiki.gentoo.org/wiki/Project:OpenRC
Licenses        : BSD2
Groups          : None
Provides        : None
Depends On      : psmisc  pam
Optional Deps   : netifrc: network interface management scripts
                  networkmanager: network connection manager and user applications
Conflicts With  : None
Replaces        : None
Download Size   : 194.10 KiB
Installed Size  : 1727.00 KiB
Packager        : André Silva <emulatorman@hyperbola.info>
Build Date      : Thu 05 Jul 2018 01:37:37 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature

Steps to reproduce:

  • On boot.
PackagesAnyBug ReportVery HighCritical [openrc] rename "chroot-nspawn" keyword to "chroot+unsh ...Closed
100%
Task Description

Description:

Rename "chroot-nspawn" keyword to "chroot+unshare" one
because"chroot+unshare" subsystem (chroot and unshare command)
is more precise than "chroot-nspawn" (systemd-nspawn
compatibility script) subsystem.

The files with "chroot-nspawn" keyword are:
* /etc/init.d/binfmt
* /etc/init.d/bootmisc (as SYSTEMD-NSPAWN)
* /etc/init.d/consolefont
* /etc/init.d/devfs
* /etc/init.d/dmesg
* /etc/init.d/fsck
* /etc/init.d/hostname
* /etc/init.d/hwclock
* /etc/init.d/keymaps
* /etc/init.d/localmount
* /etc/init.d/loopback
* /etc/init.d/mtab
* /etc/init.d/modules
* /etc/init.d/modules-load
* /etc/init.d/mount-ro
* /etc/init.d/net-online
* /etc/init.d/netmount
* /etc/init.d/numlock
* /etc/init.d/procfs
* /etc/init.d/root
* /etc/init.d/swap
* /etc/init.d/swclock
* /etc/init.d/sysctl
* /etc/init.d/sysfs
* /etc/init.d/termencoding
* /etc/init.d/urandom
Note:
  chroot: run a command with special root directory
  unshare: isolate the command in a different "Linux namespace"

Additional info:

openrc 0.28-14

/etc/rc.conf


 # ""               - nothing special
 # "docker"         - Docker container manager (GNU/Linux)
 # "jail"           - Jail (DragonflyBSD or FreeBSD)
 # "lxc"            - Linux Containers
 # "openvz"         - Linux OpenVZ
 # "prefix"         - Prefix
 # "rkt"            - CoreOS container management system (GNU/Linux)
 # "subhurd"        - Hurd subhurds (to be checked)
-# "chroot-nspawn"  - Container created by chroot-nspawn
+# "chroot"         - Chroot container (to be checked)
+# "chroot+unshare" - Chroot container using unshare command (GNU/Linux)
 # "uml"            - Usermode Linux
 # "vserver"        - Linux vserver
-# "xen0"           - Xen0 Domain (GNU/Linux and NetBSD)
-# "xenU"           - XenU Domain (GNU/Linux and NetBSD)
+# "xen0"           - Xen0 Domain (GNU/HyperBK, GNU/Linux, FreeBSD and NetBSD)
+# "xenU"           - XenU Domain (GNU/Hurd, GNU/HyperBK, GNU/Linux, FreeBSD, NetBSD and OpenBSD)

$ pacman -Si openrc
Repository      : core
Name            : openrc
Version         : 0.28-14
Description     : A dependency based init system that works with the system provided init program
Architecture    : x86_64
URL             : https://wiki.gentoo.org/wiki/Project:OpenRC
Licenses        : BSD2
Groups          : None
Provides        : None
Depends On      : psmisc  pam
Optional Deps   : netifrc: network interface management scripts
                  networkmanager: network connection manager and user applications
Conflicts With  : None
Replaces        : None
Download Size   : 196.71 KiB
Installed Size  : 1767.00 KiB
Packager        : André Silva <emulatorman@hyperbola.info>
Build Date      : Mon 07 May 2018 03:54:42 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature

Steps to reproduce:

Run OpenRC init
PackagesAnyBug ReportVery HighCritical [openrc] rename "procfs" init script to "binfmt_misc",  ...Closed
100%
Task Description

Description:

Rename "procfs" init script to "binfmt_misc", it isn't a "procfs"

/etc/init.d/procfs → /etc/init.d/binfmt_misc


-description="Mounts misc filesystems in /proc."
+description="Mounts binfmt_misc filesystems in /proc."

/etc/init.d/binfmt


-        after clock procfs
+        after clock binfmt_misc

Additional info:

openrc 0.28-14
$ pacman -Si openrc
Repository      : core
Name            : openrc
Version         : 0.28-14
Description     : A dependency based init system that works with the system provided init program
Architecture    : x86_64
URL             : https://wiki.gentoo.org/wiki/Project:OpenRC
Licenses        : BSD2
Groups          : None
Provides        : None
Depends On      : psmisc  pam
Optional Deps   : netifrc: network interface management scripts
                  networkmanager: network connection manager and user applications
Conflicts With  : None
Replaces        : None
Download Size   : 196.71 KiB
Installed Size  : 1767.00 KiB
Packager        : André Silva <emulatorman@hyperbola.info>
Build Date      : Mon 07 May 2018 03:54:42 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature

Steps to reproduce:

none
PackagesAnyBug ReportVery HighCritical [openrc] run "sysctl" initscript after "net" initscript Closed
100%
Task Description

Description:

  • “sysctl” initscript doesn’t set sysctl parameters on network interfaces.
  • “sysctl” initscript needs run “sysctl” initscript after “net” initscript.

Additional info:

  • openrc 0.28-18

/etc/init.d/sysctl


-        after clock
+        after clock net

$ pacman -Si openrc
Repository      : core
Name            : openrc
Version         : 0.28-18
Description     : A dependency based init system that works with the system provided init program
Architecture    : x86_64
URL             : https://wiki.gentoo.org/wiki/Project:OpenRC
Licenses        : BSD2
Groups          : None
Provides        : None
Depends On      : psmisc  pam
Optional Deps   : netifrc: network interface management scripts
                  networkmanager: network connection manager and user applications
Conflicts With  : None
Replaces        : None
Download Size   : 193.18 KiB
Installed Size  : 1720.00 KiB
Packager        : André Silva <emulatorman@hyperbola.info>
Build Date      : Sun 08 Jul 2018 01:28:16 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature

Steps to reproduce:

  • Boot “openrc”
PackagesAnyFeature RequestLowVery Low [openrc] services should be added to runlevels through  ...Closed
100%
Task Description

The OpenRC services should be added to runlevels through installing process instead be forced each time when openrc package is upgraded, because some sysadmins need customize them and are useful for Xen environments.

Example:

rc-update
                  ... |
          agetty.tty1 |      default                                 
         agetty.tty10 |      default                                 
         agetty.tty11 |      default                                 
         agetty.tty12 |      default                                 
          agetty.tty2 |      default                                 
          agetty.tty3 |      default                                 
          agetty.tty4 |      default                                 
          agetty.tty5 |      default                                 
          agetty.tty6 |      default                                 
          agetty.tty7 |      default                                 
          agetty.tty8 |      default                                 
          agetty.tty9 |      default                                 
                  ... |
                 swap | boot                                         
                  ... |
rc-update del swap boot
rc-update del agetty.tty{12,11,10,9,8,7,6,5,4,3,2,1}
rc-update add agetty.tty{1,2,3} system # "system" runlevel runs after "default" runlevel
rc-update
                  ... |
          agetty.tty1 |                                        system
         agetty.tty10 |                                        system
         agetty.tty11 |                                        system
         agetty.tty12 |                                              
          agetty.tty2 |                                              
          agetty.tty3 |                                              
          agetty.tty4 |                                              
          agetty.tty5 |                                              
          agetty.tty6 |                                              
          agetty.tty7 |                                              
          agetty.tty8 |                                              
          agetty.tty9 |                                              
                  ... |
pacman -Sy openrc
rc-update
                  ... |
          agetty.tty1 |      default                           system
         agetty.tty10 |      default                           system
         agetty.tty11 |      default                           system
         agetty.tty12 |      default                                 
          agetty.tty2 |      default                                 
          agetty.tty3 |      default                                 
          agetty.tty4 |      default                                 
          agetty.tty5 |      default                                 
          agetty.tty6 |      default                                 
          agetty.tty7 |      default                                 
          agetty.tty8 |      default                                 
          agetty.tty9 |      default                                 
                  ... |
                 swap | boot                                         
                  ... |
PackagesAnyBug ReportVery HighCritical [openrc] set "devfs" init script to run before than any ...Closed
100%
Task Description

Description:

Set "devfs" init script to run before than any "logger" init script.

It fixes when any "logger" server is running with rc_logger activated
without the needed to add a "logger" init script on different runlevels.

Additional info:

openrc 0.28-14

/etc/init.d/devfs


-       before dev
+       before dev logger

$ pacman -Si openrc
Repository      : core
Name            : openrc
Version         : 0.28-14
Description     : A dependency based init system that works with the system provided init program
Architecture    : x86_64
URL             : https://wiki.gentoo.org/wiki/Project:OpenRC
Licenses        : BSD2
Groups          : None
Provides        : None
Depends On      : psmisc  pam
Optional Deps   : netifrc: network interface management scripts
                  networkmanager: network connection manager and user applications
Conflicts With  : None
Replaces        : None
Download Size   : 196.71 KiB
Installed Size  : 1767.00 KiB
Packager        : André Silva <emulatorman@hyperbola.info>
Build Date      : Mon 07 May 2018 03:54:42 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature

Steps to reproduce:

Add "devfs" and any "logger" init script to default runlevel
PackagesAnyFeature RequestVery HighCritical [openrc] some init scripts are forced to load in certai ...Closed
100%
Task Description

Description:

Some init scrips are forced to load in certain runlevels by default (eg. boot) when 
OpenRC is upgraded. It isn't good for virtualization environments like chroot that
doesn't require it to work.

Those scripts are:
* /etc/init.d/dmesg
* /etc/init.d/hwclock
* /etc/init.d/keymaps
* /etc/init.d/killprocs
* /etc/init.d/local
* /etc/init.d/loopback
* /etc/init.d/modules
* /etc/init.d/mount-ro
* /etc/init.d/swap
* /etc/init.d/sysctl

Note: "/etc/init.d/dmesg" should be loaded in "boot" runlevel instead of "sysinit" one at the first installation time.
Note: "/etc/init.d/local" should be loaded in "sysinit" runlevel instead of "default" and "nonetwork" one at the first installation time.

Additional info:

openrc 0.28-14
$ pacman -Si openrc
Repository      : core
Name            : openrc
Version         : 0.28-14
Description     : A dependency based init system that works with the system provided init program
Architecture    : x86_64
URL             : https://wiki.gentoo.org/wiki/Project:OpenRC
Licenses        : BSD2
Groups          : None
Provides        : None
Depends On      : psmisc  pam
Optional Deps   : netifrc: network interface management scripts
                  networkmanager: network connection manager and user applications
Conflicts With  : None
Replaces        : None
Download Size   : 196.71 KiB
Installed Size  : 1767.00 KiB
Packager        : André Silva <emulatorman@hyperbola.info>
Build Date      : Mon 07 May 2018 03:54:42 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature

Steps to reproduce:

Re-install and/or upgrade the OpenRC package.
PackagesAnyFeature RequestVery HighCritical [openrc] some init scripts are forced to load in certai ...Closed
100%
Task Description

Description:

Some init scrips are forced to load in certain runlevels by default (eg. boot) when 
OpenRC is upgraded. Also some of them are autoloaded by other init scripts.
It isn't good for virtualization environments like chroot that doesn't require it to
work.
These files need be removed:
* /etc/runlevels/boot/binfmt (optional)
* /etc/runlevels/boot/fsck (autoloaded from "root" init script)
* /etc/runlevels/boot/localmount (autoloaded from "bootmisc" init script)
* /etc/runlevels/boot/procfs (optional, mount "binfmt_misc" only)
* /etc/runlevels/boot/termencoding (autoloaded from "keymaps" init script)
* /etc/runlevels/default/netmount (optional)
* /etc/runlevels/shutdown/savecache (optional)
* /etc/runlevels/sysinit/devfs (autoload from "udev" init script)
* /etc/runlevels/sysinit/sysfs (autoload from "udev" init script)

Additional info:

openrc 0.28-14
$ pacman -Si openrc
Repository      : core
Name            : openrc
Version         : 0.28-14
Description     : A dependency based init system that works with the system provided init program
Architecture    : x86_64
URL             : https://wiki.gentoo.org/wiki/Project:OpenRC
Licenses        : BSD2
Groups          : None
Provides        : None
Depends On      : psmisc  pam
Optional Deps   : netifrc: network interface management scripts
                  networkmanager: network connection manager and user applications
Conflicts With  : None
Replaces        : None
Download Size   : 196.71 KiB
Installed Size  : 1767.00 KiB
Packager        : André Silva <emulatorman@hyperbola.info>
Build Date      : Mon 07 May 2018 03:54:42 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature

Steps to reproduce:

Re-install and/or upgrade the OpenRC package
PackagesAnySecurity IssueVery HighCritical [openrc] use procps-ng's "sysctl" by default instead of ...Closed
100%
Task Description

Description:

Use procps-ng's "sysctl" by default instead of inetutils's "hostname" for
hostname support.

Since [inetutils] is an extra dependency for openrc, it
contains insecure commands like: ftp/rcp/rlogin/rsh/talk/telnet
For security reasons, procps-ng should be the tool to handle hostname
configuration through hostname init script because is a base package.

Additional info:

openrc 0.28-14

/etc/init.d/hostname


-       hostname "$h"
+       case $(uname -s) in
+               GNU/Linux|Linux)
+                       sysctl -qw kernel.hostname="$h"
+                       ;;
+               *)
+                       hostname "$h"
+                       ;;
+       esac

$ pacman -Si openrc
Repository      : core
Name            : openrc
Version         : 0.28-14
Description     : A dependency based init system that works with the system provided init program
Architecture    : x86_64
URL             : https://wiki.gentoo.org/wiki/Project:OpenRC
Licenses        : BSD2
Groups          : None
Provides        : None
Depends On      : psmisc  pam
Optional Deps   : netifrc: network interface management scripts
                  networkmanager: network connection manager and user applications
Conflicts With  : None
Replaces        : None
Download Size   : 196.71 KiB
Installed Size  : 1767.00 KiB
Packager        : André Silva <emulatorman@hyperbola.info>
Build Date      : Mon 07 May 2018 03:54:42 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature

Steps to reproduce:

Set and run hostname init script
PackagesAnyFeature RequestMediumMedium [openvas-scanner] needs OpenRC init script Closed
100%
Task Description

$ pacman -Si openvas-scanner
Repository : community
Name : openvas-scanner
Version : 5.0.4-3
Description : The OpenVAS scanning Daemon
Architecture : x86_64
URL : http://www.openvas.org/ Licenses : GPL Groups : openvas
Provides : None
Depends On : openvas-libraries redis
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 61.79 KiB
Installed Size : 183.00 KiB
Packager : Daniel Micay danielmicay@gmail.com Build Date : Mon 20 Jul 2015 09:02:59 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql openvas-scanner
openvas-scanner /usr/
openvas-scanner /usr/bin/
openvas-scanner /usr/bin/greenbone-nvt-sync
openvas-scanner /usr/bin/openvas-mkcert
openvas-scanner /usr/bin/openvas-mkcert-client
openvas-scanner /usr/bin/openvas-nvt-sync
openvas-scanner /usr/bin/openvassd
openvas-scanner /usr/lib/
openvas-scanner /usr/lib/systemd/
openvas-scanner /usr/lib/systemd/system/
openvas-scanner /usr/lib/systemd/system/openvas-scanner.service
openvas-scanner /usr/share/
openvas-scanner /usr/share/doc/
openvas-scanner /usr/share/doc/openvas-scanner/
openvas-scanner /usr/share/doc/openvas-scanner/example_redis_2_4.conf
openvas-scanner /usr/share/doc/openvas-scanner/example_redis_2_6.conf
openvas-scanner /usr/share/man/
openvas-scanner /usr/share/man/man8/
openvas-scanner /usr/share/man/man8/greenbone-nvt-sync.8.gz
openvas-scanner /usr/share/man/man8/openvas-mkcert.8.gz
openvas-scanner /usr/share/man/man8/openvas-nvt-sync.8.gz
openvas-scanner /usr/share/man/man8/openvassd.8.gz
openvas-scanner /var/
openvas-scanner /var/cache/
openvas-scanner /var/cache/openvas/
openvas-scanner /var/lib/
openvas-scanner /var/lib/openvas/
openvas-scanner /var/lib/openvas/plugins/

PackagesAnyFeature RequestMediumMedium [packagekit] needs OpenRC init scripts Closed
100%
Task Description

$ pacman -Si packagekit
Repository : community
Name : packagekit
Version : 1.1.5-1
Description : A system designed to make installation and updates of packages easier
Architecture : x86_64
URL : http://www.packagekit.org/ Licenses : GPL Groups : None
Provides : None
Depends On : dbus-glib pacman>=5.0.0 polkit shared-mime-info sqlite
Optional Deps : networkmanager: detect connection status

                bash-completion: command completion in bash

Conflicts With : None
Replaces : None
Download Size : 877.20 KiB
Installed Size : 5758.00 KiB
Packager : Christian Hesse arch@eworm.de Build Date : Tue 17 Jan 2017 09:37:33 AM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql packagekit > packagekit_fileslist.txt

PackagesTestingFeature RequestMediumMedium [pacman] add cron job support Closed
100%
Task Description

$ pacman -Si pacman
Repository : core
Name : pacman
Version : 5.0.1-5.hyperbola2
Description : A library-based package manager with dependency support
Architecture : x86_64
URL : http://www.archlinux.org/pacman/ Licenses : GPL Groups : base base-devel
Provides : pacman-contrib
Depends On : bash glibc libarchive curl gpgme pacman-mirrorlist archlinux-keyring hyperbola-keyring
Optional Deps : cron: run specified programs at scheduled times and related tools
Conflicts With : pacman-contrib
Replaces : pacman-contrib
Download Size : 736.57 KiB
Installed Size : 5055.00 KiB
Packager : André Silva emulatorman@hyperbola.info Build Date : Mon 24 Jul 2017 04:03:17 AM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql pacman > pacman_fileslist.txt

PackagesAnySecurity IssueVery HighCritical [pam] pam_unix2 is orphaned and dead upstream Closed
100%
Task Description

pam_unix2 was removed from Debian Jessie because it’s buggy and unmaintained [0]

It’s included inside pam package and should be removed since it doesn’t comes from official source. Also the original upstream FTP directory (ftp://ftp.suse.com/people/kukuk/pam/pam_unix2) has disappeared.

[0]:https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628848

$ pacman -Si pam
Repository : core
Name : pam
Version : 1.3.0-1
Description : PAM (Pluggable Authentication Modules) library
Architecture : x86_64
URL : http://linux-pam.org Licenses : GPL2
Groups : None
Provides : None
Depends On : glibc cracklib libtirpc pambase
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 609.71 KiB
Installed Size : 2980.00 KiB
Packager : Tobias Powalowski tpowa@archlinux.org Build Date : Thu 09 Jun 2016 02:44:03 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql pam > pam_fileslist.txt

PackagesTestingFeature RequestMediumMedium [ppp] needs OpenRC init script Closed
100%
Task Description

$ pacman -Si ppp
Repository : core
Name : ppp
Version : 2.4.7-2
Description : A daemon which implements the Point-to-Point Protocol for dial-up networking
Architecture : x86_64
URL : http://www.samba.org/ppp/ Licenses : custom:GPL/BSD
Groups : None
Provides : None
Depends On : glibc libpcap>=1.0.0
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 282.88 KiB
Installed Size : 865.00 KiB
Packager : Allan McRae allan@archlinux.org Build Date : Mon 27 Jul 2015 02:37:06 AM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql ppp
ppp /etc/
ppp /etc/ppp/
ppp /etc/ppp/chap-secrets
ppp /etc/ppp/ip-down
ppp /etc/ppp/ip-down.d/
ppp /etc/ppp/ip-down.d/00-dns.sh
ppp /etc/ppp/ip-up
ppp /etc/ppp/ip-up.d/
ppp /etc/ppp/ip-up.d/00-dns.sh
ppp /etc/ppp/ipv6-down
ppp /etc/ppp/ipv6-down.d/
ppp /etc/ppp/ipv6-up
ppp /etc/ppp/ipv6-up.d/
ppp /etc/ppp/ipv6-up.d/00-iface-config.sh
ppp /etc/ppp/options
ppp /etc/ppp/pap-secrets
ppp /etc/ppp/peers/
ppp /usr/
ppp /usr/bin/
ppp /usr/bin/chat
ppp /usr/bin/plog
ppp /usr/bin/poff
ppp /usr/bin/pon
ppp /usr/bin/pppd
ppp /usr/bin/pppdump
ppp /usr/bin/pppoe-discovery
ppp /usr/bin/pppstats
ppp /usr/include/
ppp /usr/include/pppd/
ppp /usr/include/pppd/cbcp.h
ppp /usr/include/pppd/ccp.h
ppp /usr/include/pppd/chap-new.h
ppp /usr/include/pppd/chap_ms.h
ppp /usr/include/pppd/eap.h
ppp /usr/include/pppd/ecp.h
ppp /usr/include/pppd/eui64.h
ppp /usr/include/pppd/fsm.h
ppp /usr/include/pppd/ipcp.h
ppp /usr/include/pppd/ipv6cp.h
ppp /usr/include/pppd/ipxcp.h
ppp /usr/include/pppd/lcp.h
ppp /usr/include/pppd/magic.h
ppp /usr/include/pppd/md4.h
ppp /usr/include/pppd/md5.h
ppp /usr/include/pppd/patchlevel.h
ppp /usr/include/pppd/pathnames.h
ppp /usr/include/pppd/pppcrypt.h
ppp /usr/include/pppd/pppd.h
ppp /usr/include/pppd/session.h
ppp /usr/include/pppd/sha1.h
ppp /usr/include/pppd/spinlock.h
ppp /usr/include/pppd/tdb.h
ppp /usr/include/pppd/upap.h
ppp /usr/lib/
ppp /usr/lib/pppd/
ppp /usr/lib/pppd/2.4.7/
ppp /usr/lib/pppd/2.4.7/minconn.so
ppp /usr/lib/pppd/2.4.7/openl2tp.so
ppp /usr/lib/pppd/2.4.7/passprompt.so
ppp /usr/lib/pppd/2.4.7/passwordfd.so
ppp /usr/lib/pppd/2.4.7/pppoatm.so
ppp /usr/lib/pppd/2.4.7/pppol2tp.so
ppp /usr/lib/pppd/2.4.7/radattr.so
ppp /usr/lib/pppd/2.4.7/radius.so
ppp /usr/lib/pppd/2.4.7/radrealms.so
ppp /usr/lib/pppd/2.4.7/rp-pppoe.so
ppp /usr/lib/pppd/2.4.7/winbind.so
ppp /usr/lib/systemd/
ppp /usr/lib/systemd/system/
ppp /usr/lib/systemd/system/ppp@.service
ppp /usr/share/
ppp /usr/share/man/
ppp /usr/share/man/man1/
ppp /usr/share/man/man1/pon.1.gz
ppp /usr/share/man/man8/
ppp /usr/share/man/man8/chat.8.gz
ppp /usr/share/man/man8/pppd-radattr.8.gz
ppp /usr/share/man/man8/pppd-radius.8.gz
ppp /usr/share/man/man8/pppd.8.gz
ppp /usr/share/man/man8/pppdump.8.gz
ppp /usr/share/man/man8/pppstats.8.gz

PackagesAnyReplace RequestHighCritical [python2] replace deprecated Python 2 to Tauthon Closed
100%
Task Description

Description:

  • replace deprecated Python 2 to Tauthon for Canis Major

Additional info:

Steps to reproduce:

  • Broken python2 packages.
PackagesAnyFeature RequestMediumMedium [redis] needs OpenRC init script Closed
100%
Task Description

$ pacman -Si redis
Repository : community
Name : redis
Version : 3.2.8-1
Description : Advanced key-value store
Architecture : x86_64
URL : http://redis.io/ Licenses : BSD
Groups : None
Provides : None
Depends On : jemalloc grep shadow
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 564.71 KiB
Installed Size : 3286.00 KiB
Packager : Sergej Pupykin <pupykin.s+arch@gmail.com>
Build Date : Mon 13 Feb 2017 09:08:25 AM -03
Validated By : MD5 Sum SHA-256 Sum Signature

[coadde@nbc_netbook ~]$ pacman -Ql redis
redis /etc/
redis /etc/logrotate.d/
redis /etc/logrotate.d/redis
redis /etc/redis.conf
redis /usr/
redis /usr/bin/
redis /usr/bin/redis-benchmark
redis /usr/bin/redis-check-aof
redis /usr/bin/redis-check-rdb
redis /usr/bin/redis-cli
redis /usr/bin/redis-sentinel
redis /usr/bin/redis-server
redis /usr/lib/
redis /usr/lib/systemd/
redis /usr/lib/systemd/system/
redis /usr/lib/systemd/system/redis.service
redis /usr/share/
redis /usr/share/licenses/
redis /usr/share/licenses/redis/
redis /usr/share/licenses/redis/LICENSE

PackagesAnyFeature RequestMediumMedium [rfkill] needs OpenRC init scripts Closed
100%
Task Description

$ pacman -Si rfkill
Repository : core
Name : rfkill
Version : 0.5-2
Description : Tool for enabling and disabling wireless devices
Architecture : x86_64
URL : http://wireless.kernel.org/en/users/Documentation/rfkill Licenses : custom
Groups : None
Provides : None
Depends On : None
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 7.66 KiB
Installed Size : 14.00 KiB
Packager : Gaetan Bisson bisson@archlinux.org Build Date : Sun 02 Apr 2017 05:59:08 AM -03
Validated By : MD5 Sum SHA-256 Sum Signature

[coadde@nbc_netbook ~]$ pacman -Ql rfkill
rfkill /usr/
rfkill /usr/bin/
rfkill /usr/bin/rfkill
rfkill /usr/lib/
rfkill /usr/lib/systemd/
rfkill /usr/lib/systemd/system/
rfkill /usr/lib/systemd/system/rfkill-block@.service
rfkill /usr/lib/systemd/system/rfkill-unblock@.service
rfkill /usr/lib/sysusers.d/
rfkill /usr/lib/sysusers.d/rfkill.conf
rfkill /usr/lib/udev/
rfkill /usr/lib/udev/rules.d/
rfkill /usr/lib/udev/rules.d/60-rfkill.rules
rfkill /usr/share/
rfkill /usr/share/licenses/
rfkill /usr/share/licenses/rfkill/
rfkill /usr/share/licenses/rfkill/LICENSE
rfkill /usr/share/man/
rfkill /usr/share/man/man8/
rfkill /usr/share/man/man8/rfkill.8.gz

PackagesAnySecurity IssueVery HighCritical [schroedinger] unmaintained and unsupportable Closed
100%
Task Description

Description:

  • Remove Schrödinger in Hyperbola because it’s unmaintained and unsupportable. [0] [1]
  • Note: It requires [ffmpeg], [ffmpeg2.8] and [gst-plugins-bad] rebuilding

Additional info:

  • schroedinger 1.0.11-3
$ pacman -Si schroedinger
Repository      : extra
Name            : schroedinger
Version         : 1.0.11-3
Description     : An implemenation of the Dirac video codec in ANSI C code
Architecture    : x86_64
URL             : https://launchpad.net/schroedinger
Licenses        : GPL2  LGPL2.1  MPL  MIT
Groups          : None
Provides        : None
Depends On      : orc  gcc-libs
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 331.64 KiB
Installed Size  : 1676.00 KiB
Packager        : Evangelos Foutras <evangelos@foutrelis.com>
Build Date      : Sat 05 Dec 2015 12:28:01 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature

Steps to reproduce:

  • Contains security holes.
PackagesTestingBug 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)
PackagesAnyFeature RequestMediumMedium [sddm] needs OpenRC init script 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

$ pacman -Ql sddm > sddm_fileslist.txt

PackagesTestingFeature RequestMediumMedium [shadow] add cron job support Closed
100%
Task Description
$ pacman -Si shadow
Repository      : core
Name            : shadow
Version         : 4.4-3
Description     : Password and account management tool suite with support for shadow files and PAM
Architecture    : x86_64
URL             : https://github.com/shadow-maint/shadow
Licenses        : BSD
Groups          : base
Provides        : None
Depends On      : bash  pam  acl
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 1060.57 KiB
Installed Size  : 3474.00 KiB
Packager        : Dave Reisner <dreisner@archlinux.org>
Build Date      : Sat 29 Oct 2016 12:54:23 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
$ pacman -Ql shadow > shadow_fileslist.txt
PackagesAnyFeature RequestMediumMedium [smartmontools] needs OpenRC init script Closed
100%
Task Description

$ pacman -Si smartmontools
Repository : extra
Name : smartmontools
Version : 6.5-1
Description : Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives
Architecture : x86_64
URL : http://smartmontools.sourceforge.net Licenses : GPL Groups : None
Provides : None
Depends On : gcc-libs libcap-ng bash
Optional Deps : s-nail: to get mail alerts to work
Conflicts With : None
Replaces : None
Download Size : 411.83 KiB
Installed Size : 1582.00 KiB
Packager : Antonio Rojas arojas@archlinux.org Build Date : Wed 18 May 2016 04:05:16 AM -03
Validated By : MD5 Sum SHA-256 Sum Signature

[coadde@nbc_netbook ~]$ pacman -Ql smartmontools
smartmontools /etc/
smartmontools /etc/conf.d/
smartmontools /etc/conf.d/smartd
smartmontools /etc/smartd.conf
smartmontools /usr/
smartmontools /usr/bin/
smartmontools /usr/bin/smartctl
smartmontools /usr/bin/smartd
smartmontools /usr/bin/update-smart-drivedb
smartmontools /usr/lib/
smartmontools /usr/lib/systemd/
smartmontools /usr/lib/systemd/system/
smartmontools /usr/lib/systemd/system/smartd.service
smartmontools /usr/share/
smartmontools /usr/share/doc/
smartmontools /usr/share/doc/smartmontools/
smartmontools /usr/share/doc/smartmontools/AUTHORS
smartmontools /usr/share/doc/smartmontools/COPYING
smartmontools /usr/share/doc/smartmontools/ChangeLog
smartmontools /usr/share/doc/smartmontools/ChangeLog-5.0-6.0
smartmontools /usr/share/doc/smartmontools/INSTALL
smartmontools /usr/share/doc/smartmontools/NEWS
smartmontools /usr/share/doc/smartmontools/README
smartmontools /usr/share/doc/smartmontools/TODO
smartmontools /usr/share/doc/smartmontools/examplescripts/
smartmontools /usr/share/doc/smartmontools/examplescripts/Example1
smartmontools /usr/share/doc/smartmontools/examplescripts/Example2
smartmontools /usr/share/doc/smartmontools/examplescripts/Example3
smartmontools /usr/share/doc/smartmontools/examplescripts/Example4
smartmontools /usr/share/doc/smartmontools/examplescripts/Example5
smartmontools /usr/share/doc/smartmontools/examplescripts/Example6
smartmontools /usr/share/doc/smartmontools/examplescripts/README
smartmontools /usr/share/doc/smartmontools/smartd.conf
smartmontools /usr/share/man/
smartmontools /usr/share/man/man5/
smartmontools /usr/share/man/man5/smartd.conf.5.gz
smartmontools /usr/share/man/man8/
smartmontools /usr/share/man/man8/smartctl.8.gz
smartmontools /usr/share/man/man8/smartd.8.gz
smartmontools /usr/share/man/man8/update-smart-drivedb.8.gz
smartmontools /usr/share/smartmontools/
smartmontools /usr/share/smartmontools/drivedb.h
smartmontools /usr/share/smartmontools/smartd_warning.d/
smartmontools /usr/share/smartmontools/smartd_warning.sh

PackagesAnyFeature RequestMediumMedium [smbnetfs] needs OpenRC init script Closed
100%
Task Description

$ pacman -Si smbnetfs
Repository : community
Name : smbnetfs
Version : 0.6.0-2
Description : small C program that mounts Microsoft network neighborhood in single directory.
Architecture : x86_64
URL : http://smbnetfs.sourceforge.net/ Licenses : GPL Groups : None
Provides : None
Depends On : fuse smbclient
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 51.88 KiB
Installed Size : 226.00 KiB
Packager : Sergej Pupykin <pupykin.s+arch@gmail.com>
Build Date : Wed 13 Jan 2016 02:50:27 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

[coadde@nbc_netbook ~]$ pacman -Ql smbnetfs
smbnetfs /etc/
smbnetfs /etc/conf.d/
smbnetfs /etc/conf.d/smbnetfs
smbnetfs /etc/smbnetfs/
smbnetfs /etc/smbnetfs/.smb/
smbnetfs /etc/smbnetfs/.smb/smb.conf
smbnetfs /etc/smbnetfs/.smb/smbnetfs.auth
smbnetfs /etc/smbnetfs/.smb/smbnetfs.conf
smbnetfs /etc/smbnetfs/.smb/smbnetfs.host
smbnetfs /usr/
smbnetfs /usr/bin/
smbnetfs /usr/bin/smbnetfs
smbnetfs /usr/lib/
smbnetfs /usr/lib/systemd/
smbnetfs /usr/lib/systemd/system/
smbnetfs /usr/lib/systemd/system/smbnetfs.service
smbnetfs /usr/share/
smbnetfs /usr/share/doc/
smbnetfs /usr/share/doc/smbnetfs/
smbnetfs /usr/share/doc/smbnetfs/ENGLISH.FAQ smbnetfs /usr/share/doc/smbnetfs/INSTALL
smbnetfs /usr/share/doc/smbnetfs/README
smbnetfs /usr/share/doc/smbnetfs/RUSSIAN.FAQ smbnetfs /usr/share/doc/smbnetfs/smbnetfs.conf

PackagesAnyFeature RequestMediumMedium [speech-dispatcher] needs OpenRC init script Closed
100%
Task Description

$ pacman -Si speech-dispatcher
Repository : extra
Name : speech-dispatcher
Version : 0.8.6-1
Description : High-level device independent layer for speech synthesis interface
Architecture : x86_64
URL : http://www.freebsoft.org/speechd Licenses : GPL2 FDL Groups : None
Provides : None
Depends On : libltdl python-xdg dotconf libpulse libao
Optional Deps : festival: Speech output using Festival

                espeak: Speech output using ESpeak
                pulseaudio: PulseAudio support

Conflicts With : None
Replaces : None
Download Size : 424.04 KiB
Installed Size : 1414.00 KiB
Packager : Sven-Hendrik Haase sh@lutzhaase.com Build Date : Mon 09 Jan 2017 07:55:41 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql speech-dispatcher > speech-dispatcher_fileslist.txt

PackagesTestingBug 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)
PackagesAnyFeature RequestMediumMedium [tigervnc] needs OpenRC init scripts Closed
100%
PackagesAnyFreedom IssueVery HighCritical [torcs-data] contains nonfree car models Closed
100%
PackagesAnyFeature RequestVery HighHigh [tracker] contains systemd unit files Closed
100%
PackagesAnyFeature RequestMediumMedium [tuntox] needs OpenRC init script Closed
100%
PackagesAnyFeature RequestVery HighHigh [umurmur] needs OpenRC init script and contains systemd ...Closed
100%
PackagesAnyFeature RequestMediumMedium [usbmuxd] needs OpenRC init script Closed
100%
PackagesAnyFreedom IssueVery HighCritical [vdrift-data] contains nonfree car and track models Closed
100%
PackagesAnyFeature RequestVery HighHigh [vino] contains systemd unit file Closed
100%
PackagesAnySecurity IssueVery HighCritical [w3m] unmaintained and unsupportable Closed
100%
PackagesAnyFreedom IssueVery HighCritical [warsow-data] the package contains nonfree assets (CC B ...Closed
100%
PackagesAnyBug ReportVery HighCritical [warsow] the package is not compiled from source Closed
100%
PackagesAnyFeature RequestMediumMedium [x11vnc] needs OpenRC init script Closed
100%
PackagesAnySecurity IssueHighHigh [x2goplugin] remove unsecure package Closed
100%
PackagesAnyImplementation RequestHighHigh [xen] add Xen 4.8.x split packages Closed
100%
PackagesAnySecurity IssueVery HighCritical [xulrunner] unmaintained and unsupportable Closed
100%
PackagesAnyImplementation RequestVery HighCritical [linux-libre-lts-server] add "Linux-libre" kernel adapt ...Closed
100%
PackagesAnyFreedom IssueVery HighCritical [cmake-fedora] useful only for non-FSDG distros Closed
100%
PackagesAnyBug ReportLowMedium [cryptsetup] can't umount luks filesystem on reboot/shu ...Closed
100%
PackagesAnyFeature RequestVery HighHigh [dovecot] needs OpenRC init script and contains systemd ...Closed
100%
PackagesAnyBackport RequestVery HighHigh [gegl] update package to 0.4.2 backport Closed
100%
PackagesAnyBackport RequestVery HighHigh [gimp] update package to 2.10.2 backport Closed
100%
PackagesAnyFeature RequestVery HighHigh [kmod] add init file to load kernel modules from /etc f ...Closed
100%
PackagesAnyFeature RequestVery HighHigh [mcelog] needs OpenRC init script and contains systemd  ...Closed
100%
PackagesAnyFeature RequestVery HighHigh [mercurial] needs OpenRC init scripts (hg serve and chg ...Closed
100%
PackagesAnyImplementation RequestLowLow [nut] add Network UPS Tools 2.7.x package Closed
100%
Showing tasks 101 - 150 of 160 Page 3 of 4

Available keyboard shortcuts

Tasklist

Task Details

Task Editing