Bug#421341: Something wrong with gcjh/classpath/something

2007-10-19 Thread Quentin Godfroy
On Fri, 14 Sep 2007 18:41:53 +0200, Michael Bienia <[EMAIL PROTECTED]> wrote:

> pdftk in Ubuntu gutsy has the same problem. If my analysis is correct
> than that's because it uses some local copies of gcc-4.1 files.
> If I modify the build to not use them (a comment in pdftk/Makefile.Base
> states that they were introduced as some old version of libgcj doesn't
> have MD5) pdftk works again.

> I've attached the changes I did to fix it in Ubuntu.

With this patch and the previous one, I am able to compile and run pdftk
with dpkg-buildpackage.
Thanks.

Are you waiting for an upstream update to see if it is useful to commit
these two patches in the package?

Regards,
Quentin Godfroy



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



Bug#446519: saytime: patch for alsa support

2007-10-19 Thread Rob Browning
Rob Browning <[EMAIL PROTECTED]> writes:

> Hmm if you make it an "|" dependency, then it seems like you would
> have to have a reliable and quick way of detecting which backend to
> use whenever the -b option is not specified (i.e. detect which sox
> backends are installed).  For now, I'd be tempted to just require
> both backends (which would add 60k to the install).

I take that back.  I wasn't considering the size of libsox-fmt-alsa's
dependencies.

> Even then, it'd still be nice to automatically pick the default
> backend based on whether or not the system is using oss or alsa, but
> offhand, I don't know if there's a reliable indicator...

I've nearly finished a patch here that should address these issues.
It fixes the first issue by running "sox --help" at startup and
parsing the output to detect if the alsa and/or oss backends are
available.  This isn't an ideal solution since it will break if sox is
ever localized, but as yet, I haven't thought of a better solution
that wouldn't require modifying sox (i.e. to support something like
"sox --list-output-formats" or a test like "sox --supports
ouput-alsa").

To help address the second problem, I added a test for the existence
of /proc/asound.  The assumption is that if it exists, then alsa is
available in the kernel.

Given that, the combination of the sox --help tests and the
/proc/asound test are used to determine which backend to use.  If alsa
is available (both in the kernel and in sox), and the user hasn't
specified otherwise, then saytime will prefer alsa.  Otherwise it will
use oss.  If the user requests (via -b) a backend that isn't
available, saytime reports an error.

Of course with the new code, anyone who (perhaps accidentally) doesn't
install libsox-fmt-alsa on an alsa system like mine will just hear bad
(echoing) sound.

One issue with the patch is that it uses popen, pclose, and GNU
getline.  I dont't know whether or not those additional dependencies
are acceptable.  In any case, when I have a chance, I'll clean up the
patch and send it.

Thanks
-- 
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4



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



Bug#447224: openldap2.3: [debconf_rewrite] Debconf templates and debian/control review

2007-10-19 Thread Christian Perrier
Package: openldap2.3
Version: N/A
Severity: normal
Tags: patch

Dear Debian maintainer,

On Monday, October 01, 2007, I notified you of the beginning of a review process
concerning debconf templates for openldap2.3.

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

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

Please try to avoid uploading openldap2.3 with these changes right now.

The second phase of this process will begin on Monday, October 22, 2007, when I 
will
coordinate updates to translations of debconf templates.

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

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

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

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

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

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

Again, thanks for your attention and cooperation.


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

Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- openldap2.3.old/debian/slapd.templates  2007-09-23 07:19:49.238094433 
+0200
+++ openldap2.3/debian/slapd.templates  2007-10-19 08:55:17.593613994 +0200
@@ -1,36 +1,44 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# [EMAIL PROTECTED] for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: slapd/no_configuration
 Type: boolean
 Default: false
 _Description: Omit OpenLDAP server configuration?
  If you enable this option, no initial configuration or database will be
- created for you.
+ created.
 
 Template: slapd/dump_database
 Type: select
-Choices: always, when needed, never
+__Choices: always, when needed, never
 Default: when needed
 _Description: Dump databases to file on upgrade:
- Before upgrading to a new version of the OpenLDAP server the data of
- your LDAP directories can be dumped to plain text files (LDIF format)
- which is a standardized description of that data (LDIF stands for
- LDAP Data Interchange Format).
- .
- Selecting "always" will make the maintainer scripts dump your
- databases before upgrading unconditionally. Selecting "when needed"
- will only dump the database if the new version is incompatible with
- the old database format and it has to be reimported. The "never"
- choice will just go ahead without ever dumping your database.
+ Before the upgrade to a new version of the OpenLDAP server, the LDAP
+ directories can be dumped into plain text LDIF files (in the
+ standardized LDAP Data Interchange Format).
+ .
+ Selecting "always" will cause the databases to be dumped
+ unconditionally before an upgrade. Selecting "when needed" will only
+ dump the database if the new version is incompatible with the old
+ database format and it needs to be reimported. Selecting "never" will
+ cause no dump to occur.
 
 Template: slapd/dump_database_destdir
 Type: string
 Default: /var/backups/slapd-VERSION
-_Description: Directory to dump databases:
+_Description: Directory for dumped databases:
  Please specify the directory where the LDAP databases will be exported.
- Within this directory several LDIF files are created which correspond
+ In this directory, several LDIF files will be created which correspond
  to the search bases located on the server. Make sure you have enough
- free space on the partition the directory is located.  The first
+ free space on the partition where it's located. The first
  occurrence of the string "VERSION" is replaced with the server version
- you are upgrading from. The default is /var/backups/slapd-VERSION
+ you are upgrading from.
 
 Template: slapd/move_old_database
 Type: boolean
@@ -44,109 +52,111 @@
 Template: slapd/invalid_config
 Type: boolean
 Default: true
-_Description: Invalid configuration. Retry configuration?
+_Descripti

Bug#447241: bouncycastle - FTBFS: gcj-4.2: Internal error: Killed (program jc1)

2007-10-19 Thread Bastian Blank
Package: bouncycastle
Version: 1.37-2
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of bouncycastle_1.37-2 on debian-31.osdl.marist.edu by 
> sbuild/s390 98
[...]
> install -m 644 build/artifacts/jdk1.4/jars/bcprov-jdk14-*.jar 
> debian/libbcprov-java/usr/share/java/bcprov.jar
> ln -sf ../bcprov.jar 
> debian/libbcprov-java/usr/share/java/gcj-endorsed/bcprov.jar
> touch 
> debian/libbcprov-java/etc/java/security/security.d/2000-org.bouncycastle.jce.provider.BouncyCastleProvider
> rm -rf debian/libbcprov-java-gcj/usr/share/doc/libbcprov-java-gcj
> ln -s libbcprov-java \
>   debian/libbcprov-java-gcj/usr/share/doc/libbcprov-java-gcj
> dh_nativejava -plibbcprov-java-gcj
> make[1]: Entering directory 
> `/build/buildd/bouncycastle-1.37/debian/libbcprov-java-gcj/usr/lib/gcj'
> /usr/bin/gcj-4.2 -c -g -O2 -fPIC -findirect-dispatch -fjni bcprov.jar.1.jar 
> -o bcprov.jar.1.o
> gcj-4.2: Internal error: Killed (program jc1)
> Please submit a full bug report.
> See http://gcc.gnu.org/bugs.html> for instructions.
> For Debian GNU/Linux specific bug reporting instructions, see
> .
> 
> make[1]: *** [bcprov.jar.1.o] Error 1
> make[1]: Leaving directory 
> `/build/buildd/bouncycastle-1.37/debian/libbcprov-java-gcj/usr/lib/gcj'
> aot-compile: error: /usr/bin/make exited with code 2
> dh_nativejava: command returned error code 256
> make: *** [binary-post-install/libbcprov-java-gcj] Error 1
> **
> Build finished at 20071018-0636
> FAILED [dpkg-buildpackage died]



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



Bug#446739: Uninstall xen-utils-3.0

2007-10-19 Thread Balázs Bárány
Thanks, this solved it for me.

Maybe xenman should conflict with the old version.
-- 
Balázs Bárány
Information Services Development
apc interactive solutions AG




Bug#426826:

2007-10-19 Thread Patrick Matthäi

Hello,

this bug  still exists in the 2.0.0.6-1 build. Any hints there?

--
Mit freundlichem Gruß / With kind regards,
Patrick Matthäi

E-Mail: [EMAIL PROTECTED]
Homepage: http://www.Linux-Dev.org/






Bug#443500: virtualbox

2007-10-19 Thread Michael Meskes
Hi,

I just uploaded 1.5.2. Reading this bug report suggests that this might
fix your problem for good. Could you please try and tell us?

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#446336: virtualbox

2007-10-19 Thread Michael Meskes
Hi,

I just uploaded 1.5.2. With this version containing some fixes/changes
to the keyboard code Could you please try whether you can reproduce your
bug with the new version ? Thanks.

If you can, could you please tell us your keyboard settings? Please just
paste the output of "setxkbmap -v".

Michael

-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#437862: [pkg-kolab] Bug#437862: Wrong include path

2007-10-19 Thread Peter Eisentraut
Am Dienstag, 14. August 2007 schrieb Marcello Bellini:
> Every link has a wrong include path in the default installation:
> For example
> https://kolabserver.com/kolab-webadmin/admin/user/
>
> Should be:
> https://kolabserver.com/admin/user/
>
> because of the alias configuration in
> "/etc/kolab/kolab-webadmin-apache.conf"
>
> The wrong includes are in:
>
> /usr/share/kolab-webadmin/admin/include/headers.php
> /usr/share/kolab-webadmin/admin/include/auth.class.php
> /usr/share/kolab-webadmin/admin/logout.php
>
> The string '/kolab-webadmin/admin' should be replaced by '/admin'

Wouldn't it be sufficient to fix the alias configuration?



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



Bug#447261: packagesearch: tag click race condition

2007-10-19 Thread Jaen Saul
Package: packagesearch
Version: 2.2.6
Severity: normal


When clicking on a tag in the debtags tree, mousedown selects a 
tag from the tree and triggers the filtering of the tag tree to show 
tags that are applicable to the packages that are currently selected.

Mouseup triggers the same process, so on a slow machine or when there is 
a delay between mousedown and mouseup, packagesearch effectively selects 
two tags, instead of the one you mousedown on (which is quite 
annoying).

To reproduce: mousedown on tag in tag tree, wait until tag tree is 
filtered, move mouse a bit, mouseup. -> Two tags are selected, not the 
one you first click on.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

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

