Bug#987310: ifupdown-extra: Missing "]" in 20static-routes script

2021-04-21 Thread Adoal Xu
Package: ifupdown-extra
Version: 0.31
Severity: normal

Dear Maintainer,

In line 83 of file '/etc/network/if-up.d/20static-routes', a right
bracket is missing. Caused syntax error.
So if static routing is specified in '/etc/network/routes' for some
interface such as ens192, it will be turned into 'blackhole'.
Adding the missing bracket fixes.

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing-security
  APT policy: (500, 'testing-security'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.0-6-amd64 (SMP w/8 CPU threads)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages ifupdown-extra depends on:
ii  bind9-host [host]1:9.16.13-1
ii  curl 7.74.0-1.2
ii  dpkg 1.20.7.1
ii  iproute2 5.10.0-4
ii  iputils-arping   3:20210202-1
ii  iputils-ping [ping]  3:20210202-1
ii  lsb-base 11.1.0
ii  ncat 7.91+dfsg1+really7.80+dfsg1-2
ii  net-tools1.60+git20181103.0eebece-1

Versions of packages ifupdown-extra recommends:
ii  ethtool  1:5.9-1
ii  ndisc6   1.0.4-2

ifupdown-extra suggests no packages.

-- Configuration Files:
/etc/network/routes changed [not included]

-- no debconf information



Bug#639315: [re]pypy

2011-09-26 Thread Adoal Xu
This can be a good starting point:

https://bitbucket.org/andrewgodwin/pypy-debian/src



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#543571: #543571

2009-08-27 Thread Adoal Xu
How about #479185?



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#522997: Acknowledgement (php interpreter stalled on drupal6 admin page in domU)

2009-04-21 Thread Adoal Xu
Sorry it's a bug of drupal's update module when the site is not
directly connected to internet.
php  xen in Lenny are very good.

Please close this ticket.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#522997: php interpreter stalled on drupal6 admin page in domU

2009-04-07 Thread Adoal Xu
Package: php5
Version: 5.2.6.dfsg

I have installed Lenny as dom0, and create Lenny domU using debootstrap.
When I install drupa6the php
interpreter will be stalled if I visit the admin page of my drupal site.

Either libapache2-mod-php5 or php5-cgi (started in fastcgi external
server mode) is the same.
Either amd64 dumU or i386 domU is the same (dom0 is amd64.)
Either 6.6-3 deb package or the tarball from drupal.org is the same.

But Lenny installed on a real server has no such trouble.

kernel: 2.6.26-1
xen hypervisor: 3.2-1
libc6: 2.7-18

--



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#364063: RFC2640 support for charsets conversion - pure-ftpd

2006-04-21 Thread Adoal Xu
Package: pure-ftpd
Version: 1.0.21
Severity: wishlist
Tags: etch, sid

As in README from pure-ftpd:

Since version 1.0.21, pure-ftpd has *experimental* support for
charsets conversion. The server filesystem can use a different charset
than the charset assumed by clients, and pure-ftpd translates file
names through the iconv library.

In order to support this, pure-ftpd has to be compiled with:

./configure ... --with-rfc2640

This is not supported by default because it requires libiconv.


It is a useful feature for international users. Will this feature be
enabled in future version of deb package for Ubuntu?