Bug#844749: live-build: Jessie image with backported kernel (linux-image-4.7.0-0.bpo.1-amd64) doesn't boot

2016-11-18 Thread Igor Starkov
Package: live-build Version: 4.0.3-1 Severity: important Dear Maintainer, * I'm trying to build live Jessie image with backported kernel. Kernel version: linux-image-4.7.0-0.bpo.1-amd64 * Steps to reproduce: lb config noauto \ --apt-indices false \

Bug#843760: Seems to be fixed now

2016-11-11 Thread Igor Bogomazov
Seems to be fixed after one more upgrade the next day. Due to python-openssl upgrade presumably.

Bug#843760: /usr/bin/gajim: Fails to start with AttributeError: 'module' object has no object has no attribute 'SSL_ST_INIT'

2016-11-09 Thread Igor Bogomazov
Package: gajim Version: 0.16.6-1 Severity: important File: /usr/bin/gajim Hello, after the recent update of a few packages Gajim fails to start: $ /usr/bin/gajim Traceback (most recent call last): File "gajim.py", line 74, in import nbxmpp File

Bug#841386: libc6: perror() changes orientation of non-oriented stderr when it is redirected

2016-10-19 Thread Igor Liferenko
mes initial fwide: 0 fwide: 0 #include #include #include int main(void) { printf("initial fwide: %d\n", fwide(stderr, 0)); errno = EINVAL; perror(""); /* note, that prior to this call stderr was not oriented */ printf("fwide: %d\n", fwide(stderr, 0));

Bug#840499: manpages-dev: Inconsistent symbolic error name for EILSEQ in errno(3)

2016-10-12 Thread Igor Liferenko
Package: manpages-dev Version: 4.07-1 Severity: normal Dear Maintainer, According to bug glibc bug 20687 [1], the text Illegal byte sequence (POSIX.1, C99) should be changed to Invalid or incomplete multibyte or wide character [1]:

Bug#839705: manpages-dev: "initial state" in mbstowcs(3) and wcstombs(3)

2016-10-06 Thread Igor Liferenko
including the terminating null wide character ('\0') should be changed to including the terminating null byte ('\0') Regards, Igor

Bug#839705: manpages-dev: "initial state" in mbstowcs(3) and wcstombs(3)

2016-10-04 Thread Igor Liferenko
Package: manpages-dev Version: 4.07-1 Severity: normal Dear Maintainer, In mbstowcs(3) there is this sentence: The conversion starts in the initial state. And in wcstombs(3) there are these sentences: The conversion starts in the initial state. In this case, the conversion ends

Bug#839052: kodi: Kodi crashes on startup with a relocation error

2016-09-28 Thread Igor Stirbu
Package: kodi Version: 17.0~beta2+dfsg1-1 Severity: important Dear Maintainer, * What led up to the situation? Start kodi in terminal * What exactly did you do (or not do) that was effective (or ineffective)? Nothing helps * What was the outcome of this action? Kodi does

Bug#838956: manpages-dev: Inconsistent documentation in NOTES section of "man wcstombs"

2016-09-26 Thread Igor Liferenko
Package: manpages-dev Version: 4.07-1 Severity: normal Dear Maintainer, In "man wcstombs" the words The function wcsrtombs(3) provides a thread safe interface to the same functionality. should be changed to The function wcsrtombs(3) provides a better interface to the same

Bug#836126: trafficserver: add Build-Depends to ensure tstop builds

2016-08-30 Thread Igor Galić
Package: trafficserver Version: 6.0.0-2ah1~trusty1 Severity: normal Tags: patch Dear Maintainer, tstop is a small utility that shows the current utilisation of trafficserver. in order for it to build, libncursesX-dev, libcurlY-openssl-dev must be present during configure. I recommend adding

Bug#836124: trafficserver is built with --enable-linux-aio, which is unstable and will be removed in 7.0

2016-08-30 Thread Igor Galić
rom 5cd865812635f2889eefb93559c258c6c4be52b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Gali=C4=87?= <i.ga...@brainsware.org> Date: Tue, 30 Aug 2016 20:10:49 +0200 Subject: [PATCH] remove --enable-linux-native-aio removing --enable-linux-native-aio leads to a more predictably stable build of trafficser

Bug#834724: curl: (35) gnutls_handshake() failed: Public key signature verification has failed.

