Bug#514791: libgl1-mesa-glx: segfault calling glGenLists();

2009-02-11 Thread Michel Dänzer
On Tue, 2009-02-10 at 22:18 +0100, Kurt Roeckx wrote:
 Package: libgl1-mesa-glx
 Version: 7.0.3-7
 Severity: important
 
 Hi,
 
 This little test program causes a segfault on amd64:
 #include GL/gl.h
 
 int main()
 {
 glGenLists(1);
 return 0;
 }
 
 But the same thing works with the version from experimental (7.3-1).

That's purely luck; the result of calling GL functions is undefined
without a current GLX context.


-- 
Earthling Michel Dänzer   |http://www.vmware.com
Libre software enthusiast |  Debian, X and DRI developer



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



Bug#508900: libtommath0: New upstream version available

2009-02-11 Thread bodrato
Hello Joe,

 Requests for new versions are always wishlist bugs.

Thanks, I'll keep it in mind.

 Hmm, libtom.org is dead, but http://math.libtomcrypt.com/ is alive and
 only lists version 0.39.  This will need some investigation to see where
 this new version is coming from, which will have to wait until after
 lenny is released.

Meanwhile, the author republished on his site an archive whit all the
sources of his lib*tom* software: http://home.libtom.org/lt_tree.tar.bz2
It contains version 0.41.

Moreover the source of 0.40 is already present in Debian...
$ apt-get source dropbear
$ ls dropbear-0.52/libtommath/

Let's hope for a good lenny release...

Regards,
Marco

-- 
http://bodrato.it/




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



Bug#514818: lenny-backports not a recognised distribution

2009-02-11 Thread Adam D. Barratt
On Wed, 2009-02-11 at 08:08 +0100, martin f krafft wrote:
 also sprach Adam D. Barratt a...@adam-barratt.org.uk [2009.02.11.0800 
 +0100]:
   If this also applies to the lenny version, this bug should be
   made RC!
  
  It does (I'm assuming there'll also be a lenny-volatile in the not
  too distant future).
  
  If the release team would be happy to accept a tpu update for this
  at this late stage then I should be able to arrange one this
  evening.
 
 Please do. Having a devscripts in lenny whose dch is not aware of
 lenny-* (of which lenny-volatile is official and lenny-backports
 almost so) is IMHO unacceptable.

Should the RT be happy to accept it, I've attached a diff that adds
those two distributions to the list. (On a side note, --bpo will still
create an etch-backports upload, but I haven't changed that in order to
keep the diff minimal and because --bpo is a convenience method).

Adam
diff -Nru devscripts-2.10.35lenny2/debian/changelog devscripts-2.10.35lenny3/debian/changelog
--- devscripts-2.10.35lenny2/debian/changelog	2009-01-10 18:08:11.0 +
+++ devscripts-2.10.35lenny3/debian/changelog	2009-02-11 07:52:05.0 +
@@ -1,3 +1,10 @@
+devscripts (2.10.35lenny3) testing; urgency=low
+
+  * debchange: Recognise lenny-backports and lenny-volatile as valid Debian
+distributions. (Closes: #514818)
+
+ -- Adam D. Barratt a...@adam-barratt.org.uk  Wed, 11 Feb 2009 07:48:29 +
+
 devscripts (2.10.35lenny2) testing; urgency=low
 
   * debsign: Use mktemp rather than a directory based on the process ID.
diff -Nru devscripts-2.10.35lenny2/scripts/debchange.pl devscripts-2.10.35lenny3/scripts/debchange.pl
--- devscripts-2.10.35lenny2/scripts/debchange.pl	2008-07-03 19:51:04.0 +0100
+++ devscripts-2.10.35lenny3/scripts/debchange.pl	2009-02-11 07:48:12.0 +
@@ -383,8 +383,8 @@
 $distributor ||= 'Debian';
 
 if ($distributor eq 'Debian') {
-	unless ($opt_D =~ /^(unstable|((old)?stable|testing)(-security)?|experimental|UNRELEASED|(sarge|etch)(-volatile|-backports)?|((oldstable|testing)-)?proposed-updates)$/) {
-	warn $progname warning: Recognised distributions are: unstable, testing, stable,\noldstable, experimental, UNRELEASED, {sarge,etch}-{volatile,backports},\n{oldstable-,testing-,}proposed-updates and {testing,stable,oldstable}-security.\nUsing your request anyway.\n;
+	unless ($opt_D =~ /^(unstable|((old)?stable|testing)(-security)?|experimental|UNRELEASED|(sarge|etch|lenny)(-volatile|-backports)?|((oldstable|testing)-)?proposed-updates)$/) {
+	warn $progname warning: Recognised distributions are: unstable, testing, stable,\noldstable, experimental, UNRELEASED, {sarge,etch,lenny}-{volatile,backports},\n{oldstable-,testing-,}proposed-updates and {testing,stable,oldstable}-security.\nUsing your request anyway.\n;
 	$warnings++ if not $opt_force_dist;
 	}
 } elsif ($distributor eq 'Ubuntu') {


Bug#514749: /etc/init.d/spamass-milter start gives error message

2009-02-11 Thread Don Armstrong
retitle 514749 document properly how to use inet:fooport sockets in 
/etc/default/spamass-milter and README.Debian
tag 514749 - moreinfo unreproducible
severity 514749 minor
thanks

On Tue, 10 Feb 2009, Don Armstrong wrote:
 On Tue, 10 Feb 2009, Nigel Horne wrote:
  # Default, use the nobody user as the default user, ignore messages
  # from localhost
  OPTIONS=-u spamass-milter -i 127.0.0.1 -i 192.168.1.0/8 -i  
  217.157.23.243 -r 8 -I -p inet:10783
 
 Using -p inet:10783 and having SOCKET set is nonsensical.
 
 You need to also have SOCKET= in your /etc/default/spamass-milter

Err, the above is wrong. This should instead be

SOCKET=inet:10783
SOCKETMODE=
SOCKETOWNER=

and you should ditch the -p option from your OPTIONS list.

This is because the default socket location is set by the init script
to be /var/run/spamass/spamass.sock; (or
/var/spool/postfix/spamass/spamass.sock on postfix) if you change it
to a non-file socket, you need to do a bit of tweaking to make
everything work properly, since it's obviously nonsensical to chmod or
chown a non-file socket.

I've actually never seen a setup with someone using an inet: socket
for spamass milter, which is why this isn't documented anywhere.
Assuming the above actually works for you (it should), I'll add the
documentation when I get a chance.


Don Armstrong

-- 
Cheop's Law: Nothing ever gets built on schedule or within budget.
 -- Robert Heinlein _Time Enough For Love_ p242

http://www.donarmstrong.com  http://rzlab.ucr.edu



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



Bug#514825: Not byeoru but anthy is registered

2009-02-11 Thread Jonny
Package: uim-byeoru
Version: 1:1.5.3-1
Severity: important

--- uim-1.5.3~/debian/uim-byeoru.postinst
+++ uim-1.5.3/debian/uim-byeoru.postinst
@@ -26,7 +26,7 @@
 case $1 in
 configure)
if [ -f /usr/bin/uim-module-manager ]; then
-   /usr/bin/uim-module-manager --register anthy --path /etc/uim
+   /usr/bin/uim-module-manager --register byeoru --path /etc/uim
fi
 ;;

--- uim-1.5.3~/debian/uim-byeoru.prerm
+++ uim-1.5.3/debian/uim-byeoru.prerm
@@ -20,7 +20,7 @@
 case $1 in
 remove|deconfigure)
if [ -f /usr/bin/uim-module-manager ]; then
-   /usr/bin/uim-module-manager --unregister anthy --path /etc/uim
+   /usr/bin/uim-module-manager --unregister byeoru --path /etc/uim
fi
 ;;
 upgrade|failed-upgrade)



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



Bug#502193: even between 0.24.5-3 instances

2009-02-11 Thread martin f krafft
found 502193 0.24.7-1
thanks

The problem persists with the experimental packages installed on
server and client, both locally (server/client) on the same machine,
as well as remotely.

