Bug#1070902: console-log: redundant iteration at stopping the initscript, leading to annoying message

2024-05-11 Thread Alex Volkov
Package: console-log Version: 1.2-2.1 Severity: minor Tags: patch Dear Maintainer, at the initscript's startup, `daemon` creates both regular and .clientpid pidfiles for every daemon instance, for example: /run/console-log/Debian-console-log/9-_-_var_-_log_-_syslog and

Bug#1070354: addition: this refers to "cachevol" type volumes, not "cachepool"

2024-05-04 Thread Alex Volkov
Also, probably fixed by this commit upstream: https://gitlab.com/lvmteam/lvm2/-/commit/a985d5c63dd15d1114dac3caccd7aae89a732c38 signature.asc Description: This is a digitally signed message part.

Bug#1070354: lvm2: fsck'ing a snapshot (like e2scrub does) of a cached volume can destroy the filesystem

2024-05-04 Thread Alex Volkov
Package: lvm2 Version: 2.03.22-1+b1 Severity: normal Dear Maintainer, snapshots of cached volumes seem to be seriously broken (maybe it's fixed in the latest upstream version, I'm not sure). To see the issue, try the following: * create a cached volume, make a ext4 filesystem in it, mount it,

Bug#1070107: e2fsprogs: e2scrub_all can't run without systemd

2024-04-30 Thread Alex Volkov
Package: e2fsprogs Version: 1.47.0-2 Severity: normal Tags: patch upstream Dear Maintainer, if there is systemctl package installed (which, according to its description, specifically purposed to "run services without systemd"), e2scrub_all tries to run systemd-escape and fails as it's absent.

Bug#1070083: linux: Do we still need sched-autogroup-disabled.patch in 2024?

2024-04-29 Thread Alex Volkov
Source: linux Severity: normal Dear Maintainer, I can't see why something which can be done with a kernel boot parameter or a sysctl variable needs to be forced in the source since 2011. Also, the very existence of this new default is non-transparent for anyone relying on official kernel

Bug#1069233: lvm2: please consider applying the patch from upstream adding the "db_persist" option into DM udev rule

2024-04-18 Thread Alex Volkov
Package: lvm2 Version: 2.03.16-2 Severity: normal Tags: patch upstream Dear Maintainer, please see the bug #1069182 in initscripts for the background. To keep device-mapper controlled drives records from deletion at udev base cleanup, the udev rules for adding them need to specify "db_persist"

Bug#1069182: More background

2024-04-18 Thread Alex Volkov
On четверг, 18 апреля 2024 г. 14:24:06 +05 Alex Volkov wrote: > More like it's actually needs to be set by the corresponding udev rule in lvm2 > package (which does all that device-mapper devices detection). I tried adding > the corresponding OPTIONS+="db_persist" line in

Bug#1069182: More background

2024-04-18 Thread Alex Volkov
On четверг, 18 апреля 2024 г. 11:38:18 +05 Mark Hindley wrote: > udevadm: info --cleanup-db > "db_persist=" -> "db_persist" > require explicit "db_persist" to exclude device info from --db-cleanup Wow. I knew there's something in this transition to --db-cleanup. > Does this

Bug#1069182: What a mess

2024-04-17 Thread Alex Volkov
So, in 166-1 the base was cleaned like this: === # and clean up the database of the initramfs udev rm -rf /dev/.udev/ === (https://snapshot.debian.org/archive/debian/20110213T031437Z/pool/main/u/udev/udev_166-1.diff.gz) Later in 167-1 the effort was made to clean-up only the

Bug#1069182: And another bunch of funny things

2024-04-17 Thread Alex Volkov
So, the issue was raised in 2010: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593625#25 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590665#20 and the resolution was made that the udev script should NOT delete the database, which was reflected in udev's ChangeLog (then it was a

Bug#1069182: initscripts: udev initscript SHOULD NOT clear the udev database at startup

2024-04-17 Thread Alex Volkov
Package: initscripts Version: 3.08-3~bpo12+2 Severity: important Dear Maintainer, I don't use systemd and for quite some time I struggled with strange udev behaviour — it doesn't properly enumerate any LVM volumes, their records looking like this (note "UDEV_DISABLE" properties): P:

Bug#1063506: wine64: please make `wine64` executable accessible by PATH

2024-02-08 Thread Alex Volkov
Package: wine64 Version: 8.0~repack-4 Severity: wishlist Dear Maintainer, having `wine64` in `/usr/lib/wine` breaks a number of third-party scripts which expect to find it at $PATH and fail when they don't. Examples are, say `carla- single` from kxstudio's `carla`, or `wineasio-register` from

Bug#1063466: winetricks: architecture detection mechanism (commit #9ca7a68b) breaks winetricks.desktop

