Bug#993308: firefox-esr: You might need to add a libpci3 dependency to ESR 91

2024-06-11 Thread MichaIng
Adding some context: The function which throws the warning is here: https://searchfox.org/mozilla-central/source/toolkit/xre/glxtest/glxtest.cpp#192 RHEL added libpci as dependency: https://bugzilla.redhat.com/show_bug.cgi?id=1955338 It was reported on BSD derivatives and Solaris, where

Bug#1065394: debootstrap Sid failed to run due to libuuid1t64 and libuuid1 coexist

2024-03-04 Thread MichaIng
Hi Steven, indeed that might be part of the issue, since libuuid1 "Provides: libuuid1t64 (= 2.39.3-9)", hence an exact version of libuuid1t64 which is not in repos. debootstrap otherwise might be able to solve the libuuid1t64 dependency by installing libuuid1 only. Interesting is that

Bug#1065394: libuuid1t64: file overlap with libuuid1 causes dependency conflicts

2024-03-03 Thread MichaIng
Package: libuuid1t64 Version: 2.39.3-6.1 I am currently unable to generate riscv64 images via debootstrap: --- I: Extracting libuuid1... I: Extracting libuuid1t64... E: Tried to extract package, but file already exists. Exit... --- Both packages obviously provide the same files. "apt

Bug#1056624: ifup: verbose flag seems to not list all commands ifup dows

2023-11-23 Thread MichaIng
Package: ifupdown Version: 0.8.41 On Orange Pi Zero 3, when using ifup to configure the Ethernet adapter, after doing a (soft) reboot, the interface is not present anymore. With NetworkManager, this is not the case. It is a bug in the vendor kernel build/driver for sure, just triggered by

Bug#1050045: systemd-nspawn fails to start systemd >=253 in QEMU-emulated container

2023-08-18 Thread MichaIng
Package: systemd Version: 254.1-2 since systemd 253 was merged into Sid/unstable and Trixie/testing, systemd-nspawn fails to boot Sid and Trixie containers with foreign architectures via qemu-user-static and binfmt: --- Spawning container rootfs on /root/rootfs. Press Ctrl-] three times

Bug#1042015: reboot/poweroff throw errors if dbus/systemd-logind is not running

2023-07-25 Thread MichaIng
Package: systemd Version: 252.12-1 Since Debian Bookworm (systemd 252), the reboot, poweroff and "shutdown now" commands throw the following error if the dbus service is not running: --- Failed to connect to bus: No such file or directory --- and if dbus is running, but

Bug#1031593: deluge-web: gettext error

2023-06-24 Thread MichaIng
Is it planned or would it be possible to have a patch with the fix for Bookworm (Deluge v2.0.3)? Best regards, Micha

Bug#1032407: Cannot start mariadb-server unless manually mkdir -p /var/lib/mysql

2023-03-25 Thread MichaIng
Who do you mean? Should be reported here by OP who faced the issue: https://github.com/puppetlabs/puppetlabs-mysql/issues Only the Puppet MySQL module developers will know whether they need plain text logging for some specific reason and how to hence address this best. Bookworm (and hence

Bug#1032407: Cannot start mariadb-server unless manually mkdir -p /var/lib/mysql

2023-03-07 Thread MichaIng
The Puppet module requires an update: https://github.com/search?q=repo%3Apuppetlabs%2Fpuppetlabs-mysql%20%2Fvar%2Flog=code One option would be to make it create and chown the directory by itself, if plain text logs are for some reason needed/wanted. The probably cleaner option would be if it

Bug#860890: needs ssl-cert membership, does not report the error

2023-02-12 Thread MichaIng
The choice to not add the xrdp user to the ssl-cert group OOTB decreases connection security unnecessarily until done manually. Furthermore, it doesn't make sense to make the ssl-cert package a strict dependency, if it isn't usable by XRDP without manual setup. If the opinion here is "if you

Bug#969897: wireless-regdb: Document differences between debian and upstream regulatory.db