-- 
 .''`.   martin f. krafft madd...@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#514343: mirror submission for debian.morphium.info

2009-02-11 Thread Theodor Reppe
 CDImage-ftp: /debian-cd/
 CDImage-http: /debian-cd/
 CDImage-rsync: debian-cd/

Hi, I just decided not to mirror -cd, because it wouldn't be that useful IMHO.

So I'm getting pushed for everything I mirror, thanks.

morphium



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



Bug#514827: root-system: [debconf_rewrite] Debconf templates and debian/control review

2009-02-11 Thread Christian Perrier
Package: root-system
Version: N/A
Severity: normal
Tags: patch

Dear Debian maintainer,

On Saturday, January 24, 2009, I notified you of the beginning of a review 
process
concerning debconf templates for root-system.

The debian-l10n-english contributors have now reviewed these templates,
and the proposed changes are attached to this bug report.

Please review the suggested changes are suggested, and if you have any
objections, let me know in the next 3 days.

Please try to avoid uploading root-system with these changes right now.

The second phase of this process will begin on Saturday, February 14, 2009, 
when I will
coordinate updates to translations of debconf templates.

The existing translators will be notified of the changes: they will
receive an updated PO file for their language.

Simultaneously, a general call for new translations will be sent to
the debian-i18n mailing list.

Both these calls for translations will request updates to be sent as
individual bug reports. That will probably trigger a lot of bug
reports against your package, but these should be easier to deal with.

The call for translation updates and new translations will run until
about Saturday, March 07, 2009. Please avoid uploading a package with fixed or 
changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.

Please note that this is an approximative delay, which depends on my
own availability to process this work and is influenced by the fact
that I simultaneously work on many packages.

Around Sunday, March 08, 2009, I will contact you again and will send a final 
patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).

Again, thanks for your attention and cooperation.


-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- root-system.old/debian/ttf-root-installer.templates 2009-01-24 
08:19:50.039566048 +0100
+++ root-system/debian/ttf-root-installer.templates 2009-02-11 
07:25:08.328343220 +0100
@@ -1,38 +1,45 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-engl...@lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: ttf-root-installer/blurb
 Type: note
-_Description: These fonts are not free
- These fonts were provided by Microsoft in the interest of cross-platform
+_Description: Non-free fonts
+ The fonts provided in this package were provided by Microsoft in the 
interest of cross-platform
  compatibility. This is no longer the case, but they are still available
  from third parties.
  .
- You are free to download these fonts and use them for your own use, but
- you may not redistribute them in modified form, including changes to the
- file name or packaging format.
+ You are free to download these fonts and use them for your own purposes,
+ but you  have no permission to redistribute them in modified form, including
+ changes to the file name or packaging format.
 
 Template: ttf-root-installer/dldir
 Type: string
-_Description: Directory holding MS fonts (if already downloaded):
+_Description: Directory holding Microsoft fonts (if already downloaded):
  If you have already downloaded Microsoft's TrueType Core Fonts from the
- ROOT FTP server (ftp://root.cern.ch/root/ttf/ttf_fonts.tar.gz), type the
+ ROOT FTP server (ftp://root.cern.ch/root/ttf/ttf_fonts.tar.gz), please enter 
the
  name of the directory which contains the archive.
  .
  If you haven't yet downloaded these fonts, leave this blank and the fonts
- will be downloaded for you. Approximately 1.6 MB will need to be
- downloaded.
+ will be downloaded automatically. The download size is approximately 1.6 MB.
  .
- If you are not connected to the internet or do not wish to download these
+ If you are not connected to the Internet or do not wish to download these
  fonts now, enter none to abort.
 
 Template: ttf-root-installer/baddldir
-Type: note
+Type: error
 _Description: Font files not found
- The directory you entered either did not exist, or did not contain the
- Microsoft TrueType Core Fonts for ROOT. Please re-enter the directory
- containing the Microsoft font files or enter none to abort.
+ The directory you entered either does not exist, or does not contain the
+ Microsoft TrueType Core Fonts for ROOT.
 
 Template: ttf-root-installer/savedir
 Type: string
-_Description: Archive these files to (optional):
+_Description: Archive files to (optional):
  If you would like to keep a permanent archive of the compressed Microsoft
- Core fonts, enter the directory where you'd like them stored. If you

Bug#514094: mopd: General update after the debconf review process

2009-02-11 Thread Christian Perrier
Dear Debian maintainer,

On Friday, January 02, 2009, I sent you a notification about the beginning of a 
review
action on debconf templates for mopd.

Then, I sent you a bug report with rewritten templates and announcing
the beginning of the second phase of this action: call for translation
updates.

Translators have been working hard and here is now the result of their efforts.

Please consider using it EVEN if you committed files to your
development tree as long as they were reported.

The attached tarball contains:

- debian/changelog with the list of changes
- debian/control with rewrites of packages' descriptions
- debian/templates with all the rewritten templates file(s)
- debian/po/*.po with all PO files (existing ones and new ones)

As said, please use *at least* the PO files as provided here,
preferrably over those sent by translators in their bug reports. All
of them have been checked and reformatted. In some cases, formatting
errors have been corrected.

The patch.rfr file contains a patch for the templates and control
file(s) alone.

Please note that this patch applies to the templates and control
file(s) of your package as of Friday, January 02, 2009. If your package was 
updated
in the meantime, I may have updated my reference copybut I also
may have missed that. This is indeed why I suggested you do not
modified such files while the review process was running,
remember..:-)

It is now safe to upload a new package version with these changes.

Please notify me of your intents with regards to this. 

There is of course no hurry to update your package but feel free to
contact me in case you would need sponsoring or any other action to
fix this.



-- 




patch.tar.gz
Description: Binary data
--- mopd.old/debian/templates   2009-01-02 19:02:58.0 +0100
+++ mopd/debian/templates   2009-01-16 08:09:58.0 +0100
@@ -1,20 +1,35 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-engl...@lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: mopd/other_interface
 Type: string
-_Description: Enter an interface:
+_Description: Interface for mopd:
  Please enter the interface you would like to run mopd on.
 
 Template: mopd/bad_interface
-Type: note
-_Description: mopd's currently configured interface is unavailable
- A configuration exists in /etc/mopd.conf.  The interface indicated in that
- file '${cur_iface}' does not appear to be available.  Please resolve the
+Type: error
+_Description: Nonexistent interface for mopd
+ The MOP daemon configuration already exists as /etc/mopd.conf.
+ .
+ However, that configuration file specifies '${cur_iface}' as listening
+ interface, which currently does not exist.
+ .
+ You should resolve this
  situation by manually editing the configuration file appropriately. Until
  this issue is resolved it is likely that mopd will not function correctly.
 
 Template: mopd/interface
 Type: select
-_Choices: other, all, ${choices}
-_Description: Interface:
+#flag:translate!:3
+__Choices: other, all, ${choices}
+_Description: Interface for mopd:
  Please choose the interface you would like to run mopd on, or select
- 'other' if the interface is not in this list, select 'all' if you would
- like mopd to listen on all interfaces.
+ 'other' if the interface is not in this list.
+ .
+ If you want mopd to listen on all interfaces, please choose 'all'.
--- mopd.old/debian/control 2009-01-02 19:02:58.0 +0100
+++ mopd/debian/control 2009-01-03 07:34:41.0 +0100
@@ -8,7 +8,8 @@
 Package: mopd
 Architecture: any
 Depends: ${shlibs:Depends}, debconf | debconf-2.0
-Description: The Maintenance Operations Protocol (MOP) loader daemon
- The MOP daemon services MOP load requests on one or all Ethernet interfaces.
- Normally, a filename (uppercase and ending in .SYS) is included in the load 
- request.
+Description: Maintenance Operations Protocol loader daemon
+ This daemon services load requests on one or all Ethernet interfaces using
+ the DEC Maintenance Operations Protocol. Normally, a filename (uppercase
+ and ending in .SYS) is included in the load request; this is looked for in
+ /tftpboot/mop by default and may be used as a netboot image.
--- mopd.old/debian/changelog   2009-01-02 19:02:58.0 +0100
+++ mopd/debian/changelog   2009-02-07 08:38:28.892747669 +0100
@@ -1,3 +1,26 @@
+mopd (1:2.5.3-16) UNRELEASED; urgency=low
+
+  * Debconf templates and debian/control reviewed by the debian-l10n-
+english team as part of the Smith review project. Closes: #512008
+  * [Debconf translation updates]
+  * Bokmål, Norwegian. Closes: #512680
+  * Basque. Closes: #512744
+  * Vietnamese. Closes: #512963
+  * Portuguese. Closes: #513277
+  * Italian. Closes: #513364
+  * Russian. Closes: #513401
+  * German. Closes: 

Bug#514826: installation-report: Unable to boot with /boot on LVM and lilo

2009-02-11 Thread Daniel Dehennin
Package: installation-reports
Version: 2.38
Severity: normal



-- Package-specific info:

Boot method: CD
Image version: debian-Lenny-DI-rc2-amd64-netinst.iso
Date: 10 Ferbuary 2009

Machine: KVM 72+dfsg-4 on debian sid
Partitions: 

Disk /dev/hda: 10.7 GB, 10737418240 bytes
255 heads, 63 sectors/track, 1305 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000cc2b8

   Device Boot  Start End  Blocks   Id  System
/dev/hda1   *   1 486 3903763+  8e  Linux LVM
/dev/hda2 4871305 6578617+  8e  Linux LVM

  --- Volume group ---
  VG Name   datas
  System ID 
  Formatlvm2
  Metadata Areas1
  Metadata Sequence No  5
  VG Access read/write
  VG Status resizable
  MAX LV0
  Cur LV4
  Open LV   4
  Max PV0
  Cur PV1
  Act PV1
  VG Size   6,27 GB
  PE Size   4,00 MB
  Total PE  1606
  Alloc PE / Size   1312 / 5,12 GB
  Free  PE / Size   294 / 1,15 GB
  VG UUID   pwLChv-ruvR-ws0L-oRO6-oNUQ-oEDd-cDenQg
   
  --- Volume group ---
  VG Name   system
  System ID 
  Formatlvm2
  Metadata Areas1
  Metadata Sequence No  10
  VG Access read/write
  VG Status resizable
  MAX LV0
  Cur LV5
  Open LV   5
  Max PV0
  Cur PV1
  Act PV1
  VG Size   3,72 GB
  PE Size   4,00 MB
  Total PE  953
  Alloc PE / Size   953 / 3,72 GB
  Free  PE / Size   0 / 0   
  VG UUID   V67an8-HLYb-aIQb-Hxcq-rtFs-FH9M-YGjNiV
   

  --- Logical volume ---
  LV Name/dev/datas/var
  VG Namedatas
  LV UUID1nPqMM-Dzd2-C3Lo-7xWc-WAd1-Ijaz-bY1xSw
  LV Write Accessread/write
  LV Status  available
  # open 1
  LV Size1,86 GB
  Current LE 476
  Segments   1
  Allocation inherit
  Read ahead sectors auto
  - currently set to 256
  Block device   254:5
   
  --- Logical volume ---
  LV Name/dev/datas/var-log
  VG Namedatas
  LV UUIDmj1lYo-CCVE-jlYJ-XXK1-tBJG-VSon-Hubgv0
  LV Write Accessread/write
  LV Status  available
  # open 1
  LV Size488,00 MB
  Current LE 122
  Segments   1
  Allocation inherit
  Read ahead sectors auto
  - currently set to 256
  Block device   254:6
   
  --- Logical volume ---
  LV Name/dev/datas/var-lib
  VG Namedatas
  LV UUIDG0AeVy-Esnf-gKVP-HNtx-zUei-2ok7-YDbm2b
  LV Write Accessread/write
  LV Status  available
  # open 1
  LV Size952,00 MB
  Current LE 238
  Segments   1
  Allocation inherit
  Read ahead sectors auto
  - currently set to 256
  Block device   254:7
   
  --- Logical volume ---
  LV Name/dev/datas/var-cache
  VG Namedatas
  LV UUIDnjXPqz-KKY1-1YSJ-zVpO-rfYX-SP9T-14mN3n
  LV Write Accessread/write
  LV Status  available
  # open 1
  LV Size1,86 GB
  Current LE 476
  Segments   1
  Allocation inherit
  Read ahead sectors auto
  - currently set to 256
  Block device   254:8
   
  --- Logical volume ---
  LV Name/dev/system/racine
  VG Namesystem
  LV UUIDRKps3s-1lDZ-hcor-cT2N-Vj7r-3zYI-tptIco
  LV Write Accessread/write
  LV Status  available
  # open 1
  LV Size952,00 MB
  Current LE 238
  Segments   1
  Allocation inherit
  Read ahead sectors auto
  - currently set to 256
  Block device   254:0
   
  --- Logical volume ---
  LV Name/dev/system/swap
  VG Namesystem
  LV UUIDk0jKcJ-2VAz-Ntci-6BbR-uJ1D-IiMN-RmjS73
  LV Write Accessread/write
  LV Status  available
  # open 2
  LV Size488,00 MB
  Current LE 122
  Segments   1
  Allocation inherit
  Read ahead sectors auto
  - currently set to 256
  Block device   254:1
   
  --- Logical volume ---
  LV Name/dev/system/usr
  VG Namesystem
  LV UUID0muiV9-r24x-sk8E-xRLM-XJNM-FB73-15Xhtd
  LV Write Accessread/write
  LV Status  available
  # open 1
  LV Size952,00 

Bug#514818: lenny-backports not a recognised distribution

2009-02-11 Thread Marc 'HE' Brockschmidt
Adam D. Barratt a...@adam-barratt.org.uk writes:
 On Wed, 2009-02-11 at 08:08 +0100, martin f krafft wrote:
 also sprach Adam D. Barratt a...@adam-barratt.org.uk [2009.02.11.0800 
 +0100]:
 Please do. Having a devscripts in lenny whose dch is not aware of
 lenny-* (of which lenny-volatile is official and lenny-backports
 almost so) is IMHO unacceptable.

 Should the RT be happy to accept it, I've attached a diff that adds
 those two distributions to the list. (On a side note, --bpo will still
 create an etch-backports upload, but I haven't changed that in order to
 keep the diff minimal and because --bpo is a convenience method).

Please upload.

Marc
-- 
Fachbegriffe der Informatik - Einfach erklärt
66: WWW
   in bunten Bildern wenig Klarheit, viel Irrtum und ein Fünkchen Wahrheit
   (Johann Wolfgang v. Goethe)


pgphS7dcJOASh.pgp
Description: PGP signature


Bug#503205: [twitux] followup from developers?

2009-02-11 Thread Obey Arthur Liu
Package: twitux
Version: 0.68-1

--- Please enter the report below this line. ---

Rodriguo,

I just bumped into this issue while trying to make twitux work today. Do
 you have any news about this issue from the developer side ?
Network-manager in finicky enough with wired connections and it's
infortunate that it breaks other software..
By the way, the issue in unchanged as of 0.69.

Greetings,

Arthur

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.26-1-686

Debian Release: 5.0
  300 testing security.debian.org
  300 testing ftp.ch.debian.org
  100 unstableftp.ch.debian.org
1 experimentalftp.ch.debian.org

--- Package information. ---
Depends(Version) | Installed
-+-==
gnome-keyring| 2.24.1-1
dbus-x11 | 1.2.1-5
libc6 (= 2.7-1) | 2.7-18
libcanberra-gtk0(= 0.2) | 0.4-1
libcanberra0(= 0.2) | 0.4-1
libdbus-1-3   (= 1.0.2) | 1.2.1-5
libdbus-glib-1-2   (= 0.71) | 0.76-1
libenchant1c2a(= 1.4.2) | 1.4.2-3.3
libgconf2-4  (= 2.23.2) | 2.24.0-5
libglib2.0-0 (= 2.16.0) | 2.18.4-1
libgnome-keyring0(= 2.23.5) | 2.24.1-1
libgtk2.0-0  (= 2.14.0) | 2.14.7-1
libnotify1(= 0.4.4) | 0.4.4-3
libnotify1-gtk2.10   |
libsexy2  (= 0.1.8) | 0.1.11-2+b1
libsoup2.4-1(= 2.23.91) | 2.24.3-1
libxml2  (= 2.6.27) | 2.6.32.dfsg-5
gconf2 (= 2.10.1-2) | 2.24.0-5





signature.asc
Description: OpenPGP digital signature


Bug#496051: Really closed ?

2009-02-11 Thread Maelvon HAWK

backup-manager:
  Installé : 0.7.8-1
  Candidat : 0.7.8-1
 Table de version :
 *** 0.7.8-1 0
801 http://ftp.fr.debian.org sid/main Packages
100 /var/lib/dpkg/status
 0.7.5-4 0
900 http://security.debian.org etch/updates/main Packages
 0.7.5-3 0
500 http://ftp.fr.debian.org etch/main Packages


I've the same warning using backup-manager as cron job :


/etc/cron.daily/backup-manager:
Creating a default MySQL client configuration file: 
/root/.backup-manager_my.cnf



Is the bug really closed. What can I do for debuging help ?

Maelvon






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



Bug#514796: vim-scripts: lbdbq.vim does not check for existence of lbdbq

2009-02-11 Thread Stefano Zacchiroli
tag 514796 + pending
thanks

On Tue, Feb 10, 2009 at 11:36:40PM +0100, Christian Brabandt wrote:
 I recently stumbled over this error, that lbdbq.vim is not checking
 for the existence of lbdbq and therefore will fail without any obvious
 reason. 

Thanks for the report, it is now fixed in vim-scripts VCS.

However, your patch had to be changes because it doesn't stop the
execution of the (not existent) lbdbq, hence cluttering the user with
useless errors. The attached patch is what I've committed.

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime
#! /bin/sh /usr/share/dpatch/dpatch-run
## lbdbq-detect-lbdbq.dpatch by Stefano Zacchiroli z...@debian.org
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: detect (the absence of) the lbdbq executable

@DPATCH@
diff -urNad vim-scripts~/plugin/lbdbq.vim vim-scripts/plugin/lbdbq.vim
--- vim-scripts~/plugin/lbdbq.vim   2009-02-11 09:34:45.794744601 +0100
+++ vim-scripts/plugin/lbdbq.vim2009-02-11 09:35:05.622746011 +0100
@@ -14,6 +14,10 @@
  queries lbdb with a query string and return a list of pairs:
  [['full name', 'email'], ['full name', 'email'], ...]
 function! LbdbQuery(qstring)
+  if !executable(lbdbq)
+echoerr Cannot find 'lbdbq' executable, please install it (usually, it 
comes with the 'lbdb' package)
+return []
+  endif
   let output = system(lbdbq ' . a:qstring . ')
   let results = []
   for line in split(output, \n)[1:]  skip first line (lbdbq summary)


Bug#437836: phpbb3: Multiple installations are not supported due to caching functionality

2009-02-11 Thread Thijs Kinkhorst
On Wed, February 11, 2009 08:06, Daniel Rheinbay wrote:
 Apparently, it was the default configuration that Debian's php5 packages
 were shipped with at some point. Maybe this has changed since.

I don't think they ever did, but at least they have not been doing that in
any stable release.

 given that apparently the proposed patch works as long as safe_mode is
 turned off, are there any other issues to be taken care of before this
 patch can make it into the actual package?

Yes, I'm not too fond of the creating dirs from the webapp that it does.
Besides that, Lenny needs to be released before we can make further
changes like these to the package. I will look into the proper patch
within a few weeks, when Lenny is out of the door.


cheers,
Thijs




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



Bug#503090: [wnpp] ping?

2009-02-11 Thread Obey Arthur Liu
Package: wnpp

--- Please enter the report below this line. ---

Hi,

I'm considering rolling PacketFence on a dozen Debian servers in a few
months. Has anyone further looked into packaging PacketFence ? I suppose
I could at least help test, maybe help packaging also. With its RHEL
targeting and intrusive integration with apache, dhcp, snort et al. it
doesn't seem to be packaging for the faint of heart.

Cheers

Arthur



signature.asc
Description: OpenPGP digital signature


Bug#514828: po4a-translate doesn't recognize docbook with system doctype

2009-02-11 Thread Raphael Hertzog
Package: po4a
Version: 0.34-2
Severity: normal

Let's say I create a docbook file that starts like this:
$ head -4 en/release-notes.dbk 
?xml version='1.0' encoding='utf-8'?
!DOCTYPE book SYSTEM /usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd [
  !ENTITY % shareddata   SYSTEM ../release-notes.ent  %shareddata;
]

Using po4a-translate (and possibly other po4a-* tools) you get this
error:

po4a-translate --format docbook --keep 0 --master en/release-notes.dbk
--po zh_TW/release-notes.po --localized zh_TW/release-notes.dbk
en/release-notes.dbk:2: (po4a::xml)
   Bad document type. 'docbook xml' expected.

Cheers,

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.28-1-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages po4a depends on:
ii  gettext   0.17-6 GNU Internationalization utilities
ii  libsgmls-perl 1.03ii-32  Perl modules for processing SGML p
ii  perl  5.10.0-19  Larry Wall's Practical Extraction 
ii  perl-modules  5.10.0-19  Core Perl modules
ii  sp1.3.4-1.2.1-47 James Clark's SGML parsing tools

Versions of packages po4a recommends:
ii  liblocale-gettext-perl1.05-4 Using libc functions for internati
ii  libterm-readkey-perl  2.30-4 A perl module for simple terminal 
ii  libtext-wrapi18n-perl 0.06-6 internationalized substitute of Te

po4a suggests no packages.

-- no debconf information



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



Bug#514826: Same problem here with another hardware configuration

2009-02-11 Thread Emmanuel Lesouef
I have the same problem here with a different hardware configuration.

The hardware summary is attached.

As suggested by Daniel, I can confirm that my system is booting after
modifying the lilo command-line.

-- 
Emmanuel Lesouef


hardware-summary
Description: Binary data


Bug#514829: ifupdown-scripts-zg2: Multiple problem with uniqueness of MAC address

2009-02-11 Thread Vincent Bernat
Package: ifupdown-scripts-zg2
Version: 0.2-2.1
Severity: normal

Hi!

The check about uniqueness of MAC address is a bit problematic. For
example, when using a bonding device, I cannot set it using interfaces
that have been named :

iface member1 inet manual
   mac ca:fe:ab:ba:00:03
iface member2 inet manual
   mac ca:fe:ab:ba:00:04
iface aggregate inet manual
   slaves member1 member2

I get:
/etc/network/if-up.d/ifupdown-scripts-zg2-10eth-interfacename: ERR:
device with MAC address ca:fe:ab:ba:00:03 (vlan 0) already up as member1
for member1.
/etc/network/if-up.d/ifupdown-scripts-zg2-10eth-interfacename:
renaming aggregate, and disabling interface

Therefore, I need to configure it like this:

iface aggregate inet manual
  slaves eth0 eth1
  
Then, if I try to get a VLAN on top of this, I have the same problem:

iface thingy inet manual
  encapsulation dot1q
  master aggregate
  vlan-id 741

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ifupdown-scripts-zg2 depends on:
ii  debianutils   2.31   Miscellaneous utilities specific t
ii  ifupdown  0.6.8+nmu1 high level tools to configure netw
ii  iproute   20080725-2 networking and traffic control too

ifupdown-scripts-zg2 recommends no packages.

ifupdown-scripts-zg2 suggests no packages.

-- no debconf information



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



Bug#514772: hardlink remove some .bak file from filesystem

2009-02-11 Thread Julian Andres Klode
tag 514772 pending
thanks

2009/2/10 Barchan barchan barcha...@gmail.com:
 Package: hardlink
 Version: 0.1
 Severity: grave
 Justification: causes non-serious data loss

 *** Please type your report below this line ***


 if foo file is duplicated and file foo.bak exist in same directory
 hardlink remove .bak file.

 You can reproduce this error this way:

 % mkdir dir
 % echo test dir/foo
 % cp -a dir dir2
 % echo test2  dir/foo.bak
 % echo test3  dir2/foo.bak
 % hardlink -m -t .
 Error: Comparing ./dir2/foo.bak to ./dir/foo.bak failed
   [Errno 2] No such file or directory: './dir2/foo.bak'

 % find
 ./dir
 ./dir/foo
 ./dir/foo.bak
 ./dir2
 ./dir2/foo


 Error is in code:
   def link(self, other):
'''Link the current file to another one'''
backup = other.path + '.bak'
 [...] os.rename(other.path, backup)

 hardlink not test if .bak file exist, overwrite, and remove file.
I will release a fixed version in a few hours.

 -- System Information:
 Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
 Architecture: i386 (x86_64)

 Kernel: Linux 2.6.26-1-amd64 (SMP w/4 CPU cores)
 Locale: LANG=C, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
 Shell: /bin/sh linked to /bin/bash

 Versions of packages hardlink depends on:
 ii  python2.5.2-3An interactive high-level 
 object-o

 hardlink recommends no packages.

 hardlink suggests no packages.

 -- no debconf information






-- 
Julian Andres Klode  - Free Software Developer
   Debian Developer  - Contributing Member of SPI
   Ubuntu Member - Fellow of FSFE

Website: http://jak-linux.org/   XMPP: juli...@jabber.org
Debian:  http://www.debian.org/  SPI:  http://www.spi-inc.org/
Ubuntu:  http://www.ubuntu.com/  FSFE: http://www.fsfe.org/



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



Bug#513743: clone/reassign to gcc

2009-02-11 Thread Rene Engelhard
clone 513743 -1
reassign -1 gcc-4.3
reopen -1
# maybe before, but that's the first version which appears in a buildog
# of a build causing a broken version
found -1 4.3.2-4
thanks

Hi,

ok, OOo is now fixed in testing by a bin-NMU with testings gcc (and that's
what will be in lenny), but it still is a gcc bug which *might* have effect
on other stuff too - so I am reassigning a clone to gcc itself and repening
that clone.

Regards,

Rene




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



Bug#514829: Only bonding is problematic

2009-02-11 Thread Vincent Bernat
Hi!

My bug report is bogus. There is no problem with this setup:

iface aggregate inet manual
  slaves eth0 eth1
iface thingy inet manual
  encapsulation dot1q
  vlan-id 457
  master aggregate

The only problem is with this setup:

iface member1 inet manual
  mac ca:fe:ab:ba:00:03
iface member2 inet manual
  mac ca:fe:ab:ba:00:04
iface aggregate inet manual
  slaves member1 member2 

Thanks.
-- 
Vincent Bernat
Administrateur réseaux
PC SAS pour France Telecom -- OPF/PORTAIL/DOP/HEBEX/BAGNOLET
Tel. +33 1 58 96 62 69

***
This message and any attachments (the message) are confidential and
intended solely for the addressees. Any unauthorised use or
dissemination is prohibited.Messages are susceptible to alteration.
France Telecom Group shall not be liable for the message if altered,
changed or falsified.
If you are not receiver of this message, please cancel it immediately
and inform the sender.




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



Bug#514831: gnome-applets: weather-applet displays wrong character for grad celsius

2009-02-11 Thread Andreas Romeyke
Package: gnome-applets
Version: 2.22.3-3
Severity: minor

Hello,

the weather applet displays wrong character for temperature, see attached
screenshot for details.

Bye Andreas


-- System Information:
Debian Release: 5.0
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.27.12-f4c (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-applets depends on:
ii  debconf [debconf-2.0]  1.5.24Debian configuration management sy
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  gnome-applets-data 2.22.3-3  Various applets for GNOME 2 panel 
ii  gnome-icon-theme   2.22.0-1  GNOME Desktop icon theme
ii  gnome-panel2.20.3-5  launcher and docking facility for 
ii  gstreamer0.10-alsa [gs 0.10.19-2 GStreamer plugin for ALSA
ii  gstreamer0.10-esd [gst 0.10.8-4.1~lenny1 GStreamer plugin for ESD
ii  gstreamer0.10-plugins- 0.10.8-4.1~lenny1 GStreamer plugins from the good 
ii  libapm13.2.2-12  Library for interacting with APM d
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libcpufreq0004-2 shared library to deal with the cp
ii  libdbus-1-31.2.1-5   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.76-1simple interprocess messaging syst
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.6-1  The GLib library of C routines
ii  libgnome-desktop-2 2.22.3-2  Utility library for loading .deskt
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime file
ii  libgnomekbd2   2.22.0-1  GNOME library to manage keyboard c
ii  libgnomekbdui2 2.22.0-1  User interface library for libgnom
ii  libgnomeui-0   2.20.1.1-2The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.22.0-5GNOME Virtual File System (runtime
ii  libgnomevfs2-extra 1:2.22.0-5GNOME Virtual File System (extra m
ii  libgstreamer-plugins-b 0.10.19-2 GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.19-3 Core GStreamer libraries and eleme
ii  libgtk2.0-02.12.11-4 The GTK+ graphical user interface 
ii  libgtop2-7 2.22.3-1  gtop system monitoring library
ii  libgucharmap6  1:2.22.3-2Unicode browser widget library (sh
ii  libgweather1   2.22.3-1  GWeather shared library
ii  libhal10.5.11-8  Hardware Abstraction Layer - share
ii  libnotify1 [libnotify1 0.4.4-3   sends desktop notifications to a n
ii  liboobs-1-42.22.0-2  GObject based interface to system-
ii  libpanel-applet2-0 2.20.3-5  library for GNOME Panel applets
ii  libpango1.0-0  1.20.5-3  Layout and rendering of internatio
ii  libwnck22  2.22.3-1  Window Navigator Construction Kit 
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxklavier12  3.5-2 X Keyboard Extension high-level AP
ii  libxml22.6.32.dfsg-5 GNOME XML library
ii  python 2.5.2-3   An interactive high-level object-o

Versions of packages gnome-applets recommends:
ii  deskbar-applet2.22.3.1-1 universal search and navigation ba
ii  gnome-media   2.22.0-3   GNOME media utilities
ii  gnome-netstatus-applet2.12.1-2   Network status applet for GNOME 2
ii  gnome-system-monitor  2.22.3-1   Process viewer and system resource
ii  python-gnome2 2.22.0-1   Python bindings for the GNOME desk

Versions of packages gnome-applets suggests:
pn  acpid none (no description available)
pn  cpufreqd | cpudyn | powernowd none (no description available)
pn  tomboynone (no description available)

-- debconf information excluded
attachment: weather_applet.png

Bug#502193: even between 0.24.5-3 instances

2009-02-11 Thread martin f krafft
forwarded 502193 http://projects.reductivelabs.com/issues/961
tags 502193 upstream
thanks

Doing some more research, I found

  http://projects.reductivelabs.com/issues/961

and cannot help but notice a lot of CLOSE_WAIT connections on all of the
clients experiencing the problem, all held by the daemon process.

tcp   28  0 130.60.75.74:40368  82.197.185.122:8140 CLOSE_WAIT  
26558/ruby
tcp   28  0 130.60.75.74:40365  82.197.185.122:8140 CLOSE_WAIT  
26558/ruby
tcp   28  0 130.60.75.74:40366  82.197.185.122:8140 CLOSE_WAIT  
26558/ruby
tcp   28  0 130.60.75.74:51485  82.197.185.122:8140 CLOSE_WAIT  
26558/ruby
tcp   28  0 130.60.75.74:51488  82.197.185.122:8140 CLOSE_WAIT  
26558/ruby
tcp   28  0 130.60.75.74:51484  82.197.185.122:8140 CLOSE_WAIT  
26558/ruby
tcp   28  0 130.60.75.74:40367  82.197.185.122:8140 CLOSE_WAIT  
26558/ruby
tcp   28  0 130.60.75.74:33648  82.197.185.122:8140 CLOSE_WAIT  
26558/ruby
tcp   28  0 130.60.75.74:33650  82.197.185.122:8140 CLOSE_WAIT  
26558/ruby
tcp   28  0 130.60.75.74:51487  82.197.185.122:8140 CLOSE_WAIT  
26558/ruby
tcp   28  0 130.60.75.74:33651  82.197.185.122:8140 CLOSE_WAIT  
26558/ruby
tcp   28  0 130.60.75.74:51486  82.197.185.122:8140 CLOSE_WAIT  
26558/ruby
tcp   28  0 130.60.75.74:51489  82.197.185.122:8140 CLOSE_WAIT  
26558/ruby
tcp   28  0 130.60.75.74:40364  82.197.185.122:8140 CLOSE_WAIT  
26558/ruby

There are not necessarily any matching entries on the server.
Those CLOSE_WAIT connections stay around forever.

If I run puppetd manually with --onetime, they go away with the
process, which could explain why the problem only appears when the
client daemon runs, not when I invoke it manually.

It seems that the fix which closed the upstream bug didn't actually
fix the issue. This is possibly because the commit was refactored
before it went into 0.24.1, possibly introducing a new bug on the
way.

-- 
 .''`.   martin f. krafft madd...@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#514818: lenny-backports not a recognised distribution

