Bug#340257: initramfs-tools: fix for 340257

2005-11-21 Thread Paul Traina
Package: initramfs-tools
Version: 0.39
Followup-For: Bug #340257

The following patch:
1) copies /lib/udev to the initramfs image
2) moves all of the udev specific stuff out of the generic
   mkinitramfs script and into hooks/udev, which is where
   I suspect you really wanted it anyway.

--- mkinitramfs 2005-11-21 23:15:14.600836211 -0800
+++ mkinitramfs 2005-11-21 23:16:03.540531451 -0800
@@ -169,11 +169,6 @@
 cp -p "/etc/mkinitramfs/scripts/${f}" "${DESTDIR}/scripts/$(dirname "${f}")"
 done
 copy_exec "${CONFDIR}/initramfs.conf" /conf
-cp -a /etc/udev "${DESTDIR}/etc"
-
-# Hack until udev is built with klibc
-copy_exec /sbin/udevd /sbin
-copy_exec /sbin/udevsynthesize /sbin
 
 # Busybox
 rm ${DESTDIR}/bin/sh
--- hooks/udev  2005-11-21 23:15:22.680612883 -0800
+++ hooks/udev  2005-11-21 23:15:36.701526148 -0800
@@ -25,3 +25,9 @@
 
 force_load unix
 
+cp -a /etc/udev ${DESTDIR}/etc
+cp -a /lib/udev ${DESTDIR}/lib
+
+# Hack until udev is built with klibc
+copy_exec /sbin/udevd /sbin
+copy_exec /sbin/udevsynthesize /sbin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#316637: newt: Etch is expected to be fully Unicode-compliant so fribidi should be in Depends, not Recommends

2005-11-21 Thread Alastair McKinstry




Martin-Éric Racine wrote:

  su, 2005-11-20 kello 18:14 -0800, Steve Langasek kirjoitti:
  
  
On Sun, Nov 20, 2005 at 11:43:47PM +0200, Martin-Éric Racine wrote:


  su, 2005-11-20 kello 10:16 -0800, Steve Langasek kirjoitti:
  
  
On Sun, Nov 20, 2005 at 07:29:00PM +0200, Martin-Éric Racine wrote:


  Given how Unicode compliance is a release goal for Etch, having libfribidi0 in Recommends is not sufficient; it 
really must show in Depends.
  

  


  
No.  "Unicode support" refers to applications functioning in a UTF-8 locale
as correctly as they do in a single-byte locale.

  


  And it indeed doesn't function correctly here.  Not putting libfribidi0
as Depends breaks newt operation on UTF-8 locales, which in turns also
affects debconf.  Without it, debconf does NOT work correctly under a
UTF-8 locale using the 'dialog' front-end.
  

Then you should have said that (and in a separate bug report, no less)
instead of claiming that dependencies were missing.  If UTF-8 isn't working
right without lifribidi0, then something's buggy in the UTF-8 support,
because libfribidi0 should *not* be required for this.

  
  
You really ought to check the whole thread for this bug before mailing.
This bug already was about the missing dependency, which the maintainer
"solved" by adding a Recommends, instead of a Depends. 

  

The bug was fixed by fixing a segfault in libslang2 that occured when
libfribidi was not
present. That fixed, it is now possible for newt to have a Recommends:
rather
than a Depends:, hence that was changed simultaneously: it was not the
'fix'.

newt works in UTF-8 for non-BIDI languages. I am reluctant to add a
dependency on
libfribidi and inflate base for non-BIDI users: it makes using Debian
as an embedded
system much harder. A better solution I think would be to make sure
libfribidi 
is installed when BIDI languages are chosen on the installer, or when X
/ graphical
console is installed.

Regards
Alastair




Bug#340260: abiword: missing build-dependency on libfreetype6-dev

2005-11-21 Thread Steve Langasek
Package: abiword
Version: 2.4.1-2
Severity: minor

The abiword package's handling of libfreetype appears to be very
inconsistent.  AFAICT, the package has an unconditional dependency on
freetype (abi/src/af/xap/unix/xap_UnixFont.cpp), but a) the package has no
build-dependency on libfreetype6-dev, and b) the only place where -lfreetype
is mentioned in the code is when libXft is detected, and Xft support is
optional.  I think it would be a good idea if the source were fixed so that
freetype is detected independently from Xft, and the package changed to
build-depend on libfreetype6-dev directly since it uses it directly.

Cheers,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#340259: bts: option to *not* cache resolved bugs?

2005-11-21 Thread Christian Perrier
Package: devscripts
Version: 2.9.9
Severity: wishlist

I have no idea whether this is really possible, but an option for not
caching "resolved" bugs would probably help a lot in lowering the load to
the BTS server when caching bugs for several packages (for instance, I would
then cache about 25 bugs instead of 196 for shadow...).

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

Versions of packages devscripts depends on:
ii  debianutils   2.15.1 Miscellaneous utilities specific t
ii  dpkg-dev  1.13.11package building tools for Debian
ii  libc6 2.3.5-8GNU C Library: Shared libraries an
ii  perl  5.8.7-8Larry Wall's Practical Extraction 
ii  sed   4.1.4-4The GNU sed stream editor

Versions of packages devscripts recommends:
ii  fakeroot  1.5.5  Gives a fake root environment

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340258: initramfs-tools: please remove all evms hooks & scripts from your package

2005-11-21 Thread Paul Traina
Package: initramfs-tools
Version: 0.39
Severity: normal

per our discussion via e-mail, please remove all support for evms from
initramfs-tools, I'm working with the evms maintainer to release a new
version of evms which will install the required scripts and hooks, per
your request.

The current files you've got are still broken.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages initramfs-tools depends on:
ii  busybox   1:1.01-3   Tiny utilities for small and embed
ii  cpio  2.6-9  GNU cpio -- a program to manage ar
ii  klibc-utils   1.1.1-2small statically-linked utilities 
hi  udev  0.074-3/dev/ and hotplug management daemo

initramfs-tools recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340257: latest initramfs-tools package still doesn't get udev right

2005-11-21 Thread Paul Traina
Package: udev
Version: 0.074-3
Severity: important
Tags: patch

The 0.74-3 release, which was supposed to fix the earlier bugs I reported
with udev still doesn't get it right.  In udev 0.72-2, they renamed
/lib/hotplug to /lib/udev.  It is supposed to be copied over, not ignored.

Please copy over all the files in /lib/udev when building the initramfs.



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages udev depends on:
ii  initscripts   2.86.ds1-4 Standard scripts needed for bootin
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libselinux1   1.26-1 SELinux shared libraries
ii  libsepol1 1.8-1  Security Enhanced Linux policy lib
ii  lsb-base  3.0-11 Linux Standard Base 3.0 init scrip
ii  makedev   2.3.1-79   creates device files in /dev
ii  sed   4.1.2-8The GNU sed stream editor

udev recommends no packages.

-- debconf information:
  udev/devfs-warning:
* udev/reboot-warning:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340256: smb2www: [INTL:fr] French debconf templates translation

2005-11-21 Thread Christian Perrier
Package: smb2www
Version: N/A
Severity: wishlist
Tags: patch l10n

Please find attached the french debconf templates update, proofread by the
debian-l10n-french mailing list contributors.

If you do not already use it, please remember about the
"podebconf-report-po" utility, which helps warning translators about
changes when you modify some debconf templates in your packages. See
its man page for details.

The usual policy when using it is sending a warning to translators when
you plan to upload a version of your package with debconf templates
changes (EVEN TYPO CORRECTIONS). Then leave about one week for them to
update their files (several translation teams have a QA process which
requires time).

podebconf-report-po will take care of sending the translators the
needed material as well as getting the translators adresses from the
PO files. All you have to do is just using the utility..:-)

If you apply this policy, please forget about these remarks, of
courseThis message is generic..:-)


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
# translation of fr.po to french
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
# Christian Perrier <[EMAIL PROTECTED]>, 2005.
#
msgid ""
msgstr ""
"Project-Id-Version: fr\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2005-11-13 17:49+0100\n"
"PO-Revision-Date: 2005-11-18 14:39+0100\n"
"Last-Translator: Christian Perrier <[EMAIL PROTECTED]>\n"
"Language-Team: French \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.10.2\n"

#. Type: note
#. Description
#: ../templates:3
msgid "smb2www is DISABLED by default"
msgstr "smb2www est DÉSACTIVÉ par défaut"

#. Type: note
#. Description
#: ../templates:3
msgid ""
"If enabled, by default smb2www will allow anyone to browse your network."
msgstr ""
"S'il est activé, smb2www permettra, par défaut, à quiconque de parcourir "
"votre réseau."

#. Type: note
#. Description
#: ../templates:3
msgid ""
"Probably this is not what you want to happen. Please modify your web server "
"configuration to suit. Please read /usr/share/doc/smb2www/index.html for "
"more information (Especially FAQ 4) on how to do this for Apache."
msgstr ""
"Ce n'est probablement pas ce que vous souhaitez voir se produire. Veuillez "
"modifier la configuration de votre serveur web en conséquence. Veuillez "
"lire /usr/share/doc/smb2www/index.html pour plus d'informations sur la "
"méthode à employer avec Apache (particulièrement la section 4 de la FAQ)."

#. Type: boolean
#. Description
#: ../templates:14
msgid "Do you want to enable smb2www?"
msgstr "Faut-il activer smb2www ?"

#. Type: boolean
#. Description
#: ../templates:14
msgid "Turn this option on if you want to enable smb2www."
msgstr "Veuillez indiquer si vous souhaitez rendre smb2www actif."

#. Type: boolean
#. Description
#: ../templates:14
msgid ""
"Note that you can enable smb2www at any time by running\n"
"  dpkg-reconfigure smb2www\n"
"command."
msgstr ""
"Vous pourrez l'activer plus tard en lançant la commande\n"
"  dpkg-reconfigure smb2www."

#. Type: string
#. Description
#: ../templates:24
msgid "Which server shall I use as master browser ?"
msgstr "Serveur à utiliser comme maître explorateur :"

#. Type: string
#. Description
#: ../templates:24
msgid ""
"Please enter name of the server which will be used by smb2www as a master "
"browser"
msgstr ""
"Veuillez indiquer le nom du serveur qui sera utilisé comme maître "
"explorateur par smb2www"

#. Type: select
#. Choices
#: ../templates:30
msgid "English, Dutch, Finnish, Polish, Swedish"
msgstr "Anglais, Néerlandais, Finnois, Polonais, Suédois"

#. Type: select
#. Default
#. You must NOT translate this string, but you can change its value.
#. The comment between brackets is used to distinguish this msgid
#. from the one in the Choices list; you do not have to worry about
#. them, and have to simply choose a msgstr among the English values
#. listed in the Choices field above, e.g. msgstr "Dutch"
#: ../templates:36
msgid "English[ default language ]"
msgstr "English"

#. Type: select
#. Description
#: ../templates:37
msgid "Which language would you like to use with smb2www ?"
msgstr "Langue à utiliser avec smb2www :"

#. Type: select
#. Description
#: ../templates:3

Bug#340225: fatal: PAM: pam_setcred(): Error in service module

2005-11-21 Thread Oskar Liljeblad
On Monday, November 21, 2005 at 15:35, Russ Allbery wrote:
[..]
> > This is what I get when correct password is entered:
> 
> >   sshd[32359]: fatal: PAM: pam_setcred(): Error in service module
> 
> I can't duplicate this.  It works great for me using the following
> configuration:
> 
> authsufficient  pam_unix.so nullok_secure
> authrequiredpam_krb5.so use_first_pass forwardable
> 
> What version of the openssh-server package are you using?  Also, do you
> have any session lines for pam_krb5.so?

Thanks for looking into this. Sorry for not providing more info the first
time. Anyway, here it is:

rc  openssh-server4.2p1-5
ii  ssh-krb5  3.8.1p1-10
ii  libkrb53  1.3.6-5

Perhaps I need to upgrade to openssh-server and purge ssh-krb5? (Perhaps then
libpam-krb5 should conflict with ssh-krb5.) My /etc/pam.d/ssh:

auth   required pam_nologin.so
@include common-auth
auth  required pam_krb5.so use_first_pass forwardable
auth   required pam_env.so
@include common-account
accountrequired pam_krb5.so
@include common-session
sessionoptional pam_motd.so
sessionoptional pam_mail.so standard noenv
sessionrequired pam_limits.so
@include common-password

Regards,

Oskar


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340255: gcc-34: [Patch] Support PIE for M32R

2005-11-21 Thread Kazuhiro Inaoka

Package: gcc-3.4
Version: 3.4.4-10
Severity: wishlist
Tags: patch

Could you please include following patch?
This patch is enable to use PIE at gcc for M32R.

   * debian/patches/m32r-pie.dpatch: Enable PIE for M32R.

#! /bin/sh -e
# 
#
# DP: Author: Kazuhiro Inaoka
# DP: Status: in CVS 4.0-branch
# DP: PIE Support

if [ $# -eq 3 ] && [ "$2" = '-d' ]; then
pdir="-d $3"
dir="$3/"
elif [ $# -ne 1 ]; then
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1
fi
case "$1" in
   -patch) patch $pdir -f --no-backup-if-mismatch -p1 < $0;;
   -unpatch) patch $pdir -f --no-backup-if-mismatch -R -p1 < $0;;
*)
echo >&2 "`basename $0`: script expects -patch|-unpatch as 
argument"
exit 1;;
esac

exit 0

--- gcc-3.4.4/gcc/config.gcc.org2005-07-29 19:31:19.0 +0900
+++ gcc-3.4.4/gcc/config.gcc2005-07-29 19:30:07.0 +0900
@@ -1313,7 +1313,6 @@
;;
 m32r-*-linux*)
tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} m32r/linux.h"
-   extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
tmake_file="t-slibgcc-elf-ver m32r/t-linux"
gnu_ld=yes
use_fixproto=yes
@@ -1323,7 +1322,6 @@
;;
 m32rle-*-linux*)
tm_file="dbxelf.h elfos.h svr4.h linux.h m32r/little.h ${tm_file} 
m32r/linux.h"
-   extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
tmake_file="t-slibgcc-elf-ver m32r/t-linux"
gnu_ld=yes
use_fixproto=yes
--- gcc-3.4.4/gcc/config/m32r/m32r.h.org2005-07-29 19:22:12.0 
+0900
+++ gcc-3.4.4/gcc/config/m32r/m32r.h2005-07-29 19:24:34.0 +0900
@@ -191,7 +191,7 @@
 
 /* Options to pass on to the assembler.  */
 #undef  ASM_SPEC
-#define ASM_SPEC "%{v} %(asm_cpu) %(relax) %{fpic:-K PIC} %{fPIC:-K PIC}"
+#define ASM_SPEC "%{v} %(asm_cpu) %(relax) %{fpic|fpie:-K PIC} %{fPIC|fPIE:-K 
PIC}"
 
 #define LINK_SPEC "%{v} %(link_cpu) %(relax)"
 
--- gcc-3.4.4/gcc/config/m32r/linux.h.org   2005-07-29 19:22:21.0 
+0900
+++ gcc-3.4.4/gcc/config/m32r/linux.h   2005-07-29 19:24:50.0 +0900
@@ -85,14 +85,20 @@
 %{profile:-lc_p} %{!profile: -lc}}"
 
 #undef  STARTFILE_SPEC
+#if defined HAVE_LD_PIE
+#define STARTFILE_SPEC \
+  "%{!shared: %{pg|p|profile:gcrt1.o%s;pie:Scrt1.o%s;:crt1.o%s}} \
+  crti.o%s %{static:crtbeginT.o%s;shared|pie:crtbeginS.o%s;:crtbegin.o%s}"
+#else
 #define STARTFILE_SPEC \
   "%{!shared: \
  %{pg:gcrt1.o%s} %{!pg:%{p:gcrt1.o%s} %{!p:crt1.o%s}}}\
crti.o%s %{!shared:crtbegin.o%s} %{shared:crtbeginS.o%s}"
+#endif
 
 #undef  ENDFILE_SPEC
 #define ENDFILE_SPEC \
-  "%{!shared:crtend.o%s} %{shared:crtendS.o%s} crtn.o%s"
+  "%{shared|pie:crtendS.o%s;:crtend.o%s} crtn.o%s"
 
 #undef  SUBTARGET_CPP_SPEC
 #define SUBTARGET_CPP_SPEC "\


Bug#340254: vim: syntax highlight no longer works in sid (6.4.1) ?

2005-11-21 Thread linux
Package: vim
Version: 1:6.4-001+2
Severity: important