2016-08-18 Thread Igor Bogomazov
Package: curl Version: 7.50.1-1 Severity: important Public key verification fails on many legitimate URLs, one example: {{{ $ curl -I https://duckduckgo.com curl: (35) gnutls_handshake() failed: Public key signature verification has failed. $ curl --version curl 7.50.1

Bug#830260: not reproducible anymore

2016-07-31 Thread Igor Bogomazov
upgraded a bunch of packages today, not reproducible anymore

Bug#831673: grep: Mixing "max-count" and "after-context" outputs too few lines

2016-07-18 Thread Igor Bogomazov
Package: grep Version: 2.25-6 Severity: normal Given after-context=3 it is expected to output at least 4 lines as documented, but adding max-count=1 makes it stop on the next matching line. What I do: $ printf '%s\n' a b a c | grep -m1 -A3 a What I see: a b What I expect: a b a c --

Bug#830260: gnome-terminal: Keyboard typing lags if no other WM activity

2016-07-07 Thread Igor Bogomazov
Package: gnome-terminal Version: 3.20.2-1 Severity: normal What I do: ensure there is no gnome-terminal running (ps -A | grep gnome-terminal) run gnome-terminal type 's' press Backspace repeat typing-pressing a few times What I see: a few seconds delay before 's' appears after typing or gets

Bug#830191: mlterm: NumPad PgUp/PgDwn/Arrows do not work

2016-07-07 Thread Igor Bogomazov
Package: mlterm Version: 3.5.0-1+b1 Severity: normal Hello, testing with: $ seq 1024 | less once less is started, try scrolling down with PageDown on a numpad it is expected to scroll down, but it stays on the same line it works if I run different terminal emulator (gnome-terminal) --

Bug#824553: qemu-nbd: devices for partitions are not created

2016-05-24 Thread Igor Liferenko
I figured it out: Everything is done exactly as before, but now it is necessary to use "partprobe", like this: sudo modprobe nbd max_part=16 sudo qemu-nbd -c /dev/nbd0 newcd-qemu.qcow2 sudo partprobe /dev/nbd0

Bug#824553: qemu-nbd: devices for partitions are not created

2016-05-17 Thread Igor Liferenko
Package: qemu-utils Version: 1:2.5+dfsg-5+b1 Severity: grave Justification: renders package unusable Dear Maintainer, In debian testing weekly build from 2016-04-18 qemu-nbd worked fine, and in build from 2016-04-25 it stopped working. Steps to reproduce: qemu-img create -f qcow2

Bug#820781: /usr/share/doc/maxima/changelog.gz: changelog.gz is more than ten years old

2016-04-12 Thread Igor Bogomazov
Package: maxima Version: 5.38.0-2 Severity: minor File: /usr/share/doc/maxima/changelog.gz Dear Maintainer, changelog.gz in te package is of very limited use since the most record it contains is this: {{{ Since version 5.10.0 there exists a "ChangeLog-VERSION" file for the changes in each

Bug#820160: texlive-binaries: tex vs. kpsewhich - inconsistent paths are found

2016-04-05 Thread Igor Liferenko
Package: texlive-binaries Version: 2015.20160222.37495-1 Severity: important Dear Maintainer, "kpsewhich" shows one path, and "tex" uses another. Steps to reproduce: 1) Create /usr/local/share/texmf/web2c/texmf.cnf with the following content: TEXMFHOME = /home/user/some-dir TEXMFVAR =

Bug#807996: apt: "apt-get update" gives 'repository cdrom://... does not have a Release file' warning

2016-03-10 Thread Igor Liferenko
This bug report may be closed.

Bug#807996: apt: "apt-get update" gives 'repository cdrom://... does not have a Release file' warning

2016-03-10 Thread Igor Liferenko
In apt-secure(8) manpage it is said that there must be Release.gpg or InRelease in addition to Release. Is there a way to disable this warning? Maybe this Release.gpg or InRelease should be provided by default on official iso image, because it is already verified by checksum?

Bug#814755: [tex-k] luatex font bug: "checksum mismatch" warnings on 64bit system

2016-03-01 Thread Igor Liferenko
ething in TeX Live that causes this difference in behavior, or it is the problem with luatex? Regards, Igor

Bug#814755: texlive-binaries: LuaTeX "checksum mismatch" warnings in some OVF fonts on 64bit

2016-02-28 Thread Igor Liferenko
There is a workaround: the check can be simply disabled by removing FONTCHECKSUM property from ovp file. This bug may be closed, as it is the problem with upstream.

Bug#816090: console-setup: does not avoid waiting for $remote_fs during early boot

2016-02-27 Thread Igor Liferenko
> https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1430280 The other issue from that page (with NetworkManager-wait-online.service) was fixed in Debian. So, for those who need to enable NetworkManager-wait-online.service (which is disabled in Debian by default and which is

Bug#781387: mate-session-manager: inconsistent behavior of mate-session-manager in reaction to gnome-compat options

2016-02-27 Thread Igor Liferenko
Confirm that the following disables gnome-keyring daemon completely: Copy gnome-keyring-pkcs11.desktop, gnome-keyring-secrets.desktop and gnome-keyring-ssh.desktop from /etc/xdg/autostart/ to ~/.config/autostart/ and add X-MATE-Autostart-enabled=false to each of them. There was some messing with

Bug#816090: console-setup: does not avoid waiting for $remote_fs during early boot

2016-02-27 Thread Igor Liferenko
nager/+bug/1430280 It has been fixed in ubuntu http://launchpadlibrarian.net/199935500/console-setup_1.108ubuntu3_1.108ubuntu4.diff.gz Please fix it also in debian. Best, Igor -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (500, 'testing') Architec

Bug#781387: mate-session-manager: inconsistent behavior of mate-session-manager in reaction to gnome-compat options

2016-02-27 Thread Igor Liferenko
les? /etc/xdg/autostart/gnome-keyring-pkcs11.desktop /etc/xdg/autostart/gnome-keyring-secrets.desktop /etc/xdg/autostart/gnome-keyring-ssh.desktop Best regards, Igor

Bug#814755: texlive-binaries: LuaTeX "checksum mismatch" warnings in some OVF fonts on 64bit

2016-02-25 Thread Igor Liferenko
This has been reported to http://tracker.luatex.org/view.php?id=965

Bug#814755: luatex font bug: "checksum mismatch" warnings on 64bit system

2016-02-24 Thread Igor Liferenko
s of variables on 32bit vs 64bit systems. Also, "man ofm2opl" says about "-charcode-format" option, which does not exist: $ ofm2opl -charcode-format=ascii myfont ofm2opl: unrecognized option '-charcode-format=ascii' Try `ofm2opl --help' for more information. Best regards, Igor

Bug#814755: texlive-binaries: LuaTeX "checksum mismatch" warnings in some OVF fonts on 64bit

2016-02-14 Thread Igor Liferenko
Package: texlive-binaries Version: 2015.20150524.37493-7+b1 Severity: important Dear Maintainer, With some fonts, e.g., cmb10, warnings are printed in OVF fonts. The following commands demonstrate the problem: echo "(MAPFONT D 0 (FONTNAME cmb10))" > myfont.vpl tftopl cmb10 >> myfont.vpl vptovf

Bug#812154: texlive-extra-utils: /usr/bin/texdef shows errors "Unescaped left brace..."

2016-01-20 Thread Igor Liferenko
t { <-- HERE ?(\\.*?) }?/ at /usr/bin/texdef line 394. \leavevmode: macro:->\unhbox \voidb@x Best regards, Igor -- Package-specific info: IMPORTANT INFORMATION: We will only consider bug reports concerning the packaging of TeX Live as relevant. If you have problems with combination of packages i

Bug#810983: google-chrome-beta: Vanishing select content

2016-01-14 Thread Igor Kowasz
Package: google-chrome-beta Version: 48.0.2564.79-1 Severity: normal Dear Maintainer, tag contents completely works on my main screen, but when I move browser to the second - there is just blank, white block ithout any selectable options. -- System Information: Debian Release: stretch/sid

Bug#807996: apt: "apt-get update" gives 'repository cdrom://... does not have a Release file' warning

2015-12-14 Thread Igor Liferenko
Package: apt Version: 1.1.4 Severity: minor Dear Maintainer, The warning first appeared for debian weekly build for 20151207, and remains in latest weekly build for 20151214. The warnings did not appear before. Steps to reproduce: Write debian testing weekly build to usb flash

Bug#804661: mate-system-monitor: Shows memory in TiB

2015-11-10 Thread Igor Kowasz
Package: mate-system-monitor Version: 1.10.1+gfdl1-2 Severity: important In proces tab, almost all of processes are shown with ridiculous amount of memory - for example 4702749,9 TiB. Few are still shown with correct values. This happends on every machine I own. -- System Information: Debian

Bug#804213: phpmyadmin: You must invoke apache2-maintscript-helper with an unmodified environment when sourcing it

2015-11-06 Thread Igor Kowasz
Package: phpmyadmin Version: 4:4.5.1-2 Severity: grave Justification: renders package unusable There is a bug that occured today while upgrading phpmyadmin (and apache2, so I can't really say it's not apache bug). It is now unpossible to install nor upgrade phpmyadmin. It occured to me on daily

Bug#802633: qemu-system-x86: "GLib-WARNING" after starting qemu

2015-10-21 Thread Igor Liferenko
Package: qemu-system-x86 Version: 1:2.4+dfsg-4 Severity: normal Dear Maintainer, After installing debian testing weekly build from 5.10.2015, qemu started to give warnings (except this, it works normally): $ qemu-img create -f qcow2 newimg.qcow2 10G $ qemu-system-i386 -enable-kvm -hda

Bug#797290: libcogl20: gnome-shell segfaults with error 4 in libcogl.so.20.3.0 on intel DRI driver: i965

2015-08-29 Thread Igor Nikolic
Package: libcogl20 Version: 1.20.0-2 Severity: important Dear Maintainer, * What led up to the situation? After a dist-upgrade, gnome shell got removed. After gnome-shell became available for installation again, it installs cleanly again, but segfaults when starting. Relevant error messare

Bug#797300: gnome-shell: segfaults with error 4 in libcogl.so.20.3.0 on Xorg intel DRI driver: i965

2015-08-29 Thread Igor Nikolic
Package: gnome-shell Version: 3.16.3-1 Severity: important Dear Maintainer, * What led up to the situation? After automatic removal of task-gnome-desktop package by a dist-upgrade, gnome- shell is now installable in sid. I just installed it, but it segfaults after starting. Output of

Bug#794313: dahdi: DAHDI-modules build fails

2015-08-09 Thread Igor Liferenko
(pdev-irq, openpci_isr, DAHDI_IRQ_SHARED, NAME, wc)) { ^ Regards, Igor -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#795054: texlive-binaries: vptovf prints rounding warnings incorrectly

2015-08-09 Thread Igor Liferenko
Package: texlive-binaries Version: 2015.20150524.37493-5 Severity: minor Dear Maintainer, In Debian 8 jessie (TeX Live 2015/dev/Debian) vptovf sent rounding warnings to stdout: $ vptovf myfont.vpl I had to round some heights by 0.0090284 units. $ In Debian 9 stretch (TeX Live 2015/Debian)

Bug#794313: dahdi: DAHDI-modules build fails

2015-08-01 Thread Igor Liferenko
Package: dahdi Version: 1:2.10.2-2 Severity: serious Justification: fails to build from source (but built successfully in the past) Dear Maintainer, After installing debain testing weekly build (from 2015-07-27) and installing DAHDI modules: sudo apt-get install module-assistant sudo

Bug#786381: texlive-lang-cyrillic: request for scyrillic fonts

2015-06-24 Thread Igor Liferenko
I found out that cmcyr fonts are 100% scyrillic fonts, but with a different name. This bug report may be closed. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#786381: texlive-lang-cyrillic: request for scyrillic fonts

2015-05-21 Thread Igor Liferenko
Package: texlive-lang-cyrillic Version: 2014.20141024-1 Severity: wishlist Dear Maintainer, Please add these fonts to texlive-lang-cyrillic (only .mf files are needed): CTAN: tex-archive/fonts/cyrillic/scyrillic -- System Information: Debian Release: 8.0 APT prefers stable-updates APT

Bug#786381: texlive-lang-cyrillic: request for scyrillic fonts

2015-05-21 Thread Igor Liferenko
Hi Norbert, I will try to get the copyright notice from the original authors. The reasons why I need specifically these fonts are explained here: http://tex.stackexchange.com/questions/244908/extensions-to-cm-fonts-in-type1-format Best wishes, Igor. -- To UNSUBSCRIBE, email to debian-bugs

Bug#785801: python3-spf: PySPF bug with redirect= directives

2015-05-20 Thread Igor Novgorodov
Package: python3-spf Version: 2.0.9-1~bpo70+1 Severity: normal Dear Maintainer, PySPF has a bug that leads to PermError-ing domains with redirect= headers. Details are here in the upstream bugtracker: https://sourceforge.net/p/pymilter/bugs/42/ The problem is fixed in 2.0.11 version, so whe

Bug#785506: mate-themes: MATE theme changes are not applied on-the-fly anymore.

2015-05-17 Thread Igor Liferenko
Package: mate-themes Version: 1.9.3-1 Severity: normal Dear Maintainer, I installed debian testing build for 11th May 2015 (http://cdimage.debian.org/cdimage/weekly-builds/i386/jigdo-dvd/debian-testing-i386-DVD-1.jigdo) When in MATE Appearance Preferences dialog (Theme tab) I choose a theme,

Bug#784535: ldap_dn_filter: Invalid value... Using as fallback

2015-05-08 Thread Igor Posledov
Hi, thanks for reporting this! The fix should be straight forward: https://github.com/processone/ejabberd/commit/46d035c142 Can you apply and test it yourself? If not I can provide you with packages that include that change. Regards, -- .''`. Philipp Huebner debala...@debian.org :

Bug#783770: nvidia-cuda-toolkit: Request for CUDA 7

2015-04-29 Thread Igor Korsunov
sincerely, Igor Korsunov -- System Information: Debian Release: 8.0 APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8

Bug#503933: Igor Stirbu's invitation is awaiting your response

2015-04-27 Thread Igor Stirbu via Feedspot
://www.feedspot.com/r_f6bc72abfdcb_*_503...@bugs.debian.org#monthlycode; style=text-decoration:none target=_blank img alt=Igor Stirbu src=http://s3.amazonaws.com/feedspot/a9fe2b821c86f0ec7e797580bbcff774.jpg; width=150 height=150 border=0 style=border:none;text-decoration:none;outline:hidden

Bug#781387: mate-session-manager: inconsistent behavior of mate-session-manager in reaction to gnome-compat options

2015-03-28 Thread Igor Liferenko
Package: mate-session-manager Version: 1.8.1-8 Severity: normal Dear Maintainer, $ gsettings set org.mate.session gnome-compat-startup ['keyring', 'smproxy'] $ gsettings get org.mate.session gnome-compat-startup ['keyring', 'smproxy'] reboot $ ps -ef | grep [k]eyring user 1237 1 0

Bug#781387:

2015-03-28 Thread Igor Liferenko
I need to prevent gnome-keyring-daemon from starting at all. I just removed 'keyring', but gnome-keyring-daemon showed up in process list anyway. Then I decided to try all the options, just to check. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of

Bug#779922: debian-installer: Installation freezes with The attempt to mount a files system with type ext4 in SCSI1 (0, 0, 0), partition #1 (sda) at / failed.

2015-03-06 Thread Igor Liferenko
Package: debian-installer Severity: critical Tags: d-i Justification: breaks the whole system Dear Maintainer, I take debian testing weekly build from http://cdimage.debian.org/cdimage/weekly-builds/i386/jigdo-dvd/debian-testing-i386-DVD-1.jigdo, add preseed to it and install in qemu. Preseed

Bug#776344: gksu: leafpad doesn't work (no menu, etc) when opened via gksu

2015-01-26 Thread Igor Novosad
Package: gksu Version: 2.0.2-9 Severity: normal Dear Maintainer, I've tried to open leafpad as a root via gksu, but leafpad was not responding (did not have the menu) untill I killed gksu using Task Manager. On the other hand launching leafpad from root terminal was fine. -- System

Bug#685878: checking in

2014-08-28 Thread Igor Bernstein
- netatalk 3.0 released upstream 2012/10/11 - Hideki started working on a 3.0.1 package using dh style instead of cdbs, but it was declined because of Jonas' wish to stick with cdbs 2013/3/18 - Igor posted a 3.0.1 cdbs package 2013/4/12 - Martin updated the cdbs package to 3.0.3 2014/1/11 - Tony built

Bug#754055: acpi-support: typo in /etc/default/acpi-support: has npt been possible

2014-07-07 Thread Igor Bogomazov
Package: acpi-support Version: 0.141-4 Severity: minor Dear Maintainer, there is a little typo in comments: $ grep has npt been possible /etc/default/acpi-support # Uncomment this to shutdown the system if ACPI sleep has npt been possible expected: «has not been possible» -- System

Bug#752757: libstdc++6: shared printers.py script is different for ARMEL and ARMHF for the same package version

2014-06-26 Thread Igor Bogomazov
Package: libstdc++6 Version: 4.9.0-7 Severity: normal Dear Maintainer, it is impossible to install the package for both armel and armhf because the shared file is different in them: libstdc++6_4.9.0-7_armel.deb libstdc++6_4.9.0-7_armhf.deb md5sum: 1b83b0b9896053a8206a076826e33de2

Bug#752757: libstdc++6: shared printers.py script is different for ARMEL and ARMHF for the same package version

2014-06-26 Thread Igor Bogomazov
it is not, have missed #752579 somehow please close this one as duplicate On Thu, 26 Jun 2014 13:02:21 +0200 Matthias Klose d...@debian.org wrote: how is this different than #752579? Am 26.06.2014 12:12, schrieb Igor Bogomazov: Package: libstdc++6 Version: 4.9.0-7 Severity: normal

Bug#752254: bash: Duplicating RO file descriptor for output is not a redirection error

2014-06-21 Thread Igor Bogomazov
Package: bash Version: 4.3-7 Severity: minor Dear Maintainer, it is stated in manpage that duplicating RO file descriptor causes a redirection error: $ man 1 bash | grep -A17 'Duplicating File Descriptors$' | tail -n2 output (file descriptor 1) is used. If the digits in word do not

Bug#751522: nvidia-cuda-toolkit: request for cuda 6

2014-06-13 Thread Igor Korsunov
but nvcc from nvidia- cuda-toolkit-5.5 does not support it. Yours sincerely, Igor Korsunov -- System Information: Debian Release: jessie/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign

Bug#746213: lua-curl: no Lua 5.2 support

2014-04-30 Thread Igor Bogomazov
On Tue, 29 Apr 2014 00:17:29 -0700 Igor Bogomazov yg...@ygrex.ru wrote: On Mon, 28 Apr 2014 13:47:49 +0200 Enrico Tassi gareuselesi...@debian.org wrote: On Sun, Apr 27, 2014 at 11:22:50PM -0700, Igor Bogomazov wrote: the package cannot be used with Lua 5.2 that is current stable

Bug#746213: lua-curl: no Lua 5.2 support

2014-04-29 Thread Igor Bogomazov
On Mon, 28 Apr 2014 13:47:49 +0200 Enrico Tassi gareuselesi...@debian.org wrote: On Sun, Apr 27, 2014 at 11:22:50PM -0700, Igor Bogomazov wrote: the package cannot be used with Lua 5.2 that is current stable release of the language; also this is the only cURL wrapper Lua library available

Bug#746213: lua-curl: no Lua 5.2 support

2014-04-28 Thread Igor Bogomazov
Package: lua-curl Version: 0.3.0-7 Severity: normal Dear Maintainer, the package cannot be used with Lua 5.2 that is current stable release of the language; also this is the only cURL wrapper Lua library available in Debian repository; does it make sense for you to adopt the package so that it

Bug#620630: (no subject)

2014-02-21 Thread Igor Borski
not find one of the dependencies 00:18:18 ig@pcig:~$ -- Igor Borski

Bug#736950: fakeroot: Support Solaris ACLs, again

2014-01-28 Thread Igor Pashev
fakeroot recommends no packages. fakeroot suggests no packages. -- no debconf information Description: support for illumos (solaris) ACLs This patch makes GNU coreutils shut up and stops GNU sed making files with permissions. Bug-Dyson: http://osdyson.org/issues/167 Author: Igor Pashev

Bug#734171: Network install does not work with I-217V ethernet controller

2014-01-07 Thread Igor Levicki
you want. it's not like there aren't other distros that work which I will be wholeheartedly recommending to others instead of Debian. Regards, Igor On 7.1.2014. 07:37, Christian PERRIER wrote: Quoting Igor Levicki (i...@levicki.net): Exactly what is preventing you to add new driver module

Bug#734473: synaptic: Portability issues (FTBFS on Dyson)

2014-01-07 Thread Igor Pashev
Package: synaptic Version: 0.80.4+dyson1 Severity: normal Dear Maintainer, please find patches which fix some portability issues: dyson-rindex.patch: rindex() is defined in strings.h [rindex] dyson-bzero.patch: bzero() is legacy, replace with memset() [bzero] dyson-fcntl.patch: fcntl(0 is

Bug#734171: Network install does not work with I-217V ethernet controller

2014-01-06 Thread Igor Levicki
care if this get fixed or not. Regards, Igor On 6.1.2014. 20:13, Lennart Sorensen wrote: On Mon, Jan 06, 2014 at 05:21:30PM +0100, Cyril Brulebois wrote: Lennart Sorensen lsore...@csclub.uwaterloo.ca (2014-01-06): Debian stable means not changing things in general, so adding new drivers

Bug#729203: Bring back ffmpeg

2014-01-05 Thread Igor Levicki
perhaps forgot who made you popular? It is sad that you talk about Committee and waste time politicking and arguing here when your stable network based install can't even detect Intel network adapters due to your developers not updating 3 year old e1000e driver in installer ISO. -- Regards, Igor

Bug#734171: Network install does not work with I-217V ethernet controller

2014-01-04 Thread Igor Levicki
for the last few years, yet many Linux distributions still fail on basic stuff like this. Please fix. -- Regards, Igor Levicki smime.p7s Description: S/MIME Cryptographic Signature

Bug#730629: steam: ~/.steam/steam.sh not: found

2013-11-27 Thread Igor Kowasz
Package: steam Version: 1.0.0.39-2 Severity: important While I simply start steam with any method (menu, console, etc.) it outputs just /usr/games/steam: 16: /usr/games/steam: /home/ik/.steam/steam.sh: not found then quit. I instaled just latest steam package using apt-get and hadn't changed

Bug#724502: kmix: KMix crashes when dragdrop channel

2013-09-24 Thread Igor Borski
Package: kmix Version: 4:4.10.5-1 Severity: important Dear Maintainer, My sound card is Creative Labs SB Live! EMU10k1 (rev 0a) / Creative Labs SBLive! 5.1 Digital Model SB0220 backed by kernel module snd_emu10k1. It has a switch Mic Boost +20db. When I add it to the list of used channels and

Bug#722058: kde-config-touchpad: reports errors and tapping doesn't work with xserver-xorg-input-synaptics in unstable

2013-09-10 Thread Igor Urazov
Dear Maintainer, Please pull the relevant patches from Ubuntu[1] or upstream. The current state of package renders touchpad unusable for many users. [1] http://changelogs.ubuntu.com/changelogs/pool/universe/s/synaptiks/synaptiks_0.8.1-1ubuntu4/changelog -- Cheers, Igor Urazov

Bug#718207: RESOLVED: pulseaudio: PulseAudio as system-wide daemon. Connecting usb-dac causes failed to load module module-udev-detect.c

2013-08-17 Thread Igor Posledov
Resolved by changing in /etc/default/pulseaudio DISALLOW_MODULE_LOADING=1 to DISALLOW_MODULE_LOADING=0 because this parameter takes precedence over parameter allow-module-loading in /etc/pulse/daemon.conf -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#698008: fglrx-driver: Xorg crashed when resizing terminal window (XFCE terminal / lxterminal)

2013-08-05 Thread Igor Borski
not only in Sid but in experimental too. Cheers! -- Igor Borski

Bug#710412: Check for authz_core_module

2013-07-22 Thread Igor Sverkos
Hi, I experienced the same problem on Windows [1] with Apache 2.4.6. I found out, that authz_core_module is required. Enabling authz_core_module solved my identical problem. Maybe yours, too? [1] http://www.apachelounge.com/viewtopic.php?p=25231#25231 -- Regards, Igor -- To UNSUBSCRIBE

Bug#716722: libmhash2 memory leak

2013-07-11 Thread Igor Mega
Package: libmhash2 Version: 0.9.9.9.-1 I detected memory leak in mhash library and next i found existing patch and the patch solve the leak. I found this (but in debian it is not applied):

Bug#714244: ecl: New upstream release (13.5.1)

2013-06-27 Thread Igor Pashev
Package: ecl Version: 11.1.1+dfsg1-2 Severity: normal Dear Maintainer, new upstream release of ECL is available at version 13.5.1 This version is known to work for building OpenAxiom. -- System Information: Debian Release: 7.1 APT prefers stable APT policy: (990, 'stable') Architecture:

Bug#712478: ITP: gnome-shell-extension-icon-hider -- GNOME Shell's status area icons manager

2013-06-16 Thread Igor Kalnitsky
Package: wnpp Severity: wishlist Owner: Igor Kalnitsky i...@kalnitsky.org * Package name: gnome-shell-extension-icon-hider Version : 10-1 Upstream Author : Name someb...@example.org * URL : https://github.com/ikalnitsky/gnome-shell-extension-icon-hider * License

Bug#712505: RFS: gnome-shell-extension-icon-hider/10-1 [ITP]

2013-06-16 Thread Igor Kalnitsky
Package: sponsorship-requests Severity: wishlist Dear mentors, I am looking for a sponsor for my package gnome-shell-extension-icon-hider * Package name: gnome-shell-extension-icon-hider Version : 10-1 Upstream Author : Igor Kalnitsky i...@kalnitsky.org * URL

Bug#647301: apt-mirror should download Contents-*- files

2013-04-20 Thread Igor Kozhukhov
]; next; } -- Best regards, Igor Kozhukhov -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#696698: Was able to reproduce

2013-03-20 Thread Igor Drobot
NT_STATUS_CONNECTION_REFUSED) Mit freundlichen Grüßen, Igor Drobot -- i.A. Igor Drobot Fachinformatiker Systemintegration IHK axxeo GmbH Gustav-Adolf-Str. 8, 30167 Hannover Tel. +49-511-12341236 Fax +49-511-76352976 mailto:supp...@axxeo.de http://www.axxeo.de/ axxeo GmbH, Registergericht: Amtsgericht Hannover

Bug#690227: netatalk: 3.0.1 package

2013-03-18 Thread Igor Bernstein
figure out: https://github.com/igorbernstein/netatalk-debian/issues I've been running it for 6 months w/o incident I think the main problem I didn't know how to solve is migrating to the new config format. Best, Igor

Bug#690227: netatalk: 3.0.1 package

2013-03-18 Thread Igor Bernstein
Also, for your convenience here is a changelog since 2.2.2-1: https://github.com/igorbernstein/netatalk-debian/compare/debian/2.2.2-1...master On Mon, Mar 18, 2013 at 9:36 PM, Igor Bernstein igor.bernst...@gmail.comwrote: If its of any help, here is my attempt at packaging netatalk 3.0.1

Bug#701173: screen fails to start is terminal device is a symlink

2013-02-22 Thread Igor Pashev
Package: screen Version: 4.1.0~20120320gitdb59704-7 Severity: normal Dear Maintainer, screen is patched to check terminal it is starting on (debian/patches/47screen- cc.patch) Terminal device is required to be a normal character device, but it is not always the case. E. g. on illumos/solaris

Bug#699219: icon: New upstream version, git, 3.0 (quilt) format

2013-01-29 Thread Igor Pashev
Source: icon Severity: wishlist Dear Maintainer, I've adopted icon for the 3.0 (quilt) fromat, created git repository, and updated to the lastest upstream version (9.5.0): http://git.osdyson.org/?p=icon.git Notable change: iconc is removed. -- System Information: Debian Release: 7.0 APT

Bug#698008: limiting circumstances

2013-01-21 Thread Igor Borski
Halo Patrick! I think I found a condition seriously limiting the bug's frequency (and importance :) ). It only happened so far under openbox window manager. That's where resize part comes I think. -- Best of luck, Igor

Bug#698506: smplayer: incorrect fps value passed to mplayer/mplayer2

2013-01-19 Thread Igor Kovalev
Package: smplayer Version: 0.8.0-1 Severity: normal Dear Maintainer, With recently installed version of smplayer I have noticed gradual de-synchronization between video and audio while playing videofiles of almost any type. Adjusting Options/Preferences/Audio/Synchronization/ seems didn't work

Bug#698008: fglrx-driver: 13.1-1

2013-01-19 Thread Igor Borski
12.6 in Wheezy. -- Best regards, Igor

Bug#698008: More info

2013-01-16 Thread Igor Borski
Few more bits. Also happenned on fglrx 12.10. Just checked and can be reproduced on stock kernel 3.2.0-4-amd64. -- Best of luck

Bug#698008: fglrx-driver: Xorg crashed when resizing terminal window (XFCE terminal / lxterminal)

2013-01-12 Thread Igor Borski
Package: fglrx-driver Version: 1:12.11~beta11-1 Severity: important Tags: upstream Dear Xorg maintainers, Almost always when resizing XFCE terminal whole Xorg crashes. Please tell me if I can help by providing more information (debug symbols install etc). [ 19189.737] Backtrace: [ 19189.737]

Bug#697472: gnome: wong switch order for 3 languages

2013-01-05 Thread Igor Lobiv
What I see: 1-st alt-shift == switch to cz 2-nd alt-shift == switch to ru 3-d alt-shift == switch to us How I can solve my problem: Define next keyboard order: 1. us 2. cz 3. ru thanks, Igor -- System Information: Debian Release: 6.0.6 APT prefers stable-updates APT policy: (500, 'stable

Bug#695589: x11proto-core-dev: upstream patch for g++ restrict issue on solaris

2012-12-10 Thread Igor Pashev
Package: x11proto-core-dev Version: 7.0.23-1 Severity: minor Dear Maintainer, please, apply the upstream patch to fix g++ restrict issue on solaris: https://bugs.freedesktop.org/show_bug.cgi?id=51009 https://bugs.freedesktop.org/attachment.cgi?id=66181 -- System Information: Debian Release:

Bug#694523: libxml-twig-perl: Few mistypings

2012-11-27 Thread Igor Gritsenko
Package: libxml-twig-perl Version: 1:3.39-1 Severity: normal Dear Maintainer, I've found few mistypings in /usr/share/perl5/XML/Twig.pm that don't affect me yet, but they are logic errors, so it will be good to correct them. I've made a little patch to correct them. Here is a brief

Bug#689656: [Pkg-javascript-devel] Bug#689656: nodejs: Patches for GNU/sunos

2012-10-25 Thread Igor Pashev
25.10.2012 12:15, Jérémy Lal пишет: I see no problem in applying that patch, but I'd like to understand if that patch can be forwarded upstream or not. Do you know why upstream choose those options for sunos ? I think upstream will not accept these patches. Node.js is developed by Joyent, and

Bug#690137: libpcap0.8: Add version tags into linker version script

2012-10-10 Thread Igor Pashev
Package: libpcap0.8 Version: 1.3.0-1 Severity: normal Dear Maintainer, libpcap is patched to use version script, but symbols in that script are not tagged. It might be a problem since GNU ld does not allow mixing tagged and untagged (anonymous) symbols. -- System Information: Debian Release:

Bug#690061: reprepro: Stack damage if not using libarchive

2012-10-09 Thread Igor Pashev
Package: reprepro Version: 4.12.4-1 Severity: important Dear Maintainer, file extractcontrol.c is used when building reprepro without libarchive. This file uses function chunk_extract() *without* prototype defined in chunks.h (not included). This results in compiler warning about implicit

Bug#689708: reprepro: Capital 'X' in messages, but real option is small 'x'

2012-10-05 Thread Igor Pashev
Package: reprepro Version: 4.12.4-1 Severity: minor Dear Maintainer, reprepro uses capital 'X' as tar parameter in messages, but real option is small 'x': http://anonscm.debian.org/gitweb/?p=mirrorer/reprepro.git;a=blob;f=extractcontrol.c;h=369192a6ae4466c273d0e870021d50daed9dc0a6;hb=HEAD#l136

Bug#689656: nodejs: Patches for GNU/sunos

2012-10-04 Thread Igor Pashev
-7 ii libv8-3.8.9.20 3.8.9.20-1 ii zlib1g 1:1.2.7.dfsg-13 nodejs recommends no packages. nodejs suggests no packages. -- no debconf information From: Igor Pashev pashev.i...@gmail.com Date: Tue, 21 Aug 2012 16:22:14 + Subject: Dyson: do not pass -threads to compiler --- wscript

Bug#689142: libossp-uuid16: libossp-uuid.so.* should not have unresolved symbols

2012-09-29 Thread Igor Pashev
Package: libossp-uuid16 Version: 1.6.2-1.3 Severity: normal Dear Maintainer, I discovered that postgress configure script fails to find required functions in libossp-uuid, because shared libraries are allowed to have unresolved symbols, but applications - not. So the simple test program

<    1   2   3   4   5   6   >