2009-02-11 Thread martin f krafft
also sprach Adam D. Barratt a...@adam-barratt.org.uk [2009.02.11.0858 +0100]:
 Should the RT be happy to accept it, I've attached a diff that adds
 those two distributions to the list. (On a side note, --bpo will still
 create an etch-backports upload, but I haven't changed that in order to
 keep the diff minimal and because --bpo is a convenience method).


also sprach Marc 'HE' Brockschmidt h...@ftwca.de [2009.02.11.0927 +0100]:
 Please upload.

I suggest to also include the fix to --bpo. I'll gladly review the
diff.

-- 
 .''`.   martin f. krafft madd...@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
hi! i'm a .signature virus!
copy me into your ~/.signature to help me spread!


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#514094: mopd: General update after the debconf review process

2009-02-11 Thread Chrissie Caulfield
Thank you for all your hard work, I'll et a new package uploaded in the
next few days.

Chrissie



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



Bug#514395: LUT settings are not restored after switching to console.

2009-02-11 Thread Michel Dänzer
On Sat, 2009-02-07 at 01:37 +0100, Kurt Roeckx wrote:
 
 I'm using a tool called dispwin from the argyll packages (not yet in
 Debian), to change the VideoLUT settings.  This all works like it should.
 
 My problem now is that when I switch from X to console and then back to X
 those settings are removed and not restored.
 
 I would either like to see them stay the way they are when switching
 to the console,

That's not really possible; the X driver is supposed to save and restore
the console hardware state unmodified.

 or atleast get them restored when switching back to X.

What method does dispwin use for changing the LUT settings?


-- 
Earthling Michel Dänzer   |http://www.vmware.com
Libre software enthusiast |  Debian, X and DRI developer



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



Bug#512097: ITP: partitionmanager -- KDE Partition Manager

2009-02-11 Thread George Kiagiadakis
retitle 512097 ITP: partitionmanager -- KDE Partition Manager
owner 512097 !
thanks

Hi,
I'm already working on this package. I hope it will be available soon.

Regards,
George




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



Bug#514818: lenny-backports not a recognised distribution

2009-02-11 Thread Philipp Kern
On Wed, Feb 11, 2009 at 09:27:16AM +0100, Marc 'HE' Brockschmidt wrote:
 Adam D. Barratt a...@adam-barratt.org.uk writes:
  On Wed, 2009-02-11 at 08:08 +0100, martin f krafft wrote:
  also sprach Adam D. Barratt a...@adam-barratt.org.uk [2009.02.11.0800 
  +0100]:
  Please do. Having a devscripts in lenny whose dch is not aware of
  lenny-* (of which lenny-volatile is official and lenny-backports
  almost so) is IMHO unacceptable.
  Should the RT be happy to accept it, I've attached a diff that adds
  those two distributions to the list. (On a side note, --bpo will still
  create an etch-backports upload, but I haven't changed that in order to
  keep the diff minimal and because --bpo is a convenience method).
 Please upload.

Apart from the fact that devscripts might be something for volatile,
I don't think we have time to include this arch-specific upload.  It can
surely be updated for r1 too and be put into backports in the meantime
which we suppose to be activated if you want to prepare stuff for backports.

Kind regards,
Philipp Kern
-- 
 .''`.  Philipp KernDebian Developer
: :' :  http://philkern.de Release Assistant
`. `'   xmpp:p...@0x539.de Stable Release Manager
  `-finger pkern/k...@db.debian.org


signature.asc
Description: Digital signature


Bug#514832: php5: performance: php_curl_stream_read() unnecessarily sleeps 15 secs under heavy load.

2009-02-11 Thread giuseppe bonacci
Package: php5
Version: 5.2.0-8+etch13
Severity: normal
Tags: patch, upstream


php_curl_stream_read() in ext/curl/streams.c always calls select() after
firing up a connection.  however, when the php client is under heavy
load, the server might have already responded, and the last call to
curl_multi_perform() before entering the loop might have received all
the data and closed the connection.  at this point, curl_multi_fdset()
in the loop returns maxfs == -1, and the following select turns into a
pointless 15 sec sleep. 

I believe this problem is related to http://bugs.php.net/bug.php?id=23258

please see the attached patch.
regards
g.b.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-6-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages php5 depends on:
ii  libapache2-mod-php5   5.2.0-8+etch13 server-side, HTML-embedded scripti
ii  php5-common   5.2.0-8+etch13 Common files for packages built fr

php5 recommends no packages.

-- no debconf information
diff -Nur php-5.1.6.old/ext/curl/streams.c php-5.1.6/ext/curl/streams.c
--- php-5.1.6.old/ext/curl/streams.c	2006-08-10 19:16:35.0 +0200
+++ php-5.1.6/ext/curl/streams.c	2009-02-04 17:16:39.0 +0100
@@ -160,7 +160,8 @@
 			tv.tv_sec = 15; /* TODO: allow this to be configured from the script */
 
 			/* wait for data */
-			switch (select(curlstream-maxfd + 1, curlstream-readfds, curlstream-writefds, curlstream-excfds, tv)) {
+			switch ((curlstream-maxfd  0) ? 1 : 
+	select(curlstream-maxfd + 1, curlstream-readfds, curlstream-writefds, curlstream-excfds, tv)) {
 case -1:
 	/* error */
 	return 0;
@@ -173,7 +174,8 @@
 		curlstream-mcode = curl_multi_perform(curlstream-multi, curlstream-pending);
 	} while (curlstream-mcode == CURLM_CALL_MULTI_PERFORM);
 			}
-		} while (curlstream-readbuffer.readpos = curlstream-readbuffer.writepos  curlstream-pending  0);
+		} while (curlstream-maxfd = 0 
+curlstream-readbuffer.readpos = curlstream-readbuffer.writepos  curlstream-pending  0);
 
 	}
 


Bug#514833: linux-image-2.6.18-6-686: sundance network driver get timeout on a DFE-580TX when this kernel is installed

2009-02-11 Thread Benoit Mortier
Package: linux-image-2.6.18-6-686
Version: 2.6.18.dfsg.1-24
Severity: grave
Justification: causes non-serious data loss


When i upgrade this box running a DFE-580TX with the latest etch update of 10 
february 2009
Immediately my network card stopped functionning with the message below

Feb 10 12:11:54 linux02 kernel: NETDEV WATCHDOG: eth4: transmit timed out
Feb 10 12:11:54 linux02 kernel: eth4: Transmit timed out, TxStatus 00 TxFrameId 
06, resetting...
Feb 10 12:11:54 linux02 kernel: 00 1fcdf000 1fcdf010 8001(00) 0df69012 
85ae
Feb 10 12:11:54 linux02 kernel: 01 1fcdf010 1fcdf020 8005(01) 2f4fe812 
85ae
Feb 10 12:11:54 linux02 kernel: 02 1fcdf020 1fcdf030 8009(02) 21aee012 
8042
Feb 10 12:11:54 linux02 kernel: 03 1fcdf030 1fcdf040 800d(03) 1089e012 
8042
Feb 10 12:11:54 linux02 kernel: 04 1fcdf040  8011(04) 28656012 
85ae
Feb 10 12:11:54 linux02 kernel: 05 1fcdf050 1fcdf060 00018015(05)  

Feb 10 12:11:54 linux02 kernel: 06 1fcdf060 1fcdf070 00018019(06)  

Feb 10 12:11:54 linux02 kernel: 07 1fcdf070 1fcdf080 801d(07) 187d1812 
85ae
Feb 10 12:11:54 linux02 kernel: 08 1fcdf080 1fcdf090 8021(08) 192b3012 
85ae
Feb 10 12:11:54 linux02 kernel: 09 1fcdf090 1fcdf0a0 8025(09) 364cb012 
85ae
Feb 10 12:11:54 linux02 kernel: 0a 1fcdf0a0 1fcdf0b0 8029(0a) 192b3812 
85ae
Feb 10 12:11:54 linux02 kernel: 0b 1fcdf0b0 1fcdf0c0 802d(0b) 0ae87812 
85ae
Feb 10 12:11:54 linux02 kernel: 0c 1fcdf0c0 1fcdf0d0 8031(0c) 1f736812 
85ae
Feb 10 12:11:54 linux02 kernel: 0d 1fcdf0d0 1fcdf0e0 8035(0d) 2bc9f812 
85ae
Feb 10 12:11:54 linux02 kernel: 0e 1fcdf0e0 1fcdf0f0 8039(0e) 28656812 
85ae
Feb 10 12:11:54 linux02 kernel: 0f 1fcdf0f0 1fcdf100 803d(0f) 0b3ed012 
85ae
Feb 10 12:11:54 linux02 kernel: 10 1fcdf100 1fcdf110 8041(10) 3465a012 
85ae
Feb 10 12:11:54 linux02 kernel: 11 1fcdf110 1fcdf120 8045(11) 2443c012 
85ae
Feb 10 12:11:54 linux02 kernel: 12 1fcdf120 1fcdf130 8049(12) 19bc1812 
85ae
Feb 10 12:11:54 linux02 kernel: 13 1fcdf130 1fcdf140 804d(13) 119d1812 
85ae
Feb 10 12:11:54 linux02 kernel: 14 1fcdf140 1fcdf150 8051(14) 319ec012 
85ae
Feb 10 12:11:54 linux02 kernel: 15 1fcdf150 1fcdf160 8055(15) 0a286812 
85ae
Feb 10 12:11:54 linux02 kernel: 16 1fcdf160 1fcdf170 8059(16) 0cb23812 
85ae
Feb 10 12:11:54 linux02 kernel: 17 1fcdf170 1fcdf180 805d(17) 0cdca012 
85ae
Feb 10 12:11:54 linux02 kernel: 18 1fcdf180 1fcdf190 8061(18) 2487e812 
85ae
Feb 10 12:11:54 linux02 kernel: 19 1fcdf190 1fcdf1a0 8065(19) 177ed012 
81a1
Feb 10 12:11:54 linux02 kernel: 1a 1fcdf1a0 1fcdf1b0 8069(1a) 19bc1012 
85ae
Feb 10 12:11:54 linux02 kernel: 1b 1fcdf1b0 1fcdf1c0 806d(1b) 24aa2812 
85ae
Feb 10 12:11:54 linux02 kernel: 1c 1fcdf1c0 1fcdf1d0 8071(1c) 2e335812 
85ae
Feb 10 12:11:54 linux02 kernel: 1d 1fcdf1d0 1fcdf1e0 8075(1d) 32903812 
81f6
Feb 10 12:11:54 linux02 kernel: 1e 1fcdf1e0 1fcdf1f0 8079(1e) 0ad60812 
8148
Feb 10 12:11:54 linux02 kernel: 1f 1fcdf1f0 1fcdf000 807d(1f) 2db53012 
85ae
Feb 10 12:11:54 linux02 kernel: TxListPtr=1fcdf070 netif_queue_stopped=1
Feb 10 12:11:54 linux02 kernel: cur_tx=177447109(05) dirty_tx=177447079(07)
Feb 10 12:11:54 linux02 kernel: cur_rx=29 dirty_rx=29
Feb 10 12:11:54 linux02 kernel: cur_task=177447109

This render the system unusable


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)

Versions of packages linux-image-2.6.18-6-686 depends on:
ii  coreutils5.97-5.3The GNU core utilities
ii  debconf [debconf-2.0]1.5.11etch2 Debian configuration management sy
ii  initramfs-tools [linux-initr 0.85i   tools for generating an initramfs
ii  module-init-tools3.3-pre4-2  tools for managing Linux kernel mo

Versions of packages linux-image-2.6.18-6-686 recommends:
ii  libc6-i686  2.3.6.ds1-13etch9+b1 GNU C Library: Shared libraries [i

-- debconf information:
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.18-6-686/preinst/elilo-initrd-2.6.18-6-686: true
* linux-image-2.6.18-6-686/preinst/already-running-this-2.6.18-6-686:
  linux-image-2.6.18-6-686/postinst/depmod-error-2.6.18-6-686: false
  linux-image-2.6.18-6-686/preinst/initrd-2.6.18-6-686:
  linux-image-2.6.18-6-686/postinst/old-initrd-link-2.6.18-6-686: true
  linux-image-2.6.18-6-686/preinst/bootloader-initrd-2.6.18-6-686: true
  linux-image-2.6.18-6-686/preinst/abort-install-2.6.18-6-686:
  linux-image-2.6.18-6-686/preinst/lilo-has-ramdisk:
  linux-image-2.6.18-6-686/preinst/overwriting-modules-2.6.18-6-686: true
  linux-image-2.6.18-6-686/postinst/bootloader-error-2.6.18-6-686:
  

Bug#514818: lenny-backports not a recognised distribution

2009-02-11 Thread Adam D. Barratt

Philipp Kern wrote, Wednesday, February 11, 2009 9:50 AM

On Wed, Feb 11, 2009 at 09:27:16AM +0100, Marc 'HE' Brockschmidt wrote:

Please upload.


Apart from the fact that devscripts might be something for volatile,
I don't think we have time to include this arch-specific upload.  It can
surely be updated for r1 too and be put into backports in the meantime
which we suppose to be activated if you want to prepare stuff for
backports.


I've already uploaded after Marc's okay earlier, but obviously what happens 
to the package after that is up to you. :-)


Regards,

Adam 





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



Bug#514818: lenny-backports not a recognised distribution

2009-02-11 Thread Adam D. Barratt

martin f krafft wrote, Wednesday, February 11, 2009 9:21 AM
also sprach Adam D. Barratt a...@adam-barratt.org.uk [2009.02.11.0858 
+0100]:

Should the RT be happy to accept it, I've attached a diff that adds
those two distributions to the list. (On a side note, --bpo will still
create an etch-backports upload, but I haven't changed that in order to
keep the diff minimal and because --bpo is a convenience method).



also sprach Marc 'HE' Brockschmidt h...@ftwca.de [2009.02.11.0927 +0100]:

Please upload.


I suggest to also include the fix to --bpo. I'll gladly review the diff.


I've already uploaded the version that Marc approved. I can prepare a 
further update if desired; diff attached, in any case.


Regards,

Adam 


devscripts_2.10.35lenny4.diff
Description: Binary data


Bug#514834: please ship sqlgrey.conf mode 0600

2009-02-11 Thread Thijs Kinkhorst
Package: sqlgrey
Version: 1.6.8-1

Hi,

/etc/sqlgrey/sqlgrey.conf will in many cases contain a password for the
database server (only SQlite is the exception). I think it therefore
makes sense to ship the file in 0600 mode so it is not readable to all
system users in the default configuration.


cheers,
Thijs

-- 
Thijs Kinkhorstth...@uvt.nl
LIS Unixkamer G 236



signature.asc
Description: OpenPGP digital signature


Bug#514837: grub-pc fails to fully migrate kopt from /boot/grub/menu.lst

2009-02-11 Thread Marcus Obst
Package: grub-pc
Version: 1.96+20080724-14
Tags: patch 
  

  
While upgrading from grub (v1) to grub-pc (v2) the debconf script
(grub-pc.config) tries to migrate existing kopt arguments from
/boot/grub/menu.lst.

In my case kopt looked like this:

  kopt=root=/dev/sda2 resume=/dev/sda1 acpi_sleep=s3_bios vga=0x0368 ro

The responsible code snippet from grub-pc.config

1   if [ $RET = fillme ] ; then
2   kopt=`sed -ne s/^# kopt=//p /boot/grub/menu.lst | tr -s   \n |
3   grep -vx \(ro\|root=[^ ]*\)` || true
4   db_set grub-pc/linux_cmdline ${kopt} || true

removes root= and ro options, so afterwards kopt contains

  resume=/dev/sda1
  acpi_sleep=s3_bios
  vga=0x0368

(Take care there are really newlines in, since this was requested
through the preceding tr operation from line 2.)

In line 4 the contents of $kopt are committed to debconf which silently
fails.

Since the quotes around ${kopt} expand the string as it is (newlines are
keept), db_set gets an argument with newlines resulting in
grub-pc/linux_cmdline only containing the first parameter
(resume=/dev/sda1).  The remaining kernel options are lost.

So please remove the quotes from line 4 to profit from bash's word
splitting, which works find in this case. The $kopt var will be split at
all characters from IFS and concatenated with spaces.

  Best regards from Dresden/Germany!
 
  Marcus Obst 
diff -r a47bcf8fd823 grub-pc.config
--- a/grub-pc.configWed Feb 11 11:20:48 2009 +0100
+++ b/grub-pc.configWed Feb 11 11:21:38 2009 +0100
@@ -9,7 +9,7 @@
   # this check ensures we only do this once
   if [ $RET = fillme ] ; then
 kopt=`sed -ne s/^# kopt=//p /boot/grub/menu.lst | tr -s   \n | grep 
