Bug#834458: uml-utilities: Location of tunctl changed from /usr/sbin to /usr/bin

2016-08-15 Thread Allen Chan
Package: uml-utilities Version: 20070815.1-1 Severity: important Dear Maintainer, The location of tunctl has changed from /usr/sbin/tunctl to /usr/bin/tunctl. However, the script at /etc/network/if-pre-up.d/uml-utilities still refers to /usr/sbin/tunctl. This breaks existing commands in /etc/net

Bug#818116: uwsgi-plugin-python: post-installation script returned error exit status 1

2016-03-13 Thread Allen Chan
Package: uwsgi-plugin-python Version: 2.0.12-4 Severity: important Dear Maintainer, uwsgi-plugin-python version 2.0.12-4 fails to install. It exits with the error: Setting up uwsgi-plugin-python3 (2.0.12-4) ... dpkg: error processing package uwsgi-plugin-python3 (--configure): subp

Bug#784547: python-rpy2: LibraryError importing stats package in version 2.5.6-2

2015-05-06 Thread Allen Chan
Package: python-rpy2 Version: 2.5.6-2 Severity: normal Dear Maintainer, After upgrading to version 2.5.6-2, importing the stats package generates the following error: rpy2.robjects.packages.LibraryError: The symbol format_perc in the package "stats" is conflicting with a Python object attribu

Bug#779540: quantlib-python 1.5-1 not available for amd64

2015-03-02 Thread Allen Chan
Thanks for taking a look at this. Interestingly, I followed your advice and built the amd64 package myself and it all went well without error after I installed all of the packages in the build dependencies. I saw many of the same notes and warnings, but the compiler just kept going and finished w

Bug#779540: quantlib-python 1.5-1 not available for amd64

2015-03-01 Thread Allen Chan
Package: quantlib-python Version: 1.4-2 Severity: normal Dear Maintainer, Version 1.5-1 is available for most architectures, but not amd64. Combined with the fact that libquantlib 1.5-1 is the latest version for amd64 unstable, this creates a situation that is causing segmentation faults in my p

Bug#732920: procps: sysctl --system fails to load /etc/sysctl.conf

2013-12-25 Thread Allen Chan
Just ran into this problem as well. Took a while to figure out why network packets were not forwarded even though "net.ipv4.ip_forward = 1" was set in /etc/sysctl.conf.

Bug#731170: quantlib-python: Version 1.3-1 upgrade does not pull in libquantlib0

2013-12-02 Thread Allen Chan
Hi Dirk, thanks for looking into this. I was able to restore my previous state and recreate the problem as shown in the log below. Again, I was able to solve my specific problem by manually installing the libquantlib0 package. = log begin === # wajig show quantlib-python Pac

Bug#731170: quantlib-python: Version 1.3-1 upgrade does not pull in libquantlib0

2013-12-02 Thread Allen Chan
Package: quantlib-python Version: 1.3-1 Severity: normal Dear Maintainer, When upgrading to version 1.3-1 from 1.2-1, apt-get does not pull in the new libquantlib0 package, which was being provided by the libquantlib-1.2 package. I had to manually install libquantlib0 to get quantlib-python to w

Bug#564825: [google-gadgets-common] plasma-desktop does not start with version .11 installed

2010-01-11 Thread Allen Chan
I encountered the same problem. After an apt-get upgrade, I got new versions (11.1) of the packages google-gadgets* and libggadget*. The next time I logged out of KDE and try to log in again, I got the "Plasma workspace closed unexpectedly" message, followed by an empty functionless black desktop

Bug#532825: quantlib-python: Quantlib-python fails after libquantlib-0.9.7 upgrade

2009-06-11 Thread Allen Chan
Package: quantlib-python Version: 0.9.7-1 Severity: normal After upgrading to version 0.9.7-1+b1 of libquantlib-0.9.7, quantlib fails to load in python: % python Python 2.5.4 (r254:67916, Feb 18 2009, 03:00:47) [GCC 4.3.3] on linux2 Type "help", "copyright", "credits" or "license" for more infor

Bug#491676: ALSA support apparently disabled in kvm

2008-08-07 Thread Allen Chan
ed in version 71+dfsg-1. -- Allen Chan [EMAIL PROTECTED] http://www.alyz.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#469157: python2.4-minimal: site.py doesn't include /usr/local paths

