[Bug 1671472] Re: Upgrade warns of leaked file descriptors on vgs, lvs invocation

2021-02-25 Thread Andrey Bondarenko
*** This bug is a duplicate of bug 1313784 *** https://bugs.launchpad.net/bugs/1313784 ** This bug has been marked a duplicate of bug 1313784 File descriptors leaked on lvs invocation -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1871186] [NEW] grub-mkconfig prefers /etc/default/grub.d settings

2020-04-06 Thread Andrey Bondarenko
Public bug reported: Since the fix for bug 901600 was commited, setting in /etc/default/grub now can be overiden by /etc/default/grub.d. It helps developers to make customized images, but it can really blows up the brain to the rest users. I've lost an hour trying to understand why grub ignores

[Bug 16632] Re: popcon should offer an option for submission via https

2020-02-12 Thread Andrey Bondarenko
Ubuntu 18.04.3 (Bionic) includes popularity-contents version 1.66ubuntu1 which uses HTTPS URL by default. grep ^SUBMITURLS= /usr/share/popularity-contest/default.conf SUBMITURLS="https://popcon.ubuntu.com/popcon-submit.cgi; But it fails to submit data because of bug #1822672 in parsing HTTPS

[Bug 1822672] Re: popularity-contest is broken due to a bad merge with debian

2020-02-12 Thread Andrey Bondarenko
Changing SUBMITURLS is not enough to fix this bug. popcon-upload script contains bad regexp at line 38 my ($host) = $submiturl =~ m%http://([^/]+)%; This regexp matches only to HTTP, but not HTTPS schema. Upload finishes successfully if I change regexp to my ($host) = $submiturl =~

[Bug 521677] Re: /usr/bin/rename.ul not in rename alternatives list

2019-07-24 Thread Andrey Bondarenko
rename.ul from util-linux package was removed from alternatives intentionnaly. It was a fix for Debian bug #439935, because other rename alternatives (e.g. prename) have incompatible usage syntax. See also https://unix.stackexchange.com/a/444524/290955 -- You received this bug notification

[Bug 1819940] [NEW] mysqld: [ERROR] Could not open required defaults file

2019-03-13 Thread Andrey Bondarenko
Public bug reported: Following errors are reported on first start akonadi with mysql backend in Ubuntu 18.04.2 with akonadi-backend-mysql version 4:17.12.3-0ubuntu3. Directory ~/.local/share/akonadi must not exists before start: mysqld: [ERROR] Could not open required defaults file:

[Bug 1811353] Re: invalid nanosecond may be returned in file times

2019-01-11 Thread Andrey Bondarenko
The patch in comment 1 fixed only fstat, but further tests show that stat can also return invalid nsec values. New patch fixes both functions stats and fstat. ** Patch added: "lp1811353_1.debdiff"

[Bug 1811353] Re: invalid nanosecond may be returned in file times

2019-01-11 Thread Andrey Bondarenko
The patch in comment 1 does not fix problem. Another solution needed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1811353 Title: invalid nanosecond may be returned in file times To manage

[Bug 1811353] Re: invalid nanosecond may be returned in file times

2019-01-11 Thread Andrey Bondarenko
The bug is forwarded upstream, see https://sourceforge.net/p/smbnetfs/bugs/46/ Attaching minimal workaround patch for the bug. It works for me, but I'm not an expert so upstream will provide better solution, some day... ** Patch added: "lp1811353.debdiff"

[Bug 1811353] [NEW] invalid nanosecond may be returned in file times

2019-01-11 Thread Andrey Bondarenko
Public bug reported: Smbnetfs may return invalid values nanosecond values for file times. Looks like nanosecond may be any random value even outside valid range [0,9] or even negative. This lead to problems with tools like rsync and "touch -r" which fail with 'Invalid argument' if source

[Bug 1264492] Re: smbnetfs warns about unknown libsmbclient version

2019-01-10 Thread Andrey Bondarenko
smbnetfs version 0.6.1-1 in Ubuntu 18.04 and does not complain about libsmbclient version. Probably this bug was already fixed in newer Ubuntu versions. Changing status to Opinion. ** Changed in: smbnetfs (Ubuntu) Status: Confirmed => Opinion -- You received this bug notification