2024-02-08 Thread Alex Volkov
Package: winetricks Version: 20240105-1 Severity: normal Tags: upstream Dear Maintainer, as the architecture detection mechanism (commit #9ca7a68b) checks $1 argument, it views the "--gui" parameter in the .desktop file as a filename, which leads to appearance of erroneous messages about

Bug#1052165: This bug was never confirmed, but somehow declared as "RC" to remove the package.

2024-01-31 Thread Alex Volkov
What a fucking nice approach. If a maintainer got bored of maintaining — just invent any bullshit, declare it as "release critical", and request the removal. Genius. JFYI, it works flawlessly in my Debian 12, and using "deprecated" gtk2 doesn't stop a shitton of other packages to be shipped.

Bug#1052351: cyclograph-qt5: Doesn't start

2023-09-20 Thread Alex Volkov
Package: cyclograph-qt5 Version: 1.9.1-1.2 Severity: important Dear Maintainer, an attempt to launch fails with following: Traceback (most recent call last): File "/usr/bin/cyclograph", line 7, in main() File "/usr/share/cyclograph/launcher.py", line 59, in main

Bug#1050622: linux-source-6.4: regression found upstream making AVX instructions unusable

2023-08-27 Thread Alex Volkov
Package: linux-source-6.4 Version: 6.4.4-3~bpo12+1 Severity: normal Dear Maintainer, a certain patch leads to a significant regression making AVX instructions unusable in the CPUs having them: https://lore.kernel.org/lkml/202307192135.203ac24e-oliver.s...@intel.com/ a fix is available upstream:

Bug#1023810: as if it were anything new

2023-08-18 Thread Alex Volkov
Just another act of sabotage against "init-system diversity" in Debian, no news at all. What was wrong with plain old /var/locl/acct, FFS?

Bug#1023810: Workaround

2023-08-18 Thread Alex Volkov
As a workaround, set LOCKFILE=/var/lock/acct in your /etc/defaults/acct. Editing /etc/init.d/acct directly is less desirable, as Debian maintainters feeling too righteous are known to delete init.d scripts they deemed "obsolete" without any warning, while config files in /etc/defaults are

Bug#1038163: rsyslog: make logcheck ignore file to match the new record format

2023-06-16 Thread Alex Volkov
Package: rsyslog Version: 8.2302.0-1 Severity: normal Dear Maintainer, the included /etc/logcheck/ignore.d.server/rsyslog still uses the old log line format, while the new "high-precision time" format is the default now. -- System Information: Debian Release: 12.0 APT prefers stable-security

Bug#1037365: lvm2: Don't delete modified init scripts as "unnecessary"

2023-06-12 Thread Alex Volkov
Package: lvm2 Version: 2.03.16-2 Severity: important Dear Maintainer, if there is a /etc/init.d/lvm2 and it's modified by the user, this fucking means it IS necessary. I need this script to gracefully deactivate cached volumes before shutdown/reboot, as brain-dead LVM2 still can't do it by

Bug#1026260: dwww: DWWW_ALLOWEDLINKPATH seems not doing shit

2022-12-17 Thread Alex Volkov
Package: dwww Version: 1.14 Severity: important Dear Maintainer, attemtping to access any manual page which happens to be outside of DWWW_DOCPATH leads to "Access denied: dwww will not allow you to read the file" page from runman. Examples are, say, jar.1 manpage from openjdk-11-jdk-headless,

Bug#1024415: kio-extras: why cursorthumbnailer still isn't in the package?

2022-11-18 Thread Alex Volkov
Package: kio-extras Version: 4:20.12.2-1 Severity: normal Dear Maintainer, cursorthumbnailer was restored in upstream kio-extras since damn 20.04 [https://phabricator.kde.org/R320:55d370392efa7d114cca648bde4109453fa760f8] Why debian users STILL need to look at placeholders instead of cursor

Bug#1022753: speedtest-cli: the name conflicts with the official Ookla CLI tool, consider adding 'Conflicts'

2022-10-24 Thread Alex Volkov
Package: speedtest-cli Severity: wishlist Dear Maintainer, as /usr/bin/speedtest conflicts with the official tool (in their .deb packaging), I'd propose adding the corresponding "Conflicts: speedtest" field into debian/control. (Renaming it as not to give an impression it relates to Ookla

Bug#1006833: glances: add an option to run as a daemon into debconf

2022-03-06 Thread Alex Volkov
Package: glances Version: 3.2.4.2+dfsg-1~bpo11+1 Severity: wishlist Dear Maintainer, I get that taking a look into the /etc/init.d/glances and creating /etc/default/glances if one doesn't need the daemon feature isn't particularly hard, but it would be probably more beneficial to ask a user

Bug#999840: alltray: Fails to start, opens and closes the window immediately

2021-11-17 Thread Alex Volkov
Package: alltray Version: 0.71b-2 Severity: important Dear Maintainer, when started, the app launches its "configuration" window and closes it immediately. I've been able to read the text in the window only having it recorded with kazam, needless to say I didn't click anywhere "else" to close

Bug#993877: ifupdown-extra: check-duplicate-ip wrongly detects a duplicate when using `arping` package

2021-09-07 Thread Alex Volkov
Package: ifupdown-extra Version: 0.32 Severity: important Tags: patch Dear Maintainer, /usr/sbin/arping from `arping` package uses '-d' option to detect duplicates, not '-D'. I fixed it in the provided patch (also took the liberty to fix the case for the interface flag). Also, the default

Bug#911313: that's probably not related to dolphin

2021-08-29 Thread Alex Volkov
As in my case, gwenview didn't respect the single-click setting either. So, probably, it's some more global configuration inconsistency in plasma, kde5 or qt5. Removing `qt5ct` along with it's user config, and setting explicitly `[KDE]/SingleClick=true` in `.config/kdeglobals` fixed it for me.

Bug#911313: dolphin: Requires double click to open files disregarding configuration

2021-08-29 Thread Alex Volkov
Package: dolphin Version: 4:20.12.2-1 Followup-For: Bug #911313 Dear Maintainer, the bug is still present, just encountered the same behaviour in 'bullseye'. Single-click doesn't work neither in Dolphin, nor in Desktop Folder View. Even tried to create a fresh user after reboot — to no avail.

Bug#962665: python3: System site-packages directory not in sys.path breaking mechanism for pip3 install from source

2021-08-23 Thread Alex Volkov
I fail to see any logic in the explanation given at #765022. So, because of infinitesimal number of users who, for some weird reasons, want to install Python3 interpreter from source, everyone else has to just symlink /usr/local/ site-packages and /usr/local/dist-packages together, breaking

Bug#992356: kde-config-gtk-style-preview: GTK style preview doesn't work

2021-08-17 Thread Alex Volkov
Package: kde-config-gtk-style-preview Version: 4:5.20.5-2 Severity: important Dear Maintainer, the said package shows empty panel in systemsettings and gives ./gtk3_preview (gtk3_preview:2216): dbind-WARNING **: 22:43:19.869: AT-SPI: Error retrieving accessibility bus address:

Bug#992357: kde-config-gtk-style-preview: GTK style preview doesn't work

2021-08-17 Thread Alex Volkov
Package: kde-config-gtk-style-preview Version: 4:5.20.5-2 Severity: important Dear Maintainer, the said package shows empty panel in systemsettings and gives ./gtk3_preview (gtk3_preview:2216): dbind-WARNING **: 22:43:19.869: AT-SPI: Error retrieving accessibility bus address:

Bug#986231: [util-linux] lsblk doesn't report FSTYPE for mirrored volumes

2021-04-01 Thread Alex Volkov
Package: util-linux Version: 2.33.1-0.1 Severity: important --- Please enter the report below this line. --- lsblk lsblk doesn't report FSTYPE for mirrored volumes. ~$ lsblk -o +FSTYPE -n /dev/vg0/home -n /dev/vg0/mmedia vg0-home 254:60 551,3G 0 lvm /home vg0-mmedia 254:17 0

Bug#980729: linux-source-5.9: 5.9.15 crashes regularly with memory/paging related messages

2021-01-20 Thread Alex Volkov
Package: linux-source-5.9 Version: 5.9.15-1~bpo10+1 Severity: important Tags: upstream Dear Maintainer, 5.9.15 crashes regularly with memory/paging related messages, like this: = Jan 15 17:25:09 host kernel: [125426.427889] BUG: unable to handle page fault for address: 2500 Jan

Bug#977456: [plasma-workspace] ksmserver shits into .xsession-errors every 3 seconds

2020-12-15 Thread Alex Volkov
Package: plasma-workspace Version: 4:5.14.5.1-1 Severity: normal --- Please enter the report below this line. --- Like "Subject:" says. When the screen is locked: sudo fatrace -c -f W -t -C ksmserver 14:52:38.069472 ksmserver(18685): W /home/[***]/.xsession-errors 14:52:41.144417

Bug#975694: [logcheck-database] stop filtering smartd attribute change events

2020-11-25 Thread Alex Volkov
Package: logcheck-database Version: 1.3.20 Severity: wishlist --- Please enter the report below this line. --- IDK how it was in 2006 when this stupid decision was made, but nowadays `smartd` has all the needed filtering features in itself, in a case someone gets "annoyed" by attribute

Bug#850778: [plasma-desktop] polkit seems not to recognise a logged-in user

2019-10-24 Thread Alex Volkov
Package: plasma-desktop Version: 4:5.14.5.1-1 --- Please enter the report below this line. --- The only workaround which works for me, is changing the default for org.freedesktop.udisks2.filesystem-mount to yes so the problem is with polkit doesn't recognizing a logged-in user as such. The

Bug#943462: [polkit-kde-agent-1] Fails to start with elogind

2019-10-24 Thread Alex Volkov
Package: polkit-kde-agent-1 Version: 4:5.14.5-1 Severity: serious --- Please enter the report below this line. --- I'm using elogind 239.3+20190131-1+debian1 and the agent fails to start at the kde launch with the following diagnostics: === New PolkitAgentListener 0xbfaf9ca0 Adding new

Bug#932872: [libkscreenlocker5] Doesn't lock automatically by timeout

2019-07-23 Thread Alex Volkov
Package: libkscreenlocker5 Version: 5.14.5-1 Severity: grave --- Please enter the report below this line. --- Doesn't lock automatically by timeout, which presents a security issue. Seems to work in a newly created test user setup, and randomly works sometimes in my user, but I have no idea

Bug#932002: [ktorrent] KTorrent shits into .xsession-errors with connection logs

2019-07-13 Thread Alex Volkov
Package: ktorrent Version: 5.1.1-1+b1 Severity: normal Tags: patch --- Please enter the report below this line. --- Bug is known in upstream https://bugs.kde.org/show_bug.cgi?id=368114 since 2017(!!!), even the patch is available. How TF it still didn't get in 5.1.1 is beyond my understanding.

Bug#931842: xtables-addons: Incorrect info in debian/NEWS

2019-07-11 Thread Alex Volkov
Source: xtables-addons Severity: minor Dear Maintainer, debian/NEWS incorrectly states that SYSRQ and TARPIT modules are no longer provided, though, in fact, they never went anywhere. -- System Information: Debian Release: 10.0 APT prefers stable APT policy: (991, 'stable') Architecture:

Bug#931676: [baloo-kf5] suspend doesn't work

2019-07-09 Thread Alex Volkov
Package: baloo-kf5 Version: 5.54.0-1 Severity: normal --- Please enter the report below this line. --- When trying to suspend indexing process with either 'balooctl suspend' or with the button in KInfocentre, it says "File Indexing suspended", 'baloo_file_extractor' gets killed and the button

Bug#929491: [src:vlc] crashes at entering DVD menu

2019-05-24 Thread Alex Volkov
Package: src:vlc Version: 3.0.6-0+deb9u1 Severity: important --- Please enter the report below this line. --- "Floating poing exception", similar to this ancient bug: https:// forum.videolan.org/viewtopic.php?t=24848 --- System information. --- Architecture: Kernel: Linux

Bug#928091: ITP: flask-session Dependency needed for pagure

2019-04-27 Thread Alex Volkov
Package: wnpp Severity: wishlist Owner: Alex Volkov X-Debbugs-Cc: debian-de...@lists.debian.org * Package Name: flask-session Version: 0.3.1 Upstream Author: Shipeng Feng * URL : https://github.com/fengsp/flask-session/ * License : BSD

Bug#927471: More info on curl regression.

2019-04-27 Thread Alex Volkov
control: tags -1 +more-info Hi Guillem, I'm working on this bug as a part of Toronto BSP. https://wiki.debian.org/BSP/2019/04/ca/Toronto Can you give more details on how to reproduce the bug. For example to which tracker rtorrent is connecting. Does this happen with every torrent

Bug#911799: found a workaround

2018-10-25 Thread Alex Volkov
Hello, I further investigated the bug, and I found the cause and workaround for the issue. Here's the syslog messages when virt-manager is attempting to set up a network interface. NetworkManager/Devices/12) Oct 24 17:48:38 miniwkst NetworkManager[843]: [1540417718.4819] manager:

Bug#911799: python-libvirt: Fail to create or start virtual network interfaces after an upgrade

2018-10-24 Thread Alex Volkov
Package: python-libvirt Version: 4.6.0-1 Severity: important Dear Maintainer, After a recent upgrade of libvirt packages I'm no longer able to virtual networking for libvirt. I've tried installing firewalld and dnsmasq to fix some of the errors I've received when attemting to get virtual

Bug#909285: [freshplayerplugin] update to the latest version

2018-09-20 Thread Alex Volkov
Package: freshplayerplugin Severity: wishlist --- Please enter the report below this line. --- The version 0.3.9 fixing the single reported bug is out almost a year ago, is the maintainer doing any job at all? --- System information. --- Architecture: Kernel: Linux

Bug#761233: [audacious] got fixed in 3.10

2018-08-12 Thread Alex Volkov
Package: audacious Version: 3.7.2-1+b1 --- Please enter the report below this line. --- Seems to be fixed in 3.10 version. Needs to be pulled into sid.

Bug#887063: [nvidia-driver-libs] WTF this shit conflicts with it's own GLVND libs?

2018-01-13 Thread Alex Volkov
Package: nvidia-driver-libs Version: 384.111-1 Severity: important --- Please enter the report below this line. --- So out of two packages on which nvidia-driver is depending (nvidia-driver-libs and nvidia-driver-libs-nonglvnd), BOTH are conflicting with nvidia's glvnd libs, making them not

Bug#857870: cups-filters: unused lp modules are still loaded if /etc/default/cups does not exist

2017-03-15 Thread Alex Volkov
Package: cups-filters Version: 1.11.6-3 Severity: normal Dear Maintainer, postinst script analyzes the presence of lp, parport etc. modules only if the legacy /etc/default/cups is in place. If there isn't, provided cups- modules.conf is used regardless of the fact whether the modules are needed

Bug#850778: [plasma-desktop] Could not mount removable device

2017-01-09 Thread Alex Volkov
Package: plasma-desktop Version: 4:5.8.2-1 Severity: normal --- Please enter the report below this line. --- Trying to mount a removable disk from tray gives: "You are not authorised to mount this device". The user is a member of plugdev and shit. Is it another systemd shit RedHat joyously

Bug#846369: [kwalletmanager] can't export to .xml

2016-11-30 Thread Alex Volkov
Package: kwalletmanager Version: 4:16.08.2-1 Severity: normal --- Please enter the report below this line. --- When trying to use menu item "File -> Export as XML" it just creates a zero- length file. Thanks for another shit you gave to your users. --- System information. --- Architecture:

Bug#841858: [tagua] Doesn't show engine's play

2016-10-23 Thread Alex Volkov
Package: tagua Version: 1.0~alpha2-15 Severity: important --- Please enter the report below this line. --- It shows nothing on board while console says the engine responds: tagua(17764) Engine::sendCommand: 1 > "usermove e2e4" tagua(17764) Engine::sendCommand: 1 > "go" tagua(17764)

Bug#837309: [kde-cli-tools] kioclient5 doesn't work

2016-09-10 Thread Alex Volkov
Package: kde-cli-tools Version: 4:5.7.0-1 Severity: important --- Please enter the report below this line. --- Any attempt to exec kioclient5 with http or ftp slave gives this: couldn't create slave: "Unable to create io-slave:\nklauncher said: Error loading

Bug#834223: [src:xtables-addons] iptables moved their modules

2016-08-13 Thread Alex Volkov
Package: src:xtables-addons Version: 2.11-1 Severity: normal --- Please enter the report below this line. --- Starting from 1.6.0-3 iptables moved their modules from /lib to /usr/lib (see their changelog), so it cannot find addons put in /lib/xtables anymore. Install scripts for xtables-addons

Bug#833128: [src:linux] linux-image-4.6.0-1-amd64: kernel bug in the intel-iommu module

2016-08-01 Thread Alex Volkov
Package: src:linux Version: 4.6.4-1 Severity: normal --- Please enter the report below this line. --- So I have an Intel Z87 based motherboard with i7-4770 CPU installed and VT-d switched on and I'm tinkering with iommu, virtualisation and stuff, putting intel_iommu=on as a boot parameter. I

Bug#833123: [radio] Frequency calculation is totally messed up

2016-08-01 Thread Alex Volkov
Package: radio Version: 3.103-4+b1 Severity: normal --- Please enter the report below this line. --- Using in with Pinnacle PC-TV 110i tuner (SAA7143 based). It corrrectly shows the band frequency range: alex@bootes:~$ radio -b ? Possible band values: 1.FM 65,00 - 108,00 MHz but on

Bug#832548: [kdesu] Make libkf5su5 depending on libkf5su5-bin

2016-07-26 Thread Alex Volkov
Package: kdesu Severity: wishlist --- Please enter the report below this line. --- Now it has "libkf5su5-bin" in "Recommends:" section only, and kdesu doesn't work without kdesud, which is in the -bin package. Or is there any other obviuos way for an unsuspecting user to make kdesu work

Bug#832547: [ktorrent] scripts don't work

2016-07-26 Thread Alex Volkov
Package: ktorrent Version: 4.3.1-5 Severity: normal --- Please enter the report below this line. --- Kross scripts don't work. Icons on the Scripts page are grayed out, and a tooltip gives the following text: "No interpreter for this script could be found, so it cannot be executed. Please make

Bug#832339: [steam] can't find xdg-open when needed

2016-07-24 Thread Alex Volkov
Package: steam Version: 1.0.0.52-3 Severity: normal --- Please enter the report below this line. --- Any attempt to open the screenshots folder by clicking "SHOW ON DISK" button in "Screenshot Manager" gives nothing but the following line in error.log: sh: 1: STEAM_RUNTIME=0

Bug#816726: [youtube-dl] doesn't even start

2016-03-04 Thread Alex Volkov
Package: youtube-dl Version: 2016.02.22-1 Severity: grave --- Please enter the report below this line. --- Gives me this in response to "youtube-dl --version" Traceback (most recent call last): File "/usr/bin/youtube-dl", line 5, in from pkg_resources import load_entry_point File

Bug#804629: [linux-image-amd64] In fact, it NEVER worked

2016-01-09 Thread Alex Volkov
Package: linux-image-amd64 --- Please enter the report below this line. --- Actually, after some research and having run dozens of old kernel versions I came to the conclusion that this LVM/RAID1 shit NEVER WORKED PROPERLY. It's just unbelievable. This RAID1 feature was added to LVM2 in 2011.

Bug#804629: Yeah, I think it's something with fixing old bug

2016-01-04 Thread Alex Volkov
But then again, I guess md should get metadata from some backend provided by lvm, not from the device directly? (Don't know for sure, didn't dive deep into the driver yet.)

Bug#802228: [plasma-systray-legacy] bug confirmed by many people at KDE bugtracker

2015-12-13 Thread Alex Volkov
Package: plasma-systray-legacy --- Please enter the report below this line. --- https://bugs.kde.org/show_bug.cgi?id=355684 So I wouldn't be too hasty closing it. It clearly exists, and closing your eyes on it won't make it go away. --- System information. --- Architecture: amd64 Kernel:

Bug#804629: [linux-image-amd64] seems to be a duplicate of #795772

2015-12-13 Thread Alex Volkov
Package: linux-image-amd64 Version: 4.2+68 --- Please enter the report below this line. --- This seems to be a duplicate of #795772, which I've filed on src:linux months ago. (I wonder why so little info on this bug available, like nobody else uses LVM's RAID1 feature?) --- System

Bug#802228: [plasma-systray-legacy] Doesn't show app icons

2015-10-18 Thread Alex Volkov
Package: plasma-systray-legacy Version: 0~git20151005-77d78c3-2 Severity: important --- Please enter the report below this line. --- App's icon (e.g. jack_mixer) seems to be put in the tray, but it's invisible. If I click on the place in the tray where it supposed to be, it works as expected,

Bug#795772: [src:linux] linux-image-4.1.0-1 fails to boot on mirrored lvm

2015-08-16 Thread Alex Volkov
Package: src:linux Version: 4.1.3-1 Severity: important --- Please enter the report below this line. --- Kernel bug #100491 (https://bugzilla.kernel.org/show_bug.cgi?id=100491) presents in this version, making the system with mirrored lvm volume unbootable. Moreover, the patch posted in

Bug#756195: [eyefiserver] use_date_from_file should use 'getboolean'

2014-07-27 Thread Alex Volkov
Package: eyefiserver Version: 2.3~rc2+dfsg-1 Severity: minor Tags: patch --- Please enter the report below this line. --- Boolean config item should use getboolean() instead of get() -- see included patch. --- System information. --- Architecture: amd64 Kernel: Linux

Bug#756196: [eyefiserver] Add an option to ignore EyeFi logs

2014-07-27 Thread Alex Volkov
Package: eyefiserver Version: 2.3~rc2+dfsg-1 Severity: wishlist Tags: patch --- Please enter the report below this line. --- EyeFi puts its own logs into the tarfiles, which are of little use and just litter the upload directory. Proposed patch corrects this behavior. --- System information.

Bug#756198: [eyefiserver] Add an option to correct modification files

2014-07-27 Thread Alex Volkov
Package: eyefiserver Version: 2.3~rc2+dfsg-1 Severity: wishlist Tags: patch --- Please enter the report below this line. --- File modification times which EyeFi firmware (on Pro X2 at least) puts into the tarfile are in local time, not UTC as in standard tar files, so images get wrong

Bug#756198: [eyefiserver] Subject should be 'to correct files' modification times'

2014-07-27 Thread Alex Volkov
Package: eyefiserver Version: 2.3~rc2+dfsg-1 --- Please enter the report below this line. --- Stupid mistake in previous report's subject, sorry. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#756163: [gnuplot-qt] Doesn't provide gnuplot-x11

2014-07-26 Thread Alex Volkov
Package: gnuplot-qt Version: 4.6.5-9 Severity: important --- Please enter the report below this line. --- Doesn't provide gnuplot-x11, which breaks dependent packages. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#741185: [flightgear] Stuck Shift button

2014-03-09 Thread Alex Volkov
Package: flightgear Version: 3.0.0-1 Severity: normal --- Please enter the report below this line. --- (I've already reported this bug in 2012, but that report got to gnome- settings-deamon list for some incomprehensible reason. I didn't use gnome then, and I don't use in now. The bug is still

Bug#734067: [libx52pro0] obsolete udev rules file

2014-01-03 Thread Alex Volkov
Package: libx52pro0 Version: 0.1.1-2.1 Severity: important Tags: patch --- Please enter the report below this line. --- The package uses an obsolete udev rules format (with SYSFS==), making it useless. Would be better to pack something like the attached one. --- System information. ---

Bug#720198: [audacious] song name doesn't change when cue-playlist advances

2013-08-19 Thread Alex Volkov
Package: audacious Version: 3.4-1 Severity: normal --- Please enter the report below this line. --- When 'Winamp Classic' is selected as interface and cue-sheet used as a playlist, song name does not change when playlist advances. Selecting any (different from current) 'Title Format' in

Bug#711535: [steam] image file should be added

2013-07-17 Thread Alex Volkov
Package: steam Version: 1.0.0.39-1 --- Please enter the report below this line. --- steam_tray_mono.png from the upstream package should be added to /usr/share/pixmaps. This fixed the tray issue for me. --- System information. --- Architecture: amd64 Kernel: Linux 3.9.8-custom0-amd64

Bug#712114: foo-yc20: MIDI CC numbers are messed up

2013-06-13 Thread Alex Volkov
Package: foo-yc20 Version: 1.3.0-5 Severity: normal Tags: upstream patch Dear Maintainer, MIDI controller number for the Pitch control incorrectly set to 5 in source (instead of 50 as README says). This renders inoperable both Pitch and Section I 2 2/3' drawbar controls. Attached patch fixes

Bug#712106: [aeolus] README file should be included

2013-06-12 Thread Alex Volkov
Package: aeolus Version: 0.8.4-6 Severity: minor --- Please enter the report below this line. --- Source package contains a README file documenting program's directory structure and MIDI commands. It would be appropriate to include it in /usr/share/doc/aeolus. --- System information. ---

Bug#629107: [hydrogen] something wrong with html files

2013-06-08 Thread Alex Volkov
Package: hydrogen Version: 0.9.6~beta2-1 --- Please enter the report below this line. --- Actually, all HTML files in /usr/share/hydrogen/data/doc look this: -rw-r--r-- 1 root root 106871 May 25 2012 manual_ca.html.upstream -rw-r--r-- 1 root root 162334 May 25 2012 manual_en.html.upstream

Bug#687332: [flightgear] Addition: some relation to xkb

2012-09-12 Thread Alex Volkov
Package: flightgear Version: 2.4.0-1.2 The issue was , when xkb layout switch was set to grp:shifts_toggle ( both shifts together). When it set to e.g. grp:ctrl_shift_toggle everything seems to be OK. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of

Bug#687332: [flightgear] Stuck Shift button

2012-09-11 Thread Alex Volkov
Package: flightgear Version: 2.4.0-1.2 Severity: normal --- Please enter the report below this line. --- Shift button stays pressed after release, making non-shifted key commands unavailable. Similar behavior was described here (http://www.flightgear.org/forums/viewtopic.php?f=2t=6496) ---

Bug#672498: [audacious] Scroll wheel doesn't work in 'Winamp Classic' mode

2012-05-11 Thread Alex Volkov
Package: audacious Version: 3.2.1-2 Severity: normal --- Please enter the report below this line. --- Mouse scroll doesn't change any volume or equalizer levels, as it did in previous versions. Not fatal, but quite a nuisance anyway. It may be related to bug #666921 in gtk-3.0. --- System

Bug#664279: [vlc-plugin-jack] Resampling to JACK's sample rate doesn't work

2012-03-17 Thread Alex Volkov
Package: vlc-plugin-jack Version: 2.0.0-6 Severity: normal --- Please enter the report below this line. --- Sound gets distorted when playing movies with audio sample rate different from the one set with JACK (e.g. movie audio = 48000 vs. jack = 96000). Setting jack's rate according to the

Bug#664195: [vlc-plugin-jack] Resampling to JACK's sample rate doesn't work

2012-03-16 Thread Alex Volkov
Package: vlc-plugin-jack Version: 1:2.0.0-0.1 Severity: normal --- Please enter the report below this line. --- Sound gets distorted when playing movies with audio sample rate different from the one set with JACK (e.g. movie audio = 48000 vs. jack = 96000). Setting jack's rate according to the

Bug#617488: [linux-2.6] No input device for IR remote on Pinnacle PCTV 110i (saa7133) video board

2011-03-19 Thread Alex Volkov
Version 2.6.38-1 seems to have the same issue. Slightly modifed patch follows: diff -U 3 -H -B -d -p -r -N -- a/drivers/media/video/saa7134/saa7134-input.c b/drivers/media/video/saa7134/saa7134-input.c --- a/drivers/media/video/saa7134/saa7134-input.c 2011-03-15 06:20:32.0 +0500 +++

Bug#582551: mysql-query-browser: I can confirm the problem.

2011-03-18 Thread Alex Volkov
Package: mysql-query-browser Version: 5.0r14+openSUSE-2.1 Followup-For: Bug #582551 The package libgtkhtml3.14-19 wheezy has been updated to version 3.32.2-1 however mysql-query-browser version 5.0r14+openSUSE-2.1 in sid (same version as in sqeeze BTW), still relies on libgtkhtml3.14-19 (

Bug#617488: [linux-2.6] No input device for IR remote on Pinnacle PCTV 110i (saa7133) video board

2011-03-09 Thread Alex Volkov
Package: linux-2.6 Version: 2.6.37-2 Severity: normal Tags: patch --- Please enter the report below this line. --- Hello. Pinnacle PCTV 110i TV-tuner board has IR remote control, which was recognized by kernel as input device before this (http://goo.gl/U3Fal) upstream patch. Since then,

Bug#591503: some of the sys.modules values seem to be missing

2010-08-27 Thread Alex Volkov
Okay, I have the same situation and can reproduce the bug. I grep'ed around the system a bit and found files that handle import of environmental variable PYSNMP_API_VERSION, which you already know: [a...@alex-laptop:~]$ cd /usr/share/python-support/ [a...@alex-laptop:python-support]$ grep -rn

Bug#559175: Can confirm on Asus M2A-VM

2009-12-11 Thread Alex Volkov
I'm getting the same error when trying to boot with xen-hypervisor-3.4-amd64 3.4.2-2 from squeeze linux-image-2.6.26-2-xen-amd64 2.6.26-19lenny2 from lenny System: Motherboard:Asus M2V-VM Processor: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ Memory: 6GB DDR2-667 I am

Bug#548498: [chocolate-doom] the game should create 'savegames' dir first

2009-09-26 Thread Alex Volkov
Package: chocolate-doom Version: 1.2.1-1 Severity: normal Tags: patch --- Please enter the report below this line. --- The game attempts to create wad-specific directory while ~/.chocolate-doom/savegames doesn't exist yet, and hangs as a result. Attached patch tries to create that savegames dir

Bug#497118: splashy: still does not work with console-setup

2008-08-29 Thread Alex Volkov
Package: splashy Version: 0.3.10-2 Severity: important Just installed 'splashy' and got an issue very similar to the closed bug #405235. Splashy fails when the console font is setting up, leaving a unresponsive text screen, and only way to continue booting is 'Alt-SysRq-E'. Looks like there

Bug#433354: Please close this bug

2007-07-17 Thread Alex Volkov
Please close this bug a I submitted it by mistake and it is a duplicate of Bug #433353. Thanks. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#433353: Please move this bug to openoffice.org-kde

2007-07-17 Thread Alex Volkov
I played around with packages and found out that the bug is really in either openoffice.org-kde or openoffice.org-style-crystal. I install basic configurations of packages for openoffice.org with writer only, and it appears that bug is introduced in kde extensions. I can't really tell weather it

Bug#326413: this bug affects only amd64 systems

2007-06-12 Thread Alex Volkov
Hello all, Sorry for barging in on your conversation but this doesn't seems to be resolved yet. Debootstrap by default has --resolve-deps flag turned on, the problem is on that it tries to install a virtual package libstdc++-dev. (Check target-system/debootstrap/deboostrap.log. When I tried to

Bug#427423: libgnome2-common fails to upgrade with parse error

2007-06-04 Thread Alex Volkov
Current `best' version is /usr/share/libgksu/debian/gconf-defaults.libgksu-su. Alex On Mon, 2007-04-06 at 09:27 +0200, Josselin Mouette wrote: Le dimanche 03 juin 2007 à 19:30 -0400, Alex Volkov a écrit : Thanks for your reply. I attached a defaults.tgz to this letter, I found that the file

Bug#427423: libgnome2-common fails to upgrade with parse error

2007-06-04 Thread Alex Volkov
, 2007-04-06 at 23:03 +0200, Josselin Mouette wrote: Le lundi 04 juin 2007 à 09:03 -0400, Alex Volkov a écrit : Here it goes alex-laptop:~# update-alternatives --display libgksu-gconf-defaults libgksu-gconf-defaults - status is auto. link unreadable - Invalid argument Which means

Bug#427423: libgnome2-common fails to upgrade with parse error

2007-06-03 Thread Alex Volkov
Package: libgnome2-common Version: 2.16.0-2 Severity: normal When upgrading libgnome2-common from 2.16.0-2 to 2.18.0-4 the following errors occur: alex-laptop:/var/log/exim4# apt-get install libgnome2-common Reading package lists... Done Building dependency tree... Done Suggested packages:

Bug#427423: libgnome2-common fails to upgrade with parse error

2007-06-03 Thread Alex Volkov
to en-CA.UTF-8 through dpkg-reconfigure locales Alex. On Sun, 2007-03-06 at 23:34 +0200, Loïc Minier wrote: On Sun, Jun 03, 2007, Alex Volkov wrote: When upgrading libgnome2-common from 2.16.0-2 to 2.18.0-4 the following errors occur: /tmp/gconf-Ugc4OK/temp.entries:4: parser error : PCDATA