I don't know what has been changed but I just upgrade a sarge system to sid(as 
a playground) and syntax highlight no longer works. It gives me an error of not 
finding the event "filetype bufRead"

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.32-xbox-chimpanzee-vs-ll
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages vim depends on:
ii  libc62.3.5-8 GNU C Library: Shared libraries an
ii  libgpmg1 1.19.6-21   General Purpose Mouse - shared lib
ii  libncurses5  5.5-1   Shared libraries for terminal hand
ii  vim-common   1:6.4-001+2 Vi IMproved - Common files

vim recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#308445: APT bug?

2005-11-21 Thread Filipus Klutiero
OK, it looks like this bug may not be an APT bug. I can confirm too that 
sarge's APT will interpret the Archive tag while etch's won't. But it's 
not clear whether it's normal that most primary mirrors use this tag and 
not Suite for section-specific Release files.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#339760: ITP: phpmailer -- full featured email transfer class for PHP

2005-11-21 Thread Carlos C Soto

David Moreno Garza escribió:


On 19:05 Fri 18 Nov 2005, Carlos C Soto wrote:
 


I really hope you cant package this and you can find a sponsor!
   



You meant "can", didn't you?

That would change the sense of your mail :)
 


OMG Sorry!! I really hope you CAN package this and you can find a sponsor!!!
Thanks damog, a stupid mistake!


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340236: coreutils: cp -p to nfs destination fails to preserve timestamps

2005-11-21 Thread Bob Proulx
Jonathan Black wrote:
> Coping a file to a local filesystem using the -p option preserves the
> timestamp as expected, but doing the same to an nfs filesystem replaces
> it with the current time, as if -p had not been given:

Mostly likely this is a limitation of the NFS server.  Most likely a
feature restriction.

> $ cp -p /etc/debian_version /tmp
> $ cp -p /etc/debian_version /net/beacon/tmp
> $ ls -l {/etc,/tmp,/net/beacon/tmp}/debian_version 
> -rw-r--r-- 1 root root 17 2005-06-06 19:50 /etc/debian_version
> -rw-r--r-- 1 jonathan jonathan 17 2005-11-21 23:40 
> /net/beacon/tmp/debian_version
> -rw-r--r-- 1 jonathan jonathan 17 2005-06-06 19:50 /tmp/debian_version

Thank you for the small test case.  Would you please run the case
again using strace and send in the result?

  strace -e file cp -p /etc/debian_version /tmp
  strace -e file cp -p /etc/debian_version /net/beacon/tmp

On my system I see this:

  utimes("/net/marbles/tmp/debian_version", {1132636652, 0}) = 0

My suspicion is that the NFS call is given but ignored by the NFS
server.  Can you try a different NFS server?

Bob


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#216766: boot-icons: more info on 216766

2005-11-21 Thread Rob Walker
Package: boot-icons
Version: 0.5
Followup-For: Bug #216766


I was able to get boot-icons to work on my machine.

However, the earlier email was correct, the problem is that the penguin
logo is not turned on by default with debian kernels.

I turned on the logo, but it didn't show up until I removed the module
setting from FRAMEBUFFER_CONSOLE.

Here is the output of a diff:

t41p:/usr/src/linux-source-2.6.14# diff .config /boot/config-2.6.14-1-686
3,4c3,4
< # Linux kernel version: 2.6.14rob-1
< # Tue Nov 22 00:52:27 2005
---
> # Linux kernel version: 2.6.14-1-686
> # Tue Nov  1 15:33:16 2005
2462c2462
< CONFIG_FRAMEBUFFER_CONSOLE=y
---
> CONFIG_FRAMEBUFFER_CONSOLE=m
2470,2473c2470
< CONFIG_LOGO=y
< # CONFIG_LOGO_LINUX_MONO is not set
< # CONFIG_LOGO_LINUX_VGA16 is not set
< CONFIG_LOGO_LINUX_CLUT224=y
---
> # CONFIG_LOGO is not set

With this, I get the penguin logo, and then the other boot-icons show up
as well.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14rob-1
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages boot-icons depends on:
ii  libc6 2.3.5-8GNU C Library: Shared libraries an

boot-icons recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340253: dvipsk-ja sets wrong path (TEXPSHEADERS.dvips)

2005-11-21 Thread ae86_levin
Package: dvipsk-ja
Version: 5.95a+jp1.7a-1
Severity: nomal

dvipsk-ja postinst sets TEXPSHEADERS.dvips to 
".;$TEXMF/{dvipsj,dvips,pdftex,tex,fonts/type1
}//", so dvips couldn't find header file.

% dvips -f XX.dvi
This is dvips(k) p1.7a Copyright 2005 ASCII Corp.([EMAIL PROTECTED])
based on dvips(k) 5.95a Copyright 2005 Radical Eye Software (www.radicaleye.com)
' TeX output 2005.11.21:1039' ->
dvips: ! Couldn't find header file 8r.enc

I suggest that the TEXPSHEADERS.dvips be corrected or abolished.

TANX, wataru

System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux proper 2.6.14-1-686-smp
Locale: LANG=ja_JP.euc

Versions of packages dvipsk-ja depends on:
ii  libc6  2.3.5-8GNU C Library: Shared 
libraries and Timezo
ne data
ii  libkpathsea4   3.0-10.1   path search library for teTeX 
(runtime par
t)
ii  tetex-base 3.0-10 Basic library files of teTeX
ii  tetex-bin  3.0-10.1   The teTeX binary files


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340252: Add 'upgrade' and 'failed-upgrade' to debian/libapache2-mod-fcgid.prerm

2005-11-21 Thread FX

package: libapache2-mod-fcgid

Please consider adding 'upgrade' and 'failed-upgrade' case branches to:
  debian/libapache2-mod-fcgid.prerm.

Also, this error message should probably say 'prerm' instead of 'postrm' 
in the same file:

  echo "postrm called with unknown argument \`$1'" >&2

Thanks.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340251: default server should be musicbrainz.org?

2005-11-21 Thread ms419

Package: libtunepimp-bin
Version: 0.3.0-9

I think the musicbrainz server is now musicbrainz.org - not 
test.musicbrainz.org -



fis% tp_tagger *.mp3
Supported file extensions
.wav .mp3 .ogg .flac
Enter ? or h for help

File added: Ladytron - Black Plastic.mp3
File added: Ladytron - Blue Jeans.mp3
File added: Ladytron - Cease2xist.mp3
[...]
tag> l
0: Error,   0%: Ladytron - Black Plastic.mp3
  Error: Stop using the staging server for tagging!
1: Error,   0%: Ladytron - Blue Jeans.mp3
  Error: Stop using the staging server for tagging!
2: Error,   0%: Ladytron - Cease2xist.mp3
  Error: Stop using the staging server for tagging!
[...]
tag> ?
[...]
   u   Use MB server (test.musicbrainz.org)
[]
tag>



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340250: clisp: Package contains invalid link for base/lispinit.mem

2005-11-21 Thread Peter Van Eynde
On Tuesday 22 November 2005 05:04, Robin Verduijn wrote:
> Package: clisp
> Version: 2.35-8
> Severity: important
>
> The clisp package contains an invalid symbolic link:
> /usr/lib/clisp/base/lispinit.mem --> ../full/lispinit.mem
...
> It seems like simply renaming lispinit-orig.mem to lispinit.mem in the
> packaging should do the trick, unless I'm missing something.
>

Well. During configuration, clisp uses the -orig file  to load and install 
common-lisp-controller and then priduce the lispinit.mem file.

But be aware the common-lisp-controller before version 4.26 would not 
correctly propagate a failure to configure back to dpkg, so the packaging 
system might think clisp got configured while in fact it did not.

Could you try to run 
/usr/sbin/register-common-lisp-implementation "clisp"
as root and report the generated output? Does it still fail after this?

Groetjes, Peter

-- 
signature -at- pvaneynd.mailworks.org 
http://www.livejournal.com/users/pvaneynd/
"God, root, what is difference?" Pitr | "God is more forgiving." Dave Aronson| 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#309812: Fixed in firmware update

2005-11-21 Thread Tony Mantler
This bug appears to have been fixed in a drive firmware update  
available from Pioneer's website (version 1.58).


This bug can be closed.

--
Tony 'Nicoya' Mantler -- Master of Code-fu -- [EMAIL PROTECTED]
--  http://nicoya.feline.pp.se/  --  http://www.ubb.ca/  --



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#335644: A solution

2005-11-21 Thread Micah Anderson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

You could also include /etc/shorewall/start that has this in it:


# Shorewall 2.2 -- /etc/shorewall/start
#
# Add commands below that you want to be executed after shorewall has
# been started or restarted.
#
dmesg -n5

Probably better than suggesting to people that they modify
/etc/init.d/klogd as that will then make upgrades of klogd less smooth.

micah
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDgp2a9n4qXRzy1ioRApzlAJwJ7RK6+vwhYsqs4k6wLQbz8f69PACeILZV
qnxWo3jqci+fg4ISrbDIPbo=
=ieeh
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#327597: qgis uninstallable on unstable

2005-11-21 Thread Mark Robinson
dpkg: error processing /var/cache/apt/archives/qgis_0.7.4-1_i386.deb 
(--unpack): trying to overwrite `/usr/lib/qgis/georefplugin.so', which is also 
in package qgis-plugin-georeferencing




piwakawaka:~# aptitude install qgis

Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
The following NEW packages will be automatically installed:
  libgsl0
The following packages have been kept back:
  gdk-imlib1
The following NEW packages will be installed:
  libgsl0 qgis
0 packages upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
Need to get 8959kB of archives. After unpacking 24.3MB will be used.
Do you want to continue? [Y/n/?]
WARNING: untrusted versions of the following packages will be installed!

Untrusted packages could compromise your system's security.
You should only proceed with the installation if you are certain that
this is what you want to do.

  qgis libgsl0

Do you want to ignore this warning and proceed anyway?
To continue, enter "Yes"; to abort, enter "No": yes
Writing extended state information... Done
Get:1 ftp://debian.paradise.net.nz sid/main libgsl0 1.7-2 [647kB]
Get:2 ftp://debian.paradise.net.nz sid/main qgis 0.7.4-1 [8311kB]
Fetched 8959kB in 5m32s (26.9kB/s)
Selecting previously deselected package libgsl0.
(Reading database ... 186894 files and directories currently installed.)
Unpacking libgsl0 (from .../libgsl0_1.7-2_i386.deb) ...
Selecting previously deselected package qgis.
Unpacking qgis (from .../archives/qgis_0.7.4-1_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/qgis_0.7.4-1_i386.deb (--unpack):
 trying to overwrite `/usr/lib/qgis/georefplugin.so', which is also in package 
qgis-plugin-georeferencing
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/qgis_0.7.4-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up libgsl0 (1.7-2) ...


piwakawaka:~# aptitude -f install qgis

Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done
Building tag database... Done
The following packages have been kept back:
  gdk-imlib1
The following NEW packages will be installed:
  qgis
0 packages upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 0B/8311kB of archives. After unpacking 22.4MB will be used.
WARNING: untrusted versions of the following packages will be installed!

Untrusted packages could compromise your system's security.
You should only proceed with the installation if you are certain that
this is what you want to do.

  qgis