2023-01-30 Thread MichaIng
Package: wireless-regdb Version: 2022.04.08-2~deb11u1 I just faced the same cfg80211 error, trying to switch from CRDA to the kernel builtin feature. It took me a while to find this bug report and about the need to switch to the upstream version of the database. Thanks for the pointer, and my

Bug#987156: Info received (Bug#987156: Acknowledgement (mod_ssl depends on mod_setenvif while it does not))

2023-01-23 Thread MichaIng
I opened a merge request to solve this: https://salsa.debian.org/apache-team/apache2/-/merge_requests/36 Best regards, Micha

Bug#986634: 7zr ignores umask for output directory

2023-01-19 Thread MichaIng
Thanks for the link with the contained patch. Bumping this as it still would be great to see it merged: --- diff FileDir.cpp FileDir_fix.cpp 569c569 < if (mkdir( name, 0700 ) == 0) bret = true; --- > if (mkdir( name, 0777 & gbl_umask.mask ) == 0) bret = true; --- Best regards, Micha

Bug#1004629: motion: FTBFS with ffmpeg 5.0

2022-12-06 Thread MichaIng
The issue has been solved upstream with motion 4.5 (probably 4.4 already). Since unstable still serves motion 4.3.2, I hope unstable and then testing can be migrated to the latest motion release. Bookworm first freeze starts in January, and it would be a pity to have motion not included with

Bug#1006457: closed by Willem Mulder (Re: Bug#1006457: Chromium fails to start on aarch64 systems)

2022-11-21 Thread MichaIng
Great, also solved here, many thanks! Best regards, Micha

Bug#1020333: Rename bluez-alsa.service to bluealsa.service

2022-09-20 Thread MichaIng
Package: bluez-alsa-utils Version: 3.0.0-2 I'm very happy to finally see BlueALSA provided by the Debian package repository, many thanks to the maintainers! It is probably too late for my suggestion, and maybe there is a specific reason why the service is called differently compared to

Bug#1010059: whiptail doesn't react to input in sudo shell pipe since Bookworm

2022-04-23 Thread MichaIng
Package: whiptail Version: 0.52.21-5 Since Debian Bookworm, it is not possible anymore to control whiptail dialogs when being passed through a sudo pipe to the shell, e.g.: --- echo 'whiptail --msgbox test 20 80' | sudo bash --- This is often used when executing remote installer

Bug#1006457: Chromium fails to start on aarch64 systems

2022-04-13 Thread MichaIng
I also just verified that both are installed, ah via chromium-common indeed as dependencies. > I have a rock64 board lying around unused, I'll have to hook it up to a monitor and see what happens on there with xfce and chromium. That would be great. While we tested it with installed

Bug#1008842: exfat-fuse does not provide exfat filesystem driver

2022-04-08 Thread MichaIng
I'm not sure about the exact reasons why these users use exFAT. When aiming to mount a filesystem on Windows as well, NTFS performs just as bad and vfat has file and filesystem size limitations, so I can imagine cases where one needs to stick with exFAT. Some of the SBCs have a quite powerful

Bug#1008842: exfat-fuse does not provide exfat filesystem driver

2022-04-02 Thread MichaIng
I would also love to be able to ship recent Linux versions in all cases, but as of sadly common practice of many SoC and SBC manufacturers, to not produce open source hardware/firmware/drivers, and to provide own outdated kernel versions with driver and firmware blobs instead of

Bug#1008842: exfat-fuse does not provide exfat filesystem driver

2022-04-02 Thread MichaIng
Package: exfat-fuse Version: 1.3.0-2 Since Debian Bullseye (also tested on Bookworm), the exfat-fuse package does not provide the (FUSE-based) "exfat" filesystem driver, i.e. the following commands fail if the exfat kernel module is not present, e.g. when a different kernel is used, often

Bug#1006457: Chromium fails to start on aarch64 systems

2022-04-01 Thread MichaIng
Package: chromium Version: 99.0.4844.74-1~deb11u1 > Which boards did you test with? We observed the issue on these boards: - Odroid C2 - Odroid C4 - Odroid N2+ - Radxa ROCK Pi 4 - Radxa Zero > What desktops were you using? Was this under X or wayland? Does it make a difference if you run