2008-03-04 Thread Allen Chan
If the /usr/local paths cannot go back into site.py, it would be nice if the default sitecustomize.py would parse and process *.pth files in order to maintain consistency with version 2.4.4-7 and earlier of this package. Attached is a copy of my modified sitecustomize.py that parses the *.pth

Bug#469157: python2.4-minimal: site.py doesn't include /usr/local paths

2008-03-03 Thread Allen Chan
Although the new /etc/python2.4-sitecustomize.py specifically inserts /usr/local/lib/python2.4/site-packages into sys.path before /usr/local/python2.4/site-packages, it does not process any *.pth files located in /usr/local/lib/python2.4/site-packages. This breaks some local setups, including

Bug#463259: closed by Fabio Tranchitella <[EMAIL PROTECTED]> (Bug#463259: fixed in zodb 1:3.6.0-1)

2008-02-05 Thread Allen Chan
On Friday 01 February 2008, Debian Bug Tracking System wrote: > Source: zodb > Source-Version: 1:3.6.0-1 > > We believe that the bug you reported is fixed in the latest version > of zodb, which is due to be installed in the Debian FTP archive: > > python2.4-zodb_3.6.0-1_amd64.deb >   to pool/main/z

Bug#463259: "ImportError: No module named proxy" on upgrade to version 3.8.0-1

2008-01-30 Thread Allen Chan
Package: python-zodb Version: 3.8.0-1 Severity: important After upgrading to 3.8.0-1, the following occurs: % python Python 2.4.4 (#2, Jan  3 2008, 13:53:47) [GCC 4.2.3 20071123 (prerelease) (Debian 4.2.2-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> imp

Bug#443147: python-rpy: Invalid 'z' argument when calling persp() on amd64

2007-09-18 Thread Allen Chan
Package: python-rpy Version: 1.0~rc3-2 Severity: normal On an amd64 system, run following script: from rpy import * x = r.seq(-10, 10, length=60) y = r.seq(-8, 8, length=60) f = r('function(x,y) { r <- sqrt(x^2+y^2); sin(r)/r }') z = r.outer(x, y, f) r.png("image.png", wi

Bug#412593: udev: Upgrade to 0.105-2 creates wrong eth# device on reboot

2007-02-26 Thread Allen Chan
Package: udev Version: 0.105-2 Severity: normal After upgrading to 0.105-2, the eth0 device becomes eth1 after reboot. After a second reboot it becomes eth2, then eth3 on the next reboot, and so on. This renders the eth0 configuration in /etc/network/interfaces useless and the network fails to

Bug#365099: Useragent string in 1.5.dfsg+1.5.0.2-3 confuses browser detection at many sites

2006-04-30 Thread Allen Chan
ate. Manually adding the date back in /usr/share/firefox/defaults/pref/vendor.js corrects this behavior. -- Allen Chan [EMAIL PROTECTED] http://www.alyz.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#345478: opensp: onsgmls fails to validate xhtml document after upgrade to 1.5.2-1

2006-01-01 Thread Allen Chan
p validated the test.xhtml document without the need to explicitly specify "declaration/xml.dcl" on the command line, but version 1.5.2-1 did not. -- Allen Chan [EMAIL PROTECTED] http://www.alyz.com pgp0G3TSSYjNT.pgp Description: PGP signature

Bug#345478: opensp: onsgmls fails to validate xhtml document after upgrade to 1.5.2-1

2006-01-01 Thread Allen Chan
f the problem, that I need to add "declaration/xml.dcl" whenever I use onsgml to validate xml files. -- Allen Chan [EMAIL PROTECTED] http://www.alyz.com pgplE9IVKYqQc.pgp Description: PGP signature

Bug#345478: opensp: onsgmls fails to validate xhtml document after upgrade to 1.5.2-1

2005-12-31 Thread Allen Chan
Package: opensp Version: 1.5.2-1 Severity: normal After upgrading from 1.5.1.0-4 to 1.5.2-1, the command: onsgmls -s test.xhtml generates a lengthy error message that begins with: onsgmls:/usr/share/xml/xhtml/schema/dtd/1.0/xhtml1-strict.dtd:237:27:E: omitted tag minimization parameter can be