Bug#1032517:

2023-03-09 Thread Piotr Jurkiewicz
On Wed, 8 Mar 2023 19:05:39 +0100 Jan Mojzis wrote: Hello, can You please send me the steps how i can reproduce it - packages list/versions before the upgrade - exact apt/apt-get command - packages list/versions after the upgrade Jan I used aptitude to perform upgrade. Before upgrade: ii

Bug#1032517: nginx settings deleted on upgrade

2023-03-08 Thread Piotr Jurkiewicz
I can confirm this bug. Happened to me twice yesterday. The problem occurs also when pruning is being done after system upgrade, in a separate step.

Bug#939076: (no subject)

2019-09-10 Thread Piotr Jurkiewicz
The bug also affects me. Results in no network access after boot. Sep 10 12:46:52 sonata systemd[1]: Reached target Network. Sep 10 12:46:52 sonata systemd[1]: Reached target Network is Online. Sep 10 12:46:52 sonata kernel: bnx2x :01:00.2: firmware: failed to load

Bug#918659: Debootstrap started to fail with Busybox

2019-01-07 Thread Piotr Jurkiewicz
Package: debootstrap Version: 1.0.113 Debootstrap started to fail with busybox since version 1.0.113. Previously it worked flawlessly with busybox. It fails silently, but debootstrap.log contains the following error: date: invalid date 'Tue, 15 Jan 2019 02:23:06 UTC' The reason is

Bug#917166: Errors on and after upgrade to 2.03.01-2, swap on lvm not mounted

2018-12-23 Thread Piotr Jurkiewicz
After downgrading udev and libudev1 to 239-15, swap volume is mounted properly on boot. "lvm2-activation-generator: lvmconfig failed" is still produced on boot, but only once and seems not to break anything. Thanks.

Bug#917166: Errors on and after upgrade to 2.03.01-2, swap on lvm not mounted

