Bug#1077881: wcstools-3.9.7 crlf change
Package: wcstools X-Debbugs-Cc: serfyo...@yandex.ru Version: 3.9.7-1 Severity: normal Tags: patch Dear Maintainer, In the package "wcstools-3.9.7" the program "crlf" changes the symbol 0Dh to 0Ah. As a result, an empty string appears instead of each 0Dh. -- System Information: Debian Release: 12.6 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 6.1.0-22-amd64 (SMP w/8 CPU threads; PREEMPT) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages wcstools depends on: ii libc6 2.36-9+deb12u7 ii libwcstools1 3.9.7-1 wcstools recommends no packages. wcstools suggests no packages. -- no debconf information Copyright (C) 2006 Smithsonian Astrophysical Observatory, Cambridge, MA USA This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include #include #include #include #include static int verbose = 0; /* verbose/debugging flag */ static void usage(); static void CRFix(); int main (ac, av) int ac; char **av; { char *fn; char *str; /* crack arguments */ for (av++; --ac > 0 && *(str = *av) == '-'; av++) { char c; while ((c = *++str)) switch (c) { case 'v': /* more verbosity */ verbose++; break; default: usage(); break; } } /* There are ac remaining file names starting at av[0] */ if (ac == 0) usage (); while (ac-- > 0) { fn = *av++; if (verbose) printf ("%s:\n", fn); CRFix (fn); if (verbose) printf ("\n"); } return (0); } static void usage () { fprintf (stderr,"CRLF: Change carriage returns to linefeeds in a file\n"); fprintf(stderr,"Usage: crlf [-v] file1 file2 ... filen\n"); fprintf(stderr," -v: verbose\n"); exit (1); } static void CRFix (name) char *name; { char buffer[1000]; char buffer2[1000]; // 2024-07-28 16:31 int fd; int nbr, i; int nbr2; // 2024-07-28 16:31 fd = open (name, O_RDONLY); nbr = 1000; while (nbr > 0) { nbr = read (fd, buffer, 1000); nbr2 = 0; // 2024-07-28 16:31 if (nbr > 0) { for (i = 0; i < nbr; i++) { /* // 2024-07-28 16:31 comment because an empty string is created if (buffer[i] == (char) 13) // buffer[i] = (char) 10; */ if (buffer[i] != (char) 13) { // 2024-07-28 16:31 insert block buffer2[nbr2] = buffer[i]; nbr2++; } } // (void) write (1, buffer, nbr); // 2024-07-28 16:31 comment (void) write (1, buffer2, nbr2); // 2024-07-28 16:31 } } return; } /* Feb 10 1998New program * * Apr 3 2005Declare main to be int * * Jun 20 2006Clean up code */
Bug#1027900: parole 4.16.0-2 does not start
Package: parole Version: 4.16.0-2 Severity: normal X-Debbugs-Cc: serfyod...@yandex.ru Dear Maintainer, parole 4.16.0-2 when running in the terminal emulator outputs : free(): invalid pointer Emergency stop parole 4.16.0-1 is up and running. -- System Information: Debian Release: bookworm/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 6.0.0-6-amd64 (SMP w/8 CPU threads; PREEMPT) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages parole depends on: ii gstreamer1.0-alsa [gstreamer1.0-audiosink] 1.20.4-1 ii gstreamer1.0-libav 1.20.3-1+b1 ii gstreamer1.0-plugins-bad [gstreamer1.0-audiosink] 1.20.4-1+b1 ii gstreamer1.0-plugins-base 1.20.4-1 ii gstreamer1.0-plugins-good [gstreamer1.0-audiosink] 1.20.3-1+b1 ii gstreamer1.0-x 1.20.4-1 ii libc6 2.36-7 ii libcairo2 1.16.0-7 ii libdbus-1-3 1.14.4-1 ii libdbus-glib-1-20.112-3 ii libgdk-pixbuf-2.0-0 2.42.10+dfsg-1 ii libglib2.0-02.74.4-1 ii libgstreamer-plugins-base1.0-0 1.20.4-1 ii libgstreamer1.0-0 1.20.4-1 ii libgtk-3-0 3.24.36-1 ii libnotify4 0.8.1-1 ii libtagc01.13-1 ii libx11-62:1.8.3-3 ii libxfce4ui-2-0 4.18.0-1 ii libxfce4util7 4.18.0-1 ii libxfconf-0-3 4.18.0-1 parole recommends no packages. Versions of packages parole suggests: ii gstreamer1.0-plugins-bad 1.20.4-1+b1 ii gstreamer1.0-plugins-ugly 1.20.3-1 -- no debconf information
Bug#1016285: mupdf-gl error segmentation
Package: mupdf Version: 1.21.1+ds1-1 Followup-For: Bug #1016285 X-Debbugs-Cc: serfyod...@yandex.ru Dear Maintainer, GeForce Graphics Card ASUS EN7300GT SILENT / HTD / 256M Debian 11.6.0 64 installs: Source: mesa 24 packets v.20.3.5-1 Source: libglvnd 13 packets v.1.3.2-1 Source: 9.0.2-1.1: libglu 2 packets v.9.0.1-1 With this version of packages, any version of mupdf is compiled from source texts (from git too) and works fine. And the binary package mupdf 1.21.1+dd1-1 is installed and works fine. But if you install: Source: mesa 24 packets 22.3.1-1 Source: libglvnd 14 packets v.1.5.0-1 Source: libglu 2 packets v.9.0.2-1.1 then when mupdf-gl is started, the message "Error segmentation" is displayed and its execution is terminated. This happens with both the Linux kernel 5.10.20 and 6.0.0.6. xserver-xorg-video-nouveau 1:1.0.17-1 X.org X-сервер — VideoDriver Nouveau Source: mesa 24 packets v.20.3.5-1: libxatracker-dev libxatracker2 libd3dadapter9-mesa libd3dadapter9-mesa-dev libegl-mesa0 libegl1-mesa libegl1-mesa-dev libgbm-dev libgbm1 libgl1-mesa-dev libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libgles2-mesa libgles2-mesa-dev libglx-mesa0 libosmesa6 libosmesa6-dev libwayland-egl1-mesa mesa-common-dev mesa-opencl-icd mesa-va-drivers mesa-vdpau-drivers mesa-vulkan-drivers Source: libglvnd: 14 packets v.1.3.2-1: libegl-dev libegl1 libgl-dev libgl1 libgles-dev libgles1 libgles2 libglvnd-core-dev libglvnd-dev libglvnd0 libglx-dev libglx0 libopengl-dev libopengl0 Source: libglu 2 packets v.9.0.1-1 libglu1-mesa libglu1-mesa-dev xserver-xorg-video-nouveau 1:1.0.17-1 X.org X-сервер — видеодрайвер Nouveau Source: mesa: 22.3.1-1: libxatracker-dev libxatracker2 libd3dadapter9-mesa libd3dadapter9-mesa-dev libegl-mesa0 libegl1-mesa libegl1-mesa-dev libgbm-dev libgbm1 libgl1-mesa-dev libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libgles2-mesa libgles2-mesa-dev libglx-mesa0 libosmesa6 libosmesa6-dev libwayland-egl1-mesa mesa-common-dev mesa-opencl-icd mesa-va-drivers mesa-vdpau-drivers mesa-vulkan-drivers Source: libglvnd: 14 packets v.1.5.0-1: libegl-dev libegl1 libgl-dev libgl1 libgles-dev libgles1 libgles2 libglvnd-core-dev libglvnd-dev libglvnd0 libglx-dev libglx0 libopengl-dev libopengl0 Source: libglu 2 packets v.9.0.2-1.1: libglu1-mesa libglu1-mesa-dev -- System Information: Debian Release: bookworm/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 6.0.0-6-amd64 (SMP w/8 CPU threads; PREEMPT) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages mupdf depends on: ii libc62.36-7 ii libfreetype6 2.12.1+dfsg-3 ii libgl1 1.3.2-1 ii libglut3.12 3.4.0-1 ii libgumbo10.10.1+dfsg-4 ii libharfbuzz0b6.0.0-1 ii libjbig2dec0 0.19-3 ii libjpeg62-turbo 1:2.1.2-1+b1 ii libmujs2 1.3.2-1 ii libopenjp2-7 2.5.0-1 ii libssl3 3.0.7-1 ii libx11-6 2:1.8.3-3 ii libxext6 2:1.3.4-1+b1 ii zlib1g 1:1.2.13.dfsg-1 mupdf recommends no packages. Versions of packages mupdf suggests: pn mupdf-tools -- no debconf information
Bug#1024368: Problems updating libopenexr25 from version 2.5.4-2 to 2.5.7-1
Package: libopenexr25 Version: 2.5.4-2 Severity: normal X-Debbugs-Cc: serfyod...@yandex.ru Dear Maintainer, When trying to update the package "libopenexr25" from version 2.5.4-2 to 2.5.7-1, the message is displayed: Depends on: libilmbase25 (>=2.5.7), but 2.5.4-1 will be installed Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libilmbase25 (>= 2.5.7), libstdc++6 (>= 9), zlib1g (>= 1:1.2.0) http://www.openexr.com $ apt-show-versions -p libilmbase25 -a libilmbase25:amd64 2.5.4-1 install ok installed No unstable version libilmbase25:amd64 2.5.4-1 installed: No available version in archive $ apt-cache -a show libilmbase25 Package: libilmbase25 Status: install ok installed Priority: optional Section: libs Installed-Size: 950 Maintainer: Debian PhotoTools Maintainers Architecture: amd64 Multi-Arch: same Source: ilmbase Version: 2.5.4-1 Replaces: libilmbase23 (>= 2.3) Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 6) Breaks: libilmbase23 (>= 2.3) -- System Information: Debian Release: bookworm/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 6.0.0-4-amd64 (SMP w/8 CPU threads; PREEMPT) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages libopenexr25 depends on: ii libc6 2.36-5 ii libgcc-s1 12.2.0-9 ii libilmbase25 2.5.4-1 ii libstdc++612.2.0-9 ii zlib1g1:1.2.13.dfsg-1 libopenexr25 recommends no packages. libopenexr25 suggests no packages. -- no debconf information
Bug#1023650: vlc: Trying to view video files via Vlc 3.0.18~rc2-1+b1 tightly hangs Debian
Package: vlc Version: 3.0.18~rc2-1+b1 Severity: critical Justification: breaks the whole system X-Debbugs-Cc: serfyod...@yandex.ru Dear Maintainer, Trying to view video files via Vlc 3.0.18~rc2-1+b1 tightly hangs Debian -- System Information: Debian Release: bookworm/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 6.0.0-2-amd64 (SMP w/8 CPU threads; PREEMPT) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages vlc depends on: ii vlc-bin 3.0.18~rc2-1+b1 ii vlc-plugin-base 3.0.18~rc2-1+b1 ii vlc-plugin-qt3.0.18~rc2-1+b1 ii vlc-plugin-video-output 3.0.18~rc2-1+b1 Versions of packages vlc recommends: ii vlc-l10n 3.0.18~rc2-1 ii vlc-plugin-access-extra3.0.18~rc2-1+b1 ii vlc-plugin-notify 3.0.18~rc2-1+b1 ii vlc-plugin-samba 3.0.18~rc2-1+b1 ii vlc-plugin-skins2 3.0.18~rc2-1+b1 ii vlc-plugin-video-splitter 3.0.18~rc2-1+b1 ii vlc-plugin-visualization 3.0.18~rc2-1+b1 Versions of packages vlc suggests: pn vlc-plugin-fluidsynth pn vlc-plugin-jack pn vlc-plugin-pipewire pn vlc-plugin-svg Versions of packages libvlc-bin depends on: ii libc62.36-4 ii libvlc5 3.0.18~rc2-1+b1 Versions of packages libvlc5 depends on: ii libc62.36-4 ii libvlccore9 3.0.18~rc2-1+b1 Versions of packages libvlc5 recommends: ii libvlc-bin 3.0.18~rc2-1+b1 Versions of packages vlc-bin depends on: ii libc6 2.36-4 ii libvlc-bin 3.0.18~rc2-1+b1 ii libvlc5 3.0.18~rc2-1+b1 Versions of packages vlc-plugin-access-extra depends on: ii libc62.36-4 ii libsrt1.5-gnutls 1.5.1-1 ii libvlccore9 [vlc-plugin-abi-3-0-0f] 3.0.18~rc2-1+b1 ii libvncclient10.9.13+dfsg-4 ii libxcb-composite01.15-1 ii libxcb-shm0 1.15-1 ii libxcb1 1.15-1 Versions of packages vlc-plugin-base depends on: ii liba52-0.7.4 0.7.4-20 ii libarchive13 3.6.0-1 ii libaribb24-0 1.0.3-2 ii libasound2 1.2.7.2-1 ii libass9 1:0.16.0-1 ii libavahi-client3 0.8-6+b1 ii libavahi-common3 0.8-6+b1 ii libavc1394-0 0.5.4-5 ii libavcodec59 7:5.1.2-1 ii libavformat597:5.1.2-1 ii libavutil57 7:5.1.2-1 ii libbluray2 1:1.3.3-1 ii libc62.36-4 ii libcairo21.16.0-6 ii libcddb2 1.3.2-7 ii libchromaprint1 1.5.1-2+b1 ii libdav1d61.0.0-2 ii libdbus-1-3 1.14.4-1 ii libdc1394-25 2.2.6-4 ii libdca0 0.0.7-2 ii libdvbpsi10 1.3.3-1 ii libdvdnav4 6.1.1-1 ii libdvdread8 6.1.3-1 ii libebml5 1.4.4-1 ii libfaad2 2.10.1-1 ii libflac121.4.2+ds-1 ii libfontconfig1 2.13.1-4.5 ii libfreetype6 2.12.1+dfsg-3 ii libfribidi0 1.0.8-2.1 ii libgcc-s112.2.0-9 ii libgcrypt20 1.10.1-2 ii libglib2.0-0 2.74.1-1 ii libgnutls30 3.7.8-4 ii libgpg-error01.46-1 ii libharfbuzz0b5.2.0-2 ii libixml101:1.8.4-2 ii libjpeg62-turbo 1:2.1.2-1+b1 ii libkate1 0.4.1-11 ii liblirc-client0 0.10.1-7.1 ii liblua5.2-0 5.2.4-2 ii libmad0 0.15.1b-10.1+b1 ii libmatroska7 1.7.1-1 ii libmpcdec6 2:0.1~r495-2 ii libmpeg2-4 0.5.1-9 ii libmpg123-0 1.31.1-1 ii libmtp9 1.1.20-1 ii libncursesw6 6.3+20220423-2 ii libnfs13 4.0.0-1 ii libogg0 1.3.5-1 ii libopenmpt-modplug1 0.8.9.0-openmpt1-2+b1 ii libopus0 1.3.1-2 ii libpng16-16 1.6.38-2 ii libpostproc567:5.1.2-1 ii libprotobuf-lite23 3.12.4-1+b5 ii libpulse016.1+dfsg1-2+b1 ii libraw1394-1
Bug#1023645: parole: often the video stops but the sound goes on
Package: parole Version: 4.16.0-1 Severity: normal X-Debbugs-Cc: serfyod...@yandex.ru Dear Maintainer, Often, the video track stops playing and the audio track plays on. Only restarting the Parole fixes the situation. -- System Information: Debian Release: bookworm/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 6.0.0-2-amd64 (SMP w/8 CPU threads; PREEMPT) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages parole depends on: ii gstreamer1.0-alsa [gstreamer1.0-audiosink] 1.20.3-2 ii gstreamer1.0-libav 1.20.3-1+b1 ii gstreamer1.0-plugins-bad [gstreamer1.0-audiosink] 1.20.3-2+b1 ii gstreamer1.0-plugins-base 1.20.3-2 ii gstreamer1.0-plugins-good [gstreamer1.0-audiosink] 1.20.3-1+b1 ii gstreamer1.0-x 1.20.3-2 ii libc6 2.36-4 ii libcairo2 1.16.0-6 ii libdbus-1-3 1.14.4-1 ii libdbus-glib-1-20.112-2 ii libgdk-pixbuf-2.0-0 2.42.9+dfsg-1 ii libglib2.0-02.74.1-1 ii libgstreamer-plugins-base1.0-0 1.20.3-2 ii libgstreamer1.0-0 1.20.4-1 ii libgtk-3-0 3.24.34-3 ii libnotify4 0.8.1-1 ii libtagc01.13-1 ii libx11-62:1.8.1-2 ii libxfce4ui-2-0 4.16.1-1+b1 ii libxfce4util7 4.16.0-1 ii libxfconf-0-3 4.16.0-2 parole recommends no packages. Versions of packages parole suggests: ii gstreamer1.0-plugins-bad 1.20.3-2+b1 ii gstreamer1.0-plugins-ugly 1.20.3-1 -- no debconf information
Bug#1022847: atril requires libgs9 but ghostscript libgs10
Package: atril Version: 1.26.0-1 Severity: grave Justification: renders package unusable X-Debbugs-Cc: serfyod...@yandex.ru Dear Maintainer, Problem: Installing the package "atril" 1.26.0-1 requires installing the package libgs9, but installing the package "ghostscript" 10.0.0~dfsg-4 requires installing the package libgs10. Installing the libgs9 package prohibits installing the libgs10 package. Decision: 1, removed the package "atril" 1.26.0-1, removed the package libgs9. 2. installed the libgs10 package, installed the "ghostscript" package 10.0.0 3. downloaded from "github.com/mate-desktop/atril " the source code of "atril". 4. built and installed "atril" Everything works: both "ghostscript" 10.0.0~dfsg-4 and "atril" 1.26. -- System Information: Debian Release: bookworm/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 6.0.0-2-amd64 (SMP w/8 CPU threads; PREEMPT) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages atril depends on: ii atril-common 1.26.0-1 ii dconf-gsettings-backend [gsettings-backend] 0.40.0-3 ii libatk1.0-0 2.46.0-3 pn libatrildocument3 pn libatrilview3 ii libc62.35-4 ii libcaja-extension1 1.26.1-1 ii libgdk-pixbuf-2.0-0 2.42.9+dfsg-1 ii libglib2.0-0 2.74.1-1 ii libgtk-3-0 3.24.34-3 ii libice6 2:1.0.10-1 ii libsecret-1-00.20.5-3 ii libsm6 2:1.2.3-1 ii libxml2 2.9.14+dfsg-1+b1 ii shared-mime-info 2.2-1 Versions of packages atril recommends: ii dbus-user-session [default-dbus-session-bus] 1.14.4-1 ii gvfs 1.50.2-2 Versions of packages atril suggests: pn caja ii poppler-data 0.4.11-1 pn unrar
Bug#1011091: Systems with more than 4 memory slots not supported yet, not instantiating SPD
I have sent 4 emails to the addresses that you have informed me. In what format should I inform BTS about this?
Bug#1011091: Systems with more than 4 memory slots not supported yet, not instantiating SPD
Package: linux-source-5.17 Version: 5.17.6-1 Severity: normal Dear Maintainer, Problems: I already wrote about it 07 Dec 2021 21:15:07 + (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D1001286 ), but so far nothing has changed. 1. Systems with more than 4 memory slots not supported yet, not instantiating SPD. Now I have made it so that the system sees 8 slots, as described below, but I do not see SPD. 2. Kingston memory slots do not appear on the I2C bus, although I see them in the BIOS and can change their parameters. Nevertheless, Linux works fine. # decode-dimms # decode-dimms version 4.3-2 Memory Serial Presence Detect Decoder By Philip Edelbrock, Christian Zuckschwerdt, Burkart Lingner, Jean Delvare, Trent Piepho and others No EEPROM found, the kernel probably does not support your hardware. Motherboard Asus P9X79pro 2011 year Chipset: Intel X79 Express Chipset 8 memory slots 8xDIMM. max 64 GB, DDR3 2400(O.C.)/2133(O.C.)/1866/1600/1033/1066 Mhz, non-ECC, un-buffered memory Quad channel memory architecture Supports Intel Extreme Memory Profile (XMP) Hyper DIMM support is subject to the physical characteristics of infividual CPUs. Processor: Intel(R) Core(TM) i7-3820 CPU @ 3.60GHz Overclocked to 4.400 GHz with stepping 44. For memory strips: Kingston HyperX Fury HX316C10FRK2/16 2x8Gb Kingston HyperX Fury HX316C10FWK2/16 2x8Gb Kingston HyperX KHX16C10B1R/84x8Gb I believe there are enough motherboards with 8 memory slots. Debian-11.3.0 64 Sid Kernel: Linux Linux 5.17.6-1 SMP PREEMPT (SMP w/8 CPU threads) x86_64 GNU/Linux Kernel driver i2c-i801 Intel Patsburg (PCH) /var/log/messages Dec 3 05:28:15 A1 kernel: [1.322527] i801_smbus :00:1f.3: SMBus using PCI interrupt Dec 3 05:28:15 A1 kernel: [1.322911] i2c i2c-0: 4/8 memory slots populated (from DMI) Dec 3 05:28:15 A1 kernel: [1.322914] i2c i2c-0: Systems with more than 4 memory slots not supported yet, not instantiating SPD /var/log/syslog Dec 3 05:28:15 A1 kernel: [1.322527] i801_smbus :00:1f.3: SMBus using PCI interrupt Dec 3 05:28:15 A1 kernel: [1.322911] i2c i2c-0: 4/8 memory slots populated (from DMI) Dec 3 05:28:15 A1 kernel: [1.322914] i2c i2c-0: Systems with more than 4 memory slots not supported yet, not instantiating SPD /var/log/kern.log Dec 3 05:28:15 A1 kernel: [1.322527] i801_smbus :00:1f.3: SMBus using PCI interrupt Dec 3 05:28:15 A1 kernel: [1.322911] i2c i2c-0: 4/8 memory slots populated (from DMI) Dec 3 05:28:15 A1 kernel: [1.322914] i2c i2c-0: Systems with more than 4 memory slots not supported yet, not instantiating SPD Viewing log-in led to the idea that so far Systems with more than 4 memory slots not supported yet, not instantiating SPD I rebuilt the kernel by changing to "./linux-source-5.17.6-1/drivers/i2c/i2c-smbus.c" line 358: if (slot_count > 4) { dev_warn(&adap->dev, "Systems with more than 4 memory slots not supported yet, not instantiating SPD\n"); return; } на replace with if (slot_count > 8) { dev_warn(&adap->dev, "Systems with more than 8 memory slots not supported yet, not instantiating SPD\n"); return; } and now it is written in the logs: May 12 23:22:33 A1 kernel: [4.094892] i801_smbus :00:1f.3: SMBus using PCI interrupt May 12 23:22:33 A1 kernel: [4.095301] i2c i2c-0: 8/8 memory slots populated (from DMI) For some reason, at least one file is not created automatically in "/sys/bus/i2c/drivers/" for I2C devices "/^\d+-[\da-f]+$/i" like 0-0050 or 2-0051 with a description of the memory parameters. /etc/modules-load.d/: # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. # we use any of the following three to choose from # eeprom at24 ee1004 eeprom i2c_i801 i2c_smbus i2c-dev # lsmod | sort -u aesni_intel 380928 0 ahci 49152 10 asus_wmi 61440 1 eeepc_wmi autofs453248 2 battery28672 1 asus_wmi button 24576 1 nouveau cec61440 1 drm_kms_helper configfs 57344 1 coretemp 20480 0 crc16 16384 1 ext4 crc32c_generic 16384 0 crc32c_intel 24576 1
Bug#1001286: linux: Systems with more than 4 memory slots not supported yet, not instantiating SPD
I rebuilt the kernel with changing to "./linux-source-5.17.6-1/drivers/i2c/i2c-smbus.c" line 358: if (slot_count > 4) { dev_warn(&adap->dev, "Systems with more than 4 memory slots not supported yet, not instantiating SPD\n"); return; } replaced with if (slot_count > 8) { dev_warn(&adap->dev, "Systems with more than 8 memory slots not supported yet, not instantiating SPD\n"); return; } and now it is written in the logs: May 12 23:22:33 A1 kernel: [4.094892] i801_smbus :00:1f.3: SMBus using PCI interrupt May 12 23:22:33 A1 kernel: [4.095301] i2c i2c-0: 8/8 memory slots populated (from DMI)
Bug#1011069: decode-dimms does not detect SPD for kingston memory strips
Package: i2c-tools Version: 4.3-2 Severity: normal X-Debbugs-Cc: serfyo...@yandex.ru Dear Maintainer, Problems: 1. I want to see the contents of the SPD for each memory strip, but decode-dimms (the i2c-tools 4.3-2 package) does not give this for this motherboard. But I see it in the BIOS on computers boot and can change it. 2. Systems with more than 4 memory slots not supported yet, not instantiating SPD. I solved this problem, which I described below. # decode-dimms # decode-dimms version 4.3-2 Memory Serial Presence Detect Decoder By Philip Edelbrock, Christian Zuckschwerdt, Burkart Lingner, Jean Delvare, Trent Piepho and others No EEPROM found, the kernel probably does not support your hardware. Motherboard Asus P9X79pro 2011 year Chipset: Intel X79 Express Chipset 8 memory slots 8xDIMM. max 64 GB, DDR3 2400(O.C.)/2133(O.C.)/1866/1600/1033/1066 Mhz, non-ECC, un-buffered memory Quad channel memory architecture Supports Intel Extreme Memory Profile (XMP) Hyper DIMM support is subject to the physical characteristics of infividual CPUs. Processor: Intel(R) Core(TM) i7-3820 CPU @ 3.60GHz Overclocked to 4.400 GHz with stepping 44. For memory strips: Kingston HyperX Fury HX316C10FRK2/16 2x8Gb Kingston HyperX Fury HX316C10FWK2/16 2x8Gb Kingston HyperX KHX16C10B1R/84x8Gb I believe there are enough motherboards with 8 memory slots. Debian-11.3.0 64 Sid Kernel: Linux 5.17.0-2-amd64 (SMP w/8 CPU threads) Linux 5.17.0-2-amd64 #1 SMP PREEMPT Debian 5.17.6-1 (2022-05-11) x86_64 GNU/Linux Kernel driver i2c-i801 Intel Patsburg (PCH) ./i2c-tools-4.3/eeprom/ line 2618 sub get_dimm_list { my (@drivers, $driver, $dir, $opened, $file, @files); if ($use_sysfs) { @drivers = ('eeprom', 'at24', 'ee1004'); # DDR4 } else { @drivers = ('eeprom'); $dir = '/proc/sys/dev/sensors'; } foreach $driver (@drivers) { if ($use_sysfs) { $dir = "/sys/bus/i2c/drivers/$driver"; } next unless opendir(local *DIR, $dir); $opened++; while (defined($file = readdir(DIR))) { if ($use_sysfs) { # We look for I2C devices like 0-0050 or 2-0051 next unless $file =~ /^\d+-[\da-f]+$/i; next unless -d "$dir/$file"; # Device name must be eeprom (driver eeprom) # spd (driver at24) or ee1004 (driver ee1004) my $attr = sysfs_device_attribute("$dir/$file", "name"); next unless defined $attr && ($attr eq "eeprom" || $attr eq "spd" || $attr eq "ee1004");# DDR4 } else { next unless $file =~ /^eeprom-/; } push @files, { eeprom => "$file", file => "$dir/$file", driver => "$driver" }; } close(DIR); } if (!$opened) { print STDERR "No EEPROM found, try loading the eeprom, at24 or ee1004 module\n"; exit; } return sort { $a->{file} cmp $b->{file} } @files; } /var/log/messages Dec 3 05:28:15 A1 kernel: [1.322527] i801_smbus :00:1f.3: SMBus using PCI interrupt Dec 3 05:28:15 A1 kernel: [1.322911] i2c i2c-0: 4/8 memory slots populated (from DMI) Dec 3 05:28:15 A1 kernel: [1.322914] i2c i2c-0: Systems with more than 4 memory slots not supported yet, not instantiating SPD /var/log/syslog Dec 3 05:28:15 A1 kernel: [1.322527] i801_smbus :00:1f.3: SMBus using PCI interrupt Dec 3 05:28:15 A1 kernel: [1.322911] i2c i2c-0: 4/8 memory slots populated (from DMI) Dec 3 05:28:15 A1 kernel: [1.322914] i2c i2c-0: Systems with more than 4 memory slots not supported yet, not instantiating SPD /var/log/kern.log Dec 3 05:28:15 A1 kernel: [1.322527] i801_smbus :00:1f.3: SMBus using PCI interrupt Dec 3 05:28:15 A1 kernel: [1.322911] i2c i2c-0: 4/8 memory slots populated (from DMI) Dec 3 05:28:15 A1 kernel: [1.322914] i2c i2c-0: Systems with more than 4 memory slots not supported yet
Bug#1010529: Problems with theme HighContrast in Debian 11.2 и 11.3 64-bits Xfce 4.16 DoubleCmd 1.0.5
Package: libgtk-3-0 Version: 3.24.5-1 Severity: normal X-Debbugs-Cc: serfyo...@yandex.ru Dear Maintainer, In Debian 11.2 and 11.3 64-bits Xfce 4.16, under the login of a "regular user" , I encountered a strange thing: in DoubleCommander 1.0.5 or v.10177, with xfce4-settings selected ("Applications→Settings→Appearance") linux-theme "HighContrast (hicolor)" in black letters on a black background (i.e. nothing is visible), the "Disk button panel" areas are displayed (only disk labels, icons are normal, the hint field is normal), the "Disk List" area (only disk labels, icons are normal, the hint field is normal), the "Status bar" at the bottom of the left or right frame, "Directory path of the active panel" to the left of the command line, the bottom line is the "Function Key bar" and in some windows (not all). I haven't noticed anything in other applications yet. Under login "root" everything is displayed normally. Under the login of the "ordinary user" I chose the theme "Adwaita" and everything began to be displayed in DC normally, only in the upper and lower panels the background became dark in Desktop Xfce. Installed Debian 10.12.0. Installed DoubleCommander. Launched it. Everything is displayed normally. libgtk-3-0 version: 3.24.33 In Debian 11.2 and 11.3, Double Commander already has a problem with the HighContrast theme. Debian 11.3 has libgtk-3-0 version installed: 3.24.5-1. For Debian 11.3 from "https://www.xfce-look.org"; downloaded the light gray theme "Redstar-greybird+gtk3&2" (https://www.xfce-look.org/p/1208044 ) ("jayu-mon"), which is similar to "HighContrast", but unlike it is normally displayed in DC. -- System Information: Debian Release: bookworm/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 5.17.0-1-amd64 (SMP w/8 CPU threads; PREEMPT) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages libgtk-3-0 depends on: ii adwaita-icon-theme 42.0-2 ii hicolor-icon-theme 0.17-2 ii libatk-bridge2.0-0 2.38.0-4 ii libatk1.0-0 2.38.0-1 ii libc62.33-7 ii libcairo-gobject21.16.0-5 ii libcairo21.16.0-5 ii libcolord2 1.4.6-1 ii libcups2 2.4.1op1-2 ii libepoxy01.5.10-1 ii libfontconfig1 2.13.1-4.4 ii libfribidi0 1.0.8-2.1 ii libgdk-pixbuf-2.0-0 2.42.8+dfsg-1 ii libglib2.0-0 2.72.1-1 ii libgtk-3-common 3.24.33-1 ii libharfbuzz0b2.7.4-1+b1 ii libpango-1.0-0 1.50.6+ds-2 ii libpangocairo-1.0-0 1.50.6+ds-2 ii libpangoft2-1.0-01.50.6+ds-2 ii libwayland-client0 1.20.0-1 ii libwayland-cursor0 1.20.0-1 ii libwayland-egl1 1.20.0-1 ii libx11-6 2:1.7.5-1 ii libxcomposite1 1:0.4.5-1 ii libxcursor1 1:1.2.1-1 ii libxdamage1 1:1.1.5-2 ii libxext6 2:1.3.4-1 ii libxfixes3 1:6.0.0-1 ii libxi6 2:1.8-1 ii libxinerama1 2:1.1.4-3 ii libxkbcommon01.4.0-1 ii libxrandr2 2:1.5.2-2+b1 ii shared-mime-info 2.2-1 Versions of packages libgtk-3-0 recommends: ii libgtk-3-bin 3.24.33-1 ii librsvg2-common 2.52.5+dfsg-3+b1 Versions of packages libgtk-3-0 suggests: ii gvfs 1.50.0-1 Versions of packages libgtk-3-0 is related to: pn appmenu-gtk3-module pn fcitx-frontend-gtk3 pn gcin-gtk3-immodule pn gtk-vector-screenshot pn gtk3-engines-xfce pn gtk3-im-libthai pn hime-gtk3-immodule pn ibus-gtk3 pn imhangul-gtk3 ii libcanberra-gtk3-module 0.30-10 pn libcaribou-gtk3-module pn libgtk3-nocsd0 pn maliit-inputcontext-gtk3 pn packagekit-gtk3-module pn scim-gtk-immodule pn topmenu-gtk3 pn uim-gtk3 pn uim-gtk3-immodule -- no debconf information
Bug#1010499: Problems with theme HighContrast in Debian 11.2 и 11.3 64-bits Xfce 4.16 DoubleCmd 1.0.5
Package: gnome-accessibility-themes Version: 3.28-1 Severity: normal X-Debbugs-Cc: serfyo...@yandex.ru Dear Maintainer, In Debian 11.2 and 11.3 64-bits Xfce 4.16, under the login of a "regular user" , I encountered a strange thing: when running DoubleCommander with xfce4-settings selected ("Applications→Settings→Appearance") linux-theme "HighContrast (hicolor)" in black letters on a black background (i.e. nothing is visible), the "Disk button panel" areas are displayed (only disk labels, icons are normal, the hint field is normal), the "Disk List" area (only disk labels, icons are normal, the hint field is normal), the "Status bar" at the bottom of the left or right frame, "Directory path of the active panel" to the left of the command line, the bottom line is the "Function Key bar" and in some windows (not all). I haven't noticed anything in other applications yet. Under login "root" everything is displayed normally. Under the login of the "ordinary user" I chose the theme "Adwaita" and everything began to be displayed in DC normally, only in the upper and lower panels the background became dark in Desktop Xfce. Installed Debian 10.12.0. Installed DoubleCommander. Launched it. Everything is displayed normally. There is clearly a problem with the HighContrast theme in Debian 11.2 and 11.3. For Debian 11.3 from "https://www.xfce-look .org" downloaded the light gray theme "Redstar-greybird+gtk3&2" (https://www.xfce-look.org/p/1208044 ) ("jayu-mon"), which is similar to "HighContrast", but unlike it is normally displayed in DC. Platform: x86_64-Linux-gtk2 Widgetset library: GTK 2.24.33 -- System Information: Debian Release: bookworm/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 5.17.0-1-amd64 (SMP w/8 CPU threads; PREEMPT) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled -- no debconf information
Bug#1010450: Problems with theme HighContrast in Debian 11.2 и 11.3 64-bits Xfce 4.16 DoubleCmd 1.0.5
Package: hicolor-icon-theme Version: 0.17-2 Severity: normal X-Debbugs-Cc: serfyo...@yandex.ru Dear Maintainer, In Debian 11.2 and 11.3 64-bits Xfce 4.16, under the login of a "regular user" , I encountered a strange thing: when running DoubleCommander with xfce4-settings selected ("Applications→Settings→Appearance") linux-theme "HighContrast (hicolor)" in black letters on a black background (i.e. nothing is visible), the "Disk button panel" areas are displayed (only disk labels, icons are normal, the hint field is normal), the "Disk List" area (only disk labels, icons are normal, the hint field is normal), the "Status bar" at the bottom of the left or right frame, "Directory path of the active panel" to the left of the command line, the bottom line is the "Function Key bar" and in some windows (not all). I haven't noticed anything in other applications yet. Under login "root" everything is displayed normally. Under the login of the "ordinary user" I chose the theme "Adwaita" and everything began to be displayed in DC normally, only in the upper and lower panels the background became dark in Desktop Xfce. Installed Debian 10.12.0. Installed DoubleCommander. Launched it. Everything is displayed normally. There is clearly a problem with the HighContrast theme in Debian 11.2 and 11.3. Platform: x86_64-Linux-gtk2 Widgetset library: GTK 2.24.33 -- System Information: Debian Release: bookworm/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 5.17.0-1-amd64 (SMP w/8 CPU threads; PREEMPT) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled -- no debconf information
Bug#1010208: xfce4-datetime-plugin: icon xfce-schedule is absent
Package: xfce4-datetime-plugin Version: 0.8.1-1 Severity: normal X-Debbugs-Cc: serfyo...@yandex.ru Dear Maintainer, I have xfce4 v.4.16. In the source code folder in "panel-plugin/datetime.desktop" there is a line: Icon=xfce-schedule but the "xfce-schedule" icon itself has been absenting from the very beginning to this day. Because of this, for example, in the "Panel->Add new elements" line "Date and time" is displayed without an icon. -- System Information: Debian Release: bookworm/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 5.17.0-1-amd64 (SMP w/8 CPU threads; PREEMPT) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages xfce4-datetime-plugin depends on: ii libc62.33-7 ii libglib2.0-0 2.72.1-1 ii libgtk-3-0 3.24.33-1 ii libpango-1.0-0 1.50.6+ds-2 ii libxfce4panel-2.0-4 4.16.4-1 ii libxfce4ui-2-0 4.16.1-1 ii libxfce4util74.16.0-1 xfce4-datetime-plugin recommends no packages. xfce4-datetime-plugin suggests no packages. -- no debconf information
Bug#1010206: xfce4-datetime-plugin: icon xfce-schedule is nonexistent
Package: xfce4 Version: 4.14 Severity: normal X-Debbugs-Cc: serfyo...@yandex.ru Dear Maintainer, In the source code folder in "panel-plugin/datetime.desktop" there is a line: Icon=xfce-schedule but the "xfce-schedule" icon itself has been absenting from the very beginning to this day. Because of this, for example, in the "Panel->Add new elements" line "Date and time" is displayed without an icon. -- System Information: Debian Release: bookworm/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 5.17.0-1-amd64 (SMP w/8 CPU threads; PREEMPT) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages xfce4-datetime-plugin depends on: ii libc62.33-7 ii libglib2.0-0 2.72.1-1 ii libgtk-3-0 3.24.33-1 ii libpango-1.0-0 1.50.6+ds-2 ii libxfce4panel-2.0-4 4.16.4-1 ii libxfce4ui-2-0 4.16.1-1 ii libxfce4util74.16.0-1 xfce4-datetime-plugin recommends no packages. xfce4-datetime-plugin suggests no packages. -- no debconf information
Bug#1001286: linux: Systems with more than 4 memory slots not supported yet, not instantiating SPD
Source: linux Version: 5.10.46-4 Severity: normal X-Debbugs-Cc: serfyo...@yandex.ru Dear Maintainer, /var/log/messages Dec 2 06:51:04 A1 kernel: [1.349519] i801_smbus :00:1f.3: SMBus using PCI interrupt Dec 2 06:51:04 A1 kernel: [1.350413] i2c i2c-0: 8/8 memory slots populated (from DMI) Dec 2 06:51:04 A1 kernel: [1.350416] i2c i2c-0: Systems with more than 4 memory slots not supported yet, not instantiating SPD Dec 3 05:28:15 A1 kernel: [1.322527] i801_smbus :00:1f.3: SMBus using PCI interrupt Dec 3 05:28:15 A1 kernel: [1.322911] i2c i2c-0: 4/8 memory slots populated (from DMI) Dec 3 05:28:15 A1 kernel: [1.322914] i2c i2c-0: Systems with more than 4 memory slots not supported yet, not instantiating SPD /var/log/syslog Dec 2 22:12:57 A1 kernel: [1.341085] i801_smbus :00:1f.3: SMBus using PCI interrupt Dec 2 22:12:57 A1 kernel: [1.341467] i2c i2c-0: 8/8 memory slots populated (from DMI) Dec 2 22:12:57 A1 kernel: [1.341470] i2c i2c-0: Systems with more than 4 memory slots not supported yet, not instantiating SPD Dec 3 05:28:15 A1 kernel: [1.322527] i801_smbus :00:1f.3: SMBus using PCI interrupt Dec 3 05:28:15 A1 kernel: [1.322911] i2c i2c-0: 4/8 memory slots populated (from DMI) Dec 3 05:28:15 A1 kernel: [1.322914] i2c i2c-0: Systems with more than 4 memory slots not supported yet, not instantiating SPD /var/log/kern.log Dec 2 22:12:57 A1 kernel: [1.341085] i801_smbus :00:1f.3: SMBus using PCI interrupt Dec 2 22:12:57 A1 kernel: [1.341467] i2c i2c-0: 8/8 memory slots populated (from DMI) Dec 2 22:12:57 A1 kernel: [1.341470] i2c i2c-0: Systems with more than 4 memory slots not supported yet, not instantiating SPD Dec 3 05:28:15 A1 kernel: [1.322527] i801_smbus :00:1f.3: SMBus using PCI interrupt Dec 3 05:28:15 A1 kernel: [1.322911] i2c i2c-0: 4/8 memory slots populated (from DMI) Dec 3 05:28:15 A1 kernel: [1.322914] i2c i2c-0: Systems with more than 4 memory slots not supported yet, not instantiating SPD Viewing log-in led to the idea that so far Systems with more than 4 memory slots not supported yet, not instantiating SPD Is it possible to remove this restriction for "8 memory slots"? For memory strips: Kingston HyperX KHX16C10B1R/8 Kingston HyperX Fury HX316C10FRK2/16 Kingston HyperX Fury HX316C10FWK2/16 For Debian-11.1.0 64 Sid /etc/modules-load.d/: # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. # we use any of the following three to choose from # eeprom at24 ee1004 at24 i2c_i801 i2c_smbus i2c-dev # i2cdetect -l i2c-0 smbus SMBus I801 adapter at f000 SMBus adapter i2c-1 i2c nvkm-:01:00.0-bus- I2C adapter i2c-2 i2c nvkm-:01:00.0-bus-0001 I2C adapter i2c-3 i2c nvkm-:01:00.0-bus-0002 I2C adapter For some reason, at least one file is not created automatically in "/sys/bus/i2c/drivers/" "0-0050" ... "0-0057" ... "3-0050" ... "3-0057" with a description of the memory parameters. i2cdetect -y 0 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: 08 -- -- -- -- -- -- -- 10: 10 11 -- -- 14 15 -- -- -- -- -- -- -- -- -- -- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 40: -- -- -- -- 44 -- -- -- -- -- -- -- -- -- -- -- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 70: -- -- -- -- -- -- -- -- # i2cdetect -y 1 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 30: -- -- -- -- -- -- -- 37 -- -- -- -- -- -- -- -- 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 50: 50 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 70: -- -- -- -- -- -- -- -- # i2cdetect -y 2 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 70: -- -- -- -- -- -- -- -- # i2cdetect -y 3 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: -- -- -
Bug#998083: e2fsprogs: e4defrag hangs up the computer
Package: e2fsprogs Version: 1.46.4-1 Severity: normal X-Debbugs-Cc: serfyo...@yandex.ru Dear Maintainer, It was necessary to defragment a 2 Tb disk with 15,592,612 files. With a 32 Gb swap file, the computer froze somewhere at 9,000,000. With a 64 Gb swap file, the computer froze somewhere at 14,500,000. With a 94 Gb swap file, it finally ended normally without the computer freezing. It would like e4defrag to send a message about this when there is a lack of memory, give advice on how to overcome this problem, and not hang up the computer. -- System Information: Debian Release: bookworm/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 5.14.0-3-amd64 (SMP w/8 CPU threads) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages e2fsprogs depends on: ii libblkid12.37.2-4 ii libc62.32-4 ii libcom-err2 1.46.4-1 ii libext2fs2 1.46.4-1 ii libss2 1.46.4-1 ii libuuid1 2.37.2-4 ii logsave 1.46.4-1 Versions of packages e2fsprogs recommends: pn e2fsprogs-l10n Versions of packages e2fsprogs suggests: pn e2fsck-static pn fuse2fs ii gpart 1:0.3-9 ii parted 3.4-1 -- no debconf information
Bug#981815: sudo: problems with xargs & parallel
Package: sudo X-Debbugs-Cc: serfyo...@yandex.ru Version: 1.9.5p2-2 Severity: normal Dear Maintainer, install_manifest.txt: /usr/local/test/test 1.txt /usr/local/test/test 2.txt --Bad-- t.sh: sudo xargs -0t -d '\n' -a 'install_manifest.txt' /usr/bin/rm u1@A1:2$ ./t.sh xargs -0t -d '\n' -a 'install_manifest.txt' /usr/bin/rm /etc/sudoers.d/f1:30:49: syntax error u1 A1 = (root) NOPASSWD: /usr/bin/xargs -0t -d '\n' /usr/bin/rm < install_manifest.txt ^ [sudo] password for u1: sudo: a password is required ---Bad- /etc/sudoers.d/ u1 A1 = (root) NOPASSWD: /usr/bin/xargs -0t -d '\\n' /usr/bin/rm < install_manifest.txt sudo xargs -t -d '\\n' /usr/bin/rm < install_manifest.txt [sudo] пароль для u1: Sorry, user u1 is not allowed to execute '/usr/bin/xargs -t -d \\n /usr/bin/rm' as root on A1. ---Bad- /etc/sudoers.d/ u1 A1 = (root) NOPASSWD: /usr/bin/xargs -0t -d "\\n" /usr/bin/rm < install_manifest.txt u1@A1:2$ sudo xargs -t -d "\\n" /usr/bin/rm < install_manifest.txt [sudo] password for u1: Sorry, user u1 is not allowed to execute '/usr/bin/xargs -t -d \n /usr/bin/rm' as root on A1. ---Ok root@A1:/media/u1/s1/2# parallel -t -d '\n' /usr/bin/rm < install_manifest.txt /usr/bin/rm /usr/local/test/test\ 1.txt /usr/bin/rm /usr/local/test/test\ 2.txt root@A1:/media/u1/s1/2# ---Ok- root@A1:/media/u1/s1/2# parallel -0t -d '\n' /usr/bin/rm < install_manifest.txt /usr/bin/rm /usr/local/test/test\ 1.txt /usr/bin/rm /usr/local/test/test\ 2.txt root@A1:/media/u1/s1/2# ---Ok- root@A1:/media/u1/s1/2# xargs -t -d '\n' /usr/bin/rm < install_manifest.txt /usr/bin/rm '/usr/local/test/test 1.txt' '/usr/local/test/test 2.txt' root@A1:/media/u1/s1/2# ---Ok- root@A1:/media/u1/s1/2# xargs -0t -d '\n' /usr/bin/rm < install_manifest.txt /usr/bin/rm /usr/local/test/test\ 1.txt /usr/bin/rm /usr/local/test/test\ 2.txt root@A1:/media/u1/s1/2# ---Ok- /etc/sudoers.d/ u1 A1 = (root) NOPASSWD: ALL u1@A1:2$ sudo xargs -t -d '\n' /usr/bin/rm < install_manifest.txt /usr/bin/rm '/usr/local/test/test 1.txt' '/usr/local/test/test 2.txt' u1@A1:2$ ---Ok- /etc/sudoers.d/ u1 A1 = (root) NOPASSWD: ALL u1@A1:2$ sudo parallel -t -d '\n' /usr/bin/rm < install_manifest.txt /usr/bin/rm /usr/local/test/test\ 1.txt /usr/bin/rm /usr/local/test/test\ 2.txt u1@A1:2$ ---Ok- /etc/sudoers.d/ u1 A1 = (root) NOPASSWD: ALL u1@A1:2$ ./t.sh sudo xargs -t -d '\n' /usr/bin/rm < install_manifest.txt u1@A1:2$ ./t.sh /usr/bin/rm '/usr/local/test/test 1.txt' '/usr/local/test/test 2.txt' u1@A1:2$ ---Ok- /etc/sudoers.d/ u1 A1 = (root) NOPASSWD: ALL u1@A1:2$ ./t.sh sudo parallel -t -d '\n' /usr/bin/rm < install_manifest.txt u1@A1:2$ ./t.sh /usr/bin/rm /usr/local/test/test\ 1.txt /usr/bin/rm /usr/local/test/test\ 2.txt u1@A1:2$ -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 5.10.0-3-amd64 (SMP w/8 CPU threads) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages sudo depends on: ii libaudit1 1:3.0-2 ii libc6 2.31-9 ii libpam-modules 1.4.0-4 ii libpam0g1.4.0-4 ii libselinux1 3.1-2+b2 ii lsb-base11.1.0 ii zlib1g 1:1.2.11.dfsg-2 sudo recommends no packages. sudo suggests no packages. -- Configuration Files: /etc/sudo.conf changed: Debug sudo /var/log/sudo_debug all@debug /etc/sudoers [Errno 13] Access denied: '/etc/sudoers' /etc/sudoers.d/README [Errno 13] Access denied: '/etc/sudoers.d/README' -- no debconf information
Bug#979862: fp-compiler-3.2.0+dfsg-9 error when installing
Package: fp-compiler-3.2.0 Version: 3.2.0+dfsg-9 Severity: important Tags: patch X-Debbugs-Cc: serfyo...@yandex.ru Dear Maintainer, Packet: fp-compiler-3.2.0_3.2.0+dfsg-9_amd64.deb control.tar.xz postinst line --slave ${MAN_DIR}/fpcres.1.gz fpcres.1.gz ${MAN_DIR}/fpcres-3.2.0.1.gz must be --slave ${MAN_DIR}/fpcres.1.gz fpcres.1.gz ${MAN_DIR}/fpcres-3.2.0.1.gz \ otherwise the next line --slave ${MAN_DIR}/fpcmkcfg.1.gz fpcmkcfg.1.gz ${MAN_DIR}/fpcmkcfg-3.2.0.1.gz is not executed and the installation of the package gives an error. -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 5.10.0-1-amd64 (SMP w/8 CPU threads) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages fp-compiler-3.2.0 depends on: ii binutils 2.35.1-7 ii debconf [debconf-2.0] 1.5.74 ii fp-units-rtl-3.2.0 3.2.0+dfsg-9 ii libc6 2.31-9 Versions of packages fp-compiler-3.2.0 recommends: ii fp-utils-3.2.0 3.2.0+dfsg-9 Versions of packages fp-compiler-3.2.0 suggests: ii fp-docs-3.2.0 3.2.0+dfsg-9 -- debconf information: fp-compiler/rename_cfg: true fp-compiler/windres-select: Select manually fp-compiler/windres: Select manually
Bug#976158: nginx: need to replace nginx.net on nginx.org
Package: nginx Version: 1.18.0-6 Severity: normal X-Debbugs-Cc: serfyo...@yandex.ru Dear Maintainer, Maybe should replace nginx in the package descriptions "Homepage: https://nginx.net"; on "http://nginx.org/";, otherwise get an error message when viewing the site. -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 5.9.0-4-amd64 (SMP w/8 CPU threads) Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages nginx depends on: ii nginx-core 1.18.0-6+b1 nginx recommends no packages. nginx suggests no packages. -- no debconf information
Bug#975351: pascal 3.2.0 - installation errors for Lazarus 2.1.0
Package: fpc-3.2.0 Version: 3.2.0+dfsg-8 Severity: normal X-Debbugs-Cc: serfyo...@yandex.ru Dear Maintainer, After installing "pascal 3.2.0" for " /usr/bin/x86_64-linux-gnu-fpcmkcfg-3.2.0" the fpcmkcfg symlink is not created, and this name is used in " /usr/lib/x86_64-linux-gnu/fpc/3.2.0/samplecfg " when creating"FPCMKCFGBIN". Adding into the "fp-compiler-3.2.0_3.2.0+dfsg-9_amd64.deb" package lines to "postinst" file --slave /usr/bin/fpcmkcfg fpcmkcfg /usr/bin/x86_64-linux-gnu-fpcmkcfg-3.2.0 into # add alternatives update-alternatives \ --install /usr/bin/fpc fpc /usr/bin/x86_64-linux-gnu-fpc-3.2.0 302 \ --slave /usr/bin/ppcx64 ppcx64 ${LIB_DIR}/3.2.0/ppcx64 \ --slave /usr/bin/fpc-depends fpc-depends /usr/bin/fpc-depends-3.2.0 \ --slave /usr/bin/fpcres fpcres /usr/bin/x86_64-linux-gnu-fpcres-3.2.0 \ --slave ${MAN_DIR}/ppcx64.1.gz ppcx64.1.gz ${MAN_DIR}/ppcx64-3.2.0.1.gz \ --slave ${MAN_DIR}/fpc.1.gz fpc.1.gz ${MAN_DIR}/fpc-3.2.0.1.gz \ --slave ${MAN_DIR}/fpc-depends.1.gz fpc-depends.1.gz ${MAN_DIR}/fpc-depends-3.2.0.1.gz \ --slave ${MAN_DIR}/fpcres.1.gz fpcres.1.gz ${MAN_DIR}/fpcres-3.2.0.1.gz and ${LIB_DIR}/3.2.0/samplecfg ${LIB_DIR}/3.2.0 at the end of the "postinst" file solves this problem. Also need to replace some links in "samplecfg" : #FPCBIN=`dirname "$1"`/../../bin/fpc FPCBIN='/usr/bin/fpc' #FPBIN=`dirname "$1"`/../../bin/fp FPBIN='/usr/bin/fp' #FPPKGBIN=`dirname "$1"`/../../bin/fppkg FPPKGBIN='/usr/bin/fppkg' #FPCMKCFGBIN=`dirname "$1"`/../../bin/fpcmkcfg FPCMKCFGBIN='/usr/bin/fpcmkcfg' #SHAREPATH=`dirname "$1"`/../../share/fpc/\$fpcversion SHAREPATH="/usr/share/fpcsrc/\$fpcversion" # set right path to FPC with $fpcversion #FPCPATH=`dirname "$1"`/\$fpcversion FPCPATH=/usr/lib/x86_64-linux-gnu/fpc/\$fpcversion # set right prefix to FPC #FPCGLOBALPATH=`dirname "$1"` FPCGLOBALPATH=/usr/lib/x86_64-linux-gnu/fpc #FPCGLOBALPREFIX="$FPCGLOBALPATH"/../../ FPCGLOBALPREFIX=/usr/ otherwise, after installing "Lazarus 2.1.0", an error occurs when starting it with an unintelligible description for "fppkg" (for "Lazarus" 2.0.10+dfsg-4 "fppkg" is not used). And files should be created in $HOME with this content: .config fppkg.cfg [Defaults] ConfigVersion=5 InstallRepository=user LocalRepository={UserDir}.fppkg/ BuildDir={LocalRepository}build/ ArchivesDir={LocalRepository}archives/ Downloader=FPC CompilerConfig=default FPMakeCompilerConfig=default CompilerConfigDir=/etc/fppkg RemoteMirrors=https://www.freepascal.org/repository/mirrors.xml RemoteRepository=auto [Repository] Name=fpc Description=Packages which are installed along with the Free Pascal Compiler Path=/usr/lib/x86_64-linux-gnu/fpc/{CompilerVersion}/ Prefix=/usr/ #[IncludeFiles] #FileMask=/etc/fppkgconf.d/*.conf [Repository] Name=user Description=User-installed packages Path={LocalRepository}lib/fpc/{CompilerVersion} Prefix={LocalRepository} .fppkg config default [Defaults] ConfigVersion=5 GlobalPrefix=/usr/ LocalPrefix={LocalRepository} GlobalInstallDir={GlobalPrefix}lib/x86_64-linux-gnu/fpc/{CompilerVersion}/ LocalInstallDir={LocalPrefix}lib/fpc/{CompilerVersion}/ Compiler=/usr/bin/fpc OS=linux CPU=x86_64 Version=3.2.0 or not created at all. -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 5.9.0-2-amd64 (SMP w/8 CPU threads) Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages fpc-3.2.0 depends on: ii fp-compiler-3.2.0 3.2.0+dfsg-8 ii fp-ide-3.2.0 3.2.0+dfsg-8 ii fp-units-base-3.2.03.2.0+dfsg-8 ii fp-units-db-3.2.0 3.2.0+dfsg-8 ii fp-units-fcl-3.2.0 3.2.0+dfsg-8 ii fp-units-fv-3.2.0 3.2.0+dfsg-8 ii fp-units-gfx-3.2.0 3.2.0+dfsg-8 ii fp-units-gtk2-3.2.03.2.0+dfsg-8 ii fp-units-math-3.2.03.2.0+dfsg-8 ii fp-units-misc-3.2.03.2.0+dfsg-8 ii fp-units-multimedia-3.2.0 3.2.0+dfsg-8 ii fp-units-net-3.2.0 3.2.0+dfsg-8 ii fp-units-rtl-3.2.0 3.2.0+dfsg-8 Versions of packages fpc-3.2.0 recommends: ii fp-utils-3.2.0 3.2.0+dfsg-8 Versions of packages fpc-3.2.0 suggests: ii fp-docs-3.2.0 3.2.0+dfsg-8 pn lazarus -- no debconf information
Bug#975298: Xfce 4.14 5 seconds for the first click on the "Applications" button
Package: xfce4 Version: 4.14 Severity: normal Tags: patch Dear Maintainer, In Xfce 4.14, the response time to the first click on the "Applications" button takes 5 seconds. Subsequent clicks are triggered instantly. In Xfce 4.12, the first click is triggered instantly. -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 5.9.0-2-amd64 (SMP w/8 CPU threads) Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages xfce4 depends on: ii libxfce4ui-utils 4.14.1-1+b1 ii thunar 1.8.15-1 ii xfce4-appfinder 4.14.0-1+b1 ii xfce4-panel 4.14.4-1 ii xfce4-pulseaudio-plugin 0.4.3-1 ii xfce4-session4.14.2-2 ii xfce4-settings 4.14.2-1 ii xfconf 4.14.3-2 ii xfdesktop4 4.14.3-1 ii xfwm44.14.6-1 Versions of packages xfce4 recommends: ii desktop-base 10.0.3 ii tango-icon-theme 0.8.90-8 ii thunar-volman 0.9.5-1+b1 ii xfce4-notifyd 0.6.1-1 ii xorg 1:7.7+21 Versions of packages xfce4 suggests: ii xfce4-goodies4.14.0 ii xfce4-power-manager 1.6.6-1 -- no debconf information
Bug#974790: synaptic 0.90.1 unreadable characters in columns component, size, size of uploaded files
Package: synaptic Version: 0.90.1 Severity: normal X-Debbugs-Cc: serfyo...@yandex.ru Dear Maintainer, For installed packages, see in the columns: component, size, size of uploaded files �U �007F �007F In other columns everything is fine. -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 5.9.0-2-amd64 (SMP w/8 CPU threads) Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages synaptic depends on: ii hicolor-icon-theme 0.17-2 ii libapt-pkg6.0 2.1.11 ii libc6 2.31-4 ii libept1.6.0 1.2+b1 ii libgcc-s1 10.2.0-17 ii libgdk-pixbuf2.0-0 2.40.0+dfsg-5 ii libglib2.0-02.66.2-1 ii libgtk-3-0 3.24.23-2 ii libpango-1.0-0 1.46.2-3 ii libstdc++6 10.2.0-17 ii libvte-2.91-0 0.62.1-1 ii libxapian30 1.4.17-1 ii policykit-1 0.105-29 Versions of packages synaptic recommends: ii libgtk3-perl 0.037-1 ii xdg-utils 1.1.3-2 Versions of packages synaptic suggests: pn apt-xapian-index pn deborphan pn dwww pn menu pn software-properties-gtk ii tasksel 3.60 -- no debconf information
Bug#969224: cdimage.debian.org: Error installing Debian 10.5 from flash stick with Extlinux
Package: cdimage.debian.org Severity: critical Justification: breaks the whole system -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 5.7.0-3-amd64 (SMP w/8 CPU threads) Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled In both cases, when installing Debian from a flash drive, I received the message: Load installer components from an ISO installer. No modules were found. This pfobably is due to a mismatch between the kernel by this version of the installer and the kernel version available in the archieve. and the installation had to be stopped. I think the problem is that the kernel versions for DVD and installer-amd64/current/images/hd-media/ or installer-amd64/current/images/hd-media/gtk/ в initrd.gz for Debian 10.4 and Debian 10.5 don't match. for Debian 10.5 4.19.0-10 - the kernel versions for DVD 4.19.0-5 - the kernel versions for http://ftp.nl.debian.org/debian/dists/Debian10.5/main/installer-amd64/current/images/hd-media/ or (for GTK) http://ftp.nl.debian.org/debian/dists/Debian10.5/main/installer-amd64/current/images/hd-media/gtk/ Для Debian 10.4 4.19.0-9 - the kernel versions for с DVD 4.19.0-5 - the kernel versions for http://ftp.nl.debian.org/debian/dists/Debian10.4/main/installer-amd64/current/images/hd-media/ or (for GTK) http://ftp.nl.debian.org/debian/dists/Debian10.4/main/installer-amd64/current/images/hd-media/gtk/ Для Debian 10.3 4.19.0-8 - the kernel versions for с DVD 4.19.0-8 - the kernel versions for http://ftp.nl.debian.org/debian/dists/Debian10.3/main/installer-amd64/current/images/hd-media/ or (for GTK) http://ftp.nl.debian.org/debian/dists/Debian10.3/main/installer-amd64/current/images/hd-media/gtk/ For Debian 10.3 everything was established without problems.
Bug#969224: cdimage.debian.org: Error installing Debian 10.5 from flash stick with Extlinux
Package: cdimage.debian.org Severity: critical Justification: breaks the whole system -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 5.7.0-3-amd64 (SMP w/8 CPU threads) Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Created a USB flach stick using the" gparted " MBR-partition table. GPT-partition table failed to get a working version of the Debian installation. Created an Ext4-partition and its label. Set the partition "boot" attribute. Created a bootable flash drive: # dd conv=notrunc bs=440 count=1 if=/usr/lib/EXTLINUX/mbr. bin of=/dev/xxx where xxx is the name of the u-VA, for example, sdf. # extlinux --install "folder path" (for example " /media/u1/UP1/"), where" UP1 " is partition name For Debian 10.4 copied from a folder: http://ftp.nl.debian.org/debian/dists/Debian10.4/main/installer-amd64/current/images/hd-media/ or from (for GTK) http://ftp.nl.debian.org/debian/dists/Debian10.4/main/installer-amd64/current/images/hd-media/gtk/ vmlinuz initrd.gz and copied "debian-10.4.0-amd64-DVD-1.iso" or For Debian 10.5 copied from the folder: http://ftp.nl.debian.org/debian/dists/Debian10.5/main/installer-amd64/current/images/hd-media/ or from (for GTK) http://ftp.nl.debian.org/debian/dists/Debian10.5/main/installer-amd64/current/images/hd-media/gtk/ vmlinuz initrd.gz and copied "debian-10.5.0-amd64-DVD-1.iso» In both cases, when installing Debian from a flash drive, I received the message: Load installer components from an ISO installer. No modules were found. This pfobably is due to a mismatch between the kernel by this version of the installer and the kernel version available in the archieve. and the installation had to be stopped. For Debian 10.3 copied from the folder: http://ftp.nl.debian.org/debian/dists/Debian10.3/main/installer-amd64/current/images/hd-media/ or from (for GTK) http://ftp.nl.debian.org/debian/dists/Debian10.3/main/installer-amd64/current/images/hd-media/gtk/ vmlinuz initrd.gz and copied "debian-10.3.0-amd64-DVD-1.iso" and everything was established without problems. Copy Debian 10.3, 10.4, and 10.5 to a USB stick in the device root, download with it, the installation of Debian passes without problems. For example: dd if="./debian-10.5.0-amd64-DVD-1.iso" of=/dev/xxx bs=1M status=progress where xxx is the name of the u-VA, for example, sdf. Installing Debian 10.3, 10.4, and 10.5 from a DVD does not cause these problems.
Bug#968042: upgrading packet python2 from 2.7.17-2 up to 2.7.18-2 asks packets deletion
Package: python2 Version: 2.7.17-2 Severity: normal Tags: a11y -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 5.7.0-2-amd64 (SMP w/8 CPU threads) Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages python2 depends on: ii libpython2-stdlib 2.7.17-2 ii python2-minimal2.7.17-2 ii python2.7 2.7.18-1 python2 recommends no packages. Versions of packages python2 suggests: pn python-tk pn python2-doc -- no debconf information I use synaptic 0.90+nmu1 to manage the packets database. Upgrading off package python2 from 2.7.17-2 to 2.7.18-2 for some reason, it needs to delete packages: libpython-stdlib python python-minimal python-talloc
Bug#966340: cpp-10 10.2.0-3 requires the removal of llvm-9
Package: cpp-10 Version: 10.2.0-3 Severity: normal Tags: a11y -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 5.7.0-2-amd64 (SMP w/8 CPU threads) Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages cpp-10 depends on: ii gcc-10-base 10.1.0-6 ii libc62.31-2 ii libgmp10 2:6.2.0+dfsg-6 ii libisl22 0.22.1-1 ii libmpc3 1.1.0-1 ii libmpfr6 4.1.0-3 ii libzstd1 1.4.5+dfsg-3 ii zlib1g 1:1.2.11.dfsg-2 cpp-10 recommends no packages. Versions of packages cpp-10 suggests: pn gcc-10-locales -- no debconf information Upgrading off package cpp-10 from 10.1.0-6 to 10.2.0-3 requires the removal of packages: clang 1:9.0-49.1 clang-91:9.0.1-13 clang-tidy 1:9.0-49.1 clang-tidy-9 1:9.0.1-13 clang-tools-9 1:9.0.1-13 libobjc-9-dev 9.3.0-16 libobjc4 10.1.0-6 But if you only update the inkscape package from version 1.0-3 to 1.0-4 then the following above, clang-9 packages are not deleted, but: These packages are deleted: libgc1c2 These packages are updated: asymptote (2.66-1) to 2.66-1+b1 cpp-10 (10.1.0-6) to 10.2.0-3 g++-10 (10.1.0-6) to 10.2.0-3 gcc-10 (10.1.0-6) to 10.2.0-3 gcc-10-base (10.1.0-6) to 10.2.0-3 inkscape (1.0-3) to 1.0-4 lib32gcc-s1 (10.1.0-6) to 10.2.0-3 lib32stdc++6 (10.1.0-6) to 10.2.0-3 libasan6 (10.1.0-6) to 10.2.0-3 libatomic1 (10.1.0-6) to 10.2.0-3 libcc1-0 (10.1.0-6) to 10.2.0-3 libgcc-10-dev (10.1.0-6) to 10.2.0-3 libgcc-s1 (10.1.0-6) to 10.2.0-3 libgfortran5 (10.1.0-6) to 10.2.0-3 libgomp1 (10.1.0-6) to 10.2.0-3 libitm1 (10.1.0-6) to 10.2.0-3 liblsan0 (10.1.0-6) to 10.2.0-3 libobjc4 (10.1.0-6) to 10.2.0-3 libquadmath0 (10.1.0-6) to 10.2.0-3 libstdc++-10-dev (10.1.0-6) to 10.2.0-3 libstdc++6 (10.1.0-6) to 10.2.0-3 libtsan0 (10.1.0-6) to 10.2.0-3 libubsan1 (10.1.0-6) to 10.2.0-3 These packages are installed: libgc1 (1:8.0.4-1) What is the connection?
Bug#966340: cpp-10 10.2.0-3 requires the removal of llvm-9
Package: cpp-10 Version: 10.2.0-3 Severity: normal Tags: a11y -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 5.7.0-2-amd64 (SMP w/8 CPU threads) Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages cpp-10 depends on: ii gcc-10-base 10.1.0-6 ii libc62.31-2 ii libgmp10 2:6.2.0+dfsg-6 ii libisl22 0.22.1-1 ii libmpc3 1.1.0-1 ii libmpfr6 4.1.0-3 ii libzstd1 1.4.5+dfsg-3 ii zlib1g 1:1.2.11.dfsg-2 cpp-10 recommends no packages. Versions of packages cpp-10 suggests: pn gcc-10-locales -- no debconf information Upgrading off package cpp-10 from 10.1.0-6 to 10.2.0-3 requires the removal of packages: clang 1:9.0-49.1 clang-91:9.0.1-13 clang-tidy 1:9.0-49.1 clang-tidy-9 1:9.0.1-13 clang-tools-9 1:9.0.1-13 libobjc-9-dev 9.3.0-16 libobjc4 10.1.0-6
Bug#965071: spamassassin 3.4.4-1 invalid home page link
Package: spamassassin Version: 3.4.4-1 Severity: normal Tags: a11y For the "spamassassin" package version 3.4.4-1 instead of " Home page: https://www.spamassassin.org/"; it should be " Home page: https://spamassassin.apache.org/"; otherwise, we see the content of the page "Apache OpenOffice - Official Site - The Free and Open Productivity Suite"
Bug#961745: [Pkg-pascal-devel] Bug#961745: [Pkg-utopia-maintainers] Bug#961745: udisks2 2.9.0-1 problems
Based on your suggestion, I wrote to the doublecmd developer and they solved this problem. Thanks.
Bug#961745: [Pkg-utopia-maintainers] Bug#961745: udisks2 2.9.0-1 problems
May be. I will write to him. Thanks. 29.05.2020, 02:57, "Michael Biebl" : > Apparently doublecmd calls udisksctl mount -b > I'm not really speaking Pascal: Maybe it is parsing the output of that > command (which is brittle). > I notice the difference between 2.8.x and 2.9.x > > 2.8.x: > udisksctl mount -b /dev/sdb2 > Mounted /dev/sdb2 at /media/michael/Test. > > 2.9.x: > udisksctl mount -b /dev/sdb2 > Mounted /dev/sdb2 at /media/michael/Test > > (note the missing '.') > > Maybe doublecmd get's confused by that.
Bug#961745: udisks2 2.9.0-1 problems
Package: udisks2 Version: 2.9.0-1 Severity: normal -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 5.6.0-2-amd64 (SMP w/8 CPU cores) Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8), LANGUAGE=ru_RU.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages udisks2 depends on: ii dbus 1.12.16-2 ii libacl12.2.53-8 ii libatasmart4 0.19-5 ii libblockdev-fs22.24-1 ii libblockdev-loop2 2.24-1 ii libblockdev-part2 2.24-1 ii libblockdev-swap2 2.24-1 ii libblockdev-utils2 2.24-1 ii libblockdev2 2.24-1 ii libc6 2.30-8 ii libglib2.0-0 2.64.2-1 ii libgudev-1.0-0 233-1 ii libmount1 2.35.2-2 ii libpam-systemd 245.5-3 ii libpolkit-agent-1-00.105-26 ii libpolkit-gobject-1-0 0.105-26 ii libsystemd0245.5-3 ii libudisks2-0 2.9.0-1 ii libuuid1 2.35.2-2 ii parted 3.3-4 ii udev 245.5-3 Versions of packages udisks2 recommends: ii dosfstools 4.1-2 ii e2fsprogs1.45.6-1 ii eject2.35.2-2 ii exfat-utils 1.3.0-1 ii libblockdev-crypto2 2.24-1 ii ntfs-3g 1:2017.3.23AR.3-3 ii policykit-1 0.105-26 Versions of packages udisks2 suggests: pn btrfs-progs pn f2fs-tools pn libblockdev-mdraid2 pn mdadm pn nilfs-tools pn reiserfsprogs pn udftools pn udisks2-bcache pn udisks2-btrfs pn udisks2-lvm2 pn udisks2-zram pn xfsprogs -- no debconf information The udisks2 package version 2.8.4-2 worked fine. Updated to version 2.9.0-1 package In addition to the boot disk, there are 4 disks labeled "D", "H", "E-D" and a disk with two partitions labeled "S1"and " S2". The boot disk is mounted automatically and normally. When attempting to mount disk "H", the message" Transition to /media/u1/H failed "is displayed and device" H " is being mounted "H1" in the "/media/u1/H1" directory. And so for all disks. Accordingly, D1 with the message "Transition to the /media/u1/D directory failed". E-D1 with the message "Transition to the /media/u1/E-D directory failed". S11 with the message "Transition to the /media/u1/S1 directory failed". And, for some reason, S2, not S21 with the message "Transition to the directory /media/u1/S failed". Returned to udisks2 version 2.8.4-2.
Bug#956586: Problems upgrading LibreOffice from "1:6.1.5-3+deb10u5" to "1:6.4.2-3"
I didn't want to keep anyone busy for nothing. But if when updating LibreOffice it is suggested to delete "libreoffice-gtk2" and it is not suggested to install "libreoffice-gtk3" of the new version, then this is not correct. LibreOffice Update without installing "libreoffice-gtk3" of the new version, it leads to degradation features of the document saving window (a completely different and inconvenient window). I realized this after reinstalling Debian for parsing, what happens with the Libreoffice update. 13.04.2020, 14:06, "Rene Engelhard" : > reassign 956586 src:libreoffice > retitle 956586 buster -> bullseye upgrade deinstalls -gtk2 without installing > -gtk3 > severity 956586 minor > tag 956586 + wonftix > found 956586 1:6.4.0~alpha1-0reprotest1 > thanks > > [ If you send a bug, please use a non-generic subject ] > > Hi, > > On Mon, Apr 13, 2020 at 01:34:58PM +0300, Сергей Фёдоров wrote: >> Package: libreoffice >> Version: 1:6.1.5-3+deb10u5 > > If at all, this would be a bug in the newer version, not the old one :) > >> Tags: a11y > > Erm? No. Why? > >> When upgrading LibreOffice from "1:6.1.5-3+deb10u5" (Debian 10.3 64) to >> "1:6.4.2-3", you are asked to delete libreoffice-gtk2" 1:6.1.5-3+deb10u5", >> but for some reason you do not need to install libreoffice-gtk3. > > And? > >> This makes it >> very inconvenient to save a file in LibreOffice, even though "1:6.4.2-3" >> only works with Gtk3. > > No, you just install libreoffice-gtk3. > > And I believe it's the admins' job to look what a upgrade will do, see > that gtk2 will be gone and maybe install -gtk3. I.e. yours.. > > Even if one wanted to "fix" this - how would you do this? > > Gtk2 support is gone. Even upstream. > > Add a transitional package -gtk2 with a hard depend on -gtk3? Don't > think we should do that? It's not as if it was renamed or moved betwen > packages, it's simply gone. > > Hard depends on gtk3? Don't think KDE people or people not using a > Gtk-using Desktop will like this. > > If you installed via a task you'll get the task recommending -gtk3 now > anyway and get the new dependency - the tasks already got updated ttbomk. > > Regards, > > Rene
Bug#956586: Problems upgrading LibreOffice from "1:6.1.5-3+deb10u5" to "1:6.4.2-3"
Package: libreoffice Version: 1:6.1.5-3+deb10u5 Severity: normal Tags: a11y Debian 10.3-64 When upgrading LibreOffice from "1:6.1.5-3+deb10u5" (Debian 10.3 64) to "1:6.4.2-3", you are asked to delete libreoffice-gtk2" 1:6.1.5-3+deb10u5", but for some reason you do not need to install libreoffice-gtk3. This makes it very inconvenient to save a file in LibreOffice, even though "1:6.4.2-3" only works with Gtk3.
Bug#953809: tasksel 3.59: it needs to delete task-print-server and task-print-service
Package: tasksel Version: 3.59 Severity: normal When upgrading any of the packages from version 3.58 to 3.59: task-cyrillic task-desktop task-russian task-xfce-desktop tasksel tasksel-data it needs to delete packages version 3.58 task-print-server task-print-service but their version 3.59 is not available.
Bug#953039: upgrading packet python3 up to 3.8.2-1 asks packets deletion
Package: python3 Version: 3.7.5-3 Severity: critical Tags: a11y Justification: breaks unrelated software -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 4.19.0-8-amd64 (SMP w/8 CPU cores) Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8), LANGUAGE=ru_RU.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages python3 depends on: ii libpython3-stdlib 3.7.5-3 ii python3-minimal3.7.5-3 ii python3.7 3.7.6-1+b1 python3 recommends no packages. Versions of packages python3 suggests: pn python3-doc pn python3-tk pn python3-venv -- no debconf information Upgrading off package python3 from 3.7.5-3 to 3.8.2-1 asks packets deletion: hplip 3.20.2+dfsg0-1 libreoffice 1:6.4.1-1 libreoffice-librelogo 1:6.4.1-1 libreoffice-script-provider-python 1:6.4.1-1 libsmbclient 2:4.11.5+dfsg-1 python3-smbc 1.0.15.6-2+b1 python3-talloc 2.3.0-3 python3-uno 1:6.4.1-1 samba-libs 2:4.11.5+dfsg-1 vlc-plugin-samba 3.0.8-4 but these are the latest versions of packages.
Bug#949785: Unable extract with --files-from archieve members with space symbols in their names
If the names of archive members contain spaces, then when you try to extract them using --files-from=file-name -T file-name an error message is displayed and the operation is canceled. I am sorry, slip-up. True Example: $ mkdir "test 1" $ echo "asdfghh" > "test 1/test 1.txt" $ tar -czv -f "test 1.tar.xz" "test 1" $ echo "test 1/" > "list.txt" $ echo "test 1/test 1.txt" >> "list.txt" $ tar -xv -f "test 1.tar.xz" -T list.txt" test 1/ test 1/test 1.txt tar: test 1/list.txt: Not found in archive tar: Exiting with failure status due to previous errors But it's OK running: $ tar -xv -f "test 1.tar.xz" "test 1/test 1.txt" test 1/test 1.txt
Bug#949785: Tar - Unable extract with --files-from archieve members with space symbols in their names
Package: tar Version: 1.30+dfsg-6+b1 Severity: normal -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 4.19.0-6-amd64 (SMP w/8 CPU cores) Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8), LANGUAGE=ru_RU.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages tar depends on: ii libacl1 2.2.53-5 ii libc62.29-9 ii libselinux1 3.0-1 tar recommends no packages. Versions of packages tar suggests: ii bzip21.0.8-2 pn ncompress pn tar-doc pn tar-scripts ii xz-utils 5.2.4-1+b1 -- no debconf information If the names of archive members contain spaces, then when you try to extract them using --files-from=file-name -T file-name an error message is displayed and the operation is canceled. Example: $ mkdir "test 1" $ echo "asdfghh" > "test 1/test 1.txt" $ tar -czv -f "test 1.tar.xz" "test 1" $ echo "test 1/" > "list.txt" $ echo "test 1/test 1.txt" >> "list.txt" $ tar -xv -f "test 1.tar.xz" "test 1/list.txt" test 1/ test 1/test 1.txt tar: test 1/list.txt: Not found in archive tar: Exiting with failure status due to previous errors But it's OK running: $ tar -xv -f "test 1.tar.xz" "test 1/test 1.txt" test 1/test 1.txt
Bug#949745: firefox-esr 68.4 don't start if installed gcc 9.2.1-24
Package: gcc-9-base Version: 9.2.1-24 With GCC version 9.2.1-25 firefox-esr 68.4.1 esr-1 firefox-esr 68.4.2 esr-1 normally start and work. Thanks.
Bug#949745: firefox-esr 68.4 don't start if installed gcc 9.2.1-24
Package: gcc-9-base Version: 9.2.1-24 Severity: important Tags: a11y Updating packages: cp-9 (9.2.1-22) to 9.2.1-24 gcc-9-base (9.2.1-22) to 9.2.1-24 libatomic1 (9.2.1-22) to 9.2.1-24 libgcc1 (1:9.2.1-22) to 1:9.2.1-24 libgfortran5 (9.2.1-22) to 9.2.1-24 libgomp1 (9.2.1-22) to 9.2.1-24 libquadmath0 (9.2.1-22) to 9.2.1-24 libstdc++6 (9.2.1-22) to 9.2.1-24 After updating packages: firefox-esr 68.4.1 esr-1 firefox-esr 68.4.2 esr-1 does not start, only starts firefox-esr 68.2.0 esr-1~deb10u1_all Rollback to version 9.2.1-22 using: apt-get --allow-downgrade \ install cpp-9=9.2.1-22 \ gcc-9-base=9.2.1-22 \ libatomic1=9.2.1-22 \ libgcc1=1:9.2.1-22\ libgfortran5=9.2.1-22 \ libgomp1=9.2.1-22 \ libquadmath0=9.2.1-22 \ libstdc++6=9.2.1-22 doesn't solve the problem. It has reinstall Debian 10.2 and then Sid.
Bug#949212: Apt-mirror. My proposal to maintaining
Package: apt-mirror Version: 0.5.4-1 The E-Mail: Good day! I have a few fixes to the program. You can see: 931729: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931729 932379: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=932379 Debian Bug Tracking System I have been working on apt-mirror with these fixes for several months and so far didn't see any problems. Can help you in maintaining this package. with best wishes... I sent this email to m...@brandonholtsclaw.com Sat, 09 Nov 2019 17:47:27 +0300, but I got a message from my provider:: : host brandonholtsclaw.com[198.7.57.210] said: 550 5.1.1 Bad destination mailbox address (in reply to RCPT TO command) Reporting-MTA: dns; forward101p.mail.yandex.net X-Yandex-Queue-ID: EAF7A3280EB6 X-Yandex-Sender: rfc822; serfyod...@yandex.ru Arrival-Date: Sat, 9 Nov 2019 17:47:27 +0300 (MSK) Final-Recipient: rfc822; m...@brandonholtsclaw.com Original-Recipient: rfc822;m...@brandonholtsclaw.com Action: failed Status: 5.1.1 Remote-MTA: dns; brandonholtsclaw.com Diagnostic-Code: smtp; 550 5.1.1 Bad destination mailbox address
Bug#946305: linux-image-5.3.0-2-amd64, linux-image-5.3.0-3-amd64 problems copying a large group of files
Under linux kernel-image-4.19.0-6-amd64 Linux 4.19 for 64-bit PCs (signed) (4.19.67-2 + deb10u1) no problems occur when copying folders with files total volume > 100 Gb. Problems were found when working under the linux-image kernel-5.3.0-3-amd64 Linux 5.3 for 64-bit PCs (signed) (5.3.15-1) After copying an array of files in 1.4 Tb from one disk to another, by testing copied "*.rar-files" some files are found with partially distorted content. How this is possible is not yet clear. "rar t" on such files gives messages "checksum error". There may not be any such bad files or be from 1 to 6-7 on the entire array of files. And from copy to copy such failures occur in arbitrary files. A total of 4511 rar files of 1.4 Tb were copied. This happens when you copy through: - copy with " Double Commander" - "cp-Rp"../Download" " / media/u1/u-z/U-Z/" - time ionice -c Best-effort-n 7 cp-Rp "../Download" "/media/user/disk2/" In all 3 cases, copying is about 3 or more hours. After that testing the copied files using time ionice -c Best-effort-n 7 rar t-r "*.rar" &> "log.txt" allows you to detect failures that occur when copying rar archives, the message "checksum error" on such files. I. when you test such copied archives, then you find the replacement of entire blocks on the unknown where the dirt has taken, but the size of the files does not change. So at least you can find it. What's going on with files not protected by CRC codes, one can only guess. This shouldn't be happening! I re-copy the failed files manually through "Double Commander" and then test them this archive. And it passes without mistakes. Testing a copied 1.4 Tb archive array takes between 2.5 hours and 3 hours. Then defragment copied through "e4defrag -v 'path to files massive'". Again I check rar-files through time ionice -c Best-effort-n 7 rar t-r "*.rar" &> "log.txt" And then it turns out that again arbitrarily appear archives, which are reported "checksum error". But at the subsequent individual testing of such archives no "checksum error" messages appear. It turned out that after defragment the copied files, you just need to reset the cache: sync; echo 3 > /proc/sys/vm/drop_caches (with administrator rights) And after resetting the cache, start testing the copied archives. Then "checksum error" messages do not appear. When copying individual folders from this array with "*.rar files" there are no such problems. The problem is related to caching information in Debian. The method of "scientific poke" picked up parameters for Seagate ST2000 disks (disks with" Hot-Plug " Barracuda ST2000DMD001, Constellation ES.3 ST2000NM0033 and CS ST2000NC001, not " Hot-Plug» Barracuda ST2000DM008). About the "vm.dirty_background_ratio " look at the installed package "linux-source" in the folder " /usr/src/linux-source-5.3.tar.xz". Open the archive tar-x-f "/usr/src / linux-source-5.3.tar.xz" And look in the folder " linux-source-5.3/Documentation/admin-guide/sysctl/vm.rst". In General, in the folder "linux-source-5.3/Documentation" a lot of very important documentation on configuring Debian. It is necessary to install for Linux kernel-image-5.3.0-3-amd64 Linux 5.3 for 64-bit PCs (signed) (5.3.15-1): In " /etc/sysctl.d/local.conf" vm.dirty_background_ratio = 5 vm.dirty_background_ratio = 10 (default), =9, = 8, =7, and even at =6 when copying through all three copy methods (see above), there are distortion of information when copying from disk to disk. In "Double Commander" are visible temporary slowdown copying and even temporarily repeatedly pausing copying. Using "Double Commander" you can clearly see the change in the speed of copying and the process itself. Interesting, that in the process copying repeatedly were attempts the most Debian to increase the speed of copying, but with the simultaneous further speed drop to 120 Mb/s, although copying started at 170 Mb/s. When "vm.dirty_background_ratio = 5" stopped occurring after copying 1.4 Tb of rar files of the message "checksum error" at "rar t". That is, we can assume that the information is now copied without distortion. On other computers, the acceptable value is " vm.dirty_background_ratio " can be another. When set to " vm.dirty_background_ratio=5 " copying an array of 1.4 Gb files in "Double Commander" takes the same time as in time ionice -c Best-effort-n 7 cp-Rp "../Download" " /media/u1/disk2/" , i.e. about 3 hours and, in the future, when testing the copied information no errors occur.
Bug#946311: libpcre2-dev 10.34-5 dependency errors
Package: libpcre2-dev Version: 10.34-5 Severity: grave Tags: a11y Justification: renders package unusable -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 4.19.0-6-amd64 (SMP w/8 CPU cores) Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8), LANGUAGE=ru_RU.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages libpcre2-dev depends on: ii libc6-dev2.29-3 ii libpcre2-16-010.34-5 ii libpcre2-32-010.34-5 ii libpcre2-8-0 10.34-5 pn libpcre2-posix2 libpcre2-dev recommends no packages. libpcre2-dev suggests no packages. -- no debconf information After I installed libpcre2-dev 10.34-5 i get dependency errors for libpcre2-posix2. I get a message: attempt to overwrite "/usr/lib/x86_64-linux-gnu/libpcre2-posix.so. 2. 0. 3" which is already available in package libpcre2-posix 0: amd64 10.34-3+b1 And I have to go back to the previous version 10.34-3+b1.
Bug#946305: linux-image-5.3.0-2-amd64: checksum errors occur when testing rar archives
Package: src:linux Version: 5.3.9-3 Severity: normal -- Package-specific info: ** Kernel log: boot messages should be attached ** Model information sys_vendor: System manufacturer product_name: System Product Name product_version: System Version chassis_vendor: Chassis Manufacture chassis_version: Chassis Version bios_vendor: American Megatrends Inc. bios_version: 4701 board_vendor: ASUSTeK COMPUTER INC. board_name: P9X79 PRO board_version: Rev 1.xx ** PCI devices: 00:00.0 Host bridge [0600]: Intel Corporation Xeon E5/Core i7 DMI2 [8086:3c00] (rev 07) Subsystem: ASUSTeK Computer Inc. Xeon E5/Core i7 DMI2 [1043:84ef] Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 00:01.0 PCI bridge [0604]: Intel Corporation Xeon E5/Core i7 IIO PCI Express Root Port 1a [8086:3c02] (rev 07) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: Kernel driver in use: pcieport 00:02.0 PCI bridge [0604]: Intel Corporation Xeon E5/Core i7 IIO PCI Express Root Port 2a [8086:3c04] (rev 07) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: Kernel driver in use: pcieport 00:03.0 PCI bridge [0604]: Intel Corporation Xeon E5/Core i7 IIO PCI Express Root Port 3a in PCI Express Mode [8086:3c08] (rev 07) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: Kernel driver in use: pcieport 00:03.2 PCI bridge [0604]: Intel Corporation Xeon E5/Core i7 IIO PCI Express Root Port 3c [8086:3c0a] (rev 07) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: Kernel driver in use: pcieport 00:05.0 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Address Map, VTd_Misc, System Management [8086:3c28] (rev 07) Subsystem: ASUSTeK Computer Inc. Xeon E5/Core i7 Address Map, VTd_Misc, System Management [1043:84ef] Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 00:05.2 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Control Status and Global Errors [8086:3c2a] (rev 07) Subsystem: ASUSTeK Computer Inc. Xeon E5/Core i7 Control Status and Global Errors [1043:84ef] Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 00:05.4 PIC [0800]: Intel Corporation Xeon E5/Core i7 I/O APIC [8086:3c2c] (rev 07) (prog-if 20 [IO(X)-APIC]) Subsystem: ASUSTeK Computer Inc. Xeon E5/Core i7 I/O APIC [1043:84ef] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 00:11.0 PCI bridge [0604]: Intel Corporation C600/X79 series chipset PCI Express Virtual Root Port [8086:1d3e] (rev 06) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: Kernel driver in use: pcieport 00:16.0 Communication controller [0780]: Intel Corporation C600/X79 series chipset MEI Controller #1 [8086:1d3a] (rev 05) Subsystem: ASUSTeK Computer Inc. C600/X79 series chipset MEI Controller [1043:84ef] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- Kernel driver in use: mei_me Kernel modules: mei_me 00:19.0 Ethernet con
Bug#943358: Synaptic 0.84.8 installs packets with "depends on" absent packages
PS. That's interesting, apt-cache.sh \ depends calibre \ depends calibre-bin \ depends qtcreator outputs: calibre Depends: python2.7 Depends: python-bs4 Depends: python-css-parser Depends: python-dbus Depends: python-pil Depends: python-lxml Depends: python-mechanize Depends: python-pkg-resources Depends: python-cssutils Depends: python-cssselect Depends: python-cherrypy3 Depends: python-dateutil Depends: python-feedparser Depends: python-html2text Depends: python-html5-parser Depends: python-html5lib Depends: python-markdown Depends: python-msgpack Depends: python-pyqt5 Depends: python-pyqt5.qtwebkit Depends: python-pyqt5.qtsvg Depends: python-pyparsing Depends: python-regex Depends: python-routes Depends: python-chardet Depends: python-netifaces Depends: python-apsw Depends: xdg-utils Depends: imagemagick graphicsmagick-imagemagick-compat imagemagick-6.q16 Depends: libjpeg-turbo-progs Depends: optipng Depends: poppler-utils Depends: fonts-liberation Depends: libjs-mathjax Depends: libjs-coffeescript Depends: calibre-bin Recommends: python-dnspython Offers: python-unrardll calibre-bin Depends: libc6 Depends: libchm1 Depends: libfontconfig1 Depends: libfreetype6 Depends: libgcc1 Depends: libglib2.0-0 Depends: libicu63 Depends: libmtp9 Depends: libpodofo0.9.6 Depends: libpython2.7 Depends: libqt5core5a Depends: libqt5dbus5 |Depends: libqt5gui5 Depends: libqt5gui5-gles Depends: libqt5widgets5 Depends: libssl1.1 Depends: libstdc++6 Depends: libusb-1.0-0 Depends: libqt5core5a Depends: zlib1g Depends: python-sip Depends: python2.7 Recommends: calibre qtcreator Depends: libqt5sql5-sqlite Depends: qml-module-qtqml-models2 Depends: qml-module-qtquick-controls Depends: qml-module-qtquick2 Depends: qtchooser Depends: qtcreator-data Depends: libc6 Depends: libclang1-8 Depends: libgcc1 Depends: libllvm8 Depends: libqbscore1.13 Depends: libqt5concurrent5 Depends: libqt5core5a Depends: libqt5designer5 Depends: libqt5designercomponents5 |Depends: libqt5gui5 Depends: libqt5gui5-gles Depends: libqt5help5 Depends: libqt5network5 Depends: libqt5printsupport5 Depends: libqt5qml5 Depends: libqt5quick5 Depends: libqt5quickwidgets5 Depends: libqt5script5 Depends: libqt5serialport5 Depends: libqt5sql5 Depends: libqt5widgets5 Depends: libqt5xml5 Depends: libstdc++6 Depends: libqt5core5a Depends: libqt5qml5 Breaks: qtcreator-data Recommends: clang Recommends: gdb gdb-minimal Recommends: make make-guile Recommends: qmlscene Recommends: qt5-doc Recommends: qt5-qmltooling-plugins Recommends: qtbase5-dev-tools Recommends: qtcreator-doc Recommends: qtdeclarative5-dev-tools Recommends: qttools5-dev-tools Recommends: qttranslations5-l10n Recommends: qtxmlpatterns5-dev-tools |Recommends: xterm Recommends: deepin-terminal eterm gnome-terminal kitty konsole lilyterm lxterminal mate-terminal mlterm mlterm-tiny pterm qterminal rxvt-unicode sakura stterm terminator terminology termit tilix xfce4-terminal xiterm+thai xterm Offers: clazy Offers: cmake Offers: g++ Offers: git Offers: Offers: subversion Offers: valgrind Replaces: qtcreator-data where missing packets are taken in "< ... > ", and below, apparently, replacing it package.
Bug#943358: synaptic: Synaptic 0.84.8 installs packets with "depends on" absent packages
Package: synaptic Version: 0.84.8 Severity: normal Tags: security -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 4.19.0-5-amd64 (SMP w/8 CPU cores) Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8), LANGUAGE=ru_RU.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages synaptic depends on: ii hicolor-icon-theme 0.17-2 ii libapt-inst2.0 1.8.4 ii libapt-pkg5.0 1.8.4 ii libc6 2.29-2 ii libept1.5.0 1.1+nmu3+b1 ii libgcc1 1:9.2.1-12 ii libgdk-pixbuf2.0-0 2.40.0+dfsg-1 ii libglib2.0-02.62.1-1 ii libgtk-3-0 3.24.12-1 ii libpango-1.0-0 1.42.4-7 ii libstdc++6 9.2.1-12 ii libvte-2.91-0 0.58.2-1 ii libxapian30 1.4.12-1 ii policykit-1 0.105-26 Versions of packages synaptic recommends: ii libgtk3-perl 0.036-1 ii xdg-utils 1.1.3-1 Versions of packages synaptic suggests: pn apt-xapian-index pn deborphan pn dwww pn menu pn software-properties-gtk ii tasksel 3.55 -- no debconf information Package: qtcreator Version: 4.10.1-1 Severity: important "Qtcreator 4.10.1-1" installation requires packages: qtbase-abi-5-11-3 qtdeclarative-abi-5-11-2 but they are not. Package: calibre Version: 4.0.0+really3.48.dfsg-1 Severity: important -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) "calibre 4.0.0+really3.48.dfsg-1" installation requires package: calibre-bin (>= 4.0.0+really3.48.dfsg-1) (it is) and packages are required to install it: qtbase-abi-5-11-3 sip-api-12.6 but the last two packages are not. I have a Synaptic version of "0.84.8". Synaptic refused to install the "qtcreator" and "calibre" packages due to lack of packages': qtbase-abi-5-11-3 qtdeclarative-abi-5-11-2 qtbase-abi-5-11-3 qtdeclarative-abi-5-11-2 2019-10-22 I sent messages to support packages "calibre" and "qtcreator" about this. 2019-10-23 I found that the "calibre" and "qtcreator" packages are now installed in the same version of Synaptic without any messages though missing packages still missing. How could that be? The same problem occur with kernel: linux-image-4.19.0-5-amd64 Linux 4.19 for 64-bit PCs (signed) ver. 4.19.37-5 linux-image-5.2.0-3-amd64 Linux 5.2 for 64-bit PCs (signed) ver. 5.2.17-1+b1 linux-image-5.3.0-1-amd64 Linux 5.3 for 64-bit PCs (signed) ver. 5.3.7-1
Bug#942824: calibre 4.0.0+really3.48.dfsg-1 requires packages that do not exist
Package: calibre Version: 4.0.0+really3.48.dfsg-1 Severity: important -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) "calibre 4.0.0+really3.48.dfsg-1" installation requires package: calibre-bin (>= 4.0.0+really3.48.dfsg-1) (it is) and packages are required to install it: qtbase-abi-5-11-3 sip-api-12.6 but the last two packages are not.
Bug#942820: Qtcreator 4.10.1-1 requires packages that do not exist
Package: qtcreator Version: 4.10.1-1 Severity: important "Qtcreator 4.10.1-1" installation requires packages: qtbase-abi-5-11-3 qtdeclarative-abi-5-11-2 but they are not.
Bug#942546: gnome-keyring write to "mailcap" and "gcr-viewer.desktop" "${exec_prefix}"
Package: gnome-keyring Version: 3.34.0-1 Severity: normal -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 5.2.0-3-amd64 (SMP w/8 CPU cores) Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8), LANGUAGE=ru_RU.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages gnome-keyring depends on: ii dbus-user-session [default-dbus-session-bus] 1.12.16-2 ii dbus-x11 [dbus-session-bus] 1.12.16-2 ii dconf-gsettings-backend [gsettings-backend] 0.34.0-1 ii gcr 3.33.4-3 ii libc6 2.29-2 ii libcap-ng00.7.9-2+b1 ii libcap2-bin 1:2.25-2 ii libgck-1-03.33.4-3 ii libgcr-base-3-1 3.33.4-3 ii libgcrypt20 1.8.5-3 ii libglib2.0-0 2.62.1-1 ii p11-kit 0.23.18.1-2 ii pinentry-gnome3 1.1.0-3 Versions of packages gnome-keyring recommends: ii gnome-keyring-pkcs11 3.34.0-1 ii libpam-gnome-keyring 3.34.0-1 gnome-keyring suggests no packages. -- no debconf information When installing gnome-keyring writes into "/etc/mailcap"lines where paths start with " ${exec_prefix}", but this variable is not defined anywhere. /etc/mailcap : application/pkcs12; ${exec_prefix}/bin/gcr-viewer %s; test=test -n "$DISPLAY" application/pkcs12+pem; ${exec_prefix}/bin/gcr-viewer %s; test=test -n "$DISPLAY" application/pkcs7-mime; ${exec_prefix}/bin/gcr-viewer %s; test=test -n "$DISPLAY" application/pkcs7-mime+pem; ${exec_prefix}/bin/gcr-viewer %s; test=test -n "$DISPLAY" application/pkcs8; ${exec_prefix}/bin/gcr-viewer %s; test=test -n "$DISPLAY" application/pkcs8+pem; ${exec_prefix}/bin/gcr-viewer %s; test=test -n "$DISPLAY" application/pkix-cert; ${exec_prefix}/bin/gcr-viewer %s; test=test -n "$DISPLAY" application/pkix-cert+pem; ${exec_prefix}/bin/gcr-viewer %s; test=test -n "$DISPLAY" application/pkix-crl; ${exec_prefix}/bin/gcr-viewer %s; test=test -n "$DISPLAY" application/pkix-crl+pem; ${exec_prefix}/bin/gcr-viewer %s; test=test -n "$DISPLAY" application/x-pem-file; ${exec_prefix}/bin/gcr-viewer %s; test=test -n "$DISPLAY" application/x-pem-key; ${exec_prefix}/bin/gcr-viewer %s; test=test -n "$DISPLAY" application/x-pkcs12; ${exec_prefix}/bin/gcr-viewer %s; test=test -n "$DISPLAY" application/x-pkcs7-certificates; ${exec_prefix}/bin/gcr-viewer %s; test=test -n "$DISPLAY" application/x-x509-ca-cert; ${exec_prefix}/bin/gcr-viewer %s; test=test -n "$DISPLAY" application/x-x509-user-cert; ${exec_prefix}/bin/gcr-viewer %s; test=test -n "$DISPLAY" application/pkcs10; ${exec_prefix}/bin/gcr-viewer %s; test=test -n "$DISPLAY" application/pkcs10+pem; ${exec_prefix}/bin/gcr-viewer %s; test=test -n "$DISPLAY" application/x-spkac; ${exec_prefix}/bin/gcr-viewer %s; test=test -n "$DISPLAY" application/x-spkac+base64; ${exec_prefix}/bin/gcr-viewer %s; test=test -n "$DISPLAY" And in "/usr/share/application/gcr-viewer.desktop" is written string "Exec=${exec_prefix}/bin/gcr-viewer", what do not like, for example, menulibre.
Bug#942223: SATA Hot Plug Seagate disks problem
Package: base Severity: normal -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 5.2.0-3-amd64 (SMP w/8 CPU cores) Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8), LANGUAGE=ru_RU.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled I use Seagate hard drives. Barracuda st2000dm008 drives do not support Hotplug, so they work fine. Other Seagate drives that don't support Hot Plug work fine, too. Discs Barracuda st2000dm001, Constellation ES3 st2000nm0033, st2000nc001 support Hotplug, so there are problems with Them. Initially in BIOS Hot Plug support was turned off for Intel X79 Express Chipset, but for Marvell 9128 SATA Controller there is no such option. Disks that support Hotplug, were recognized at Linux loading and further worked. But, within a week, if their not to switch every 2-2 days to other SATA ports, they started clicking loudly excitedly, spoiling the information on the write, creating a failure when reading files. And after a while the disks stopped working. So died 3 disks for several years. When turned off in BIOS "Hot Plug" drives Barracuda ST2000DM001, Constellation ES3 ST2000NM0033, ST2000NC001 are identified only when booting Linux. If you connect them on the power line after booting Linux, they are not available. After enabling the "Hot Plug Enabled" option in the BIOS, drives that support Hot Plug, after booting Linux began to be automatically recognized and connected when feeding on them power supply . Then, these disks work fine until shutdown computer's. But, if before booting Linux, such disks do not disconnect from the power supply, then after a while they begin to click, which serves the first sign of their imminent death, as already described above. I attach a log file. messages_disk_error_my Description: Binary data
Bug#931729: apt-mirror: SSUse of uninitialized value $lines{"Files:"} in split at /usr/bin/apt-mirror line 829)
I offer version 2 of the correction: To solve a problem I wrote about earlier, in the text of the program "apt-mirror 0.5.4-1" commented or added new lines. I marked my changes with comments: # *** my comment # *** my insert #--- # I agree with Justin Pasher (932...@bugs.debian.org) and with Stephan Seitz (932...@bugs.debian.org), # if you look a little lower in the text of the program "apt-mirror", # you can see a similar code, but for all 3 archive formats: # # sub find_dep11_files_in_release #... # if ( $filename =~ m{^$component/dep11/(Components-${arch}\.ml|icons-[^./]+\.tar)\.(gz|bz2|xz)$} ) # #So maybe better: sub find_translation_files_in_release { ... # if ( $filename =~ m{^$component/i18n/Translation-[^./]*\.bz2$} ) # my comment if ( $filename =~ m{^$component/i18n/Translation-[^./]*\.(gz|bz2|xz)$} ) # my insert # In order not to think about it anymore, especially since all the rest of the text supports all 3 formats. #--- sub need_update { my $filename = shift; my $size_on_server = shift; my ( undef, undef, undef, undef, undef, undef, undef, $size ) = _stat($filename); // $size may have a value "undef", if the file on client side is apsent. # return 1 unless ($size);# *** my comment 2 return 1 unless (defined $size); # *** my insert 2 return 1 if ($size <= 0); # *** my insert 2 return 0 if $size_on_server == $size; unlink( $filename ) || die("apt-mirror: unlink error: $! for file: $filename"); # *** my insert return 1; } #--- sub process_index { ... if ( exists $lines{"Filename:"} ) { # Packages index $skipclean{ remove_double_slashes( $path . "/" . $lines{"Filename:"} ) } = 1; print FILES_ALL remove_double_slashes( $path . "/" . $lines{"Filename:"} ) . "\n"; print FILES_MD5 $lines{"MD5sum:"} . " " . remove_double_slashes( $path . "/" . $lines{"Filename:"} ) . "\n" if defined lines{"MD5sum:"}; print FILES_SHA1 $lines{"SHA1:"} . " " . remove_double_slashes( $path . "/" . $lines{"Filename:"} ) . "\n" if defined $lines{"SHA1:"}; print FILES_SHA256 $lines{"SHA256:"} . " " . remove_double_slashes( $path . "/" . $lines{"Filename:"} ) . "\n" if defined $lines{"SHA256:"}; if ( need_update( $mirror . "/" . $lines{"Filename:"}, $lines{"Size:"} ) ) { print FILES_NEW remove_double_slashes( $uri . "/" . $lines{"Filename:"} ) . "\n"; add_url_to_download( $uri . "/" . $lines{"Filename:"}, $lines{"Size:"} ); } } #else # *** my comment elsif ( exists $lines{"Files:"} ) # *** my insert {# Sources index foreach ( split( /\n/, $lines{"Files:"} ) ) { ... } ## ## Main download chdir get_variable("mirror_path") or die("apt-mirror: can't chdir to mirror"); my $need_bytes = 0; foreach ( values %urls_to_download ) { $need_bytes += $_; } if ($need_bytes > 0) { # *** my insert my $size_output = format_bytes($need_bytes); print "$size_output will be downloaded into archive.\n"; download_urls( "archive", sort keys %urls_to_download ); } # *** my insert ## String with "unlink" in "sub need_update" is very important, since "wget" does not a re-change a package if it is not fully downloaded on previous runs of "apt-mirror". For example, if in the previous run "apt-mirror" pressed "Ctrl+C". After this change everything works fine and the message: Processing indexes: [SUse of uninitialized value $lines{"Files:"} in split at /usr/bin/apt-mirror line 829, line 1. Use of uninitialized value $lines{"Files:"} in split at /usr/bin/apt-mirror line 829, line 2. P] больше не возникает. Да и сообщения из-за повторного скачивания неполностью скаченных пакетов тоже не возникают. no longer appears. And messages for re-download the not completely downloaded packages also do not occur.
Bug#942141: xfce4: Xfce 4.14 XDG_DATA_DIRS="/usr/share:/usr/local/share:/usr/share"
Package: xfce4 Version: 4.14 Severity: normal Tags: patch -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 5.2.0-3-amd64 (SMP w/8 CPU cores) Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8), LANGUAGE=ru_RU.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages xfce4 depends on: ii libxfce4ui-utils 4.14.1-1+b1 ii thunar 1.8.9-1+b1 ii xfce4-appfinder 4.14.0-1+b1 ii xfce4-panel 4.14.1-1 ii xfce4-pulseaudio-plugin 0.4.2-1 ii xfce4-session4.14.0-1+b1 ii xfce4-settings 4.14.1-1 ii xfconf 4.14.1-1 ii xfdesktop4 4.14.1-1 ii xfwm44.14.0-2 Versions of packages xfce4 recommends: ii desktop-base 10.0.3 ii tango-icon-theme 0.8.90-7 ii thunar-volman 0.9.5-1+b1 ii xfce4-notifyd 0.4.4-1+b1 ii xorg 1:7.7+19 Versions of packages xfce4 suggests: pn xfce4-goodies ii xfce4-power-manager 1.6.5-2 -- no debconf information In the terminal window, in the output of the "env" command, I found the line: XDG_DATA_DIRS=/usr/share/xfce4:/usr/local/share/:/usr/share/:/usr/share/ It made me think. In "/usr/bin/startxfce4" in the block if test "x$XDG_DATA_DIRS" = "x" then if test "x/usr/share" = "x/usr/local/share" -o "x/usr/share" = "x/usr/share"; then XDG_DATA_DIRS="/usr/local/share:/usr/share" else XDG_DATA_DIRS="/usr/share:/usr/local/share:/usr/share" fi else XDG_DATA_DIRS="$XDG_DATA_DIRS:/usr/share" fi excluded duplication for XDG_DATA_DIRS - line XDG_DATA_DIRS="/usr/share:/usr/local/share:/usr/share" replaced by XDG_DATA_DIRS="/usr/share:/usr/local/share" This did not solve the problem. Commenting a line: XDG_DATA_DIRS="$XDG_DATA_DIRS:/usr/share" after “else”, the “Login” window reappears to enter Debian and there is no way out of this cycle. Installing Debian 10.1 on another blank disk from scratch will repeat the situation: Duplicate rows in the Select Application window Transferring “*.desktop” files from “/usr/share/applications/” to “/usr/local/share/applications/” solves the situation, but the question remains why, if there are “* .desktop” files in “/usr/share/applications/" duplication of lines occurs only for these files. But in the “Thunar 1.8.9” file manager, line duplication does not occur with “Open with”. Replacing the line finally solved the problem: else XDG_DATA_DIRS="$XDG_DATA_DIRS:/usr/share" on else XDG_DATA_DIRS="$ XDG_DATA_DIRS" Now when executing the “env” command, I find the line: XDG_DATA_DIRS=/usr/share/xfce4:/usr/local/share/:/usr/share/ Problem Duplication of lines in the "Application Selection" window was resolved, lines no longer duplicated under Doublecmd. Changed normal code block in "/usr/bin/startxfce4" is: if test "x$XDG_DATA_DIRS" = "x" then if test "x/usr/share" = "x/usr/local/share" -o "x/usr/share" = "x/usr/share"; then XDG_DATA_DIRS="/usr/local/share:/usr/share" else XDG_DATA_DIRS="/usr/share:/usr/local/share" fi else XDG_DATA_DIRS="$XDG_DATA_DIRS" fi
Bug#942135: Сannot install Perl 5.30.0-6 without deleting the libgtk2-perl package
Package: perl Version: 5.28.1-6 Severity: important Tags: a11y -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 5.2.0-3-amd64 (SMP w/8 CPU cores) Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8), LANGUAGE=ru_RU.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages perl depends on: ii dpkg 1.19.7 ii libperl5.285.28.1-6 ii perl-base 5.28.1-6 ii perl-modules-5.28 5.28.1-6 Versions of packages perl recommends: ii netbase 5.6 Versions of packages perl suggests: pn libb-debug-perl pn liblocale-codes-perl pn libterm-readline-gnu-perl | libterm-readline-perl-perl ii make4.2.1-1.2 ii perl-doc5.28.1-6 -- no debconf information Cannot update 67 Perl update dependent software packages. And Perl, I can’t upgrade from 5.28.1-6 to 5.30.0-6 due to the lack of the “libgtk2-perl” package that is compatible with the new version of Perl. Will this problem be solved?
Bug#932379: apt-mirror doesn't grab *.xz i18n Translation files
I agree with Justin Pasher, but if you look a little lower in the text of the program "apt-mirror", you can see a similar code, but for all 3 archive formats: sub find_dep11_files_in_release ... if ( $filename =~ m{^$component/dep11/(Components-${arch}\.ml|icons-[^./]+\.tar)\.(gz|bz2|xz)$} ) So maybe better to add a line: if ( $filename =~ m{^$component/i18n/Translation-[^./]*\.(gz|bz2|xz)$} ) In order not to think about it anymore, especially since all the rest of the text supports all 3 formats.
Bug#931729: apt-mirror: SSUse of uninitialized value $lines{"Files:"} in split at /usr/bin/apt-mirror line 829
To solve a problem I wrote about earlier, in the text of the program "apt-mirror 0.5.4-1" commented or added new lines. I marked my changes with comments: # *** my comment # *** my insert #--- sub need_update { my $filename = shift; my $size_on_server = shift; my ( undef, undef, undef, undef, undef, undef, undef, $size ) = _stat($filename); return 1 unless ($size); return 0 if $size_on_server == $size; unlink( $filename ) || die("apt-mirror: unlink error: $! for file: $filename"); # *** my insert return 1; } #--- sub process_index { ... if ( exists $lines{"Filename:"} ) { # Packages index $skipclean{ remove_double_slashes( $path . "/" . $lines{"Filename:"} ) } = 1; print FILES_ALL remove_double_slashes( $path . "/" . $lines{"Filename:"} ) . "\n"; print FILES_MD5 $lines{"MD5sum:"} . " " . remove_double_slashes( $path . "/" . $lines{"Filename:"} ) . "\n" if defined $lines{"MD5sum:"}; print FILES_SHA1 $lines{"SHA1:"} . " " . remove_double_slashes( $path . "/" . $lines{"Filename:"} ) . "\n" if defined $lines{"SHA1:"}; print FILES_SHA256 $lines{"SHA256:"} . " " . remove_double_slashes( $path . "/" . $lines{"Filename:"} ) . "\n" if defined $lines{"SHA256:"}; if ( need_update( $mirror . "/" . $lines{"Filename:"}, $lines{"Size:"} ) ) { print FILES_NEW remove_double_slashes( $uri . "/" . $lines{"Filename:"} ) . "\n"; add_url_to_download( $uri . "/" . $lines{"Filename:"}, $lines{"Size:"} ); } } #else # *** my comment elsif ( exists $lines{"Files:"} ) # *** my insert {# Sources index foreach ( split( /\n/, $lines{"Files:"} ) ) { ... } ## ## Main download chdir get_variable("mirror_path") or die("apt-mirror: can't chdir to mirror"); my $need_bytes = 0; foreach ( values %urls_to_download ) { $need_bytes += $_; } if ($need_bytes > 0) { # *** my insert my $size_output = format_bytes($need_bytes); print "$size_output will be downloaded into archive.\n"; download_urls( "archive", sort keys %urls_to_download ); } # *** my insert ## String with "unlink" in "sub need_update" is very important, since "wget" does not a re-change a package if it is not fully downloaded on previous runs of "apt-mirror". For example, if in the previous run "apt-mirror" pressed "Ctrl+C". After this change everything works fine and the message: Processing indexes: [SUse of uninitialized value $lines{"Files:"} in split at /usr/bin/apt-mirror line 829, line 1. Use of uninitialized value $lines{"Files:"} in split at /usr/bin/apt-mirror line 829, line 2. P] no longer appears. And messages for re-download the not completely downloaded packages also do not occur.
Bug#918276: closed by Sebastian Ramacher (Re: Bug#918276: (no subject))
Probably You still did something, so VLC packages version 3.0.8-2 have established and work normally. 18.08.2019, 23:21, "Debian Bug Tracking System" : > This is an automatic notification regarding your Bug report > which was filed against the vlc package: > > #918276: vlc: When you open VLC 3.0.5-1 any .mp4 file a Debian 9.6 hangs > > It has been closed by Sebastian Ramacher . > > Their explanation is attached below along with your original report. > If this explanation is unsatisfactory and you have not received a > better one in a separate message then please contact Sebastian Ramacher > by > replying to this email. > > -- > 918276: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=918276 > Debian Bug Tracking System > Contact ow...@bugs.debian.org with problems
Bug#934755: closed by Sean Davis (Bug#934755: fixed in menulibre 2.2.1-1)
You are right, version 2.2.1-1 has solved this problem. I downloaded it from the website https://launchpad.net/menulibre and installed it instead of version 2.2.0-2. After the emergence of Your package version 2.2.1-1, moved on him and, too, all works. Thanks! 01.09.2019, 03:09, "Debian Bug Tracking System" : > This is an automatic notification regarding your Bug report > which was filed against the menulibre package: > > #934755: menulibre 2.2.0-2 does not start on debian 10 > > It has been closed by Sean Davis . > > Their explanation is attached below along with your original report. > If this explanation is unsatisfactory and you have not received a > better one in a separate message then please contact Sean Davis > by > replying to this email. > > -- > 934755: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=934755 > Debian Bug Tracking System > Contact ow...@bugs.debian.org with problems
Bug#931729: apt-mirror: SSUse of uninitialized value $lines{"Files:"} in split at /usr/bin/apt-mirror line 829
To solve a problem I wrote about earlier, in the text of the program "apt-mirror 0.5.4-1" commented line 775 sub process_index 776 { ... 814 if ( exists $lines{"Filename:"} ) {# Packages index $skipclean{ remove_double_slashes( $path . "/" . $lines{"Filename:"} ) } = 1; print FILES_ALL remove_double_slashes( $path . "/" . $lines{"Filename:"} ) . "\n"; print FILES_MD5 $lines{"MD5sum:"} . " " . remove_double_slashes( $path . "/" . $lines{"Filename:"} ) . "\n" if defined $lines{"MD5sum:"}; print FILES_SHA1 $lines{"SHA1:"} . " " . remove_double_slashes( $path . "/" . $lines{"Filename:"} ) . "\n" if defined $lines{"SHA1:"}; print FILES_SHA256 $lines{"SHA256:"} . " " . remove_double_slashes( $path . "/" . $lines{"Filename:"} ) . "\n" if defined $lines{"SHA256:"}; if ( need_update( $mirror . "/" . $lines{"Filename:"}, $lines{"Size:"} ) ) { print FILES_NEW remove_double_slashes( $uri . "/" . $lines{"Filename:"} ) . "\n"; add_url_to_download( $uri . "/" . $lines{"Filename:"}, $lines{"Size:"} ); } } 827 #else # my comment elsif ( exists $lines{"Files:"} ) # my insert {# Sources index foreach ( split( /\n/, $lines{"Files:"} ) ) { After this change everything works fine and the message Processing indexes: [SUse of uninitialized value $lines{"Files:"} in split at /usr/bin/apt-mirror line 829, line 1. Use of uninitialized value $lines{"Files:"} in split at /usr/bin/apt-mirror line 829, line 2. P] no longer appears.
Bug#934779: libreoffice: Not read the "About LibreOffice" window contents
Thank you very much for the helpful link. It's nice that I'm not the only one faced with this problem. It is recognized in version 6.3.0.2 rc, but now Version: 6.3.0.4 and that do something about it? 15.08.2019, 22:42, "Rene Engelhard" : > forwarded 934779 https://bugs.documentfoundation.org/show_bug.cgi?id=126254 > tag 934779 + upstream > thanks > > Hi, > > On Thu, Aug 15, 2019 at 09:28:12PM +0200, Rene Engelhard wrote: >> > background color of window is black, so pale gray letters >> > are almost invisible on a black background. Light gray background in the >> lower >> > left corner of the window, where black letters are clearly visible, takes >> only >> > about 10% of a window. In a 64-bit Debian 10 Sid if that window takes >> about >> > a quarter of the screen size, you can not see anything at all, if more, >> then >> > the lower left corner of the window begins to appear black letters on a >> light >> > gray background, but not completely. >> >> I see black background except the buttons, but indeed when I resize >> "Lib..." starts to appear. >> >> This appears only with libreoffice-gtk2 installed and not >> libreoffice-gtk3 installed. If libreoffice-gtk3 is installed, it just >> works )tested in xfce in said sid VM) > > This is already known upstream: > https://bugs.documentfoundation.org/show_bug.cgi?id=126254 > > Regards, > > Rene
Bug#931729: apt-mirror: SSUse of uninitialized value $lines{"Files:"} in split at /usr/bin/apt-mirror line 829
Package: apt-mirror Version: 0.5.4-1 Followup-For: Bug #931729 -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 5.2.0-2-amd64 (SMP w/8 CPU cores) Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8), LANGUAGE=ru_RU.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages apt-mirror depends on: ii adduser 3.118 ii perl 5.28.1-6 ii wget 1.20.3-1+b1 apt-mirror recommends no packages. apt-mirror suggests no packages. -- Configuration Files: /etc/apt/mirror.list changed: set base_path /mnt/repo/debian/DebianMirror set mirror_path $base_path/mirror set skel_path$base_path/skel set var_path $base_path/var set cleanscript $var_path/clean.sh set defaultarch amd64 set run_postmirror 0 set nthreads 20 set tilde 0 debhttp://ftp.debian.org/debian jessie main contrib non-free deb-srchttp://ftp.debian.org/debian jessie main contrib non-free debhttp://ftp.debian.org/debian buster main contrib non-free deb-srchttp://ftp.debian.org/debian buster main contrib non-free debhttp://ftp.debian.org/debian sid main contrib non-free deb-srchttp://ftp.debian.org/debian sid main contrib non-free debhttp://ftp.debian.org/debian jessie-updates main contrib non-free deb-srchttp://ftp.debian.org/debian jessie-updates main contrib non-free debhttp://ftp.debian.org/debian buster-updates main contrib non-free deb-srchttp://ftp.debian.org/debian buster-updates main contrib non-free clean http://ftp.debian.org/debian -- no debconf information 2019-08-15 15:00 What does it mean? root@A1:/home/u1# apt-mirror; cd /mnt/repo/debian/DebianMirror/var/; ./clean.sh Downloading 210 index files using 20 threads... Begin time: Thu Aug 15 14:46:37 2019 [20]... [19]... [18]... [17]... [16]... [15]... [14]... [13]... [12]... [11]... [10]... [9]... [8]... [7]... [6]... [5]... [4]... [3]... [2]... [1]... [0]... End time: Thu Aug 15 14:51:36 2019 Processing translation indexes: [T] Downloading 120 translation files using 20 threads... Begin time: Thu Aug 15 14:51:36 2019 [20]... [19]... [18]... [17]... [16]... [15]... [14]... [13]... [12]... [11]... [10]... [9]... [8]... [7]... [6]... [5]... [4]... [3]... [2]... [1]... [0]... End time: Thu Aug 15 14:51:57 2019 Processing DEP-11 indexes: [D] Downloading 30 dep11 files using 20 threads... Begin time: Thu Aug 15 14:51:57 2019 [20]... [19]... [18]... [17]... [16]... [15]... [14]... [13]... [12]... [11]... [10]... [9]... [8]... [7]... [6]... [5]... [4]... [3]... [2]... [1]... [0]... End time: Thu Aug 15 14:51:58 2019 Processing indexes: [SUse of uninitialized value $lines{"Files:"} in split at /usr/bin/apt-mirror line 829, line 1. Use of uninitialized value $lines{"Files:"} in split at /usr/bin/apt-mirror line 829, line 2. P] 2.1 GiB will be downloaded into archive. Downloading 1419 archive files using 20 threads... Begin time: Thu Aug 15 14:52:17 2019 [20]... [19]... [18]... [17]... [16]... [15]... [14]... [13]... [12]... [11]... [10]... [9]... [8]... [7]... [6]... [5]... [4]... [3]... [2]... [1]... [0]... End time: Thu Aug 15 17:10:12 2019 2.1 GiB in 1315 files and 13 directories can be freed. Run /mnt/repo/debian/DebianMirror/var/clean.sh for this purpose. Removing 1315 unnecessary files [2.1 GiB]... [0%]..[38%]..[76%]done. Removing 13 unnecessary directories... [0%].done.
Bug#918276: (no subject)
Vlc 3.0.3-1-0+deb9u1 works fine in Debian Vlc 3.0.6-0+deb9u1 in Debian 9.9 Stretch Stable works fine All other versions of Vlc, including 3.0.7.1-3 when opening media files instantly hang Debian, so no log-files do not have time to form. When I install Debian-64 10 Stable, it is installed by default "parole 1.0.2-1", not VLC, which is suggestive. Removed "parole 1.0.2-1" and installed packages: lua5.2 5.2.4-1.1+b3 qt5-default 5.11.3+dfsg1-3 libqt5core5a 5.11.3+dfsg1-3 libqt5gui5 5.11.3+dfsg1-3 libqt5svg5-dev 5.11.3-2 libqt5widgets5 5.11.3+dfsg1-3 libqt5x11extras5-dev 5.11.3-2 libcairo2-dev1.16.0-4 libegl1 1.1.0-1 libgl1 1.1.0-1 libgles2 1.1.0-1 libva-drm2 2.5.0-1 libva-dev2.5.0-1 libva2 2.5.0-1 libva-x11-2 2.5.0-1 libwayland-dev 1.17.0-1 libwayland-client0 1.17.0-1 libwayland-egl1 1.17.0-1 libx11-dev 2:1.6.7-1 libx11-6 2:1.6.7-1 libjpeg62-turbo-dev 1:1.5.2-2+b1 libpng16-16 1.6.37-1 librsvg2-dev 2.44.14-1 libfontconfig1-dev 2.13.1-2 libfreetype6-dev 2.9.1-4 libfribidi-dev 1.0.5-3.1 liblua5.25.2.4-1.1+b3 liblua5.2-dev5.2.4-1.1+b3 liba52-0.7.4-dev 0.7.4-19 libavutil-dev7:4.1.4-1+b1 libavcodec-dev 7:4.1.4-1+b1 libavformat-dev 7:4.1.4-1+b1 libmatroska-dev 1.5.2-2 libmpeg2-4-dev 0.5.1-8 libmpg123-dev1.25.10-2 libogg-dev 1.3.2-1+b1 libopus-dev 1.3-1 libpostproc-dev 7:4.1.4-1+b1 libswscale-dev 7:4.1.4-1+b1 libtheora-dev1.1.1+dfsg.1-15 libxcb-composite0-dev 1.13.1-2 libxcb-keysyms1-dev0.4.0-1+b2 libxcb-randr0-dev 1.13.1-2 libxcb-xv0-dev 1.13.1-2 libxcb1-dev1.13.1-2 libass-dev 1:0.14.0-2 libaribb24-dev 1.0.3-2 Created a folder, entered it, unzipped the source archive vlc-3.0.7.1.tar.xz. And run the following commands: ./configure If you need to reinstall VLC, and "make clean" gives error 2, it is necessary remove the source folder and reinstall it from the archive, then make goes well. make -j&(nprocs) sudo make install ldconfig And it worked. What is the problem, I have not found. 01.03.2019, 20:33, "Sebastian Ramacher" : > Hi > > On 2019-02-26 12:17:30, Сергей Фёдоров wrote: >> Installed Debian 9.8 amd64 from scratch. In it in "stable" vlc >> 3.0.6-0+deb9u1 >> works fine, but if you install vlc 3.0.6-1 from sid, when you open >> any video file Debian freezes and only the mouse cursor moves across the >> screen. >> I.e. everything in Debian to 9.6. In Debian 9.6, amd64 worked fine in >> "stable" vlc 3.0.3-1-0+deb9u1, and if you install vlc 3.0.5-1 from "sid", >> then when >> open any *.mp4 file Debian hangs on the screen and moves the cursor >> mice. > > We really need those logs. And when you upgraded to vlc from sid, did you > upgrade the rest of your > system as well? > >> If it does not open the video file, vlc --version, then it will report: >> VLC media player 3.0.6 Vetinari (revision 3.0.6-0-g5803e85f73) >> VLC version 3.0.6 Vetinari (3.0.6-0-g5803e85f73) >> Compiled by buildd on x86-ubc-01.debian.org (Jan 10 2019 19:03:32) >> Compiler: gcc version 8.2.0 (Debian 8.2.0-14) >> This program comes with NO WARRANTY, to the extent permitted by law. >> You may redistribute it under the terms of the GNU General Public License; >> see the file named COPYING for details. >> Written by the VideoLAN team; see the AUTHORS file. >> >> I. e. not 3.0.6-1, but 3.0.6-0, which looks suspicious. > > Nothing suspicious here. That's just what git describe produces as version > information for the 3.0.6 > tag. > > Cheers > -- > Sebastian Ramacher
Bug#934779: libreoffice: Not read the "About LibreOffice" window contents
Package: libreoffice Version: 1:6.3.0-2 Severity: normal -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 5.2.0-2-686-pae (SMP w/2 CPU cores) Kernel taint flags: TAINT_UNSIGNED_MODULE Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8), LANGUAGE=ru_RU.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages libreoffice depends on: ii libreoffice-base1:6.3.0-2 ii libreoffice-calc1:6.3.0-2 ii libreoffice-core1:6.3.0-2 ii libreoffice-draw1:6.3.0-2 ii libreoffice-impress 1:6.3.0-2 ii libreoffice-math1:6.3.0-2 ii libreoffice-report-builder-bin 1:6.3.0-2 ii libreoffice-writer 1:6.3.0-2 ii python3-uno 1:6.3.0-2 Versions of packages libreoffice recommends: ii fonts-crosextra-caladea 20130214-2 ii fonts-crosextra-carlito 20130920-1 ii fonts-dejavu2.37-1 ii fonts-liberation1:1.07.4-10 pn fonts-liberation2 ii fonts-linuxlibertine5.3.0-4 pn fonts-noto-core ii fonts-noto-mono 20181227-1 pn fonts-noto-ui-core ii fonts-sil-gentium-basic 1.102-1 ii libreoffice-java-common 1:6.3.0-2 ii libreoffice-nlpsolver 0.9+LibO6.3.0-2 ii libreoffice-report-builder 1:6.3.0-2 ii libreoffice-script-provider-bsh 1:6.3.0-2 ii libreoffice-script-provider-js 1:6.3.0-2 ii libreoffice-script-provider-python 1:6.3.0-2 ii libreoffice-sdbc-mysql 1:6.3.0-2 ii libreoffice-sdbc-postgresql 1:6.3.0-2 ii libreoffice-wiki-publisher 1.2.0+LibO6.3.0-2 Versions of packages libreoffice suggests: ii cups-bsd2.2.10-6 ii default-jre [java6-runtime] 2:1.11-72 ii firefox-esr 60.8.0esr-1 ii ghostscript 9.27~dfsg-3 ii gnupg 2.2.17-3 pn gpa ii gstreamer1.0-libav 1.16.0-2 ii gstreamer1.0-plugins-bad1.16.0-2 ii gstreamer1.0-plugins-base 1.16.0-2 ii gstreamer1.0-plugins-good 1.16.0-2+b1 ii gstreamer1.0-plugins-ugly 1.16.0-2 ii hunspell-en-us [hunspell-dictionary]1:2018.04.16-1 ii hyphen-en-us [hyphen-hyphenation-patterns] 2.8.8-7 ii imagemagick 8:6.9.10.23+dfsg-2.1 ii imagemagick-6.q16 [imagemagick] 8:6.9.10.23+dfsg-2.1 ii libgl1 1.1.0-1 pn libreoffice-gnome | libreoffice-kde5 pn libreoffice-grammarcheck pn libreoffice-help pn libreoffice-l10n ii libreoffice-librelogo 1:6.3.0-2 pn libreoffice-officebean ii libsane 1.0.27-3.2 ii libxrender1 1:0.9.10-1 pn myspell-dictionary ii mythes-en-us [mythes-thesaurus] 1:6.3.0-1 pn openclipart2-libreoffice | openclipart-libreoffice ii openjdk-11-jre [java6-runtime] 11.0.4+11-1 ii openjdk-8-jre [java6-runtime] 8u222-b10-1 pn pstoedit pn unixodbc Versions of packages libreoffice-core depends on: ii fontconfig 2.13.1-2 ii fonts-opensymbol2:102.11+LibO6.3.0-2 ii libboost-date-time1.67.01.67.0-13 ii libboost-locale1.67.0 1.67.0-13 ii libc6 2.28-10 ii libcairo2 1.16.0-4 ii libclucene-contribs1v5 2.3.3.4+dfsg-1 ii libclucene-core1v5 2.3.3.4+dfsg-1 ii libcmis-0.5-5v5 0.5.2-1 ii libcups22.2.10-6 ii libcurl3-gnutls 7.65.3-1 ii libdbus-1-3 1.12.16-1 ii libdconf1 0.30.1-2 ii libeot0 0.01-5 ii libepoxy0 1.5.3-0.1 ii libexpat1 2.2.7-1 ii libexttextcat-2.0-0 3.4.5-1 ii libfontconfig1 2.13.1-2 ii libfreetype62.9.1-4 ii libgcc1 1:9.1.0-10 ii libglib2.0-02.60.6-1 ii libgpgmepp6
Bug#934755: menulibre 2.2.0-2 does not start on debian 10
Package: menulibre Version: 2.2.0-2 Severity: normal -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 5.2.0-2-amd64 (SMP w/8 CPU cores) Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8), LANGUAGE=ru_RU.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages menulibre depends on: ii gir1.2-gdkpixbuf-2.0 2.38.1+dfsg-1 ii gir1.2-glib-2.0 1.58.3-2 ii gir1.2-gmenu-3.0 3.32.0-1 ii gir1.2-gtk-3.03.24.10-1 ii gnome-menus 3.32.0-1 ii python3 3.7.3-1 ii python3-gi3.32.2-1 ii python3-psutil5.5.1-1 ii xdg-utils 1.1.3-1 menulibre recommends no packages. menulibre suggests no packages. -- no debconf information Menulibre writes on start in terminal window: (menulibre:6937): Gtk-WARNING **: 12:58:15.804: gtk_menu_attach_to_widget(): menu already attached to GtkMenuButton (menulibre:6937): Gtk-WARNING **: 12:58:15.860: gtk_menu_attach_to_widget(): menu already attached to GtkMenuButton Traceback (most recent call last): File "/usr/lib/python3/dist-packages/menulibre/MenulibreApplication.py", line 2217, in do_activate self.win = MenulibreWindow(self, headerbar) File "/usr/lib/python3/dist-packages/menulibre/MenulibreApplication.py", line 250, in __init__ self.configure_application_treeview(builder) File "/usr/lib/python3/dist-packages/menulibre/MenulibreApplication.py", line 589, in configure_application_treeview self.treeview = MenulibreTreeview.Treeview(self, builder) File "/usr/lib/python3/dist-packages/menulibre/MenulibreTreeview.py", line 48, in __init__ self._configure_treeview(builder) File "/usr/lib/python3/dist-packages/menulibre/MenulibreTreeview.py", line 59, in _configure_treeview treestore = MenuEditor.get_treestore() File "/usr/lib/python3/dist-packages/menulibre/MenuEditor.py", line 123, in get_treestore return menu_to_treestore(treestore, None, menu) File "/usr/lib/python3/dist-packages/menulibre/MenuEditor.py", line 100, in menu_to_treestore tooltip = escapeText(item[2]['comment']) File "/usr/lib/python3/dist-packages/menulibre/util.py", line 99, in escapeText return GLib.markup_escape_text(text, len(text)) File "/usr/lib/python3/dist-packages/gi/overrides/GLib.py", line 418, in markup_escape_text return GLib.markup_escape_text(text, length) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd0 in position 27: unexpected end of data ... and does not start. If this packets have a version 2.58.3-2, menulibre executes. But for packets version 2.60.5-1, 2.60.6-2 menulibre does not start: libglib2.0-0 libglib2.0-bin libglib2.0-dev libglib2.0-dev-bin On TabletPC Acer Iconiatab W500 (Debian 10 32-bit) menulibre does not execute also with same error messages.
Bug#918276: (no subject)
Installed Debian 9.8 amd64 from scratch. In it in "stable" vlc 3.0.6-0+deb9u1 works fine, but if you install vlc 3.0.6-1 from sid, when you open any video file Debian freezes and only the mouse cursor moves across the screen. I.e. everything in Debian to 9.6. In Debian 9.6, amd64 worked fine in "stable" vlc 3.0.3-1-0+deb9u1, and if you install vlc 3.0.5-1 from "sid", then when open any *.mp4 file Debian hangs on the screen and moves the cursor mice. If it does not open the video file, vlc --version, then it will report: VLC media player 3.0.6 Vetinari (revision 3.0.6-0-g5803e85f73) VLC version 3.0.6 Vetinari (3.0.6-0-g5803e85f73) Compiled by buildd on x86-ubc-01.debian.org (Jan 10 2019 19:03:32) Compiler: gcc version 8.2.0 (Debian 8.2.0-14) This program comes with NO WARRANTY, to the extent permitted by law. You may redistribute it under the terms of the GNU General Public License; see the file named COPYING for details. Written by the VideoLAN team; see the AUTHORS file. I. e. not 3.0.6-1, but 3.0.6-0, which looks suspicious.
Bug#923131: golang-1.11-src: errors when building the go compiler from golang-1.11-src package sources (1.11.5-1)
Package: golang-1.11-src Version: 1.11.5-1 Severity: normal -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 4.9.0-8-amd64 (SMP w/8 CPU cores) Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8), LANGUAGE=ru_RU.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) -- no debconf information In debian-9.8.0-amd64 Sid install the packages: golang-1.11-go Go programming language compiler, linker, compiled stdlib version: 1.11.5-1 golang-1.11-src Go programming language - source files version: 1.11.5-1 Make dir «/home/u1/go-1.11-5/» Copy there the contents of the folder «/usr/share/go-1.11/» Copy there «/usr/lib/go-1.11/VERSION» Go to the folder "/ home/u1 / go-1.11-5/src " and create a file "build.sh" with such text: export GOROOT_BOOTSTRAP=/usr/lib/go-1.11/ ./all.bash Start «./build.sh» It is issued the error: ok text/template/parse 0.017s panic: cannot load America/Los_Angeles for testing: open /home/u1/go-1.11-5/lib/time/zoneinfo.zip: no such file or directory goroutine 1 [running]: time.initTestingZone() /home/u1/go-1.11-5/src/time/internal_test.go:15 +0x19c sync.(*Once).Do(0x7b2e90, 0x61ca50) /home/u1/go-1.11-5/src/sync/once.go:44 +0xb3 time.ForceUSPacificForTesting() /home/u1/go-1.11-5/src/time/export_test.go:18 +0x87 time.init.0() /home/u1/go-1.11-5/src/time/internal_test.go:9 +0x20 FAIL time 0.021s ... ok unicode 0.028s ok cmd/vendor/golang.org/x/sys/unix 0.361s ok cmd/vet 1.876s ok cmd/vet/internal/cfg 0.001s 2019/02/21 23:11:40 Failed: exit status 1 Start terminal. Make dir «/home/u1/go_bootstrap/» and pass into it. Download through Firefox from «https://golang.org/dl/» «go1.11.5.linux-amd64.tar.gz». Copy from archive the files from the dir «go» to the dir root «/home/u1/go_bootstrap/». Pass to «/home/u1». Run «git clone https://go.googlesource.com/go». In «/home/u1» make dir «go» and copy to that the source files «go 1.11.5». Pass to the dir «/home/u1/go/src» and create file «build.sh» with such text: export GOROOT_BOOTSTRAP=/usr/lib/go-1.11/ ./all.bash Start «./build.sh» Assembly and tests pass normally. ./all.bash (assembly and tests) pass normally when gdb is installed (GNU Debugger) version 7.12-6, and at version 8.2.1-1 gives error messages: ok cmd/vendor/golang.org/x/sys/unix 0.361s ok cmd/vet 1.876s ok cmd/vet/internal/cfg 0.001s 2019/02/21 23:11:40 Failed: exit status 1 Delete the packages «golang-1.11-go», «golang-1.11-src» Pass to dir «/home/u1/go/src» and create file «build.sh» with such text: export GOROOT_BOOTSTRAP=go_bootstrap ./all.bash Run «./build.sh» Assembly and tests pass normally. ./all.bash (assembly and tests) pass normally when gdb is installed gdb (GNU Debugger) version 7.12-6, and at version 8.2.1-1 gives error messages: ok cmd/vendor/golang.org/x/sys/unix 0.361s ok cmd/vet 1.876s ok cmd/vet/internal/cfg 0.001s 2019/02/21 23:11:40 Failed: exit status 1 The source files of the package «golang-1.11-src» 1.11.5-1 are older then https://golang.org/dl/ for Source go1.11.5.src.tar.gz (20MB).
Bug#923129: golang-1.11-src: errors when building the go compiler from golang-1.11-src package sources (1.11.5-1)(Без темы)
Package: golang-1.11-src Version: 1.11.5-1 Severity: normal -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 4.9.0-8-amd64 (SMP w/8 CPU cores) Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8), LANGUAGE=ru_RU.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) -- no debconf information In debian-9.8.0-amd64 Sid install the packages: golang-1.11-go Go programming language compiler, linker, compiled stdlib version: 1.11.5-1 golang-1.11-src Go programming language - source files version: 1.11.5-1 Make dir «/home/u1/go-1.11-5/» Copy there the contents of the folder «/usr/share/go-1.11/» Copy there «/usr/lib/go-1.11/VERSION» Go to the folder "/ home/u1 / go-1.11-5/src " and create a file "build.sh" with such text: export GOROOT_BOOTSTRAP=/usr/lib/go-1.11/ ./all.bash Start «./build.sh» It is issued the error: ok text/template/parse 0.017s panic: cannot load America/Los_Angeles for testing: open /home/u1/go-1.11-5/lib/time/zoneinfo.zip: no such file or directory goroutine 1 [running]: time.initTestingZone() /home/u1/go-1.11-5/src/time/internal_test.go:15 +0x19c sync.(*Once).Do(0x7b2e90, 0x61ca50) /home/u1/go-1.11-5/src/sync/once.go:44 +0xb3 time.ForceUSPacificForTesting() /home/u1/go-1.11-5/src/time/export_test.go:18 +0x87 time.init.0() /home/u1/go-1.11-5/src/time/internal_test.go:9 +0x20 FAILtime0.021s ... ok unicode 0.028s ok cmd/vendor/golang.org/x/sys/unix 0.361s ok cmd/vet 1.876s ok cmd/vet/internal/cfg 0.001s 2019/02/21 23:11:40 Failed: exit status 1 Start terminal. Make dir «/home/u1/go_bootstrap/» and pass into it. Download through Firefox from «https://golang.org/dl/» «go1.11.5.linux-amd64.tar.gz». Copy from archive the files from the dir «go» to the dir root «/home/u1/go_bootstrap/». Pass to «/home/u1». Run «git clone https://go.googlesource.com/go». In «/home/u1» make dir «go» and copy to that the source files «go 1.11.5». Pass to the dir «/home/u1/go/src» and create file «build.sh» with such text: export GOROOT_BOOTSTRAP=/usr/lib/go-1.11/ ./all.bash Start «./build.sh» Assembly and tests pass normally. ./all.bash (assembly and tests) pass normally when gdb is installed (GNU Debugger) version 7.12-6, and at version 8.2.1-1 gives error messages: ok cmd/vendor/golang.org/x/sys/unix 0.361s ok cmd/vet 1.876s ok cmd/vet/internal/cfg 0.001s 2019/02/21 23:11:40 Failed: exit status 1 Delete the packages «golang-1.11-go», «golang-1.11-src» Pass to dir «/home/u1/go/src» and create file «build.sh» with such text: export GOROOT_BOOTSTRAP=go_bootstrap ./all.bash Run «./build.sh» Assembly and tests pass normally. ./all.bash (assembly and tests) pass normally when gdb is installed gdb (GNU Debugger) version 7.12-6, and at version 8.2.1-1 gives error messages: ok cmd/vendor/golang.org/x/sys/unix 0.361s ok cmd/vet 1.876s ok cmd/vet/internal/cfg 0.001s 2019/02/21 23:11:40 Failed: exit status 1 The source files of the package «golang-1.11-src» 1.11.5-1 are older then https://golang.org/dl/ for Source go1.11.5.src.tar.gz (20MB).
Bug#918276: vlc: When you open VLC 3.0.5-1 any .mp4 file a Debian 9.6 hangs
In Debian 9.6 Sid after trying to open any .mp4-file in VLC 3.0.5-2 Debian hangs immediately before first frame is displaing (only the mouse cursor can be moved around the screen, the keybord and mouse buttons are locked) and only reinstalling Debian from CD or USB is resolved the situation. The same thing happened for all versions VLC above 3.0.3-1-0+deb9u1. Then I reinstall Debian and install from Stretch repository VLC 3.0.3-1-0+deb9u1, normally open the same .mp4 file and everything is displayed normally. It Turn out that in Debian Sid I use Mesa-drivers: mesa-common-dev v. 18.2.8-2 (Developer documentation for Mesa) mesa-utils v. 8.4.0-1+b1 (Mesa GL different utilities) mesa-va-drivers v. 18.2.8-2 (Mesa VA-API video acceleration drivers) mesa-vdpau-drivers v. 18.2.8-2 (Mesa VDPAU video acceleration drivers) Through Sebastian Ramacher's questions i decided to install Nvidea driver. Nvidia-detect v. 390.87-5 from Debain Sid reports: Detected NVIDIA GPUs: 02:00.0 VGA compatible controller [0300]: NVIDIA Corporation G73 [GeForce 7300 GT] [10de:0393] (rev a1) Checking card: NVIDIA Corporation G73 [GeForce 7300 GT] (rev a1) Your card is only supported by the 304 legacy drivers series, which is only available up to stretch. But I agreed not with nvidia-detect and installed from Sid resitory Nvidia packets: glx-alternative-nvidia (0.9.0) glx-diversions (0.9.0) libegl-nvidia0 (390.87-5) libgl1-nvidia-glvnd-glx (390.87-5) libgles-nvidia1 (390.87-5) libgles-nvidia2 (390.87-5) libglx-nvidia0 (390.87-5) libnvidia-cfg1 (390.87-5) libnvidia-ml1 (390.87-5) nvidia-alternative (390.87-5) nvidia-driver (390.87-5) nvidia-driver-bin (390.87-5) nvidia-driver-libs (390.87-5) nvidia-egl-common (390.87-5) nvidia-egl-icd (390.87-5) nvidia-installer-cleanup (20151021+8) nvidia-kernel-common (20151021+8) nvidia-kernel-dkms (390.87-5) nvidia-kernel-support (390.87-5) nvidia-legacy-check (390.87-5) nvidia-modprobe (390.25-1) nvidia-persistenced (390.25-1) nvidia-settings (390.67-1) nvidia-support (20151021+8) nvidia-vdpau-driver (390.87-5) nvidia-vulkan-common (390.87-5) nvidia-vulkan-icd (390.87-5) xserver-xorg-video-nvidia (390.87-5) I rebooted Debian and beheld that monitor resolution is set to 1024x768 insteed 1280x1024, what was with the mesa-drivers (the same is going and with nvidia-legacy-304xx-driver metapackage v. 304.137-6 and with nvidia-legacy-340xx-driver NVIDIA metapackage 340xx legacy version v. 340.107-3 install. Both versions from Sid repository). I started Aegisub for subtitles correction, but Aegisub issued an error message: An assertion failed! ../src/unix/glx11.cpp(589): assert "ok" failed in GetGLXVersion(): GLX version not found and stopped working. I installed VLC 3.0.5-2 and open in it arbitrary .mp4 file. A file is opened and VLC became normally display .mp4 file but in lower resolution 1024x768 (I remember in mesa — 1280x1024). I desided to check what Debian is going under stress: went to the local Debian repository and start under root its copying about 340 Gb «cp Rp . "/some dir/"». VLC worked normally but mouse cursor through switch to different tasks freezed fore a some seconds, that was not going under mesa-drivers. I stopped VLC, stopped copying, deleted libvlc* and vlc* packets of 3.0.5-2 version and installed VLC 3.0.3-1-0+deb9u1 from Stretch repository. Results: for my video card Asus EN7300GT/Silent/HTD/256M/A in VLC version higher 3.0.3-1-0+deb9u1 Debian hangs not at the .mp4 file opening with NVIDIA-drivers only (hangs for mesa drivers only). But herewith video card is installed more lowed resolution - 1024x768 for 19"-monitor insteed 1280x1024, it stops working subtitles correction programm Aegisub, Debian behaves more slowly under stress on nvidia-drivers, then under mesa-drivers. I think, that «www.videolan.org» is necessary to pay attention to it and to give the chance (as before) to work VLC under mesa-drivers.
Bug#918276: vlc: When you open VLC 3.0.5-1 any .mp4 file a Debian 9.6 hangs
I have VideoCard Asus EN7300GT/Silent/HTD/256M/A without any GPU. With vlc 3.0.5-1 if i open any .mp4 file Debian hangs instantly. I dont know why it can to have a log from 'vlc -vv' in this situation. But all works for vlc 3.0.3-1-0+deb9u1.
Bug#918276: vlc: When you open VLC 3.0.5-1 any .mp4 file a Debian 9.6 hangs
Package: vlc Version: 3.0.5-1 Severity: critical Tags: a11y Justification: breaks the whole system When I install vlc 3.0.3-1-0+deb9u1 any .mp4 file is opening and showing normally. But when i install vlc 3.0.5-1 a any attempt open any .mp4 file a Debian 9.6 hangs. A Debian 9.6 hangs for all vlc version above 3.0.3-1-0+deb9u1. --- vlc 3.0.5-1 - -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 4.19.0-1-amd64 (SMP w/8 CPU cores) Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8), LANGUAGE=ru_RU.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages vlc depends on: ii vlc-bin 3.0.5-1 ii vlc-plugin-base 3.0.5-1 ii vlc-plugin-qt3.0.5-1 ii vlc-plugin-video-output 3.0.5-1 Versions of packages vlc recommends: ii vlc-l10n 3.0.5-1 ii vlc-plugin-notify 3.0.5-1 ii vlc-plugin-samba 3.0.5-1 ii vlc-plugin-skins2 3.0.5-1 ii vlc-plugin-video-splitter 3.0.5-1 ii vlc-plugin-visualization 3.0.5-1 vlc suggests no packages. Versions of packages libvlc-bin depends on: ii libc62.28-4 ii libvlc5 3.0.5-1 Versions of packages libvlc5 depends on: ii libc62.28-4 ii libvlccore9 3.0.5-1 Versions of packages libvlc5 recommends: ii libvlc-bin 3.0.5-1 Versions of packages vlc-bin depends on: ii libc6 2.28-4 ii libvlc-bin 3.0.5-1 ii libvlc53.0.5-1 Versions of packages vlc-plugin-base depends on: ii liba52-0.7.40.7.4-19 ii libaom0 1.0.0-3 ii libarchive133.3.3-2 ii libaribb24-01.0.3-2 ii libasound2 1.1.7-2 ii libass9 1:0.14.0-2 ii libavahi-client30.7-4+b1 ii libavahi-common30.7-4+b1 ii libavc1394-00.5.4-5 ii libavcodec587:4.1-1 ii libavformat587:4.1-1 ii libavutil56 7:4.1-1 ii libbasicusageenvironment12018.11.26-1 ii libbluray2 1:1.0.2-3 ii libc62.28-4 ii libcairo21.16.0-2 ii libcddb21.3.2-6 ii libchromaprint1 1.4.3-2+b1 ii libcrystalhd31:0.0~git20110715.fdd2f19-13 ii libdbus-1-3 1.12.12-1 ii libdc1394-222.2.5-1 ii libdca0 0.0.6-1 ii libdvbpsi10 1.3.2-1 ii libdvdnav4 6.0.0-1 ii libdvdread4 6.0.0-1 ii libebml4v5 1.3.6-2 ii libfaad22.8.8-1 ii libflac81.3.2-3 ii libfontconfig1 2.13.1-2 ii libfreetype62.9.1-3 ii libfribidi0 1.0.5-3 ii libgcc1 1:8.2.0-13 ii libgcrypt20 1.8.4-4 ii libglib2.0-02.58.2-3 ii libgnutls30 3.6.5-2 ii libgpg-error01.33-3 ii libgroupsock82018.11.26-1 ii libharfbuzz0b2.3.0-1 ii libixml101:1.8.4-2 ii libjpeg62-turbo 1:1.5.2-2+b1 ii libkate10.4.1-8 ii liblirc-client0 0.10.1-4 ii liblivemedia64 2018.11.26-1 ii liblua5.2-0 5.2.4-1.1+b2 ii libmad0 0.15.1b-9 ii libmatroska6v5 1.4.9-1 ii libmicrodns00.0.10-1 ii libmpcdec6 2:0.1~r495-1+b2 ii libmpeg2-4 0.5.1-8 ii libmpg123-0 1.25.10-2 ii libmtp9 1.1.13-1.1 ii libncursesw66.1+20181013-1 ii libnfs112.0.0-1~exp1 ii libogg0 1.3.2-1+b1 ii libopenmpt-modplug1 0.4.0-1 ii libopus01.3-1 ii libpng16-16 1.6.36-2 ii libpostproc557:4.1-1 ii libprotobuf-lite17 3.6.1.3-1 ii libpulse012.2-2 ii libraw1394-112.1.2-1+b1 ii libresid-builder0c2a2.1.1-15 ii librsvg2-2 2.44.10-1 ii libsamplerate0 0.1.9-2 ii libsdl-image1.2 1.2.12-10 ii libsdl1.2debian 1.2.15+dfsg2-4 ii libsecret-1-0
Bug#918271: Why does Debian start every process with low max priority in Linux
Package: src:linux Version: 4.19.13-1 Severity: normal Tags: a11y I update by apt-mirror Debian repository on local disk. Next I update by apt my local Debian. From time to time I copy a repository to another local disk by command «#cp -Rp . 'to_some_directory'" by size 340Gb. I have : Intel(R) Core(TM) i7-3820 CPU @ 3.60GHz multi-core (c=4), hyper-threaded (t=2). 32 Gb memory. Before appearance a kernel «linux-image-4.19.0-1-amd64 Linux 4.19 for 64-bit PCs (signed) ver. 4.19.13-1» in flowing copy period the start of new processes start, the switch between current processes and the work in they is very slow down and it is impossible to work in Debian. After apperance a kernel 4.19 the problen is smoothed out to an acceptable, but still the start of new processes holds some seconds. Why does Debian start every process with low max priority in Linux 20 , but not 19 or 18 at least because it needs to begin the process with more low priority or reduce there priority if it will be need.
Bug#917604: libavcodec57 v. 7:3.4.3-1 has depended from libx264-152
Package: libavcodec57 Version: 7:3.4.3-1 Severity: important Tags: a11y Dear Maintainer, When it is installed a packet libavcodec57 v. 7:3.4.3-1 (FFmpeg library with de/encoders for audio/video codecs - runtime files) it is issued a message «It has depended from libx264-152 but it is not installable», but there is «libx264-148» or «libx264-155» only. -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 4.19.0-1-amd64 (SMP w/8 CPU cores) Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8), LANGUAGE=ru_RU.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages libavcodec57 depends on: ii libavutil55 7:3.4.3-1 ii libc6 2.28-3 ii libcairo2 1.16.0-2 ii libcrystalhd3 1:0.0~git20110715.fdd2f19-13 ii libglib2.0-0 2.58.1-2 ii libgsm1 1.0.13-4+b2 ii liblzma5 5.2.2-1.3 ii libmp3lame0 3.100-2+b1 ii libopenjp2-7 2.3.0-1.1 ii libopus0 1.3-1 ii librsvg2-2 2.44.10-1 ii libshine3 3.1.1-2 ii libsnappy1v5 1.1.7-1 ii libspeex1 1.2~rc1.2-1+b2 ii libswresample2 7:3.4.3-1 ii libtheora0 1.1.1+dfsg.1-14+b1 ii libtwolame0 0.3.13-4 ii libva2 2.3.0-2 ii libvorbis0a 1.3.6-1 ii libvorbisenc2 1.3.6-1 ii libvpx5 1.7.0-3 ii libwavpack1 5.1.0-5 ii libwebp6 0.6.1-2 ii libwebpmux3 0.6.1-2 pn libx264-152 ii libx265-160 2.8-4 ii libxvidcore4 2:1.3.5-1 ii libzvbi0 0.2.35-15 ii zlib1g 1:1.2.11.dfsg-1 libavcodec57 recommends no packages. libavcodec57 suggests no packages.
Bug#907885: vlc: Debian 9.5 hangs when opening the mkv file in vlc 3.0.4-1
To: sub...@bugs.debian.org Subject: vlc: Debian 9.5 hangs when opening the mkv file in vlc 3.0.4-1 Package: vlc Version: 3.0.4-1 Severity: critical Justification: breaks the whole system Tags: a11y Debian 9.5 hangs when opening the mkv file in vlc 3.0.4-1 In Debian 9.5 Sid opening a media file {avi,mkv and others} in vlc 3.0.4-1 (and libvlc* 3.0.4-1) opens a window with black content, the mouse cursor moves freely across the screen, but the keyboard and mouse buttons are locked, i.e. Debian hangs. When after rebooting we install vlc 3.0.2-0+deb9u1 (and libvlc* 3.0.2-0+deb9u1) (from the Debian 9.5 Stable repository) everything works fine. -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 4.17.0-3-amd64 (SMP w/8 CPU cores) Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8), LANGUAGE=ru_RU.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages vlc depends on: ii vlc-bin 3.0.4-1 ii vlc-plugin-base 3.0.4-1 ii vlc-plugin-qt3.0.4-1 ii vlc-plugin-video-output 3.0.4-1 Versions of packages vlc recommends: ii vlc-l10n 3.0.4-1 ii vlc-plugin-notify 3.0.4-1 ii vlc-plugin-samba 3.0.4-1 ii vlc-plugin-skins2 3.0.4-1 ii vlc-plugin-video-splitter 3.0.4-1 ii vlc-plugin-visualization 3.0.4-1 vlc suggests no packages. Versions of packages libvlc-bin depends on: ii libc62.27-5 ii libvlc5 3.0.4-1 Versions of packages libvlc5 depends on: ii libc62.27-5 ii libvlccore9 3.0.4-1 Versions of packages libvlc5 recommends: ii libvlc-bin 3.0.4-1 Versions of packages vlc-bin depends on: ii libc6 2.27-5 ii libvlc-bin 3.0.4-1 ii libvlc5 3.0.4-1 Versions of packages vlc-plugin-base depends on: ii liba52-0.7.4 0.7.4-19 ii libarchive13 3.2.2-5 ii libaribb24-0 1.0.3-2 ii libasound2 1.1.6-1 ii libass9 1:0.14.0-2 ii libavahi-client3 0.7-4 ii libavahi-common3 0.7-4 ii libavc1394-0 0.5.4-5 ii libavcodec58 7:4.0.2-1+b1 ii libavformat587:4.0.2-1+b1 ii libavutil56 7:4.0.2-1+b1 ii libbasicusageenvironment12018.08.28a-1 ii libbluray2 1:1.0.2-3 ii libc62.27-5 ii libcairo21.15.12-1 ii libcddb2 1.3.2-6 ii libchromaprint1 1.4.3-2+b1 ii libcrystalhd31:0.0~git20110715.fdd2f19-13 ii libdbus-1-3 1.12.10-1 ii libdc1394-22 2.2.5-1 ii libdca0 0.0.6-1 ii libdvbpsi10 1.3.2-1 ii libdvdnav4 6.0.0-1 ii libdvdread4 6.0.0-1 ii libebml4v5 1.3.6-2 ii libfaad2 2.8.8-1 ii libflac8 1.3.2-3 ii libfontconfig1 2.13.0-5 ii libfreetype6 2.8.1-2 ii libfribidi0 1.0.5-3 ii libgcc1 1:8.2.0-4 ii libgcrypt20 1.8.3-1 ii libglib2.0-0 2.58.0-1 ii libgnutls30 3.5.19-1 ii libgpg-error01.32-1 ii libgroupsock82018.08.28a-1 ii libharfbuzz0b1.8.8-2 ii libjpeg62-turbo 1:1.5.2-2+b1 ii libkate1 0.4.1-8 ii liblirc-client0 0.10.0-2+b1 ii liblivemedia62 2018.08.28a-1 ii liblua5.2-0 5.2.4-1.1+b2 ii libmad0 0.15.1b-9 ii libmatroska6v5 1.4.9-1 ii libmicrodns0 0.0.10-1 ii libmpcdec6 2:0.1~r495-1+b2 ii libmpeg2-4 0.5.1-8 ii libmpg123-0 1.25.10-2 ii libmtp9 1.1.13-1 ii libncursesw6 6.1+20180714-1 ii libnfs11 2.0.0-1~exp1 ii libogg0 1.3.2-1+b1 ii libopenmpt-modplug1 0.3.11-1 ii libopus0 1.3~beta+20180518-1 ii libpng16-16 1.6.34-2 ii libpostproc557:4.0.2-1+b1 ii libprotobuf-lite10 3.0.0-9.1 ii libpulse012.0-1 ii libraw1394-112.1.2-1+b1 ii libresid-builder0c2a 2.1.1-15 i
Bug#907884: vlc: Debian 9.5 hangs when opening the mkv file in vlc 3.0.4-1
To: sub...@bugs.debian.org Subject: vlc: Debian 9.5 hangs when opening the mkv file in vlc 3.0.4-1 Package: vlc Version: 3.0.4-1 Severity: critical Justification: breaks the whole system Tags: a11y Debian 9.5 hangs when opening the mkv file in vlc 3.0.4-1 In Debian 9.5 Sid opening a media file {avi,mkv and others} in vlc 3.0.4-1 (and libvlc* 3.0.4-1) opens a window with black content, the mouse cursor moves freely across the screen, but the keyboard and mouse buttons are locked, i.e. Debian hangs. When after rebooting we install vlc 3.0.2-0+deb9u1 (and libvlc* 3.0.2-0+deb9u1) (from the Debian 9.5 Stable repository) everything works fine. -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 4.17.0-3-amd64 (SMP w/8 CPU cores) Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8), LANGUAGE=ru_RU.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages vlc depends on: ii vlc-bin 3.0.4-1 ii vlc-plugin-base 3.0.4-1 ii vlc-plugin-qt3.0.4-1 ii vlc-plugin-video-output 3.0.4-1 Versions of packages vlc recommends: ii vlc-l10n 3.0.4-1 ii vlc-plugin-notify 3.0.4-1 ii vlc-plugin-samba 3.0.4-1 ii vlc-plugin-skins2 3.0.4-1 ii vlc-plugin-video-splitter 3.0.4-1 ii vlc-plugin-visualization 3.0.4-1 vlc suggests no packages. Versions of packages libvlc-bin depends on: ii libc62.27-5 ii libvlc5 3.0.4-1 Versions of packages libvlc5 depends on: ii libc62.27-5 ii libvlccore9 3.0.4-1 Versions of packages libvlc5 recommends: ii libvlc-bin 3.0.4-1 Versions of packages vlc-bin depends on: ii libc6 2.27-5 ii libvlc-bin 3.0.4-1 ii libvlc5 3.0.4-1 Versions of packages vlc-plugin-base depends on: ii liba52-0.7.4 0.7.4-19 ii libarchive13 3.2.2-5 ii libaribb24-0 1.0.3-2 ii libasound2 1.1.6-1 ii libass9 1:0.14.0-2 ii libavahi-client3 0.7-4 ii libavahi-common3 0.7-4 ii libavc1394-0 0.5.4-5 ii libavcodec58 7:4.0.2-1+b1 ii libavformat587:4.0.2-1+b1 ii libavutil56 7:4.0.2-1+b1 ii libbasicusageenvironment12018.08.28a-1 ii libbluray2 1:1.0.2-3 ii libc62.27-5 ii libcairo21.15.12-1 ii libcddb2 1.3.2-6 ii libchromaprint1 1.4.3-2+b1 ii libcrystalhd31:0.0~git20110715.fdd2f19-13 ii libdbus-1-3 1.12.10-1 ii libdc1394-22 2.2.5-1 ii libdca0 0.0.6-1 ii libdvbpsi10 1.3.2-1 ii libdvdnav4 6.0.0-1 ii libdvdread4 6.0.0-1 ii libebml4v5 1.3.6-2 ii libfaad2 2.8.8-1 ii libflac8 1.3.2-3 ii libfontconfig1 2.13.0-5 ii libfreetype6 2.8.1-2 ii libfribidi0 1.0.5-3 ii libgcc1 1:8.2.0-4 ii libgcrypt20 1.8.3-1 ii libglib2.0-0 2.58.0-1 ii libgnutls30 3.5.19-1 ii libgpg-error01.32-1 ii libgroupsock82018.08.28a-1 ii libharfbuzz0b1.8.8-2 ii libjpeg62-turbo 1:1.5.2-2+b1 ii libkate1 0.4.1-8 ii liblirc-client0 0.10.0-2+b1 ii liblivemedia62 2018.08.28a-1 ii liblua5.2-0 5.2.4-1.1+b2 ii libmad0 0.15.1b-9 ii libmatroska6v5 1.4.9-1 ii libmicrodns0 0.0.10-1 ii libmpcdec6 2:0.1~r495-1+b2 ii libmpeg2-4 0.5.1-8 ii libmpg123-0 1.25.10-2 ii libmtp9 1.1.13-1 ii libncursesw6 6.1+20180714-1 ii libnfs11 2.0.0-1~exp1 ii libogg0 1.3.2-1+b1 ii libopenmpt-modplug1 0.3.11-1 ii libopus0 1.3~beta+20180518-1 ii libpng16-16 1.6.34-2 ii libpostproc557:4.0.2-1+b1 ii libprotobuf-lite10 3.0.0-9.1 ii libpulse012.0-1 ii libraw1394-112.1.2-1+b1 ii libresid-builder0c2a 2.1.1-15 i
Bug#907877: aegisub: installation libboost-regex1.62.0+dfsg-8 require to delete aegisub packet
To: sub...@bugs.debian.org Subject: aegisub: installation libboost-regex1.62.0+dfsg-8 require to delete aegisub packet Package: aegisub Version: 3.2.2+dfsg-3+b6 Severity: important Tags: a11y -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 4.17.0-3-amd64 (SMP w/8 CPU cores) Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8), LANGUAGE=ru_RU.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages aegisub depends on: ii libasound2 1.1.6-1 ii libass9 1:0.14.0-2 ii libboost-filesystem1.62.0 1.62.0+dfsg-4 ii libboost-locale1.62.0 1.62.0+dfsg-4 ii libboost-regex1.62.0 1.62.0+dfsg-4 ii libboost-system1.62.0 1.62.0+dfsg-4 ii libboost-thread1.62.0 1.62.0+dfsg-4 ii libc6 2.27-5 ii libffms2-4 2.23-3+b1 ii libfftw3-double3 3.3.8-1 ii libfontconfig1 2.13.0-5 ii libgcc1 1:8.2.0-4 ii libgl1 1.1.0-1 ii libgl1-mesa-glx 18.1.7-1 ii libhunspell-1.6-0 1.6.2-1+b1 ii libicu57 57.1-9 ii libluajit-5.1-2 2.1.0~beta3+dfsg-5.1 ii libpulse0 12.0-1 ii libstdc++6 8.2.0-4 ii libwxbase3.0-0v5 3.0.4+dfsg-4 ii libwxgtk3.0-0v5 3.0.4+dfsg-4 ii zlib1g 1:1.2.11.dfsg-1 aegisub recommends no packages. Versions of packages aegisub suggests: pn aegisub-l10n -- no debconf information
Bug#907876: aegisub: installation libboost-regex1.62.0+dfsg-8 require to delete aegisub packet
To: sub...@bugs.debian.org Subject: aegisub: installation libboost-regex1.62.0+dfsg-8 require to delete aegisub packet Package: aegisub Version: 3.2.2+dfsg-3+b6 Severity: important Tags: a11y -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 4.17.0-3-amd64 (SMP w/8 CPU cores) Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8), LANGUAGE=ru_RU.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages aegisub depends on: ii libasound2 1.1.6-1 ii libass91:0.14.0-2 ii libboost-filesystem1.62.0 1.62.0+dfsg-4 ii libboost-locale1.62.0 1.62.0+dfsg-4 ii libboost-regex1.62.0 1.62.0+dfsg-4 ii libboost-system1.62.0 1.62.0+dfsg-4 ii libboost-thread1.62.0 1.62.0+dfsg-4 ii libc6 2.27-5 ii libffms2-4 2.23-3+b1 ii libfftw3-double3 3.3.8-1 ii libfontconfig1 2.13.0-5 ii libgcc11:8.2.0-4 ii libgl1 1.1.0-1 ii libgl1-mesa-glx18.1.7-1 ii libhunspell-1.6-0 1.6.2-1+b1 ii libicu57 57.1-9 ii libluajit-5.1-22.1.0~beta3+dfsg-5.1 ii libpulse0 12.0-1 ii libstdc++6 8.2.0-4 ii libwxbase3.0-0v5 3.0.4+dfsg-4 ii libwxgtk3.0-0v53.0.4+dfsg-4 ii zlib1g 1:1.2.11.dfsg-1 aegisub recommends no packages. Versions of packages aegisub suggests: pn aegisub-l10n -- no debconf information