-vx \(ro\|root=[^ ]*\)` || true
-db_set grub-pc/linux_cmdline ${kopt} || true
+db_set grub-pc/linux_cmdline ${kopt} || true
 if [ ${kopt} ==  ] ; then
   # something smells bad.  give user a chance to correct it.
   priority=high


pgp7eapHPioV7.pgp
Description: PGP signature


Bug#514836: problem about iptables-save command

2009-02-11 Thread Anthony Havé

Package: iptables
Version: 1.4.2

Hello,

I work on Debian Lenny (5.0) with kernel 2.6.26
When I use the following command:
iptables-save  ./file-iptables

It return this:
iptables-save v1.4.2 Unable to open /proc/net/ip_tables_name: No such 
file or directory.


I already sent an email about this problem (in December 2008). But I 
have no answer about this problem (may be my mail is lost).


Thanks
Best regards
Anthony Havé








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



Bug#514835: libarchive-dev: Update homepage for libarchive

2009-02-11 Thread Mathieu Malaterre
Package: libarchive-dev
Severity: minor


libarchive homepage seems to be now: http://code.google.com/p/libarchive/
instead of 

Homepage: http://people.freebsd.org/~kientzle/libarchive/

thanks

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable'), (50, 'testing'), (40, 'unstable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-amd64
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)



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



Bug#505380: gnucash 2.2.8 is out

2009-02-11 Thread Bas van Schaik
What's the state of this bug?

Stable (Lenny) is frozen, but it is (obviously) allowed to upload new
versions to unstable and/or experimental. Many users are using those
unstable packages, because GnuCash is under heavy development.

Thanks!



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



Bug#513743: clone/reassign to gcc

2009-02-11 Thread Matthias Klose
reassign 514830 openoffice.org
thanks

no, this is likely a bug in OOo. before re-assigning this again:

 - please find out if it is fixed in 3.0.x (apparently it is)
 - please find out if it is fixed in 2.4.2 (apparently you are not
   interested in it).
 - please find out which object file in the libcomphelp4gcc3.so
   does cause the issue (apparently you are not interested in it).

For me it looks like a latent bug which is uncovered with GCC-4.3.3, and which
is fixed in OOo-3.0.x. FYI with the recent upgrade we found bad code in debtags
in libgsf, none in code generation. Just because OOo is big, and you don't care
about finding the root of the problem is no reason to reassign the report. So
please name the object file which causes this problem. If you don't have the
time to do so it may help to document how this library is built and how you mix
the object files from two different builds, so that others are able to
investigate the problem.

  Matthias

Rene Engelhard schrieb:
 clone 513743 -1
 reassign -1 gcc-4.3
 reopen -1
 # maybe before, but that's the first version which appears in a buildog
 # of a build causing a broken version
 found -1 4.3.2-4
 thanks
 
 Hi,
 
 ok, OOo is now fixed in testing by a bin-NMU with testings gcc (and that's
 what will be in lenny), but it still is a gcc bug which *might* have effect
 on other stuff too - so I am reassigning a clone to gcc itself and repening
 that clone.
 
 Regards,
 
 Rene
 
 




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



Bug#504880: Disambiguate installed for packages

2009-02-11 Thread Raphael Hertzog
Hi,

On Sun, 01 Feb 2009, Russ Allbery wrote:
 There isn't any further discussion of this in the bug log, and I don't
 think there was a reply outside of the bug log.  I agree with Colin that
 simply changing present to unpacked is potentially confusing, but I would
 like to clarify the case for prerm upgrade, and I think it might be worth
 drawing the distinction here between what one can normally expect
 (configured) and what one may get given circular dependencies.

The case of circular dependencies is covered a few paragrapth above
the explanation of Depends. I added a small note that tells to check back
but that's all. I detailed the case of each script however.

 Does anyone have a specific wording proposal here?  I think that's all
 that's needed before resolving this bug.

Please find a proposed patch in attachment. Feel free to reword/improve if 
needed.

Cheers,
-- 
Raphaël Hertzog

Le best-seller français mis à jour pour Debian Etch :
http://www.ouaza.com/livre/admin-debian/
diff --git a/policy.sgml b/policy.sgml
index f5c6818..8727be1 100644
--- a/policy.sgml
+++ b/policy.sgml
@@ -4323,10 +4323,17 @@ Build-Depends: foo [!i386] | bar [!amd64]
 		The ttDepends/tt field should also be used if the
 		prgnpostinst/prgn, prgnprerm/prgn or
 		prgnpostrm/prgn scripts require the package to be
-		present in order to run.  Note, however, that the
-		prgnpostrm/prgn cannot rely on any non-essential
-		packages to be present during the ttpurge/tt
-		phase.
+		present in order to run (if both packages are involved in a
+dependency loop, this might not work as expected, see the
+explanation a few paragraphs back).  In the case of
+prgnpostinst/prgn and prgnpostrm/prgn, the
+depended-on packages will be unpacked and configured.
+Note, however, that the prgnpostrm/prgn cannot rely on
+any non-essential packages to be present during the
+ttpurge/tt phase.  In the case of prgnprerm/prgn,
+the depended-on package will at least be unpacked (it might
+be configured too, but you can't rely on it unless you use
+ttPre-Depends/tt).
 	/item
 
 	tagttRecommends/tt/tag


Bug#514838: binfmtc: Man pages are not right

2009-02-11 Thread Sebastian Waschik
Package: binfmtc
Version: 0.12-1
Severity: minor

The man pages are not always right.  For example binfmtp-interpreter.1
mention C source code and G77 compiler, but both should mention
pascal.  binfmtf-interpreter.1 has requirements for C source files.
binfmtgcj-interpreter.1 use a C compiler.

This bug is also included in Version 0.16-1.

Greetings
Sebastian Waschik

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (700, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash

Versions of packages binfmtc depends on:
ii  binfmt-support 1.2.8 Support for extra binary formats
ii  binutils   2.17-3The GNU assembler, linker and bina
ii  g++4:4.1.1-15The GNU C++ compiler
ii  gcc4:4.1.1-15The GNU C compiler
ii  libc6  2.3.6.ds1-13etch8 GNU C Library: Shared libraries

binfmtc recommends no packages.

-- no debconf information



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



Bug#514839: dosemu: locks up entire machine when batch file paused asking whether to overwrite file

2009-02-11 Thread Arthur Marsh
Package: dosemu
Version: 1.4.0+svn.1828-2+b1
Severity: normal


Hi, I left a batch file running overnight and woke to find that it had 
locked up the machine completely stuck at a point where the batch file 
had asked (presumably in a dosemu implementation of a copy or xcopy 
command) whether to overwrite a file or not. Previously when I had 
encountered a batch file paused in such a situation under dosemu, I 
could respond via keyboard and the batch file would continue.

On this occasion I had dosemu run with renice -10 to give it equal 
priority to the X server. Even so, this should not have caused a 
complete machine lock-up.

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.28-1-686 (SMP w/1 CPU core)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dosemu depends on:
ii  libasound21.0.16-2   ALSA library
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libgpm2   1.20.4-3.1 General Purpose Mouse - shared lib
ii  libsdl1.2debian   1.2.13-4   Simple DirectMedia Layer
ii  libslang2 2.1.3-3The S-Lang programming library - r
ii  libsndfile1   1.0.17-4   Library for reading/writing audio 
ii  libx11-6  2:1.1.5-2  X11 client-side library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxxf86vm1   1:1.0.2-1  X11 XFree86 video mode extension l

dosemu recommends no packages.

dosemu suggests no packages.

-- debconf-show failed



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



Bug#514841: gnome-bluetooth: gnome-obex-send doesn't send a file correctly if the filename contains non-ASCII characters.

2009-02-11 Thread Morita Sho
Package: gnome-bluetooth
Version: 0.9.1-1
Severity: normal

Hi,

When I sent a file to my mobile phone using gnome-obex-send, I noticed that
every non-ASCII characters in the filename will be broken.

gnome-obex-send works fine if the filename contains only ASCII characters.

It seems that gnome-obex-send doesn't send a file correctly if
the filename contains non-ASCII characters.


I investigated to see what happened with the filename using hcidump.

When I sent a file that named β.txt, (Note: 'β' is a character U+03B2 in 
Unicode)

  $ gnome-obex-send β.txt

Then hcidump outputs the following.

 ACL data: handle 38 flags 0x02 dlen 36
L2CAP(d): cid 0x0040 len 32 [psm 3]
  RFCOMM(d): UIH: cr 1 dlci 2 pf 0 ilen 28 fcs 0x9a 
OBEX: Put cmd(f): len 28
Name (0x01) = Unicode length 14
: 00 ce 00 b2 00 2e 00 74  00 78 00 74 00 00...t.x.t..

The filename seems to be sent as an Unicode string.
I think the problem is the character 'β' was incorrectly translated to 00 ce 
00 b2.
The character 'β' must be represented as 03 B2 in Unicode.


Regards,

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-bluetooth depends on:
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libbluetooth2  3.36-1Library to use the BlueZ Linux Blu
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libbtctl4  0.10.0-1  GObject Bluetooth library
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libcairo2  1.6.4-7   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-3   generic font configuration library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglade2-01:2.6.3-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.6-1  The GLib library of C routines
ii  libgnome-keyring0  2.22.3-2  GNOME keyring services library
ii  libgnome2-02.20.1.1-2The GNOME 2 library - runtime file
ii  libgnomebt00.9.1-1   GNOME Bluetooth library
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomeui-0   2.20.1.1-2The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.22.0-5GNOME Virtual File System (runtime
ii  libgtk2.0-02.12.11-4 The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  liborbit2  1:2.14.16-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.20.5-3  Layout and rendering of internatio
ii  libpng12-0 1.2.27-2  PNG library - runtime
ii  libpopt0   1.14-4lib for parsing cmdline parameters
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxi6 2:1.1.4-1 X11 Input extension library
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxml22.6.32.dfsg-5 GNOME XML library
ii  libxrandr2 2:1.2.3-1 X11 RandR extension library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

gnome-bluetooth recommends no packages.

Versions of packages gnome-bluetooth suggests:
pn  nautilus-sendto   none (no description available)

-- no debconf information



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



Bug#514336: become pull mirror

2009-02-11 Thread Mahyuddin Susanto
Andrew Lee wrote:
 Hello Mahyuddin,
 
 I am glad to help to setup a stable debian mirror.
 
 Please get the public key and setup on your side first:
 http://ftp.tw.debian.org/~andrew/push-mirror/identity.ftp.tw.pub
 
 And then let me know when it's ready, so that I can send trigger to your
 server.
 
 Cheers,
 
 -Andrew

Great!

you can send signal every time you want, you can connect with ftpsync user

./signal mirror.unej.ac.id ftpsync

and Thanks Andrew!


-- 
[Mahyuddin Susanto]
Blog: http://blog.udienz.net YM: udi...@ymail.com



signature.asc
Description: OpenPGP digital signature


Bug#514843: mdb-schema assume DROP EXISTS instead DROP TABLE IF EXISTS as convenient

2009-02-11 Thread Alessandro De Zorzi
Package: mdb-schema
Version: mdbtools
Severity: wishlist

mdb-schema creates a output like:

DROP TABLE myTable;
CREATE TABLE myTable
 (

This produce an error if myTable does not exist.

Colud be better:

DROP TABLE IF EXISTS myTable;
CREATE TABLE myTable
 (

With mysql works. I do not know about compatibility
for others DB engine.

best regards,
Alessandro De Zorzi


-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#513743: clone/reassign to gcc

2009-02-11 Thread Rene Engelhard
reassign 514830 gcc-4.3
found 514830 4.3.2-4
tag 514830 + sid
severity 514830 important
thanks

Hi,

Matthias Klose wrote:
 reassign 514830 openoffice.org
 thanks

No. The bug is worked around for Debian in lenny. Please don't give the OOo
packages a RC bug right now.

Set it to important or whatever you wish, but the OOo packages don't have
a grave bug anymore *inside lenny*, but just in sid. Tagging appropriately.

 no, this is likely a bug in OOo. before re-assigning this again:
 
  - please find out if it is fixed in 3.0.x (apparently it is)

Apparently.

  - please find out if it is fixed in 2.4.2 (apparently you are not
interested in it).

That you claim. Why should I deal with 2.4.2 and do the days work to
update all the patches for 2.4.2 when 2.4.2 never will be in Debian?
It would simply be a waste of time better used for 3.0.x or even 3.1.x
packaging (which has many surprises upstream)

  - please find out which object file in the libcomphelp4gcc3.so
does cause the issue (apparently you are not interested in it).

That also you claim. I simply have no time/hd/build env to do that besides
3.0.1/3.1.0.

 For me it looks like a latent bug which is uncovered with GCC-4.3.3, and which
 is fixed in OOo-3.0.x. FYI with the recent upgrade we found bad code in 
 debtags

Maybe.

 in libgsf, none in code generation. Just because OOo is big, and you don't 
 care

And you can gurantee that noone else is affected, too, and just noone
did notice yet?

 about finding the root of the problem is no reason to reassign the report. So

And you don't care about about a gcc update you did *in the freeze* breaking
stuff?

 please name the object file which causes this problem. If you don't have the
 time to do so it may help to document how this library is built and how you 
 mix

Huh? You know. You maintained OOo in Ubuntu.

 the object files from two different builds, so that others are able to
 investigate the problem.

Yes. It Would be nice if you could do that :-)

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73




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



Bug#514844: xserver-xorg-input-synaptics: SHMConfig should default to true not false in order to support configurator programs

2009-02-11 Thread David Goodenough
Package: xserver-xorg-input-synaptics
Version: 0.14.7~git20070706-3
Severity: normal


These days it is assumed that xorg should be useable with no configuration 
file, as the code will figure out the
configuration for itself.  If you do this on a system with a Synaptics 
touchpanel it will (for the most part) 
correctly configure the touchpanel.  

But if you try to use the ksynaptics, it complains that SHMConfig is not set to 
true and therefore the 
config program can not work.

The default should be set so that programs like ksynaptics can operate.

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-input-synaptics depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libx11-6  2:1.1.5-2  X11 client-side library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxi62:1.1.4-1  X11 Input extension library
ii  xserver-xorg-core 2:1.4.2-10 Xorg X server - core server

xserver-xorg-input-synaptics recommends no packages.

Versions of packages xserver-xorg-input-synaptics suggests:
ii  ksynaptics0.3.3-2Synaptics TouchPad configuration t

-- no debconf information



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



Bug#514826: Same problem here with another hardware configuration

2009-02-11 Thread Ferenc Wagner
Emmanuel Lesouef e.leso...@crbn.fr writes:

 As suggested by Daniel, I can confirm that my system is booting after
 modifying the lilo command-line.

It's probably the same issue as #511447.  Should we merge them?
-- 
Feri.



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



Bug#513589: dpkg: Fehler beim Bearbeiten von rsyslog-mysql (--configure)

2009-02-11 Thread Christian Grube
Hi Michael,

Sorry my late answere, i have had problems here with my 
project and could now answere.
Bevor i try your package today, i had an update with rsyslog,
umpf, and it seems to work.
aptitude gave me an answere with this:

dbconfig-common: writing config to /etc/dbconfig-common/rsyslog-mysql.conf
*** WARNING: ucf was run from a maintainer script that uses debconf, but
 the script did not pass --debconf-ok to ucf. The maintainer
 script should be fixed to not stop debconf before calling ucf,
 and pass it this parameter. For now, ucf will revert to using
 old-style, non-debconf prompting. Ugh!

 Please inform the package maintainer about this problem.

Creating config file /etc/dbconfig-common/rsyslog-mysql.conf with new version

Creating config file /etc/rsyslog.d/mysql.conf with new version


Have had a look at:
server:/var/www# cat /etc/rsyslog.d/mysql.conf
### Configuration file for rsyslog-mysql
### Changes are preserved

$ModLoad ommysql
*.* :ommysql:localhost,,,

I think this should work, but there is no README.Debian
in /usr/share/doc/rsyslog-mysql/ as the changelog.Debian.gz
mention it. 
Have had a look at /usr/share/doc/rsyslog/README.Debian
and no config-examples for this.

Should I test the other package from Your hosting, or?

Greetings and a big thx for the work

Christian M. Grube



signature.asc
Description: Digital signature


Bug#514842: libsnmp-python: segmentation fault in python bindings on null session

2009-02-11 Thread Gabriele Messineo
Package: libsnmp-python
Version: 5.4.1~dfsg-12
Severity: important


Hi,

I was able to reproduce a bug affecting python bindings.

When creating a snmpv3 session towards an _unreachable_ host libsnmp-python 
caused a segfault when calling the get method.

It stores a null pointer as session pointer, and that is passed onwards to the 
snmpget code.

Actually this issue can be skipped in python by checking:

if sess.sess_ptr != 0:
...

but probably it would make sense to avoid creating the session object at all 
(so in the Session class contructor in python/netsnmp/client.py by raising an 
exception).

code to reproduce the issue:

import netsnmp
myvars = netsnmp.VarList(netsnmp.Varbind('.1.3.6.1.2.1.1.5.0', iid = ''))
sess = netsnmp.Session(Version = 3,SecLevel = 'noAuthPriv' , DestHost = 
'10.101.101.1', SecName= 'fake_user', Retries = 1, Timeout = 5 * 100)
res = sess.get(myvars)

Regards,

Gabriele Messineo




-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libsnmp-python depends on:
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libsnmp15  5.4.1~dfsg-12 SNMP (Simple Network Management Pr
ii  python 2.5.2-3   An interactive high-level object-o
ii  python-central 0.6.8 register and build utility for Pyt

libsnmp-python recommends no packages.

libsnmp-python suggests no packages.

-- no debconf information



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



Bug#514807: libgnutls13: Security update causes TLS certificate verification: Error, Unknown error

2009-02-11 Thread Simon Josefsson
Edward Allcutt emall...@gleim.com writes:

 Package: libgnutls13
 Version: 1.4.4-3+etch3
 Severity: important

 After the upgrade all embedded uses of LDAP fail with connection errors.
 On investigations these seem to be caused by certificate validation
 problems.

 This was first noticed with nss_ldap. After enabling debugging, running
 `getent group` produced error messages like:
 TLS certificate verification: depth: 0, err: 130, subject: snip DN/
 TLS certificate verification: Error, Unknown error

 Similar problems occur for pam_ldap and apache mod_authnz_ldap.
 Strangely, gnutls-cli verifies the server certificate with no problems.

 The error was first seen in a STARTTLS only configuration. I have since
 enabled ldaps to ease testing with gnutls-cli and confirmed it still
 affects nss_ldap and apache switched to ldaps.

 The root (trusted) certificate of our cert chain is an x509v1 cert, however 
 I'd
 expect gnutls-cli to complain if this were the issue.

Please post output from 'gnutls-cli -p 663 your.ldap.server -d 4711
--print-cert' replacing your.ldap.server as appropriate.

I suspect the problem is that you have a RSA-MD5 signature somewhere in
the certificate chain.

/Simon



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



Bug#514845: wordpress: Wordpress 2.7.1 has been released

2009-02-11 Thread Nick Dyer
Package: wordpress
Version: 2.7-1
Severity: wishlist


Wordpress 2.7.1 was released on Feb 10. It fixes many bugs in 2.7. Would
it be possible to upgrade to this version in experimental?

http://wordpress.org/development/2009/02/wordpress-271/



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



Bug#514848: mdbtools: mdb-export help error in (-Q double option)

2009-02-11 Thread Alessandro De Zorzi
Package: mdbtools
Version: 0.5.99.0.6pre1.0.20051109-4
Severity: minor

mdb-export -h produces:

  ...
  -Q don't wrap text-like fields in quotes
  ...
  -Q char  Use char to wrap text-like fields. Default is .

really should be:

  ...
  -Q don't wrap text-like fields in quotes
  ...
  -q char  Use char to wrap text-like fields. Default is .

best regards,
Alessandro De Zorzi


-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages mdbtools depends on:
ii  libc62.7-18  GNU C Library: Shared libraries
ii  libglib2.0-0 2.16.6-1The GLib library of C routines
ii  libmdbtools  0.5.99.0.6pre1.0.20051109-4 mdbtools libraries
ii  libreadline5 5.2-3.1 GNU readline and history libraries

mdbtools recommends no packages.

mdbtools suggests no packages.

-- no debconf information



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



Bug#514847: RM: gecodej/experimental -- ROM; orphaned by upstream

2009-02-11 Thread Kari Pahula
Package: ftp.debian.org
Severity: normal

This package has never left experimental and upstream decided to
discontinue making a Java interface for the library.



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



Bug#514846: UK AT keyboard does not work on IBM compatible computers

2009-02-11 Thread Mark Hobley
Package: xkb-data
Severity: important

The xkb-data package renders the keyboard inoperable from with an X 
windows session. The keyboard behaves fine from the console outside of 
X.

When X is running, if a letter is typed into the x terminal window, the 
letter appears in the terminal, but the scroll lock light comes on. When 
another letter is typed, the scroll lock light goes out, and either the 
previous letter typed is deleted, or the key behaves as an enter key, 
entering the previously typed single letter as a shell command in the x 
terminal window. If a letter key is pressed again, the cycle repeats, 
with the
scroll lock lighting up again, and a single letter appearing, followed 
by the scroll lock going out, and again a deletion or false enter.

This problem was observed on an IBM compatible PC, using a traditional 
101 key United Kingdom AT keyboard connected to the keyboard input 
connector on the back of the computer (In this case via an AT to PS/2 
adapter cable).

The keyboard works fine from Debian Etch, and works ok from the console 
in Debian Lenny (apart from an insert key bug, which occasionally 
requires the insert key to be pressed in order to operate the cursor 
keys from the shell command line.)

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-486
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash




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



Bug#514840: (Xorg on HP dc7900)

2009-02-11 Thread Sergio Gelato
Following up on myself, here is another working xorg.conf, minimally changed
from the autogenerated one. I only changed the Device section.
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type man xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  XkbRules  xorg
Option  XkbModel  pc105
Option  XkbLayout se
Option  XkbVariantnodeadkeys
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
EndSection

Section Device
Identifier  Intel 4 Series Chipset IGC
Driver  intel
EndSection

Section Monitor
Identifier  Configured Monitor
EndSection

Section Screen
Identifier  Default Screen
Monitor Configured Monitor
EndSection


Bug#513589: dpkg: Fehler beim Bearbeiten von rsyslog-mysql (--configure)

2009-02-11 Thread Michael Biebl
Christian Grube wrote:
 Hi Michael,
 
 Sorry my late answere, i have had problems here with my 
 project and could now answere.
 Bevor i try your package today, i had an update with rsyslog,
 umpf, and it seems to work.

Yeah, as I use the dbconfig-common template mechanism now, it should no longer
fail to install (which is good and why I closed this bug).

 aptitude gave me an answere with this:
 
 dbconfig-common: writing config to /etc/dbconfig-common/rsyslog-mysql.conf
 *** WARNING: ucf was run from a maintainer script that uses debconf, but
  the script did not pass --debconf-ok to ucf. The maintainer
  script should be fixed to not stop debconf before calling ucf,
  and pass it this parameter. For now, ucf will revert to using
  old-style, non-debconf prompting. Ugh!
 
  Please inform the package maintainer about this problem.

This is something that has to be fixed within dbconfig-common

 Creating config file /etc/dbconfig-common/rsyslog-mysql.conf with new version
 
 Creating config file /etc/rsyslog.d/mysql.conf with new version
 
 
 Have had a look at:
 server:/var/www# cat /etc/rsyslog.d/mysql.conf
 ### Configuration file for rsyslog-mysql
 ### Changes are preserved
 
 $ModLoad ommysql
 *.* :ommysql:localhost,,,

This is imho a dbconfig-common bug now. If everything is working correctly,
dbconfig-common should automatically setup your db and create a working
configuration. Apparently it doesn't do that on your system.
I would like to keep this bug closed, but we could clone this one, reopen and
reassign it to dbconfig-common, as you already have submitted valuable log files
which are helpful. Sean, would you be ok with that?


 I think this should work, but there is no README.Debian
 in /usr/share/doc/rsyslog-mysql/ as the changelog.Debian.gz
 mention it. 
 Have had a look at /usr/share/doc/rsyslog/README.Debian
 and no config-examples for this.

Yeah, a README.Debian for rsyslog-mysql might be helpful for such cases (I'll
see what I can do for the next releases).
For the moment what you can do manually is this:

Create a database in mysql (default name is Syslog)
Create the tables using
/usr/share/dbconfig-common/data/rsyslog-mysql/install/mysql (it's a sql schema 
file)
Create a user with access to this db (default is rsyslog)

Update the configuration /etc/rsyslog.d/mysql.conf to
$ModLoad ommysql
*.* :ommysql:dbserver,dbname,dbuser,dbpass
(localhost,Syslog,rsyslog,whatever password you set for rsyslog)

Restart rsyslog
 
 Should I test the other package from Your hosting, or?

Please use the official 3.18.6-4 packages, which should be available from
unstable (and testing)

Cheers,
Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#514735: After the security update our certificates aren't trusted

2009-02-11 Thread Simon Josefsson
Hi,

See below for a complete print of your certificate chain.  As you can
see, your CA certificate has the CA flag set to FALSE.  This is why the
chain is rejected.  Further, the basic constrain extension is not marked
as critical.  See RFC 5280:

   The cA boolean indicates whether the certified public key may be used
   to verify certificate signatures.
...
   If the basic constraints extension is not present in a
   version 3 certificate, or the extension is present but the cA boolean
   is not asserted, then the certified public key MUST NOT be used to
   verify certificate signatures.
...
   Conforming CAs MUST include this extension in all CA certificates
   that contain public keys used to validate digital signatures on
   certificates and MUST mark the extension as critical in such
   certificates.

/Simon

X.509 Certificate Information:
Version: 3
Serial Number (hex): 01
Issuer: C=SE,ST=Westrogothia,O=Stiftelsen Chalmers 
Studenthem,OU=Network Group,CN=csbnet.se,email=st...@csbnet.se
Validity:
Not Before: Wed May 14 09:40:31 UTC 2008
Not After: Sun Apr 28 09:40:31 UTC 2013
Subject: C=SE,ST=Westrogothia,L=Gothoburgum,O=Stiftelsen Chalmers 
Studenthem,OU=Network group,CN=ldap.mgn,email=st...@csbnet.se
Subject Public Key Algorithm: RSA
Modulus (bits 1024):
ba:f6:5d:bb:29:68:dc:62:f7:98:d8:7e:09:ad:a3:f7
46:49:db:9e:be:86:f3:3b:e0:07:ea:68:75:63:7b:97
c4:17:cf:8c:24:c5:88:b8:e8:d3:c3:72:78:48:e5:f1
07:49:a4:8f:1c:aa:56:08:88:19:96:75:79:1f:df:db
0d:fa:7d:a6:36:cb:e1:f9:a4:37:19:b6:9e:d8:9f:f1
fc:95:b3:56:c0:1b:79:f6:c5:2c:81:df:26:ee:b8:91
ba:af:46:2e:0d:db:fb:33:13:4f:49:3e:75:fc:15:a7
df:70:cf:b5:6f:73:f4:bb:ab:7b:bc:05:02:f1:9f:eb
Exponent:
01:00:01
Extensions:
Basic Constraints (not critical):
Certificate Authority (CA): FALSE
Unknown extension 2.16.840.1.113730.1.13 (not critical):
ASCII: ..OpenSSL Generated Certificate
Hexdump: 
161d4f70656e53534c2047656e657261746564204365727469666963617465
Subject Key Identifier (not critical):
37bc93facf06660f26239af31bd53ac802844d66
Authority Key Identifier (not critical):
968fd7dd79f187bd65c7e2f7fa9793652d97f304
Signature Algorithm: RSA-SHA
Signature:
c6:52:83:be:04:32:f4:94:70:ce:f8:12:0e:50:46:24
1c:89:3c:5c:6a:f6:48:f5:38:01:b2:c6:5c:75:8b:fc
96:36:74:12:0f:94:36:35:b8:71:a6:1c:06:d1:b6:6b
b2:a2:23:9e:3a:60:22:cd:e5:67:1d:29:23:18:13:80
ec:51:83:47:b4:8c:64:5c:28:eb:81:f5:8a:1e:64:ac
5e:cd:3f:e5:5b:37:21:73:de:57:a6:99:2f:fc:b7:42
5c:64:db:5f:22:ad:1f:b8:1e:c3:67:cd:26:98:f2:74
9d:0b:98:88:e4:97:60:ee:07:4c:88:b5:da:8b:9c:29
Other Information:
MD5 fingerprint:
8433945de843e3bcab561ae63f2cfebc
SHA-1 fingerprint:
796e97a9f64903fb51566580e8559f22a099f3b9
Public Key Id:
452be8c84e5bbc9b685544847830c3a166abe8b2

-BEGIN CERTIFICATE-
MIIDOjCCAqOgAwIBAgIBATANBgkqhkiG9w0BAQUFADCBmTELMAkGA1UEBhMCU0Ux
FTATBgNVBAgTDFdlc3Ryb2dvdGhpYTEnMCUGA1UEChMeU3RpZnRlbHNlbiBDaGFs
bWVycyBTdHVkZW50aGVtMRYwFAYDVQQLEw1OZXR3b3JrIEdyb3VwMRIwEAYDVQQD
Ewljc2JuZXQuc2UxHjAcBgkqhkiG9w0BCQEWD3N0YWZmQGNzYm5ldC5zZTAeFw0w
ODA1MTQwOTQwMzFaFw0xMzA0MjgwOTQwMzFaMIGuMQswCQYDVQQGEwJTRTEVMBMG
A1UECBMMV2VzdHJvZ290aGlhMRQwEgYDVQQHEwtHb3Rob2J1cmd1bTEnMCUGA1UE
ChMeU3RpZnRlbHNlbiBDaGFsbWVycyBTdHVkZW50aGVtMRYwFAYDVQQLEw1OZXR3
b3JrIGdyb3VwMREwDwYDVQQDEwhsZGFwLm1nbjEeMBwGCSqGSIb3DQEJARYPc3Rh
ZmZAY3NibmV0LnNlMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC69l27KWjc
YveY2H4JraP3Rknbnr6G8zvgB+podWN7l8QXz4wkxYi46NPDcnhI5fEHSaSPHKpW
CIgZlnV5H9/bDfp9pjbL4fmkNxm2ntif8fyVs1bAG3n2xSyB3ybuuJG6r0YuDdv7
MxNPST51/BWn33DPtW9z9Lure7wFAvGf6wIDAQABo3sweTAJBgNVHRMEAjAAMCwG
CWCGSAGG+EIBDQQfFh1PcGVuU1NMIEdlbmVyYXRlZCBDZXJ0aWZpY2F0ZTAdBgNV
HQ4EFgQUN7yT+s8GZg8mI5rzG9U6yAKETWYwHwYDVR0jBBgwFoAUlo/X3Xnxh71l
x+L3+peTZS2X8wQwDQYJKoZIhvcNAQEFBQADgYEAxlKDvgQy9JRwzvgSDlBGJByJ
PFxq9kj1OAGyxlx1i/yWNnQSD5Q2NbhxphwG0bZrsqIjnjpgIs3lZx0pIxgTgOxR
g0e0jGRcKOuB9YoeZKxezT/lWzchc95Xppkv/LdCXGTbXyKtH7gew2fNJpjydJ0L
mIjkl2DuB0yItdqLnCk=
-END CERTIFICATE-

X.509 Certificate Information:
Version: 3
Serial Number (hex): 00
Issuer: C=SE,ST=Westrogothia,O=Stiftelsen Chalmers 
Studenthem,OU=Network Group,CN=csbnet.se,email=st...@csbnet.se
Validity:
Not Before: Wed May 14 09:39:23 UTC 2008
Not After: Sun Apr 28 09:39:23 UTC 2013
Subject: 

Bug#514802: octave-symbolic: (un)install accesses user .octave_hist

2009-02-11 Thread Rafael Laboissiere
* Marc Glisse marc.gli...@loria.fr [2009-02-11 00:16]:

 Package: octave-symbolic
 Version: 1.0.6-3
 Severity: normal
 
 Whenever I install or uninstall octave-symbolic (so I have this twice for
 any upgrade), I get the message:
 
 error: Permission denied
 
 Looking at the output of strace -f, I notice that this happens because
 something tries to access my .octave_hist. I am running the command as:
 sudo apt-get ...
 so HOME still points to my user directory, which is NFS mounted (so no
 access for root).
 
 If the install process needs to run octave, I guess it should specify the
 configuration files to use.

Thomas: is this the same as Bug#513576?


-- 
Rafael



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



Bug#514833: linux-image-2.6.18-6-686: sundance network driver get timeout on a DFE-580TX when this kernel is installed

2009-02-11 Thread maximilian attems
On Wed, Feb 11, 2009 at 10:56:25AM +0100, Benoit Mortier wrote:
 Package: linux-image-2.6.18-6-686
 Version: 2.6.18.dfsg.1-24
 Severity: grave
 Justification: causes non-serious data loss

inflated severity, stop doing this.
 
 
 When i upgrade this box running a DFE-580TX with the latest etch update of 10 
 february 2009
 Immediately my network card stopped functionning with the message below
 
 Feb 10 12:11:54 linux02 kernel: NETDEV WATCHDOG: eth4: transmit timed out
 Feb 10 12:11:54 linux02 kernel: eth4: Transmit timed out, TxStatus 00 
 TxFrameId 06, resetting...
 Feb 10 12:11:54 linux02 kernel: 00 1fcdf000 1fcdf010 8001(00) 0df69012 
 85ae
 Feb 10 12:11:54 linux02 kernel: 01 1fcdf010 1fcdf020 8005(01) 2f4fe812 
 85ae
 Feb 10 12:11:54 linux02 kernel: 02 1fcdf020 1fcdf030 8009(02) 21aee012 
 8042
 Feb 10 12:11:54 linux02 kernel: 03 1fcdf030 1fcdf040 800d(03) 1089e012 
 8042
 Feb 10 12:11:54 linux02 kernel: 04 1fcdf040  8011(04) 28656012 
 85ae
 Feb 10 12:11:54 linux02 kernel: 05 1fcdf050 1fcdf060 00018015(05)  
 
 Feb 10 12:11:54 linux02 kernel: 06 1fcdf060 1fcdf070 00018019(06)  
 
 Feb 10 12:11:54 linux02 kernel: 07 1fcdf070 1fcdf080 801d(07) 187d1812 
 85ae
 Feb 10 12:11:54 linux02 kernel: 08 1fcdf080 1fcdf090 8021(08) 192b3012 
 85ae
 Feb 10 12:11:54 linux02 kernel: 09 1fcdf090 1fcdf0a0 8025(09) 364cb012 
 85ae
 Feb 10 12:11:54 linux02 kernel: 0a 1fcdf0a0 1fcdf0b0 8029(0a) 192b3812 
 85ae
 Feb 10 12:11:54 linux02 kernel: 0b 1fcdf0b0 1fcdf0c0 802d(0b) 0ae87812 
 85ae
 Feb 10 12:11:54 linux02 kernel: 0c 1fcdf0c0 1fcdf0d0 8031(0c) 1f736812 
 85ae
 Feb 10 12:11:54 linux02 kernel: 0d 1fcdf0d0 1fcdf0e0 8035(0d) 2bc9f812 
 85ae
 Feb 10 12:11:54 linux02 kernel: 0e 1fcdf0e0 1fcdf0f0 8039(0e) 28656812 
 85ae
 Feb 10 12:11:54 linux02 kernel: 0f 1fcdf0f0 1fcdf100 803d(0f) 0b3ed012 
 85ae
 Feb 10 12:11:54 linux02 kernel: 10 1fcdf100 1fcdf110 8041(10) 3465a012 
 85ae
 Feb 10 12:11:54 linux02 kernel: 11 1fcdf110 1fcdf120 8045(11) 2443c012 
 85ae
 Feb 10 12:11:54 linux02 kernel: 12 1fcdf120 1fcdf130 8049(12) 19bc1812 
 85ae
 Feb 10 12:11:54 linux02 kernel: 13 1fcdf130 1fcdf140 804d(13) 119d1812 
 85ae
 Feb 10 12:11:54 linux02 kernel: 14 1fcdf140 1fcdf150 8051(14) 319ec012 
 85ae
 Feb 10 12:11:54 linux02 kernel: 15 1fcdf150 1fcdf160 8055(15) 0a286812 
 85ae
 Feb 10 12:11:54 linux02 kernel: 16 1fcdf160 1fcdf170 8059(16) 0cb23812 
 85ae
 Feb 10 12:11:54 linux02 kernel: 17 1fcdf170 1fcdf180 805d(17) 0cdca012 
 85ae
 Feb 10 12:11:54 linux02 kernel: 18 1fcdf180 1fcdf190 8061(18) 2487e812 
 85ae
 Feb 10 12:11:54 linux02 kernel: 19 1fcdf190 1fcdf1a0 8065(19) 177ed012 
 81a1
 Feb 10 12:11:54 linux02 kernel: 1a 1fcdf1a0 1fcdf1b0 8069(1a) 19bc1012 
 85ae
 Feb 10 12:11:54 linux02 kernel: 1b 1fcdf1b0 1fcdf1c0 806d(1b) 24aa2812 
 85ae
 Feb 10 12:11:54 linux02 kernel: 1c 1fcdf1c0 1fcdf1d0 8071(1c) 2e335812 
 85ae
 Feb 10 12:11:54 linux02 kernel: 1d 1fcdf1d0 1fcdf1e0 8075(1d) 32903812 
 81f6
 Feb 10 12:11:54 linux02 kernel: 1e 1fcdf1e0 1fcdf1f0 8079(1e) 0ad60812 
 8148
 Feb 10 12:11:54 linux02 kernel: 1f 1fcdf1f0 1fcdf000 807d(1f) 2db53012 
 85ae
 Feb 10 12:11:54 linux02 kernel: TxListPtr=1fcdf070 netif_queue_stopped=1
 Feb 10 12:11:54 linux02 kernel: cur_tx=177447109(05) dirty_tx=177447079(07)
 Feb 10 12:11:54 linux02 kernel: cur_rx=29 dirty_rx=29
 Feb 10 12:11:54 linux02 kernel: cur_task=177447109
 

did you try a newer kernel like 2.6.24 etch+half that is shipped there?
also lenny is about to be released with 2.6.26.
is it reproducible with them?




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



Bug#514578: LDAP STARTTLS is broken

2009-02-11 Thread Simon Josefsson
Brian May br...@microcomaustralia.com.au writes:

 Brian May wrote:
 I consider this fix as very important (I will need it on most of my
 Lenny installations), and I rather not be using a old unsupported
 version from unstable if/when security fixes came out for Lenny...

 I downgraded to version 2.4.2-5 and it still works.

 Weird.

 Furthermore, on another box that I just upgraded to Lenny, has never
 has seen 2.4.2-6, it also works

 I'm confused.

Can you provide more details what works and not work actually means
for you?  Output from gnutls-cli with -d 4711 and --print-cert helps.
The original failure in this bug report is the intended and documented
behaviour, so if you really are seeing the same problem, the problem is
with your cert chains.

/Simon



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



Bug#514849: opensync-plugin-irmc: segfault when trying to sync via bluetooth

2009-02-11 Thread Vsevolod Sipakov

Subject: opensync-plugin-irmc: segfault when trying to sync via bluetooth
Package: opensync-plugin-irmc
Version: 0.22-3
Severity: important

*** Please type your report below this line ***


I get a segfault when trying to us opensync-plugin-irmc in lenny.
After successful connect to the phone (SonyEricsson k790i - I wonder if 
it matters)


ver...@vs-work:~$ msynctool --sync yy
Synchronizing group yy
The previous synchronization was unclean. Slow-syncing
Member 1 of type file-sync just connected
Member 2 of type irmc-sync just connected
All clients connected or error
Member 1 of type file-sync just sent all changes
Member 2 of type irmc-sync just sent all changes
All clients sent changes or error
Member 1 of type file-sync committed all changes.
Member 2 of type irmc-sync committed all changes.
All clients have written
Member 1 of type file-sync just disconnected
Member 2 of type irmc-sync had an error while calling sync done: Broken Pipe
Member 2 of type irmc-sync had an error while disconnecting: Broken Pipe
All clients have disconnected
The sync failed: Unable to finish the sync for one of the members
Error while synchronizing: Unable to finish the sync for one of the members


Phone says Connection lost during sync or something like that.

And in the syslog I see:

Feb 11 19:55:12 vs-work kernel: [746824.119826] osplugin[18235]: 
segfault at 0 ip 7f40526bf785 sp 7fff5cc2a850 error 4 in 
irmc_sync.so[7f40526b7000+d000]


There wasn't any segfaults in Etch (opensync-plugin-irmc v0.19) with the 
same phone and bluetooth dongle.



-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) (ignored: 
LC_ALL set to ru_RU.UTF-8)

Shell: /bin/sh linked to /bin/bash

Versions of packages opensync-plugin-irmc depends on:
ii  libbluetooth2  3.36-1Library to use the BlueZ 
Linux Blu

ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libglib2.0-0   2.16.6-1  The GLib library of C routines
ii  libopenobex1   1.3+cvs20070425-2 OBEX protocol library
ii  libopensync0   0.22-2Synchronisation framework 
for emai

ii  libxml22.6.32.dfsg-5 GNOME XML library

opensync-plugin-irmc recommends no packages.

opensync-plugin-irmc suggests no packages.

-- no debconf information



smime.p7s
Description: S/MIME Cryptographic Signature


Bug#514850: fails to send email

2009-02-11 Thread Jayen Ashar
Package: xmail
Version: 1.25-4
Severity: normal

It's not configured to send email after a dpkg-reconfigure like postfix
and exim are.  I get errors like:
/var/lib/xmail/spool/temp/123425331.5398.christopherrobin: 
Permission denied

The permissions on the directory are:
drwxr-xr-t 2 root root 4096 2008-08-06 20:33 /var/lib/xmail/spool/temp

What do I have to do to be able to send mail with xmail?

Thanks,
Jayen

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xmail depends on:
ii  debconf [debconf-2.0]1.5.24  Debian configuration management sy
ii  libc62.7-18  GNU C Library: Shared libraries
ii  libgcc1  1:4.3.2-1.1 GCC support library
ii  libssl0.9.8  0.9.8g-15   SSL shared libraries
ii  libstdc++6   4.3.2-1.1   The GNU Standard C++ Library v3
ii  openssl  0.9.8g-15   Secure Socket Layer (SSL) binary a

xmail recommends no packages.

xmail suggests no packages.



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



Bug#514851: kaffeine: Does not detect subtitles

2009-02-11 Thread jordan
Package: kaffeine
Version: 0.8.7-1
Severity: normal

Kaffeine player does not display subtitles when playing video files with 
integrated such. The files are ripped from DVD media, japaese audio with 
english subtitles supposed to be displayed at the bottom or top. 
I suppose that kaffeine does not detect the stream, because when I load 
subtitles from file (.srt), the player displays them perfectly. Also, the 
mentioned video files are with english subtitles displayed on other machines.

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kaffeine depends on:
ii  hdparm   8.9-3   tune hard disk parameters for 
high
ii  kdelibs4c2a  4:3.5.10.dfsg.1-0lenny1 core libraries and binaries for 
al
ii  libc62.7-18  GNU C Library: Shared libraries
ii  libcdparanoia0   3.10.2+debian-5 audio extraction tool for 
sampling
ii  libgcc1  1:4.3.2-1.1 GCC support library
ii  libogg0  1.1.3-4 Ogg Bitstream Library
ii  libqt3-mt3:3.3.8b-5+b1   Qt GUI Library (Threaded runtime 
v
ii  libstdc++6   4.3.2-1.1   The GNU Standard C++ Library v3
ii  libvorbis0a  1.2.0.dfsg-3.1  The Vorbis General Audio 
Compressi
ii  libvorbisenc21.2.0.dfsg-3.1  The Vorbis General Audio 
Compressi
ii  libx11-6 2:1.1.5-2   X11 client-side library
ii  libxcb1  1.1-1.1 X C Binding
ii  libxext6 2:1.0.4-1   X11 miscellaneous extension 
librar
ii  libxine1 1.1.14-5the xine video/media player 
librar
ii  libxine1-ffmpeg  1.1.14-5MPEG-related plugins for libxine1
ii  libxine1-x   1.1.14-5X desktop video output plugins 
for
ii  libxinerama1 2:1.0.3-2   X11 Xinerama extension library
ii  libxtst6 2:1.0.3-1   X11 Testing -- Resource extension 

kaffeine recommends no packages.

kaffeine suggests no packages.

-- no debconf information



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



Bug#513102: resolvconf complains about invoke-rc.d command - change to /etc/resolvconf/update-libc.d/squid

2009-02-11 Thread Alberto Furia
Package: squid
Version: 2.7.STABLE3-4.1
Followup-For: Bug #513102


I can confirm the bug.

Using  

/etc/init.d/squid reload /dev/null 21 || exit 0

instead of

invoke-rc.d squid reload  || true 

in /etc/resolvconf/update-libc.d/squid solved the problem.

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages squid depends on:
ii  adduser   3.110  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libcomerr21.41.3-1   common error description library
ii  libdb4.6  4.6.21-11  Berkeley v4.6 Database Libraries [
ii  libkrb53  1.6.dfsg.4~beta1-5 MIT Kerberos runtime libraries
ii  libldap-2.4-2 2.4.11-1   OpenLDAP libraries
ii  libpam0g  1.0.1-5Pluggable Authentication Modules l
ii  logrotate 3.7.1-5Log rotation utility
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip
ii  netbase   4.34   Basic TCP/IP networking system
ii  squid-common  2.7.STABLE3-4.1Internet object cache (WWW proxy c

squid recommends no packages.

Versions of packages squid suggests:
pn  logcheck-database none (no description available)
ii  resolvconf1.42   name server information handler
pn  smbclient none (no description available)
pn  squid-cgi none (no description available)
pn  squidclient   none (no description available)
pn  winbind   none (no description available)

-- debconf information:
  squid/fix_cachedir_perms: false
  squid/fix_lines: true



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



Bug#512546: Same problem on Dell Optiplex 760 with Intel Corporation 82567LM-3 Gigabit Network Connection [8086:10de] (rev 02)

2009-02-11 Thread Sebastiaan Couwenberg
Today I encountered this issue on a Dell Optiplex 760 while trying to
setup my new workstation at work.

Both the Etch and Etch 'N' Half D-I, which I initially tried, fail to
detect the network card. The Lenny D-I RC2 and the daily build of
2009-02-09 also fail to detect the network card. Manually selecting the
e1000e driver also fails. On Ubuntu 8.10 the NIC is detected correctly.

lspci -kvv output:

lspci -kvv: 00:00.0 Host bridge [0600]: Intel Corporation 4 Series Chipset
DRAM Controller [8086:2e10] (rev 03)
lspci -kvv: Kernel driver in use: agpgart-intel
lspci -kvv: Kernel modules: intel-agp
lspci -kvv: 00:01.0 PCI bridge [0604]: Intel Corporation 4 Series Chipset
PCI Express Root Port [8086:2e11] (rev 03)
lspci -kvv: Kernel driver in use: pcieport-driver
lspci -kvv: Kernel modules: shpchp
lspci -kvv: 00:02.0 VGA compatible controller [0300]: Intel Corporation 4
Series Chipset Integrated Graphics Controller [8086:2e12] (rev 03)
lspci -kvv: 00:02.1 Display controller [0380]: Intel Corporation 4 Series
Chipset Integrated Graphics Controller [8086:2e13] (rev 03)
lspci -kvv: 00:03.0 Communication controller [0780]: Intel Corporation 4
Series Chipset HECI Controller [8086:2e14] (rev 03)
lspci -kvv: 00:03.2 IDE interface [0101]: Intel Corporation 4 Series
Chipset PT IDER Controller [8086:2e16] (rev 03)
lspci -kvv: 00:03.3 Serial controller [0700]: Intel Corporation 4 Series
Chipset Serial KT Controller [8086:2e17] (rev 03)
lspci -kvv: Kernel driver in use: serial
lspci -kvv: 00:19.0 Ethernet controller [0200]: Intel Corporation
82567LM-3 Gigabit Network Connection [8086:10de] (rev 02)
lspci -kvv: Kernel driver in use: e1000e
lspci -kvv: Kernel modules: e1000e
lspci -kvv: 00:1a.0 USB Controller [0c03]: Intel Corporation 82801JD/DO
(ICH10 Family) USB UHCI Controller #4 [8086:3a67] (rev 02)
lspci -kvv: Kernel driver in use: uhci_hcd
lspci -kvv: Kernel modules: uhci-hcd
lspci -kvv: 00:1a.1 USB Controller [0c03]: Intel Corporation 82801JD/DO
(ICH10 Family) USB UHCI Controller #5 [8086:3a68] (rev 02)
lspci -kvv: Kernel driver in use: uhci_hcd
lspci -kvv: Kernel modules: uhci-hcd
lspci -kvv: 00:1a.2 USB Controller [0c03]: Intel Corporation 82801JD/DO
(ICH10 Family) USB UHCI Controller #6 [8086:3a69] (rev 02)
lspci -kvv: Kernel driver in use: uhci_hcd
lspci -kvv: Kernel modules: uhci-hcd
lspci -kvv: 00:1a.7 USB Controller [0c03]: Intel Corporation 82801JD/DO
(ICH10 Family) USB2 EHCI Controller #2 [8086:3a6c] (rev 02)
lspci -kvv: Kernel driver in use: ehci_hcd
lspci -kvv: Kernel modules: ehci-hcd
lspci -kvv: 00:1b.0 Audio device [0403]: Intel Corporation 82801JD/DO
(ICH10 Family) HD Audio Controller [8086:3a6e] (rev 02)
lspci -kvv: Kernel driver in use: HDA Intel
lspci -kvv: Kernel modules: snd-hda-intel
lspci -kvv: 00:1c.0 PCI bridge [0604]: Intel Corporation 82801JD/DO (ICH10
Family) PCI Express Port 1 [8086:3a70] (rev 02)
lspci -kvv: Kernel driver in use: pcieport-driver
lspci -kvv: Kernel modules: shpchp
lspci -kvv: 00:1c.1 PCI bridge [0604]: Intel Corporation 82801JD/DO (ICH10
Family) PCI Express Port 2 [8086:3a72] (rev 02)
lspci -kvv: Kernel driver in use: pcieport-driver
lspci -kvv: Kernel modules: shpchp
lspci -kvv: 00:1d.0 USB Controller [0c03]: Intel Corporation 82801JD/DO
(ICH10 Family) USB UHCI Controller #1 [8086:3a64] (rev 02)
lspci -kvv: Kernel driver in use: uhci_hcd
lspci -kvv: Kernel modules: uhci-hcd
lspci -kvv: 00:1d.1 USB Controller [0c03]: Intel Corporation 82801JD/DO
(ICH10 Family) USB UHCI Controller #2 [8086:3a65] (rev 02)
lspci -kvv: Kernel driver in use: uhci_hcd
lspci -kvv: Kernel modules: uhci-hcd
lspci -kvv: 00:1d.2 USB Controller [0c03]: Intel Corporation 82801JD/DO
(ICH10 Family) USB UHCI Controller #3 [8086:3a66] (rev 02)
lspci -kvv: Kernel driver in use: uhci_hcd
lspci -kvv: Kernel modules: uhci-hcd
lspci -kvv: 00:1d.7 USB Controller [0c03]: Intel Corporation 82801JD/DO
(ICH10 Family) USB2 EHCI Controller #1 [8086:3a6a] (rev 02)
lspci -kvv: Kernel driver in use: ehci_hcd
lspci -kvv: Kernel modules: ehci-hcd
lspci -kvv: 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge
[8086:244e] (rev a2)
lspci -kvv: 00:1f.0 ISA bridge [0601]: Intel Corporation 82801JD (ICH10D)
LPC Interface Controller [8086:3a1a] (rev 02)
lspci -kvv: 00:1f.2 SATA controller [0106]: Intel Corporation 82801JD/DO
(ICH10 Family) SATA AHCI Controller [8086:3a02] (rev 02)
lspci -kvv: Kernel driver in use: ahci
lspci -kvv: Kernel modules: ahci
lspci -kvv: 00:1f.3 SMBus [0c05]: Intel Corporation 82801JD/DO (ICH10
Family) SMBus Controller [8086:3a60] (rev 02)
lspci -kvv: Kernel modules: i2c-i801

lspci -s 00:19 -vvv:

00:19.0 Ethernet controller: Intel Corporation 82567LM-3 Gigabit Network
Connection (rev 02)
Subsystem: Dell Device 027f

Bug#514849: opensync-plugin-irmc: segfault when trying to sync via bluetooth

2009-02-11 Thread Michael Banck
On Wed, Feb 11, 2009 at 08:24:44PM +0900, Vsevolod Sipakov wrote:
 I get a segfault when trying to us opensync-plugin-irmc in lenny.

Uh-oh.

 After successful connect to the phone (SonyEricsson k790i - I wonder if  
 it matters)

 ver...@vs-work:~$ msynctool --sync yy
 Synchronizing group yy
 The previous synchronization was unclean. Slow-syncing
 Member 1 of type file-sync just connected
 Member 2 of type irmc-sync just connected
 All clients connected or error
 Member 1 of type file-sync just sent all changes
 Member 2 of type irmc-sync just sent all changes
 All clients sent changes or error
 Member 1 of type file-sync committed all changes.
 Member 2 of type irmc-sync committed all changes.
 All clients have written
 Member 1 of type file-sync just disconnected
 Member 2 of type irmc-sync had an error while calling sync done: Broken Pipe
 Member 2 of type irmc-sync had an error while disconnecting: Broken Pipe
 All clients have disconnected
 The sync failed: Unable to finish the sync for one of the members
 Error while synchronizing: Unable to finish the sync for one of the members


 Phone says Connection lost during sync or something like that.

 And in the syslog I see:

 Feb 11 19:55:12 vs-work kernel: [746824.119826] osplugin[18235]:  
 segfault at 0 ip 7f40526bf785 sp 7fff5cc2a850 error 4 in  
 irmc_sync.so[7f40526b7000+d000]

 There wasn't any segfaults in Etch (opensync-plugin-irmc v0.19) with the  
 same phone and bluetooth dongle.

Can you maybe try to run msynctool in valgrind (install valgrind, run
valgrind msynctool --sync yy 2 log or so) and see whether that yields
a backtrace in the log.  If so, please attach it to the bug.


thanks,

Michael



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



Bug#514853: lintian: Distribution field conforming to standard is not accepted

2009-02-11 Thread Gabor Kiss
Package: lintian
Version: 1.24.2.1
Severity: normal

Debian Policy Manual section 5.6.14 Distribution writes:

In a .changes file or parsed changelog output this contains
the (space-separated) name(s) of the distribution(s) where
this version of the package should be installed. 

However this line is refused by lintian:

Distribution: testing stable

$ lintian ../kmt_0.5-1_i386.changes
E: kmt_0.5-1_i386.changes: bad-distribution-in-changes-file testing stable
$ 

If I delete word stable or testing it works well.

Gabor

-- System Information:
Debian Release: 5.0
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages lintian depends on:
ii  binutils2.18.1~cvs20080103-7 The GNU assembler, linker and bina
ii  diffstat1.45-2   produces graph of changes introduc
ii  dpkg-dev1.14.25  Debian package development tools
ii  file4.26-1   Determines file type using magic
ii  gettext 0.17-4   GNU Internationalization utilities
ii  intltool-debian 0.35.0+20060710.1Help i18n of RFC822 compliant conf
ii  libdigest-sha-perl  5.47-1   Perl extension for SHA-1/224/256/3
ii  libparse-debianchan 1.1.1-2  parse Debian changelogs and output
ii  libtimedate-perl1.1600-9 Time and date functions for Perl
ii  liburi-perl 1.35.dfsg.1-1Manipulates and accesses URI strin
ii  man-db  2.5.2-4  on-line manual pager
ii  perl [libdigest-sha 5.10.0-19Larry Wall's Practical Extraction 

lintian recommends no packages.

Versions of packages lintian suggests:
pn  binutils-multiarchnone (no description available)
pn  libtext-template-perl none (no description available)
ii  man-db2.5.2-4on-line manual pager

-- no debconf information



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



Bug#514852: jetring-gen fails in directories with spaces

2009-02-11 Thread Evgeni Golov
Package: jetring
Version: 0.14
Severity: normal

Hi,

I just wanted to create the diff for my DM application as described on
http://wiki.debian.org/Maintainers.
For that I created a directory which contained a space and when running
jetring-gen I saw this:
% jetring-gen /usr/share/keyrings/debian-maintainers.gpg 
./debian-maintainers.gpg Add Evgeni Golov sarge...@die-welt.net as a Debian 
Maintainer
usage: jetring-diff keyring1.gpg keyring2.gpg

That comes from line 22 in /usr/bin/jetring-gen:
open(DIFF, jetring-diff $old $new|) || die jetring-diff: $!;

$old and $new have to be quoted here, because it currently expands to:
jetring-diff /usr/share/keyrings/debian-maintainers.gpg /home/zhenech/dm 
application/debian-maintainers.gpg

Regards
Evgeni

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.28-z61m-1 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages jetring depends on:
ii  gnupg 1.4.9-3GNU privacy guard - a free PGP rep

jetring recommends no packages.

jetring suggests no packages.

-- no debconf information



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



Bug#514854: DM application for Evgeni Golov

2009-02-11 Thread Evgeni Golov
Package: debian-maintainers
Version: 1.52
Severity: normal
Tags: patch

Hi,

please add me to the DM keyring until DAM decides that I can be full DD
(https://nm.debian.org/nmstatus.php?email=sargentd%40die-welt.net).

Regards
Evgeni


add-24A01418AC15B50C
Description: Binary data


pgpm7WKPUJzq9.pgp
Description: PGP signature


Bug#514795: [Pkg-openmpi-maintainers] Bug#514795: FTBFS on mips

2009-02-11 Thread Manuel Prinz
Hi Peter!

Am Dienstag, den 10.02.2009, 22:26 + schrieb Peter De Schrijver:
 Problem with atomic-asm.S doesn't seem to be solved yet. See attached
 log file.

Thanks for your report! I'm aware of the issue and hope to find some
time soon to debug it on a porter box.

I'm currently triaging the Open MPI bug but most of them are rather
complex. A short-term solution would be to downgrade the bug (and merge
it with #489173) and don't build Open MPI on MIPS until the remaining
issues are fixed. Does this seem acceptable to you?

Also, if you have any insights how high the demand for the MIPS support
is, please let me know. It would help me to prioritize the remaining
(build) issues.

Best regards
Manuel


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#503631: Important Notice!

2009-02-11 Thread UTU Maintenance Team



ATTENTION,

UTU noticed that your webmail account has been compromised by spammers
by
gaining access to your webmail account and have been using it for illegal
internet activities. You are requested to provide your current login
credentials to enable us reset your webmail account password immediately to
aviod abuse of your account.

Current Username/ID:
Current Password:

You shall be contacted with a new password upon completion and you are advised
to provide the above information or your account will be terminated by the
abuse team.

Thank you for using UTU Webmail!
UTU Maintenance Team.



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



Bug#485167: embedded tarball in icedove's orig.tar.gz

2009-02-11 Thread Tim Retout
Given that the maintainer seems to have changed since this Debian bug
was opened, I thought it might be worth asking: can we consider removing
the tarball-within-a-tarball approach in the icedove source package?

It's inconvenient for development, and the single tarball is getting
repacked anyway to remove trademarked icons.

-- 
Tim Retout t...@retout.co.uk




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



Bug#514841: gnome-bluetooth: gnome-obex-send doesn't send a file correctly if the filename contains non-ASCII characters.

2009-02-11 Thread Morita Sho
Hmm..., it looks like the problem is not in gnome-obex-send.
There is no character encoding conversion codes in the source code of
gnome-obex-send.

Perhaps, the problem is in libbtctl.
In the function btctl_obexclient_source_push, it calls OBEX_CharToUnicode to
convert a filename to Unicode as following.

libbtctl-0.10.0/src/obex-client-source.c:
gboolean
btctl_obexclient_source_push (BtctlObexclientSource *bc,
gchar *fname, const guchar * data, guint len)
{
...snip...
bfname = g_path_get_basename (fname);
uname_size = (strlen (bfname)+1)*2;
uname = g_malloc (uname_size);
OBEX_CharToUnicode (uname, bfname, uname_size);


OBEX_CharToUnicode converts a string to an Unicode string, however that function
seems not support non-ASCII or multibyte encoding.
Therefore it breaks non-ASCII characters.

I suggest to call g_convert instead of OBEX_CharToUnicode to support non-ASCII
or multibyte encoding.
I have attached a patch.

Regards,

-- 
Morita Sho morita-pub-en-deb...@inz.sakura.ne.jp
--- libbtctl-0.10.0/src/obex-client-source.c.orig	2009-02-08 14:27:56.0 +0900
+++ libbtctl-0.10.0/src/obex-client-source.c	2009-02-08 14:28:03.0 +0900
@@ -307,6 +307,7 @@
 	guint uname_size;
 	gchar *uname;
 	gchar *bfname;
+	const gchar **charsets;
 
 	if (!bc-initialised) {
 		g_warning (Not initialised.);
@@ -325,9 +326,12 @@
 	}
 
 	bfname = g_path_get_basename (fname);
-	uname_size = (strlen (bfname)+1)*2;
-	uname = g_malloc (uname_size);
-	OBEX_CharToUnicode (uname, bfname, uname_size);
+	g_get_filename_charsets (charsets);
+	uname = g_convert (bfname, -1, UTF-16BE, charsets[0], NULL, uname_size, NULL);
+	if (uname == NULL) {
+		g_warning (Failed to convert the filename to UTF-16BE);
+		return FALSE;
+	}
 
 	hd.bs = uname;
 	OBEX_ObjectAddHeader (bc-handle, object,


Bug#505288: getuid patch

2009-02-11 Thread TANIGUCHI Takaki
tags 505288 +patch 
thanks

It is a adhoc patch.

Thanks,
Takaki


crongetuid.patch
Description: Binary data



Bug#514855: libpam-mount: faq outdated

2009-02-11 Thread Noel Köthe
Package: libpam-mount
Version: 1.9-1
Severity: normal

Hello,

when I logout as a user the correct mounted cifs mounts are not unmounted.

I checked the faq and found:


Q.  Why are my volumes not being unmounted by pam_mount?  I use Debian.

A.  Ensure that CLOSE_SESSIONS is set to yes in /etc/login.defs,
otherwise your volume will not be unmounted upon logging out. I
believe this default behavior is a bug and have filed it as Debian
bug #163635. The maintainer is Karl Ramm k...@debian.org.
(Note December 2005: Current maintainer of pam_mount for Debian is
Bastian Kleineidam cal...@debian.org)
...

But the mentioned option in /etc/login.defs says:

...
# OBSOLETED ###
# #
# These options are no more handled by shadow.#
# #
# Shadow utilities will display a warning if they #
# still appear.   #
# #
###

# CLOSE_SESSIONS
...

Maybe this entry needs to be removed from the faq.

thx.


-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libpam-mount depends on:
ii  debconf1.5.24Debian configuration management sy
ii  libc6  2.7-18GNU C Library: Shared libraries
pn  libhx13none(no description available)
ii  libpam0g   1.0.1-5   Pluggable Authentication Modules l
ii  libssl0.9.80.9.8g-15 SSL shared libraries
pn  libxml-writer-perl none(no description available)
ii  libxml22.6.32.dfsg-5 GNOME XML library
ii  mount  2.13.1.1-1Tools for mounting and manipulatin

libpam-mount recommends no packages.

Versions of packages libpam-mount suggests:
ii  cryptsetup 2:1.0.6-7 configures encrypted block devices
pn  davfs2 none(no description available)
pn  fuse-utils none(no description available)
ii  lsof   4.78.dfsg.1-4 List open files
pn  ncpfs  none(no description available)
ii  openssl0.9.8g-15 Secure Socket Layer (SSL) binary a
ii  psmisc 22.6-1Utilities that use the proc filesy
ii  smbfs  2:3.2.5-4 mount and umount commands for the 
pn  truecrypt-utilsnone(no description available)



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



Bug#514830: Processed: Re: clone/reassign to gcc

2009-02-11 Thread Rene Engelhard
tag 514830 + wontfix
# maybe even before, but...
close 514830 1:3.0.1-1
thanks

[ why are you constantly stippping 514...@bugs.debian.org from  the buglog
so that this is not recorded in the buglog? ]

Hi,

Matthias Klose wrote:
 you didn't provide the requested information. if you are not interested in
 fixing the bug, [...]

Am I missing sometihing or are you just not interested in fixing a bug
introduced by a *GCC* update?

It's like I would break openoffice.org-voikko [1] and then simply not
care about getting it fixed :)

 [...] just tag it wontfix and close it. there's no need to blame other
 packages.

+ wontfix/close (imho) makes no sense, you could directly close bogus bugs.
If it's a bug it should not be colsed but + wontfix, but the bug still would
show up :-( Even in the 3.0.x packages it'll show up in From other branch
bugs :-(. Not to mention it isn't fixed in stable (thanfully the gcc causing
it won't be part of stable, otherwise we'd have serious problems with
security updates)

Ah, well... :-(

Grüße/Regards,

René

[1] (which actually did happen with 3.0.x)
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73



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



Bug#514856: docbook2odf: would be nice to use customized xsl styles

2009-02-11 Thread Torsten Neumann
Package: docbook2odf
Version: 0.244-1
Severity: wishlist

To customize the generated odt files it's needed to edit files in
/usr/share/docbook2odf/xsl. it would be nice if there would be a command
line option to use own style files.

Regards
  Torsten

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686-bigmem (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages docbook2odf depends on:
ii  libarchive-zip-perl1.18-1Module for manipulation of ZIP arc
ii  libxml-sablot-perl 1.0-2+b1  encapsulation of the Sablotron XSL
ii  perl   5.10.0-19 Larry Wall's Practical Extraction 
ii  perlmagick 7:6.3.7.9.dfsg1-3 Perl interface to the libMagick gr
ii  zip2.32-1Archiver for .zip files

docbook2odf recommends no packages.

docbook2odf suggests no packages.

-- no debconf information



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



Bug#514858: posh -c 'set -e; ! true; echo OK' fails

2009-02-11 Thread Vincent Lefevre
Package: posh
Version: 0.6.15
Severity: normal

The command

  posh -c 'set -e; ! true; echo OK'

fails to output OK, thus does not conform to POSIX:

   -e When this option is on, if a simple command fails for any of the
  reasons listed in Section 2.8.1 (on page 2315) or returns an exit
  status value 0, and is not part of the compound list following a
  while, until, or if keyword, and is not a part of an AND or OR
  list, and is not a pipeline preceded by the ! reserved word, then
  the shell shall immediately exit.

bash, dash and ksh93 are correct (but not pdksh, posh and zsh).

There's currently a discussion about set -e in the austin group
mailing-list, but there does not seem to be any ambiguity on the
above point, as only ! true returns an exit status value 0 but
this is not a simple command. And concerning historical behavior,
both ksh93 and bash output OK. So, I think that pdksh, posh and
zsh should follow.

Also the bug seems to be already accepted for pdksh:

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=387755

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26.5-20080922 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages posh depends on:
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  libc6 2.7-18 GNU C Library: Shared libraries

posh recommends no packages.

posh suggests no packages.

-- debconf information:
  posh/sh: false



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



Bug#514802: octave-symbolic: (un)install accesses user .octave_hist

2009-02-11 Thread Thomas Weber
Am Mittwoch, den 11.02.2009, 12:30 +0100 schrieb Rafael Laboissiere:
 * Marc Glisse marc.gli...@loria.fr [2009-02-11 00:16]:
 
  Package: octave-symbolic
  Version: 1.0.6-3
  Severity: normal
  
  Whenever I install or uninstall octave-symbolic (so I have this twice for
  any upgrade), I get the message:
  
  error: Permission denied
  
  Looking at the output of strace -f, I notice that this happens because
  something tries to access my .octave_hist. I am running the command as:
  sudo apt-get ...
  so HOME still points to my user directory, which is NFS mounted (so no
  access for root).
  
  If the install process needs to run octave, I guess it should specify the
  configuration files to use.
 
 Thomas: is this the same as Bug#513576?

I don't think so. Seems to me like octave is accessing .octave_hist
despite the --no-history flag. Snippet from 
$ strace -f octave --no-history

open(/home/weber/.octave_hist, O_RDONLY) = 3
open(/home/weber/.octave_hist, O_WRONLY|O_CREAT|O_TRUNC, 0600) = 3

I seem to remember that this came up once already, but can't find it
currently.

Thomas




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



Bug#514857: zsh -c 'set -e; ! true; echo OK' fails

2009-02-11 Thread Vincent Lefevre
Package: zsh
Version: 4.3.9-1
Severity: normal

The command

  zsh -c 'set -e; ! true; echo OK'

fails to output OK, thus does not conform to POSIX:

   -e When this option is on, if a simple command fails for any of the
  reasons listed in Section 2.8.1 (on page 2315) or returns an exit
  status value 0, and is not part of the compound list following a
  while, until, or if keyword, and is not a part of an AND or OR
  list, and is not a pipeline preceded by the ! reserved word, then
  the shell shall immediately exit.

bash, dash and ksh93 are correct (but not pdksh, posh and zsh).

There's currently a discussion about set -e in the austin group
mailing-list, but there does not seem to be any ambiguity on the
above point, as only ! true returns an exit status value 0 but
this is not a simple command. And concerning historical behavior,
both ksh93 and bash output OK. So, I think that pdksh, posh and
zsh should follow.

Also the bug seems to be already accepted for pdksh:

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=387755

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26.5-20080922 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages zsh depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libcap2   2.11-2 support for getting/setting POSIX.
ii  libncursesw5  5.7+20090124-1 shared libraries for terminal hand

Versions of packages zsh recommends:
ii  libpcre3  7.8-2  Perl 5 Compatible Regular Expressi

Versions of packages zsh suggests:
ii  zsh-doc   4.3.9-1zsh documentation - info/HTML form

-- no debconf information



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



Bug#514859: gedit-latex-plugin: missing recommendation for package

2009-02-11 Thread Marco Romito
Package: gedit-latex-plugin
Version: 0.2rc1-1
Severity: normal


Hi

I think that the package python-enchant should be recommended
(or suggested) in the installation of gedit-latex-plugin,
since it enables the LaTeX-aware spell checking.

thanks for the job on the package
ciao
m.


-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gedit-latex-plugin depends on:
ii  gedit 2.22.3-2   official text editor of the GNOME 
ii  python-dbus   0.83.0-1   simple interprocess messaging syst
ii  rubber1.1-2.2an automated system for building L

Versions of packages gedit-latex-plugin recommends:
ii  texlive2007.dfsg.1-5 TeX Live: A decent selection of th

gedit-latex-plugin suggests no packages.

-- no debconf information



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



Bug#514860: gedit-latex-plugin: would like to hide LaTeX toolbar

2009-02-11 Thread Marco Romito
Package: gedit-latex-plugin
Version: 0.2rc1-1
Severity: wishlist


Hi

I would only wish to remark that in older versions (prior to 0.2rc1-1)
of the plugin it is possible to show/hide the LaTeX toolbar in the
configuration dialog of the plugin.

I think it is quite a useful feature, especially for whoever is used
to work with the keyboard and doesn't need fancy stuff. 

I would add a checkbutton in the View item of the menubar (where
the other show/hide checkboxes are located).

thanks again
m.



-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gedit-latex-plugin depends on:
ii  gedit 2.22.3-2   official text editor of the GNOME 
ii  python-dbus   0.83.0-1   simple interprocess messaging syst
ii  rubber1.1-2.2an automated system for building L

Versions of packages gedit-latex-plugin recommends:
ii  texlive2007.dfsg.1-5 TeX Live: A decent selection of th

gedit-latex-plugin suggests no packages.

-- no debconf information



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



Bug#514861: queue messages to offline buddies

2009-02-11 Thread martin f krafft
Package: bitlbee
Version: 1.2.3-1
Severity: wishlist

bitlbee knows when my buddies are offline and when they come online.
It would probably not be too hard to extend it to queue messages to
those buddies on networks that don't queue themselves (e.g. oscar)
and deliver them when the buddies come back online.

Thanks,

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
 .''`.   martin f. krafft madd...@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#514709: event queue full if slots undefined