[Bug 1545276] Re: 16.04: Crash on start after selecting CA (created with 14.04)

2018-01-30 Thread Andrey Bondarenko
In my opinion crash happens because of direct call of perl exit() in GTK signal handlers. To reproduce bug: start tinyca2 without arguments, press cancel in create CA dialog, then select exit in main menu. Here is stack trace from crash: (gdb) bt #0 0x76817820 in signal_emit_unlocked_R

[Bug 1545276] Re: 16.04: Crash on start after selecting CA (created with 14.04)

2018-01-22 Thread Andrey Bondarenko
** Bug watch added: Debian Bug tracker #843568 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=843568 ** Also affects: tinyca (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=843568 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 1646737] Re: Annoying "processing..." mails

2017-01-10 Thread Andrey Bondarenko
*** This bug is a duplicate of bug 1641671 *** https://bugs.launchpad.net/bugs/1641671 ** This bug has been marked a duplicate of bug 1641671 "ttf-mscorefonts-installer: processing..." email message repeatedly from /etc/cron.daily/update-notifier-common -- You received this bug

[Bug 281471] Re: Unable to use 'locate' to locate files mlocate.db permission denied

2016-11-03 Thread Andrey Bondarenko
May be some some system groups change gid during system upgrade. In this case mlocate created before upgrade retains old gid and loses ability to read mlocate.db. I have access to several hosts and mlocate group have different gid there. Of course it does not explain what removes sgid. Possible

[Bug 281471] Re: Unable to use 'locate' to locate files mlocate.db permission denied

2016-11-03 Thread Andrey Bondarenko
** Bug watch added: Debian Bug tracker #664206 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664206 ** Also affects: mlocate (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664206 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 1071858] Re: mlocate doesn't allow access to any normal users

2016-11-03 Thread Andrey Bondarenko
*** This bug is a duplicate of bug 281471 *** https://bugs.launchpad.net/bugs/281471 ** This bug has been marked a duplicate of bug 281471 Unable to use 'locate' to locate files mlocate.db permission denied -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 506596] Re: "ts -r" doesn't work

2016-08-26 Thread Andrey Bondarenko
** Bug watch added: Debian Bug tracker #825309 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825309 ** Also affects: moreutils (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825309 Importance: Unknown Status: Unknown -- You received this bug notification

[Bug 1314560] Re: package moreutils 0.50 failed to install/upgrade: trying to overwrite '/usr/bin/errno', which is also in package errno 1.3-0ubuntu1

2016-08-25 Thread Andrey Bondarenko
Package errno replaced with moreutils in Ubuntu 14.04 and above, conflict is only possible in Ubuntu 12.04 for now. ** Changed in: moreutils (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1034702] Re: package moreutils 0.47 failed to install/upgrade: trying to overwrite '/usr/share/man/man1/errno.1.gz', which is also in package errno 1.3-0ubuntu1

2016-08-25 Thread Andrey Bondarenko
Package errno replaced with moreutils in Ubuntu 14.04 and above, conflict is only possible in Ubuntu 12.04 for now. ** Changed in: moreutils (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1213607] Re: package moreutils (not installed) failed to install/upgrade: trying to overwrite '/usr/share/man/man1/parallel.1.gz', which is also in package parallel 20121122-0ubuntu1

2016-08-25 Thread Andrey Bondarenko
In ubuntu 16.04 package parallel declares conflict with moreutils so error should not appear anymore. ** Changed in: moreutils (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1320521] Re: package moreutils 0.50 failed to install/upgrade: próba nadpisania "/usr/bin/errno", który istnieje także w pakiecie errno 1.3-0ubuntu1

2016-08-25 Thread Andrey Bondarenko
*** This bug is a duplicate of bug 1314560 *** https://bugs.launchpad.net/bugs/1314560 ** This bug has been marked a duplicate of bug 1034702 package moreutils 0.47 failed to install/upgrade: trying to overwrite '/usr/share/man/man1/errno.1.gz', which is also in package errno 1.3-0ubuntu1

