Bug#901788: i2pd: systemd service does not run

2018-06-18 Thread Matsievskiy S.V.
Package: i2pd Version: 2.18.0-1+b1 Severity: normal Dear Maintainer, I installed package i2pd, did no modifications to settings. It did not run. I tried to restart service with command systemctl restart i2pd but after that systemctl status i2pd always reports service to be inactive(dead) with

Bug#902880: ngspice: move from non-free to main section

2018-07-02 Thread Matsievskiy S.V.
Package: ngspice Version: ngspice Severity: wishlist Dear Maintainer, According to COPYING file from ngspice (version 28), its components are distributed under following licences: GPL, LGPL, CC-BY-SA v4.0, BSD, public domain. All of these are listed as compatible to DFSG

Bug#901788: i2pd: systemd service does not run

2018-06-19 Thread Matsievskiy S.V.
I run strace on the process. For some reason it cannot lock pid file. Jun 19 10:09:08 Main-PC systemd[1]: Started I2P Router written in C++. Jun 19 10:09:08 Main-PC strace[5389]: execve("/usr/sbin/i2pd", ["/usr/sbin/i2pd", "--conf=/etc/i2pd/i2pd.conf", "--tunconf=/etc/i2pd/tunnels.conf",

Bug#901788: i2pd: systemd service does not run

2018-06-19 Thread Matsievskiy S.V.
Folder doesn't exist before running program. According to systemd man page, when provided with PIDFile option, it removes pid file automatically. Even if I create folder by hand, it gets deleted. I use stock unit file form /lib/systemd/system/i2pd.service. When I modified it to get strace

Bug#902110: surf: apparmor rules block reading files from filesystem

2018-06-22 Thread Matsievskiy S.V.
Package: surf Version: 2.0+git20180223-1 Severity: important Dear Maintainer, Apparmor rules block reading files from local filesystem. Thus surf cannot render html pages from local file system. Uploading files from local storage to remote server is also impossible. -- System Information:

Bug#894686: surf: segmentation fault accessing youtube.com

2018-06-22 Thread Matsievskiy S.V.
It appears that problem is not limited to youtube.com and applies to all video files and gifs.

Bug#902997: pulseaudio: every other time sound card does not get loaded

2018-07-04 Thread Matsievskiy S.V.
Package: pulseaudio Version: 11.1-5 Severity: normal Dear Maintainer, Every other time (sometimes every third time) after shutdown or reboot my PCIe sound card does not get loaded. This began to happen about a week ago. When it happens, kernel modules snd_virtuoso, snd_oxygen_lib and snd are

Bug#894686: surf: segmentation fault accessing youtube.com

2018-04-03 Thread Matsievskiy S.V.
Package: surf Version: 2.0-5 Severity: normal Dear Maintainer, Encountered segmentation fault when accessing youtube.com. * What led up to the situation? Accessing youtube.com * What exactly did you do (or not do) that was effective (or ineffective)? When GIGACAGE_ENABLED=no was set,

Bug#887773: It is possible to circumvent authentication after locking screen in lightdm

2018-03-03 Thread Matsievskiy S.V.
Package: lightdm Version: 1.18.3-4 Followup-For: Bug #887773 Dear Maintainer, I had the same problem with lightdm. Installing light-locker seems to be solving it. If I lock and switch ttys without light-locker, lightdm creates a new seat. Here is the output of the systemctl for it: ●

Bug#911965: kicad: Add libngspice to dependancy list

2018-10-26 Thread Matsievskiy S.V.
Package: kicad Version: 5.0.1+dfsg1-2 Severity: normal Dear Maintainer, Circuit simulator depends on libngspice.so, provided by a libngspice0-dev package but it's not in the dependency list. So, libngspice0-dev it should be included in it. Or, better yet, libngspice0 should be fixed to symlink

Bug#913122: remmina-plugin-rdp: ERRCONNECT_TLS_CONNECT_FAILED with libssl1.1 1.1.1-2

2018-11-07 Thread Matsievskiy S.V.
Package: remmina-plugin-rdp Version: 1.2.32+dfsg-2 Severity: important Dear Maintainer, remmina-plugin-rdp seems to be affected by issue, described in bug #912206 for freerdp2-x11. Original report: > Package: freerdp2-x11 > Version: 2.0.0~git20180411.1.7a7b1802+dfsg1-2+b1 > Severity: normal >

Bug#913122: remmina-plugin-rdp: ERRCONNECT_TLS_CONNECT_FAILED with libssl1.1 1.1.1-2

2018-11-08 Thread Matsievskiy S.V.
Yes, it does work after the update On 09/11/2018 00:42, Mike Gabriel wrote: HI, On  Mi 07 Nov 2018 09:02:11 CET, Matsievskiy S.V. wrote: Package: remmina-plugin-rdp Version: 1.2.32+dfsg-2 Severity: important Dear Maintainer, remmina-plugin-rdp seems to be affected by issue, described

Bug#920007: squid: basic_ncsa_auth username case sensitivity

2019-01-21 Thread Matsievskiy S.V.
Package: squid Version: 4.4-1 Severity: normal Dear Maintainer, I was configuring basic_ncsa_auth authentication in squid and could not get it to work. Eventually I decided to check input of basic_ncsa_auth and replaced it with custom script: #!/bin/bash cat $@ > /tmp/args cat > /tmp/stdin

Bug#926505: hunspell: add dictionary russian with strict yo

2019-04-06 Thread Matsievskiy S.V.
Package: hunspell Version: 1.7.0-2 Severity: wishlist Tags: l10n Dear Maintainer, Russian dictionaries come in two flavors: with and without strict yo (ё). hunspell-ru provides dictionary without strict yo. There is a hunspell-ready russian dictionary with strict yo available here:

Bug#928653: r-base: change R_LIBS_USER default location

2019-05-08 Thread Matsievskiy S.V.
Source: r-base Version: 3.6.0-1 Severity: minor Dear Maintainer, By default R_LIBS_USER is set to $HOME/R. I think that it would be better to conform with XDG Base Directory Specification (https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) and use $XDG_DATA_HOME/R

Bug#953290: julia: PackageCompiler create_app requires root priveleges

2020-03-07 Thread Matsievskiy S.V.
Package: julia Version: 1.3.1+dfsg-1 Severity: normal Dear Maintainer, I'm using PackageCompiler v1.0 (https://julialang.github.io/PackageCompiler.jl/dev/) to compile example application (using instructions from here: https://julialang.github.io/PackageCompiler.jl/dev/apps/#Creating-an-app-1),

Bug#953290: julia: PackageCompiler create_app requires root priveleges

2020-03-07 Thread Matsievskiy S.V.
Looks like it is an upstream issue. I've opened a PR https://github.com/JuliaLang/PackageCompiler.jl/pull/367

Bug#953290: julia: PackageCompiler create_app requires root priveleges

2020-04-13 Thread Matsievskiy S.V.
n upstream issue. -- Best regards, S.V. Matsievskiy On Mon, 2020-04-13 at 10:33 +0200, Graham Inggs wrote: > Hi > > On Sat, 7 Mar 2020 at 12:24, Matsievskiy S.V. < > matsievski...@gmail.com> wrote: > > Looks like it is an upstream issue. I've opened a PR > > https:/

Bug#953290: julia: PackageCompiler create_app requires root priveleges

2020-04-13 Thread Matsievskiy S.V.
Authors replied to https://github.com/JuliaLang/PackageCompiler.jl/issues/385. PackageCompiler expects shared libraries to be in a separate folder, so this is a packaging issue. -- Best regards, S.V. Matsievskiy

Bug#862957: file-roller: Fails to deal correctly with filename encodings in zip files

2020-09-24 Thread Matsievskiy S.V.
I have the same problem. Here's a minimal example: ```bash touch пример_имени_файла zip test.zip пример_имени_файла unzip -l test.zip # shows name properly file-roller test.zip # shows gibberish ```

Bug#983620: python3-vedo: Segfault rendering example files

2021-02-27 Thread Matsievskiy S.V.
Package: python3-vedo Version: 2020.4.2-2 Severity: important X-Debbugs-Cc: seregaxvm.m...@gmail.com Dear Maintainer, The following examples from python3-vedo-examples package crush with segfault error: - examples/basic/align1.py - examples/basic/align4.py - examples/basic/align5.py -

Bug#987170: python3-dolfinx: python module missing wrapper functions

2021-04-18 Thread Matsievskiy S.V.
Package: python3-dolfinx Version: 2019.2.0~git20210130.c14cb0a-4 Severity: important X-Debbugs-Cc: seregaxvm.m...@gmail.com Dear Maintainer, Python3 module misses some C++ wrapped functions. One of those functions is `dolfinx.cpp.la.scatter_forward` In order to reproduce the problem run the

Bug#987170: python3-dolfinx: python module missing wrapper functions

2021-04-20 Thread Matsievskiy S.V.
Got clarification from FEniCS-X team in this thread: https://fenicsproject.discourse.group/t/debian-dolfinx-package-missing-functionality/5629 signature.asc Description: This is a digitally signed message part

Bug#973574: package openfoam does not contain foamEtcFile

2021-07-25 Thread Matsievskiy S.V.
I'm able to run most of the OpenFOAM binaries by exporting WM_PROJECT_DIR=/usr/share/openfoam This does not work for the dynamically compiled code though. -- Matsievskiy S.V.

Bug#1008870: openocd: segfault when using stm32f1x config

2022-04-03 Thread Matsievskiy S.V.
Package: openocd Version: 0.11.0-1 Severity: important X-Debbugs-Cc: seregaxvm.m...@gmail.com Dear Maintainer, OpenOCD segfaults when using target/stm32f1x.cfg configuration. I do not experience this issue with newer version built from source (Open On-Chip Debugger 0.11.0+dev-02226-gf6ffede8b).

Bug#1010027: python3-paraview: pvpython does not run scripts

2022-04-22 Thread Matsievskiy S.V.
Package: python3-paraview Version: 5.10.1-1 Severity: important X-Debbugs-Cc: seregaxvm.m...@gmail.com Dear Maintainer, when trying to run script using pvpython or pvbatch python shell opens instead of actually executing commands from the script. Prebuilt executable from paraview site runs

Bug#1008870: [Pkg-electronics-devel] Bug#1008870: openocd: segfault when using stm32f1x config

2022-04-20 Thread Matsievskiy S.V.
I guess the problem was with some underlying library. I had openocd segfault on two machines (both on testing) and now everything works. I've also openocd from 0.11.0-1 source and it works too. The issue may be closed now. -- Best regards, Sergey Matsievskiy > signature.asc Description: This

Bug#1008870: [Pkg-electronics-devel] Bug#1008870: openocd: segfault when using stm32f1x config

2022-04-20 Thread Matsievskiy S.V.
I used RISCV's fork https://github.com/riscv-mcu/riscv-openocd. -- Best regards, Sergey Matsievskiy On Wed, 2022-04-20 at 09:42 +0100, Jonathan McDowell wrote: > On Sun, Apr 03, 2022 at 12:26:05PM +0300, Matsievskiy S.V. wrote: > > Package: openocd > > Version: 0.11.0-1 > >

Bug#1041898: libserial-dev: Exception in destructor causes linked program termination

2023-07-24 Thread Matsievskiy S.V.
Package: libserial-dev Version: 1.0.0-9 Severity: important X-Debbugs-Cc: matsievski...@gmail.com Dear Maintainer, This version of the library in some situations may throw an exception from LibSerial::SerialPort destructor. Since it's marked as noexcept, it can't be caught and causes termination