Packages

Category Task Type  asc Priority Severity Summary Status Progress
AnyFeature RequestHighHigh [tar] adapt package in accordance with the Hyperbola Pa ...Closed
100%
Task Description

Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .

AnyFeature RequestHighHigh [texinfo] adapt package in accordance with the Hyperbol ...Closed
100%
Task Description

Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .

AnyFeature RequestHighHigh [thin-provisioning-tools] adapt package in accordance w ...Closed
100%
Task Description

Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .

AnyFeature RequestHighHigh [traceroute] adapt package in accordance with the Hyper ...Closed
100%
Task Description

Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .

AnyFeature RequestHighHigh [usbutils] adapt package in accordance with the Hyperbo ...Closed
100%
Task Description

Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .

AnyFeature RequestHighHigh [util-linux] adapt package in accordance with the Hyper ...Closed
100%
Task Description

Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .

AnyFeature RequestHighHigh [util-linux-debug] adapt package in accordance with the ...Closed
100%
Task Description

Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .

AnyFeature RequestHighHigh [vi] adapt package in accordance with the Hyperbola Pac ...Closed
100%
Task Description

Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .

AnyFeature RequestHighHigh [which] adapt package in accordance with the Hyperbola  ...Closed
100%
Task Description

Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .

AnyFeature RequestHighHigh [wireless_tools] adapt package in accordance with the H ...Closed
100%
Task Description

Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .

AnyFeature RequestHighHigh [wpa_actiond] adapt package in accordance with the Hype ...Closed
100%
Task Description

Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .

AnyFeature RequestHighHigh [wpa_supplicant] adapt package in accordance with the H ...Closed
100%
Task Description

Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .

AnyFeature RequestHighHigh [xfsprogs] adapt package in accordance with the Hyperbo ...Closed
100%
Task Description

Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .

AnyFeature RequestHighHigh [xinetd] adapt package in accordance with the Hyperbola ...Closed
100%
Task Description

Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .

AnyFeature RequestHighHigh [xtensa-unknown-elf-binutils] adapt package in accordan ...Closed
100%
Task Description

Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .

AnyFeature RequestHighHigh [xtensa-unknown-elf-gcc] adapt package in accordance wi ...Closed
100%
Task Description

Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .

AnyFeature RequestHighHigh [xz] adapt package in accordance with the Hyperbola Pac ...Closed
100%
Task Description

Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .

AnyFeature RequestHighHigh [zlib] adapt package in accordance with the Hyperbola P ...Closed
100%
Task Description

Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .

AnyFeature RequestVery HighHigh [kmod] add init file to load kernel modules from /etc f ...Closed
100%
Task Description

Add init file to load kernel modules in system configuration

Examples:

/etc/modules.conf
----
btrfs