[Bug 900705] Re: Installation of "kubuntu-full" breaks desktop effects on intel graphics hardware

2016-08-22 Thread Andrey Bondarenko
The bug is about old unsupported release. It must be fixed long ago, at least there is no video driver dependencies in version 1.338. ** Changed in: kubuntu-meta (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1357326] Re: Make default VCS git

2016-08-18 Thread Andrey Bondarenko
** Changed in: etckeeper (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1357326 Title: Make default VCS git To manage notifications about this bug

[Bug 1592496] Re: Please provide older versions of unison

2016-07-21 Thread Andrey Bondarenko
*** This bug is a duplicate of bug 1568459 *** https://bugs.launchpad.net/bugs/1568459 ** This bug has been marked a duplicate of bug 1568459 unison incompatible with older ubuntu/debian versions -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 958040] Re: version bump imapfilter

2016-05-31 Thread Andrey Bondarenko
** Changed in: imapfilter (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/958040 Title: version bump imapfilter To manage notifications about this bug go

[Bug 1555340] Re: usb tethering and wifi not working

2016-03-11 Thread Andrey Bondarenko
** Package changed: libutempter (Ubuntu) => ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1555340 Title: usb tethering and wifi not working To manage notifications about this bug go to:

[Bug 1353587] Re: superseded by systemd-bootchart, remove after no form factors use upstart as pid1

2016-03-01 Thread Andrey Bondarenko
Bootchart was removed from systemd repository https://github.com/systemd/systemd/commit/232c84b2d22f2d96982b3c0390d29498bb430835 Its new home is https://github.com/systemd/systemd-bootchart -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1508677] Re: Build with multiarch support

2016-02-20 Thread Andrey Bondarenko
Fixed in Ubuntu 16.04 package version 1.1.6-1ubuntu1 ** Changed in: libutempter (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1508677 Title:

[Bug 1542030] Re: Problem during configuring (wrong path)

2016-02-20 Thread Andrey Bondarenko
The bug is fixed in Debian package version 1.1.6-3 ** Bug watch added: Debian Bug tracker #814647 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814647 ** Also affects: libutempter (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814647 Importance: Unknown Status:

[Bug 1547802] Re: package libutempter0:amd64 1.1.6-1ubuntu1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2016-02-20 Thread Andrey Bondarenko
*** This bug is a duplicate of bug 1542030 *** https://bugs.launchpad.net/bugs/1542030 ** This bug has been marked a duplicate of bug 1542030 Problem during configuring (wrong path) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1508677] Re: Build with multiarch support

2016-02-18 Thread Andrey Bondarenko
** Changed in: libutempter (Ubuntu) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1508677 Title: Build with multiarch support To manage notifications about

[Bug 1542030] Re: Problem during configuring (wrong path)

2016-02-18 Thread Andrey Bondarenko
This bug may be related to bug 1508677. Version 1.1.6 from 16.04 compiled with multiarch support, so utempter is installed into /usr/lib//utempter not in /usr/lib/utempter. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1545492] Re: upgrader hung at installing new version of /etc/gnome/defaults.list

2016-02-18 Thread Andrey Bondarenko
*** This bug is a duplicate of bug 1542030 *** https://bugs.launchpad.net/bugs/1542030 ** This bug has been marked a duplicate of bug 1542030 Problem during configuring (wrong path) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 704023] Re: package libutempter0 1.1.5-2 failed to install/upgrade: ErrorMessage: Subprocess post-installation script returned error exit status 1

2016-02-18 Thread Andrey Bondarenko
*** This bug is a duplicate of bug 658593 *** https://bugs.launchpad.net/bugs/658593 ** This bug has been marked a duplicate of bug 658593 installation failed on "configuration" step. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 658593] Re: installation failed on "configuration" step.

2016-02-18 Thread Andrey Bondarenko
According to debian bug #698590 utempter group was removed in version 1.1.6. The new version is included in Ubuntu 15.10, so marking bug as Fix Released. ** Changed in: libutempter (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of

[Bug 1545906] Re: package libutempter0:amd64 1.1.6-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-02-18 Thread Andrey Bondarenko
*** This bug is a duplicate of bug 1542030 *** https://bugs.launchpad.net/bugs/1542030 ** This bug has been marked a duplicate of bug 1542030 Problem during configuring (wrong path) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 797206] Re: package libutempter0 1.1.5-3 failed to install/upgrade: ErrorMessage: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2016-02-18 Thread Andrey Bondarenko
*** This bug is a duplicate of bug 658593 *** https://bugs.launchpad.net/bugs/658593 ** This bug has been marked a duplicate of bug 658593 installation failed on "configuration" step. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1540493] Re: package libutempter0:amd64 1.1.6-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-02-18 Thread Andrey Bondarenko
*** This bug is a duplicate of bug 1542030 *** https://bugs.launchpad.net/bugs/1542030 ** This bug has been marked a duplicate of bug 1542030 Problem during configuring (wrong path) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1542030] Re: Problem during configuring (wrong path)

2016-02-18 Thread Andrey Bondarenko
This is bug in libutempter0.postinst script it should either check existence of /usr/lib/utempter directory or create it before changing ownership. Manual creation of the directory solves the issue: sudo mkdir /usr/lib/utempter sudo dpkg --configure libutempter0 Other question is why directory

[Bug 1546391] Re: package libutempter0:i386 1.1.6-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-02-18 Thread Andrey Bondarenko
*** This bug is a duplicate of bug 1542030 *** https://bugs.launchpad.net/bugs/1542030 ** This bug has been marked a duplicate of bug 1542030 Problem during configuring (wrong path) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 651035] Re: excessive debug messages from "os-prober"

2016-02-01 Thread Andrey Bondarenko
** Bug watch added: Debian Bug tracker #698598 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698598 ** Also affects: os-prober via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698598 Importance: Unknown Status: Unknown -- You received this bug notification because you are

[Bug 508368] Re: cron job reports debug output

2016-02-01 Thread Andrey Bondarenko
*** This bug is a duplicate of bug 651035 *** https://bugs.launchpad.net/bugs/651035 ** This bug has been marked a duplicate of bug 651035 excessive debug messages from "os-prober" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1398972] Re: os-prober putting debug info into syslog by default

2016-02-01 Thread Andrey Bondarenko
*** This bug is a duplicate of bug 651035 *** https://bugs.launchpad.net/bugs/651035 ** This bug has been marked a duplicate of bug 651035 excessive debug messages from "os-prober" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1163545] Re: smem crashed with ZeroDivisionError in showamount(): float division by zero

2015-09-10 Thread Andrey Bondarenko
Looks like bug is triggered when no swap is allocated. This bug was fixed in upstream version 1.4 https://selenic.com/repo/smem/rev/e143c8fdb6f5 ** Changed in: smem (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 772214] Re: default state file location is wrong in manpage

2015-09-01 Thread Andrey Bondarenko
** Changed in: logrotate (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/772214 Title: default state file location is wrong in manpage To manage

[Bug 772214] Re: default state file location is wrong in manpage

2015-08-31 Thread Andrey Bondarenko
** Bug watch added: Debian Bug tracker #775421 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775421 ** Also affects: logrotate (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775421 Importance: Unknown Status: Unknown -- You received this bug notification

[Bug 1316992] Re: buildpackage fails after upgrade to 0.6.9 (Ubuntu 14.04)

2014-10-30 Thread Andrey Bondarenko
The fix included in upstream version 0.6.14. Marking Fix Released because Ubuntu 14.10 has version 0.6.15. ** Changed in: git-buildpackage (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1314918] Re: gbp buildpackage fails miserably in trusty

2014-10-30 Thread Andrey Bondarenko
** Changed in: git-buildpackage (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1314918 Title: gbp buildpackage fails miserably in trusty To manage

[Bug 702252] Re: git-import-orig should support tgz file

2014-10-30 Thread Andrey Bondarenko
Marking Fix Released because of upstream commit made in February 2012 https://honk.sigxcpu.org/gitweb/?p=git-buildpackage.git;a=commit;h=1e5193607eafcd573802042bac37a52f6ea5b8fd This change is definitely included in current Ubuntu version. ** Changed in: git-buildpackage (Ubuntu) Status:

[Bug 836047] Re: git-dch crashed with dpkg-parsechangelog in parse_changelog(): fallo: analizador del registro de cambios /usr/lib/dpkg/parsechangelog/debian devolvió un estado de salida de error 255

2014-10-30 Thread Andrey Bondarenko
Package version 0.6.22 (Ubuntu 15.04 Vivid) shows meaningful error message. Suppose bug was fixed long ago. ** Changed in: git-buildpackage (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 828538] Re: Europe/Moscow not updated

2014-10-20 Thread Andrey Bondarenko
Please see bug #1377813 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/828538 Title: Europe/Moscow not updated To manage notifications about this bug go to:

[Bug 1377813] [NEW] tzdata SRU to 2014f because of law changes in Russia

2014-10-06 Thread Andrey Bondarenko
Public bug reported: Tzdata in 12.04 (Precise) and 14.04 (Trusty) needs to be updated to version 2014f or newer. Timezone assignment in Russia has changed in 2014-07-01. The changes are published in Olson 2014f. Timezone changes will take effect in 2014-10-26. Please release package updates

[Bug 1358827] [NEW] /etc/bash.bashrc checks for admin instead of sudo group

2014-08-19 Thread Andrey Bondarenko
Public bug reported: Since ubuntu 12.04 sudo group is used for granting root privileges. AFAIK admin group was retained for backward compatibility only, at least Server Guige for Ubuntu 14.04 says that one should use sudo group for root access. Currently /etc/bash.bashrc check only for admin

[Bug 1274320] Re: Error: diskfilter writes are not supported

2014-08-14 Thread Andrey Bondarenko
No. Patch exists, but as of 2014-08-14, it is not applied in Debian and Ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1274320 Title: Error: diskfilter writes are not supported To manage

[Bug 1301557] Re: sudo not setting environment variables in /etc/environment

2014-05-06 Thread Andrey Bondarenko
Files in /etc/pam.d uses to pam_env.so as a session module, except sudo which uses it as auth module. Is it ok? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1301557 Title: sudo not setting

[Bug 1258374] GconfCompiz.txt

2014-01-09 Thread Andrey Bondarenko
apport information ** Attachment added: GconfCompiz.txt https://bugs.launchpad.net/bugs/1258374/+attachment/3944526/+files/GconfCompiz.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1258374

[Bug 1258374] ProcCpuinfo.txt

2014-01-09 Thread Andrey Bondarenko
apport information ** Attachment added: ProcCpuinfo.txt https://bugs.launchpad.net/bugs/1258374/+attachment/3944531/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1258374

[Bug 1258374] LightdmDisplayLog.txt

2014-01-09 Thread Andrey Bondarenko
apport information ** Attachment added: LightdmDisplayLog.txt https://bugs.launchpad.net/bugs/1258374/+attachment/3944527/+files/LightdmDisplayLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1258374] CurrentDmesg.txt

2014-01-09 Thread Andrey Bondarenko
apport information ** Attachment added: CurrentDmesg.txt https://bugs.launchpad.net/bugs/1258374/+attachment/3944523/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1258374

[Bug 1258374] DpkgLog.txt

2014-01-09 Thread Andrey Bondarenko
apport information ** Attachment added: DpkgLog.txt https://bugs.launchpad.net/bugs/1258374/+attachment/3944525/+files/DpkgLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1258374 Title:

[Bug 1258374] UnitySupportTest.txt

2014-01-09 Thread Andrey Bondarenko
apport information ** Attachment added: UnitySupportTest.txt https://bugs.launchpad.net/bugs/1258374/+attachment/3944537/+files/UnitySupportTest.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1258374] Xrandr.txt

2014-01-09 Thread Andrey Bondarenko
apport information ** Attachment added: Xrandr.txt https://bugs.launchpad.net/bugs/1258374/+attachment/3944539/+files/Xrandr.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1258374 Title:

[Bug 1258374] Dependencies.txt

2014-01-09 Thread Andrey Bondarenko
apport information ** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/1258374/+attachment/3944524/+files/Dependencies.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1258374

[Bug 1258374] BootLog.txt

2014-01-09 Thread Andrey Bondarenko
apport information ** Attachment added: BootLog.txt https://bugs.launchpad.net/bugs/1258374/+attachment/3944522/+files/BootLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1258374 Title:

[Bug 1258374] Re: [NV44A] GeForce 6200 output status inverted

2014-01-09 Thread Andrey Bondarenko
apport information ** Tags added: apport-collected compiz-0.9 has-workaround reproducible trusty ubuntu ** Description changed: My NVIDIA GeForce 6200 has 3 outputs: DVI, VGA, TV-out. In ubuntu 13.04 and 13.10 nouveau driver detects output connection status incorrectly. If I connect DVI

[Bug 1258374] xdpyinfo.txt

2014-01-09 Thread Andrey Bondarenko
apport information ** Attachment added: xdpyinfo.txt https://bugs.launchpad.net/bugs/1258374/+attachment/3944540/+files/xdpyinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1258374 Title:

[Bug 1258374] UdevDb.txt

2014-01-09 Thread Andrey Bondarenko
apport information ** Attachment added: UdevDb.txt https://bugs.launchpad.net/bugs/1258374/+attachment/3944535/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1258374 Title:

[Bug 1258374] Re: [NV44A] GeForce 6200 output status inverted

2014-01-09 Thread Andrey Bondarenko
The issue is still there. Unlike KDE, Unity choses right resolution but xrandr still shows inverted state of video outputs. I have connected only DVI output, both TV and VGA are disconnected. In the same time xrandr shows: $ xrandr Screen 0: minimum 320 x 200, current 2320 x 1200, maximum 4096 x

[Bug 1258374] ProcEnviron.txt

2014-01-09 Thread Andrey Bondarenko
apport information ** Attachment added: ProcEnviron.txt https://bugs.launchpad.net/bugs/1258374/+attachment/3944532/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1258374

[Bug 1258374] LightdmLog.txt

2014-01-09 Thread Andrey Bondarenko
apport information ** Attachment added: LightdmLog.txt https://bugs.launchpad.net/bugs/1258374/+attachment/3944528/+files/LightdmLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1258374

[Bug 1258374] ProcInterrupts.txt

2014-01-09 Thread Andrey Bondarenko
apport information ** Attachment added: ProcInterrupts.txt https://bugs.launchpad.net/bugs/1258374/+attachment/3944533/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1258374] XorgLog.txt

2014-01-09 Thread Andrey Bondarenko
apport information ** Attachment added: XorgLog.txt https://bugs.launchpad.net/bugs/1258374/+attachment/3944538/+files/XorgLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1258374 Title:

[Bug 1258374] xserver.outputs.txt

2014-01-09 Thread Andrey Bondarenko
apport information ** Attachment added: xserver.outputs.txt https://bugs.launchpad.net/bugs/1258374/+attachment/3944541/+files/xserver.outputs.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1258374] Lsusb.txt

2014-01-09 Thread Andrey Bondarenko
apport information ** Attachment added: Lsusb.txt https://bugs.launchpad.net/bugs/1258374/+attachment/3944530/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1258374 Title:

[Bug 1258374] ProcModules.txt

2014-01-09 Thread Andrey Bondarenko
apport information ** Attachment added: ProcModules.txt https://bugs.launchpad.net/bugs/1258374/+attachment/3944534/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1258374

[Bug 1258374] Lspci.txt

2014-01-09 Thread Andrey Bondarenko
apport information ** Attachment added: Lspci.txt https://bugs.launchpad.net/bugs/1258374/+attachment/3944529/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1258374 Title:

[Bug 1258374] UdevLog.txt

2014-01-09 Thread Andrey Bondarenko
apport information ** Attachment added: UdevLog.txt https://bugs.launchpad.net/bugs/1258374/+attachment/3944536/+files/UdevLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1258374 Title:

[Bug 1258374] Re: [NV44A] GeForce 6200 output status inverted

2013-12-05 Thread Andrey Bondarenko
** Attachment added: Xorg log with DVI output connected https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1258374/+attachment/3924064/+files/Xorg.0.log-dvi-nouveau -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1258374] [NEW] [NV44A] GeForce 6200 output status inverted

2013-12-05 Thread Andrey Bondarenko
Public bug reported: My NVIDIA GeForce 6200 has 3 outputs: DVI, VGA, TV-out. In ubuntu 13.04 and 13.10 nouveau driver detects output connection status incorrectly. If I connect DVI cable only, nouveau thinks than both VGA and TV-out connected. If I connect VGA cable only, it thinks DVI and

[Bug 1258374] Re: [NV44A] GeForce 6200 output status inverted

2013-12-05 Thread Andrey Bondarenko
** Attachment added: ROM dump from my video card https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1258374/+attachment/3924066/+files/geforce_6200_nv44a.rom -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1258374] Re: [NV44A] GeForce 6200 output status inverted

2013-12-05 Thread Andrey Bondarenko
** Attachment added: Xorg log with VGA output connected https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1258374/+attachment/3924065/+files/Xorg.0.log-vga-nouveau -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1258374] Re: [NV44A] GeForce 6200 output status inverted

2013-12-05 Thread Andrey Bondarenko
** Attachment added: kernel log with VGA output connected https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1258374/+attachment/3924063/+files/kern.log-vga-nouveau -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 636613] Re: Nouveau cannot set correct resolution with GeForce 6200

2013-12-05 Thread Andrey Bondarenko
may be related with bug #1258374 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/636613 Title: Nouveau cannot set correct resolution with GeForce 6200 To manage notifications about this bug go to:

[Bug 1258374] Re: [NV44A] GeForce 6200 output status inverted

2013-12-05 Thread Andrey Bondarenko
This looks similar to bug #636613, but Xorg.log from #636613 connector VGA-1 is connected while both DVI-I-1 and TV-1 shows disconnected. If reporter used single monitor setup TV-1 should be in connected state. Because symptoms do not match exactly and I will not mark bugs as duplicates. -- You

[Bug 1197313] Re: add option to force sending empty Domain

2013-09-08 Thread Andrey Bondarenko
A small improvement for workaround in #3: Use dpkg-divert to move vpnc out of the way. It will help your modifications survive after package reistalls/upgrades (see http://www.debian.org/doc/manuals/debian-faq/ch- customizing.en.html#s-divert) dpkg-divert --local --divert /usr/sbin/vpnc.real

[Bug 1197313] Re: add option to force sending empty Domain

2013-09-06 Thread Andrey Bondarenko
A workaround for the bug is to create wrapper script for vpnc proposed by Kasuko http://ubuntuforums.org/showthread.php?t=2104986 #!/bin/sh exec /usr/sbin/vpnc.real --domain $* -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1209146] [NEW] anacron jobs run with wrong environment variables

2013-08-07 Thread Andrey Bondarenko
Public bug reported: In Ubuntu 13.04 (anacron-2.3-19ubuntu2) is started from /etc/cron.d/anacron like this start -q anacron This means anacron itself and its child processes would inherit environment from init/upstart not from crond. As result all environment variables defined in

[Bug 1201730] [NEW] openchangeclient missing dependency on python-samba

2013-07-16 Thread Andrey Bondarenko
Public bug reported: Ubuntu version: 13.04 Package version: 1:1.0-4ubuntu1 exchange2mbox binary from package openchangeclient may fail because of missing library libdbwrap.so $ ldd `which exchange2mbox` | grep 'not found' libdbwrap.so = not found The library libdbwrap.so exists in

[Bug 1201730] Re: openchangeclient missing dependency on python-samba

2013-07-16 Thread Andrey Bondarenko
** Description changed: Ubuntu version: 13.04 Package version: 1:1.0-4ubuntu1 exchange2mbox binary from package openchangeclient may fail because of missing library libdbwrap.so $ ldd `which exchange2mbox` | grep 'not found' - libdbwrap.so = not found +

[Bug 1197313] Re: add option to force sending empty Domain

2013-07-14 Thread Andrey Bondarenko
I suppose no. To send empty domain name during authentication vpnc should be started with --domain command line option or Domain option without a value in config file. When starting connection, network-manager-vpnc makes temporary config file using connection parameters from NetworkManager and

[Bug 932177] Re: XFCE (and other non-GNOME) desktops do not initialise gnome-keyring correctly / WARNING: gnome-keyring:: couldn't connect to PKCS11

2013-07-10 Thread Andrey Bondarenko
As the bug is still present in 13.04 and probably 13.10 Kubuntu users may be interested in a workaround: Copy the attached script 01gnome-keyring-daemon.sh into ~/.kde/env directory. Files in this directory are sources by /usr/bin/startkde so the script can finish gnome-keyring-daemon

[Bug 1197313] [NEW] add option to force sending empty Domain

2013-07-03 Thread Andrey Bondarenko
Public bug reported: VPN server in my organization uses empty Domain but requires it on authentication. VPNC plugin currently does not store or send Domain if it is empty (tested versions 0.9.6, 0.9.8.2). This makes impossible to establish vpnc connection with NetworkManager while starting vpnc

[Bug 958040] Re: version bump imapfilter

2013-06-20 Thread Andrey Bondarenko
imapfilter-2.5.2 shipped since Ubuntu 12.10 (quantal). If backporting to 12.04 requires SRU process (see https://wiki.ubuntu.com/StableReleaseUpdates) ** Changed in: imapfilter (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 868314] Re: imapfilter: timeout period expired while waiting to read data

2013-06-20 Thread Andrey Bondarenko
Ubuntu 13.04 imapfilter-2.5.2-2 works for me. ** Changed in: imapfilter (Ubuntu) Status: Confirmed = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/868314 Title: imapfilter:

[Bug 1075928] Re: Please, silence IA__gdk_error_trap_pop: assertion `gdk_error_traps != NULL' failed

2013-03-25 Thread Andrey Bondarenko
I'm sure the bug is in libcanberra at least in Quantal. I'm can reproduce the bug with gksu, evince and emacs. Also, I think I've found real cause for the bug. Patch 10_no_nonnative_crash.patch is applied twice in ubuntu version. This patch was integrated in upstream version 0.29, but was not

[Bug 1075928] Re: Please, silence IA__gdk_error_trap_pop: assertion `gdk_error_traps != NULL' failed

2013-03-23 Thread Andrey Bondarenko
I don't see taskcoach package in Ubuntu 12.10 repository. For cryptkeeper, unsetting GTK_MODULES variable removes annoying warning message about IA__gdk_error_trap_pop. I'm not expert on GTK or GNOME. AFAIK libcanberra related only to event sound. Is it useful for KDE desktop or it is GNOME

[Bug 1075928] Re: Please, silence IA__gdk_error_trap_pop: assertion `gdk_error_traps != NULL' failed

2013-03-23 Thread Andrey Bondarenko
Funny. This bug is a fix for bug 834403 (see http://bazaar.launchpad.net /~ubuntu-branches/ubuntu/raring/libcanberra/raring/view/head:/src /canberra-gtk-module.c#L310) Ok, I agree that unsetting GTK_MODULES does not resolve the issue, it just disables buggy module, but now I'm sure that the bug

[Bug 1075928] Re: Please, silence IA__gdk_error_trap_pop: assertion `gdk_error_traps != NULL' failed

2013-03-21 Thread Andrey Bondarenko
Suddenly found possible cause/workaround for the bug. In 12.10 environment variable GTK_MODULES is set for all DE (including KDE or XFCE). If variable is unset, gdk_error_trap_pop may disappear appear when starting GTK applications. On my desktop: $ env | grep GTK_MODULES

[Bug 385577] Re: GTK_MODULES should be set only for gnome

2013-03-21 Thread Andrey Bondarenko
Look like this bug is somehow related to quiet annoying LP bug 1075928: Gdk-CRITICAL **: IA__gdk_error_trap_pop: assertion `gdk_error_traps != NULL' fail console message on every GTK+ app start in KDE and probably all other non-GNOME DE. Can anybody tell if unsetting GTK_MODULES is proper

  1   2   3   >