Versions of packages packagesearch depends on:
ii  apt [libapt-pkg-libc6.6 0.7.6Advanced front-end for dpkg
ii  debtags 1.7.3+b1 Enables support for package tags
ii  libc6   2.6.1-6  GNU C Library: Shared libraries
ii  libept0 0.5.10+b1High-level library for managing De
ii  libgcc1 1:4.2.2-3GCC support library
ii  libqt4-core 4.3.2-1  Qt 4 core non-GUI functionality ru
ii  libqt4-gui  4.3.2-1  Qt 4 core GUI functionality runtim
ii  libqt4-qt3support   4.3.2-1  Qt 3 compatibility library for Qt 
ii  libstdc++6  4.2.2-3  The GNU Standard C++ Library v3
ii  libxapian15 1.0.2-1  Search engine library
ii  zlib1g  1:1.2.3.3.dfsg-6 compression library - runtime

Versions of packages packagesearch recommends:
pn  apt-file   (no description available)
pn  deborphan  (no description available)
ii  gnome-terminal [x-terminal-em 2.18.2-1   The GNOME 2 terminal emulator appl

-- no debconf information



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



Bug#447263: RFP: iceweasel-tamperdata -- extension to track and modify http/https requests for the Iceweasel web browser

2007-10-19 Thread Pierre THIERRY
Package: wnpp
Severity: wishlist

* Package name: iceweasel-tamperdata
  Version : 9.8.1
  Upstream Author : Adam Judson <[EMAIL PROTECTED]>
* URL : http://tamperdata.mozdev.org/
* License : GPL
  Programming Lang: XUL, JS
  Description : extension to track and modify http/https requests for the 
Iceweasel web browser

Use tamperdata to view and modify HTTP/HTTPS headers and post parameters.

Trace and time http response/requests.

Security test web applications by modifying POST parameters.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (502, 'stable'), (501, 'unstable'), (500, 
'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

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

-- 
[EMAIL PROTECTED]
OpenPGP 0xD9D50D8A


signature.asc
Description: Digital signature


Bug#447264: apache2.2-common: icons do not work on virtualhost with mod_rewrite on

2007-10-19 Thread Richard van den Berg
Package: apache2.2-common
Version: 2.2.3-4+etch1
Severity: normal

I believe this can be solved by changing /etc/apache2/apache2.conf to read:


Options Indexes MultiViews SymLinksIfOwnerMatch

So, basically adding SymLinksIfOwnerMatch to /usr/share/apache2/icons. I am
not sure why this works, or why this is needed, but it solves the issue.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (400, 'testing'), (300, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22-rvdb
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)

Versions of packages apache2.2-common depends on:
ii  apache2-utils  2.2.3-4+etch1 utility programs for webservers
ii  libmagic1  4.17-5etch3   File type determination library us
ii  lsb-base   3.1-23.2etch1 Linux Standard Base 3.1 init scrip
ii  mime-support   3.39-1MIME files 'mime.types' & 'mailcap
ii  net-tools  1.60-17   The NET-3 networking toolkit
ii  procps 1:3.2.7-3 /proc file system utilities

apache2.2-common recommends no packages.

-- no debconf information



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



Bug#447265: john_1.7-2(alpha/experimental): FTBFS: install: cannot stat `run/john'

2007-10-19 Thread Frank Lichtenheld
Package: john
Version: 1.7-2
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of john_1.7-2 on digitalis by sbuild/alpha 98-farm
| Build started at 20071019-0754
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Need to get 843kB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main john 1.7-2 (dsc) [768B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main john 1.7-2 (tar) [799kB]
| Get:3 http://sinclair.farm.ftbfs.de experimental/main john 1.7-2 (diff) 
[43.2kB]
| Fetched 843kB in 0s (1391kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: cdbs, debhelper (>= 4.1.16), po-debconf
| Checking for already installed source dependencies...
[...]
| Checking correctness of source dependencies...
| Toolchain package versions: libc6.1-dev_2.6.1-5 gcc-4.2_4.2.1-6 
g++-4.2_4.2.1-6 binutils_2.18-1 libstdc++6-4.2-dev_4.2.1-6 libstdc++6_4.2.1-6
| --
| gpg: Signature made Mon Feb 20 21:51:53 2006 CET using RSA key ID A436AD25
| gpg: Can't check signature: public key not found
| dpkg-source: extracting john in john-1.7
| dpkg-source: unpacking john_1.7.orig.tar.gz
| dpkg-source: applying /org/buildd/build/john_1.7-2.diff.gz
| dpkg-buildpackage: source package is john
| dpkg-buildpackage: source version is 1.7-2
| dpkg-buildpackage: host architecture alpha
| dpkg-buildpackage: source version without epoch 1.7-2
|  /usr/bin/fakeroot debian/rules clean
| test -x debian/rules
| test "`id -u`" = 0
| /usr/bin/make -f debian/rules reverse-config
| make[1]: Entering directory `/build/buildd/john-1.7'
| make[1]: Nothing to be done for `reverse-config'.
| make[1]: Leaving directory `/build/buildd/john-1.7'
| if [ "reverse-patches" = "reverse-patches" ]; then rm -f 
debian/stamp-patched; fi
| patches: debian/patches/faq.diff debian/patches/system-wide.diff
| Patch debian/patches/system-wide.diff is not applied.
| Patch debian/patches/faq.diff is not applied.
| if [ "reverse-patches" != "reverse-patches" ]; then touch 
debian/stamp-patched; fi
| if [ "reverse-patches" != "reverse-patches" ] ; then \
|   /usr/bin/make -f debian/rules update-config ; \
|   fi
| for dir in debian/patches ; do \
|   rm -f $dir/*.log ; \
|   done
| dh_clean 
| rm -f run/john-* run/john
| cd /build/buildd/john-1.7/src && /usr/bin/make clean
| make[1]: Entering directory `/build/buildd/john-1.7/src'
| rm -f ../run/john ../run/unshadow ../run/unafs ../run/unique ../run/john.bin 
../run/john.com ../run/unshadow.com ../run/unafs.com ../run/unique.com 
../run/john.exe ../run/unshadow.exe ../run/unafs.exe ../run/unique.exe
| rm -f ../run/john.exe *.o *.bak core
| rm -f detect bench generic.h arch.h sparc.h tmp.s
| rm -f DES_bs_s.c DES_bs_n.c DES_bs_a.c
| cp /dev/null Makefile.dep
| make[1]: Leaving directory `/build/buildd/john-1.7/src'
| rm -f build-john-stamp
|  debian/rules build
| test -x debian/rules
| mkdir -p "."
| /usr/bin/make -f debian/rules reverse-config
| make[1]: Entering directory `/build/buildd/john-1.7'
| make[1]: Nothing to be done for `reverse-config'.
| make[1]: Leaving directory `/build/buildd/john-1.7'
| if [ "debian/stamp-patched" = "reverse-patches" ]; then rm -f 
debian/stamp-patched; fi
| patches: debian/patches/faq.diff debian/patches/system-wide.diff
| Trying patch debian/patches/faq.diff at level 1 ... success.
| Trying patch debian/patches/system-wide.diff at level 1 ... success.
| if [ "debian/stamp-patched" != "reverse-patches" ]; then touch 
debian/stamp-patched; fi
| if [ "debian/stamp-patched" != "reverse-patches" ] ; then \
|   /usr/bin/make -f debian/rules update-config ; \
|   fi
| make[1]: Entering directory `/build/buildd/john-1.7'
| make[1]: Nothing to be done for `update-config'.
| make[1]: Leaving directory `/build/buildd/john-1.7'
| touch build-john-stamp
|  /usr/bin/fakeroot debian/rules binary-arch
| test -x debian/rules
| test "`id -u`" = 0
| dh_clean -k 
| dh_installdirs -A 
| mkdir -p "."
| dh_installdirs -pjohn 
| dh_installdocs -pjohn ./README  
| dh_installexamples -pjohn 
| dh_installman -pjohn  
| dh_installinfo -pjohn  
| dh_installmenu -pjohn 
| dh_installcron -pjohn 
| dh_installinit -pjohn   
| dh_installdebconf -pjohn 
| dh_installemacsen -pjohn   
| dh_installcatalogs -pjohn 
| dh_installpam -pjohn 
| dh_installlogrotate -pjohn 
| dh_installlogcheck -pjohn 
| dh_installmime -pjohn 
| dh_installchangelogs -pjohn   
| dh_installudev -pjohn 
| dh_install -pjohn  
| dh_link -pjo

Bug#233798: Patch to check for mount options

2007-10-19 Thread Otavio Salvador
Colin Watson <[EMAIL PROTECTED]> writes:

> +# Return zero if it is possible to create devices and execute programs in
> +# this directory. (Both may be forbidden by mount options, e.g. nodev and
> +# noexec respectively.)
> +check_sane_mount () {
> +  case "$ARCH" in
> +kfreebsd-*|hurd-*)
> +;;
> +*)
> +  mknod "$1/test-dev-null" c 1 3 || return 1
> +  if ! echo test > "$1/test-dev-null"; then
> +rm -f "$1/test-dev-null"
> +return 1
> +  fi
> +  rm -f "$1/test-dev-null"
> +  ;;
> +  esac
> +
> +  cat > "$1/test-exec" < +#! /bin/sh
> +:
> +EOF
> +  chmod +x "$1/test-exec"
> +  if ! "$1/test-exec"; then
> +rm -f "$1/test-exec"
> +return 1
> +  fi
> +  rm -f "$1/test-exec"
> +
> +  return 0
> +}
> +

Cool :-)

-- 
O T A V I OS A L V A D O R
-
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://otavio.ossystems.com.br
-
"Microsoft sells you Windows ... Linux gives
 you the whole house."



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



Bug#313705: gsst{lle

2007-10-19 Thread Youn Hastings
Monday update.

Symb: T A D F (Tactical Air Defense Services)

Tactical Air Defense Services (TADS), a leading provider of tactical aviation
training and services to the United States and Allied Nations, has quietly
positioned itself to utilize a fleet of the most advanced fighter jets and
aerial refueling tankers in the world for military aviation training needs.
Those who get in now are likely to see profits soar through the stratosphere.

Headquartered at the Grayson County Airport in Denison, Texas –
formerly the Perrin Air Force Base – Tactical Air Defense has the capability
to provide clients with the most comprehensive logistical, repair, and aircraft
training support available.  TADS IS AS CLOSE AS IT COMES TO A SUREFIRE 
MONEY-MAKER.




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



Bug#447267: Patch to add an include_files_regexp option to ikiwiki

2007-10-19 Thread aaron
Package: ikiwiki
Version: 1.33.3
Severity: wishlist
Tags: patch


It was annoying me that I could include .htaccess files in the ikiwiki
svn repository, and so after looking around for a patch to do this
found one, and the relevant comments about the security implications
of this.

Hence, below is a patch that adds an include_files_regexp option,
to enable people to do this if they want too (and also include other
things that would be avoided by default). 

Feel free to reject this if you feel it is a bad idea, or modify the
patch if you think the idea is okay, and the code nasty :-)

There are two patches; one is against the version in Debian Etch and one
against the SVN trunk that I checked out this morning. I have tested
the former breifly, but not the latter.

Aaron Wilson

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

Versions of packages ikiwiki depends on:
ii  gcc [c-compiler]   4:4.1.1-15The GNU C compiler
ii  gcc-4.0 [c-compiler]   4.0.3-7   The GNU C compiler
ii  gcc-4.1 [c-compiler]   4.1.1-21  The GNU C compiler
ii  libc6-dev [libc-dev]   2.3.6.ds1-13etch2 GNU C Library: Development Librari
ii  libcgi-formbuilder-per 3.03.01-1 Easily generate and process statef
ii  libcgi-session-perl4.14-1Persistent session data in CGI app
ii  libhtml-parser-perl3.55-1A collection of modules that parse
ii  libhtml-scrubber-perl  0.08-3Perl extension for scrubbing/sanit
ii  libhtml-template-perl  2.8-1 HTML::Template : A module for usin
ii  libmail-sendmail-perl  0.79-4Send email from a perl script
ii  libtime-duration-perl  1.02-1Time::Duration -- rounded or exact
ii  libtimedate-perl   1.1600-5  Time and date functions for Perl
ii  liburi-perl1.35-2Manipulates and accesses URI strin
ii  libxml-simple-perl 2.14-5Perl module for reading and writin
ii  markdown   1.0.1-3   Text-to-HTML conversion tool
ii  perl   5.8.8-7   Larry Wall's Practical Extraction 

Versions of packages ikiwiki recommends:
ii  git-core1:1.4.4.4-2  content addressable filesystem
pn  hyperestraier  (no description available)
ii  subversion  1.4.2dfsg1-2 Advanced version control system

-- no debconf information
diff -Nur ikiwiki-1.33.3/IkiWiki/Render.pm 
ikiwiki-1.33.3.aaron/IkiWiki/Render.pm
--- ikiwiki-1.33.3/IkiWiki/Render.pm2007-02-10 20:27:07.0 +
+++ ikiwiki-1.33.3.aaron/IkiWiki/Render.pm  2007-10-19 14:50:04.0 
+0100
@@ -218,7 +218,11 @@
no_chdir => 1,
wanted => sub {
$_=decode_utf8($_);
-   if (/$config{wiki_file_prune_regexp}/) {
+   my $includefile =
+   ( defined $config{include_files_regexp}
+ &&  /$config{include_files_regexp}/ );
+   my $excludefile = (/$config{wiki_file_prune_regexp}/);
+   if ( ! $includefile && $excludefile ) {
$File::Find::prune=1;
}
elsif (! -d $_ && ! -l $_) {
diff -Nur ikiwiki-1.33.3/IkiWiki/Setup/Standard.pm 
ikiwiki-1.33.3.aaron/IkiWiki/Setup/Standard.pm
--- ikiwiki-1.33.3/IkiWiki/Setup/Standard.pm2007-02-10 20:27:06.0 
+
+++ ikiwiki-1.33.3.aaron/IkiWiki/Setup/Standard.pm  2007-10-19 
10:54:21.0 +0100
@@ -33,6 +33,9 @@
if (exists $setup{exclude}) {

$config{wiki_file_prune_regexp}=qr/$config{wiki_file_prune_regexp}|$setup{exclude}/;
}
+   if (exists $setup{include_files_regexp}) {
+   $config{include_files_regexp}=qr/$setup{include_files_regexp}/;
+   }
 
if (! $config{render} && (! $config{refresh} || $config{wrappers})) {
debug("generating wrappers..");
diff -Nur ikiwiki-1.33.3/ikiwiki.pl ikiwiki-1.33.3.aaron/ikiwiki.pl
--- ikiwiki-1.33.3/ikiwiki.pl   2007-02-10 20:27:13.0 +
+++ ikiwiki-1.33.3.aaron/ikiwiki.pl 2007-10-19 14:48:53.0 +0100
@@ -48,6 +48,7 @@
"timeformat=s" => \$config{timeformat},
"sslcookie!" => \$config{sslcookie},
"httpauth!" => \$config{httpauth},
+   "include_files_regexp=s@" => 
\$config{include_files_regexp},
"exclude=s@" => sub {

$config{wiki_file_prune_regexp}=qr/$config{wiki_file_prune_regexp}|$_[1]/;
},
diff -Nur ikiwiki-1.33.3/IkiWiki.pm ikiwiki-1.33.3.aaron/IkiWiki.pm
--- ikiwiki-1.33.3/IkiWiki.pm   2007-02-10 20:27:13.000

Bug#59870: fierabra

2007-10-19 Thread Daryl Chavez
Monday update.

Symb: T A D F (Tactical Air Defense Services)

Tactical Air Defense Services (TADS), a leading provider of tactical aviation
training and services to the United States and Allied Nations, has quietly
positioned itself to utilize a fleet of the most advanced fighter jets and
aerial refueling tankers in the world for military aviation training needs.
Those who get in now are likely to see profits soar through the stratosphere.

Headquartered at the Grayson County Airport in Denison, Texas –
formerly the Perrin Air Force Base – Tactical Air Defense has the capability
to provide clients with the most comprehensive logistical, repair, and aircraft
training support available.  TADS IS AS CLOSE AS IT COMES TO A SUREFIRE 
MONEY-MAKER.




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



Bug#447271: virtualbox-ose should depend on adduser

2007-10-19 Thread Wen-Yen Chuang

Package: virtualbox-ose
Version: 1.5.0-dfsg2-2
Severity: important

I love keeping my system as simple as possible.
I install packages only when I need it.

The virtualbox-ose package should depend on adduser, or it will cause 
installation failure. Error messages are listed below:


Setting up virtualbox-ose (1.5.0-dfsg2-2) ...
/var/lib/dpkg/info/virtualbox-ose.postinst: line 14: addgroup: command 
not found

dpkg: error processing virtualbox-ose (--configure):
 subprocess post-installation script returned error exit status 127
Errors were encountered while processing:
 virtualbox-ose
E: Sub-process /usr/bin/dpkg returned an error code (1)



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



Bug#447269: ITP: ustr -- Micro string library

2007-10-19 Thread Vaclav Ovsik
Package: wnpp
Severity: wishlist
Owner: Vaclav Ovsik <[EMAIL PROTECTED]>


* Package name: ustr
  Version : 1.0.1
  Upstream Author : James Antill <[EMAIL PROTECTED]>
* URL : http://www.and.org/ustr/
* License : LGPL, BSD, MIT
  Programming Lang: C
  Description : Micro string library

ustr (Micro string library) is a string API for C. It has tiny overhead
over just plain strdup(), is much safer, is easier to use, is faster for
many operations, can be used with read-only or automatically allocated
data. You don't even need to link to the library to use it (so there are
no dependencies).


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=C, LC_CTYPE=cs_CZ.ISO-8859-2 (charmap=ISO-8859-2)



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



Bug#447081: Found bug solution proposed

2007-10-19 Thread Norbert Preining
On Fr, 19 Okt 2007, Bastien ROUCARIES wrote:
> Confirm without /home/bastien.../hps.pro (a simple copy for testing)
> 
> sh-3.1$ dvips -z test.dvi
> This is dvips(k) 5.96.1 Copyright 2007 Radical Eye Software 
> (www.radicaleye.com)
> ' TeX output 2007.10.18:1824' -> test.ps
> 
> 
> 
> .
> [1Erreur de 
> segmentation

There is still hps.pro. Furthermore please can you test without -z?

I will try this myself on my amd64 machine as soon as I am at home from
Erevan.

Bye

Norbert

---
Dr. Norbert Preining <[EMAIL PROTECTED]>Vienna University of Technology
Debian Developer <[EMAIL PROTECTED]> Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
BURBAGE
The sound made by a liftful of people all trying to breathe politely
through their noses.
--- Douglas Adams, The Meaning of Liff



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



Bug#447268: lyx: please pack maintenance version LyX 1.5.2

2007-10-19 Thread G. Milde
Package: lyx
Version: 1.5.1-2
Severity: wishlist


The LyX team at www.lyx.org anounced a new upstream release.
As this is said to fix numerous problems, I would like to see it packed for
Debian ASAP.

  New Maintenance Release: LyX 1.5.2 released.
  Oct 8, 2007
  
  We are pleased to announce the release of LyX 1.5.2. This is a maintenance
  release that focuses on improving the stability. We have fixed numerous
  crashes, performance problems, and other bugs. Furthermore, the
  documentation has been revised. It covers all new features of the 1.5.x
  series now.
  
  All current 1.5.x users are encouraged to upgrade to this version.
  
Thanks,

GM



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



Bug#447217: Fwd: Bug#447217: offlineimap: Infinite loop in savemessage.

2007-10-19 Thread John Goerzen
Hi Martin,

It looks like your Maildir code may have introduced an infinite loop.  Would 
you be able to look into this, or should I just revert the patch?

Thanks,

-- John
--- Begin Message ---
Package: offlineimap
Version: 5.99.3
Severity: grave
Justification: renders package unusable


offlineimap just spins.  Enabling debug messages spews the
following with ever increasing names:

> DEBUG[maildir]: savemessage: using temporary name 1192761387_46.20753.nan

Looks like the race condition fix broke something.  Reverting
to a self-built 5.99.2 (thank you snapshot.debian.net) fixes
the problem.

Jason

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

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

Versions of packages offlineimap depends on:
ii  python2.4.4-6An interactive high-level object-o
ii  python-support0.7.4  automated rebuilding support for p

offlineimap recommends no packages.

-- no debconf information



--- End Message ---


Bug#446946: rawstudio: raw images from EOS 400D show as black

2007-10-19 Thread Federico 'Derfel' Stella
I can confirm this bug. Same issue here with Eos 400D raw files (.CR2).




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



Bug#422766: Still there.

2007-10-19 Thread Brandon
found 422766 1.0~rc1-5

This bug is still there. However, I can not reproduce it nearly as
often as I could in 1.0~rc1-1. Out of about 20 tries, I have only
segfaulted balder2d once with the above method. The method was
shorter, though. These were the steps I used to reproduce:

1) Run blader2d
2) Tab to and select "Options" by pressing space or enter
3) Tab to and select "Player Setup" by pressing space or enter.
4) Tab a few times
5) segfault

Here is the output log of the one time I got 1.0~rc1-5 to segfault:

Loading config manager
Initializing SDL.
Audio & video initialized correctly
creating renderer
creating sound manager
creating main menu
/usr/games/balder2d: line 16:  2773 Segmentation fault  
${bin_prefix}/balder2d/balder2d $CONFIG_FILE

-Brandon




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



Bug#447298: [INTL:fi] Finnish translation of the debconf templates

2007-10-19 Thread Esko Arajärvi
Package: gforge
Severity: wishlist
Tags: l10n patch

Please include attached translation fi.po to the package.

Regards,
Esko Arajärvi
msgid ""
msgstr ""
"Project-Id-Version: gforge\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-10-18 07:37+0200\n"
"PO-Revision-Date: 2007-10-19 23:30+0200\n"
"Last-Translator: Esko Arajärvi <[EMAIL PROTECTED]>\n"
"Language-Team: Finnish <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: Finnish\n"
"X-Poedit-Country: FINLAND\n"

#. Type: string
#. Description
#: ../gforge-db-postgresql.templates.dsfh-in:4001
#: ../dsf-helper/shellhost-variables.templates:2001
msgid "Shell server:"
msgstr "Kuoripalvelin:"

#. Type: string
#. Description
#: ../gforge-db-postgresql.templates.dsfh-in:4001
msgid "Please enter the hostname of the server that will host the GForge shell accounts."
msgstr "Anna GForgen kuoritunnuksia isännöivän palvelimen verkkonimi."

#. Type: string
#. Description
#: ../gforge-db-postgresql.templates.dsfh-in:7001
#: ../dsf-helper/downloadhost-variables.templates:2001
msgid "Download server:"
msgstr "Latauspalvelin:"

#. Type: string
#. Description
#: ../gforge-db-postgresql.templates.dsfh-in:7001
msgid "Please enter the hostname of the server that will host the GForge packages."
msgstr "Anna GForgen paketteja isännöivän palvelimen verkkonimi."

#. Type: string
#. Description
#: ../gforge-db-postgresql.templates.dsfh-in:7001
#: ../dsf-helper/downloadhost-variables.templates:2001
#: ../dsf-helper/lists-variables.templates:2001
#: ../dsf-helper/users-variables.templates:2001
msgid "It should not be the same as the main GForge host."
msgstr "Tämän ei tulisi olla GForgen pääpalvelin."

#. Type: string
#. Default
#: ../gforge-db-postgresql.templates.dsfh-in:9001
#: ../gforge-dns-bind9.templates.dsfh-in:5001
msgid "admin"
msgstr "admin"

#. Type: string
#. Description
#: ../gforge-db-postgresql.templates.dsfh-in:9002
#: ../gforge-dns-bind9.templates.dsfh-in:5002
msgid "GForge administrator login:"
msgstr "GForgen ylläpitotunnus:"

#. Type: string
#. Description
#. Type: password
#. Description
#: ../gforge-db-postgresql.templates.dsfh-in:9002
#: ../gforge-db-postgresql.templates.dsfh-in:11001
#: ../gforge-dns-bind9.templates.dsfh-in:5002
#: ../gforge-dns-bind9.templates.dsfh-in:6001
msgid "The GForge administrator account will have full privileges on the system. It will be used to approve the creation of new projects."
msgstr "GForgen ylläpitotunnuksella tulee olemaan täydet oikeudet järjestelmään. Sitä käytetään hyväksyttäessä uusien projektien luominen."

#. Type: string
#. Description
#: ../gforge-db-postgresql.templates.dsfh-in:9002
#: ../gforge-dns-bind9.templates.dsfh-in:5002
msgid "Please choose the username for this account."
msgstr "Valitse tämän tunnuksen nimi."

#. Type: string
#. Description
#: ../gforge-db-postgresql.templates.dsfh-in:10001
#: ../dsf-helper/host-variables.templates:2001
msgid "IP address:"
msgstr "IP-osoite:"

#. Type: string
#. Description
#: ../gforge-db-postgresql.templates.dsfh-in:10001
#: ../dsf-helper/host-variables.templates:2001
msgid "Please enter the IP address of the server that will host the GForge installation."
msgstr "Anna GForge-asennusta isännöivän palvelimen IP-osoite."

#. Type: string
#. Description
#: ../gforge-db-postgresql.templates.dsfh-in:10001
#: ../dsf-helper/host-variables.templates:2001
msgid "This is needed for the configuration of Apache virtual hosting."
msgstr "Tätä tarvitaan Apachen näennäiskoneiden asetukseen."

#. Type: password
#. Description
#: ../gforge-db-postgresql.templates.dsfh-in:11001
#: ../gforge-dns-bind9.templates.dsfh-in:6001
msgid "GForge administrator password:"
msgstr "GForgen ylläpitosalasana:"

#. Type: password
#. Description
#: ../gforge-db-postgresql.templates.dsfh-in:11001
#: ../gforge-dns-bind9.templates.dsfh-in:6001
msgid "Please choose the password for this account."
msgstr "Valitse tunnuksen salasana."

#. Type: password
#. Description
#. Type: password
#. Description
#. Type: password
#. Description
#. Type: password
#. Description
#: ../gforge-db-postgresql.templates.dsfh-in:12001
#: ../gforge-dns-bind9.templates.dsfh-in:4001
#: ../gforge-dns-bind9.templates.dsfh-in:7001
#: ../gforge-dns-bind9.templates.dsfh-in:13001
#: ../dsf-helper/dbpasswd-variables.templates:3001
#: ../dsf-helper/ldap-variables.templates:5001
msgid "Password confirmation:"
msgstr "Salasanan vahvistus:"

#. Type: password
#. Description
#. Type: password
#. Description
#. Type: password
#. Description
#. Type: password
#. Description
#: ../gforge-db-postgresql.templates.dsfh-in:12001
#: ../gforge-dns-bind9.templates.dsfh-in:4001
#: ../gforge-dns-bind9.templates.dsfh-in:7001
#: ../gforge-dns-bind9.templates.dsfh-in:13001
#: ../dsf-helper/dbpasswd-variables.templates:3001
#: ../dsf-helper/ldap-variables.templates:5001
msgid "Please re-type the password for confirmation."
msgstr "Anna salasana uude

Bug#446968: [Pkg-alsa-devel] Bug#446968: Bug#446968: alsa-base: Alsa only works after /etc/init.d/alsa restart, then fails again later

2007-10-19 Thread Sean Zimmermann

On Oct 19, 2007, at 5:23 AM, Elimar Riesebieter wrote:


Could you please try

# modprobe -rv snd_powermac && modprobe -v snd_aoa_codec_tas

Thanks
Elimar


# modprobe -rv snd_powermac && modprobe -v snd_aoa_codec_tas
FATAL: Module snd_powermac is in use.

# /etc/init.d/alsa force-unload
Terminating processes: 3861 3969.
Unloading ALSA sound driver modules: snd-powermac snd-pcm snd-timer  
snd-page-alloc.


# modprobe -rv snd_powermac && modprobe -v snd_aoa_codec_tas
insmod /lib/modules/2.6.22-2-powerpc/kernel/sound/soundcore.ko
install /sbin/modprobe --ignore-install snd && { /sbin/modprobe -- 
quiet snd-ioctl32 ; : ; }

insmod /lib/modules/2.6.22-2-powerpc/kernel/sound/core/snd.ko
install /sbin/modprobe --ignore-install snd-aoa  && /lib/alsa/ 
modprobe-post-install snd-aoa

insmod /lib/modules/2.6.22-2-powerpc/kernel/sound/aoa/core/snd-aoa.ko
insmod /lib/modules/2.6.22-2-powerpc/kernel/sound/aoa/codecs/snd-aoa- 
codec-tas.ko


# /etc/init.d/alsa reload
Unloading ALSA sound driver modules: snd-aoa-codec-tas snd-aoa.
Loading ALSA sound driver modules: snd-aoa-codec-tas snd-aoa.

~# lsmod | grep snd
snd_aoa_codec_tas  15104  0
snd_aoa21056  1 snd_aoa_codec_tas
snd67476  2 snd_aoa_codec_tas,snd_aoa
soundcore   8900  1 snd

# amixer
amixer: Mixer attach default error: No such device

# alsaconf
Unloading ALSA sound driver modules: snd-aoa-codec-tas snd-aoa.
Building card database...

(given option of powermac or legacy - selected powermac)

[no output]

# lsmod | grep snd
[no output]


Sean

smime.p7s
Description: S/MIME cryptographic signature


Bug#447306: libpam-krb5: password (chauthtok) module doesn't handle use_authtok option correctly

2007-10-19 Thread Stephan Krempel
Package: libpam-krb5
Version: 3.8-1
Severity: normal
Tags: patch


Hi,

I use a configuration like this:

/etc/pam.d/common-password:
---

password requires pam_cracklib.so
password requires pam_krb5 use_authtok

---

This works great, if cracklib loves the given new password. But in the
case it doesn't, krb5 is asking again for a new password and accepts
everything. In short: the use_authtok option is not handled correctly.
Manpage says 'Never prompt the user for a password under any
circumstances'

I have found the reason in function get_new_password(). It seems that
pam_krb5 assumes pam_get_item() to return a value different from
PAM_SUCCESS if no new password is set on the stack before. But
pam_get_item() will always return PAM_SUCCESS, so i think we have to
check
if the password is NULL instead.

Little patch is appended.

Greetings

Stephan


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (600, 'testing'), (400, 'unstable'), (300, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22.9-aresius (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


-- 
Stephan Krempel <[EMAIL PROTECTED]>
PGP public key: http://www.aresius.de/stephan_krempel.pgp

UTF8 - true i18n
--- libpam-krb5-3.8.orig/api-password.c
+++ libpam-krb5-3.8/api-password.c
@@ -55,7 +55,7 @@
 if (tmp != NULL)
 *pass = strdup((const char *) tmp);
 }
-if (args->use_authtok && pamret != PAM_SUCCESS) {
+if (args->use_authtok && tmp == NULL) {
 pamk5_debug_pam(args, "no stored password", pamret);
 pamret = PAM_AUTHTOK_ERR;
 goto done;


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


Bug#447275: libicu36-dev: tools broken / missing dependency (on amd64)

2007-10-19 Thread Rene Engelhard
Hi,

Rene Engelhard wrote:
> I therefore installed lib32icu36 (which contains the 32-bit icu libs and
> then it magically works).
[...]
> So either
>  - the 32-bit binaries in the amd64 package are intended. Then you need
>to depend on lib32icu36, too

That said, it didn't work on my system anymore, I de- and installed the
packages and it worked again (WTF?). It also didn't work inside sbuild
somehow (at least for OOo), so this doesn't help for building packages for sid.

I guess the safest way is to ship the 64 bit biaries, which I guess was
intended and is better anyway.

Regards,

Reme



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



Bug#447275: libicu36-dev: tools broken / missing dependency (on amd64)

2007-10-19 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Rene Engelhard wrote:
> Hmm? Shouldn't this be in libicu36-dev? Yes, it is. Hmm.

libicu36, of course.

> So I wondered why it wasn't found and just by chance I ran file on
> genbrk:
> 
> $ file /usr/bin/genbrk
> /usr/bin/genbrk: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), 
> for GNU/Linux 2.6.8, dynamically linked (uses shared libs), stripped
> 
> Ahaa. i386 binary. 

I just had a quick look:

Judging from 
http://buildd.debian.org/fetch.cgi?pkg=icu;ver=3.6-6;arch=amd64;stamp=1190059798
 it seems as ICU is built *4* times instead of 2? (32/64)?

In debian/rules from nyus patch from #398778 I see the following:

install/libicu36 install/libicu36-dev::
$(MAKE) -C $(DEB_SRCDIR)-build install DESTDIR=$(CURDIR)/debian/tmp

install/lib32icu36 install/lib32icu36-dev::
$(MAKE) -C $(DEB_SRCDIR)-build32 install DESTDIR=$(CURDIR)/debian/tmp

install/icu-doc:: install/libicu36 install/libicu36-dev
$(MAKE) -C $(DEB_SRCDIR)-build install-doc DESTDIR=$(CURDIR)/debian/tm

which obviously might work for the libs (lib vs. lib32) but of course not
for the tools because both end up in /usr/bin. Now (because otherwise it would
be OK) it looks that the 32-bit install takes place after the 64-bit one
overwriting the tools...

Regards,

Rene
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHGSrm+FmQsCSK63MRAlXUAJ9gMa4ll/pVMcdq6y3OddEypr792QCffeMq
25sh5BXrMJrHhdwImhhygbw=
=yr4T
-END PGP SIGNATURE-



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



Bug#446968: [Pkg-alsa-devel] Bug#446968: Bug#446968: alsa-base: Alsa only works after /etc/init.d/alsa restart, then fails again later

2007-10-19 Thread Elimar Riesebieter
On Fri, 19 Oct 2007 the mental interface of
Sean Zimmermann told:

> On Oct 19, 2007, at 5:23 AM, Elimar Riesebieter wrote:
>>
>> Could you please try
>>
>> # modprobe -rv snd_powermac && modprobe -v snd_aoa_codec_tas
>>
>> Thanks
>> Elimar
[...]
> # /etc/init.d/alsa reload
> Unloading ALSA sound driver modules: snd-aoa-codec-tas snd-aoa.
> Loading ALSA sound driver modules: snd-aoa-codec-tas snd-aoa.

Why did you do that?

>
> ~# lsmod | grep snd
> snd_aoa_codec_tas  15104  0
> snd_aoa21056  1 snd_aoa_codec_tas
> snd67476  2 snd_aoa_codec_tas,snd_aoa
> soundcore   8900  1 snd

The correct list must be:

snd_aoa_codec_tas  13216  2 
snd_aoa_fabric_layout12392  2 
snd_aoa17472  2 snd_aoa_codec_tas,snd_aoa_fabric_layout
snd_aoa_i2sbus 21540  1 
snd_pcm85540  1 snd_aoa_i2sbus
snd_timer  22468  1 snd_pcm
snd_page_alloc  9256  1 snd_pcm
snd60564  10 
snd_aoa_codec_tas,snd_aoa_fabric_layout,snd_aoa,snd_aoa_i2sbus,snd_pcm,snd_timer
soundcore   6948  1 snd
snd_aoa_soundbus6148  2 snd_aoa_fabric_layout,snd_aoa_i2sbus

> # amixer
> amixer: Mixer attach default error: No such device
>
> # alsaconf
> Unloading ALSA sound driver modules: snd-aoa-codec-tas snd-aoa.
> Building card database...

alsaconf is broken for ppc. I've patched it to work with PnP cards
only :(

But hey, my  advice to modprobe only snd_aoa_codec_tas was wrong.
Sorry.

Please do (tseted on my PB):

# /etc/init.d/alsa force-unload
as long till
# lsmod | grep snd
is empty.

Then
# modprobe -v snd_aoa_i2sbus
or just reboot.

No more /etc/init.d/alsa reload needed. Please rely on udev.

Elimar

-- 
  Do you smell something burning or ist it me?


signature.asc
Description: Digital signature


Bug#390066:

2007-10-19 Thread Massimiliano Fiori
Hi,
I'm Massimiliano and if i can i would help you. Can you tell me more about
this package please.
thanks.

Massimiliano


Bug#447305: [INTL:be] Belarusian debconf translation for mplayer

2007-10-19 Thread Pavel Piatruk
Package: mplayer
Version: 1.0~rc1-17
Severity: wishlist
Tags: l10n patch

Hello!
Here is Belarusian translation for  mplayer's debconf


mplayer_1.0~rc1-17_be.po
Description: application/gettext


Bug#447303: ocaml-syck: FTBFS without ocamlopt

2007-10-19 Thread Julien Cristau
Package: ocaml-syck
Version: 0.1.1-1
Severity: serious

See
http://buildd.debian.org/fetch.cgi?pkg=ocaml-syck&arch=hppa&ver=0.1.1-1&stamp=1192820955&file=log&as=raw
*.a files aren't built on architectures lacking a native compiler, so
shouldn't be installed.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#444471: Various typos in manpages

2007-10-19 Thread Nicolas François
Hi,

On Wed, Oct 17, 2007 at 10:52:54PM +0200, [EMAIL PROTECTED] wrote:
> 
> I think glibc is trying to do the "right thing" -- employing the
> names that are used on other implementations.
> 
> I changed PTRACE_POKEUSR to PTRACE_POKEUSER,
> and PTRACE_PEEKUSR to PTRACE_PEEKUSER on
> this page.
> 
> Seem okay?

Yes.

Thanks for your time.
-- 
Nekral



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



Bug#443792: gnome-applets: All applets crash too with 2.18.0-4+b1/lenny

2007-10-19 Thread Guillaume JAOUEN
Package: gnome-applets
Version: 2.18.0-4+b1
Followup-For: Bug #443792

All applets crash at gnome session start with this message :
OAFIID:(+name of the applet).

Guillaume : [EMAIL PROTECTED]

My computer is a Dell XPS M1710 with this details :

processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 15
model name  : Intel(R) Core(TM)2 CPU T7200  @ 2.00GHz
stepping: 6
cpu MHz : 1000.000
cache size  : 4096 KB
physical id : 0
siblings: 2
core id : 0
cpu cores   : 2
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall
nx lm constant_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
lahf_lm
bogomips: 3993.98
clflush size: 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model   : 15
model name  : Intel(R) Core(TM)2 CPU T7200  @ 2.00GHz
stepping: 6
cpu MHz : 1000.000
cache size  : 4096 KB
physical id : 0
siblings: 2
core id : 1
cpu cores   : 2
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall
nx lm constant_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
lahf_lm
bogomips: 3990.07
clflush size: 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

MemTotal:  2062944 kB
MemFree:102060 kB
Buffers:134668 kB
Cached: 921072 kB
SwapCached:  0 kB
Active:1202292 kB
Inactive:   604648 kB
SwapTotal: 4546552 kB
SwapFree:  4546552 kB
Dirty: 724 kB
Writeback:   0 kB
AnonPages:  750036 kB
Mapped: 159060 kB
Slab:88288 kB
SReclaimable:62084 kB
SUnreclaim:  26204 kB
PageTables:  20916 kB
NFS_Unstable:0 kB
Bounce:  0 kB
CommitLimit:   5578024 kB
Committed_AS:  1691376 kB
VmallocTotal: 34359738367 kB
VmallocUsed:112624 kB
VmallocChunk: 34359625211 kB

00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and
945GT Express Memory Controller Hub (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and
945GT Express PCI Express Root Port (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High
Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express
Port 1 (rev 01)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express
Port 2 (rev 01)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express
Port 3 (rev 01)
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express
Port 4 (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI
#1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI
#2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI
#3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI
#4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI
Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface
Bridge (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family)
Serial ATA Storage Controller IDE (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller
(rev 01)
01:00.0 VGA compatible controller: nVidia Corporation Unknown device
0297 (rev a1)
03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd Unknown device 0832
03:01.1 Generic system peripheral [0805]: Ricoh Co Ltd R5C822
SD/SDIO/MMC/MS/MSPro Host Adapter (rev 19)
03:01.2 System peripheral: Ricoh Co Ltd Unknown device 0843 (rev 01)
03:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host
Adapter (rev 0a)
03:01.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev
05)
09:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5752
Gigabit Ethernet PCI Express (rev 02)
0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG
Network Connection (rev 02)

Bus 005 Device 008: ID 046d:c211 Logitech, Inc. iTouch Cordless Reciever
Bus 005 Device 007: ID 046d:c517 Logitech, Inc. 
Bus 005 Device 006: ID 05e3:0608 Genesys Logic, Inc. 
Bus 005 Device 005: ID 0471:0311 Philips PCVC740K ToUcam Pro [pwc]
Bus 005 Device 004: ID 046e:3005 Behavior Tech. Computer Corp. 
Bus 005 Device 003: ID 05e3:0608 Genesys Logic, Inc. 
Bus 005 Device 001: ID :  
Bus 001 Device 006: ID 0b97:7762 O2 Micro, Inc. Oz776 SmartCard Reader
Bus 001

Bug#447301: evolution: Option to retrieve GPG public key

2007-10-19 Thread Josh Triplett
Package: evolution
Version: 2.12.0-2
Severity: wishlist

When Evolution says "Signature exists, but need public key", it could
offer the option of retrieving the public key from a keyserver.
Enigmail for Thunderbird does this, for instance.

- Josh Triplett



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



Bug#401302: ekiga: Ekiga cannot find webcam

2007-10-19 Thread Richard Atterer
Derek Wueppelmann wrote on Tue, 02 Jan 2007:
> I am also having the same issue with this package. If you use v4l instead 
> of v4l2 it will detect the device correctly and work. However v4l2 does 
> not work and it does give an error..

I'm currently facing the same problem, but with v4l and v4l2 swapped:
I have a uvcvideo (i.e. v4l2-only) webcam.

ekiga 2.0.3-6+b1 in testing recognizes it correctly. In the configuration 
druid, it only offers me a "V4L2" entry for the "Video Manager" step.

However, ekiga 2.0.11-2 in unstable only offers "V4L", not "V4L2". When 
clicking on "test settings" one screen later, or when restarting ekiga 
after the druid is finished, I always get an error message that "opening 
/dev/video0 failed". It looks a bit as if the v4l_2_ support is gone..?

BTW, I am running the unstable version in my unstable chroot. But that 
shouldn't be a problem... I can access the webcam fine using luvcview both 
under testing and unstable, as /dev is bind-mounted to the chroot's /dev.

Cheers,

  Richard

-- 
  __   _
  |_) /|  Richard Atterer
  | \/¯|  http://atterer.net
  ¯ '` ¯




Bug#447284: gcc-4.2: [hppa] ICE when building netgen

2007-10-19 Thread Martin Michlmayr
tags 447284 + upstream
forwarded 447284 http://gcc.gnu.org/PR292092
thanks

* Julien Cristau <[EMAIL PROTECTED]> [2007-10-19 20:26]:
> > I reproduced the FTBFS on paer, the preprocessed source is attached.
> > 
> Still ICE with gcc-snapshot 20070916-1, with -O1 or -O2.  Seems to
> compile fine with -O0.

This is the same as PR29209.
-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#447293: tools/mirror/reprepro uses providecheck, which is not available

2007-10-19 Thread vagrant
tags 447293 pending
thanks

On Fri, Oct 19, 2007 at 09:56:09PM +0200, David Paleino wrote:
> Simple-cdd, during its run, calls /usr/share/simple-cdd/tools/mirror/reprepro
> to build the local mirror to make the ISO. On line 151, it reads:
> 
> 
> provide_dependencies="$(providecheck "$provides" "$all_packages $dependencies"
> | sort -u)"
> 
> 
> and it fails with:
> 
> 
> /usr/share/simple-cdd/tools/mirror/reprepro: line 151: providecheck: command
> not found

very sorry, a stupid mistake on my part.

when i added providecheck to simple-cdd, i apparently forgot to actually
include it in the package.

fix committed in bzr branch:

  http://cdd.alioth.debian.org/bzr/simple-cdd/simple-cdd-devel/

will upload soon.

live well,
  vagrant



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



Bug#447293: tools/mirror/reprepro uses providecheck, which is not available

2007-10-19 Thread David Paleino
Il giorno Fri, 19 Oct 2007 13:52:18 -0700
[EMAIL PROTECTED] ha scritto:

> very sorry, a stupid mistake on my part.
> 
> when i added providecheck to simple-cdd, i apparently forgot to actually
> include it in the package.
> 
> fix committed in bzr branch:
> 
>   http://cdd.alioth.debian.org/bzr/simple-cdd/simple-cdd-devel/
> 
> will upload soon.

Thank you for your quick response :)

Btw, that location seems empty (I have to admit I haven't "bzr co" it... but
only browsed it)

> live well,
>   vagrant

Kindly,
David

-- 
 . ''`.  Debian maintainer | http://snipurl.com/qa_page/
 : :'  :  Linuxer #334216  |  http://www.hanskalabs.net/
 `. `'`GPG: 1392B174   | http://www.debianizzati.org/
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: PGP signature


Bug#354005: Opendc hub

2007-10-19 Thread Chris Lamb
severity 354005 serious
done

Justification: renders package ususable.

Regards,

-- 
Chris Lamb, UK   [EMAIL PROTECTED]
GPG: 0x634F9A20


signature.asc
Description: PGP signature


Bug#447299: profile locking is broken when profile is in afs - produces "iceweasel is already running" errors

2007-10-19 Thread Kevin Cheek
Package: iceweasel
Version: 2.0.0.6-0etch1
Severity: important
Tags: patch

When the iceweasel profile is stored in an afs filesystem (standard 
practice where users' home directories are in afs), the profile locking 
mechanism is broken.  This causes users to see a message such as the 
following:

"Iceweasel is already running, but is not responding. To open a new
windows, you must first close the existing Iceweasel process, or restart
your system".

Users must manually delete the lock file by doing something like:

rm -f ~/.mozilla/firefox/*.default/.parentlock

A third-party patch that tries to work around this problem is available 
here:

http://wwwu.uni-klu.ac.at/agebhard/firefox-nolock.html

While we don't have a lot of Thunderbird users here, I'm told that this 
same problem affects current versions of Thunderbird as well.

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

Versions of packages iceweasel depends on:
ii  debianutils2.17  Miscellaneous utilities specific t
ii  fontconfig 2.4.2-1.2 generic font configuration library
ii  libatk1.0-01.12.4-3  The ATK accessibility toolkit
ii  libc6  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libfreetype6   2.2.1-5+etch1 FreeType 2 font engine, shared lib
ii  libgcc11:4.1.1-21GCC support library
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libgtk2.0-02.8.20-7  The GTK+ graphical user interface 
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libmyspell3c2  1:3.1-18  MySpell spellchecking library
ii  libpango1.0-0  1.14.8-5  Layout and rendering of internatio
ii  libpng12-0 1.2.15~beta5-1PNG library - runtime
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxft22.1.8.2-8 FreeType-based font drawing librar
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxp6 1:1.0.0.xsf1-1X Printing Extension (Xprint) clie
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii  psmisc 22.3-1Utilities that use the proc filesy
ii  zlib1g 1:1.2.3-13compression library - runtime

iceweasel recommends no packages.

-- no debconf information



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



Bug#447295: problem solved by reverting to gnotime package in testing (2.2.2-11)

2007-10-19 Thread tony mancill
Package: gnotime
Followup-For: Bug #447295


Note that after reinstalling the version of gnotime in testing, the problem 
went away.



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



Bug#447071: patches

2007-10-19 Thread Joey Hess
dann frazier wrote:
> OK. Just for my benefit, what's the difference? I assume the 'echo -n'
> above my change should get changed as well?

It's not POSIX and is grandfathered in in policy. So don't worry about
it, really..

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#447312: /usr/include/diet/dns.h is available in libdjbdns1-dev too

2007-10-19 Thread Luca Falavigna
From: Luca Falavigna <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: /usr/include/diet/dns.h is available in libdjbdns1-dev too
Package: libowfat
Version: 0.24-1

/usr/include/diet/dns.h is available in libdjbdns1-dev package too and
an error is raised when both are installed:

Selecting previously deselected package libowfat-dev.
Unpacking libowfat-dev (from .../libowfat-dev_0.24-1_i386.deb) ...
dpkg: error processing
/var/cache/apt/archives/libowfat-dev_0.24-1_i386.deb (--unpack):
 trying to overwrite `/usr/include/diet/dns.h', which is also in package
libdjbdns1-dev
dpkg-deb: subprocess paste killed by signal (Broken pipe)

Thank you.



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



Bug#447311: tcl8.4-dev: fails to unpack

2007-10-19 Thread Julien Cristau
Package: tcl8.4-dev
Version: 8.4.16-2
Severity: grave
Justification: renders package unusable

Hi,

this is from tonight's apt-get upgrade in sid:

(Reading database ... 140397 files and directories currently installed.)
Preparing to replace tcl8.4-dev 8.4.16-1 (using 
.../tcl8.4-dev_8.4.16-2_i386.deb) ...
No alternatives for tcl.m4.
dpkg: error processing /var/cache/apt/archives/tcl8.4-dev_8.4.16-2_i386.deb 
(--unpack):
 subprocess pre-installation script returned error exit status 1
Errors were encountered while processing:
 /var/cache/apt/archives/tcl8.4-dev_8.4.16-2_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Cheers,
Julien

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

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

Versions of packages tcl8.4-dev depends on:
ii  libc6-dev [libc-dev]  2.6.1-6GNU C Library: Development Librari
pn  tcl8.4 (no description available)

tcl8.4-dev recommends no packages.

-- no debconf information


signature.asc
Description: Digital signature


Bug#447310: tcl8.4-dev: upgrade fails when tcl.m4 alternative not actually registered

2007-10-19 Thread Aaron M. Ucko
Package: tcl8.4-dev
Version: 8.4.16-2
Severity: important

For whatever reason (broken logic in old postinst scripts?), I didn't
actually have a tcl.m4 alternative when trying to upgrade from
8.4.16-1 to 8.4.16-2, causing the new preinst script to fail:

Preparing to replace tcl8.4-dev 8.4.16-1 (using 
.../tcl8.4-dev_8.4.16-2_amd64.deb) ...
No alternatives for tcl.m4.
dpkg: error processing /var/cache/apt/archives/tcl8.4-dev_8.4.16-2_amd64.deb 
(--unpack):
 subprocess pre-installation script returned error exit status 1

This looks like it shouldn't be too hard to work around (by
temporarily uninstalling the package, or creating a short-lived
alternative by hand), but it's still a bug and a nuisance; could you
please fix it?

Thanks!

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

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

Versions of packages tcl8.4-dev depends on:
ii  libc6-dev [libc-dev]  2.6.1-6GNU C Library: Development Librari
ii  tcl8.48.4.16-2   Tcl (the Tool Command Language) v8

tcl8.4-dev recommends no packages.

-- no debconf information



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



Bug#446757: Found a simple workaround

2007-10-19 Thread FRANCISCO MOYA FERNANDEZ
tags 446757 = pending fixed
thanks

It seems that this bug is triggered by optimization flags on g++ 4.2.2-3.

As a simple workaround I'm turning off optimizations on AMD64.

It is not yet clear to me whether this is a compiler bug or an Ice bug.

Regards,
F. Moya


Bug#446968: [Pkg-alsa-devel] Bug#446968: Bug#446968: alsa-base: Alsa only works after /etc/init.d/alsa restart, then fails again later

2007-10-19 Thread Sean Zimmermann

On Oct 19, 2007, at 6:05 PM, Elimar Riesebieter wrote:


The correct list must be:

snd_aoa_codec_tas  13216  2
snd_aoa_fabric_layout12392  2
snd_aoa17472  2  
snd_aoa_codec_tas,snd_aoa_fabric_layout

snd_aoa_i2sbus 21540  1
snd_pcm85540  1 snd_aoa_i2sbus
snd_timer  22468  1 snd_pcm
snd_page_alloc  9256  1 snd_pcm
snd60564  10  
snd_aoa_codec_tas,snd_aoa_fabric_layout,snd_aoa,snd_aoa_i2sbus,snd_pcm 
,snd_timer

soundcore   6948  1 snd
snd_aoa_soundbus6148  2 snd_aoa_fabric_layout,snd_aoa_i2sbus

...

Please do (tseted on my PB):

# /etc/init.d/alsa force-unload
as long till
# lsmod | grep snd
is empty.

Then
# modprobe -v snd_aoa_i2sbus
or just reboot.

No more /etc/init.d/alsa reload needed. Please rely on udev.


Here's what I got:

# /etc/init.d/alsa force-unload
Terminating processes: 3868 3980.
Unloading ALSA sound driver modules: snd-powermac snd-aoa-i2sbus
snd-pcm-oss snd-mixer-oss snd-pcm snd-timer snd-page-alloc
snd-aoa-soundbus.

# lsmod | grep snd
(no output)

# modprobe -v snd_aoa_i2sbus
install /sbin/modprobe --ignore-install snd-aoa-soundbus  &&
/lib/alsa/modprobe-post-install snd-aoa-soundbus
insmod
/lib/modules/2.6.22-2-powerpc/kernel/sound/aoa/soundbus/snd-aoa- 
soundbus.ko

insmod /lib/modules/2.6.22-2-powerpc/kernel/sound/soundcore.ko
install /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet
snd-ioctl32 ; : ; }
insmod /lib/modules/2.6.22-2-powerpc/kernel/sound/core/snd.ko
insmod /lib/modules/2.6.22-2-powerpc/kernel/sound/core/snd-page-alloc.ko
insmod /lib/modules/2.6.22-2-powerpc/kernel/sound/core/snd-timer.ko
install /sbin/modprobe --ignore-install snd-pcm && { /sbin/modprobe
--quiet snd-pcm-oss ; : ; }
insmod /lib/modules/2.6.22-2-powerpc/kernel/sound/core/snd-pcm.ko
insmod
/lib/modules/2.6.22-2-powerpc/kernel/sound/core/oss/snd-mixer-oss.ko
insmod
/lib/modules/2.6.22-2-powerpc/kernel/sound/core/oss/snd-pcm-oss.ko
install /sbin/modprobe --ignore-install snd-aoa-i2sbus  &&
/lib/alsa/modprobe-post-install snd-aoa-i2sbus
insmod
/lib/modules/2.6.22-2-powerpc/kernel/sound/aoa/soundbus/i2sbus/snd- 
aoa-i2sbus.ko


# lsmod | grep snd
snd_aoa_i2sbus 24388  0
snd_pcm_oss52480  0
snd_mixer_oss  20384  1 snd_pcm_oss
snd_pcm92324  2 snd_aoa_i2sbus,snd_pcm_oss
snd_timer  26084  1 snd_pcm
snd_page_alloc 11272  1 snd_pcm
snd67476  5
snd_aoa_i2sbus,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore   8900  1 snd
snd_aoa_soundbus7908  1 snd_aoa_i2sbus

# modprobe -v snd_aoa_codec_tas
install /sbin/modprobe --ignore-install snd-aoa  &&
/lib/alsa/modprobe-post-install snd-aoa
insmod /lib/modules/2.6.22-2-powerpc/kernel/sound/aoa/core/snd-aoa.ko
insmod
/lib/modules/2.6.22-2-powerpc/kernel/sound/aoa/codecs/snd-aoa-codec- 
tas.ko


# lsmod | grep snd
snd_aoa_codec_tas  15104  0
snd_aoa21056  1 snd_aoa_codec_tas
snd_aoa_i2sbus 24388  0
snd_pcm_oss52480  0
snd_mixer_oss  20384  1 snd_pcm_oss
snd_pcm92324  2 snd_aoa_i2sbus,snd_pcm_oss
snd_timer  26084  1 snd_pcm
snd_page_alloc 11272  1 snd_pcm
snd67476  7
snd_aoa_codec_tas,snd_aoa,snd_aoa_i2sbus,snd_pcm_oss,snd_mixer_oss,snd_p 
cm,snd_timer

soundcore   8900  1 snd
snd_aoa_soundbus7908  1 snd_aoa_i2sbus

# modprobe -v snd_aoa_fabric_layout
install /sbin/modprobe --ignore-install snd-aoa-fabric-layout  &&
/lib/alsa/modprobe-post-install snd-aoa-fabric-layout
insmod /lib/modules/2.6.22-2-powerpc/kernel/sound/aoa/fabrics/snd-aoa- 
fabric-layout.ko


~# lsmod | grep snd
snd_aoa_fabric_layout13832  0
snd_aoa_codec_tas  15104  0
snd_aoa21056  2 snd_aoa_fabric_layout,snd_aoa_codec_tas
snd_aoa_i2sbus 24388  0
snd_pcm_oss52480  0
snd_mixer_oss  20384  1 snd_pcm_oss
snd_pcm92324  2 snd_aoa_i2sbus,snd_pcm_oss
snd_timer  26084  1 snd_pcm
snd_page_alloc 11272  1 snd_pcm
snd67476  8
snd_aoa_fabric_layout,snd_aoa_codec_tas,snd_aoa,snd_aoa_i2sbus,snd_pcm_o 
ss,snd_mixer_oss,snd_pcm,snd_timer

soundcore   8900  1 snd
snd_aoa_soundbus7908  2 snd_aoa_fabric_layout,snd_aoa_i2sbus

# amixer
amixer: Mixer attach default error: No such device

# cat /proc/asound/cards
--- no soundcards ---


I'm not sure if it's relevant, but my machine is quite old (G4  
Powermac (Quicksilver)). Is it possible that the

aoa-tas driver isn't recognizing it because my card is too old?

Sean

smime.p7s
Description: S/MIME cryptographic signature


Bug#401302: ekiga: Ekiga cannot find webcam

2007-10-19 Thread Richard Atterer
On Fri, Oct 19, 2007 at 11:10:33PM +0200, Richard Atterer wrote:
> However, ekiga 2.0.11-2 in unstable only offers "V4L", not "V4L2".

Ah, investigating a little more revealed that the reason was simply that I 
did not have libpt-1.10.10-plugins-v4l2 installed. Please consider adding a 
Depends, the connection from ekiga to this package is not obvious!

Cheers,

  Richard

-- 
  __   _
  |_) /|  Richard Atterer
  | \/¯|  http://atterer.net
  ¯ '` ¯




Bug#447314: puppetmaster: permission denied on /var/run

2007-10-19 Thread The Anarcat
On Sat, Oct 20, 2007 at 11:06:07AM +1000, Matthew Palmer wrote:
> On Fri, Oct 19, 2007 at 08:19:31PM -0400, The Anarcat wrote:
> > The fix is simple, and should be part of the postinst (or simply in
> > debian/rules):
> > 
> > mkdir /var/run/puppet
> > chown puppet:puppet !$
> 
> This fix won't work, because /var/run is often a tmpfs, so /var/run/puppet
> will get lunched on reboot.  The fix will actually have to be in the
> initscripts.

Didn't think of that, good thinking.

> Gah, I despise PID files.  And programs that assume things about their
> placement and permissions.

Well, pidfiles do have a function, how else do you deal with process
managemnet?

> > puppet.conf should also point to /var/run/puppet instead of /var/run as
> > a rundir.
> 
> I think I'll just go the whole hog and patch the source for that,
> considering that the rundir will be hardcoded in the init script anyway.

patch the source? you just need to patch puppet.conf, no?

> It's strange that I made the original rundir permissions change several
> weeks ago and you're the first person to hit it.  Oh well.  I'll whip up a
> fix and get it out shortly.

Eh.. I'm probably the only person that got through the trouble of filing
the bug...

Thanks!

-- 
Le monochrome, c'est pour ceux qui s'intéressent (encore) au contenu.
Usenet dans ces conditions, c'est comme le web avec lynx, on prend
trop conscience du vide, c'est déprimant.
- JLC dans le Guide du linuxien pervers:
  "Coup de cafard..."


signature.asc
Description: Digital signature


Bug#447265: merging 410412 447265

2007-10-19 Thread Frank Lichtenheld
# Automatically generated email from bts, devscripts version 2.10.9
# overlooked the older bug
merge 410412 447265




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



Bug#447322: iceweasel: ssl redirects slow when server uses gzip compression

2007-10-19 Thread Edward Buck
Package: iceweasel
Version: 2.0.0.6-0etch1
Severity: normal


This bug has also been reported by Ubuntu users:

https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/76262

Basically, when loading a SSL page with gzip compression where there is some 
sort of redirect happening (whether via an apache Redirect or via PHP), the 
browser hangs for up to 10 seconds.  This happens more often than not with an 
average wait longer than 5 seconds, giving the impression that there is 
something pretty broken on the server.

I've only tested with Apache 2 and mod_deflate on the server.  Not sure if the 
bug manifests with Apache 1.3 and mod_gzip.  If I turn off mod_deflate, the 
problem goes away.  I noticed the bug recently because I only turned on 
mod_deflate recently on one of my servers.

The problem does not show up in Firefox 2 running on Windows.  It also doesn't 
show up in Epiphany, which suggests that it's not a Gecko problem.

If you don't have access to a server with SSL and gzip compression, feel free 
to e-mail me privately and I can send you some URLs for testing.

Thanks!
Ed


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

Versions of packages iceweasel depends on:
ii  debianutils2.17  Miscellaneous utilities specific t
ii  fontconfig 2.4.2-1.2 generic font configuration library
ii  libatk1.0-01.12.4-3  The ATK accessibility toolkit
ii  libc6  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libfreetype6   2.2.1-5+etch1 FreeType 2 font engine, shared lib
ii  libgcc11:4.1.1-21GCC support library
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libgtk2.0-02.8.20-7  The GTK+ graphical user interface 
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libmyspell3c2  1:3.1-18  MySpell spellchecking library
ii  libpango1.0-0  1.14.8-5  Layout and rendering of internatio
ii  libpng12-0 1.2.15~beta5-1PNG library - runtime
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxft22.1.8.2-8 FreeType-based font drawing librar
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxp6 1:1.0.0.xsf1-1X Printing Extension (Xprint) clie
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii  psmisc 22.3-1Utilities that use the proc filesy
ii  zlib1g 1:1.2.3-13compression library - runtime

iceweasel recommends no packages.

-- no debconf information



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



Bug#445748: pidgin: Started using 100% CPU in a poll/read loop

2007-10-19 Thread Ari Pollak
Do you have any plugins loaded?




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



Bug#447321: Display is washed out, too bright. No adjustment will correct for over bright display

2007-10-19 Thread Bryan Cebuliak
Package: xserver-xorg-video-ati
Version: 1:6.7.195-2

This experimental version when loaded onto my current Sid partition
causes the same problem as on my Gutsy Ubuntu partition, suprise!  It
is no damn good. Please do not add it to unstable as is.

see:
http://bugs.freedesktop.org/show_bug.cgi?id=12844
and:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-driver-ati/+bug/152312



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



Bug#447313: Geneweb

2007-10-19 Thread Marco Rodrigues
Package: geneweb

Martin Pitt said it's not a bug, but a feature to check for empty (size == 0)
files, so that's why the package was fixed on Ubuntu.

http://mindboosternoori.blogspot.com/2007/10/on-ubuntu.html

"that this patch is made to avoid a bug in pkgstriptranslations, a package and
software created and maintained by Ubuntu"

Can it also be fixed in Debian ?

http://patches.ubuntu.com/g/geneweb/geneweb_5.00-3ubuntu1.patch

-- 
Marco Rodrigues

http://Marco.Tondela.org



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



Bug#447317: lash-bin: lash-bin doesn't depend on a required version of lashd

2007-10-19 Thread ken restivo
Package: lash-bin
Version: 0.5.3-2
Severity: grave

I had lash-bin 0.5.1-2 on my system. Over the course of installing various 
software packages, apt-get pulled in the latest liblash2 0.5.3-2, probably as 
part of a dependency.

But then the older lash-bin apps refused to work with the new liblash2:

lash_control: symbol lookup error: lash_control: undefined symbol: lash_xmalloc
lash_panel: symbol lookup error: lash_panel: undefined symbol: lash_xmalloc

lash_comm_recv_run: recieved unknown event of type 1082133960
lash_comm_recv_run: recieved unknown event of type 0
lash_comm_recv_run: recieved unknown event of type 1082133960

I solved it by apt-get upgrading lash-bin.

Shouldn't there be someting in the lash-bin control file that specifies that 
they are tightly-coupled to a particular liblash2 version? So that if that 
library gets upgraded, lash-bin will be upgraded too?


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages lash-bin depends on:
ii  lashd0.5.3-2 Linux Audio Session Handler (LASH)
ii  libasound2   1.0.14a-2   ALSA library
ii  libatk1.0-0  1.18.0-2The ATK accessibility toolkit
ii  libc62.6.1-1 GNU C Library: Shared libraries
ii  libcairo21.4.10-1+b2 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.4.2-1.2   generic font configuration library
ii  libglib2.0-0 2.14.2-1The GLib library of C routines
ii  libgtk2.0-0  2.10.13-1   The GTK+ graphical user interface 
ii  libjack0 0.103.0-5   JACK Audio Connection Kit (librari
ii  liblash2 0.5.3-2 Linux Audio Session Handler (LASH)
ii  libpango1.0-01.16.5-1Layout and rendering of internatio
ii  libreadline5 5.2-3   GNU readline and history libraries
ii  libuuid1 1.40.2-1universally unique id library
ii  libx11-6 2:1.0.3-7   X11 client-side library
ii  libxcursor1  1:1.1.8-2   X cursor management library
ii  libxext6 1:1.0.3-2   X11 miscellaneous extension librar
ii  libxfixes3   1:4.0.3-2   X11 miscellaneous 'fixes' extensio
ii  libxi6   1:1.0.1-4   X11 Input extension library
ii  libxinerama1 1:1.0.2-1   X11 Xinerama extension library
ii  libxrandr2   2:1.2.1-1   X11 RandR extension library
ii  libxrender1  1:0.9.2-1   X Rendering Extension client libra

lash-bin recommends no packages.

-- no debconf information



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



Bug#447316: /usr/lib/libasm.a is available in libasm-dev too

2007-10-19 Thread Luca Falavigna
From: Luca Falavigna <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: /usr/lib/libasm.a is available in libasm-dev too
Package: elfsh
Version: 0.65rc1-1.1
Severity: serious

usr/lib/libasm.a is available in libasm-dev package too and an error is
raised when both are installed:

Selecting previously deselected package libelfsh0-dev.
Unpacking libelfsh0-dev (from .../libelfsh0-dev_0.65rc1-1.1_i386.deb)...
dpkg: error processing
/var/cache/apt/archives/libelfsh0-dev_0.65rc1-1.1_i386.deb (--unpack):
 trying to overwrite `/usr/lib/libasm.a', which is also in package
libasm-dev

Thank you.



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



Bug#447314: puppetmaster: permission denied on /var/run

2007-10-19 Thread Matthew Palmer
On Fri, Oct 19, 2007 at 09:16:37PM -0400, The Anarcat wrote:
> On Sat, Oct 20, 2007 at 11:06:07AM +1000, Matthew Palmer wrote:
> > Gah, I despise PID files.  And programs that assume things about their
> > placement and permissions.
> 
> Well, pidfiles do have a function, how else do you deal with process
> managemnet?

Oh, I don't have any better ideas, but it doesn't stop me from despising
them.  

> > > puppet.conf should also point to /var/run/puppet instead of /var/run as
> > > a rundir.
> > 
> > I think I'll just go the whole hog and patch the source for that,
> > considering that the rundir will be hardcoded in the init script anyway.
> 
> patch the source? you just need to patch puppet.conf, no?

Well, there's a bit of history there, relating to how Puppet used to
handle config files.  The short version is that patching puppet.conf (while
making the initscript changes) will probably result in my wibbly bits being
strung up from tall trees.  The long version is #440346.

> > It's strange that I made the original rundir permissions change several
> > weeks ago and you're the first person to hit it.  Oh well.  I'll whip up a
> > fix and get it out shortly.
> 
> Eh.. I'm probably the only person that got through the trouble of filing
> the bug...

No, there's plenty of people who take great delight reporting bugs against
Puppet.  (They're legitimate bugs, to be sure, but the volume is
occasionally disconcerting)

- Matt


signature.asc
Description: Digital signature


Bug#447324: gnuplot: save command needs kpsexpand

2007-10-19 Thread atanaka
Package: gnuplot
Version: 4.0.0-5
Severity: normal

The save command seems to depend on kpsexpand, which is provided by
tetex-bin package. 

The following script is for the test:

#!/bin/sh
echo "### Print gnuplot version ###"
/usr/bin/gnuplot -V

echo "### test for save command ###"
/usr/bin/gnuplot  <

Bug#447320: boinc-manager: Failed to create a new account with "missing or bad parameter: user_name" on certain condition.

2007-10-19 Thread Morita Sho
Package: boinc-manager
Version: 5.10.8-2
Severity: normal

Hi,

I was try to create a new account by following steps:
1) Open "Attach to project" dialog,
2) Select "[EMAIL PROTECTED]" and click "Next",
3) Input an E-mail and password and click "Next",
4) An error "missing or bad parameter: user_name" occurs.

I have used Wireshark to see what data boinc-manager sent, and here is a HTTP 
request:
  GET 
/rosetta/create_account.php?email_addr=<...snip...>&passwd_hash=<...snip...>&user_name=
 HTTP/1.1
  User-Agent: BOINC client (i686-pc-linux-gnu 5.10.8)
  Host: boinc.bakerlab.org
  Accept: */*
  Accept-Encoding: deflate, gzip
  Content-Type: application/x-www-form-urlencoded

Note that the user_name parameter is empty.
I have looking for how to change the user_name parameter, but I can't find 
anything.
There is no inputbox for the user_name in "Attach to project" dialog nor 
Setting dialog in boinc-manager.

I have looked up the source code of boinc-manager and found following code:
boinc-5.10.8/clientgui/ProjectProcessingPage.cpp
ai->user_name = (const char*)::wxGetUserName().mb_str();

The function wxGetUserName is a function of wxwidgets.
According to the manual of wxwidgets, wxGetUserName returns "Full User Name".
  http://www.wxwidgets.org/manuals/stable/wx_networkfunctions.html#wxgetusername

I have looked up source code of wxwidgets.
Here is a wxGetUserName defined in wxwidgets2.6-2.6.3.2.2/src/unix/utilsunx.cpp:
bool wxGetUserName(wxChar *buf, int sz)
{
struct passwd *who;

*buf = wxT('\0');
if ((who = getpwuid (getuid ())) != NULL)
{
// pw_gecos field in struct passwd is not standard
#ifdef HAVE_PW_GECOS
   char *comma = strchr(who->pw_gecos, ',');
   if (comma)
   *comma = '\0'; // cut off non-name comment fields
   wxStrncpy (buf, wxSafeConvertMB2WX(who->pw_gecos), sz - 1);
#else // !HAVE_PW_GECOS
   wxStrncpy (buf, wxSafeConvertMB2WX(who->pw_name), sz - 1);
#endif // HAVE_PW_GECOS/!HAVE_PW_GECOS
   return true;
}

return false;
}

Actually, this function retrieves 5th field (pw_gecos) in /etc/passwd entry for 
the current user.

My 5th field in /etc/passwd was ",,,", it means empty because wxGetUserName will
cut off after first comma, so I changed it to "abc,,,".
And I tried to create a new account in boinc-manager.
As result, it succeeded with no error.

Here is a HTTP request sent in that situation:
  GET 
/rosetta/create_account.php?email_addr=<...snip...>&passwd_hash=<...snip...>&user_name=abc
 HTTP/1.1
  User-Agent: BOINC client (i686-pc-linux-gnu 5.10.8)
  Host: boinc.bakerlab.org
  Accept: */*
  Accept-Encoding: deflate, gzip
  Content-Type: application/x-www-form-urlencoded

Note that user_name parameter have "abc".
I know user_name parameter is taken from 5th field in /etc/passwd,
and if user_name parameter is empty, "missing or bad parameter: user_name" 
error will occurs.

Since 5th field in /etc/passwd is optional, boinc-manager should not assumes it 
is non-empty.
I have some idea to fix (or mitigate) this problem.
 * Add inputbox for user_name to the "Attach to project" dialog and
   use wxGetUserName() as its default value.
 * Use other non-empty value if wxGetUserName() returns ""


Regards,

-- 
Morita Sho

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

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

Versions of packages boinc-manager depends on:
ii  libc6 2.6.1-6GNU C Library: Shared libraries
ii  libcurl3  7.17.0-1   Multi-protocol file transfer libra
ii  libgcc1   1:4.2.2-3  GCC support library
ii  libidn11  1.1-1  GNU libidn library, implementation
ii  libkrb53  1.6.dfsg.3~beta1-1 MIT Kerberos runtime libraries
ii  libldap2  2.1.30.dfsg-13.5   OpenLDAP libraries
ii  libssh2-1 0.17-1 SSH2 client-side library
ii  libssl0.9.8   0.9.8f-1   SSL shared libraries
ii  libstdc++64.2.2-3The GNU Standard C++ Library v3
ii  libwxbase2.6-02.6.3.2.2-1wxBase library (runtime) - non-GUI
ii  libwxgtk2.6-0 2.6.3.2.2-1wxWidgets Cross-platform C++ GUI t
ii  zlib1g1:1.2.3.3.dfsg-6   compression library - runtime

Versions of packages boinc-manager recommends:
ii  boinc-client  5.10.8-2   core client for the BOINC distribu

-- no debconf information



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



Bug#447319: perl: foreach ($i = grep { ... } @foo) { warn; } strange results

2007-10-19 Thread Rex Feany
Package: perl
Version: 5.8.8-11
Severity: normal


warn without arguments inside a foreach { grep } loop
causes bad things to happen. Test program followed by output:

#!/usr/bin/perl -w
use strict;

# set to 1 to break or 0 to work
my $crash = 1;

my @list = qw/A b C/;
my @loh = map { { name => $_ } } @list;

foreach my $i (grep({ $_->{name} =~ m/[A-Z]/ } @loh)) {
# this should print out got HASH(...) twice - once for A and once for C
print "got $i\n";
# This shouldn't happen, but it does if $crash=1?!
die "$i is not a hash ref!" if (ref($i) ne 'HASH');

if ($crash) {
# this warn seems to screw with the thing that will be the next $i?
warn;
} else {
warn "false alarm, everything is OK";
}
}



What I get:
[EMAIL PROTECTED] perl broken.pl
got HASH(0x604160)
Warning: something's wrong at broken.pl line 17.
got 1
1 is not a hash ref! at broken.pl line 13.
[EMAIL PROTECTED]

what I expect:
[EMAIL PROTECTED] perl broken.pl
got HASH(0x604160)
Warning: something's wrong at broken.pl line 17.
got HASH(0x628a10)
Warning: something's wrong at broken.pl line 17.
[EMAIL PROTECTED]

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages perl depends on:
ii  libc6 2.6.1-6GNU C Library: Shared libraries
pn  libdb4.6   (no description available)
ii  libgdbm3  1.8.3-3GNU dbm database routines (runtime
ii  perl-base 5.8.8-11.1 The Pathologically Eclectic Rubbis
pn  perl-modules   (no description available)

Versions of packages perl recommends:
ii  perl-doc  5.8.8-11   Perl documentation

-- no debconf information



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



Bug#447318: /usr/bin/emacs22-gtk: Incorrect default setting of `tls-program'

2007-10-19 Thread Riccardo Murri
Package: emacs22-gtk
Version: 22.1+1-2
Severity: normal
File: /usr/bin/emacs22-gtk


The default setting for `tls-program' should be changed to::

  ("gnutls-cli -p %p %h" 
   "gnutls-cli -p %p %h --protocols ssl3"
   "openssl s_client -connect %h:%p -no_ssl2 -CApath /etc/ssl/certs")

otherwise things like retrieving https urls via `url-retrieve' fail
because OpenSSL complains about not being able to verify the server
certificate (the present default setting of `tls-program' lacks the
"-CApath /etc/ssl/certs" part).

I'm not sure whether this should be considered a bug in Emacs or in
OpenSSL (which should look for CA files in the Debian standard
directory unless told otherwise); I'm reporting it here since I only
have the workaround for Emacs.


Thanks for your work on Emacs in Debian!

Riccardo


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

Versions of packages emacs22-gtk depends on:
ii  emacs22-bin-common  22.1+1-2 The GNU Emacs editor's shared, arc
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libc6   2.6.1-6  GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1+b2  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libglib2.0-02.14.2-1 The GLib library of C routines
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  libice6 1:1.0.1-2X11 Inter-Client Exchange library
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libncurses5 5.6+20071013-1   Shared libraries for terminal hand
ii  libpango1.0-0   1.18.2-2 Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-1   PNG library - runtime
ii  libsm6  1:1.0.1-3X11 Session Management library
ii  libtiff43.8.2-7  Tag Image File Format (TIFF) libra
ii  libungif4g  4.1.4-4  shared library for GIF images
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1.1.7-4  X cursor management library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.1-5X11 miscellaneous 'fixes' extensio
ii  libxft2 2.1.8.2-8FreeType-based font drawing librar
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.1-4.1  X11 Xinerama extension library
ii  libxpm4 1:3.5.5-2X11 pixmap library
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.1-3X Rendering Extension client libra
ii  zlib1g  1:1.2.3.3.dfsg-6 compression library - runtime

emacs22-gtk recommends no packages.

-- no debconf information



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



Bug#447323: debian-maintainers: keyring misplaced in the file system

2007-10-19 Thread Guillem Jover
Package: debian-maintainers
Version: 0.01

Hi,

Seems the keyring is installed in the wrong dir:

  /usr/share/keyrings/debian-maintainers.gpg/debian-maintainers.gpg

Due to this line in debian/rules:

  dh_install debian-maintainers.gpg usr/share/keyrings/debian-maintainers.gpg

regards,
guillem



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



Bug#447315: /usr/bin/listen is available in listen too

2007-10-19 Thread Luca Falavigna
From: Luca Falavigna <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: /usr/bin/listen is available in listen too
Package: ax25-apps
Version: 0.0.6-14.1
Severity: serious

/usr/bin/listen (and related manpage) is available in listen package too
and an error is raised when both are installed:

Selecting previously deselected package ax25-apps.
Unpacking ax25-apps (from .../ax25-apps_0.0.6-14_i386.deb) ...
dpkg: error processing
/var/cache/apt/archives/ax25-apps_0.0.6-14_i386.deb (--unpack):
 trying to overwrite `/usr/bin/listen', which is also in package listen

Thank you.



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



Bug#439415: [Pkg-utopia-maintainers] Bug#439415: network-manager-gnome: Invalid memory reference

2007-10-19 Thread Rafal Czlonka
Michael Biebl wrote:
> Hi Rafal,

Hello.

> are you still able to reproduce this bug with an up-to-date sid system?

Nope, it didn't crash since.

Cheers,
-- 
Raf



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



Bug#447314: puppetmaster: permission denied on /var/run

2007-10-19 Thread Matthew Palmer
On Fri, Oct 19, 2007 at 08:19:31PM -0400, The Anarcat wrote:
> The fix is simple, and should be part of the postinst (or simply in
> debian/rules):
> 
> mkdir /var/run/puppet
> chown puppet:puppet !$

This fix won't work, because /var/run is often a tmpfs, so /var/run/puppet
will get lunched on reboot.  The fix will actually have to be in the
initscripts.

Gah, I despise PID files.  And programs that assume things about their
placement and permissions.

> puppet.conf should also point to /var/run/puppet instead of /var/run as
> a rundir.

I think I'll just go the whole hog and patch the source for that,
considering that the rundir will be hardcoded in the init script anyway.

It's strange that I made the original rundir permissions change several
weeks ago and you're the first person to hit it.  Oh well.  I'll whip up a
fix and get it out shortly.

- Matt


signature.asc
Description: Digital signature


Bug#446968: [Pkg-alsa-devel] Bug#446968: alsa-base: Alsa only works after /etc/init.d/alsa restart, then fails again later

2007-10-19 Thread Elimar Riesebieter
On Fri, 19 Oct 2007 the mental interface of
Sean Zimmermann told:

> On Oct 19, 2007, at 6:05 PM, Elimar Riesebieter wrote:
>
[...]
>> Then
>> # modprobe -v snd_aoa_i2sbus
>> or just reboot.
>>
>> No more /etc/init.d/alsa reload needed. Please rely on udev.
>
> Here's what I got:
[...]
> # lsmod | grep snd
> snd_aoa_i2sbus 24388  0
> snd_pcm_oss52480  0
> snd_mixer_oss  20384  1 snd_pcm_oss
> snd_pcm92324  2 snd_aoa_i2sbus,snd_pcm_oss
> snd_timer  26084  1 snd_pcm
> snd_page_alloc 11272  1 snd_pcm
> snd67476  5
> snd_aoa_i2sbus,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
> soundcore   8900  1 snd
> snd_aoa_soundbus7908  1 snd_aoa_i2sbus

At this stage snd_aoa_i2sbus should detect yor soundcard but it
doesn't :( You can try to add:

# modprobe -v snd_aoa_fabric_layout

[...]
> # cat /proc/asound/cards
> --- no soundcards ---
>
>
> I'm not sure if it's relevant, but my machine is quite old (G4 Powermac 
> (Quicksilver)). Is it possible that the
> aoa-tas driver isn't recognizing it because my card is too old?

There are 3 flavours of the new snd_aoa_fabric_layout:

- aoa-onyx (PPC: Onyx (pcm3052) codec chip found in the latest Apple
  machines)

- aoa-tas (PPC: Tas chips found in a lot of Apple Machines, especially
  iBooks and PowerBooks without digital.)

- aoa-toonie (PPC: Toonie codec for the MAC Mini)

and it looks like none of them are workin on your Quicksilver :(

So could you please post a bug against snd-powermac at
https://bugtrack.alsa-project.org/alsa-bug
and let us know the bug# please?

You can also try to find a user with same machine at
[EMAIL PROTECTED] and ask for advice.

Thanks
Elimar

-- 
  Alles was viel bedacht wird ist bedenklich!;-)
 Friedrich Nietzsche


signature.asc
Description: Digital signature


Bug#447314: puppetmaster: permission denied on /var/run

2007-10-19 Thread The Anarcat
Package: puppetmaster
Version: 0.23.2-11
Severity: grave
Justification: renders package unusable

When starting puppetmasterd for the first time (after creating a proper
site.pp), I'm getting this error message:

Restarting puppet configuration management tool master
server/usr/lib/ruby/1.8/puppet/util/pidlock.rb:33:in `initialize':
Permission denied - /var/run/puppetmasterd.pid (Errno::EACCES)
from /usr/lib/ruby/1.8/puppet/util/pidlock.rb:33:in `open'
from /usr/lib/ruby/1.8/puppet/util/pidlock.rb:33:in `lock'
from /usr/lib/ruby/1.8/puppet/daemon.rb:63:in `setpidfile'
from /usr/lib/ruby/1.8/puppet/util.rb:385:in `threadlock'
from /usr/lib/ruby/1.8/sync.rb:229:in `synchronize'
from /usr/lib/ruby/1.8/puppet/util.rb:384:in `threadlock'
from /usr/lib/ruby/1.8/puppet/daemon.rb:62:in `setpidfile'
from /usr/lib/ruby/1.8/puppet/daemon.rb:20:in `daemonize'
from /usr/sbin/puppetmasterd:292

The fix is simple, and should be part of the postinst (or simply in
debian/rules):

mkdir /var/run/puppet
chown puppet:puppet !$

puppet.conf should also point to /var/run/puppet instead of /var/run as
a rundir.

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

Versions of packages puppetmaster depends on:
ii  facter 1.3.5-1   a library for retrieving facts fro
ii  lsb-base   3.1-23.2etch1 Linux Standard Base 3.1 init scrip
ii  puppet 0.23.2-11 centralised configuration manageme
ii  ruby   1.8.2-1   An interpreter of object-oriented 

Versions of packages puppetmaster recommends:
pn  rails  (no description available)
ii  rdoc  1.8.2-1Generate documentation from ruby s

-- no debconf information



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



Bug#447307: A missing file: /usr/share/doc/stow/html/stow.html

2007-10-19 Thread Morita Sho
Package: stow
Version: 1.3.3-2.1
Severity: normal
Tags: patch

Hi,

When I read the HTML manual, I found following file is missing.
  /usr/share/doc/stow/html/stow.html
This file is linked from every pages with a "Top" link.

The HTML manuals are installed in debian/rules with following command:
   install -m 644 texi/stow/stow_*.html \
But stow_*.html will not includes stow.html.
It should be "stow*.html".

I have made a small patch to fix this problem:
--- rules.orig  2007-10-20 06:12:42.0 +0900
+++ rules   2007-10-20 06:12:49.0 +0900
@@ -46,7 +46,7 @@
dh_installdirs
 
$(MAKE) install prefix=`pwd`/debian/stow/usr
-   install -m 644 texi/stow/stow_*.html \
+   install -m 644 texi/stow/stow*.html \
  `pwd`/debian/stow/usr/share/doc/stow/html/


Regards,

-- 
Morita Sho

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

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

Versions of packages stow depends on:
ii  perl  5.8.8-11   Larry Wall's Practical Extraction 

stow recommends no packages.

-- no debconf information



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



Bug#405215: Still some problems with the patch

2007-10-19 Thread Santiago Garcia Mantinan
I have done a test right now with "bridge_ports eth.*" and these are the
results:

pul:~# ifup br0
WARNING:  Could not open /proc/net/vlan/config.  Maybe you need to load the
8021q module, or maybe you are not using PROCFS??
ERROR: trying to set name type for VLAN subsystem, error: Package not
installed
Device "eth.*" does not exist.
eth.* does not exist, unable to create eth.*
interface eth.* does not exist!

Waiting for br0 to get ready (MAXWAIT is 12 seconds).
Setting device eth0 for WOL.
pul:~# ifdown br0
eth.*: ERROR while getting interface flags: No such device

It doesn't seem to be processing the regular expresions.

I don't have time right now, if you don't have time for it I'll try to see
what's wrong with it tomorrow.

Regards...
-- 
Manty/BestiaTester -> http://manty.net



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



Bug#447071: patches

2007-10-19 Thread dann frazier
On Fri, Oct 19, 2007 at 03:52:08PM -0700, Steve Langasek wrote:
> > OK. Just for my benefit, what's the difference? I assume the 'echo -n'
> > above my change should get changed as well?
> 
> printf is POSIX, echo -n is faux-POSIX. :)  (echo -n is explicitly listed in
> Debian policy as an additional non-POSIX feature required from /bin/sh in
> the installed system; that's not really a constraint for d-i, aside from
> existing code that assumes its availability.)

Thanks for the explanation. Both instances fixed in r49831.

-- 
dann frazier




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



Bug#398778: libicu36-dev: tools broken / missing dependency (on amd64)

2007-10-19 Thread Robert Millan

Here's a patch to fix this.  Sorry for the oversight.

-- 
Robert Millan

 I know my rights; I want my phone call!
 What use is a phone call, if you are unable to speak?
(as seen on /.)
diff -ur icu-3.6.old/debian/lib32icu36-dev.install icu-3.6/debian/lib32icu36-dev.install
--- icu-3.6.old/debian/lib32icu36-dev.install	2007-10-19 22:56:54.0 +
+++ icu-3.6/debian/lib32icu36-dev.install	2007-10-19 22:39:35.0 +
@@ -1,3 +1,3 @@
-debian/tmp/usr/lib32/lib*.so
-debian/tmp/usr/lib32/lib*.a
-debian/tmp/usr/lib32/icu
+debian/tmp32/usr/lib32/lib*.so
+debian/tmp32/usr/lib32/lib*.a
+debian/tmp32/usr/lib32/icu
diff -ur icu-3.6.old/debian/lib32icu36.install icu-3.6/debian/lib32icu36.install
--- icu-3.6.old/debian/lib32icu36.install	2007-10-19 22:56:54.0 +
+++ icu-3.6/debian/lib32icu36.install	2007-10-19 22:39:25.0 +
@@ -1 +1 @@
-debian/tmp/usr/lib32/lib*.so.*
+debian/tmp32/usr/lib32/lib*.so.*
diff -ur icu-3.6.old/debian/rules icu-3.6/debian/rules
--- icu-3.6.old/debian/rules	2007-10-19 22:56:54.0 +
+++ icu-3.6/debian/rules	2007-10-19 22:56:40.0 +
@@ -51,6 +51,7 @@
 # creates it conditionally, so this doesn't have a trivial fix.
 clean::
 	$(RM) debian/compat *.cdbs-config_list
+	$(RM) -rf debian/tmp32
 
 pre-build::
 	chmod a+x $(DEB_SRCDIR)/configure
@@ -79,7 +80,7 @@
 	$(MAKE) -C $(DEB_SRCDIR)-build install DESTDIR=$(CURDIR)/debian/tmp
 
 install/lib32icu36 install/lib32icu36-dev::
-	$(MAKE) -C $(DEB_SRCDIR)-build32 install DESTDIR=$(CURDIR)/debian/tmp
+	$(MAKE) -C $(DEB_SRCDIR)-build32 install DESTDIR=$(CURDIR)/debian/tmp32
 
 install/icu-doc:: install/libicu36 install/libicu36-dev
 	$(MAKE) -C $(DEB_SRCDIR)-build install-doc DESTDIR=$(CURDIR)/debian/tmp


Bug#446288: rhythmbox: rb crashes on exit

2007-10-19 Thread Sven Arvidsson
forwarded 446288 http://bugzilla.gnome.org/show_bug.cgi?id=484988
thanks

On Thu, 2007-10-18 at 21:48 -0300, Claudio Saavedra wrote:
> The crash seems to happen when the last.fm plugin is activated, and more
> specifically, after this plugin has authenticated against the
> audioscrobbler server. Another way to trigger the crash is to wait for
> the plugin to authenticate, and then disable it.

Good catch, I can confirm that it only happens with the last.fm plugin
enabled. 

I think that this is upstream bug 484988, it has been reported both with
0.10.x and 0.11.x.

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 760BDD22


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


Bug#447302: RFP: liblinux-lvm-perl -- A lib for handling logical volumes (lvm)

2007-10-19 Thread Andreas Schuldei
Package: WNPP
Severity: normal


this is in cpan at
http://search.cpan.org/~ckerner/Linux-LVM-0.13/LVM.pm


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



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



Bug#447300: [INTL:gl] Galician debconf template translation for mplayer

2007-10-19 Thread Jacobo Tarrio
Package: mplayer
Severity: wishlist
Tags: l10n patch

 It is attached to this report.
# Galician translation of mplayer's debconf templates
# This file is distributed under the same license as the mplayer package.
# Jacobo Tarrio <[EMAIL PROTECTED]>, 2007.
#
msgid ""
msgstr ""
"Project-Id-Version: mplayer\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-10-18 10:01+0200\n"
"PO-Revision-Date: 2007-10-19 22:07+0100\n"
"Last-Translator: Jacobo Tarrio <[EMAIL PROTECTED]>\n"
"Language-Team: Galician <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: note
#. Description
#: ../mplayer.templates:2001
msgid "Detailed configuration needed for each user"
msgstr "Precísase dunha configuración detallada para cada usuario"

#. Type: note
#. Description
#: ../mplayer.templates:2001
msgid ""
"The performance of MPlayer depends heavily on hardware; this means that it "
"may benefit from tweaking options for every single machine it's installed on."
msgstr ""
"O rendemento de MPlayer depende fortemente do hardware; isto quere dicir que "
"pode mellorar axustando as opcións para cada máquina na que se instala."

#. Type: note
#. Description
#: ../mplayer.templates:2001
msgid ""
"You should read the documentation provided by the 'mplayer-doc' package."
msgstr ""
"Debería consultar a documentación fornecida polo paquete \"mplayer-doc\"."

#. Type: note
#. Description
#: ../mplayer.templates:2001
msgid ""
"Now, some configuration options will be set for the entire system in /etc/"
"mplayer/mplayer.conf which may be adapted later. Any user can also refine "
"options in  ~/.mplayer/config."
msgstr ""
"Agora ben, hanse establecer algunhas opcións de configuración para todo o "
"sistema no ficheiro /etc/mplayer/mplayer.conf, que se poden adaptar máis "
"adiante. Os usuarios tamén poden refinar as opcións no ficheiro ~/.mplayer/"
"config."

#. Type: boolean
#. Description
#: ../mplayer.templates:3001
msgid "Replace existing configuration file?"
msgstr "¿Substituír o ficheiro de configuración existente?"

#. Type: boolean
#. Description
#: ../mplayer.templates:3001
msgid ""
"An /etc/mplayer/mplayer.conf file already exists on the system and does not "
"contain an automatically-generated part. That file can be replaced by a "
"generated one (the old file will be moved to /etc/mplayer/mplayer.conf."
"debconf-old)."
msgstr ""
"Xa existe un ficheiro /etc/mplayer/mplayer.conf no sistema, e non contén "
"unha parte xerada automaticamente. Este ficheiro pódese substituír por un "
"xerado (hase trasladar o ficheiro antigo a /etc/mplayer/mplayer.conf.debconf-"
"old)."

#. Type: note
#. Description
#: ../mplayer.templates:4001
msgid "Old configuration file kept"
msgstr "Consérvase o ficheiro de configuración antigo"

#. Type: note
#. Description
#: ../mplayer.templates:4001
msgid "You chose not to replace the existing /etc/mplayer/mplayer.conf file."
msgstr "Decidiu non substituír o ficheiro /etc/mplayer/mplayer.conf existente."

#. Type: note
#. Description
#: ../mplayer.templates:4001
msgid ""
"That file can be generated automatically later by running 'dpkg-reconfigure "
"mplayer'."
msgstr ""
"Ese ficheiro pódese xerar automaticamente máis adiante executando \"dpkg-"
"reconfigure mplayer\"."

#. Type: select
#. Description
#: ../mplayer.templates:5001
msgid "MPlayer video output:"
msgstr "Saída de vídeo de MPlayer:"

#. Type: select
#. Description
#: ../mplayer.templates:5001
msgid ""
"MPlayer can use a very wide range of video output drivers. The needed driver "
"may be detected automatically or chosen manually."
msgstr ""
"MPlayer pode empregar unha grande cantidade de controladores de saída de "
"vídeo. Pódese detectar automaticamente ou escoller manualmente o controlador "
"necesario."

#. Type: select
#. Description
#: ../mplayer.templates:5001
msgid ""
"If you prefer choosing the driver yourself, you first should choose an entry "
"matching this system's video card. If none match and the card supports 'XV', "
"choose that option (the 'xvinfo' command may help)."
msgstr ""
"Se prefire escoller o controlador vostede mesmo, debería escoller unha "
"entrada que coincida coa tarxeta gráfica deste sistema. Se ningunha coincide "
"e a tarxeta ten soporte para \"XV\", escolla esa opción (a orde \"xvinfo\" "
"pode axudar)."

#. Type: select
#. Description
#: ../mplayer.templates:5001
msgid ""
"Please read the /usr/share/doc/mplayer-doc/HTML/en/video.html file from the "
"'mplayer-doc' package for more details."
msgstr ""
"Consulte o ficheiro /usr/share/doc/mplayer-doc/HTML/en/video.html do paquete "
"\"mplayer-doc\" para ter máis detalles."

#. Type: note
#. Description
#: ../mplayer.templates:6001
msgid "Binary codecs download"
msgstr "Descarga de códecs binarios"

#. Type: note
#. Description
#: ../mplayer.templates:6001
msgid "MPlayer supports most video formats without additional software."
msgstr ""
"MPlayer soporta a maioría dos formato

Bug#447309: lavaps aborts with error from process_view.cc

2007-10-19 Thread Bert
Package: lavaps
Version: 2.7-4
Severity: important


lavaps crashes with the following error message:
  

lavaps: process_view.cc:207: void process_view::update(): Assertion `change > 
0' failed.
Aborted

thank you,
R E Riding


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

Kernel: Linux 2.6.23.1 (PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages lavaps depends on:
ii  gconf2  2.20.0-1 GNOME configuration database syste
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libbonobo2-02.20.0-1 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.20.0-1 The Bonobo UI library
ii  libc6   2.6.1-6  GNU C Library: Shared libraries
ii  libgcc1 1:4.2.2-3GCC support library
ii  libgconf2-4 2.20.0-1 GNOME configuration database syste
ii  libglib2.0-02.14.2-1 The GLib library of C routines
ii  libgnome2-0 2.20.0-1 The GNOME 2 library - runtime file
ii  libgnomecanvas2-0   2.20.1-1 A powerful object-oriented display
ii  libgnomeui-02.20.1.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  1:2.20.0-3   GNOME Virtual File System (runtime
ii  libgtk2.0-0 2.12.0-3 The GTK+ graphical user interface 
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  liborbit2   1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.18.2-2 Layout and rendering of internatio
ii  libpopt01.10-3   lib for parsing cmdline parameters
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libstdc++6  4.2.2-3  The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxml2 2.6.30.dfsg-2GNOME XML library
ii  zlib1g  1:1.2.3.3.dfsg-6 compression library - runtime

lavaps recommends no packages.

-- no debconf information



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



Bug#439416: gnome-volume-manager: Invalid memory reference

2007-10-19 Thread Michael Biebl
Hi Rafal,

are you still able to reproduce this bug with an up-to-date sid system?

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



signature.asc
Description: OpenPGP digital signature


Bug#447127: [INTL:eu] Basque debconf template translation for ltsp

2007-10-19 Thread vagrant
tags 447127 pending
thanks

On Fri, Oct 19, 2007 at 09:31:59PM +0200, pi wrote:
> [EMAIL PROTECTED](e)k esan zuen:
> > On Thu, Oct 18, 2007 at 10:16:59AM +0200, Piarres Beobide wrote:
...
> > > "Ez dago LSTP Zerbitzariak erabiltzeko interfaze librerik. Mesedez "
> > > "konfigurazioa amaitu ondoren /etc/ltsp/dhcpd.conf fitxategia eskuz "
> > > "konfiguratu baliozko interfaze estatiko batetara lotzeko."
> > 
> > i think LSTP should be LTSP.
> > 
> > live well,
> >   vagrant
> 
> You are right, attached fixed file.

committed, and will be included in next upload.
 
> thanks for the advice and sorry by the incovenience.

not a problem.

live well,
  vagrant



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



Bug#439415: [Pkg-utopia-maintainers] Bug#439415: network-manager-gnome: Invalid memory reference

2007-10-19 Thread Michael Biebl
Rafal Czlonka schrieb:
> Package: network-manager-gnome
> Version: 0.6.4-8
> Severity: important
> File: /usr/bin/nm-applet
> 
> *** Please describe what you were doing when the application crashed ***

Hi Rafal,

are you still able to reproduce this bug with an up-to-date sid system?

Cheers,
Michael


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



signature.asc
Description: OpenPGP digital signature


Bug#447296: upgrade path from util-vserver 0.30.213-1~bpo.1 -> util-vserver 0.30.214-3~bpo.1 has breakage

2007-10-19 Thread Faheem Mitha
Package: util-vserver
Version: 0.30.214-3~bpo.1
Severity: normal


On upgrading from util-vserver 0.30.214-3~bpo.1 to 0.30.214-3~bpo.1

/usr/lib/util-vserver/distributions/etch is empty for
0.30.214-3~bpo.1.

bulldog:/usr/lib/util-vserver/distributions/etch# ls -la
total 8
drwxr-xr-x  2 root root 4096 2007-10-19 11:25 .
drwxr-xr-x 26 root root 4096 2007-10-19 11:25 ..

>From discussion on #vserver, the concensus was that upgrade from 213
to 214 causes problems, possibly because dpkg cannot replace
directories by symlinks on upgrades. In 0.30.214-3~bpo.1, this
directory should be a symlink to
/usr/lib/util-vserver/distributions/debian.

Regards, Faheem.

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

Versions of packages util-vserver depends on:
ii  debconf1.5.11Debian configuration
management sy
ii  iproute20061002-3Professional tools to
control the
ii  libbeecrypt6   4.1.2-6   open source C library of
cryptogra
ii  libc6  2.3.6.ds1-13etch2 GNU C Library: Shared
libraries
ii  make   3.81-2The GNU version of the
"make" util
ii  net-tools  1.60-17   The NET-3 networking
toolkit

Versions of packages util-vserver recommends:
ii  binutils  2.17-3 The GNU assembler, linker
and bina
ii  debootstrap   1.0.3  Bootstrap a basic Debian
system

-- debconf information:
  util-vserver/prerm_stop_running_vservers: true
  util-vserver/postrm_remove_vserver_configs: false
  



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



Bug#89319: I don't plan to fix xevil networking code.

2007-10-19 Thread Brandon
retitle 89319 xevil networking code is buggy
tag 89319 +wontfix

The networking code in xevil is buggy. I have tested it, and it works
(since 2.02r2-7) but it has problems. I do not intend to fix it. Xevil
is an old game, not maintained upstream, and only a few people play it.
It is difficult to find people to network with. I would be happy to
handle patches from anyone who wants to try to fix it.

-Brandon




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



Bug#447293: tools/mirror/reprepro uses providecheck, which is not available

2007-10-19 Thread David Paleino
Package: simple-cdd
Version: 0.3.5
Severity: serious

Simple-cdd, during its run, calls /usr/share/simple-cdd/tools/mirror/reprepro
to build the local mirror to make the ISO. On line 151, it reads:


provide_dependencies="$(providecheck "$provides" "$all_packages $dependencies"
| sort -u)"


and it fails with:


/usr/share/simple-cdd/tools/mirror/reprepro: line 151: providecheck: command
not found


I've looked for "providecheck" in many different pleaces:
- Google
- apt-file search providecheck
- apt-cache search providecheck
- apt-file search provide | grep check (in case it was something like
provide_check)

Thus, I can't complete the simple-cdd run, because it misses some
dependencies which should've been downloaded by the check after that line 151:


ERROR: missing required packages from profile default:  openoffice.org2
msttcorefonts w32codecs


Kindly,
David

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.20

Debian Release: unstable/experimental
  500 unstablewww.debian-multimedia.org 
  500 unstabledebian.fastweb.it 
  500 unstabledebian.corsac.net 
  500 stable  dl.google.com 
  500 experimentalwww.debian-multimedia.org 
  500 etchapt.linex.org 
1 experimentaldebian.fastweb.it 

--- Package information. ---
Depends(Version) | Installed
-+-===
rsync| 3.0.0~pre1-1
debian-cd (>= 3.0.0) | 3.0.3
reprepro | 3.0.0-1
 OR debpartial-mirror| 
apt-utils| 0.7.6
wget | 1.10.2+1.11.beta1-1
python   | 2.4.4-6
debootstrap  | 1.0.3
lsb-release  | 3.1-24
dctrl-tools  | 2.11

-- 
 . ''`.  Debian maintainer | http://snipurl.com/qa_page/
 : :'  :  Linuxer #334216  |  http://www.hanskalabs.net/
 `. `'`GPG: 1392B174   | http://www.debianizzati.org/
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: PGP signature


Bug#447291: clamav: [INTL:pt] Updated Portuguese translation

2007-10-19 Thread "Traduz" - Portuguese Translation Team
Package: clamav
Version: n/a
Tags: l10n, patch
Severity: wishlist

Updated Portuguese translation for clamav's debconf messages.
Translator: Ricardo Silva <[EMAIL PROTECTED]>
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team .


-- 
Best regards,

Miguel Figueiredo
"Traduz" - Portuguese Translation Team
http://www.DebianPT.org


pt.po
Description: application/gettext


Bug#447226: offlineimap spinning

2007-10-19 Thread Erich Schubert
Hi,

>* Undo 'Fix Maildir race' patch.  It was causes spinning.
>  Closes: #447217, #447226.

Thanks.
I'm still trying to recover:

ls .mail/tmp | wc -l
2053842

That can make mailbox access a pain - especially when using an encrypted
filesystem... ouch. Guess it will take me quite some time to rm that
dir... :-)

Greetings,
Erich Schubert
-- 
erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A135C(o_
   There are only 10 types of people in the world:   //\
   Those who understand binary and those who don't   V_/_
   Die kürzeste Verbindung zwischen zwei Menschen ist ein Lächeln.




Bug#353607: Related problem?

2007-10-19 Thread Clint Adams
On Fri, Oct 19, 2007 at 09:18:22PM +0200, Georg Neis wrote:
> I wanted to report the following bug and came across this report.  It 
> may be related.

No, I think this is not the same thing.

It looks like something is transforming the à to Ã� and failing to find
it.

> traal% ls -a
> ./  ../
> traal% mkdir a b
> traal% touch a/1 b/1
> traal% print -l *(F)
> a
> b
> traal% mv a à
> traal% print -l *(F)
> b




Bug#447292: hydrogen: Fails loading FLAC samples

2007-10-19 Thread Bernat Arlandis Mañó

Package: hydrogen
Version: 0.9.3-4
Severity: important


Error when loading FLAC sample files. The default drumkit has this type 
of files, so the app starts with all instruments muted and they won't 
sound even when unmuted. Trying to load another drumkit with flac files 
from the drumkit manager will crash the app.


This bug is probably related to #445237.

Here's the console output...

Using data path: /usr/share/hydrogen/data
[WARNING]   SongReader  [readSong] Trying to load a song created 
with a different version of hydrogen.
[WARNING]   SongReader  [readSong] Song 
[/usr/share/hydrogen/data/DefaultSong.h2song] saved with version 0.9.2
[ERROR] FLACFile_real   [load] Error in 
process_until_end_of_stream()
[ERROR] SongReader  [readSong] Error loading sample: 
/usr/share/hydrogen/data/drumkits/GMkit/kick_Dry_b.flac not found
[ERROR] FLACFile_real   [load] Error in 
process_until_end_of_stream()
[ERROR] SongReader  [readSong] Error loading sample: 
/usr/share/hydrogen/data/drumkits/GMkit/stick_Woody.flac not found
[ERROR] FLACFile_real   [load] Error in 
process_until_end_of_stream()
[ERROR] SongReader  [readSong] Error loading sample: 
/usr/share/hydrogen/data/drumkits/GMkit/sn_Jazz_c.flac not found
[ERROR] FLACFile_real   [load] Error in 
process_until_end_of_stream()
[ERROR] SongReader  [readSong] Error loading sample: 
/usr/share/hydrogen/data/drumkits/GMkit/clap_Dry_c.flac not found
[ERROR] FLACFile_real   [load] Error in 
process_until_end_of_stream()
[ERROR] SongReader  [readSong] Error loading sample: 
/usr/share/hydrogen/data/drumkits/GMkit/sn_Wet_b.flac not found
[ERROR] FLACFile_real   [load] Error in 
process_until_end_of_stream()
[ERROR] SongReader  [readSong] Error loading sample: 
/usr/share/hydrogen/data/drumkits/GMkit/tom_Rock_lo.flac not found
[ERROR] FLACFile_real   [load] Error in 
process_until_end_of_stream()
[ERROR] SongReader  [readSong] Error loading sample: 
/usr/share/hydrogen/data/drumkits/GMkit/hhc_Dry_a.flac not found
[ERROR] FLACFile_real   [load] Error in 
process_until_end_of_stream()
[ERROR] SongReader  [readSong] Error loading sample: 
/usr/share/hydrogen/data/drumkits/GMkit/tom_Rock_mid.flac not found
[ERROR] FLACFile_real   [load] Error in 
process_until_end_of_stream()
[ERROR] SongReader  [readSong] Error loading sample: 
/usr/share/hydrogen/data/drumkits/GMkit/hhp_Dry_a.flac not found
[ERROR] FLACFile_real   [load] Error in 
process_until_end_of_stream()
[ERROR] SongReader  [readSong] Error loading sample: 
/usr/share/hydrogen/data/drumkits/GMkit/tom_Rock_hi.flac not found
[ERROR] FLACFile_real   [load] Error in 
process_until_end_of_stream()
[ERROR] SongReader  [readSong] Error loading sample: 
/usr/share/hydrogen/data/drumkits/GMkit/hhc_Rock_b.flac not found
[ERROR] FLACFile_real   [load] Error in 
process_until_end_of_stream()
[ERROR] SongReader  [readSong] Error loading sample: 
/usr/share/hydrogen/data/drumkits/GMkit/misc_Cowbell.flac not found
[ERROR] FLACFile_real   [load] Error in 
process_until_end_of_stream()
[ERROR] SongReader  [readSong] Error loading sample: 
/usr/share/hydrogen/data/drumkits/GMkit/cym_Jazz.flac not found
[ERROR] FLACFile_real   [load] Error in 
process_until_end_of_stream()
[ERROR] SongReader  [readSong] Error loading sample: 
/usr/share/hydrogen/data/drumkits/GMkit/cra_Rock_a.flac not found
[ERROR] FLACFile_real   [load] Error in 
process_until_end_of_stream()
[ERROR] SongReader  [readSong] Error loading sample: 
/usr/share/hydrogen/data/drumkits/GMkit/cym_Rock_b.flac not found
[ERROR] FLACFile_real   [load] Error in 
process_until_end_of_stream()
[ERROR] SongReader  [readSong] Error loading sample: 
/usr/share/hydrogen/data/drumkits/GMkit/cra_Jazz.flac not found



-- System Information:
Debian Release: lenny/sid
 APT prefers unstable
 APT policy: (990, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22.1-rt9 (SMP w/1 CPU core; PREEMPT)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages hydrogen depends on:
ii  libasound2 1.0.14a-2 ALSA library
ii  libc6  2.6.1-6   GNU C Library: Shared libraries
ii  libflac++6 1.2.1-1   Free Lossless Audio Codec - 
C++ ru
ii  libflac8   1.2.1-1   Free Lossless Audio Codec - 
runtim

ii  libgcc11:4.2.2-3 GCC support library
ii  libjack0   0.103.0-6 JACK Audio Connection Kit 
(librari
ii  liblrdf0   0.4.0-1+b2a library to manipulate RDF 
files
ii  libqt3-mt  3:3.3.7-9 Qt GUI Library (Threaded 
runtime v
ii  libraptor1   

Bug#442269: nfs-common: showmount lists nfs mounts that are no more mounted.

2007-10-19 Thread Steinar H. Gunderson
On Fri, Sep 14, 2007 at 04:22:53PM +0200, Angelo Paccosi wrote:
> the showmount -a command shows wrong mounted nfs filesystem: this seems to 
> happen when I attempt to mount on the client two times the same exported 
> directory..

Could you describe what you mean by "wrong mounted nfs filesystem"? What does
the command output, and what do you expect it to output?

/* Steinar */
-- 
Homepage: http://www.sesse.net/



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



Bug#446238: nfs-common: Locks when using nfs4 sec=krb5 and user ticket expires

2007-10-19 Thread Steinar H. Gunderson
On Mon, Oct 15, 2007 at 12:39:20AM +0100, Pedro Celestino dos Reis Rodrigues 
wrote:
>> I'm sorry, but I've tried to read this a couple of times, and I really
>> cannot understand what you're trying to say. Are you saying that an expired
>> ticket for A blocks B's access?
> Yes, that is precisely the problem.

OK, I'm not in a position to reproduce this, and I'm still not entirely sure
precisely what your setup is like. I think upstream is in a better position
than me to handle this -- could you send them an e-mail at
[EMAIL PROTECTED] and see if they can help you with your problem?

/* Steinar */
-- 
Homepage: http://www.sesse.net/



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



Bug#353607: Related problem?

2007-10-19 Thread Georg Neis
Package: zsh
Version: 4.3.4-22

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

Hello,
I wanted to report the following bug and came across this report.  It 
may be related.

traal% ls -a
./  ../
traal% mkdir a b
traal% touch a/1 b/1
traal% print -l *(F)
a
b
traal% mv a à
traal% print -l *(F)
b

Best regards,
Georg

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-2-k7

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.de.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-=
debconf  | 1.5.14
 OR debconf-2.0  | 
libc6   (>= 2.6.1-1) | 2.6.1-6
libncurses5 (>= 5.6) | 5.6+20071013-1





Bug#117318: Hello my dear, ( [EMAIL PROTECTED] )

2007-10-19 Thread Fabio

what the fuck is that???

[EMAIL PROTECTED]
Launchpad User https://launchpad.net/~stratosphere1982
Ubuntu 7.10 [Gutsy Gibbon] user
 
 "Non voglio aver subito ciò che più bramo

  nè mi piace una facile vittoria".
   Petronio
 




Jasmine wrote:

Hello my dear,  ( [EMAIL PROTECTED] )

My name is Favour, I am a single girl not married , don't have any
children. I found your address while browsing with the little time i
have in the internet while searching for a nice man who understands
love with trust and faith, rather seeing it as a way of fun , but a
matured man with good scence of humore. i found you believing that by
God's grace we can have good lifes together as it was directed by the
spirit. please contact me using this email below. (
[EMAIL PROTECTED]) i will be waiting to read response from you
so i can send my pictures for further introductions.
Thanks and God bless
Favour

please contact me with this address  [EMAIL PROTECTED] 





  





Bug#447268: [Pkg-lyx-devel] Bug#447268: lyx: please pack maintenance version LyX 1.5.2

2007-10-19 Thread Per Olofsson
Hi,

G. Milde wrote:
> The LyX team at www.lyx.org anounced a new upstream release.
> As this is said to fix numerous problems, I would like to see it packed for
> Debian ASAP.

OK, will try to upload it soon. Thanks for alerting me!

-- 
Pelle



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



Bug#447228: uswsusp: [INTL:eu] Basque debconf templates translation

2007-10-19 Thread pi
Christian Perrier-(e)k esan zuen:
> Quoting Piarres Beobide ([EMAIL PROTECTED]):
> > Package: uswsusp
> > Severity: wishlist
> > Tags: patch l10n
> > 
> > Hi
> > 
> > Attached uswsusp debconf templates basque translation, please commit it.
> 
> 
> Unfortunately, 3 strings got forgotten in the earlier call for
> translations.
> 
> Could you consider completing the attached file ?
> 
> 


Attached completed file, sorry by the inconvenience.

thx


-- 
Piarres Beobide
# translation of uswsusp-eu.po to Euskara
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Piarres Beobide <[EMAIL PROTECTED]>, 2007.
msgid ""
msgstr ""
"Project-Id-Version: uswsusp-eu\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-10-13 18:43+0200\n"
"PO-Revision-Date: 2007-10-19 21:24+0200\n"
"Last-Translator: Piarres Beobide <[EMAIL PROTECTED]>\n"
"Language-Team: Euskara <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"

#. Type: select
#. Description
#: ../uswsusp.templates:2001
msgid "Swap space to resume from:"
msgstr "Bertatik jarraitzeko Swap lekua:"

#. Type: select
#. Description
#: ../uswsusp.templates:2001
msgid ""
"To be able to suspend the system, uswsusp needs a swap partition or file to "
"store a system snapshot. Please choose the device to use, from the list of "
"suitable swap spaces, sorted by size (largest first)."
msgstr ""
"Sistema esekitzeko gai izateko, uswsusp-ek sistema egoera-argazkia "
"gordetzeko swap partizio bat behar du. Mesedez hautatu erabili behar den "
"gailua tamainaz ordenatutako (handiena lehenik) swap erabilgarri leku "
"zerrendatik."

#. Type: error
#. Description
#: ../uswsusp.templates:4001
msgid "No suitable swap space for software suspend"
msgstr "Ez dago swap leku erabilgarririk software esekitzerako"

#. Type: error
#. Description
#: ../uswsusp.templates:4001
msgid ""
"To be able to suspend the system, uswsusp needs a swap partition or file to "
"write a system snapshot to. No such space seems to be available for this."
msgstr ""
"Sistema esekitzeko gai izateko, uswsusp-ek sistema egoera-argazkia "
"gordetzeko swap leku edo fitxategi bat behar du. Ez dirudi hau egiteko "
"lekurik dagoenik."

#. Type: error
#. Description
#: ../uswsusp.templates:4001
msgid ""
"You should create a swap partition or file, preferably twice the size of the "
"system's physical RAM."
msgstr ""
"Swap partizio edo fitxategi bat sortu beharko zenuke, aukeran sistemaren RAM "
"fisikoaren tamaina bikoitzekoa."

#. Type: error
#. Description
#: ../uswsusp.templates:4001
msgid "Then, run 'dpkg-reconfigure uswsusp' or edit the configuration file 
manually."
msgstr ""
"Orduan 'dpkg-reconfigure uswsusp' abiarazi edo konfigurazio fitxategia eskuz "
"editatu."

#. Type: error
#. Description
#: ../uswsusp.templates:5001
msgid "No userspace software suspend support in the kernel"
msgstr "Ez dago erabiltzaile eremuko esekitze onarpena kernel-ean"

#. Type: error
#. Description
#: ../uswsusp.templates:5001
msgid ""
"The current kernel doesn't support userspace software suspend. Please "
"recompile the kernel with the 'CONFIG_SOFTWARE_SUSPEND=y' option."
msgstr ""
"Uneko kernel-ak ez du erabiltzaile eremuko software esekitzea onartzen. "
"Mesedez kernela 'CONFIG_SOFTWARE_SUSPEND=y' aukeraz birkonpilatu ezazu."

#. Type: boolean
#. Description
#: ../uswsusp.templates:6001
msgid "Continue without a valid swap space?"
msgstr "Baliozko swap leku gabe aurreara jarraitu?"

#. Type: boolean
#. Description
#: ../uswsusp.templates:6001
msgid ""
"The swap file or partition that was found in uswsusp's configuration file is "
"not active."
msgstr ""
"Uswsusp konfigurazio fitxategian aurkitu den swap fitxategi edo partizioa ez "
"dago gaiturik."

#. Type: boolean
#. Description
#: ../uswsusp.templates:6001
msgid ""
"In most cases this means userspace software suspend will not work as "
"expected. You should choose another swap space."
msgstr ""
"Kasu gehienetan honek software esegiteak behar bezala ez funtzionatzea "
"eragingo du. Beste swap leku bat hautatu beharko zenuke."

#. Type: boolean
#. Description
#: ../uswsusp.templates:6001
msgid "However, in some rare cases, this configuration may be intentional."
msgstr "Hala ere, kasu batzuetan konfigurazio hau hala nahi delko izan liteke."

#. Type: string
#. Description
#: ../uswsusp.templates:7001
msgid "The device node through which uswsusp can talk to the kernel:"
msgstr "Uswsusp-ek kernelarekin harremanak izateko gailu nodoa:"

#. Type: string
#. Description
#: ../uswsusp.templates:7001
msgid ""
"If this is empty, the hardcoded default, /dev/snapshot, is used. This should "
"be OK in almost all cases. Don't change this unless there is a good reason "
"to do so."
msgstr ""
"Hutsi egonez gero, lehenetsiriko /dev/snapshot erabiliko da, Hau zuzena izan "
"beharko litzateke kasu gehienetan. Ez h

Bug#445716: rkhunter: can't disable some /dev/shm "suspicious files" tests

2007-10-19 Thread Tim Connors
On Tue, 16 Oct 2007, Julien Valroff wrote:

>
> Le mardi 16 octobre 2007 à 23:21 +1000, Tim Connors a écrit :
> > On Mon, 8 Oct 2007, Julien Valroff wrote:
> >
> > >
> > > Le lundi 08 octobre 2007 à 08:45 +1000, Tim Connors a écrit :
> > > [...]
> > > > Also, there is no documentation as to what a "suspicious file" in /dev
> > > > entails.
> > >
> > > The do_dev_whitelist_check() function seems quite clear on what a
> > > suspcious file is:
> > > FNAME=`${FILE_CMD} ${RKHTMPVAR} | cat -v | tr ' ' ' ' | tr -s ' ' | egrep 
> > > -v ' (character special|block special|socket|fifo \(named pipe\)|symbolic 
> > > link to|empty|directory|MAKEDEV)'`
> > >
> > > in clear: a suspicious file is everything that is not standard/common in 
> > > /dev
> >
> > Hmmm, should still have the ability to whitelist entire directories in
> > that case (I suspect a /dev/shm/* wildcard already does this though),
> It does not work this way.
>
> I have tested with resolvconf which keeps some files
> under /dev/shm/resolvconf, and with the following line in rkhunter.conf,
> ALLOWDEVFILE=/dev/shm/resolvconf/*
>
> I had:
> [18:17:57] Info: Starting test name 'filesystem'
> [18:17:57] Info: SCAN_MODE_DEV set to 'THOROUGH'
> [18:17:58] Info: Found file '/dev/shm/resolvconf/resolv.conf': it is 
> whitelisted.
> [18:18:15]   Checking /dev for suspicious file types [ Warning ]
> [18:18:15] Warning: Suspicious files found in /dev:
> [18:18:15]  /dev/shm/resolvconf/interface/eth1.inet: ASCII text
>
>
> > since /dev/shm is, as far as I am aware, a perfectly legal place to put
> > any old temporary files -
> It is indeed
>
> However, I am not sure /dev/shm should be whitelisted globally, nor that
> the user should have this possibility. Even /dev/shm can contain
> malicious file (as well as /tmp, cf suspscan test which is disabeld by
> default)

That's my feeling, and as it is identical to the /tmp and /var/tmp case,
it should be treated in the same way.  Currently the config file options
and recomendation to not test /tmp and /var/tmp because it is just too
hard and slow (and false positives are just as bad as false negatives)
should get extended to /dev/shm, with appropriate logic in the rkhunter
script.

> Having the possibility to whitelist individual files is good from the
> user point of view, and better as far as security is concerned, what do
> you think?

It's perhaps adequate, but I do really fail to see how non-ordinary files
in a temporary files directory could ever signal something suspicious is
going on without giving an undue amount of false positives.


> Clearly, you are right. Though rkhunter documentation is good, it is not
> very specific on what does each individual test. I will open a wishlist
> bug report on the upstream bug tracker.

Thanks.

-- 
TimC
Probably best see a real doctor and not take too much diagnostic advice
from a bunch of sysadmins who consider the body a meat computer that
needs debugging.   -- Anthony de Boer on possible nerve damage in ASR

Bug#447321: Display is washed out, too bright. No adjustment will correct for over bright display

2007-10-19 Thread Brice Goglin
forcemerge 440174 447321
thank you



Bryan Cebuliak wrote:
> Package: xserver-xorg-video-ati
> Version: 1:6.7.195-2
>
> This experimental version when loaded onto my current Sid partition
> causes the same problem as on my Gutsy Ubuntu partition, suprise!  It
> is no damn good. Please do not add it to unstable as is.
>
> see:
> http://bugs.freedesktop.org/show_bug.cgi?id=12844
> and:
> https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-driver-ati/+bug/152312
>   


Marcus Better already reported this problem in #440174 (and he even said
so in the upstream bug report).

6.7.195-2 is supposed to go into unstable when 6.8 will be released.

Brice




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



Bug#444792: Unwanted mounts

2007-10-19 Thread Michael Biebl
Hi,

please read /etc/hal/fdi/policy/preferences.fdi
and comment out the section for ignoring non-removable devices.

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



signature.asc
Description: OpenPGP digital signature


Bug#447304: digikam is currently uninstallable on amd64 unstable

2007-10-19 Thread Nicolas DEGAND
Package: digikam
Severity: serious

Digikam is currently uninstallable on amd64 unstable due to these 
missing packages :

libkdcraw1
libkekiv2-1

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash




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



Bug#447071: patches

2007-10-19 Thread Steve Langasek
On Fri, Oct 19, 2007 at 04:34:24PM -0600, dann frazier wrote:

> > > Index: dhclient-script
> > > ===
> > > --- dhclient-script   (revision 49779)
> > > +++ dhclient-script   (working copy)
> > > @@ -89,6 +89,10 @@
> > >  # Get the domain name into a file suitable for netcfg to read.
> > >  echo -n "$new_domain_name" > /tmp/domain_name
> > >  
> > > +if [ -n "$new_ntp_servers" ]; then
> > > +echo -n "$new_ntp_servers" > /tmp/dhcp-ntp-servers
> > > +fi
> > 
> > I'd probably use printf instead of echo -n although it will work in the
> > d-i environment.

> OK. Just for my benefit, what's the difference? I assume the 'echo -n'
> above my change should get changed as well?

printf is POSIX, echo -n is faux-POSIX. :)  (echo -n is explicitly listed in
Debian policy as an additional non-POSIX feature required from /bin/sh in
the installed system; that's not really a constraint for d-i, aside from
existing code that assumes its availability.)

-- 
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/



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



Bug#447071: patches

2007-10-19 Thread dann frazier
On Thu, Oct 18, 2007 at 07:50:22PM -0400, Joey Hess wrote:
> dann frazier wrote:
> > +   # If DHCP provides multiple servers, ignore all but the first
> > +   dhcp_ntp=`echo $RET | cut -d' ' -f1`
> 
> Please quote "$RET" here to make it less easy for a rogue NTP server to
> (accidentially) root d-i. :-)

Will do.

> > Index: dhclient-script
> > ===
> > --- dhclient-script (revision 49779)
> > +++ dhclient-script (working copy)
> > @@ -89,6 +89,10 @@
> >  # Get the domain name into a file suitable for netcfg to read.
> >  echo -n "$new_domain_name" > /tmp/domain_name
> >  
> > +if [ -n "$new_ntp_servers" ]; then
> > +echo -n "$new_ntp_servers" > /tmp/dhcp-ntp-servers
> > +fi
> 
> I'd probably use printf instead of echo -n although it will work in the
> d-i environment.

OK. Just for my benefit, what's the difference? I assume the 'echo -n'
above my change should get changed as well?

Thanks for your review.

-- 
dann frazier




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



Bug#447168: gosmore/gaia: gpsd accepted in unstable - rising severity

2007-10-19 Thread Bernd Zeimetz
severity 447168 serious
severity 447160 serious
thanks

Hi,

gpsd passed NEW some hours ago, so I'm rising the severity as gaia and
gosmore will FTBFS and won't be installable anymore in unstable.


Cheers,

Bernd

-- 
Bernd Zeimetz
<[EMAIL PROTECTED]> 



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



  1   2   3   >