Bug#1006171: Make internal-sftp the default

2022-02-27 Thread MichaIng
I made the request upstream as advised: https://bugzilla.mindrot.org/show_bug.cgi?id=3397 Best regards, Micha

Bug#1006457: Chromium fails to start on aarch64 systems

2022-02-25 Thread MichaIng
Package: chromium Version: 98.0.4758.102-1~deb11u1 Latest Chromium on Debian Bullseye fails to start on aarch64/arm64 systems. Different ones with different kernels were tested, though all Linux 5.10 variants, using (and generally supporting) modesetting DDX. Only v98 from security repo is

Bug#1006190: Acknowledgement (New upstream release)

2022-02-23 Thread MichaIng
I tested the new package v5.0.3-1 from Debian unstable on x86_64 systems with Debian unstable, Bookworm, Bullseye and even Ubuntu Focal (GitHub actions runners), and it works very well on all of them. I tested the "ocs-sr savedisk" command, using some different command-line options,

Bug#1006190: New upstream release

2022-02-21 Thread MichaIng
Dear Georges, many thanks for your quick action. I'll test the new package once it is available in unstable. Best regards, Micha

Bug#1006190: New upstream release

2022-02-20 Thread MichaIng
Package: clonezilla Version: 3.35.2-3 Dear maintainer, the last Clonezilla upstream release has been applied to Debian a long time ago. In the meantime there have been many releases, latest at time of writing bring v5.0.3:

Bug#1006171: Make internal-sftp the default

2022-02-20 Thread MichaIng
Package: openssh-server Version: 1:8.8p1-1 Currently the standalone OpenSSH sftp-server is used as default SFTP subsystem, set via /etc/ssh/sshd_config. This implies a dependency on the openssh-sftp-server package and means that every SFTP connection spawns a new external process, while

Bug#1006148: Chromium constantly tries to access CPUFreq API in VMs

2022-02-19 Thread MichaIng
Package: chromium Version: 98.0.4758.102-1~deb11u1 Ah sorry, my bad, the errors do show up on version 98.0.4758.102-1~deb11u1. So then it is not an upstream issue but a difference between the build or environment on Bullseye vs Bookworm. Best regards, Micha

Bug#1006148: Chromium constantly tries to access CPUFreq API in VMs

2022-02-19 Thread MichaIng
Package: chromium Version: 90.0.4430.212-1 Hey guys, I recognised that Chromium on Bullseye is constantly trying to access the CPUFreq API, even when it runs within a VM where this API is expected to be not available. This triggers constant error messages: --- *** stack smashing detected

Bug#993308: firefox-esr: You might need to add a libpci3 dependency to ESR 91

2022-02-19 Thread MichaIng
Package: firefox-esr Version: 78.15.0esr-1 I can confirm this to be an issue on Debian Bullseye with v78.15.0esr-1 already. Would be great if the maintainer could add the libpci3 dependency for firefox-esr on Bullseye and Bookworm. Best regards, Micha

Bug#1004943: qemu-guest-agent shutdown now depends on systemd-logind > dbus?

2022-02-03 Thread MichaIng
Package: qemu-guest-agent Version: 1:5.2+dfsg-11+deb11u1 When using qemu-guest-agent within a Proxmox VM running Debian Bullseye, we recognised that sending the shutdown command from the host only has any effect when systemd-logind run within the VM and hence dbus is installed. The latter

Bug#987156: Acknowledgement (mod_ssl depends on mod_setenvif while it does not)

2022-01-24 Thread MichaIng
Huh, what spam bot made it in here? However, @Stefan as I see MS Internet Explorer support being dropped by more and more projects, do you agree to have the MSIE [2-6] comment blocks simply removed, together with the mod_setenvif dependency? If so, let me know and I can send a merge request,

Bug#1003162: Add support for Parallels/hds virtual disk image format

