[Bug 1750577] [NEW] Admin cleartext password hashing fails

2018-02-20 Thread volinthius
Public bug reported: When using cleartext password in /etc/couchdb/local.ini in admins sections CouchDB fails with: Apache CouchDB 1.6.0 (LogLevel=info) is starting. {"init terminating in

[Bug 1734918] Re: python-json-patch monkeypatching causes AttributeError with python-networkx

2017-12-16 Thread volinthius
** Patch added: "jsonpatch-remove-monkeypatching.diff" https://bugs.launchpad.net/ubuntu/+source/python-json-patch/+bug/1734918/+attachment/5023324/+files/jsonpatch-remove-monkeypatching.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1734918] [NEW] python-json-patch monkeypatching causes AttributeError with python-networkx

2017-11-28 Thread volinthius
Public bug reported: On Ubuntu 14.04.5 LTS with: - python 2.7.5-5ubuntu3 - python-json-patch 1.3-4 - python-networkx 1.8.1-0ubuntu3 Error can be triggered with the following example: --- $ cat conflict1.py import jsonpatch from networkx.readwrite import json_graph $ python conflict1.py

[Bug 873114] Re: gi._glib.GError: Icon 'deb' not present in theme

2012-03-03 Thread volinthius
** Patch removed: apturl-deb-icon-lookup.patch https://bugs.launchpad.net/ubuntu/+source/apturl/+bug/873114/+attachment/2802747/+files/apturl-deb-icon-lookup.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 873114] Re: gi._glib.GError: Icon 'deb' not present in theme

2012-03-03 Thread volinthius
Removed the patch because the fix was invalid. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/873114 Title: gi._glib.GError: Icon 'deb' not present in theme To manage notifications about this bug

[Bug 907384] Re: apturl just crashes

2012-03-02 Thread volinthius
I had this problem as well. Seems that by default only update-manager- core is installed and the backend module in UpdateManager is provided by update-manager. So the problem lies in dependencies of some package. However once the correct package is installed bug #873114 emerges. -- You received

[Bug 907384] Re: Wrong dependency causes ImportError with apturl

2012-03-02 Thread volinthius
** Summary changed: - apturl just crashes + Wrong dependency causes ImportError with apturl -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/907384 Title: Wrong dependency causes ImportError with

[Bug 873114] Re: gi._glib.GError: Icon 'deb' not present in theme

2012-03-02 Thread volinthius
Similar specs (11.10, x86-64) and fixed this by using lookup_icon() instead load_icon() in usr/lib/python2.7/dist- packages/AptUrl/gtk/GtkUI.py. See attached patch for fix. ** Patch added: apturl-deb-icon-lookup.patch

[Bug 874076] Re: lighttpd stalls when reading fragmented ssl requests

2012-02-15 Thread volinthius
I'm experiencing this bug also in Ubuntu 10.04. However it only exists with Chromium. After patching the lighttpd the problem seemed to go away. Chromium is of version 16.0.912.77 (Developer Build 118311 Linux) and lighttpd of version 1.4.26-1.1ubuntu3.1. The patch

[Bug 542357] Re: upgrade from karmic to lucid: gui is crashing on login

2010-07-16 Thread volinthius
I'm experiencing this bug as well. Running Lucid on Hardy's qemu (0.9.1-1ubuntu1). Renaming /lib/tls/i686/cmov/libc.so.6 away bypassed the bug. -- upgrade from karmic to lucid: gui is crashing on login https://bugs.launchpad.net/bugs/542357 You received this bug notification because you are a

[Bug 587548] Re: Samba fails to share printer in 10.04

2010-06-05 Thread volinthius
I'm seeing this as well. The cups init script contains: ... # X-Start-Before:samba # X-Stop-After: samba ... It seems that 'X-Start-Before' and 'X-Stop-After' aren't compatible with upstart. I fixed this by calling 'initctl emit cups-started' when starting cups, and hooking on to that

[Bug 459832] [NEW] Touchpad is re-enabled after typing

2009-10-24 Thread volinthius
Public bug reported: Binary package hint: acpi-support The script asus-touchpad.sh disables touchpad until keyboard is typed. This problem seems to be caused by syndaemon, which re-enables touchpad after typing. With syndaemon shut down this doesn't occur. I suggest fixing this by using the

[Bug 459832] Re: Touchpad is re-enabled after typing

2009-10-24 Thread volinthius
** Attachment added: Use Device Enabled xinput property instead of Synaptic Off http://launchpadlibrarian.net/34325278/use-device-enabled-property.patch -- Touchpad is re-enabled after typing https://bugs.launchpad.net/bugs/459832 You received this bug notification because you are a member

[Bug 459832] Re: Touchpad is re-enabled after typing

2009-10-24 Thread volinthius
** Description changed: Binary package hint: acpi-support The script asus-touchpad.sh disables touchpad until keyboard is typed. - This problem seems to be caused by syndaemon, which re-enables touchpad - after typing. With syndaemon shut down this doesn't occur. + This seems to be caused