/etc/modules.d/*.conf
----

/etc/modules.d/nouveau.conf
----
nouveau

/etc/init.d/modules
----
#!/usr/bin/openrc-run
command="/usr/bin/modprobe"
command_args="$(cat /etc/modules.{,d/*}conf)"

/etc/runlevels/boot/modules
AnyFeature RequestVery HighHigh [procps-ng] add init file to load sysctl configuration  ...Closed
100%
Task Description

Add init file to load sysctl configuration files

Examples:

/etc/init.d/sysctl
----
#!/usr/bin/openrc-run
command="/usr/bin/sysctl"
command_args="--system"
----
/etc/runlevels/boot/sysctl
AnyFeature RequestVery HighHigh [kmod] when dummy.ko is loaded, dummy0 interface is loa ...Closed
100%
Task Description

When dummy.ko (kernel module) is loaded, dummy0 interface is loaded as “numdummies=1”.
If any dummy interface is configured in netifrc config file, dummy module loads and adds undesirable “dummy0” interface
(eg. if “dummy0” interface is configured, it generates netifrc configuration conflicts).

Please add “/usr/lib/modprobe.d/dummy.conf” file configuration to disable numdummies option by default:

options dummy numdummies=0
AnyFeature RequestVery HighHigh [amule] contains systemd unit files Closed
100%
Task Description

Description:

  • The Arch version of aMule from the snapshot used by Hyperbola comes with systemd support. Since Hyperbola follows the Init Freedom Campaign , systemd unit files removal is required or add OpenRC init scripts to replace it.

Additional info:
* package version(s)
* config and/or log files etc.

Repository      : extra
Name            : amule
Version         : 10983-2
Description     : An eMule-like client for ed2k p2p network
Architecture    : x86_64
URL             : http://www.amule.org
Licenses        : GPL
Groups          : None
Provides        : None
Depends On      : wxgtk  gd  geoip  libupnp  crypto++  boost-libs
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 4.84 MiB
Installed Size  : 22.65 MiB
Packager        : Antonio Rojas <arojas@archlinux.org>
Build Date      : Mon 23 Jan 2017 08:36:47 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
/usr/lib/systemd/system/amuled.service is owned by amule 10983-2
/usr/lib/systemd/system/amuleweb.service is owned by amule 10983-2

Steps to reproduce:

  • Install package.
AnyFeature RequestVery HighHigh [deluge] contains systemd unit files Closed
100%
Task Description

Description:

  • The Arch version of Deluge from the snapshot used by Hyperbola comes with systemd support. Since Hyperbola follows the Init Freedom Campaign , systemd unit files removal is required or add OpenRC init scripts to replace it.

Additional info:
* package version(s)
* config and/or log files etc.

Repository      : extra
Name            : deluge
Version         : 1.3.14-1
Description     : A BitTorrent client with multiple user interfaces in a client/server model
Architecture    : any
URL             : http://deluge-torrent.org/
Licenses        : GPL3
Groups          : None
Provides        : None
Depends On      : python2-xdg  libtorrent-rasterbar  python2-twisted  python2-pyopenssl  python2-chardet  python2-setuptools
Optional Deps   : python2-notify: libnotify notifications
                  pygtk: needed for gtk ui
                  librsvg: needed for gtk ui
                  python2-mako: needed for web ui
Conflicts With  : None
Replaces        : None
Download Size   : 2.26 MiB
Installed Size  : 12.20 MiB
Packager        : Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
Build Date      : Tue 07 Mar 2017 12:26:40 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
/usr/lib/systemd/system/deluged.service is owned by deluge 1.3.14-1
/usr/lib/systemd/system/deluge-web.service is owned by deluge 1.3.14-1

Steps to reproduce:

  • Install package.
AnyFeature RequestVery HighHigh [gnunet] contains systemd unit file Closed
100%
Task Description

Description:

  • The Arch version of GNUnet from the snapshot used by Hyperbola comes with systemd support. Since Hyperbola follows the Init Freedom Campaign , systemd unit files removal is required or add OpenRC init scripts to replace it.

Additional info:
* package version(s)
* config and/or log files etc.

Repository      : community
Name            : gnunet
Version         : 0.10.1-9
Description     : A framework for secure peer-to-peer networking
Architecture    : x86_64
URL             : http://gnunet.org
Licenses        : GPL
Groups          : None
Provides        : None
Depends On      : gmp  libgcrypt  libextractor  sqlite  gnurl  libmicrohttpd  libunistring  libidn
Optional Deps   : bluez-libs
                  python
                  glpk
                  libpulse
                  opus
Conflicts With  : None
Replaces        : None
Download Size   : 1744.61 KiB
Installed Size  : 7046.00 KiB
Packager        : Antonio Rojas <arojas@archlinux.org>
Build Date      : Mon 04 Apr 2016 02:33:05 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
/usr/lib/systemd/system/gnunet.service is owned by gnunet 0.10.1-9

Steps to reproduce:

  • Install package.
AnyFeature RequestVery HighHigh [mldonkey] contains systemd unit files Closed
100%
Task Description

Description:

  • The Arch version of MLdonkey from the snapshot used by Hyperbola comes with systemd support. Since Hyperbola follows the Init Freedom Campaign , systemd unit files removal is required or add OpenRC init scripts to replace it.

Additional info:
* package version(s)
* config and/or log files etc.

Repository      : community
Name            : mldonkey
Version         : 3.1.6-1
Description     : A multi-network P2P client
Architecture    : x86_64
URL             : http://mldonkey.sourceforge.net/
Licenses        : GPL
Groups          : None
Provides        : None
Depends On      : file  gd  miniupnpc  libnatpmp
Optional Deps   : librsvg: GUI support
                  gtk2: GUI support
Conflicts With  : None
Replaces        : None
Download Size   : 4.01 MiB
Installed Size  : 21.11 MiB
Packager        : Anatol Pomozov <anatol.pomozov@gmail.com>
Build Date      : Wed 25 Jan 2017 04:13:10 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
/usr/lib/systemd/system/mldonkey.service is owned by mldonkey 3.1.6-1
/usr/lib/sysusers.d/mldonkey.conf is owned by mldonkey 3.1.6-1
/usr/lib/tmpfiles.d/mldonkey.conf is owned by mldonkey 3.1.6-1

Steps to reproduce:

  • Install package.
AnyFeature RequestVery HighHigh [timidity++] contains systemd unit file Closed
100%
AnyFeature RequestVery HighHigh [wesnoth] contains systemd unit files Closed
100%
AnyFeature RequestVery HighHigh [sage-notebook] contains systemd unit file Closed
100%
AnyFeature RequestVery HighHigh [evolution-data-server] contains systemd unit files Closed
100%
AnyFeature RequestVery HighHigh [gnome-terminal] contains systemd unit file Closed
100%
AnyFeature RequestVery HighHigh [tracker] contains systemd unit files Closed
100%
AnyFeature RequestVery HighHigh [vino] contains systemd unit file Closed
100%
AnyFeature RequestVery HighHigh [mkinitcpio] enable "hidepid" support in /proc filesyst ...Closed
100%
AnyFeature RequestVery HighHigh [openrc] minor fix in /proc mount option Closed
100%
AnyFeature RequestVery HighHigh [system-config-printer] contains systemd unit file Closed
100%
AnyFeature RequestVery HighHigh [erlang-nox] contains systemd unit files Closed
100%
AnyFeature RequestVery HighHigh [motion] contains systemd unit file Closed
100%
AnyFeature RequestVery HighHigh [pkgfile] contains systemd unit files Closed
100%
AnyFeature RequestVery HighHigh [tinc] contains systemd unit files Closed
100%
AnyFeature RequestVery HighHigh [phpldapadmin] needs OpenRC init script  Closed
100%
AnyFeature RequestVery HighHigh [pkgfile] contains systemd unit files Closed
100%
AnyFeature RequestVery HighHigh [netdata] contains systemd unit files  Closed
100%
AnyFeature RequestVery HighHigh [backuppc]: contains systemd files Closed
100%
AnyFeature RequestVery HighHigh [gpsd]: contains systemd files Closed
100%
StableFeature RequestVery HighHigh [hiawatha]: remove systemd files, provide openrc Closed
100%
AnyFeature RequestVery HighHigh [dovecot] needs OpenRC init script and contains systemd ...Closed
100%
AnyFeature RequestVery HighHigh [onioncat] needs OpenRC init script Closed
100%
AnyFeature RequestVery HighHigh [umurmur] needs OpenRC init script and contains systemd ...Closed
100%
AnyFeature RequestVery HighHigh [prosody] needs OpenRC init script and contains systemd ...Closed
100%
AnyFeature RequestVery HighHigh [unrealircd] needs OpenRC init script and contains syst ...Closed
100%
Showing tasks 751 - 800 of 1517 Page 16 of 31

Available keyboard shortcuts

Tasklist

Task Details

Task Editing