Do you want to ignore this warning and proceed anyway?
To continue, enter "Yes"; to abort, enter "No": yes
Writing extended state information... Done
(Reading database ... 186912 files and directories currently installed.)
Unpacking qgis (from .../archives/qgis_0.7.4-1_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/qgis_0.7.4-1_i386.deb (--unpack):
 trying to overwrite `/usr/lib/qgis/georefplugin.so', which is also in package 
qgis-plugin-georeferencing
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/qgis_0.7.4-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
piwakawaka:~# dpkg --force-overwrite -i 
/var/cache/apt/archives/qgis_0.7.4-1_i386.deb
(Reading database ... 186912 files and directories currently installed.)
Unpacking qgis (from .../archives/qgis_0.7.4-1_i386.deb) ...
dpkg - warning, overriding problem because --force enabled:
 trying to overwrite `/usr/lib/qgis/georefplugin.so', which is also in package 
qgis-plugin-georeferencing
Setting up qgis (0.7.4-1) ...

piwakawaka:~#




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340226: [Logcheck-devel] Bug#340226: logcheck does not succeessfully filter postfix/policy-spf or amavis

2005-11-21 Thread Todd Troxell
Hi Lia,

On Mon, Nov 21, 2005 at 04:57:26PM -0500, Lia Treffman wrote:
> I am using Linux smtp 2.6.8-2-686-smp and libc6 2.3.2.ds1-22.
> 
> I am running logcheck on a server named smtp, and I would like to filter
> all lines in /var/log/syslog matching the following expressions:
> 
> Nov 21 19:29:13 smtp postfix/policy-spf[1429]: blah blah blah
> Nov 21 19:23:01 smtp amavis[31328]: blah blah blah
> 
> I have a file called 'noise':
> 
> smtp postfix/policy-spf.*$
> smtp amavis.*$
> 
> When I run 'grep -f noise /var/log/syslog', I get the expected result. 
> For convenience, I have attached 'noise' and 'sample_syslog', which is a
> sterilized segment of our /var/log/syslog.
> 
> I have tried running logcheck with 'noise' in the following directories:
> /etc/logcheck/ignore.d -> ignore.d.server
> /etc/logcheck/violations.ignore.d
> /etc/logcheck/cracking.ignore.d
> 
> I have also tried putting the text of 'noise' in the following files:
> /etc/logcheck/ignore.d/postfix or amavis (as appropriate)
> /etc/logcheck/violations.ignore.d/logcheck-postfix or logcheck-amavis
> (as appropriate)
> 
> All of the postfix/policy-spf and amavis records appear in the email. I
> have also tried it with the '^\w{3} [ :0-9]{11} [._[:alnum:]-]+' lead-in
> to the regex and it doesn't make a difference.
> 
> There are other regexes in /etc/logcheck/ignore.d files which also do
> not filter as they are supposed to.  However, the postfix/policy-spf and
> amavis are the most problematic.

I was unable to reproduce this.  I dropped your noise file into my
/etc/logcheck/ignore.d.server/ and ran it through your sample_syslog in both
1.2.39 and current CVS head to no avail.

Are you sure the permissions are correct on your rule files/dirs?

--
Todd Troxell
http://xtat.rapidpacket.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340250: clisp: Package contains invalid link for base/lispinit.mem

2005-11-21 Thread Robin Verduijn
Package: clisp
Version: 2.35-8
Severity: important

The clisp package contains an invalid symbolic link:
/usr/lib/clisp/base/lispinit.mem --> ../full/lispinit.mem

The file /usr/lib/clisp/full/lispinit-orig.mem DOES exist, but consequently
clisp fails to start up, giving the user the following error:
/usr/lib/clisp/base/lisp.run: operating system error during load of 
initialization file `/usr/lib/clisp/base/lispinit.mem'
[spvw_memfile.d:834] errno = ENOENT: No such file or directory.

It seems like simply renaming lispinit-orig.mem to lispinit.mem in the
packaging should do the trick, unless I'm missing something.

Thanks,
- robin

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-a30p
Locale: LANG=C, LC_CTYPE=en_US.iso885915 (charmap=ISO-8859-15)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#339049: [Pkg-zope-developers] Bug#339049: zope-plonearticle: is not available as a product to install

2005-11-21 Thread Anand Kumria
Hi Fabio,

I just installed a new Zope / Plone server and this time noted that the debconf
default is that restarts (for additions of new packages) happen at the
end.

zope-plonearticle isn't added in at the end in this case.  I have to
manually add it in as per below

Thanks,
Anand

On Tue, Nov 15, 2005 at 10:47:54AM +0100, Fabio Tranchitella wrote:
> Il giorno mar, 15/11/2005 alle 20.26 +1100, Anand Kumria ha scritto:
> > > By default, debian packaged zope products are not "installed" on all
> > > your instances unless you set their install method to "all". 
> > > Do do it manually, you need to run:
> > > 
> > > dzhandle -z2.8 add-product -l  PloneArticle
> > 
> > I actually ended up doing something like this but:
> > dzhandle add-product -l plone-site PloneArticle
> > 
> > Is the -z2.8 necessary? I'm still not sure why -l is required.
> 
> You can omit -z2.8 if you have only zope2.8 installed or your instance
> name is unique on the system.
> 
> As of -l, you need that or dzhandle will warning about already-installed
> dependencies.
> 
> > I actually only found out about dzhandle after much searching -- it
> > would be very useful for newcomers to plone (like myself) if this were
> > documented somewhere (perhaps README.Debian?)
> 
> Sure, I will do so with the next uploads. Too many people had these
> problems, and some documentation would help.
> 
> Thanks,
> 
> -- 
> Fabio Tranchitella <[EMAIL PROTECTED]>.''`.
> Proud Debian GNU/Linux developer, admin and user.: :'  :
>  `. `'`
>http://people.debian.org/~kobold/   `-
> _
> 1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564



-- 
 `When any government, or any church for that matter, undertakes to say to
  its subjects, "This you may not read, this you must not see, this you are
  forbidden to know," the end result is tyranny and oppression no matter how
  holy the motives' -- Robert A Heinlein, "If this goes on --"


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340249: tex-guy: build dependency on awk should be removed

2005-11-21 Thread Jordan Mantha
Package: tex-guy
Severity: normal

In the debian/control file awk is included in the build dependency but mawk is 
required so it doesn't need to be in the
build-depends.

-- System Information:
Debian Release: testing/unstable
  APT prefers breezy-updates
  APT policy: (500, 'breezy-updates'), (500, 'breezy-security'), (500, 'breezy')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-9-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340248: chastity-list: eff.org included in adult category

2005-11-21 Thread Patrice Neff
Package: chastity-list
Version: 0.5.20020928-8
Severity: minor

By default the Electronic Frontier Foundation (domain eff.org) is
included in chastity-list and categorized as adult. Is there any
particular reason for this blacklisting?

If it landed on the list by some oversight, I'd like to have this
important resources removed from the list.

Regards,
Patrice Neff

-- System Information:
Debian Release: gnulinex2004r1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages chastity-list depends on:
ii  debconf   1.4.30.10  Debian configuration management sy
ii  squidguard1.2.0-5filter, redirector and access cont

-- debconf information:
* chastity-list/dbreload: true


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340228: [PATCH, IDE] Blacklist CD-912E/ATK

2005-11-21 Thread Horms
URL: http://bugs.debian.org/340228
From: Karol Lewandowski <[EMAIL PROTECTED]>

Package: kernel-image-2.6.8-2-k7
Version: 2.6.8-16
Severity: important

Linux kernel 2.6.(everything) panics when mounting cdrom when DMA
transfers are enabled (default).  It works fine if DMA is disabled.

The drive is clearly broken.  Adding blacklist to drivers/ide/ide-dma.c
for this model ("CD-912E/ATK") fixes this problem.

Messages gathered on panic condition:

--- Begin kernel messages ---

ide-cd: cmd 0x28 timed out
hdc: DMA interrupt recovery
hdc: lost interrupt
hdc: cdrom_decode_status: status=0xd0 { Busy }
ide: failed opcode was: unknown
hdc: DMA disabled
[ cut here ]
kernel BUG at drivers/ide/ide-iops.c:949!
invalid operand:  [#1]
Modules linked in:
CPU:0
EIP:0060:[]Not tainted VLI
EFLAGS: 00010086   (2.6.14-eve1)
EIP is at ide_execute_command+0x22/0x90
eax: c01ecef0   ebx: c02fed38   ecx: 8000   edx: c3f81580
esi: c02feca8   edi: 0286   ebp: c01f9000   esp: c02c7e50
ds: 007b   es: 007b   ss: 0068
Process swapper (pid: 0, threadinfo=c02c6000 task=c028eba0)
Stack: 0082 00808000 c01179e5 a00ce600 c10ce600 c02fed38 c02feca8 
c01f8869
c02fed38 00a0 c01f9000 1770 c01f86e0 c10d8ec4 c02fed38 c10d8ec4
c10ce600 0004 c01f938a c02fed38 8000 c01f9000 c02fed38 c10d8ec4
Call Trace:
[] update_process_times+0x85/0x130
[] cdrom_start_packet_command+0x119/0x1a0
[] cdrom_start_read_continuation+0x0/0xb0
[] cdrom_timer_expiry+0x0/0x70
[] cdrom_start_read+0xca/0xd0
[] cdrom_start_read_continuation+0x0/0xb0
[] ide_do_rw_cdrom+0x95/0x1b0
[] start_request+0x156/0x240
[] ide_do_request+0x22a/0x380
[] ide_timer_expiry+0xd7/0x1c0
[] ide_timer_expiry+0x0/0x1c0
[] run_timer_softirq+0xb6/0x1b0
[] __do_softirq+0x7b/0x90
[] do_softirq+0x26/0x30
[] do_IRQ+0x1e/0x30
[] common_interrupt+0x1a/0x20
[] default_idle+0x0/0x30
[] default_idle+0x23/0x30
[] cpu_idle+0x50/0x60
[] start_kernel+0x146/0x170
[] unknown_bootoption+0x0/0x1e0
Code: c3 90 8d b4 26 00 00 00 00 57 56 53 83 ec 10 8b 5c 24 20 0f b6 44 24 
24 88 44 24 0f 8b 73 6c 8b 56 08 9c 5f fa 8b 02 85 c0 74 08 <0f> 0b b5 03 9c 08 
27 c0 8b 44 24 28 89 02 8b 44 24 30 89 82 dc
<0>Kernel panic - not syncing: Fatal exception in interrupt

--- End ---

Thanks, I'm forwarding the patch you suggest to the IDE maintainers for
consideration. It seems to apply to current 2.6 head as well
as the somewhat ancient 2.6.8.

Signed-off-by: Horms <[EMAIL PROTECTED]>

diff --git a/drivers/ide/ide-dma.c b/drivers/ide/ide-dma.c
index 1e15313..e430717 100644
--- a/drivers/ide/ide-dma.c
+++ b/drivers/ide/ide-dma.c
@@ -126,6 +126,7 @@ static const struct drive_list_entry dri
{ "HITACHI CDR-8435",   "ALL"   },
{ "Toshiba CD-ROM XM-6202B" ,   "ALL"   },
{ "CD-532E-A"   ,   "ALL"   },
+   { "CD-912E/ATK" ,   "ALL"   },
{ "E-IDE CD-ROM CR-840","ALL"   },
{ "CD-ROM Drive/F5A",   "ALL"   },
{ "WPI CDD-820","ALL"   },


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#339740: major bug in debians mysqld on em64t

2005-11-21 Thread Christian Hammers
Hello

On 2005-11-18 TJ wrote:
> The data that is sent to the server is not what appears in the tables,
> which appear to be junk memory values. It dies with various error messages,
> most times after running a few iterations it gives:
> mysql_stmt_execute(): Incorrect arguments to mysql_stmt_execute
> even thought the MYSQL_STMT passed to is the same one last iteration.
> mysqld itself sometimes seg faults

Hm, hard to track down. But are you sure that your converting is correct and
that you do not produce a buffer overflow somewhere? For example the lines

case MYSQL_TYPE_LONG:
  printf("L:%u(%p), ", *(unsigned long int*)stmt->params[j].buffer,
stmt->params[j].buffer);

do give warnings with -Wall. Of course this is only the debugging statement...

Can you shrink the program down to only one query? You can use the "log =
/var/log/mysql/mysql.log" option or tcpdump/ngrep to verify what the server
receives.

> I did originally posted this bug to MySQL, until I found that their binaries
> work fine: http://bugs.mysql.com/bug.php?id=14988
Which binaries, the libraries you link against or the mysql server? Try
linking statically against mine or their library to see if the bug is in the
prepare statement code or in the server.

bye,

-chrisitan-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340186: check_arp_conflict logic is wrong

2005-11-21 Thread Anand Kumria
severity 340186 important
thanks, mate

Hi Malcolm,

On Mon, Nov 21, 2005 at 06:11:16PM -, [EMAIL PROTECTED] wrote:
> Package: zeroconf
> 
> 
> The check_arp_conflict logic is inappropriately narrow. As the RFC section 
> 2.5 says, it should detect a conflict if ANY ARP packet is received bearing 
> another hardware address but the same IP address.

Thanks for taking the time to report this bug. I've increased the
severity of this too.

> 
> Unfortunate consequences of this include:
>  
> 
> - While attempting to probe for an address already in use (using the -ip 
> option), we will not detect that the address is already in use. Thus the host 
> which had that address first is incorrectly forced to give it up.
> 
>  
> 
> - If another host is manually configured with the same address that we are 
> using, we will never detect this. We should have detected it the moment that 
> the host sent out its first ARP request.

Actually this looks like a problem in the defence code which I am
looking at at the moment.

I'll review both pieces and hope to have something ready shortly.

Would you be willing to do some testing if I get some packages ready?

Thanks,
Anand

-- 
 `When any government, or any church for that matter, undertakes to say to
  its subjects, "This you may not read, this you must not see, this you are
  forbidden to know," the end result is tyranny and oppression no matter how
  holy the motives' -- Robert A Heinlein, "If this goes on --"


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340208: uninstallable, needs rebuild

2005-11-21 Thread Steve Langasek
reassign 340208 libroken16-kerberos4kth 1.2.2-11.3
severity 340208 grave
thanks

On Mon, Nov 21, 2005 at 09:16:02PM +0100, Steffen Joeris wrote:

> The samba package is currently uninstallable, because the package
> libdb4.1 is removed from the archive.

But samba does not *depend* on libdb4.1; it depends (by mistake) on
libroken16-kerberos4kth, which is the package that has the dependency on
libdb4.1.

I'll get the dependency on libroken removed (it only applies to i386), but
it's libroken that breaks with the removal of libdb4.1.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#338676: TurboGears-0.8a4 debian package

2005-11-21 Thread Bob Tanner
I have debianized the  TurboGears-0.8a4 code into python2.4-turbogears and 
made it available here:

deb ftp://ftp.real-time.com/linux/real-time-debpool sid custom main
deb-src ftp://ftp.real-time.com/linux/real-time-debpool sid custom main

Several other required packages also have been upgraded as well, make sure you 
get these packages too.

python2.4-formencode-0.4-3
python2.4-kid-0.7.1-2
python2.4-setuptools-0.6a8-1

I will also be working on getting all necessary packages for TG into cvs on 
alioth tonight.


-- 
Bob Tanner <[EMAIL PROTECTED]>  | Phone : (952)943-8700
http://www.real-time.com, Minnesota, Linux | Fax   : (952)943-8500
Key fingerprint = AB15 0BDF BCDE 4369 5B42  1973 7CF1 A709 2CC1 B288


pgpt3n7GYQQRH.pgp
Description: PGP signature


Bug#337841: python2.3-pygame: should depend on gcc4.0

2005-11-21 Thread Joe Wreschnig
On Sun, 06 Nov 2005 21:33:15 +0100, matthieu castet wrote:
> pygame sould depend on gcc4.0 instead of gcc-3.4-base.

Where do you see such a dependency?
-- 
Joe Wreschnig <[EMAIL PROTECTED]>


signature.asc
Description: This is a digitally signed message part


Bug#319860: ITP: python-pymedia -- Module for wav, mp3, ogg...

2005-11-21 Thread Vedran Furač
Arnaud Fontaine wrote:
> Hello,
> 
> As far as i can read in the README file, pymedia has no dependencies
> except if you would like to add codecs like lame or ffmpeg. Quote from

Pymedia already contains ffmpeg. Unpack sources, then look in
video/libavcodec subdirectory, that's ffmpeg. Look in mpegvideo.c, it's
"The simplest mpeg encoder" and I think that mpeg encoder can't be
packaged. :-(

> So what do you think about that ? I think we don't need no additional
> non DFSG software.

No, we do not, but pymedia alone is non dfsg-free.

> I will begin to package this software as soon as we
> have solved this license problem.

I hope that someone will correct me if I'm wrong.


Regargs,

Vedran Furač




Bug#340247: libtext-asciitable-perl: typo in package description

2005-11-21 Thread Martin Mikkelsen
Package: libtext-asciitable-perl
Version: 0.17-1
Severity: minor
Tags: patch


I believe that the package description for this package is wrong, it
should probably be 'Perl module' not 'Perm module'. I have attached a
patch that fixes it.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-1-686
Locale: LANG=C, LC_CTYPE=nb_NO (charmap=ISO-8859-1)

Versions of packages libtext-asciitable-perl depends on:
ii  perl  5.8.7-8Larry Wall's Practical Extraction 

libtext-asciitable-perl recommends no packages.

-- no debconf information
diff -ruN libtext-asciitable-perl-0.17.orig/debian/control 
libtext-asciitable-perl-0.17/debian/control
--- libtext-asciitable-perl-0.17.orig/debian/control2005-11-22 
02:09:56.0 +0100
+++ libtext-asciitable-perl-0.17/debian/control 2005-11-22 02:11:52.0 
+0100
@@ -10,6 +10,6 @@
 Package: libtext-asciitable-perl
 Architecture: all
 Depends: ${perl:Depends}
-Description: Perm module to create a table using ASCII characters
+Description: Perl module to create a table using ASCII characters
  This module helps you to output dynamic text to your console or other
  fixed-size-font displays in a nice human-readable way.


Bug#340246: gaim-encryption: causes incorrect "auto-response from" message tag

2005-11-21 Thread Justin Pryzby
Package: gaim-encryption
Version: 2.38-1
Severity: normal
Tags: upstream

Whenever the gaim-encryption plugin was enabled, doing crypted chat
with Ben, closing his tab caused his next message to me to incorrectly
include the "" tag.  It is incorrect because it wasn't a
reply, and it wasn't automatic :)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#310690: sarge patch?

2005-11-21 Thread Geoff Crompton
Is sarge affected by this bug?

-- 
Geoff Crompton
Debian System Administrator
Strategic Data
+61 3 9340 9000


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#326355: please rebuild with libreadline5-dev as build dependency

2005-11-21 Thread Cyril Brulebois
tags 326355 + patch
thanks

Matthias Klose <[EMAIL PROTECTED]> (02/09/2005):
> The package depends/recommends libreadline4. This version
> will be removed from the archive in the near future.
> Please change your build dependencies to
> 
>  libreadline5-dev | libreadline-dev
Hello,

I was able to successfully compile gnu-smalltalk by changing
libreadline4-dev dependency to libreadline5-dev, in an up-to-date
Sid pbuilder environment. That's why I'm tagging this bug with
"patch", since I guess that a simple rebuild is sufficient to make
this package available again.

(No longer installable, since libreadline4 is no longer available.)

Thanks,

-- 
Cyril Brulebois


signature.asc
Description: Digital signature


Bug#340245: xmms-goom: [INTL:sv] Swedish PO-template translation

2005-11-21 Thread Daniel Nylander
Package: xmms-goom
Severity: wishlist
Tags: patch l10n


Here is the swedish translation of xmms-goom

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.2
Locale: LANG=sv_SE, LC_CTYPE=sv_SE (charmap=ISO-8859-1)
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Free Software Foundation, Inc.
# FIRST AUTHOR <[EMAIL PROTECTED]>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: xmms-goom 2.4.0-2\n"
"POT-Creation-Date: 2003-04-27 17:01+0200\n"
"PO-Revision-Date: 2005-11-22 01:39+0100\n"
"Last-Translator: Daniel Nylander <[EMAIL PROTECTED]>\n"
"Language-Team: Swedish <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: gtk-gui/interface.c:56
msgid "Goom Control Window"
msgstr "Kontrollfönster för Goom"

#: gtk-gui/interface.c:74
msgid "_File"
msgstr "_Fil"

#: gtk-gui/interface.c:107
msgid "Window Y-Size:"
msgstr "Fönster Y-Storlek:"

#: gtk-gui/interface.c:154
msgid "Window X-Size:"
msgstr "Fönster X-Storlek:"

#: gtk-gui/interface.c:174
msgid "Double Pixel:"
msgstr "Dubbla pixlar:"

#: gtk-gui/interface.c:185
msgid "Frame Rate Limiter:"
msgstr "Begränsning för bildhastighet:"

#: gtk-gui/interface.c:206
msgid "Display"
msgstr "Visa"

#: gtk-gui/interface.c:213
#: gtk-gui/interface.c:227
msgid "TODO"
msgstr "ATT GÖRA"

#: gtk-gui/interface.c:220
msgid "Inspect"
msgstr "Inspektera"

#: gtk-gui/interface.c:234
msgid "Customize"
msgstr "Anpassa"

#: gtk-gui/support.c:121
#, c-format
msgid "Couldn't find pixmap file: %s"
msgstr "Kunde inte hitta bildfil: %s"

#: gtk-gui/support.c:130
#, c-format
msgid "Error loading pixmap file: %s"
msgstr "Fel vid inläsning av bildfil: %s"



Bug#338596: Bug #338596: gs-esp: Can't ps-print-* from Emacs22.0.50

2005-11-21 Thread Bill Wohler
Yup, I'm getting this too on etch. I find that I can print if I first
send the PostScript to a file and remove the following offensive code:

%%BeginFeature: *ManualFeed False
BMark /ManualFeed false EMark setpagedevice
%%EndFeature

The ps-print.el code that generates this hasn't changed since Emacs
21.3 and therefore fails under Emacs 21.3 as well.

I recall printing a few months ago. I'm therefore going to suspect the
following upgrade on or around September 11:

[UPGRADE] gs 8.01-5 -> 8.15-3
[UPGRADE] gs-common 0.3.7 -> 0.3.9
[UPGRADE] gs-esp 7.07.1-9 -> 8+8.15rc4.dfsg.1-2
[UPGRADE] gs-gpl 8.01-5 -> 8.15-3

Hope this helps. Let me know if you'd like me to send along a sample file.

-- 
Bill Wohler <[EMAIL PROTECTED]>  http://www.newt.com/wohler/  GnuPG ID:610BD9AD
Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian!
If you're passed on the right, you're in the wrong lane.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340244: libifp4: Version 1.0.0.2 is available

2005-11-21 Thread Jose M . Fernández
Package: libifp4
Version: 1.0.0.1-2
Severity: wishlist

Could you please package version the new version of this driver?


Thanks


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages libifp4 depends on:
ii  libc6   2.3.5-8  GNU C Library: Shared libraries an
ii  libusb-0.1-42:0.1.10a-22 userspace USB programming library

Versions of packages libifp4 recommends:
pn  pmp-common (no description available)

-- no debconf information

-- 
Jose M. Fernández Navarro | Debian GNU/Linux User #197079
Benetússer - València, Spain  | JID: [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340243: selecting a Smart Playlist crashes amarok

2005-11-21 Thread Florian Laws
Package: amarok
Version: 1.3.6-1
Severity: normal

Selecting one of the "Smart Playlists" in the "Playlists" sidebar
causes amarok to crash.

The automatically generated backtrace is included below.

Thanks,

Florian

 DEBUG INFORMATION  ===
Engine: xine-engine
Build date: Nov  8 2005
CC version: 4.0.3 20051023 (prerelease) (Debian 4.0.2-3)
KDElibs:3.4.2
TagLib: 1.4.0
NDEBUG: true
 file /usr/lib/amarok/amarokapp ===
/usr/lib/amarok/amarokapp: ELF 32-bit LSB executable, Intel 80386,
version 1 (SYSV), for GNU/Linux 2.2.0, dynamically linked (uses shared
libs), stripped


 (gdb) bt =
Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1250048288 (LWP 6279)]
[New Thread -1297044560 (LWP 6309)]
[Thread debugging using libthread_db enabled]
[New Thread -1250048288 (LWP 6279)]
[New Thread -1297044560 (LWP 6309)]
[New Thread -1288655952 (LWP 6308)]
[New Thread -1278379088 (LWP 6307)]
[New Thread -1269720144 (LWP 6306)]
[New Thread -1255433296 (LWP 6305)]
[Thread debugging using libthread_db enabled]
[New Thread -1250048288 (LWP 6279)]
[New Thread -1297044560 (LWP 6309)]
0xb7304201 in __waitpid_nocancel () from /lib/tls/libpthread.so.0
#0  0xb7304201 in __waitpid_nocancel () from /lib/tls/libpthread.so.0
#1  0x08214dac in amaroK::Crash::crashHandler ()
#2  
#3  0xb6a743cf in QListViewItem::takeItem () from /usr/lib/libqt-mt.so.3
#4  0xb6a74973 in QListViewItem::~QListViewItem () from
/usr/lib/libqt-mt.so.3
#5  0xb7acd4dd in KListViewItem::~KListViewItem () from
/usr/lib/libkdeui.so.4
#6  0x08192b94 in QMapPrivate::QMapPrivate ()
#7  0x08197626 in QMapPrivate::QMapPrivate ()
#8  0x0819ef69 in QMapPrivate::QMapPrivate ()
#9  0xb690cdfa in QApplication::sendPostedEvents () from
/usr/lib/libqt-mt.so.3
#10 0xb690ced9 in QApplication::sendPostedEvents () from
/usr/lib/libqt-mt.so.3
#11 0xb68ae8ae in QEventLoop::processEvents () from
/usr/lib/libqt-mt.so.3
#12 0xb6923ea2 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#13 0xb6923dcb in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#14 0xb690a305 in QApplication::exec () from /usr/lib/libqt-mt.so.3
#15 0x081f628d in QWizard::setFinish ()
#16 0xb6ec3ec0 in __libc_start_main () from /lib/tls/libc.so.6
#17 0x080893c1 in ?? ()
#0  0xb7304201 in __waitpid_nocancel () from /lib/tls/libpthread.so.0
No symbol table info available.
#1  0x08214dac in amaroK::Crash::crashHandler ()
No symbol table info available.
#2  
No symbol table info available.
#3  0xb6a743cf in QListViewItem::takeItem () from /usr/lib/libqt-mt.so.3
No symbol table info available.
#4  0xb6a74973 in QListViewItem::~QListViewItem () from
/usr/lib/libqt-mt.so.3
No symbol table info available.
#5  0xb7acd4dd in KListViewItem::~KListViewItem () from
/usr/lib/libkdeui.so.4
No symbol table info available.
#6  0x08192b94 in QMapPrivate::QMapPrivate ()
No symbol table info available.
#7  0x08197626 in QMapPrivate::QMapPrivate ()
No symbol table info available.
#8  0x0819ef69 in QMapPrivate::QMapPrivate ()
No symbol table info available.
#9  0xb690cdfa in QApplication::sendPostedEvents () from
/usr/lib/libqt-mt.so.3
No symbol table info available.
#10 0xb690ced9 in QApplication::sendPostedEvents () from
/usr/lib/libqt-mt.so.3
No symbol table info available.
#11 0xb68ae8ae in QEventLoop::processEvents () from
/usr/lib/libqt-mt.so.3
No symbol table info available.
#12 0xb6923ea2 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
No symbol table info available.
#13 0xb6923dcb in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
No symbol table info available.
#14 0xb690a305 in QApplication::exec () from /usr/lib/libqt-mt.so.3
No symbol table info available.
#15 0x081f628d in QWizard::setFinish ()
No symbol table info available.
#16 0xb6ec3ec0 in __libc_start_main () from /lib/tls/libc.so.6
No symbol table info available.
#17 0x080893c1 in ?? ()
No symbol table info available.
 (gdb) thread apply all bt 
Thread 6 (Thread -1255433296 (LWP 6305)):
#0  0xb7300dc2 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
from /lib/tls/libpthread.so.0
#1  0xb4a5f8a4 in _x_metronom_clock_init () from /usr/lib/libxine.so.1
#2  0xb52b941c in ?? ()
#3  0xb52b9424 in ?? ()
#4  0x08b4e898 in ?? ()
#5  0x08b4e8b0 in ?? ()
#6  0xb52b941c in ?? ()
#7  0x43826729 in ?? ()
#8  0x06be3a10 in ?? ()
#9  0x43826724 in ?? ()
#10 0x0001b9ea in ?? ()
#11 0xb7307ff4 in ?? () from /lib/tls/libpthread.so.0
#12 0x in ?? ()
#13 0x007d0f00 in ?? ()
#14 0xb52b94a8 in ?? ()
#15 0xb72feccd in start_thread () from /lib/tls/libpthread.so.0
#0  0xb7304201 in __waitpid_nocancel () from /lib/tls/libpthread.so.0


    kdBacktrace() 



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.14.2
Locale: LANG=C, LC_CTYPE=de_DE

Versions of packages amarok depends on

Bug#340242: not sure where to report this: missing lines from /etc/mono/config

2005-11-21 Thread Luke Kenneth Casson Leighton
Package: mono
Version: 1.1.9.2-1
Severity: normal


this is a little complex, i'm only just starting out, so i don't know
where to report this.

the following lines are missing from /etc/mono/config:




as shown here:

http://lists.alioth.debian.org/pipermail/pkg-mono-devel/2004-February/53.html

as a result, the following code:

http://svn.usefulinc.com/svn/repos/trunk/ironpython/monodn/04-gtk/05-graphics/main.py

stands _zero_ chance of working, because IronPython asks mono to find
libgdk_pixbuf-2.0-0.dll, which doesn't exist.

with the above modifications, it at least begins to run the code (which
doesn't work for _other_ reasons but it's a start :)

onward

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux highfield 2.6.14-2-686 #1 Mon Nov 14 14:19:05 UTC 2005 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages mono depends on:
ii  mono-common   1.1.9.2-1  common files for Mono
ii  mono-jit  1.1.9.2-1  fast CLI (.NET) JIT compiler for M

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340241: Please update ppmtompeg's manpage

2005-11-21 Thread H. S. Teoh
Package: netpbm
Version: 10.0-10
Severity: wishlist

The manpage for ppmtompeg is very out-of-date, missing a lot of info,
and has several formatting problems. For a comparison, see:

http://netpbm.sourceforge.net/doc/ppmtompeg.html

(I realize netpbm is a complex package with complex licensing issues,
etc., but AFAIK, ppmtompeg is not affected by this, and it would very,
very nice to have a better manpage for it than the current version.
Thanks!!)


--T


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#339542: emacs21-nox: split window horizontally doesn't work

2005-11-21 Thread Wouter Verhelst
On Mon, Nov 21, 2005 at 11:18:04PM +0100, Jérôme Marant wrote:
> Hi,
> 
> I've never seen this before  which means hard to reproduce elsewhere :-P

I can give you an account on the box if you need it...

> By chance, what is the value of the window-size-fixed variable:
> 
>   C-h v window-size-fixed RET

Doesn't work -- tries to split the window horizontally, which, well,
hits this bug again. Hm.



After doing C-x 3, it does work (because then there's conveniently
already a window open). It says that the value is nil.

-- 
.../ -/ ---/ .--./ / .--/ .-/ .../ -/ ../ -./ --./ / -.--/ ---/ ..-/ .-./ / -/
../ --/ ./ / .--/ ../ -/ / / -../ ./ -.-./ ---/ -../ ../ -./ --./ / --/
-.--/ / .../ ../ --./ -./ .-/ -/ ..-/ .-./ ./ .-.-.-/ / --/ ---/ .-./ .../ ./ /
../ .../ / ---/ ..-/ -/ -../ .-/ -/ ./ -../ / -/ ./ -.-./ / -./ ---/ .-../
---/ --./ -.--/ / .-/ -./ -.--/ .--/ .-/ -.--/ .-.-.-/ / ...-.-/



Bug#24950: Heya cutestuff *kiss*,.,.,.. florican

2005-11-21 Thread Melissa Lovett
Hi baby :). How have you been?. Well, actually, ehehhe, you dont know me, 
because we've never met. ehehe Nevertheless, the matchmaking service has told 
me that you and ME! would be the perfect match. Well if you think you're 
interested why dont you check out my pictures and stuff? My screename is 
funstuff33  at the site below. I hope I hear from you because I cant send you 
anything else, this email was like, umm, sent through the dating service or 
something, so talking to you through that is the only way.

http://dzu.getyoursnowdate.com/gaac/

anxH8pYZ3MWCtZkD5sRd-getyoursnowdate.com/getofflist/


-- 
Internal Virus Database is out-of-date.
Checked by AVG Free Edition.
Version: 7.1.361 / Virus Database: 267.12.6/151 - Release Date: 28/10/2005



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#334339: Is bug #334339 a gcc issue?

2005-11-21 Thread Christian Hammers
reassign 334339 g++-4.0
thanks

Hello GCC maintainers

It seems like g++ reproducible fails in version 4.0 but works in version 3.3.
On sparc64 at least. See bug report for the full details.
  sql_analyse.cc: In member function 'virtual void field_longlong::add()':
  sql_analyse.cc:506: internal compiler error: in invert_exp_1, at jump.c:1719

bye,

-christian-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340203: piuparts: cdebootstrap as alternative to debootstrap in Depends

2005-11-21 Thread Martin-Éric Racine
ma, 2005-11-21 kello 22:05 +0200, Lars Wirzenius kirjoitti:
> ma, 2005-11-21 kello 21:42 +0200, Martin-Éric Racine kirjoitti:
> > Having cdebootstrap as an alternative to debootstrap in Depends would be 
> > nice.
> 
> What benefit does cdebootstrap have over debootstrap for piuparts?

debootstrap is largely unmaintained and cumulating bugs by the dozen. 

Meanwhile, cdeboostrap sees regular uploads, operates faster (C source),
is a drop-in substitute providing the same functions as debootstrap and
is preferred over debootstrap by an increasing amount of users.

Basically, it's a good idea to let the user choose which one they'd
rather use by having "debootstrap | cdeboostrap" in Depends.

-- 
Martin-Éric Racine
http://q-funk.iki.fi


signature.asc
Description: Digitaalisesti allekirjoitettu viestin osa


Bug#340240: proftpd: software url in 'debian/copyright' is obsolete

2005-11-21 Thread Duck

Package: proftpd
Version: 1.2.10-25
Severity: minor


Coin,

ftp.proftpd.net does not exists anymore.
ftp://ftp1.at.proftpd.org/ProFTPD/distrib/source/ would be better :-)

Thanks.

-- 
Marc Dequènes (Duck)


pgpdgb5wJ8xV7.pgp
Description: PGP signature


Bug#340239: strace 4.5.12-1 ipc syscalls defect

2005-11-21 Thread Mike Stroyan
Package: strace
Version: 4.5.12-1

  strace does not correctly report the parameters for ipc syscalls
on architectures other than i386.  It shuffles the order of parameters
on several calls.  That should only be done on i386 systems.  The use
of incorrect parameters also results in bad addresses and errors such as-
ptrace: umoven: Input/output error
umovestr: Input/output error

  I have created a patch for this.  It is attached as strace.patch.
I tested it on x86_64, ia64, and hppa systems with the attached ipc_test.c
program.  It can be run with
trace -f -e trace=ipc -o ipc_test.strace ./ipc_test
cat ipc_test.strace
to show the interesting msg*, sem*, and shm* parameters.

  There may be more changes appropriate for the syscallent.h files for other
non-i386 architectures.  They may need changes to use sys_* functions and
get the right number of parameters.  I don't have those at hand to test.

-- 
Mike Stroyan, [EMAIL PROTECTED]
diff -u -r strace-4.5.12/debian/changelog strace-4.5.12.1/debian/changelog
--- strace-4.5.12/debian/changelog  2005-11-21 15:25:13.0 -0700
+++ strace-4.5.12.1/debian/changelog2005-11-21 15:26:10.0 -0700
@@ -1,3 +1,9 @@
+strace (4.5.12-1.1) unstable; urgency=low
+  * Handle non-i386 architectures in ipc.c, no parameter shuffling
+  * Fix number of arguments to msgrcv on hppa and x86_64
+
+ -- Mike Stroyan <[EMAIL PROTECTED]>  Mon, 21 Nov 2005 14:38:39 -0700
+
 strace (4.5.12-1) unstable; urgency=low
 
   * New upstream version.
diff -u -r strace-4.5.12/ipc.c strace-4.5.12.1/ipc.c
--- strace-4.5.12/ipc.c 2005-11-21 15:25:13.0 -0700
+++ strace-4.5.12.1/ipc.c   2005-11-21 15:25:10.0 -0700
@@ -183,11 +183,11 @@
if (entering(tcp)) {
tprintf("%lu, ", tcp->u_arg[0]);
PRINTCTL(msgctl_flags, tcp->u_arg[1], "MSG_???");
-#ifdef LINUX
+#if defined LINUX && defined I386
tprintf(", %#lx", tcp->u_arg[3]);
-#else /* !LINUX */
+#else /* !(LINUX I386)*/
tprintf(", %#lx", tcp->u_arg[2]);
-#endif /* !LINUX */
+#endif /* !(LINUX I386)*/
}
return 0;
 }