2018-12-23 Thread Piotr Jurkiewicz
Package: lvm2 Version: 2.03.01-2 Severity: grave On two machines running sid I observed errors during the upgrade to 2.03.01-2. One of these machines became practically unusable immediately after the update (disk IO operations became so slow that even closing aptitude took 2 minutes instead

Bug#910400: mysqli stopped connecting to MySQL servers using caching_sha2_password

2018-10-06 Thread Piotr Jurkiewicz
to provide? On 2018-10-06 06:34, Ondřej Surý wrote: Control: severity -1 important That’s not a grave bug. Please do not abuse severities. Ondřej -- Ondřej Surý On 6 Oct 2018, at 01:23, Piotr Jurkiewicz wrote: Package: php7.3-mysql Version: 7.3.0~rc2-2 Severity: grave After update

Bug#910400: mysqli stopped connecting to MySQL servers using caching_sha2_password

2018-10-05 Thread Piotr Jurkiewicz
Package: php7.3-mysql Version: 7.3.0~rc2-2 Severity: grave After update to 7.3.0~rc2-2 (sid), mysqli extension stopped working. It can't connect to MySQL server, giving the following error message: PHP message: PHP Warning: mysqli::__construct(): The server requested authentication method

Bug#904720: Lot of cruft installed automatically as dependencies (e.g. Thai fonts, X11 libs)

2018-07-27 Thread Piotr Jurkiewicz
Package: nfdump Version: 1.6.17-1 Trying to install nfdump on server, I get lot of unwanted packages automatically installed. I believe that X11 rendering libraries or Thai fonts are not needed for running nfdump, are they? These packages are mostly pulled by librrd. --\ Packages to be

Bug#897943: mkfs.ext4 gets stuck on getrandom() syscall

2018-07-05 Thread Piotr Jurkiewicz
After upgrading util-linux to version 2.32, mkfs.ext4 blocks just for 2 seconds when CRNG is not fully initialized, what I think is acceptable. Therefore, this bug can be closed. The reason was described by Theodore Y. Ts'o and following comments here:

Bug#897943: mkfs.ext4 gets stuck on getrandom() syscall

2018-05-04 Thread Piotr Jurkiewicz
Package: e2fsprogs Version: 1.44.1-2 Trying to mkfs.ext4 from initramfs (so with klibc) inside QEMU, it gets stuck on getrandom syscall. Running it with strace: uname({sysname="Linux", nodename="(none)", ...}) = 0 access("/sys/fs/ext4/features/lazy_itable_init", R_OK) = -1 ENOENT (No such

Bug#882201: closed by Gianfranco Costamagna <locutusofb...@debian.org> (Re: Source files are included in the package file)

2017-11-21 Thread Piotr Jurkiewicz
Control: reopen -1 File lists presented by packages.debian.org web interface are outdated. For example they do no contain shell completion files, which are part of the package since 1.1.2-1. Here is the real list of files installed by 1.1.2-3: # dpkg-query -L borgbackup /. /etc

Bug#882208: Please enable CONFIG_FW_CFG_SYSFS

2017-11-20 Thread Piotr Jurkiewicz
Package: linux-image-amd64 Version: 4.13+86 Please consider enabling CONFIG_FW_CFG_SYSFS=m This would build QEMU out-of-band configuration forwarding module. It allows guest OS to read parameters and config files passed from host via QEMU command line.

Bug#882205: Please make openvswitch-switch recommended instead hard dependency

2017-11-20 Thread Piotr Jurkiewicz
Package: mininet Open vSwitch is not necessary to run Mininet. There are many use cases for Mininet without Open vSwitch. For example we are using it to orchestrate nodes running Click Modular Router or in-kernel IP forwarding (like in examples/linuxrouter.py). Changing openvswitch-switch

Bug#882201: Source files are included in the package file

2017-11-19 Thread Piotr Jurkiewicz
Package: borgbackup Version: 1.1.2-3 Source files *.{c,h,pyx} and directories are included in the .deb package file, what inflates Installed Size approximately 6 times.

Bug#831858: found 831858 in 0.8.4-1

2017-01-31 Thread Piotr Jurkiewicz
I also encountered this bug on Stretch with aptitude 0.8.4-1. In my case it can be reproduced even simpler: 1. Install some package which has a dependency with apt-get, for example: $ apt-get install apt-src Entry in /var/apt/history.log: Start-Date: 2017-01-31 19:51:29 Commandline:

Bug#846145: Wrong path to php7.0-fpm.sock in sites-available/default

2016-11-28 Thread Piotr Jurkiewicz
Package: nginx-common Version: 1.10.2-2 PHP snippet in sites-available/default points to: fastcgi_pass unix:/var/run/php7.0-fpm.sock; However, php7.0-fpm package (Debian Stretch) places this socket in: /var/run/php/php7.0-fpm.sock (notice additional 'php' directory)

Bug#767448: No way to override settings from /usr/share/initramfs-tools/conf-hooks.d/*

2016-02-28 Thread Piotr Jurkiewicz
The UMASK variable is *documented* as affecting only the permissions for the initramfs image (which it doesn't seem to do reliably!) but it also affects the permissions for the files inside the initramfs. > When dropbear is used in the initramfs, the host private key must be kept secret and so

Bug#806260: Unnecessary period on the end of systemd service description in pppd-dns.service

2015-11-25 Thread Piotr Jurkiewicz
Package: ppp Version: 2.4.6-3.1 Severity: minor By convention systemd service descriptions should not end with a period, because systemd adds period on its own. Now, log messages for this service ends with doubled periods, what is inconsistent with the rest of system and suggests that this

Bug#767448: No way to override settings from /usr/share/initramfs-tools/conf-hooks.d/*

2014-10-30 Thread Piotr Jurkiewicz
Package: initramfs-tools There is no way for user to override settings from /usr/share/initramfs-tools/conf-hooks.d. For example, dropbear package in file /usr/.../conf-hooks.d/dropbear sets UMASK variable to 0077. User cannot override this with his own setting in /etc. The only way to do

Bug#742205: gnome-session-flashback: Overdependency: gnome-session-flashback installation should not lead to the installation of gnome-shell

2014-03-20 Thread Piotr Jurkiewicz
Package: gnome-session-flashback Version: 3.8.0-2 Severity: important When user installs gnome-session-flashback in a clean system it leads to the installation of gnome-shell and a lot of its dependencies. When user explicitly install flashback session it means the he does not want to use

Bug#742212: synaptic: Quick search field is missing

2014-03-20 Thread Piotr Jurkiewicz
Package: synaptic Version: 0.80.4 Severity: important As in topic, on the present Jessie preview quick search field in toolbar is missing. -- System Information: Debian Release: jessie/sid APT prefers testing-updates APT policy: (500, 'testing-updates'), (500, 'testing') Architecture:

Bug#742209: gnome: Gnome does not show icons on desktop

2014-03-20 Thread Piotr Jurkiewicz
Source: gnome Severity: important I am testing the last Jessie installer. I have found that gnome-shell session as well as gnome-flashback session do not show icons on desktop (xfce session shows icons). I have not found any option to turn it on/off in control panel, so I assume that it is some