2022-01-11 Thread MichaIng
We want to offer OS images for Parallels desktop (virtualizer on macOS). So far we couldn't find a way to generate them via CI/CD pipeline on a Linux host, but need to import an image or appliance (for another virtualizer) into Parallels on a macOS system to have it doing the conversion to

Bug#1003162: Add support for Parallels/hds virtual disk image format

2022-01-05 Thread MichaIng
Package: qemu-utils Version: 1:6.1+dfsg-8+b2 Aiming to automate VM image creation, I recognised that on Debian, qemu-img does not support the Parallels virtualizer hds virtual disk image format. Generally it seems to be supported by QEMU, like here on RHEL 7:

Bug#993083: Upstream fix

2021-12-10 Thread MichaIng
Indeed it would be great if this patch could be applied to the Deluge v2.0.3 package on Debian Bullseye. Here the related pull request, in case it contains additional information: https://github.com/deluge-torrent/deluge/pull/271 Best regards, Micha

Bug#864402: Info received (lxde "No session for pid ...." on screen after login.)

2021-11-02 Thread MichaIng
Adding another information: I retested it on Debian Buster and Stretch and the same error prompt appears when LXDE is not started from the actual screen/console but when calling "startx" from e.g. an SSH session, which then start LXDE on the main screen. The solution/workaround is the same.

Bug#864402: lxde "No session for pid ...." on screen after login.

2021-11-02 Thread MichaIng
The problem is still present on Debian Bullseye when simply doing "apt install lxde" and "startx". When additionally "apt install lxsession-default-apps", it can be seen that "lxpolkit" is set as default "Polkit agent" and clearing that field resolves the issue. The thing is now that

Bug#995990: systemctl --now flag has no effect in two circumstances