@@ -199,7 +199,7 @@
 
if (entering(tcp)) {
tprintf("%lu", tcp->u_arg[0]);
-#ifdef LINUX
+#if defined LINUX && defined I386
umove(tcp, tcp->u_arg[3], &mtype);
tprintf(", {%lu, ", mtype);
printstr(tcp, tcp->u_arg[3] + sizeof(long),
@@ -207,7 +207,7 @@
tprintf("}, %lu", tcp->u_arg[1]);
tprintf(", ");
printflags(msg_flags, tcp->u_arg[2], "MSG_???");
-#else /* !LINUX */
+#else /* !(LINUX I386)*/
umove(tcp, tcp->u_arg[1], &mtype);
tprintf(", {%lu, ", mtype);
printstr(tcp, tcp->u_arg[1] + sizeof(long),
@@ -215,7 +215,7 @@
tprintf("}, %lu", tcp->u_arg[2]);
tprintf(", ");
printflags(msg_flags, tcp->u_arg[3], "MSG_???");
-#endif /* !LINUX */
+#endif /* !(LINUX I386)*/
}
return 0;
 }
@@ -224,7 +224,7 @@
 struct tcb *tcp;
 {
long mtype;
-#ifdef LINUX
+#if defined LINUX && defined I386
struct ipc_wrapper {
struct msgbuf *msgp;
long msgtyp;
@@ -234,7 +234,7 @@
 
if (exiting(tcp)) {
tprintf("%lu", tcp->u_arg[0]);
-#ifdef LINUX
+#if defined LINUX && defined I386
umove(tcp, tcp->u_arg[3], &tmp);
umove(tcp, (long) tmp.msgp, &mtype);
tprintf(", {%lu, ", mtype);
@@ -244,7 +244,7 @@
tprintf(", %ld", tmp.msgtyp);
tprintf(", ");
printflags(msg_flags, tcp->u_arg[2], "MSG_???");
-#else /* !LINUX */
+#else /* !(LINUX I386)*/
umove(tcp, tcp->u_arg[1], &mtype);
tprintf(", {%lu, ", mtype);
printstr(tcp, tcp->u_arg[1] + sizeof(long),
@@ -253,7 +253,7 @@
tprintf(", %ld", tcp->u_arg[3]);
tprintf(", ");
printflags(msg_flags, tcp->u_arg[4], "MSG_???");
-#endif /* !LINUX */
+#endif /* !(LINUX I386)*/
}
return 0;
 }
@@ -263,13 +263,13 @@
 {
if (entering(tcp)) {
tprintf("%lu", tcp->u_arg[0]);
-#ifdef LINUX
+#if defined LINUX && defined I386
tprintf(", %#lx", tcp->u_arg[3]);
tprintf(", %lu", tcp->u_arg[1]);
-#else /* !LINUX */
+#else /* !(LINUX I386)*/
tprintf(", %#lx", tcp->u_arg[1]);
tprintf(", %lu", tcp->u_arg[2]);
-#endif /* !LINUX */
+#endif /* !(LINUX I386)*/
}
return 0;
 }
@@ -279,10 +279,17 @@
 struct tcb *tcp;
 {
if (entering(tcp)) {
+#if defined I386
tprintf("%lu", tcp->u_arg[0]);
tprintf(", %#lx", tcp->u_arg[3]);
tprintf(", %lu, ", tcp->u_arg[1]);
printtv(tcp, tcp->u_arg[5]);
+#else
+   tprintf("%lu", tcp->u_arg[0]);
+   tprintf(", %#lx"

Bug#339755: Packaging Mozilla (Thunderbird) extensions

2005-11-21 Thread Micha Lenk
Hello,

I've now created the package and published it here for revision:

deb http://www.stud.uni-karlsruhe.de/~uinx/debian/stable ./

Since the current version of mozilla-thunderbird-mailinglistheader
doesn't provide any hints about it's license I've packaged it for
section non-free/mail. The file debian/copyright contains a hint about
the planned GPL release.

I appreciate any comments on this package. If someone likes to sponsor
this package feel free to upload it. :)

Yours
  Micha


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340233: twinkle: does not play ringtone

2005-11-21 Thread Anand Kumria
On Tue, Nov 22, 2005 at 12:55:09AM +0200, Teemu Hukkanen wrote:
> Package: twinkle
> Version: 0.3.2-4
> Severity: normal
> 
> Receiving a call:
> 
> Line 1:   incoming call for sip:[EMAIL PROTECTED]
> Warning: /usr/share/twinkle/ringtone.wav has an unsupported wav-format.
> 
> Architecture is powerpc, so this is most probably an endianness problem.
> 
> The sound from the call is garbled, might be the same issue.

Should be fixed in 0.4.1.

Cheers,
Anand

-- 
 `When any government, or any church for that matter, undertakes to say to
  its subjects, "This you may not read, this you must not see, this you are
  forbidden to know," the end result is tyranny and oppression no matter how
  holy the motives' -- Robert A Heinlein, "If this goes on --"


signature.asc
Description: Digital signature


Bug#339286: coreutils: upgrade issue

2005-11-21 Thread Clement Cavadore
Le lundi 21 novembre 2005 à 18:44 -0500, Michael Stone a écrit :
> Please send 
> ls -l /usr/bin/md5*
> dpkg-divert --list '*md5*'

[pts/3] # ls -l /usr/bin/md5*
-rwxr-xr-x  1 root root 28728 2004-07-16 13:37 /usr/bin/md5sum
-rwxr-xr-x  1 root root 28728 2004-07-16 13:37 /usr/bin/md5sum.textutils
[EMAIL PROTECTED] /home/acontios
[pts/3] # dpkg-divert --list '*md5*'
local diversion of /usr/bin/md5sum.textutils to /usr/bin/md5sum






Bug#339286: coreutils: upgrade issue

2005-11-21 Thread Michael Stone
Please send 
ls -l /usr/bin/md5*

dpkg-divert --list '*md5*'



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340209: btdownloadgui: Should get default font from system instead of setting its own

2005-11-21 Thread Micah Anderson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Alexander Toresson wrote:
> Package: bittornado
> Version: 0.3.13-1
> Severity: minor
> 
> IMHO the bittornado gtk2 gui should use the default gtk2 font instead of
> making the user select the font size manually. The current way also
> has the problem that it's impossible to make bittornado use a custom
> font. This can very easily create inconsistency in the appearance of
> applications.

I'd be happy to make it use the default gtk2 font, but I have no idea
how. I have never been forced to select the font size manually, it just
seemed to have the right font size when I used it.

Any ideas?

Micah
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDglp49n4qXRzy1ioRAilFAJ4s8QGklpyt97Dz7evut6ZDPgVBOACgrjQO
CzvqLkHl8TGbHtftRavm4BM=
=NRTv
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#325448: murky licensings

2005-11-21 Thread Ryan Schultz
The licensing situation for mupen64, especially the included plugins, looks 
pretty murky. However, I'll take a look at it and contact the authors as 
needed. I'll set this to ITP after I finish my first run through the headers 
for (C) information.

-- 
Ryan Schultz
"vi users are mammals, and they flip out and kill people *all the time.*"


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340238: monodoc: very unreliable - continuous hanging

2005-11-21 Thread Luke Kenneth Casson Leighton
Package: monodoc
Severity: normal


monodoc the browser is constantly hanging, esp. when expanding
the gnome gtk documentation in the left-hand treeview.

this is repeatable every single time without fail.

it's very annoying and makes monodoc browser completely unusable.

oops :)

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux highfield 2.6.14-2-686 #1 Mon Nov 14 14:19:05 UTC 2005 i686
Locale: LANG=C, LC_CTYPE=C



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340225: fatal: PAM: pam_setcred(): Error in service module

2005-11-21 Thread Russ Allbery
Oskar Liljeblad <[EMAIL PROTECTED]> writes:

> Package: libpam-krb5
> Version: 1.2.0-1
> Severity: normal

> Something seems to be wrong with pam_krb5.so auth when used for
> ssh. I have this line in my /etc/pam.d/ssh:

>   auth  required pam_krb5.so use_first_pass forwardable

> This is what I get when correct password is entered:

>   sshd[32359]: fatal: PAM: pam_setcred(): Error in service module

> (and ssh just disconnects me). Removing the auth-line above fixes
> the problem.

I can't duplicate this.  It works great for me using the following
configuration:

authsufficient  pam_unix.so nullok_secure
authrequiredpam_krb5.so use_first_pass forwardable

What version of the openssh-server package are you using?  Also, do you
have any session lines for pam_krb5.so?

-- 
Russ Allbery ([EMAIL PROTECTED])   


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340237: python2.4-gnome: Can't install at the same time as python2.3-gnome

2005-11-21 Thread Sam Morris
Package: python2.4-gnome
Version: 2.12.1-3
Severity: normal

While trying to install python2.4-gnome, I get:

Selecting previously deselected package python2.4-gnome2.
Unpacking python2.4-gnome2 (from .../python2.4-gnome2_2.12.1-3_i386.deb) ...
dpkg: error processing 
/var/cache/apt/archives/python2.4-gnome2_2.12.1-3_i386.deb (--unpack):
 trying to overwrite `/usr/lib/gnome-vfs-2.0/modules/libpythonmethod.so', which 
is also in package python2.3-gnome2

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (530, 'testing'), (520, 'unstable'), (510, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.14-2-k7
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340236: coreutils: cp -p to nfs destination fails to preserve timestamps

2005-11-21 Thread Jonathan Black
Package: coreutils
Version: 5.93-5
Severity: normal


Coping a file to a local filesystem using the -p option preserves the
timestamp as expected, but doing the same to an nfs filesystem replaces
it with the current time, as if -p had not been given:

$ cp -p /etc/debian_version /tmp
$ cp -p /etc/debian_version /net/beacon/tmp
$ ls -l {/etc,/tmp,/net/beacon/tmp}/debian_version 
-rw-r--r-- 1 root root 17 2005-06-06 19:50 /etc/debian_version
-rw-r--r-- 1 jonathan jonathan 17 2005-11-21 23:40 
/net/beacon/tmp/debian_version
-rw-r--r-- 1 jonathan jonathan 17 2005-06-06 19:50 /tmp/debian_version


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.2-s2.2-rc11
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages coreutils depends on:
ii  libacl1   2.2.32-1   Access control list shared library
ii  libc6 2.3.5-8GNU C Library: Shared libraries an
ii  libselinux1   1.26-1 SELinux shared libraries

coreutils recommends no packages.

-- debconf-show failed


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340235: mercurial: Add support for alias st for hg status

2005-11-21 Thread Michael Gebetsroither
Package: mercurial
Version: 0.7-6
Severity: minor
Tags: patch

Hi,

Please add st as alias for hg status.
This is also in current mercurial tip, but not backported to 0.7.

Thx
greetings,
Michael Gebetsroither


-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)

Versions of packages mercurial depends on:
ii  libc6 2.3.5-7GNU C Library: Shared libraries an
ii  python2.3.5-3An interactive high-level object-o

Versions of packages mercurial recommends:
ii  rcs   5.7-16 The GNU Revision Control System
ii  tk8.4 [wish]  8.4.11-1   Tk toolkit for Tcl and X11, v8.4 -

-- no debconf information
-- 
/*The only secure computer is one that's unplugged, locked in a
safe, and buried 20 feet under the ground in a secret location...
and i'm not even too sure about that one.*/
diff -Naurp mercurial-0.7.orig/mercurial/commands.py 
mercurial-0.7/mercurial/commands.py
--- mercurial-0.7.orig/mercurial/commands.py2005-09-16 23:02:33.0 
+0200
+++ mercurial-0.7/mercurial/commands.py 2005-11-22 00:01:56.0 +0100
@@ -1939,7 +1939,7 @@ table = {
   ('', 'style', "", 'template style'),
   ('6', 'ipv6', None, 'use IPv6 in addition to IPv4')],
  "hg serve [OPTION]..."),
-"^status":
+"^status|st":
 (status,
  [('m', 'modified', None, 'show only modified files'),
   ('a', 'added', None, 'show only added files'),


Bug#340145: gaim: unblockable AOL 'buddies'

2005-11-21 Thread Luke Schierer
On Mon, Nov 21, 2005 at 04:31:52AM -0500, Robert Edmonds wrote:
 
> A useful upstream feature would of course be the ability to maintain
> client-side buddy list integrity and client-side filtering of IMs from
> undesirable AOL extensions to the AIM service.
> 

Right now the largest numbers of requests tend to be from people who
want to maintain their buddy lists on their various accounts across
not only instances of gaim on different computers (which could be
done with a usb key for example), but across different clients as
well.  While not completely possible, such users are largely
satisfied by the current tendency to let the server side list take
precedence over the local list (which is used to store location
across accounts (which should display first, buddy A from account B,
or buddy C from account D?) and information not possible in the
server list).

Making this option would perhaps be possible, but I suspect would be
an option that would confuse more users than it assists, and is as
such undesirable.

AOL isn't exactly "forcing gaim" to add the buddy.  the buddy _is_
added to your server side list.  Gaim is in no way involved with that
operation.  To achieve your request, gaim would have to detect the
difference and remove it.  Any other client would have to do the
same, this really has nothing to do with gaim per se, but with using
the protoocl and the server the same way the official client does.

That being said, it could be done, I just don't like the idea for the
reasons mentioned above.

luke


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#336596: strange behavior

2005-11-21 Thread kaouete
ok,

they are right.

And the problem wasnt in libgphoto2 in libsane.
The unstable version of this one is ok, but the one into testing
is not.

So, i guess i will wait to have it available in testing.

Sorry to bother with all of this ^^

On Mon, Nov 21, 2005 at 10:38:15PM +0100, Marco d'Itri wrote:
> reassign 336596 libusb
> thanks
> 
> On Nov 21, Aurelien Jarno <[EMAIL PROTECTED]> wrote:
> 
> > If so, the rules script of udev is buggy. Therefore I am reassigning the 
> > bug to udev.
> You are missing the point, udev is not supposed to provide rules to
> change the permissions of /dev/bus/ devices.
> Probably the user just needs to upgrade libgphoto2.
> 
> -- 
> ciao,
> Marco




signature.asc
Description: Digital signature


Bug#336688: yaird also add [permanent] ide-generic

2005-11-21 Thread Erik van Konijnenburg
On Mon, Nov 21, 2005 at 02:21:57PM +0100, Frederik Schueler wrote:
> on my via82cxxx box, I had to load the via driver before the ide-generic
> one since I switched to a 2.6. kernel, configured manually first in 
> /etc/mkinitrd/modules and now in /etc/yaird/Default.cfg.
> 
> On other boxes, notably amd74xx and piix based ones I have access to, 
> this was not needed.

Thanks, that info helps.

I'll experiment a bit with the via82cxxx, not today though.

Regards,
Erik


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340234: subversion: prompt user in case of http redirect

2005-11-21 Thread Peter 'p2' De Schrijver
Package: subversion
Version: 1.0.6-2
Severity: wishlist


It would be nice if svn would prompt the user to connect to a redirected
URL instead of just dumping the somewhat cryptic error message as shown
in the following example :

[EMAIL PROTECTED]:~/abcde$ svn co http://svn.hispalinux.es:8080/svn/abcde/trunk
svn: PROPFIND request failed on '/svn/abcde/trunk'
svn: PROPFIND of '/svn/abcde/trunk': 302 Found
(http://svn.hispalinux.es:8080)


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.13.4
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages subversion depends on:
ii  db4.2-util   4.2.52-18   Berkeley v4.2 Database Utilities
ii  libapr0  2.0.53-4the Apache Portable Runtime
ii  libc62.3.5-6 GNU C Library: Shared libraries an
ii  libdb4.2 4.2.52-18   Berkeley v4.2 Database Libraries [
ii  libexpat11.95.8-1XML parsing C library - runtime li
ii  libldap2 2.1.30-3OpenLDAP libraries
ii  libneon240.24.7.dfsg-0.2 An HTTP and WebDAV client library
ii  libssl0.9.7  0.9.7e-3SSL shared libraries
ii  libsvn0  1.0.6-2 Shared libraries used by Subversio
ii  libxml2  2.6.22-1GNOME XML library
ii  patch2.5.9-2 Apply a diff file to an original
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#174858: debdiff: make control file comparison work with two .changes files?

2005-11-21 Thread Julian Gilbey
On Mon, Nov 21, 2005 at 07:04:06PM +0100, Florian Ernst wrote:
> FWIW, I "third" Colin's proposal to run wdiff when debdiff-ing
> *.changes containing multi-binary packages.
> 
> As you didn't comment on this I wonder whether the patch Robert
> supplied looks acceptable to you or whether you need a different
> one...
> 
> Cheers,
> Flo

I just haven't thought about it properly yet - sorry.  Will do, and
probably implement it - it does look eminently sensible.

   Julian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340233: twinkle: does not play ringtone

2005-11-21 Thread Teemu Hukkanen
Package: twinkle
Version: 0.3.2-4
Severity: normal

Receiving a call:

Line 1:   incoming call for sip:[EMAIL PROTECTED]
Warning: /usr/share/twinkle/ringtone.wav has an unsupported wav-format.

Architecture is powerpc, so this is most probably an endianness problem.

The sound from the call is garbled, might be the same issue.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340232: util-linux: variable name typo in /etc/init.d hwclock.sh and hwclockfirst.sh ($HWCLOCKPARS vers. $HWCLOCPARS)

2005-11-21 Thread S. Berthold
Package: util-linux
Version: 2.12p-8
Severity: important


there is a variable name typo in the stop and show part of
/etc/init.d/hwclock.sh and /etc/init.d/hwclockfirst.sh:

$HWCLOCPARS should be $HWCLOCKPARS

these variable will be used for example with the --directisa directive - which
is required for many mainboards to let nvram-wakeup or acpi-wakeup run
correctly together with hwclock.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-1-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages util-linux depends on:
ii  libc6 2.3.5-7GNU C Library: Shared libraries an
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libslang2 2.0.5-1The S-Lang programming library - r
ii  libuuid1  1.38-2 universally unique id library
ii  zlib1g1:1.2.3-6  compression library - runtime

util-linux recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340125: [fwd: Bug#340125: octave-mode rebinds M-BS]

2005-11-21 Thread Rafael Laboissiere
* Aaron M. Ucko <[EMAIL PROTECTED]> [2005-11-21 14:29]:

> Rafael Laboissiere <[EMAIL PROTECTED]> writes:
> 
> > I am forwarding below a bug report filed against the octave2.9-emacsen
> > package.  The submitter claims that the meta-backspace should not be
> > bound by octave-mode.
> 
> There is a subtle but important distinction between M-DEL (bound to
> backward-kill-word and not overriden in octave-mode AFAICT) and M-C-h
> (bound to mark-defun by default, and overriden to octave-mark-defun in
> octave-mode).  If backspace is generating C-h rather than DEL, then
> that's a misconfiguration on the user's part that will generally play
> badly with Emacs.

I think I found the source of the problem.  The bug submitter is using
XEmacs which, according to the Lispref documentation (Section 26.5 "Key
Sequences"), treats control-h and backspace likewise:

For backward compatibility, a key sequence may also be represented by
a string.  In this case, it represents the key sequence(s) that would
produce that sequence of ASCII characters in a purely ASCII world.
For example, a string containing the ASCII backspace character,
`"\^H"', would represent two key sequences: `(control h)' and
`backspace'. Binding a command to this will actually bind both of
those key sequences.

According to the above, I think that the command:

(define-key map "\M-\C-h" 'octave-mark-defun)

in octave-mod.el also forces the implicit binding:

(define-key map [(meta backspace)] 'octave-mark-defun)

Could people in the debian-emacsen mailing list who are users of
XEmacs confirm this please?

-- 
Rafael


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#336596: strange behavior

2005-11-21 Thread Marco d'Itri
reassign 336596 libusb
thanks

On Nov 21, Aurelien Jarno <[EMAIL PROTECTED]> wrote:

> If so, the rules script of udev is buggy. Therefore I am reassigning the 
> bug to udev.
You are missing the point, udev is not supposed to provide rules to
change the permissions of /dev/bus/ devices.
Probably the user just needs to upgrade libgphoto2.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#340231: pygmy: broken icons on buttons

2005-11-21 Thread Teemu Hukkanen
Package: pygmy
Version: 0.45+svn77-3
Severity: minor

The repeat, shuffle and volume buttons have a "broken" icon (white file
icon with a small red "x" in the center). The necessary icons seem to be
in gnome-icons-theme, pygmy should depend on that and the source for the
other icons as well (I'm guessing that would be hicolor-icon-theme).


Versions of packages pygmy depends on:
ii  python2.3.5-3An interactive high-level object-o
ii  python-glade2 2.6.3-2GTK+ bindings: Glade support
ii  python-gtk2   2.6.3-2Python bindings for the GTK+ widge


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#276419: Advices for an su transition

2005-11-21 Thread Nicolas François
On Sun, Nov 20, 2005 at 06:22:16PM -0600, Bill Allombert wrote:
> 
> Actually looks here: 
> 
> The full data is available on merkel.debian.org in ~ballombe/menu/supackages.

Thanks a lot!

At least all these maintainer scripts seems OK.

I can probably check all the native packages now.

Best Regards,
-- 
Nekral


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340230: udev: Fails to load Intel i810 sound chip drivers correctly

2005-11-21 Thread Guillaume Pellerin
Package: udev
Version: 0.074-3
Severity: important

After purging hotplug, snd-intel8x0m, snd_atiixp_modem, snd_via82xx_modem
and then snd-intel8x0 were loaded at boot time. On my machine, only 
snd-intel8x0 
works correctly.

Only an alsaconf can unload the wrong modules, which were blacklisted by 
hotplug 
before, and then reload the good one.

-- Package-specific info:
-- /etc/udev/rules.d/:
/etc/udev/rules.d/:
total 0
lrwxrwxrwx 1 root root 20 2005-04-20 01:59 020_permissions.rules -> 
../permissions.rules
lrwxrwxrwx 1 root root 19 2005-10-14 15:10 025_libgphoto2.rules -> 
../libgphoto2.rules
lrwxrwxrwx 1 root root 16 2005-10-30 15:27 025_libsane.rules -> ../libsane.rules
lrwxrwxrwx 1 root root 12 2005-10-21 12:14 050_hal-plugdev.rules -> ../hal.rules
lrwxrwxrwx 1 root root 19 2005-01-04 01:12 cd-aliases.rules -> 
../cd-aliases.rules
lrwxrwxrwx 1 root root 13 2005-01-04 01:12 udev.rules -> ../udev.rules
lrwxrwxrwx 1 root root 19 2005-08-21 13:20 z20_persistent.rules -> 
../persistent.rules
lrwxrwxrwx 1 root root 12 2005-07-09 14:32 z50_run.rules -> ../run.rules
lrwxrwxrwx 1 root root 16 2005-10-21 11:57 z55_hotplug.rules -> ../hotplug.rules
lrwxrwxrwx 1 root root 19 2005-08-25 17:10 z60_alsa-utils.rules -> 
../alsa-utils.rules
lrwxrwxrwx 1 root root 15 2005-09-20 18:26 z60_hdparm.rules -> ../hdparm.rules
lrwxrwxrwx 1 root root 17 2005-10-21 11:55 z60_usbmount.rules -> 
../usbmount.rules
lrwxrwxrwx 1 root root 17 2005-07-09 14:32 z70_hotplugd.rules -> 
../hotplugd.rules

-- /sys/:
/sys/block/hda/dev
/sys/block/hda/hda1/dev
/sys/block/hda/hda2/dev
/sys/block/hda/hda3/dev
/sys/block/hda/hda4/dev
/sys/block/hda/hda5/dev
/sys/block/hda/hda6/dev
/sys/block/hda/hda7/dev
/sys/block/hdc/dev
/sys/block/ram0/dev
/sys/block/ram10/dev
/sys/block/ram11/dev
/sys/block/ram12/dev
/sys/block/ram13/dev
/sys/block/ram14/dev
/sys/block/ram15/dev
/sys/block/ram1/dev
/sys/block/ram2/dev
/sys/block/ram3/dev
/sys/block/ram4/dev
/sys/block/ram5/dev
/sys/block/ram6/dev
/sys/block/ram7/dev
/sys/block/ram8/dev
/sys/block/ram9/dev
/sys/class/drm/card0/dev
/sys/class/drm/card1/dev
/sys/class/input/event0/dev
/sys/class/input/event1/dev
/sys/class/input/event2/dev
/sys/class/input/event3/dev
/sys/class/input/event4/dev
/sys/class/input/mice/dev
/sys/class/input/mouse0/dev
/sys/class/input/mouse1/dev
/sys/class/input/mouse2/dev
/sys/class/misc/agpgart/dev
/sys/class/misc/device-mapper/dev
/sys/class/misc/hpet/dev
/sys/class/misc/psaux/dev
/sys/class/printer/lp0/dev
/sys/class/sound/adsp/dev
/sys/class/sound/audio/dev
/sys/class/sound/controlC0/dev
/sys/class/sound/dsp/dev
/sys/class/sound/mixer/dev
/sys/class/sound/pcmC0D0c/dev
/sys/class/sound/pcmC0D0p/dev
/sys/class/sound/pcmC0D1c/dev
/sys/class/sound/pcmC0D2c/dev
/sys/class/sound/pcmC0D3c/dev
/sys/class/sound/pcmC0D4p/dev
/sys/class/sound/timer/dev
/sys/class/usb_device/usbdev1.1/dev
/sys/class/usb_device/usbdev2.1/dev
/sys/class/usb_device/usbdev2.3/dev
/sys/class/usb_device/usbdev3.1/dev
/sys/class/usb_device/usbdev4.1/dev

-- Kernel configuration:


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages udev depends on:
ii  initscripts   2.86.ds1-6 Standard scripts needed for bootin
ii  libc6 2.3.5-8GNU C Library: Shared libraries an
ii  libselinux1   1.26-1 SELinux shared libraries
ii  libsepol1 1.8-1  Security Enhanced Linux policy lib
ii  lsb-base  3.0-11 Linux Standard Base 3.0 init scrip
ii  makedev   2.3.1-79   creates device files in /dev
ii  sed   4.1.4-4The GNU sed stream editor

udev recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#216865: no s390 anymore...

2005-11-21 Thread Rene Engelhard
Package: ooqstart-gnome
Followup-For: Bug #216865

oooqstart-gnome/s390 was just removed from sid because OOo(2) isn't
available for s390 anymore, so Architecture: i386, powerpc, sparc is now
right...

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (400, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


signature.asc
Description: Digital signature


Bug#340153: sysutils: new upstream releases available; package split?

2005-11-21 Thread Lonnie Sauter
Fine with me... Please take it...

--- Florian Ernst <[EMAIL PROTECTED]> wrote:

> Package: sysutils
> Severity: wishlist
> 
> Dear maintainer,
> 
> there are new upstream releases available of each of
> the programs
> contained in the sysutils package:
> 
> procinfo-18 at
> 
> memtester-4.0.5 at
> 
> bogomips-1.4.1 at
>

> tofrodos-1.7.6 at
> 
> 
> When packaging this please take into acount whether
> a package split
> should be achieved as already mentioned in
> bug#253302.
> 
> However, I noticed your last maintainer upload was
> on 2001-05-04, so
> I'm afraid you might have lost interest in this
> package. If so, do you
> mind if I take over maintenance of this package?
> 
> Cheers,
> Flo
> 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#339542: emacs21-nox: split window horizontally doesn't work

2005-11-21 Thread Jérôme Marant
Wouter Verhelst <[EMAIL PROTECTED]> writes:

> Package: emacs21-nox
> Version: 21.4a-1
> Severity: normal
>
> Hi,
>
> When I use emacs21-nox on m68k, if I use C-x 2, rather than splitting
> the window horizontally, emacs gives the following error message:
>
> Attempt to split fixed-size window

Hi,

I've never seen this before  which means hard to reproduce elsewhere :-P

By chance, what is the value of the window-size-fixed variable:

  C-h v window-size-fixed RET

Thanks.


-- 
Jérôme Marant



Bug#339344: acknowledged by developer (Bug#339344: fixed in belpic 2.3.13.full-5)

2005-11-21 Thread Wouter Verhelst
On Mon, Nov 21, 2005 at 05:11:49PM +0100, Bastian Blank wrote:
> reopen 339344
> thank
> 
> >* Fix unsigned int/size_t confusion in eidlib/CertifManager.cpp (Closes:
> >  #339344).
> 
> This was only one occurance of this conversion.

I was afraid you'd do that :-)

Could you please install the build dependencies in the unstable chroot
on raptor? I'll go through it and fix them as I go, then.

-- 
.../ -/ ---/ .--./ / .--/ .-/ .../ -/ ../ -./ --./ / -.--/ ---/ ..-/ .-./ / -/
../ --/ ./ / .--/ ../ -/ / / -../ ./ -.-./ ---/ -../ ../ -./ --./ / --/
-.--/ / .../ ../ --./ -./ .-/ -/ ..-/ .-./ ./ .-.-.-/ / --/ ---/ .-./ .../ ./ /
../ .../ / ---/ ..-/ -/ -../ .-/ -/ ./ -../ / -/ ./ -.-./ / -./ ---/ .-../
---/ --./ -.--/ / .-/ -./ -.--/ .--/ .-/ -.--/ .-.-.-/ / ...-.-/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#337271: patch can't work

2005-11-21 Thread Thomas Lange
I like to include this patch, but it can't work. The function getopt is not
extended, so the new option -I will not be recognized.
-- 
regards Thomas


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#321658: patch for this bug

2005-11-21 Thread paul cannon
A fix to this would really be nice.  Just in case it's waiting on time
for the maintainer to find what needs to be changed, a patch is
included here. Probably useless, but oh well.

-- 
paul

diff -Naur python-imaging-1.1.5/PIL/Image.py 
python-imaging-1.1.5-change/PIL/Image.py
--- python-imaging-1.1.5/PIL/Image.py   2005-03-25 00:50:52.0 -0700
+++ python-imaging-1.1.5-change/PIL/Image.py2005-11-21 14:58:45.0 
-0700
@@ -1896,7 +1896,7 @@
 else:
 format = None
 if not command:
-command = "xv"
+command = "display"
 if title:
 command = command + " -name \"%s\"" % title


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340229: tetex-bin: does not configure

2005-11-21 Thread Toni Mueller
Package: tetex-bin
Version: 3.0-10.1
Severity: important


Hello,

I can't install tetex-bin. Bug titled important instead of grave because
I have locally modified config. From the log file:

fmtutil-sys: running `aleph -ini   -jobname=lamed -progname=lamed
*lambda.ini' ...
This is Aleph, Version 3.141592-1.15-2.1-0.0-rc4 (Web2C 7.5.4)
(INIALEPH)
Copyright (c) 2002--2004 the Aleph task force
entering extended mode
(/usr/share/texmf/tex/latex/config/lambda.ini
(/usr/share/texmf/tex/generic/skak/lambda.tex
! Undefined control sequence.
l.19 \documentstyle
   [ltugboat,Lambda]{article}
! Undefined control sequence.
l.27 \title
   {Lists in \TeX's Mouth}
! Undefined control sequence.
l.27 \title{Lists in \TeX
 's Mouth}
! Undefined control sequence.
l.29 \author
{Alan Jeffrey}
! Undefined control sequence.
l.31 \address
 {Programming Research Group\\
! Undefined control sequence.
l.31 \address{Programming Research Group\\
  
! Undefined control sequence.
l.32  Oxford University\\
 
! Undefined control sequence.
l.33  11 Keble Road\\
 
! Undefined control sequence.
l.36 \netaddress
[EMAIL PROTECTED]
! Undefined control sequence.
l.38 \makeatletter
  
)
Runaway definition?
setmcodes#1#2#3{{\count 0=#1 \count 1=#3 \loop \global \mathcode \count
\ETC.
! File ended while scanning definition of [EMAIL PROTECTED]
 
}
l.3 \input lambda.tex
 
! Missing { inserted.
 }
 
l.3 \input lambda.tex
 
)
*
! Emergency stop.
<*> *lambda.ini



Kind Regards,
--Toni++




-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-2-686-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages tetex-bin depends on:
ii  debconf [debconf-2.0]1.4.59  Debian configuration management sy
ii  debianutils  2.15.1  Miscellaneous utilities specific t
ii  dpkg 1.13.11.0.1 package maintenance system for Deb
ii  ed   0.2-20  The classic unix line editor
ii  libc62.3.5-8 GNU C Library: Shared libraries an
ii  libgcc1  1:4.0.2-4   GCC support library
ii  libice6  6.8.2.dfsg.1-10 Inter-Client Exchange library
ii  libkpathsea4 3.0-10.1path search library for teTeX (run
ii  libpaper11.1.14-3Library for handling paper charact
ii  libpng12-0   1.2.8rel-5  PNG library - runtime
ii  libsm6   6.8.2.dfsg.1-10 X Window System Session Management
ii  libstdc++6   4.0.2-4 The GNU Standard C++ Library v3
ii  libt1-5  5.1.0-2 Type 1 font rasterizer library - r
ii  libx11-6 6.8.2.dfsg.1-10 X Window System protocol client li
ii  libxaw8  6.8.2.dfsg.1-10 X Athena widget set library
ii  libxext6 6.8.2.dfsg.1-10 X Window System miscellaneous exte
ii  libxmu6  6.8.2.dfsg.1-10 X Window System miscellaneous util
ii  libxp6   6.8.2.dfsg.1-10 X Window System printing extension
ii  libxpm4  6.8.2.dfsg.1-10 X pixmap library
ii  libxt6   6.8.2.dfsg.1-10 X Toolkit Intrinsics
ii  mime-support 3.35-1  MIME files 'mime.types' & 'mailcap
ii  perl 5.8.7-8 Larry Wall's Practical Extraction 
ii  sed  4.1.4-4 The GNU sed stream editor
ii  tetex-base   3.0-10  Basic library files of teTeX
ii  ucf  2.003   Update Configuration File: preserv
ii  xlibs6.8.2.dfsg.1-10 X Window System client libraries m
ii  zlib1g   1:1.2.3-8   compression library - runtime

Versions of packages tetex-bin recommends:
ii  dialog1.0-20051107-1 Displays user-friendly dialog boxe
ii  libxml-parser-perl2.34-4 Perl module for parsing XML files
ii  perl-tk   1:800.025-2Perl module providing the Tk graph
ii  psutils   1.17-21A collection of PostScript documen
ii  whiptail  0.51.6-31  Displays user-friendly dialog boxe

-- debconf information:
  tetex-bin/cnf_name:
  tetex-bin/updmap-failed:
* tetex-bin/upd_map: true
* tetex-bin/fmtutil: true
  tetex-bin/fmtutil-failed:
* tetex-bin/hyphen: bahasa, basque, catalan, croatian, czech, 
german[=austrian-alte_Rechtschreibung], danish, dutch, finnish, 
french[=patois], greek, icelandic, italian, latin, magyar, norsk[old], 
norsk[nohyphb.tex], norsk[nohyphbc.tex], por

Bug#340228: kernel-image-2.6.8-2-k7: IDE DMA error recovery doesn't work anymore

2005-11-21 Thread Karol Lewandowski
Package: kernel-image-2.6.8-2-k7
Version: 2.6.8-16
Severity: important

Linux kernel 2.6.(everything) panics when mounting cdrom when DMA
transfers are enabled (default).  It works fine if DMA is disabled.

The drive is clearly broken.  Adding blacklist to drivers/ide/ide-dma.c
for this model ("CD-912E/ATK") fixes this problem.

Messages gathered on panic condition:

--- Begin kernel messages ---

ide-cd: cmd 0x28 timed out
hdc: DMA interrupt recovery
hdc: lost interrupt
hdc: cdrom_decode_status: status=0xd0 { Busy }
ide: failed opcode was: unknown
hdc: DMA disabled
[ cut here ]
kernel BUG at drivers/ide/ide-iops.c:949!
invalid operand:  [#1]
Modules linked in:
CPU:0
EIP:0060:[]Not tainted VLI
EFLAGS: 00010086   (2.6.14-eve1)
EIP is at ide_execute_command+0x22/0x90
eax: c01ecef0   ebx: c02fed38   ecx: 8000   edx: c3f81580
esi: c02feca8   edi: 0286   ebp: c01f9000   esp: c02c7e50
ds: 007b   es: 007b   ss: 0068
Process swapper (pid: 0, threadinfo=c02c6000 task=c028eba0)
Stack: 0082 00808000 c01179e5 a00ce600 c10ce600 c02fed38 c02feca8 c01f8869
   c02fed38 00a0 c01f9000 1770 c01f86e0 c10d8ec4 c02fed38 c10d8ec4
   c10ce600 0004 c01f938a c02fed38 8000 c01f9000 c02fed38 c10d8ec4
Call Trace:
 [] update_process_times+0x85/0x130
 [] cdrom_start_packet_command+0x119/0x1a0
 [] cdrom_start_read_continuation+0x0/0xb0
 [] cdrom_timer_expiry+0x0/0x70
 [] cdrom_start_read+0xca/0xd0
 [] cdrom_start_read_continuation+0x0/0xb0
 [] ide_do_rw_cdrom+0x95/0x1b0
 [] start_request+0x156/0x240
 [] ide_do_request+0x22a/0x380
 [] ide_timer_expiry+0xd7/0x1c0
 [] ide_timer_expiry+0x0/0x1c0
 [] run_timer_softirq+0xb6/0x1b0
 [] __do_softirq+0x7b/0x90
 [] do_softirq+0x26/0x30
 [] do_IRQ+0x1e/0x30
 [] common_interrupt+0x1a/0x20
 [] default_idle+0x0/0x30
 [] default_idle+0x23/0x30
 [] cpu_idle+0x50/0x60
 [] start_kernel+0x146/0x170
 [] unknown_bootoption+0x0/0x1e0
Code: c3 90 8d b4 26 00 00 00 00 57 56 53 83 ec 10 8b 5c 24 20 0f b6 44 24 24 
88 44 24 0f 8b 73 6c 8b 56 08 9c 5f fa 8b 02 85 c0 74 08 <0f> 0b b5 03 9c 08 27 
c0 8b 44 24 28 89 02 8b 44 24 30 89 82 dc
 <0>Kernel panic - not syncing: Fatal exception in interrupt

--- End ---

But this shouldn't happen anyway.

Linux 2.4-series kernels, in contrast works just fine when mounting
cdroms when DMA is enabled.  The kernel tries to start DMA transfer,
but fails waiting for irq(drq?) and disables DMA.  Excerpt from log:

  (Linux kernel 2.4.32)

  kernel: hdc: lost interrupt
  kernel: hdc: cdrom_decode_status: status=0xd0 { Busy }
  kernel: hdc: cdrom_decode_status: error=0xd0LastFailedSense 0x0d 
  kernel: hdc: DMA disabled
  kernel: hdc: ATAPI reset complete
  kernel: ISO 9660 Extensions: RRIP_1991A


It seems that IDE DMA error recovery doesn't work as described in
drivers/ide/ide-dma.c:

 (Comment from linux kernel 2.6.14)

 * To enable DMA, use "hdparm -d1 /dev/hd?" on a per-drive basis after booting.
 * If problems arise, ide.c will disable DMA operation after a few retries.
 * This error recovery mechanism works and has been extremely well exercised.


Experiments have shown, that linux kernels 2.6.* always panics after 
60 seconds (from issuing request to drive, eg. "mount /cdrom"), while
linux kernels 2.4.* disables DMA after 10 seconds (one WAIT_CMD).

(Please tell me the best way to report bugs against all
 linux kernels 2.6.* because I have at least one more.)


Thanks for your work!


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7
Locale: LANG=en_GB, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages kernel-image-2.6.8-2-k7 depends on:
ii  coreutils [fileutils] 5.2.1-2The GNU core utilities
ii  initrd-tools  0.1.81.1   tools to create initrd image for p
ii  module-init-tools 3.2-pre1-2 tools for managing Linux kernel mo

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340227: pound: please enable MS WebDAV support

2005-11-21 Thread Zbynek Doupovec
Package: pound
Version: 1.8.2-1
Severity: wishlist

Please add --enable-msdav to configure options in debian/rules. It's required 
for MS WebDAV support.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340226: logcheck does not succeessfully filter postfix/policy-spf or amavis

2005-11-21 Thread Lia Treffman
Package: logcheck
Version: 1.2.39

I am using Linux smtp 2.6.8-2-686-smp and libc6 2.3.2.ds1-22.

I am running logcheck on a server named smtp, and I would like to filter
all lines in /var/log/syslog matching the following expressions:

Nov 21 19:29:13 smtp postfix/policy-spf[1429]: blah blah blah
Nov 21 19:23:01 smtp amavis[31328]: blah blah blah

I have a file called 'noise':

smtp postfix/policy-spf.*$
smtp amavis.*$

When I run 'grep -f noise /var/log/syslog', I get the expected result. 
For convenience, I have attached 'noise' and 'sample_syslog', which is a
sterilized segment of our /var/log/syslog.

I have tried running logcheck with 'noise' in the following directories:
/etc/logcheck/ignore.d -> ignore.d.server
/etc/logcheck/violations.ignore.d
/etc/logcheck/cracking.ignore.d

I have also tried putting the text of 'noise' in the following files:
/etc/logcheck/ignore.d/postfix or amavis (as appropriate)
/etc/logcheck/violations.ignore.d/logcheck-postfix or logcheck-amavis
(as appropriate)

All of the postfix/policy-spf and amavis records appear in the email. I
have also tried it with the '^\w{3} [ :0-9]{11} [._[:alnum:]-]+' lead-in
to the regex and it doesn't make a difference.

There are other regexes in /etc/logcheck/ignore.d files which also do
not filter as they are supposed to.  However, the postfix/policy-spf and
amavis are the most problematic.

Thank you for your time and assistance in this matter.

Sincerely,

Lia M. Treffman






-- 
Lia Treffman Optivel, Inc. 317-275-2304
Network Systems Developer / DBA Sorcerer's Apprentice [EMAIL PROTECTED] 
http://www.optivel.com

# The following variable settings are the initial default values,
# which can be uncommented and modified to alter logcheck's behaviour

# Controls the format of date-/time-stamps in subject lines:
# Alternatively, set the format to suit your locale

#DATE="$(date +'%Y-%m-%d %H:%M')"

#
# Controls the presence of boilerplate at the top of each message:
# Alternatively, set to "0" to disable the introduction.
#
# If the files /etc/logcheck/header.txt and /etc/logcheck/footer.txt
# are present their contents will be read and used as the header and
# footer of any generated mails.
#
#INTRO=1

# Controls the level of filtering: 
# Can be Set to "workstation", "server" or "paranoid" for different
# levels of filtering. Defaults to server if not set.

REPORTLEVEL="server"

# Controls the address mail goes to:
# *NOTE* the script does not set a default value for this variable!
# Should be set to an offsite "[EMAIL PROTECTED]"

SENDMAILTO="root"

# Should the hostname of the generated mails be fully qualified?
FQDN=1

# Controls whether "sort -u" is used on log entries (which will
# eliminate duplicates but destroy the original ordering); the
# default is to use "sort -k 1,3 -s":
# Alternatively, set to "1" to enable unique sorting

#SORTUNIQ=0

# Controls whether /etc/logcheck/cracking.ignore.d is scanned for
# exceptions to the rules in /etc/logcheck/cracking.d:
# Alternatively, set to "1" to enable cracking.ignore support

#SUPPORT_CRACKING_IGNORE=0

# Controls the base directory for rules file location
# This must be an absolute path

#RULEDIR="/etc/logcheck"

# Controls if syslog-summary is run over each section.
# Alternatively, set to "1" to enable extra summary.

#SYSLOGSUMMARY=0

# Controls Subject: lines on logcheck reports:

#ATTACKSUBJECT="Attack Alerts"
#SECURITYSUBJECT="Security Events"
#EVENTSSUBJECT="System Events"

# Controls [logcheck] prefix on Subject: lines

# ADDTAG="no"
Nov 21 14:18:03 smtp postfix/policy-spf[26095]: Attribute: 
client_address=111.111.111.111
Nov 21 14:18:03 smtp postfix/policy-spf[26095]: Attribute: 
client_name=mail.blah.com
Nov 21 14:18:03 smtp postfix/policy-spf[26095]: Attribute: 
helo_name=mail.blah.com
Nov 21 14:18:03 smtp postfix/policy-spf[26095]: Attribute: 
instance=65e8.4381d718.0
Nov 21 14:18:03 smtp postfix/policy-spf[26095]: Attribute: protocol_name=ESMTP
Nov 21 14:18:03 smtp postfix/policy-spf[26095]: Attribute: protocol_state=RCPT
Nov 21 14:18:03 smtp postfix/policy-spf[26095]: Attribute: queue_id=
Nov 21 14:18:03 smtp postfix/policy-spf[26095]: Attribute: [EMAIL PROTECTED]
Nov 21 14:18:03 smtp postfix/policy-spf[26095]: Attribute: 
request=smtpd_access_policy
Nov 21 14:18:03 smtp postfix/policy-spf[26095]: Attribute: [EMAIL PROTECTED]
Nov 21 14:18:03 smtp postfix/policy-spf[26095]: Attribute: size=353
Nov 21 14:18:03 smtp postfix/policy-spf[26095]: : testing: stripped [EMAIL 
PROTECTED], stripped [EMAIL PROTECTED]
Nov 21 14:18:03 smtp postfix/policy-spf[26095]: handler testing: DUNNO
Nov 21 14:18:03 smtp postfix/policy-spf[26095]: : SPF pass: smtp_comment=Please 
see 
http://spf.pobox.com/why.html?sender=blah%40blah.com&ip==111.111.111.111&receiver=smtp:
 blah.com MX mail.blah.com A =111.111.111.111, header_comment=smtp: domain of 
[EMAIL PROTECTED] designates =111.111.111.111 as permitted sender
Nov 21 14:18:03 smtp postfix/policy-spf[26095]: handler sender_permitted_from: 

Bug#340225: fatal: PAM: pam_setcred(): Error in service module

2005-11-21 Thread Oskar Liljeblad
Package: libpam-krb5
Version: 1.2.0-1
Severity: normal

Something seems to be wrong with pam_krb5.so auth when used for
ssh. I have this line in my /etc/pam.d/ssh:

  auth  required pam_krb5.so use_first_pass forwardable

This is what I get when correct password is entered:

  sshd[32359]: fatal: PAM: pam_setcred(): Error in service module

(and ssh just disconnects me). Removing the auth-line above fixes
the problem.

Regards,

Oskar Liljeblad ([EMAIL PROTECTED])

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

Versions of packages libpam-krb5 depends on:
ii  libc6 2.3.5-7GNU C Library: Shared libraries an
ii  libcomerr21.38-2 common error description library
ii  libkrb53  1.3.6-5MIT Kerberos runtime libraries
ii  libpam0g  0.79-3 Pluggable Authentication Modules l

libpam-krb5 recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340224: gettext: Uses obsolete mkinstalldirs

2005-11-21 Thread Roger Leigh
Package: gettext
Version: 0.14.5-2
Severity: normal

Automake has obsoleted the use of 'mkinstalldirs', but this is still
installed by autopoint, and is still used by po/Makefile.in.in.

Automake defines a macro, AM_PROG_MKDIR_P, to create $(mkdir_p), to
replace $(mkinstalldirs).  If AM_GNU_GETTEXT could use this (or its
own copy internally), gettext would use the same mkinstalldirs
implementation as the automake-generated Makefiles, which would
allow the total removal of mkinstalldirs from projects using both
automake and gettext, and make such projects self-consistent
internally.


Regards,
Roger

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.2
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages gettext depends on:
ii  gettext-base  0.14.5-2   GNU Internationalization utilities
ii  libc6 2.3.5-8GNU C Library: Shared libraries an

Versions of packages gettext recommends:
ii  lynx   2.8.5-2sarge1 Text-mode WWW Browser
ii  wget   1.10.2-1  retrieves files from the web

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#332313: autoconf-archive: acx_pthread.m4 doesn't work

2005-11-21 Thread Qingning Huo
[I am copying the mail to the author of acx_pthread.m4: Steven G.
Johnson].

On Wed, Oct 05, 2005 at 09:28:38PM +0200, Lennart Poettering wrote:
> Package: autoconf-archive
> Version: 20050920-1
> Severity: normal
> 
> acx_pthread.m4 doesn't work. It detects "-pthread" as sufficient as
> CFLAGS, which is not correct on my machine. You need -lthread
> too. Shuffling the order of the variable acx_pthread_flags so that
> "pthread" comes before "-pthread" fixes the problem for me. But I guess
> this isn't the whole story, since -pthread is no longer passed when I
> do that. Probably both -pthread and -lpthread should be defined.
> 
> Lennart
>  

Hi,

Many thanks for the bug report.  Can you tell us on what platform this
problem is spotted?

Thanks,
Qingning


signature.asc
Description: Digital signature


Bug#340223: dh-make: Update to new compat level 5

2005-11-21 Thread Nelson A. de Oliveira
Package: dh-make
Version: 0.40
Severity: wishlist

Hi!

Since the recommended compatibility level is now 5, and not 4, it would
be good if dh-make creates the "compat" file with 5 inside it and also,
the "control" file with "debhelper (>= 5)", instead "debhelper (>= 4.1.0)".

Thank you!

Nelson


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340222: lintian: Update debhelper compat test

2005-11-21 Thread Nelson A. de Oliveira
Package: lintian
Version: 1.23.13
Severity: normal


Hi!

The recommended compatibility level of a package is now 5 and version
3 is now deprecated.
However, lintian doesn't issue a
package-uses-deprecated-debhelper-compat-version warning with packages
using version compat level 3.

Thank you
Nelson


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340221: pygmy: Missing button images

2005-11-21 Thread Henrik Enberg
Package: pygmy
Version: 0.45+svn77-3
Severity: minor

I see some button images only displayed as a red X, namely the ones for
volume, repeat and shuffle.  Possibly they're standard items in some
package I don't have installed.

Example here:


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages pygmy depends on:
ii  python2.3.5-3An interactive high-level object-o
ii  python-glade2 2.6.3-2GTK+ bindings: Glade support
ii  python-gtk2   2.6.3-2Python bindings for the GTK+ widge

pygmy recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340220: ttf-bengali-fonts 0.4.4

2005-11-21 Thread J. Grant

Package: ttf-bengali-fonts
Version: 0.4.4

Hi, I just got this error, I wonder if you are aware of this problem 
already.

I've not reported to the other package maintainers.
Kind regards
JG


# apt-get install ttf-malayalam-fonts ttf-bengali-fonts 
ttf-devanagari-fonts ttf-dustin ttf-farsiweb

Reading Package Lists... Done
Building Dependency Tree... Done
ttf-malayalam-fonts is already the newest version.
Suggested packages:
  x-ttcidfont-conf
The following NEW packages will be installed:
  ttf-bengali-fonts ttf-devanagari-fonts ttf-dustin ttf-farsiweb
0 upgraded, 4 newly installed, 0 to remove and 7 not upgraded.
Need to get 1301kB of archives.
After unpacking 2998kB of additional disk space will be used.
Get:1 ftp://ftp.uk.debian.org sarge/main ttf-bengali-fonts 1:0.4.4 [432kB]
Get:2 ftp://ftp.uk.debian.org sarge/main ttf-devanagari-fonts 1:0.4.4 
[113kB]

Get:3 ftp://ftp.uk.debian.org sarge/main ttf-dustin 20030517-1 [620kB]
Get:4 ftp://ftp.uk.debian.org sarge/main ttf-farsiweb 0.4-1 [136kB]
Fetched 1301kB in 4s (299kB/s)
Selecting previously deselected package ttf-bengali-fonts.
(Reading database ... 119405 files and directories currently installed.)
Unpacking ttf-bengali-fonts (from 
.../ttf-bengali-fonts_1%3a0.4.4_all.deb) ...

Selecting previously deselected package ttf-devanagari-fonts.
Unpacking ttf-devanagari-fonts (from 
.../ttf-devanagari-fonts_1%3a0.4.4_all.deb) ...

Selecting previously deselected package ttf-dustin.
Unpacking ttf-dustin (from .../ttf-dustin_20030517-1_all.deb) ...
Selecting previously deselected package ttf-farsiweb.
Unpacking ttf-farsiweb (from .../ttf-farsiweb_0.4-1_all.deb) ...
Setting up ttf-bengali-fonts (0.4.4) ...
Debian::Defoma::Id::defoma_id_register at line 60 in 
/var/lib/defoma/scripts/vflib2.defoma: (Lohit Bengali, 
/usr/share/fonts/truetype/ttf-bengali-fonts/lohit_bn.ttf, 30): Illegal 
argument.

Regenerating /etc/vfontcap... done
Regenerating fonts cache... done.

Setting up ttf-devanagari-fonts (0.4.4) ...
Debian::Defoma::Id::defoma_id_register at line 60 in 
/var/lib/defoma/scripts/vflib2.defoma: (Lohit Hindi, 
/usr/share/fonts/truetype/ttf-devanagari-fonts/lohit_hi.ttf, 30): 
Illegal argument.

Regenerating /etc/vfontcap... done
Regenerating fonts cache... done.

Setting up ttf-dustin (20030517-1) ...
Regenerating /etc/vfontcap... done

Setting up ttf-farsiweb (0.4-1) ...
Debian::Defoma::Id::defoma_id_register at line 60 in 
/var/lib/defoma/scripts/vflib2.defoma: (Nazli Bold, 
/usr/share/fonts/truetype/ttf-farsiweb/nazlib.ttf, 20): Illegal argument.

Regenerating /etc/vfontcap... done

#


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340116: Info received (was mutt/2139: messages with base64-encoded CRLF pgp bits can't be read)

2005-11-21 Thread Debian Bug Tracking System
The following reply was made to PR mutt/2139; it has been noted by GNATS.

From: [EMAIL PROTECTED] (Debian Bug Tracking System)
To: [EMAIL PROTECTED]
Cc: 
Subject: Bug#340116: Info received (was mutt/2139: messages with base64-encoded 
CRLF pgp bits can't be read)
Date: Mon, 21 Nov 2005 13:03:25 -0800

 Thank you for the additional information you have supplied regarding
 this problem report.  It has been forwarded to the package maintainer(s)
 and to other interested parties to accompany the original report.
 
 Your message has been sent to the package maintainer(s):
  Adeodato Simó <[EMAIL PROTECTED]>
 
 If you wish to continue to submit further information on your problem,
 please send it to [EMAIL PROTECTED], as before.
 
 Please do not reply to the address at the top of this message,
 unless you wish to report a problem with the Bug-tracking system.
 
 Debian bug tracking system administrator
 (administrator, Debian Bugs database)
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#339377: awstats: two more servers with same problem

2005-11-21 Thread Charles Fry
> as for me i just added one more check as a quik workaround
> if ($record) { $city = $record->city };

And just where did you add that check?

thanks,
Charles

-- 
Take a tip
For your trip
No wet brush
To soak
Your grip
Burma-Shave
http://burma-shave.org/jingles/1931/take_a_tip


signature.asc
Description: Digital signature


Bug#338549: TUN/TAP networking not working in *this* basilisk2

2005-11-21 Thread Gwenole Beauchesne

Hi,


If you want SheepShaver packaged, then file a RFP bug against the
pseudo-package WNPP. (and cc me if you do - I might be interested in
doing the packaging - just too overloaded right now...)


IIRC, there is already a request for packaging SheepShaver in DBTS.


The most recent version of BasiliskII supports a new network driver:
slirp. Try that... :-)


Hmm, I had merged the TUN/TAP network code from SheepShaver to Basilisk 
II prior to integrating QEMU's slirp code.  The "etherconfig" script 
could be improved too so that to start a DHCP server on the tun 
interface, but it's better be a distribution-specific choice as I don't 
think that'd be nice by default, though it would make configuration 
easier in the Mac side.


Note for slirp: I noticed performance gets crappy when the user sets 
passive mode for FTP (e.g. in Fetch). But I haven't tried recently.



Sidenote regarding JIT: The official Debian package does not currently
enable the JIT compiler. But the code is there (for x86 only).


Actually, it worked for some time on x86_64 too but I failed to 
advertise it enough. I had improved the backend when AMD64 was not 
officially realeased yet but I hadn't announced it for NDA reasons in 
those days.


Regards,
Gwenolé.



Bug#336596: strange behavior

2005-11-21 Thread Aurelien Jarno

reassign 336596 udev
thanks

kaouete a écrit :

Hi,

I'm not sure it is your problem, but mine appaired with it :]

The context : when i plub my usb device, udev change permissions
for it in /proc/bus/usb and NOT in /dev/bus/usb
This, because the rules script for udev take only in count the usb
SUBSYSTEM and not the usb_device one. So it change permission for
only the one in /proc/bus/usb.


If so, the rules script of udev is buggy. Therefore I am reassigning the 
bug to udev.


Aurelien

--
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#336708: Info received (was mutt/2140: message-hook and patterns, [: invalid command)

2005-11-21 Thread Debian Bug Tracking System
The following reply was made to PR mutt/2140; it has been noted by GNATS.

From: [EMAIL PROTECTED] (Debian Bug Tracking System)
To: [EMAIL PROTECTED]
Cc: 
Subject: Bug#336708: Info received (was mutt/2140: message-hook and patterns, 
[: invalid command)
Date: Mon, 21 Nov 2005 13:03:19 -0800

 Thank you for the additional information you have supplied regarding
 this problem report.  It has been forwarded to the package maintainer(s)
 and to other interested parties to accompany the original report.
 
 Your message has been sent to the package maintainer(s):
  Adeodato Simó <[EMAIL PROTECTED]>
 
 If you wish to continue to submit further information on your problem,
 please send it to [EMAIL PROTECTED], as before.
 
 Please do not reply to the address at the top of this message,
 unless you wish to report a problem with the Bug-tracking system.
 
 Debian bug tracking system administrator
 (administrator, Debian Bugs database)
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#306902: Any progress on adopting ltsp-utils?

2005-11-21 Thread Roberto C. Sanchez
Marcos,

Have you made any progress on this?

I have started using LTSP at my church and I would like to see this
package maintained/updated.  If you are not going to adopt it, please
let me know and I will.

-Roberto

-- 
Roberto C. Sanchez
http://familiasanchez.net/~roberto


pgp1dRNlMrsmq.pgp
Description: PGP signature


Bug#319376: autoconf-archive: now it checks another wrong one

2005-11-21 Thread Qingning Huo
package autoconf-archive
reopen 319376 [EMAIL PROTECTED]
thanks

On Sun, Nov 06, 2005 at 01:48:05PM +0100, Christian von Kietzell wrote:
> Package: autoconf-archive
> Version: 20050927-1
> Followup-For: Bug #319376
> 
> 
> Instead of $ax_cv_boost_filesystem it checks $ac_cv_boost_filesystem now.
> 
>   Christian
> 

Thanks for the report.  You are right.  I am reopening the bug.  It will
be fixed by the next debian package upload.

Thanks,
Qingning


signature.asc
Description: Digital signature


Bug#297743: Could be a kernel/hardware issue

2005-11-21 Thread Philipp Spitzer
In the meantime I have managed to compile the 2.6.12 kernel by myself
with the same config as I used in the 2.6.8 kernel (except the new
options).

I've tested openoffice 1.1.4-7 for a while, but the problem did _not_
accur anymore.

To summarise:
- the self-built kernels 2.6.8 and 2.6.12 have no problems with
  openoffice (1.1.4-7 and 1.1.3-9).
- with the standard debian kernel 2.6.12-1-686 the problem occurs.

So for me, the issue is "solved". I'll attach my working
/usr/src/linux/.config file.

Greetings,
Philipp Spitzer
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.12.20051120
# Sun Nov 20 17:58:20 2005
#
CONFIG_X86=y
CONFIG_MMU=y
CONFIG_UID16=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y

#
# Code maturity level options
#
# CONFIG_EXPERIMENTAL is not set
CONFIG_CLEAN_COMPILE=y
CONFIG_BROKEN_ON_SMP=y
CONFIG_LOCK_KERNEL=y
CONFIG_INIT_ENV_ARG_LIMIT=32

#
# General setup
#
CONFIG_LOCALVERSION="y"
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_SYSCTL=y
# CONFIG_AUDIT is not set
CONFIG_HOTPLUG=y
CONFIG_KOBJECT_UEVENT=y
# CONFIG_IKCONFIG is not set
# CONFIG_EMBEDDED is not set
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SHMEM=y
CONFIG_CC_ALIGN_FUNCTIONS=0
CONFIG_CC_ALIGN_LABELS=0
CONFIG_CC_ALIGN_LOOPS=0
CONFIG_CC_ALIGN_JUMPS=0
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_OBSOLETE_MODPARM=y
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_KMOD=y

#
# Processor type and features
#
CONFIG_X86_PC=y
# CONFIG_X86_ELAN is not set
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_ES7000 is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
CONFIG_MPENTIUMIII=y
# CONFIG_MPENTIUMM is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MGEODEGX1 is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_X86_GENERIC is not set
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
# CONFIG_HPET_TIMER is not set
# CONFIG_SMP is not set
CONFIG_PREEMPT=y
CONFIG_PREEMPT_BKL=y
# CONFIG_X86_UP_APIC is not set
CONFIG_X86_TSC=y
CONFIG_X86_MCE=y
# CONFIG_X86_MCE_NONFATAL is not set
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_X86_REBOOTFIXUPS is not set
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
CONFIG_X86_CPUID=m

#
# Firmware Drivers
#
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
CONFIG_HAVE_DEC_LOCK=y
CONFIG_SECCOMP=y

#
# Power management options (ACPI, APM)
#
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set

#
# ACPI (Advanced Configuration and Power Interface) Support
#
# CONFIG_ACPI is not set

#
# APM (Advanced Power Management) BIOS Support
#
CONFIG_APM=y
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set
# CONFIG_APM_CPU_IDLE is not set
# CONFIG_APM_DISPLAY_BLANK is not set
# CONFIG_APM_RTC_IS_GMT is not set
# CONFIG_APM_ALLOW_INTS is not set
# CONFIG_APM_REAL_MODE_POWER_OFF is not set

#
# CPU Frequency scaling
#
# CONFIG_CPU_FREQ is not set

#
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
# CONFIG_PCIEPORTBUS is not set
# CONFIG_PCI_LEGACY_PROC is not set
CONFIG_PCI_NAMES=y
CONFIG_ISA_DMA_API=y
# CONFIG_ISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set

#
# PCCARD (PCMCIA/CardBus) support
#
# CONFIG_PCCARD is not set

#
# PCI Hotplug Support
#

#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
# CONFIG_BINFMT_AOUT is not set
CONFIG_BINFMT_MISC=y

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
# CONFIG_FW_LOADER is not set

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Parallel port support
#
CONFIG_PARPORT=y
CONFIG_PARPORT_PC=y
# CONFIG_PARPORT_SERIAL is not set
# CONFIG_PARPORT_GSC is not set
CONFIG_PARPORT_1284=y

#
# Plug and Play support
#

#
# Block devices
#
CONFIG_BLK_DEV_FD=y
# CONFIG_PARIDE is not set
# CONFIG_

Bug#340219: /bin/which: calls printf which may not be available if /usr is not mounted

2005-11-21 Thread Robert Luberda
Package: debianutils
Version: 2.15.1
Severity: important
File: /bin/which
Tags: patch

Hi,

On my system /bin/sh points to ksh, which doesn't provide the printf
builtin unlike bash does. So the /bin/which command calls /usr/bin/printf, 
which may not be available at the boot time if /usr hasn't been mounted yet.

For the real time example of the bug see /etc/rcS.d/S30procps.sh script,
which calls `which' and runs just before the /etc/rcS.d/S35mountall.sh

I would suggest using good, old echo istead of printf. The attached patch
implements this. 

Best regards,
robert



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (100, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/pdksh
Kernel: Linux 2.6.14
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages debianutils depends on:
ii  coreutils 5.93-5 The GNU core utilities
ii  libc6 2.3.5-8GNU C Library: Shared libraries an

debianutils recommends no packages.

-- no debconf information
--- which.orig  2005-11-04 02:51:05.0 +0100
+++ which   2005-11-21 21:38:09.0 +0100
@@ -7,7 +7,7 @@
 do
 case "$whichopts" in
 a) ALLMATCHES=1 ;;
-?) printf "Usage: %s [-a] args\n" $0 ; exit 2 ;;
+?) echo "Usage: $0 [-a] args\n" 1>&2 ; exit 2 ;;
 esac
 done
 shift $(($OPTIND - 1))
@@ -28,7 +28,7 @@
  case $PROGRAM in
   */*)
if [ -f "$PROGRAM" ] && [ -x "$PROGRAM" ]; then
-printf '%s\n' "$PROGRAM"
+echo "$PROGRAM"
 RET=0
fi
;;
@@ -38,7 +38,7 @@
  ELEMENT=.
 fi
 if [ -f "$ELEMENT/$PROGRAM" ] && [ -x "$ELEMENT/$PROGRAM" ]; then
- printf '%s\n' "$ELEMENT/$PROGRAM"
+ echo "$ELEMENT/$PROGRAM"
  RET=0
  [ "$ALLMATCHES" -eq 1 ] || break
 fi


Bug#340211: ADA-Mode: "Symbol's function definition is void: ada-indent"

2005-11-21 Thread Jérôme Marant
Giordano <[EMAIL PROTECTED]> writes:


> I was writing this piece of Ada code (Emacs was in Ada-mode) and when I tried 
> to begin a new paragraph after I 
> wrote the word "loop", Emacs complained with this statement: "Symbol's 
> function definition is void: ada-indent" and 
> after that I couldn't type anything else. I had to disable "Auto Indent After 
> Return" in Ada::Options menu to keep on 
> writing. 
>  
> [code]
> use Text_IO, Ada.Integer_Text_IO;
>
> package body pSacco is
>
>   task body Sacco is
> palline : Integer := 10;
>   request : array (1 .. 4) of Integer;
>
>   begin
>   request := (0, 0, 0, 0);
>
> ACCETTA : loop
>
> [/code]

Hi,

I could reproduce it.

BTW, what expression are you trying to write? (I used to program
in Ada but I don't remember everything about it). Are you sure you
are writing valid code?

Thanks.

-- 
Jérôme Marant



Bug#340207: gmsh not installable on i386

2005-11-21 Thread Christophe Prud'homme
[ Monday 21 November 2005 22:09 ]
| Package: gmsh
| Version: 1.60.1-2
| Severity: serious
| Justification: Policy 2.2.1
|
| Christophe,
|
| It looks like you have gcc 4.1 from experimental installed on your
| build system, and thus libgcc1 and libstdc++6 dependencies cannot
| be satisfied on i386/unstable.
aaargh!

will correct asap :(

-- 
Debian Developer 
Scienfific computing packages maintainer
Fingerprint = 3703 50DE 7A9F 024E 0F26  0D07 A18F B40B D4BE 1450



  1   2   3   4   >