Michael Prokop

Results 84 issues of Michael Prokop

acpi-support-base shouldn't be installed with systems running systemd according to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783247 - we should think about dropping it from the default package list. I'm unsure yet though what to do...

refactor
feature

The TODO file is quite outdated, so we should make sure it lists only recent issues (remove stuff that has been implemented or is known to work, get rid of...

minor
wishlist

The file zsh-completion doesn't provide all the features we have nowadays, we should also make sure the file is working out-of-the-box (at least as far as possible) on plain Debian.

minor
wishlist

I'm trying to back up data to Hetzner's backup space (http://wiki.hetzner.de/index.php/Backup/en). It starts nicely with ~15-20MiB/sec, but as soon as I'm receiving a `Write failed: Broken pipes` or `Connection to...

help: wanted
backend: sftp
type: feature suggestion
state: need implementing

Our last stable release ISOs: * grml64-full_2021.07.iso: 787MB * grml64-small_2021.07.iso: 404MB Current daily ISOs (as of 2022-08-31): * grml64-full_sid: 879MB * grml64-small testing: 470MB We should look into the actual...

We currently ship the following browsers on grml-full: * firefox-esr: 225 MB disk space (including dependencies) * links2: 9,806 kB disk space (including dependencies) * lynx: 5,794 kB disk space...

Debian 12, codename bookworm, will be the upcoming Debian/stable release and its so called freeze is coming closer (see https://release.debian.org/bookworm/freeze_policy.html for details). It would be great, if according package builds...

Enhancement

We ran into this problem on a customer system, where a NFS mountpoint was referenced in the `.zdirs` file (via `DIRSTACKFILE` feature enabled by default), while the NFS share wasn't...

bug

Noted on a currenty grml64-small unstable daily ISO: ``` root@grml ~ # vim foo E1187: Failed to source defaults.vim Press ENTER or type command to continue ``` FTR: ``` root@grml...

bug

Our `__start_stop` function, which is used as helper function within our `Start`, `Stop`, `Restart`,... functions doesn't provide native support for systemd. While usage of `service` still works, it would be...

feature-request