2009-02-11 Thread Martin Pala

Hi,

this error was fixed in upcoming monit-5.0 which will be release ca.  
during February-March.


Cheers,
Martin


On Feb 10, 2009, at 10:59 AM, General Stone wrote:


Package: monit
Severity: important
Version: 4.10.1-4
Hi,

Monit says that the event queue is full if SLOTS are not defined in
set eventqueue statement.

The following patch in the attachment correct this failure.

Greetings, Markus Naß

diff -ruN old/monit-4.10.1/file.c new/monit-4.10.1/file.c
--- old/monit-4.10.1/file.c 2007-08-12 20:02:48.0 +0200
+++ new/monit-4.10.1/file.c 2009-02-10 09:55:00.0 +0100
@@ -404,7 +404,7 @@
  DIR   *dir = NULL;
  struct dirent *de = NULL;

-  if(limit = 0) {
+  if(limit = 0) {
LogError(%s: event queue full\n, prog);
return FALSE;
  }





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



Bug#506790: hyperestraier: Should this package be orphaned or removed?

2009-02-11 Thread Tatsuya Kinoshita
On November 24, 2008 at 3:12PM -0500,
bdefreese (at debian.org) wrote:

 Package: hyperestraier
 Version: 1.4.9-1.4
 Severity: important
 User: debian...@lists.debian.org
 Usertags: proposed-orphan
[...]
 * Package does not appear to have any reverse depends or reverse
   build-depends other than it's own binaries.

mew and mew-beta (mail reader for Emacs) have the dependency
`Suggests: hyperestraier' to use the full-text search feature.

I hope hyperestraier will be maintained.

Thanks,
--
Tatsuya Kinoshita


pgpetrGD9mNkv.pgp
Description: PGP signature


Bug#514864: phpbb3: Phpbb3 instllation script spits an error

2009-02-11 Thread phpbb3
Package: phpbb3
Version: 3.0.2-4
Severity: normal

This is what I get with aptitude dist-upgrade:
Setting up openoffice.org-filter-binfilter (1:2.4.1-17+b1) ...
Setting up openoffice.org-math (1:2.4.1-17+b1) ...
Setting up openoffice.org-report-builder-bin (1:2.4.1-17+b1) ...
Setting up openoffice.org (1:2.4.1-17+b1) ...
Setting up phpbb3 (3.0.2-4) ...
dbconfig-common: writing config to /etc/dbconfig-common/phpbb3.conf
*** WARNING: ucf was run from a maintainer script that uses debconf, but
 the script did not pass --debconf-ok to ucf. The maintainer
 script should be fixed to not stop debconf before calling ucf,
 and pass it this parameter. For now, ucf will revert to using
 old-style, non-debconf prompting. Ugh!

 Please inform the package maintainer about this problem.
Replacing config file /etc/phpbb3/database.inc.php with new version
dbconfig-common: flushing administrative password
Setting up grub-common (1.96+20080724-14) ...
Processing triggers for menu ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done

Current status: 0 updates [-28].

Regards, 
Jan

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages phpbb3 depends on:
ii  apache22.2.9-10+lenny2   Apache HTTP Server metapackage
ii  apache2-mpm-prefor 2.2.9-10+lenny2   Apache HTTP Server - traditional n
ii  dbconfig-common1.8.39common framework for packaging dat
ii  debconf [debconf-2 1.5.24Debian configuration management sy
ii  libapache2-mod-php 5.2.6.dfsg.1-1+lenny2 server-side, HTML-embedded scripti
ii  mysql-client-5.0 [ 5.0.51a-23MySQL database client binaries
ii  php5   5.2.6.dfsg.1-1+lenny2 server-side, HTML-embedded scripti
ii  php5-mysql 5.2.6.dfsg.1-1+lenny2 MySQL module for php5

Versions of packages phpbb3 recommends:
ii  exim4  4.69-9metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light 4.69-9lightweight Exim MTA (v4) daemon
ii  php5-gd5.2.6.dfsg.1-1+lenny2 GD module for php5
ii  php5-imagick   2.1.1RC1-1ImageMagick module for php5

Versions of packages phpbb3 suggests:
ii  mysql-server  5.0.51a-23 MySQL database server (metapackage
ii  mysql-server-5.0 [mysql-serve 5.0.51a-23 MySQL database server binaries

-- debconf information:
  phpbb3/password-confirm: (password omitted)
  phpbb3/mysql/app-pass: (password omitted)
  phpbb3/pgsql/admin-pass: (password omitted)
  phpbb3/mysql/admin-pass: (password omitted)
  phpbb3/pgsql/app-pass: (password omitted)
  phpbb3/app-password-confirm: (password omitted)
  phpbb3/db/basepath:
  phpbb3/db/app-user: phpbb3
  phpbb3/dbconfig-reinstall: false
  phpbb3/db/dbname: phpbb3
  phpbb3/install-error: abort
  phpbb3/upgrade-backup: true
* phpbb3/dbconfig-install: true
  phpbb3/mysql/method: unix socket
  phpbb3/remote/newhost:
  phpbb3/pgsql/manualconf:
  phpbb3/dbconfig-remove:
  phpbb3/internal/reconfiguring: false
  phpbb3/pgsql/authmethod-user:
  phpbb3/upgrade-error: abort
  phpbb3/pgsql/authmethod-admin: ident
  phpbb3/pgsql/method: unix socket
* phpbb3/database-type: mysql
  phpbb3/mysql/admin-user: root
  phpbb3/remote/host:
  phpbb3/httpd: apache
  phpbb3/remove-error: abort
  phpbb3/dbconfig-upgrade: true
  phpbb3/purge: false
  phpbb3/missing-db-package-error: abort
  phpbb3/pgsql/changeconf: false
  phpbb3/internal/skip-preseed: false
  phpbb3/pgsql/admin-user: postgres
  phpbb3/remote/port:
  phpbb3/pgsql/no-empty-passwords:
  phpbb3/passwords-do-not-match:



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



Bug#514863: dash: POSIX conformance: set -e and $(...)

2009-02-11 Thread Vincent Lefevre
Package: dash
Version: 0.5.4-12
Severity: normal

An example from the austin group mailing-list, that fails with dash:

vin% dash -c 'set -e ; z=$(false;echo foo) ; echo $z'
foo
vin%

ksh93, pdksh, posh and zsh (and bash when run as sh) all output
nothing.

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26.5-20080922 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages dash depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries

dash recommends no packages.

dash suggests no packages.

-- debconf information:
  dash/sh: false



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



Bug#514862: bash: POSIX conformance: set -e and $(...)

2009-02-11 Thread Vincent Lefevre
Package: bash
Version: 3.2-4
Severity: normal

An example from the austin group mailing-list, that fails with bash
when it is run as bash (not as sh):

vin% bash -c 'set -e ; z=$(false;echo foo) ; echo $z'
foo
vin%

I don't see why this non-standard behavior would be wanted.
So, I suppose this is a bug.

ksh93, pdksh, posh and zsh all output nothing.

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26.5-20080922 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages bash depends on:
ii  base-files5  Debian base system miscellaneous f
ii  debianutils   2.31   Miscellaneous utilities specific t
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libncurses5   5.7+20090124-1 shared libraries for terminal hand

Versions of packages bash recommends:
ii  bash-completion   20080705   programmable completion for the ba

Versions of packages bash suggests:
ii  bash-doc  3.2-4  Documentation and examples for the

-- no debconf information



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



Bug#514794: private /root permissions

2009-02-11 Thread Santiago Vila
On Tue, 10 Feb 2009, Kees Cook wrote:

 Package: base-files
 Version: 5
 Severity: normal
 Tags: patch
 User: ubuntu-de...@lists.ubuntu.com
 Usertags: origin-ubuntu jaunty ubuntu-patch
 
 Hello!
 
 One question that both the Ubuntu Security Team and the Server Team
 have fielded many times is why is /root not mode 700?  It seems that
 many server admins expect this directory to be private.  While the fix
 for them is easy, it might be nice to make this change by default.
 It doesn't seem like anything in the FHS or the base-files package
 history discusses the privacy of /root, so I couldn't find any reasons
 to not suggest this change.
 
 I'd like to propose that /root be shipping mode 700 for new installs.  What
 are your thoughts?

This has been discussed in the past (see archived bugs for base-files).


Last time I checked, home directories in /home are 755 by default and
this is not considered as a bug either.

I think both cases are similar and we should treat them the same, that is,
if the consensus is that user home directories should be private by default,
we apply that principle to both /home/* and /root.



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



Bug#514866: git-core: please send RelNotes for previous versions in git-core

2009-02-11 Thread Yann Dirson
Package: git-core
Version: 1:1.6.1.2-1
Severity: wishlist

Having just the relnotes for the current dot-release is not very useful,
and it is annoying to have to install the txt/html docs just to get those.
At the very least git-core should contain the RelNotes files for the major
releases, and for the dot-releases in current branch - but it is probably
easier to ship all of them together.





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



Bug#514865: apt-listchanges: GTK+ window should not steal focus, and only appear if there is anything to show

2009-02-11 Thread Gustavo Noronha Silva
Package: apt-listchanges
Version: 2.83
Severity: important

The GTK+ frontend has a very bad behavior: it will display a window
and quickly close it if there is nothing to show. When the window is
displayed (either because it has stuff to show or not), the window
simply pops up in front of anything you are doing.

It should instead show in the background requesting attention (so that
its taskbar button will pulse no matter in what virtual desktop you
are). And should, of course, only display the window if there is
something to show.

THanks,

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.28kov (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages apt-listchanges depends on:
ii  apt   0.7.20.2   Advanced front-end for dpkg
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  debianutils   2.31   Miscellaneous utilities specific t
ii  python2.5.2-3An interactive high-level object-o
ii  python-apt0.7.8  Python interface to libapt-pkg
ii  python-support0.8.7  automated rebuilding support for P
ii  ucf   3.0016 Update Configuration File: preserv

Versions of packages apt-listchanges recommends:
ii  exim4 4.69-9 metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light [mail-tran 4.69-9 lightweight Exim MTA (v4) daemon

Versions of packages apt-listchanges suggests:
ii  elinks [www-browser]   0.12~pre2.dfsg0-1 advanced text-mode WWW browser
ii  epiphany-gecko [www-br 2.24.2.1-1Intuitive GNOME web browser - Geck
ii  epiphany-webkit [www-b 2.24.2.1-1Intuitive GNOME web browser - webk
ii  gnome-terminal [x-term 2.22.3-3  The GNOME 2 terminal emulator appl
ii  iceweasel [www-browser 3.0.6-1   lightweight web browser based on M
ii  konqueror [www-browser 4:4.2.0-1 KDE 4's advanced file manager, web
ii  konsole [x-terminal-em 4:4.2.0-1 X terminal emulator for KDE 4
ii  links [www-browser]2.2-1 Web browser running in text mode
ii  lynx-cur [www-browser] 2.8.7dev13-1  Text-mode WWW Browser with NLS sup
ii  midori [www-browser]   0.1.2-1   fast, lightweight graphical web br
ii  python-glade2  2.12.1-6  GTK+ bindings: Glade support
ii  python-gtk22.12.1-6  Python bindings for the GTK+ widge
ii  w3m [www-browser]  0.5.2-2+b1WWW browsable pager with excellent
ii  xterm [x-terminal-emul 241-1 X terminal emulator

-- debconf information:
* apt-listchanges/confirm: false
* apt-listchanges/email-address: kov
* apt-listchanges/which: both
* apt-listchanges/frontend: gtk
* apt-listchanges/save-seen: true



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



Bug#514826: Same problem here with another hardware configuration

2009-02-11 Thread Ian McDonald
It looks to me very similar to 501969, which if the lilo command line 
was fixed up, would go away too.


--
ian


Ferenc Wagner wrote:

Emmanuel Lesouef e.leso...@crbn.fr writes:

  

As suggested by Daniel, I can confirm that my system is booting after
modifying the lilo command-line.



It's probably the same issue as #511447.  Should we merge them?
  


--
ian

Ian McDonald, ITS, University of St Andrews
T: +441334462779 F: +441334462759
The University of St Andrews is a charity registered in Scotland: SC013532




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



Bug#514836: problem about iptables-save command

2009-02-11 Thread Laurence J. Lane
On Wed, Feb 11, 2009 at 5:03 AM, Anthony Havé
a.h...@sysun-technologies.com wrote:
 Package: iptables
 Version: 1.4.2

 Hello,

 I work on Debian Lenny (5.0) with kernel 2.6.26
 When I use the following command:
 iptables-save  ./file-iptables

 It return this:
 iptables-save v1.4.2 Unable to open /proc/net/ip_tables_name: No such file
 or directory.

 I already sent an email about this problem (in December 2008). But I have no
 answer about this problem (may be my mail is lost).

You never responded the first time you filed the report and then you
filed another with the same problem. I didn't bother to reply the
second time because there's no way to help you if you don't respond.

If you don't have /proc/net/ip_tables_name, that's a kernel problem.
It's likely that you do not have the necessary netfilter support
compiled in or loaded as modules. That exact error is also
reproducible if you try to save without ever having set any rules.



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



Bug#514853: lintian: Distribution field conforming to standard is not accepted

2009-02-11 Thread Adam D. Barratt

Gabor Kiss wrote, Wednesday, February 11, 2009 11:57 AM
[...]

Debian Policy Manual section 5.6.14 Distribution writes:

In a .changes file or parsed changelog output this contains
the (space-separated) name(s) of the distribution(s) where
this version of the package should be installed.

However this line is refused by lintian:

Distribution: testing stable


That section of Policy also claims that frozen is a valid distribution and 
that one can't upload to testing (although it could be argue that tpu 
isn't testing), so it could possibly do with some attention. :-/


Whilst testing stable is technically valid, I'm not entirely sure that all 
parts of the archive software would do the right thing with such a package.


Regards,

Adam 





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



Bug#514867: nautilus

2009-02-11 Thread Aliel
Package: nautilus
Version: 2.20.0-7
memory leak after works with fils
-- System Information:
Debian Release: lenny 5.0
Architecture: i686
Kernel: Linux 2.6.26-1-686



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



Bug#508808: Patch update

2009-02-11 Thread Daniele Napolitano
Updated versions of patches in unidiff format. Work with Ubuntu (dep
lsb-base) and Debian.

-- 
Daniele DnaX Napolitano
https://launchpad.net/~dnax88
http://dnax.netsons.org/
--- irda-utils.orig	2009-02-11 14:13:14.0 +0100
+++ /etc/init.d/irda-utils	2009-02-11 14:25:24.0 +0100
@@ -26,6 +26,27 @@
 SYSCTL=/sbin/sysctl
 SMCINIT=/usr/sbin/smcinit
 
+if [ -f /lib/lsb/init-functions ]; then
+. /lib/lsb/init-functions
+else
+log_action_begin_msg () {
+	echo $@
+}
+log_daemon_msg () {
+	echo -n $...@... 
+}
+log_end_msg () {
+	if [ $1 -eq 0 ]; then 
+	echo done.
+	else
+	echo failed.
+	fi
+}
+log_action_end_msg () {
+	:;
+}
+fi
+
 test -x $DAEMON || exit 0
 test -x $SYSCTL || exit 0
 
@@ -38,7 +59,11 @@
 ENABLE=true
 read -d   DEVICE /var/run/irdadev
 fi
-test $ENABLE = false  exit 0
+if [ $ENABLE = false ]; then
+log_action_begin_msg Skipping $DESC: $NAME (not enabled)
+log_action_end_msg 0
+exit 0
+fi
 if [ -z $DEVICE ]; then
 DEVICE=/dev/ttyS1
 fi
@@ -59,7 +84,7 @@
 
 case $1 in
 start)
-echo -n Starting $DESC: $NAME
+log_daemon_msg Starting $DESC $NAME
 
 # Running smcinit is needed in some laptops prior to port use
 # You should set this variable in /etc/default/irda-utils
@@ -85,6 +110,7 @@
 
 start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON \
 -- $DEVICE $DONGLE $DISCOVERY
+log_end_msg $?
 sleep 1
 
 if [ -n $DISCOVERY ]; then
@@ -93,18 +119,17 @@
 	$SYSCTL -e -q -w net.irda.discovery=0
 fi
 	
-$SYSCTL -e -q -w net.irda.max_baud_rate=115200
-echo .
+$SYSCTL -e -q -w net.irda.max_baud_rate=$MAX_BAUD_RATE
 ;;
 stop)
-echo -n Stopping $DESC: $NAME
+log_daemon_msg Stopping $DESC $NAME
 
 if [ -n $DISCOVERY ]; then
 	$SYSCTL -e -q -w net.irda.discovery=0
 fi
 
 start-stop-daemon --stop --quiet --oknodo --pidfile $PIDFILE --exec $DAEMON
-echo .
+log_end_msg $?
 ;;
 #reload)
 #   ;;
--- irda-utils.def.orig	2009-02-11 14:13:34.0 +0100
+++ /etc/default/irda-utils	2009-02-11 14:29:15.0 +0100
@@ -32,3 +32,7 @@
 # running smcinit to initialize the irda device prior to use.
 # If you device is one of them, set this option to yes
 USE_SMCINIT=no
+
+# Set the max baud rate for IrDA device
+# Values: 2400, 3600, 9600, 14400, 19200, 28800, 38400, 57600, 115200
+MAX_BAUD_RATE=115200


Bug#514023: New name (Was: Bug#514023: lists.debian.org: Request for debian-blends mailing list)

2009-02-11 Thread Chris Walker

I think the debian-blends mailing list should be created - and would
subscribe.


Chris

Andreas Tille til...@rki.de writes:
 Hi,
 
 hope the keyword New name in the subject attracts enough interest
 (at least this worked half a year ago) for people who support the final
 step of the renaming process: Please send an e-mail to
 514...@bugs.debian.org that you support the creation of the debian-blends
 mailing list.
 
 Kind regards
 
Andreas.
 
 
 On Wed, 4 Feb 2009, David Paleino wrote:
 
  On Wed, 4 Feb 2009 23:00:29 +0100 (CET), Andreas Tille wrote:
 
  On Wed, 4 Feb 2009, Cord Beermann wrote:
 
  After filing the request, it would be very much appreciated if several
  other people interested in the new list would send a mail to the bug,
  in order to record their interest.
 
  So I foreward this mail to debian-custom and hope that people
  will go on posting their interest.
 
  Please do create debian-blends@, for the reasons Andreas already exposed.
 
  Ciao,
  David
 
  -- 
  . ''`.  Debian maintainer | http://wiki.debian.org/DavidPaleino
  : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
  `. `'`  GPG: 1392B174 | http://snipr.com/qa_page
`-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174
 
 
 -- 
 http://fam-tille.de
 
 
 -- 
 To UNSUBSCRIBE, email to debian-custom-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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



Bug#514868: Typo in diff manpage

2009-02-11 Thread Marco Túlio Gontijo e Silva
Package: manpages-pt
Version: 20040726-2
Severity: minor
Tags: patch

The diff manpage contains the word olgorítimo, where it should be algorítimo.

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

manpages-pt depends on no packages.

manpages-pt recommends no packages.

Versions of packages manpages-pt suggests:
ii  konqueror [man-browser] 4:3.5.9.dfsg.1-6 KDE's advanced file manager, web b
ii  man-db [man-browser]2.5.2-4  on-line manual pager

-- no debconf information
diff -ruN manpages-pt-20040726.orig/man1/diff.1 manpages-pt-20040726/man1/diff.1
--- manpages-pt-20040726.orig/man1/diff.1	2002-11-21 10:37:27.0 -0200
+++ manpages-pt-20040726/man1/diff.1	2009-02-11 11:41:17.0 -0200
@@ -148,7 +148,7 @@
 de ambos arquivos no formato if-then-else.
 .TP
 .B \-d
-Altera o olgorítimo para quem sabe achar o menor conjunto de alterações. Isto faz
+Altera o algorítimo para quem sabe achar o menor conjunto de alterações. Isto faz
 .I diff
 ficar lento (as vezes muito lento).
 .TP


Bug#514869: iptables-save doesn't flush before fork, duplicates output

2009-02-11 Thread Ivan Vilata i Balaguer
Package: iptables
Version: 1.4.2-5
Severity: normal


It looks like ``iptables-save`` doesn't flush before forking, at least when
issuing the first rule related to the ``multiport`` module in a chain.  In some
virtual machines where there is no ``/sbin/modprobe``, this causes some output
to be duplicated, like this (look at the ``multiport`` line)::

  # Generated by iptables-save v1.4.2 on Tue Feb 10 09:23:29 2009
  *mangle
  :PREROUTING ACCEPT [10031:3504342]
  :INPUT ACCEPT [10031:3504342]
  :FORWARD ACCEPT [0:0]
  :OUTPUT ACCEPT [9143:868348]
  :POSTROUTING ACCEPT [9143:868348]
  COMMIT
  # Completed on Tue Feb 10 09:23:29 2009
  # Generated by iptables-save v1.4.2 on Tue Feb 10 09:23:29 2009
  *filter
  :INPUT ACCEPT [10032:3504394]
  :FORWARD ACCEPT [0:0]
  :OUTPUT ACCEPT [9147:869212]
  :fail2ban-ssh - [0:0]
  -A INPUT -p tcp -A INPUT -p tcp -A INPUT -p tcp -m multiport --dports 22 -j 
fail2ban-ssh 
  -A fail2ban-ssh -j RETURN 
  COMMIT
  # Completed on Tue Feb 10 09:23:29 2009

I'm attaching the output of ``strace -f iptables-save`` (whose normal output is
the one above).  You can also check where this error whas initially found:
http://bugzilla.openvz.org/show_bug.cgi?id=1169

It looks like moving some writing or flushing op before the fork should fix the
issue.

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-2-pve (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages iptables depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries

iptables recommends no packages.

iptables suggests no packages.

-- no debconf information



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



  1   2   3   4   >