2021-10-10 Thread MichaIng
raspbian is not maintained by Debian, fwiw. Indirectly it is, since Raspbian uses the unmodified (at least in all cases I'm aware of) Debian package sources and ships the same updates shortly after they have been pushed to the Debian (source) repositories (including debian-security), just

Bug#995990: systemctl --now flag has no effect in two circumstances

2021-10-10 Thread MichaIng
Okay, first I verified that it is an issue on all architectures, even on Raspberry Pi with the dedicated Raspbian armv6hf package builds. Then I sadly found that downgrading all systemd source packages to 232-25+deb9u12 does not solve the issue. Also I wasn't able to find another recent

Bug#995990: systemctl --now flag has no effect in two circumstances

2021-10-10 Thread MichaIng
The LTS team has no interest in fixing this IMHO major usage bug on the init system? Since we didn't see this earlier among user user base, chances are high that it has been caused by the last package update (security repo) from 08 Jul 2021. I'll try to verify this by pulling an earlier

Bug#995990: systemctl --now flag has no effect in two circumstances

2021-10-09 Thread MichaIng
Package: systemd Version: 232-25+deb9u13 On current Debian Stretch, the systemctl --now flag, when enabling or disabling a service, has no effect in those two cases: 1. The service is already enabled respectively disabled: On newer systemd versions (Buster and Bullseye), the service is still

Bug#995332: Package reinstalls/upgrades with files on FAT partitions fail

2021-10-04 Thread MichaIng
Hi, many thanks for your reply and linking that FAQ, this clarifies things. I also found the linked older bug report about the very same question: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825945 I personally would prefer more compatibility here, possibly combined with a flag to

Bug#995332: Package reinstalls/upgrades with files on FAT partitions fail

2021-09-29 Thread MichaIng
on FAT partitions (and other filesystem types with no link support) gracefully. A backup could be created differently if this is seen mandatory. Best regards, MichaIng

Bug#993359: Update systemd unit to raise memlock limit for io_uring support

2021-08-31 Thread MichaIng
/MichaIng/DietPi/issues/4690 Best regards, Micha

Bug#989178: buster-backports request for 1.29.3 from Debian Bullseye

2021-05-28 Thread MichaIng
Hi Daniel, that is great news, many thanks for your work and quick response! Best regards, Micha Am 28.05.2021 um 07:21 schrieb Daniel Baumann: tag 989178 pending thanks On 5/27/21 7:24 PM, MichaIng wrote: I hence hereby request/wish for a backport of Netdata v1.29.3, provided and tested

Bug#989178: buster-backports request for 1.29.3 from Debian Bullseye

2021-05-27 Thread MichaIng
Package: netdata Version: 1.12.0 Severity: wishlist Hey guys, while Debian Buster ships Netdata v1.12.0, the upstream project made large progress and v1.31.0 has been released in the meantime. Especially the Netdata Cloud feature, introduced with Netdata v1.22.0, is a notable extension which

Bug#951067: apache2: unable to disable TLSv1

2021-04-22 Thread MichaIng
I think "all" cannot be used like that. From the docs: https://httpd.apache.org/docs/2.4/mod/mod_ssl.html#sslprotocol "all" is an alias for "+SSLv3 +TLSv1 +...", so while the raw config file syntax is fine, internally "-all" is probably seen as invalid and replaced by the default

Bug#987156: mod_ssl depends on mod_setenvif while it does not

2021-04-22 Thread MichaIng
Am 19.04.2021 um 23:49 schrieb Stefan Fritsch: Am 18.04.21 um 17:10 schrieb MichaIng: The dependency is declared in /etc/apache2/mods-available/ssl.load and is a Debian packaging thing, not relevant to upstream. Now I see the "comment" in the .load files, thanks for the hint! I th

Bug#987156: mod_ssl depends on mod_setenvif while it does not

2021-04-18 Thread MichaIng
Package: apache2 Version: 2.4.46-4 When enabling mod_ssl via "a2enmod ssl" while mod_setenvif is disabled, it becomes apparent that mod_ssl depends on mod_setenvif. I checked the configuration file /etc/apache2/mods-available/ssl.conf, but it actually does not use any mod_setenvif directive.

Bug#986634: 7zr ignores umask for output directory

2021-04-08 Thread MichaIng
Package: p7zip Version: 16.02+dfsg-8 When extracting a 7z archive to an output directory which does not yet exist, 7zr creates this directory automatically. While for all files and directories within the archive, the default umask modes are applied, the parent output directory is created

Bug#981044: alsactl prints "No soundcards found" error despite -g/--ignore flag

2021-01-27 Thread MichaIng
Sorry for not checking the man page, it is all clear then. I addressed this as feature request upstream. Best regards, Micha

Bug#981044: alsactl prints "No soundcards found" error despite -g/--ignore flag

2021-01-25 Thread MichaIng
Package: alsa-utils Version: 1.1.8-2 Little addition: The flag is ignored only in combination with the "init" command, while with e.g. "save" the error message (and exit code) is indeed omitted. It might hence be intended the way it is, but I would suggest to expand the effect of

Bug#981044: alsactl prints "No soundcards found" error despite -g/--ignore flag

2021-01-25 Thread MichaIng
Package: alsa-utils Version: 1.2.4-1 And: 1.1.8-2 Hey guys, I recognised that alsactl is ignoring the "--ignore" flag: --- # alsactl --help | grep ignore -g,--ignore ignore 'No soundcards found' error # alsactl init alsactl: init:1759: No soundcards found... # alsactl -g init

Bug#747400: bash: Vcs-Bzr is out of date

2021-01-08 Thread MichaIng
Many thanks for your efforts Daniel, sadly this remains an issue. It would be great to allow some collaboration on a public repository, especially on such an essential package that bash is. It might save everyone's time when it was possible to base a discussion on an actual MR/PR instead of

Bug#932209: [ALSA] alsa-state.service starts daemon due to wrong ConditionPathExists

2020-09-21 Thread MichaIng
Package: alsa-utils Version: 1.1.8-2 Severity: important In short: Please release 1.1.8-3 it to Debian Buster! 1.1.8-3 indeed solves the issue from what I can see for Debian Bullseye. Also the original issue has been solved, the currently available alsa-utils package (on Bullseye) does not

Bug#617856: apt-show-versions: does not see gzipped Packages files when uncompressed are not available

2020-09-18 Thread MichaIng
Package: apt-show-versions Version: 0.22.11 I just recognised the same with xz-compressed list files. I agree that best is probably to rely on APT's internal cache commands/functions instead of accessing the list files directly, so no additional extraction needs to be implemented and

Bug#961843: buster-pu: package lighttpd/1.4.53-4

2020-09-11 Thread MichaIng
Since two months have been passed, may I ask about the status of this request? The requested debdiff has been attached above and these patches fix potential and actual security issues in backend applications which can be hard to debug or even recognise (meaning a security issue exists without

Bug#966575: grub-pc: error: symbol `grub_calloc' not found.

2020-07-31 Thread MichaIng
Hey guys, we face the same issue whenever a ready-to-run image has been created and booted from a different device. From what we found, the Debian installer (or the grub install/config scripts) stores the hardware ID of the drive to debconf database, if one is available. Of course on a

Bug#956495: htpdate systemd service start failure still present in testing

2020-05-25 Thread MichaIng
Package: htpdate Version: 1.2.2-3 Hi guys, the issue has btw not been solved from what I can see and test, but is still present on Buster backports as well as on Bullseye and Sid. The reason is "InaccessibleDirectories" option in the systemd unit "/lib/systemd/system/htpdate.service". For

Bug#954310: dependency on python3-requests missing on Debian Buster

2020-03-19 Thread MichaIng
, line 786, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'requests' distribution was not found and is required by cloudprint Best regards, MichaIng

Bug#954309: Remove rsyslog/system-log-daemon dependency

2020-03-19 Thread MichaIng
with a systemd unit (and no sysvinit service), hence expects systemd to be present and logs to systemd-journald in the first place. And finally tests prove that systemd-journald as only syslog daemon does not break cloudprint binary or service. Best regards, MichaIng

Bug#928314: wakeonlan requires netbase as dependency

2020-03-05 Thread MichaIng
Package: wakeonlan Version: 0.41-12 Issue still present in current version. As long as wakeonlan uses the mentioned perl functions for its very basic functionality, it practically depends on the netbase package. Best regards, MichaIng

Bug#953042: Package removal can fail if some contained files are no present

2020-03-03 Thread MichaIng
Package: libapache2-mod-php7.0 Version: 7.0.33-0+deb9u7 Hey guys, I wanted to report an issue that we faced some time ago: https://github.com/MichaIng/DietPi/issues/2797 The postrm script calls "php_invoke dismod 7.0 apache2 $mod" to disable the modules, but this fails if either

Bug#947603: sysvinit service calls wrong binary path

2019-12-28 Thread MichaIng
it. Best regards, MichaIng Am 28.12.2019 um 21:37 schrieb Doug: Most people don't use vmtouch as a service, instead as an interactive command-line tool. If you use the daemon functionality in the deb, can you please send a pull request to our github repo? https://github.com/hoytech/vmtouch

Bug#947603: sysvinit service calls wrong binary path

2019-12-28 Thread MichaIng
to sbin seems to be the worse alternative solution. Best regards, MichaIng

Bug#946785: Invalid package suggestion: gstreamer-plugins-ugly

2019-12-15 Thread MichaIng
epos and matches per naming the recommendation "gstreamer1.0-plugins-good" and second suggestion "gstreamer1.0-plugins-bad". Nothing serious but fix should be straight forward. Best regards, MichaIng

Bug#945320: whiptail --scrolltext bars start below text/are hidden

2019-11-22 Thread MichaIng
is always possible with this option as expected and as well the issue does not appear on selection fields of --menu and --checklist, which have their own scroll bars, when required, which show up fine. Screenshots can be found here: https://github.com/MichaIng/DietPi/issues/2947

Bug#939055: TigerVNC uses functions that depend on netbase but lacks dependency

2019-08-31 Thread MichaIng
Package: tigervnc-standalone-server Version: 1.9.0+dfsg-3 When executing tigervncserver, while the netbase package is not installed, it throws the following error message multiple times: -- Use of uninitialized value $proto in socket at /usr/bin/tigervncserver -- This is due