Bug#327049: progress on this bug? -- wwwoffle: Restores removed conffile

2005-12-27 Thread Justin Pryzby
Is there any progress on this bug?
http://bugs.debian.org/327049

-- 
Clear skies,
Justin


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



Bug#340072: progress on this bug? -- xsp: FTBFS: dh_installxsp not found

2005-12-27 Thread Justin Pryzby
Is there any progess on this bug?  Where is dh_installxsp supposed to
come from?

-- 
Clear skies,
Justin


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



Bug#321888: Processed: Re: less: fails to read all data from pipe

2005-12-27 Thread Steve M. Robbins
Here's another example of "merge" being super-picky: why on earth
does the "forwarded addr" matter??

-Steve


On Tue, Dec 27, 2005 at 11:18:04PM -0800, Debian Bug Tracking System wrote:
> Processing commands for [EMAIL PROTECTED]:
> 
> > reassign 179729 cvs
> Bug#179729: less: fails to read all data from pipe
> Bug reassigned from package `less' to `cvs'.
> 
> > merge 179729 228458
> Bug#179729: less: fails to read all data from pipe
> Bug#228458: cvs: cvs diff can discard some output
> Mismatch - only Bugs in same state can be merged:
> Values for `forwarded addr' don't match:
>  #179729 has [EMAIL PROTECTED]';
>  #228458 has `'
> 
> > thanks
> Stopping processing here.
> 
> Please contact me if you need assistance.
> 
> Debian bug tracking system administrator
> (administrator, Debian Bugs database)
> 


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



Bug#344873: should be a way to get a sudo-only root system

2005-12-27 Thread Joey Hess
Christian Perrier wrote:
> Instead of a preseedable question, we could setup a sudo account when
> the root password is set to NULL.

The issue I see with that is that a user may be suprised when they
accidentially hit enter at the root password prompt and it goes off and
configures some strange sudo setup.

And it makes it harder for the promised heated discussion about
the question default to occur, since there's no separate question.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#341675: qt-x11-free build fails

2005-12-27 Thread Steve M. Robbins
Dear Grant,

On Sun, Dec 25, 2005 at 12:27:59AM -0700, Grant Grundler wrote:

> Can you provide more context around the offending insn?
> 10 lines of asm before and after the SIGILL instruction?
> And possibly a register dump just before the SIGILL is issued?
> It would be interesting to know what %SP is.

Rather than debugging this by remote control, you might find it 
easier to simply run "uic" yourself.  Obtain the sources for
cppunit (e.g. by "apt-get source cppunit) then do:

cd src/qttestrunner
/usr/share/qt3/bin/uic testbrowserdlg.ui -o testbrowserdlg.h

(per 
http://buildd.debian.org/fetch.php?&pkg=cppunit&ver=1.10.2-5&arch=hppa&stamp=1134615988&file=log&as=raw)

Regards,
-Steve





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



Bug#179729: less: fails to read all data from pipe

2005-12-27 Thread Steve M. Robbins
reassign 179729 cvs
merge 179729 228458
thanks

On Wed, Dec 28, 2005 at 01:06:49AM +0100, Vincent Lefevre wrote:
> On 2003-02-04 01:25:13 -0500, Steve M. Robbins wrote:
> > I use "cvs diff 2>&1 | less" a lot.  It turns out that if the diff is
> > large, part of the text is not displayed.  I verified this by redirecting
> > the diff to a file and using "less" on the file -- in that case I see
> > all the text.
> 
> I doubt very much that less is the culprit here, since cvs has a
> well-known bug for this particular case (which also occurs with
> grep, BTW). See
> 
>   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=232555

Yeah, that sounds like it.  BTS 228458 sounds even more like 
my bug.

Thanks,
-Steve


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



Bug#343239: ogre: FTBFS: dh_compress: Can't cd to debian/libogre5-dbg: No such file or directory

2005-12-27 Thread Andreas Jochens
tags 343239 +patch
thanks

The attached patch fixes the problem.

Regards
Andreas Jochens

diff -urN ../tmp-orig/ogre-1.0.6/debian/rules ./debian/rules
--- ../tmp-orig/ogre-1.0.6/debian/rules 2005-12-27 18:36:33.0 +
+++ ./debian/rules  2005-12-27 18:33:01.0 +
@@ -129,7 +129,7 @@
dh_installman -a
dh_link -a
dh_strip -a --dbg-package=libogre5c2a
-   dh_compress -plibogre5c2a -plibogre-dev -plibogre5-dbg -pogre-tools
+   dh_compress -plibogre5c2a -plibogre-dev -plibogre5c2a-dbg -pogre-tools
dh_fixperms -a
dh_makeshlibs -a
dh_installdeb -a


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



Bug#259324: serious

2005-12-27 Thread Justin Pryzby
severity 259324 serious
clone 259324 -1
clone 259324 -2
severity -2 minor
retitle -2 tkrat: typo in ./configure --help output; s/eanbled/enabled/
retitle -1 tkrat: FTBFS missing --with-tcl-include
tag -1 patch
tag 259324 confirmed
thanks

I can trivial reproduce this bug as per the submitters instructions;
this package appears to not meet the policy requirements for
documenting packages' dependencies.

There are lots of valgrind warnings, probably from the underlying tcl
stuff, and it seems that the SEGV is ultimately from a NULL pointer.

Of course, the fix is trivial; add an explicit dependency on tk8.4.

There is also an FTBFS present, fixed by configuring with
--with-tcl-include=/usr/include/tcl8.4.

But then I get:
checking system version (for imap & dynamic loading)... ./configure:
line 7109: syntax error near unexpected token `('

There is also a typo:
  --with-ssl  Enable/disable SSL support (default eanbled)


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



Bug#344873: should be a way to get a sudo-only root system

2005-12-27 Thread Christian Perrier
Quoting Joey Hess ([EMAIL PROTECTED]):
> Package: user-setup
> Severity: normal
> 
> There should be a way, ideally a debconf question that is preseedable
> and available at low priority, to get a system that has the root account
> locked and has the user account set up to be able to get root with sudo.
> (As seen in Ubuntu.)

I agree. I think this is a very useful feature in Ubuntu.

Instead of a preseedable question, we could setup a sudo account when
the root password is set to NULL.

I suggest we implement as much as possible from Ubuntu patches to
shadow config scripts.




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



Bug#286929: Bug#320519: remove gtkhtml3.2 ?

2005-12-27 Thread Steve Langasek
On Wed, Dec 28, 2005 at 12:44:33AM -0500, Justin Pryzby wrote:
> Can gtkhtml3.2 be removed from the archive?  Jeroen note that it
> should be removed soon some 4 months ago, and the 2 pacakges which
> used to depend on it apparently have moved to a newer version.


On Wed, Dec 28, 2005 at 12:48:26AM -0500, Justin Pryzby wrote:
> Can this package be removed, too?

They already have been...?

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


signature.asc
Description: Digital signature


Bug#329387: Security advisory posted

2005-12-27 Thread David Miller
Upstream security advisory for this issue has been posted at
http://www.bugzilla.org/security/2.16.10-nr/

-- 
Dave Miller   http://www.justdave.net/
System Administrator, Mozilla Corporation  http://www.mozilla.com/
Project Leader, Bugzilla Bug Tracking System  http://www.bugzilla.org/


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



Bug#286929: remove gtkhtml3.0 ?

2005-12-27 Thread Justin Pryzby
Can this package be removed, too?

-- 
Clear skies,
Justin


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



Bug#126471: grave bug? chdrv: freezes terminal on startup

2005-12-27 Thread Justin Pryzby
Hello Martin,

You changed the severity of this bug to 'grave' without any
explanation:
  http://bugs.debian.org/126471

Though I don't know anything about chdrv, I wonder whether this was
the wrong bug?

-- 
Clear skies,
Justin


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



Bug#344980: please provide an package source filename search

2005-12-27 Thread Justin Pryzby
Package: ftp.debian.org, www.debian.org
Severity: wishlist
File: ftp://debian.org/, http://packages.debian.org,
 http://www.debian.org/distrib/packages

I would find it useful to be able to search the filenames of sources
of Debian packages.  Something like an Contents-src.sid.tar.bz2 or
whatever.


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



Bug#320519: remove gtkhtml3.2 ?

2005-12-27 Thread Justin Pryzby
Can gtkhtml3.2 be removed from the archive?  Jeroen note that it
should be removed soon some 4 months ago, and the 2 pacakges which
used to depend on it apparently have moved to a newer version.

-- 
Clear skies,
Justin


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



Bug#344979: snmpd: segfaults on amd64 when receiving some traps

2005-12-27 Thread Nicole
Package: snmpd
Version: 5.2.1.2-4
Severity: important


When receiving some SNMP traps, snmptrapd on amd64 crashes (the same 
traps do not crash on a 32-bit OS). I have tested this on version 
5.1.2 (stable) and 5.2.1 (testing, compiled from the debian source). 
I can provide a packet capture of a "bad" trap, and a "good" trap that
I've been using for testing reproducibility of the problem if that would
help.

Error from 5.1.2:

Dec 27 19:58:06 localhost snmpd[11631]: NET-SNMP version 5.1.2
Dec 27 19:58:07 localhost snmptrapd[11634]: 2005-12-27 19:58:07 NET-SNMP 
version 5.1.2 Started.
Dec 27 19:58:27 localhost kernel: snmptrapd[11634]: segfault at 
0014 rip 2b6c8be0 rsp 7fcdf688 error 4

Error from 5.2.1:

Dec 27 20:40:26 localhost snmptrapd[12023]: 2005-12-27 20:40:26 NET-SNMP 
version 5.2.1.2 Started.
Dec 27 20:40:26 localhost snmpd[12021]: NET-SNMP version 5.2.1.2
Dec 27 20:40:36 localhost kernel: snmptrapd[12023] general protection 
rip:2b887be0 rsp:7f9e3588 error:0

Example of "bad" trap (as written to syslog, true source is McAfee's ePolicy
Orchestrator "test" trap):

Dec 27 19:46:23 tonto snmptrapd[5061]: 2005-12-27 19:46:23
testbox [192.168.168.60] (via 192.168.168.243) TRAP,
SNMP v1, community public
^ISNMPv2-SMI::enterprises.3401.12.2.1.1.4.1.1.337 Enterprise Specific
Trap (1) Uptime: 162 days, 15:23:01.38
^ISNMPv2-SMI::enterprises.3401.12.2.1.1.4.1.1.9.337 = STRING:
"Test"^ISNMPv2-SMI::enterprises.3401.12.2.1.1.4.1.1.11.337 = STRING:
"Directory"^ISNMPv2-SMI::enterprises.3401.12.2.1.1.4.1.1.12.337 =
STRING: "Directory"^ISNMPv2-SMI::enterprises.3401.12.2.1.1.4.1.1.18.337
= STRING: "Any"^ISNMPv2-SMI::enterprises.3401.12.2.1.1.4.1.1.19.337 =
STRING: "Any"^ISNMPv2-SMI::enterprises.3401.12.2.1.1.4.1.1.33.337 =
STRING: "(Any)"^ISNMPv2-SMI::enterprises.3401.12.2.1.1.4.1.1.15.337 =
STRING: "12/22/05 10:36:24
AM"^ISNMPv2-SMI::enterprises.3401.12.2.1.1.4.1.1.31.337 = STRING: "Not
Available"^ISNMPv2-SMI::enterprises.3401.12.2.1.1.4.1.1.32.337 = STRING:
"Not Available"^ISNMPv2-SMI::enterprises.3401.12.2.1.1.4.1.1.16.337 =
STRING: "0"^ISNMPv2-SMI::enterprises.340

Example of "safe" trap (as written by snmptrapfmt, don't have the
original syslog unfortunately, true source is a Websense server):

20051221.133044#192.168.168.62#(null)#6#4102#8818800#[1]
SNMPv2-SMI::enterprises.23365.4102.1 (OctetString) : Date: 12/21/2005
1:33:28 PM.Type: Warning.Source: CPM Server..Websense CPM Alert:
Malicious Software Application Launched..Client Machine Name:
TEST-150XP.Client IP Address: 192.168.168.42.Domain: TEST..The
application A:\\PATCH.EXE, categorized as a Malicious Software
application by Client Policy Manager, has been launched on the machine
identified above. This presents a potential threat to your network.  To
block this executable, an appropriate rule must be properly placed in
the CPM rule base...For complete instructions on creating and
positioning rules, refer to the Websense Enterprise Client Policy
Manager Administrator's Guide, available from
http://www.websense.com/global/en/SupportAndKB/ProductDocumentation.#[2]
SNMP-COMMUNITY-MIB::snmpTrapAddress.0 (OctetString) : 10.10.10.1#[3]
SNMP-COMMUNITY-MIB::snmpTrapCommunity.0 (OctetString) : public

Websense seems to only send one field along, while the ePO test sent
many, but I haven't been able to test and see if other numbers of fields 
cause problems. 

I can provide more information as necessary. 

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.12-42-em64t-p4-smp
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages snmpd depends on:
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libsensors3  1:2.9.1-1sarge2 library to read temperature/voltag
ii  libsnmp9 5.2.1.2-4   NET SNMP (Simple Network Managemen
ii  libwrap0 7.6.dbs-8   Wietse Venema's TCP wrappers libra

-- no debconf information


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



Bug#303651: (no subject)

2005-12-27 Thread Justin Pryzby
test


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



Bug#344621: fuser -k: like fuser; fuser -k of versions past

2005-12-27 Thread Craig Small
On Sat, Dec 24, 2005 at 08:31:08AM +0800, Dan Jacobson wrote:
> fuser -k apparently does what the man page says, but it also now makes
> lots of output, like if one did
> $ fuser FILE; fuser -k FILE
> I see, I must now do
> $ fuser -k FILE 2>&-
> to get the old behavior.
I cannot see any difference between the old one and the new one.
It kills the process using that file. The stderr/stdout output look the
same too.

 - Craig

-- 
Craig Small  GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
Eye-Net Consulting http://www.enc.com.au/   MIEE Debian developer
csmall at : enc.com.au  ieee.org   debian.org


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



Bug#344978: fetchmailconf: typos an clarifications in helpfile

2005-12-27 Thread Justin Pryzby
Package: fetchmailconf
Version: 6.2.5.4-1
Severity: minor

I see the following in "Fetchmail novice configuration help":

  5. A polling interval.

What are the units?  Seconds?  Minutes?

  6. Options to fetch old messages as well as new, uor to suppress
  deletion of fetched message.

Please s/ uor / or / if thats what is meant.


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



Bug#303651: (no subject)

2005-12-27 Thread Justin Pryzby
test


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



Bug#344977: python-cheetah: New upstream release

2005-12-27 Thread Seo Sanghyeon
Package: python-cheetah
Version: 0.9.16-1
Severity: wishlist

Cheetah 1.0 is now available.


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



Bug#344976: syntax error on /var/lib/dpkg/info/debsecan.config

2005-12-27 Thread Nelson A. de Oliveira
Package: debsecan
Version: 0.3.2
Severity: normal

Hi!

Today while upgrading debsecan to version 0.3.2, I saw this error:

Setting up debsecan (0.3.2) ...
/var/lib/dpkg/info/debsecan.config: 30: arith: syntax error: "STATE + 1"
dpkg: error processing debsecan (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 debsecan

Line 30 of /var/lib/dpkg/info/debsecan.config is just a "done". I don't know 
what could be...

Thank you
Nelson

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.13-rc5-mm1
Locale: LANG=pt_BR, LC_CTYPE=pt_BR (charmap=ISO-8859-1) (ignored: LC_ALL set to 
pt_BR)

Versions of packages debsecan depends on:
ii  debconf [debconf-2.0] 1.4.66 Debian configuration management sy
ii  python2.3.5-3An interactive high-level object-o

Versions of packages debsecan recommends:
ii  cron  3.0pl1-92  management of regular background p
ii  postfix [mail-transport-agent 2.2.7-1A high-performance mail transport 

-- debconf information:
  debsecan/suite: GENERIC
  debsecan/report: true


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



Bug#341804: Cannot install double width * and ?

2005-12-27 Thread Ming Hua
tag 341804 upstream
thanks

On Sun, Dec 18, 2005 at 10:50:02PM +0800, Bug Filler wrote:
> This is an upstream problem, anyway.

Yes, of course.  I've reported this bug to upstream, upstream developers
acknowledged it and provided a workaround:  Run scim-setup as root, and
you should be able to change the wildcard key yourself (I assume at
IMEngine -> Generic Table page, Table Management tab, and the Properties
button).  Of course I think this will modify the table files in
/usr/share/scim/tables/ directly and the change won't be preserved
during upgrades, but a workaround nevertheless.

Hope it can temporarily solve your problem, and please let me know if
you try it.

Thanks,
Ming
2005.12.27


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



Bug#344975: libgnomecanvasmm-2.6-dev: Package lacks for static linking library

2005-12-27 Thread Leandro Lucarella
Package: libgnomecanvasmm-2.6-dev
Version: 2.10.0-1
Severity: important
Tags: patch



Patch:
- BEGIN -
--- debian/rules.orig   2005-12-28 01:00:46.640784808 -0300
+++ debian/rules2005-12-28 00:37:09.495223680 -0300
@@ -35,7 +35,7 @@
 config.status: configure
dh_testdir
# Add here commands to configure the package.
-   ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) 
--prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info 
CXXFLAGS="$(CXXFLAGS)"
+   ./configure --enable-static --host=$(DEB_HOST_GNU_TYPE) 
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info CXXFLAGS="$(CXXFLAGS)"
 
 
 build: build-stamp
-- END --


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12-1-k7
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)

Versions of packages libgnomecanvasmm-2.6-dev depends on:
ii  libgnomecanvas2-dev   2.10.2-2   A powerful object-oriented display
ii  libgnomecanvasmm-2.6-1c2a 2.10.0-1   C++ wrappers for libgnomecanvas2 (
ii  libgtkmm-2.4-dev  1:2.6.5-1  C++ wrappers for GTK+ 2.4 (develop

libgnomecanvasmm-2.6-dev recommends no packages.

-- no debconf information


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



Bug#323216: some extra information

2005-12-27 Thread Ming Hua
If any unstable user is still experiencing this bug, you should check if
you have libfam0c102 (2.7.0-7) installed.  If yes, you should remove it
and install libfam0 (2.7.0-8) instead.  This is a dependency problem in
fam that affects smooth upgrade in sid, see #327241 [1] for details
(thanks Loic Minier for tracking this down).

As testing still has scim 1.0.2-3 linked to libstdc++5 (although 1.4.2-1
should enter testing real soon), quite a lot of testing users are
starting to be hit by the opposite sid of this bug - scim linked to
libstdc++5 causes segfaults in GTK apps linked to libstdc++6.  This is
reported and discussed in #343313/#343060 [2,3].  #342198 [4] seems to
be a similar problem (altough only the libstdc++ allocator transition)
as well.

1. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=327241
2. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=343313
3. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=343060
4. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=342198

Ming
2005.12.27


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



Bug#344973: dh_makeshlibs

2005-12-27 Thread Justin Pryzby
You can fix the problem by generating the shlibs file dynamically with
dh_makeshlibs.  You have to call it before dh_shlibdeps for the
binaries.  (This is untested, but the typical way of doing it now, I
gather).

-- 
Clear skies,
Justin


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



Bug#249455: djvulibre-bin: gsdjvu available under the CPL

2005-12-27 Thread Barak A. Pearlmutter
Well right, it is a separate driver.  But it is only useful if run as
part of gs, which makes them together a single work.  So if we ship
them together we are in violation of license on gs, which is the GPL.

I've already contacted the AT&T people as well.  And received a
similarly polite but clueless response.  Certainly does not engender
confidence in them as a business in my book!  It seems that they are
releasing software under what they obviously intend to be a free
license, but in a fashion which makes the software worthless to
others.  Why they don't just put it into the public domain is the big
mystery to me.  Some lawyer of theirs must have had NIH syndrome or
something like that, and management either doesn't care to fix the
problem or doesn't have the power to.  Either way is a bad sign.
--
Barak A. Pearlmutter <[EMAIL PROTECTED]>
 Hamilton Institute, NUI Maynooth, Co. Kildare, Ireland
 http://www-bcl.cs.nuim.ie/~barak/


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



Bug#344974: kate: hangs on dialog for concurrent modifications

2005-12-27 Thread Christopher Lane Hinson
Package: kate
Version: 4:3.4.3-3
Severity: normal


- Open a kate project with a few files.  Edit the files normally.
- Open a terminal.
- rm or rename a few of the files.
- In a little bit, you get dialog with a list of concurrent
modifications, hit the ignore button.
- Whoops.  100% cpu.

Seems to be intermittant.

I notice that this only happens on the dialog box where kate lists
multiple files with concurrent modifications.  There seems to be another dialog
that asks about just one file.  That single-file dialog doesn't seem to
hang.

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

Versions of packages kate depends on:
ii  kdelibs4c2a  4:3.4.3-2   core libraries for all KDE applica
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libaudio21.7-3   The Network Audio System (NAS). (s
ii  libc62.3.5-9 GNU C Library: Shared libraries an
ii  libfam0  2.7.0-8 client library to control the FAM 
ii  libfontconfig1   2.3.2-1.1   generic font configuration library
ii  libfreetype6 2.1.10-1FreeType 2 font engine, shared lib
ii  libgcc1  1:4.0.2-5   GCC support library
ii  libice6  6.8.2.dfsg.1-11 Inter-Client Exchange library
ii  libidn11 0.5.18-1GNU libidn library, implementation
ii  libjpeg626b-11   The Independent JPEG Group's JPEG 
ii  libpng12-0   1.2.8rel-5  PNG library - runtime
ii  libqt3-mt3:3.3.5-3   Qt GUI Library (Threaded runtime v
ii  libsm6   6.8.2.dfsg.1-11 X Window System Session Management
ii  libstdc++6   4.0.2-5 The GNU Standard C++ Library v3
ii  libx11-6 6.8.2.dfsg.1-11 X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.8.2.dfsg.1-11 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxi6   6.8.2.dfsg.1-11 X Window System Input extension li
ii  libxinerama1 6.8.2.dfsg.1-11 X Window System multi-head display
ii  libxrandr2   6.8.2.dfsg.1-11 X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0-2   X Rendering Extension client libra
ii  libxt6   6.8.2.dfsg.1-11 X Toolkit Intrinsics
ii  xlibs6.8.2.dfsg.1-11 X Window System client libraries m
ii  zlib1g   1:1.2.3-9   compression library - runtime

Versions of packages kate recommends:
pn  kregexpeditor  (no description available)

-- no debconf information


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



Bug#343469: menu-xdg: The same problem in KDE

2005-12-27 Thread Atsuhito KOHDA
Package: menu-xdg
Version: 0.2.2
Followup-For: Bug #343469

On my testing sytem, I upgraded the system with dsesect today
and menu-xdg was upgraded (0.2.1->0.2.2) in a process but I 
found that there was no Debian menu in the main menu of KDE
after upgrading.

Then I found this bug report and tried to upgrade menu-xdg outside
KDE and I got Debian menu again.

You said

> > Who should address this issue in your opinion?
> Probably gnome-panel could be more robust.

but seeing that KDE has the same problem i guess this might be
a bug of menu-xdg.  Isn't it possible to fix this annoying problem
inside menu-xdg?

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

menu-xdg depends on no packages.

Versions of packages menu-xdg recommends:
ii  menu  2.1.27 generates programs menu for all me

-- no debconf information


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



Bug#343313: Maybe also related to #328421

2005-12-27 Thread Ming Hua
I've heard about such crashes related to scim as well.

The original reporter mentioned #342198 [1] in scim, which is a bug
caused by the libstdc++ allocator transition.  But as it's reported in
testing and scim 1.0.2-3, it looks to me more related to
#328421/#323216 [2,3], which is about the libstdc++ SONAME transition.

In both cases, though, the source of the problem should be the same,
i.e., libstdc++ has unversioned weak symbols.  This is known both by
upstream and the Debian GCC maintainers, and seems won't be fixed
upstream until at earliest GCC 4.2.  This is also mentioned by SDiZ
Cheng in #343060 [4].

scim 1.4.2-1 and friends should be entering testing soon, so this
problem will be covered up.  As the scim maintainer, I agree with
Matthias Klose that adding Conflicts in libstdc++6 is not a very good
idea.  As the workaround of setting GTK_IM_MODULE="xim" exists, it
probably should just be well documented.

1. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=342198
2. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=328421
3. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=323216
4. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=343060;msg=37

Just my two cents,
Ming
2005.12.27


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



Bug#129459: pauline, Time to start

2005-12-27 Thread Lauren
Hey pauline,

Please check below to view your status.

http://129459.floathyde.com/approved

Off? f l o a t s u p . c o m / r e m

Regards,
Lauren



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



Bug#11147: curtis, Time to decide

2005-12-27 Thread Toby
Hey curtis,

Please check below to view your status.

http://11147.floathyde.com/approved

Off? f l o a t s u p . c o m / r e m

Sincerely,
Toby



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



Bug#344973: xmove: shlibs file has no EOL

2005-12-27 Thread Justin Pryzby
Package: xmove
Severity: minor
Version: 2.0beta2-8
File: DEBIAN/shlibs

$ wc -l /var/lib/dpkg/info/*.shlibs |sort -n |head -2
0 /var/lib/dpkg/info/xmove.shlibs
1 /var/lib/dpkg/info/apt-utils.shlibs
$ ls -ald /var/lib/dpkg/info/xmove.shlibs
-rw-r--r-- 1 root root 18 Sep 25 14:18 /var/lib/dpkg/info/xmove.shlibs

The file contains the information that it should, but lacks a newline.
I recommend ensuring that a newline exists, since some random thing
might someday fail and require lots of debugging :)


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



Bug#249455: djvulibre-bin: gsdjvu available under the CPL

2005-12-27 Thread Balbir Thomas
Hi,

I already wrote to AT&T only to get a negative response. It may be 
usefull if you send them a polite note for the same. In view of this
impasse you may close the bug if you like. I was under the impression
that it is a seperate driver and didn't realise it was in the form
of a patch.

regards
b thomas

On Mon, Dec 19, 2005 at 11:26:57PM +, Barak A. Pearlmutter wrote:
> Not clear to me that this is okay, since the code is *only* useful as
> a patch to gs.  If you can get a statement from the gs authors that it
> is okay, that might be satisfactory.  Otherwise it seems safer to just
> continue to whine to AT&T about how stupid they are being in licensing
> a patch using a license incompatible to that of the thing it patches!
> --
> Barak A. Pearlmutter <[EMAIL PROTECTED]>
>  Hamilton Institute & Dept Comp Sci, NUI Maynooth, Co. Kildare, Ireland
>  http://www-bcl.cs.nuim.ie/~barak/



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



Bug#344972: Please add more pointers to debconf-devel(7) (Was: Re: Policy documentation on debconf)

2005-12-27 Thread Justin Pryzby
Package: developers-reference, www.debian.org
Severity: wishlist

Please mention devconf-devel(7) in the developers reference and at
debian.org/devel/

I really hope its clear that debconf-devel needs to have something
else pointing to it, since it is the second time in 30 days that
someone has been unable to find it:

  http://lists.debian.org/debian-mentors/2005/11/msg00258.html
  http://lists.debian.org/debian-mentors/2005/12/msg00383.html

I don't know if this ever made it into DevRef, but I can't find that
it did.

-- 
Clear skies,
Justin


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



Bug#344090: (no subject)

2005-12-27 Thread Nick Barkas
Tags: patch

Here is a small patch to the debian/control file to fix this problem.

diff -urN debian/control.orig debian/control
--- debian/control.orig 2005-12-27 18:23:55.562839000 -0800
+++ debian/control  2005-12-27 18:29:45.460647224 -0800
@@ -19,7 +19,7 @@
 
 Package: python-netcdf
 Architecture: any
-Depends: python (>= 2.3), python (<< 2.4), python-numeric (>= 23.0-7), 
${shlibs:Depends}
+Depends: python (>= 2.3), python (<< 2.4), python-numeric (>= 23.0-7), 
python-scientific (=${Source-Version}) ${shlibs:Depends}
 Description: A netCDF interface for Python
  A Python module to access netCDF files. NetCDF (network Common Data Form)
  is an interface for scientific data access and a freely-distributed



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



Bug#341521: Closing #341521

2005-12-27 Thread Nelson A. de Oliveira
reassign 341521 dh-make 0.38
close 341521 0.39
thanks

If I played correctly with those tags above, this bug was reassigned
to dh-make (where it belongs) and is now closed (this feature was
implemented on version 0.39 of dh-make).

Cheers,
Nelson



Bug#344971: dh-make: Please change to use $@ variable rather than hardcoded names

2005-12-27 Thread Justin Pryzby
Package: dh-make
Version: 0.40
Severity: minor

dh_make touches the following targets by filename:

 $ dpkg -L dh-make |xargs grep -o 'touch [^ ]*'
 /usr/bin/dh_make:touch configure-stamp\n";
 /usr/share/debhelper/dh_make/debiank/rules:touch build-arch-stamp
 /usr/share/debhelper/dh_make/debiank/rules:touch build-indep-stamp
 /usr/share/debhelper/dh_make/debianl/rules:touch build-stamp
 /usr/share/debhelper/dh_make/debianm/rules:touch build-arch-stamp
 /usr/share/debhelper/dh_make/debianm/rules:touch build-indep-stamp
 /usr/share/debhelper/dh_make/debians/rules:touch build-stamp
 /usr/share/doc/dh-make/examples/kde-singlebinary/rules:touch build-stamp

I think each of these should be "touch $@" to avoid repetition of the
target name.

(This might be mentioned in another bug, by me?, but I can't find it
now, so I risk reporting it again.  Well it should probably be
separate anyway.)


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



Bug#329387: CVE assignment for syncshadowdb issue

2005-12-27 Thread David Miller

Moritz Muehlenhoff wrote on 12/27/05 8:30 PM:


this has been assigned CVE-2005-4534 by MITRE. Please refer to it
in the 2.16.11 release notes.


Thanks!  I'm not getting any traction on trying to push a full release 
out for this.  Seems nobody cares about the 2.16 branch anymore (it's 
two stable releases back, and due for EOL on security support by us in a 
couple weeks anyway).  Or it could be that anyone who cares is still on 
Christmas vacation.  Anyhow, I'll have an advisory going out in a few 
hours which just points at the patch.  In reality there's probably very 
few sites using this feature.  There will be a 2.16.11 release, just not 
tonight.


--
Dave Miller   http://www.justdave.net/
System Administrator, Mozilla Corporation  http://www.mozilla.com/
Project Leader, Bugzilla Bug Tracking System  http://www.bugzilla.org/


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



Bug#324907: hugely long urls result in strange display in location bar (CAN-2005-2602)

2005-12-27 Thread Eric Dorland
forwarded 324907 https://bugzilla.mozilla.org/show_bug.cgi?id=237085
thanks

* Joey Hess ([EMAIL PROTECTED]) wrote:
> Package: mozilla-firefox
> Version: 1.0.6-2
> Severity: normal
> 
> CAN-2005-2602 describes what is presented as a security hole, involving
> very large urls not displaying properly in mozilla's location bar. I
> cannot reproduce the exact problem reported there, which is that the URL
> bar appeared empty when a huge url was in it. But I was able to find an
> interesting bug. After entering the url below via paste, my url bar
> began to display some of the letters doubled over top of each other, and
> as I continued to add to the url, this doubling continued until the URL
> bar displayed as a solid black rectangle the height of the letters.
> 
> If I select the url to paste it into this email, I can get the reported
> "empty" bar, as it inverts the black rectangle. Still it's hard to take
> that seriously as a security hole.=20
> 
> Anyway, the url was http://foo.com/ followed by as many "a" as I could
> paste in before I got tired of pasting. The BTS dropped a previous mail that
> had the exact url.
> 
> I have not tested thunderbird or mozilla, but the original report also
> says that thunderbird has the problem and I imagine mozilla does too.

Apparently there's a checked in patch for this, but may not fully fix
things. 

-- 
Eric Dorland <[EMAIL PROTECTED]>
ICQ: #61138586, Jabber: [EMAIL PROTECTED]
1024D/16D970C6 097C 4861 9934 27A0 8E1C  2B0A 61E9 8ECF 16D9 70C6

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d- s++: a-- C+++ UL+++ P++ L++ E++ W++ N+ o K- w+ 
O? M++ V-- PS+ PE Y+ PGP++ t++ 5++ X+ R tv++ b+++ DI+ D+ 
G e h! r- y+ 
--END GEEK CODE BLOCK--


signature.asc
Description: Digital signature


Bug#279971: unicorn-0.9.2 does not compile either

2005-12-27 Thread Philippe Coval
I confirm unicorn-0.8.7 does not compile on upstream linux-2.6.14.4 or
current debian linux-2.4

But I wanted to add that latest upstream version of driver unicorn-0.9.2
does not compile either, unless someone fix skb_unlink  :

grep skb_unlink include/unicorn.h
#define skb_unlink(skb) {} // TODO

If anyone managed to use it with "bewan usb adsl modem",
fell free to contact me,
Also, I shared some experiences at http://rzr.online.fr/q/unicorn

-- 
C-x C-c
# http://RzR.online.FR/contact.htm # xmpp:rzr(a)jabber.org #




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



Bug#344867: Acknowledgement (cryptsetup: aes-cbc-essiv:sha256 fails. module/s not loaded at boot (initrd)?)

2005-12-27 Thread James Clark


cryptsetup -c aes-cbc-essiv:sha256 create root /dev/hda3
mount /dev/mapper/root /mnt
chroot /mnt

From within the chrooted environment setup is as follows (i.e. after 
preceding steps)


---

dvda:/# cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line.  Comments begin with
# a "#", and everything on the line after them are ignored.
ide-cd
ide-detect
ide-disk
psmouse
ip_conntrack_ftp
dm-crypt
aes-i586
sha256


dvda:/# cat /etc/crypttab
#
root /dev/hda3 none cipher=aes-cbc-essiv:sha256


dvda:/# cat /etc/fstab
# /etc/fstab: static file system information.
#
#
  
proc /procprocdefaults   0   0
/dev/hda2/bootext3defaults,errors=remount-ro 0   1
/dev/mapper/root /ext3defaults,errors=remount-ro 0   1


and what is being fed (running it by hand at boot):
kernel (hd0,1)/vmlinuz-2.6.12-1-k7 root=/dev/mapper/root
initrd (hd0,1)/initrd.img-2.6.12-1-k7
 (where initrd.img-2.6.12-1-k7 is the image previously created from
  within the chroot with /boot mounted at /dev/hda2)


A screen capture of the boot failure:
  http://www.bofh.co.nz/files/p1010002_s.jpg


Cheers,
James




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



Bug#344970: RM: baseconfig-udeb -- obsolete

2005-12-27 Thread Joey Hess
Package: ftp.debian.org
Severity: normal
Tags: d-i

baseconfig-udeb is obsolete; base-config is now integrated into d-i.
Please remove this udeb.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#344967: svn-buildpackage: --svn-ignore-new ignores locally added files during build

2005-12-27 Thread David D. Kilzer
Package: svn-buildpackage
Version: 0.6.7
Severity: normal
Tags: patch

The --svn-ignore-new switch allows me to build a package even though
there are local changes, but svn-buildpackage ignores locally added
files and directories.

The --svn-ignore-new switch should ignore the fact that there are local
changes, but it should still include any newly added files and
directories when building a package.  (This is extremely useful for
testing.)

The attached patch accomplishes this for added files in version 0.6.7,
but I see that the way the list of files is generated now differs in
version 0.6.14 to use SVN::Client, so this may already be fixed.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages svn-buildpackage depends on:
ii  devscripts2.8.14 Scripts to make the life of a Debi
ii  perl  5.8.4-8Larry Wall's Practical Extraction 
ii  subversion1.1.4-2advanced version control system (a
ii  subversion-tools  1.1.4-2assorted tools related to Subversi

-- no debconf information
--- svn-buildpackage.orig   2005-04-21 13:17:45.0 -0500
+++ svn-buildpackage2005-12-27 19:14:43.0 -0600
@@ -335,7 +335,8 @@
 print STDERR "Creating file list...\n" if $opt_verbose;
 open($stat, "svn status -v |");
 while(<$stat>) {
-   if(/^[^\?].*\d+\s+\d+\s+\S+\s+(.*)\n/) {
+   if(/^[^\?].*\d+\s+\d+\s+\S+\s+(.*)\n/
+  || ($opt_ignnew && /^A.*0\s+\?\s+\?\s+(.*)\n/)) {
   $_=$1;
   if ($_ ne ".") {
  if(-d $_) {


Bug#344969: Zapping crashes when trying to open preferences

2005-12-27 Thread Anthony Tippett

Subject: zapping: Zapping crashes when trying to open preferences
Package: zapping
Version: 0.9.6-1
Severity: normal

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

when I try to open the preferences from the menu, zapping crashes and
gives gnome dialog that says close, inform developers, etc...

Below is a small strace.  Let me know If I can provide anything else.

read(0, "g>\n\t\t  True\n\t  -5\n\t"..., 4096) = 4036
read(0, "", 4096)   = 0
close(0)= 0
munmap(0xb7f53000, 4096)= 0
open("/dev/urandom", O_RDONLY|O_LARGEFILE) = 0
fstat64(0, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 9), ...}) = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfc6a258) = -1 EINVAL (Invalid
argument)
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7f53000
read(0, "\261\346\202cJz\253\237\220\361\vWf\226FO\353\233\206m"...,
4096) = 4096
close(0)= 0
munmap(0xb7f53000, 4096)= 0
open("/usr/share/pixmaps/zapping/gnome-monitor.png",
O_RDONLY|O_LARGEFILE) = 0
fstat64(0, {st_mode=S_IFREG|0644, st_size=3327, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7f53000
read(0, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\\0\0\\10\6\0\0"...,
4096) = 3327
_llseek(0, 0, [0], SEEK_SET)= 0
brk(0x8344000)  = 0x8344000
read(0, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\\0\0\\10\6\0\0"...,
4096) = 3327
close(0)= 0
munmap(0xb7f53000, 4096)= 0
stat64("/usr/share/zapping/zapping.glade2", {st_mode=S_IFREG|0644,
st_size=114628, ...}) = 0
stat64("/usr/share/zapping/zapping.glade2", {st_mode=S_IFREG|0644,
st_size=114628, ...}) = 0
stat64("/usr/share/zapping/zapping.glade2", {st_mode=S_IFREG|0644,
st_size=114628, ...}) = 0
stat64("/usr/share/zapping/zapping.glade2", {st_mode=S_IFREG|0644,
st_size=114628, ...}) = 0
open("/usr/share/zapping/zapping.glade2", O_RDONLY) = 0
fstat64(0, {st_mode=S_IFREG|0644, st_size=114628, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7f53000
read(0, "0.5"..., 4096) = 4096
read(0, "attach\">2\n\t\t  expand|shri"..., 4096) = 4096
read(0, "operty>\n\t  0True1\n\t\t  3\n\t\t  "..., 4096) = 4096
read(0, "  0."..., 4096) = 4096
read(0, "=\"top_attach\">0\n\t\t  <"..., 4096) = 4096
read(0, "operty>\n\t\t\t  False\n\t\t  0\n\t\t  \n\t\t  \n\t\t\n\t\tTrue<"..., 4096) = 4096
read(0, "rue\n\t\t  Tr"..., 4096) = 4096
read(0, "\">True\n\t\t  \n\n  \n\t  \n\t\t8False\n\t\t  \n\t\t  True\n\t  -5\n\t"..., 4096) = 4036
read(0, "", 4096)   = 0
close(0)= 0
munmap(0xb7f53000, 4096)= 0
writev(13, [{"GIOP\1\2\1\0\247\0\0\0", 12},
{"\340\235\306\277\3\0\0\0\0\0\0\0\34\0\0\0\0\0\0\0e\260"..., 167}], 2)
= 179
poll([{fd=6, events=POLLIN}, {fd=13, events=POLLIN|POLLPRI,
revents=POLLIN}, {fd=14, events=POLLIN|POLLPRI}, {fd=15,
events=POLLIN|POLLPRI}], 4, -1) = 1
read(13, "GIOP\1\2\1\0013\0\0\0", 12)   = 12
read(13, "\340\235\306\277\0\0\0\0\1\0\0\0\1\0\0\0\f\0\0\0\1\1\1"...,
51) = 51
open("/usr/share/pixmaps/zapping/gnome-keyboard.png",
O_RDONLY|O_LARGEFILE) = 0
fstat64(0, {st_mode=S_IFREG|0644, st_size=3852, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7f53000
read(0, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\\0\0\\10\6\0\0"...,
4096) = 3852
_llseek(0, 0, [0], SEEK_SET)= 0
read(0, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\\0\0\\10\6\0\0"...,
4096) = 3852
brk(0x8365000)  = 0x8365000
brk(0x835d000)  = 0x835d000
close(0)= 0
munmap(0xb7f53000, 4096)= 0
stat64("/usr/share/zapping/zapping.glade2", {st_mode=S_IFREG|0644,
st_size=114628, ...}) = 0
stat64("/usr/share/zapping/zapping.glade2", {st_mode=S_IFREG|0644,
st_size=114628, ...}) = 0
stat64("/usr/share/zapping/zapping.glade2", {st_mode=S_IFREG|0644,
st_size=114628, ...}) = 0
stat64("/usr/share/zapping/zapping.glade2", {st_mode=S_IFREG|0644,
st_size=114628, ...}) = 0
open("/usr/share/zapping/zapping.glade2", O_RDONLY) = 0
fstat64(0, {st_mode=S_IFREG|0644, st_size=114628, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7f53000
read(0, "0.5"..., 4096) = 4096
read(0, "attach\">2\n\t\t  expand|shri"..., 4096) = 4096
read(0, "operty>\n\t  0True1\n\t\t  3\n\t\t  "..., 4096) = 4096
read(0, "  0."..., 4096) = 4096
read(0, "=\"top_attach\">0\n\t\t  <"..., 4096) = 4096
read(0, "operty>\n\t\t\t  False\n\t\t  0\n\t\t  \n\t\t  \n\t\t\n\t\tTrue<"..., 4096) = 4096
read(0, "rue\n\t\t  Tr"..., 4096) = 4096
read(0, "\">True\n\t\t  \n\n  \n\t  \n\t\t8False\n\t\t  \n\t\t  True\n\t  -5\n\t"..., 4096) = 4036
read(0, "", 4096)   = 0
close(0) 

Bug#344966: debconf: [INTL:ca] Upstream and Debian Catalan po updates

2005-12-27 Thread Guillem Jover
Package: debconf
Version: 1.4.66
Severity: wishlist
Tags: l10n patch

Hi,

Attached the updated po files for upstream and debian parts.

regards,
guillem
# Debconf Catalan Translation
# Copyright © 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
# This file is distributed under the same license as the debconf package.
# Jordi Mallach <[EMAIL PROTECTED]>, 2001, 2002, 2004, 2005.
# Guillem Jover <[EMAIL PROTECTED]>, 2005.
#
msgid ""
msgstr ""
"Project-Id-Version: debconf 1.4.66\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-12-25 10:47+\n"
"PO-Revision-Date: 2005-12-28 03:29+0200\n"
"Last-Translator: Guillem Jover <[EMAIL PROTECTED]>\n"
"Language-Team: Catalan \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../Debconf/AutoSelect.pm:76
#, perl-format
msgid "falling back to frontend: %s"
msgstr "s'està provant ara la interfície: %s"

#: ../Debconf/AutoSelect.pm:84
#, perl-format
msgid "unable to initialize frontend: %s"
msgstr "no s'ha pogut iniciar la interfície: %s"

#: ../Debconf/AutoSelect.pm:90
#, perl-format
msgid "Unable to start a frontend: %s"
msgstr "No s'ha pogut iniciar una interfície: %s"

#: ../Debconf/Config.pm:130
msgid "Config database not specified in config file."
msgstr ""
"La base de dades de configuracions no està especificada en el fitxer de "
"configuració."

#: ../Debconf/Config.pm:134
msgid "Template database not specified in config file."
msgstr ""
"La base de dades de plantilles no està especificada en el fitxer de "
"configuració."

#: ../Debconf/Config.pm:139
msgid ""
"The Sigils and Smileys options in the config file are no longer used. Please "
"remove them."
msgstr ""
"Les opcions «Sigils» i «Smileys» en el fitxer de configuració ja no "
"s'utilitzen. Si us plau, elimineu-les."

#: ../Debconf/Config.pm:153
#, perl-format
msgid "Problem setting up the database defined by stanza %s of %s."
msgstr ""
"Ha hagut un problema en configurar la base de dades definida per l'estrofa %"
"s de %s."

#: ../Debconf/Config.pm:228
msgid ""
"  -f,  --frontend\t\tSpecify debconf frontend to use.\n"
"  -p,  --priority\t\tSpecify minimum priority question to show.\n"
"   --terse\t\t\tEnable terse mode.\n"
msgstr ""
"  -f,  --frontend\t\tEspecifica la interfície de debconf a usar.\n"
"  -p,  --priority\t\tEspecifica la prioritat mínima de preguntes a mostrar.\n"
"   --terse\t\t\tHabilita el mode concís.\n"

#: ../Debconf/Config.pm:308
#, perl-format
msgid "Ignoring invalid priority \"%s\""
msgstr "S'està descartant la prioritat «%s» invàlida"

#: ../Debconf/Config.pm:309
#, perl-format
msgid "Valid priorities are: %s"
msgstr "Les prioritats vàlides són: %s"

#: ../Debconf/Element/Editor/Boolean.pm:30
#: ../Debconf/Element/Editor/Multiselect.pm:31
#: ../Debconf/Element/Editor/Select.pm:31
msgid "Choices"
msgstr "Opcions"

#: ../Debconf/Element/Editor/Boolean.pm:30
#: ../Debconf/Element/Editor/Boolean.pm:36
#: ../Debconf/Element/Editor/Boolean.pm:59
#: ../Debconf/Element/Teletype/Boolean.pm:28
msgid "yes"
msgstr "sí"

#: ../Debconf/Element/Editor/Boolean.pm:30
#: ../Debconf/Element/Editor/Boolean.pm:39
#: ../Debconf/Element/Editor/Boolean.pm:62
#: ../Debconf/Element/Teletype/Boolean.pm:29
msgid "no"
msgstr "no"

#: ../Debconf/Element/Editor/Multiselect.pm:32
msgid ""
"(Enter zero or more items separated by a comma followed by a space (', ').)"
msgstr ""
"(Introduïu zero o més elements separats per una coma seguida d'un espai (', "
"').)"

#: ../Debconf/Element/Gnome.pm:183
msgid "_Help"
msgstr "A_juda"

#: ../Debconf/Element/Gnome.pm:185
msgid "Help"
msgstr "Ajuda"

#: ../Debconf/Element/Gnome/Note.pm:52
msgid "Save (mail) Note"
msgstr "Desa (envia per correu) la nota"

#: ../Debconf/Element/Gnome/Note.pm:53
msgid "Debconf was asked to save this note, so it mailed it to you."
msgstr ""
"Es va demanar a Debconf que desés aquesta nota, així que vos l'ha enviat per "
"correu."

#: ../Debconf/Element/Gnome/Note.pm:55
msgid "Information"
msgstr "Informació"

#: ../Debconf/Element/Gnome/Note.pm:56
msgid "The note has been mailed."
msgstr "La nota s'ha enviat per correu."

#: ../Debconf/Element/Gnome/Note.pm:60
msgid "Error"
msgstr "Error"

#: ../Debconf/Element/Gnome/Note.pm:61
msgid "Unable to save note."
msgstr "No s'ha pogut desar la nota."

#: ../Debconf/Element/Noninteractive/Note.pm:40
msgid ""
"Debconf was not configured to display this note, so it mailed it to you."
msgstr ""
"Debconf no estava configurat per a mostrar aquesta nota, així que vos l'ha "
"enviat per correu."

#: ../Debconf/Element/Noninteractive/Note.pm:64
msgid "Debconf"
msgstr "Debconf"

#: ../Debconf/Element/Noninteractive/Note.pm:87
#, perl-format
msgid "Debconf, running at %s"
msgstr "Debconf, executan-se a %s"

#: ../Debconf/Element/Select.pm:95 ../Debconf/Element/Select.pm:110
#, perl-format
msgid ""
"Input value, \"%s\" not found in C choices! This should never happen. "
"Perhaps the templates were incorrectly localized."
msgstr ""
"El valo

Bug#329387: CVE assignment for syncshadowdb issue

2005-12-27 Thread Moritz Muehlenhoff
Dave,
this has been assigned CVE-2005-4534 by MITRE. Please refer to it
in the 2.16.11 release notes.

Cheers,
Moritz


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



Bug#344962: mutt-ng: 'c' in index view does not propose a new mailbox

2005-12-27 Thread Elimar Riesebieter
On Wed, 28 Dec 2005 the mental interface of
Nicolas Évrard told:

> Package: mutt-ng
> Version: 0.0+20051201-1
> Severity: normal
> Tags: experimental
> 
> 
> Hello,
> 
> When I have finished reading all the mails in a mailbox, when I press 
> 'c' in mutt it proposes to me to open the next mailbox with unread 
> messages. Unfortunatly this does not work with mutt-ng when the 
> mailbox I'm currently in is in Maildir format. But it works with the 
> mail in the spool so I suppose this bug is related to the Maildir 
> format and maybe others.

Hmm, I am using maildir as well and c(hanging to next new) works
perfect here. Did you made changes to change-folder in your
muttngrc? You can check it by the output of muttng -T | grep folder.

Elimar


-- 
  You cannot propel yourself forward by
  patting yourself on the back.



Bug#344968: evolution: message composer fails to find Estonian dictionary for spellchecking

2005-12-27 Thread Martin-Éric Racine
Package: evolution
Version: 2.4.1-3
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Evolution's mail composer fails to locate the Estonian Aspell dictionary for 
spellchecking the message content. The dictionary *is* correctly registered 
in the Aspell dictionary list (e.g. 'gedit' successfully finds it), so this
has to be a bug in Evolution.

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

Versions of packages evolution depends on:
ii  evolution-data-server1.4.1.1-1   evolution database backend server
ii  gconf2   2.12.1-5GNOME configuration database syste
ii  gnome-icon-theme 2.12.1-1GNOME Desktop icon theme
ii  gtkhtml3.8   3.8.1-1 HTML rendering/editing library - b
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.10.3-1The ATK accessibility toolkit
ii  libaudiofile00.2.6-6 Open-source version of SGI's audio
ii  libbonobo2-0 2.10.1-1Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.10.1-1The Bonobo UI library
ii  libc62.3.5-8 GNU C Library: Shared libraries an
ii  libcairo21.0.2-3 The Cairo 2D vector graphics libra
ii  libcamel1.2-61.4.1.1-1   The Evolution MIME message handlin
ii  libcomerr2   1.38-2  common error description library
ii  libcompfaceg11989.11.11-24   Compress/decompress images for mai
ii  libdb4.2 4.2.52-23   Berkeley v4.2 Database Libraries [
ii  libebook1.2-51.4.1.1-1   Client library for evolution addre
ii  libecal1.2-3 1.4.1.1-1   Client library for evolution calen
ii  libedataserver1.2-4  1.4.1.1-1   Utility library for evolution data
ii  libedataserverui1.2-61.4.1.1-1   GUI utility library for evolution 
ii  libesd-alsa0 [libesd0]   0.2.36-1ubuntu5 Enlightened Sound Daemon (ALSA) - 
ii  libfontconfig1   2.3.2-1.1   generic font configuration library
ii  libfreetype6 2.1.10-1FreeType 2 font engine, shared lib
ii  libgail-common   1.8.8-1 GNOME Accessibility Implementation
ii  libgail171.8.8-1 GNOME Accessibility Implementation
ii  libgconf2-4  2.12.1-5GNOME configuration database syste
ii  libgcrypt11  1.2.2-1 LGPL Crypto library - runtime libr
ii  libglade2-0  1:2.5.1-2   library to load .glade files at ru
ii  libglib2.0-0 2.8.4-2 The GLib library of C routines
ii  libgnome-keyring00.4.6-1 GNOME keyring services library
ii  libgnome-pilot2  2.0.12-1.4  Support libraries for gnome-pilot
ii  libgnome2-0  2.12.0.1-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.12.0-1A powerful object-oriented display
ii  libgnomeprint2.2-0   2.12.1-2The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0 2.12.1-1GNOME 2.2 print architecture User 
ii  libgnomeui-0 2.12.0-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.12.2-1The GNOME virtual file-system libr
ii  libgnutls11  1.0.16-14   GNU TLS library - runtime library
ii  libgpg-error01.1-4   library for common error values an
ii  libgtk2.0-0  2.8.9-2 The GTK+ graphical user interface 
ii  libgtkhtml3.8-15 3.8.1-1 HTML rendering/editing library - r
ii  libice6  6.8.2.dfsg.1-11 Inter-Client Exchange library
ii  libjpeg626b-11   The Independent JPEG Group's JPEG 
ii  libkrb53 1.4.3-4 MIT Kerberos runtime libraries
ii  libldap2 2.1.30-12   OpenLDAP libraries
ii  libnspr4 2:1.7.12-1  Netscape Portable Runtime Library
ii  libnss3  2:1.7.12-1  Network Security Service Libraries
ii  liborbit21:2.12.4-1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.10.1-2Layout and rendering of internatio
ii  libpisock8   0.11.8-12   Library for communicating with a P
ii  libpisync0   0.11.8-12   Synchronization library for PalmOS
ii  libpng12-0   1.2.8rel-5  PNG library - runtime
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   6.8.2.dfsg.1-11 X Window System Session Management
ii  libsoup2.2-8 2.2.6-1 an HTTP library implementation in 
ii  libtasn1-2   0.2.17-1Manage ASN.1 structures 

Bug#330211: qc-usb-source: patch URL

2005-12-27 Thread Eric Dorland
* Nicolas DET ([EMAIL PROTECTED]) wrote:
> And the patch:
> http://arrakin.homedns.org/~nicolas/qc-usb-source_vv6450.patch

There's something missing in this patch. It makes reference to a file,
qc-vv6450.c, that isn't actually included in the patch. 

-- 
Eric Dorland <[EMAIL PROTECTED]>
ICQ: #61138586, Jabber: [EMAIL PROTECTED]
1024D/16D970C6 097C 4861 9934 27A0 8E1C  2B0A 61E9 8ECF 16D9 70C6

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d- s++: a-- C+++ UL+++ P++ L++ E++ W++ N+ o K- w+ 
O? M++ V-- PS+ PE Y+ PGP++ t++ 5++ X+ R tv++ b+++ DI+ D+ 
G e h! r- y+ 
--END GEEK CODE BLOCK--


signature.asc
Description: Digital signature


Bug#342551: nip2: crash on opening a file

2005-12-27 Thread Jay Berkenbilt
Jiri Palecek <[EMAIL PROTECTED]> wrote:

> I havve libgnomevfs 2.10.1-5. I don't think I want to upgrade
> to 2.12.2-1, which is in experimental, but maybe I'll try it.

nip2 7.10.16-1 is now in testing along with all the libraries it
depends upon, so it might be worth just trying again to see whether
you can reproduce the problem in etch.  If not, I think we can
consider the issue closed.

> I'm sorry, but I really don't know what to do with the bug report --
> I am new to the BTS and don't know what should be done and how and
> what is usually done in such cases...

No problem...that's really my problem anyway. :-)  If you are still
able to reproduce the problem and still get a crash in libgnomevfs, I
will reassign the bug to that package.

> Merry Christmas

Thanks, and happy new year.

--Jay


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



Bug#342187: dillo: IPv6 support

2005-12-27 Thread LT-P
Le ven 09 déc 2005 09:58:02 CET, Gürkan Sengün <[EMAIL PROTECTED]> a écrit:

> On 2005-12-06 03:09:54 +0100 LT-P <[EMAIL PROTECTED]> wrote:
> 
> > Package: dillo
> > Version: 0.8.5-4
> > Severity: wishlist
> > 
> > It could be nice to have a support of IPv6 into dillo. As this protocol
> > is getting more popular in several part of the world (mainly Asia and
> > Europe) because of IP shortage, ISP and corporated systems are switching
> > to IPv6 in order to allow their growth to continue. So having an
> > IPv4-only web browser means not beeing able to read those web sites.
> 
> ipv6 is enabled in dillos configure.. can you try configuring ipv6 for you
> and trying to surf to an ipv6 webpage? and posting the log msgs and/or error
> msgs here?
When trying to access my local address:
$ dillo "http://[2001:688:411::3d]/";

Dillo displays « ERROR: Dns can't solve [2001 » into the status bar. There is no
particular message into the terminal.

Regards,
LT-P
-- 
Seals are cute, kiss them


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



Bug#340146: confirming, for upstream

2005-12-27 Thread Bart Martens
package fping
tags 340146 patch upstream
thanks


Confirming the bug.  Try these commands to reproduce :

ping 127.0.0.1 | cat
fping -l < pinglist.txt | cat

The attached patch fixes the bug.  I suggest that upstream verifies
where more fflush(stdout) is to be added.

--- fping-2.4b2-to-ipv6/fping.c_orig	2005-12-28 02:03:46.0 +0100
+++ fping-2.4b2-to-ipv6/fping.c	2005-12-28 02:04:06.0 +0100
@@ -1885,6 +1885,7 @@
 #endif
 		
 		printf( "\n" );
+		fflush( stdout );
 	
 	}/* IF */
 	


Bug#344964: shadow: [INTL:ca] Updated Catalan debconf template

2005-12-27 Thread Guillem Jover
Package: shadow
Version: 1:4.0.13-7
Severity: wishlist
Tags: l10n patch

Hi,

Attached the Catalan debconf translation.

regards,
guillem
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
msgid ""
msgstr ""
"Project-Id-Version: shadow 1:4.0.13-7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-10-22 08:58+0200\n"
"PO-Revision-Date: 2005-12-28 03:01+0200\n"
"Last-Translator: Guillem Jover <[EMAIL PROTECTED]>\n"
"Language-Team: Catalan \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: password
#. Description
#: ../passwd.templates:21
msgid "Root password:"
msgstr "Contrasenya de root:"

#. Type: password
#. Description
#: ../passwd.templates:21
msgid ""
"You need to set a password for 'root', the system administrative account. A "
"malicious or unqualified user with root access can have disastrous results, "
"so you should take care to choose a root password that is not easy to guess. "
"It should not be a word found in dictionaries, or a word that could be "
"easily associated with you."
msgstr ""
"Necessiteu definir una contrasenya per a «root», el compte d'administració "
"del sistema. Un usuari maliciós o no qualificat amb accés de root podria "
"aportar conseqüències desastroses, per tant heu de triar una contrasenya de "
"root que no sigui fàcil d'endevinar. No ha de ser una paraula del diccionari "
"o una paraula que pugui ser fàcilment associada a vosaltres."

#. Type: password
#. Description
#: ../passwd.templates:21
msgid "Note that you will not be able to see the password as you type it."
msgstr "Tingueu en compte que no veureu la contrasenya mentre la teclejeu."

#. Type: password
#. Description
#: ../passwd.templates:35
msgid ""
"Please enter the same root password again to verify that you have typed it "
"correctly."
msgstr ""
"Si us plau introduïu la mateixa contrasenya de root un altre cop per a "
"verificar que l'heu teclejada correctament."

#. Type: boolean
#. Description
#: ../passwd.templates:42
msgid "Create a normal user account now?"
msgstr "Voleu crear ara un compte d'usuari normal?"

#. Type: boolean
#. Description
#: ../passwd.templates:42
msgid ""
"It's a bad idea to use the root account for normal day-to-day activities, "
"such as the reading of electronic mail, because even a small mistake can "
"result in disaster. You should create a normal user account to use for those "
"day-to-day tasks."
msgstr ""
"És una mala idea usar el compte de root per a les activitas quotidianes, "
"tals com llegir el correu electrònic, perque tan sols una petita errada pot "
"resultar un desastre. Heu de crear un compte d'usuari que podreu usar per a "
"aquestes tasques quotidianes."

#. Type: boolean
#. Description
#: ../passwd.templates:42
msgid ""
"Note that you may create it later (as well as any additional account) by "
"typing 'adduser ' as root, where  is an user name, like "
"'imurdock' or 'rms'."
msgstr ""
"Tingueu en compte que podeu crear-lo després (de la mateixa manera que "
"qualsevol altre compte) teclejant «adduser » com a root, on "
" és quelcom semblant a «imurdock» o «rms»."

#. Type: string
#. Description
#: ../passwd.templates:54
msgid "Full name for the new user:"
msgstr "Nom complet pel nou usuari:"

#. Type: string
#. Description
#: ../passwd.templates:54
msgid ""
"A user account will be created for you to use instead of the root account "
"for non-administrative activities."
msgstr ""
"Es crearà un compte d'usuari per a ser usat en comptes del compte de «root» 
"
"per a tasques no administratives."

#. Type: string
#. Description
#: ../passwd.templates:54
msgid ""
"Please enter the real name of this user. This information will be used for "
"instance as default origin for emails sent by this user as well as any "
"program which displays or uses the user's real name. Your full name is a "
"reasonable choice."
msgstr ""
"Si us plau introduïu el nom real d'aquest usuari. Aquesta informació serà "
"emprada per exemple com origen predeterminat per als correus electronics "
"enviats per aquest usuari tant com per qualsevol programa que mostri o faci "
"servir el nom real de l'usuari. El vostre nom complet es una opció raonable."

#. Type: string
#. Description
#: ../passwd.templates:65
msgid "Username for your account:"
msgstr "Nom d'usuari pel vostre compte:"

#. Type: string
#. Description
#: ../passwd.templates:65
msgid ""
"Select a username for the new account. Your first name is a reasonable "
"choice. The username should start 

Bug#336474: qc-usb-source: calls io_remap_page range which has been replaced in 2.6.14

2005-12-27 Thread Eric Dorland
* Jean-Luc Coulon (f5ibh) ([EMAIL PROTECTED]) wrote:
> Package: qc-usb-source
> Version: 0.8-1
> Severity: normal
> 
> Hi,
> 
> qc-memory.c makes call to io_remap_page_range().
> With kernel 2.6.14, it has been replaced with io_remap_pfn_range.

Your version here doesn't make sense, and grepping the source I can't
find a reference to io_remap_page_range. 

-- 
Eric Dorland <[EMAIL PROTECTED]>
ICQ: #61138586, Jabber: [EMAIL PROTECTED]
1024D/16D970C6 097C 4861 9934 27A0 8E1C  2B0A 61E9 8ECF 16D9 70C6

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d- s++: a-- C+++ UL+++ P++ L++ E++ W++ N+ o K- w+ 
O? M++ V-- PS+ PE Y+ PGP++ t++ 5++ X+ R tv++ b+++ DI+ D+ 
G e h! r- y+ 
--END GEEK CODE BLOCK--


signature.asc
Description: Digital signature


Bug#344965: please produce a clearer error message when autopsy run as non-root

2005-12-27 Thread Michael Gilbert
Package: autopsy
Version: 2.06-1
Severity: wishlist

when autopsy is run as non-root, the following error will be generated, 
"Can't open log: autopsy.log at /usr/share/autopsy/lib//Print.pm line 
316".  it wolud be much better if the message was something like 
"autopsy: permission denied: please run autopsy as root"

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

Versions of packages autopsy depends on:
ii  binutils 2.16.1cvs20051214-1 The GNU assembler, linker and bina
ii  perl 5.8.7-9 Larry Wall's Practical Extraction 
ii  sleuthkit2.03-1  Tools for forensics analysis

autopsy recommends no packages.

-- no debconf information


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



Bug#339251: marked as done (library package needs to be renamed (libstdc++ allocator change))

2005-12-27 Thread Steve Langasek
reopen 339251
thanks

>  plptools (0.14-3) unstable; urgency=low
>  .
>* Rebuild C++ ABI transition (Closes: #339251) - note library is
>  internal to plptools suite

No, it isn't.  The plptools package provides a shlibs file; there is a
plptools-dev package containing .so symlinks for use by other software when
linking to it; and there are other binary packages (built from the same
source) which have a dependency on plptools as a result of these library
dependencies.  Sorry, you don't get to claim this is "internal"; it's
exposed in the packaging system, and you need to provide a proper upgrade
path so that, at the very least, *future* ABI changes don't cause dependent
packages to be installed against ABI-breaking versions of plptools.

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


signature.asc
Description: Digital signature


Bug#344482: reopen 344482

2005-12-27 Thread maximilian attems
On Tue, 27 Dec 2005, Geert Stappers wrote:

> klibc-utils still fails to build from source,
> details at
> http://buildd.debian.org/fetch.php?&pkg=klibc&ver=1.1.1-9&arch=sparc&stamp=1135419885&file=log&as=raw

trave11er succesfully build this on his unstable sparc machine,
could you please try to debuild it?
 
> From http://buildd.debian.org/build.php?pkg=klibc
> is this overview:
> 
>  # 1.1.1-9 (mips)(latest build at Dec 24 05:18: maybe-failed)
expected no linux-kernel-headers
>  # 1.1.1-9 (s390)(latest build at Dec 24 05:23: maybe-successful)
>  # 1.1.1-9 (powerpc) (latest build at Dec 24 05:20: maybe-failed)
need investigation, current mess due to transition of header files
>  # 1.1.1-9 (mipsel)  (latest build at Dec 24 05:23: maybe-failed)
expected too
>  # 1.1.1-9 (sparc)   (latest build at Dec 24 05:24: maybe-failed)
strange
>  # 1.1.1-9 (arm) (latest build at Dec 24 05:40: maybe-successful)
>  # 1.1.1-9 (hppa)(latest build at Dec 24 07:27: maybe-failed)
will be fixed with 1.1.9 or later as no ash got replaced with dash.

>  # 1.1.1-9 (i386)(latest build at Dec 24 14:10: maybe-successful)

regards

-- 
maks


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



Bug#344955: Acknowledgement (gparted: cannot create ext3 partition)

2005-12-27 Thread Emilian Nowak
Some additional information:

I download sources, and I was trying to track this problem.
I made small change in src/Filesystem.cc in Filesystem::Execute_Command it
executes mkfs.ext3 
I made small temporary substituton and I executed command 
whoami to make sure who is executing this command - of course it was root.

next thing is
ls -l /dev/hd*
and when this command is executed by gparted through popen i have only:
brw-rw 1 root disk 3,  0 2005-12-27 22:30 /dev/hda
brw-rw 1 root disk 3,  1 2005-12-27 22:30 /dev/hda1
brw-rw 1 root disk 3,  2 2005-12-27 22:30 /dev/hda2
brw-rw 1 root disk 3, 64 2005-12-27 22:30 /dev/hdb

and when I do the same thing in cosole:
brw-rw 1 root disk 3,  0 2005-12-27 22:30 /dev/hda
brw-rw 1 root disk 3,  1 2005-12-27 22:30 /dev/hda1
brw-rw 1 root disk 3,  2 2005-12-27 22:30 /dev/hda2
brw-rw 1 root disk 3, 64 2005-12-27 22:30 /dev/hdb
brw-rw 1 root disk 3, 65 2005-12-28 01:05 /dev/hdb1

that's strange. Isn't it?


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



Bug#337623: amule: Leaves zombie processes when previewing

2005-12-27 Thread Grégoire Druant
Hi,

I use amule with kaffeine as player and I'm experiencing the same problem.

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

Versions of packages amule depends on:
ii  amule-common 2.0.3-4+b1  common files for aMule
ii  libc62.3.5-9 GNU C Library: Shared libraries 
an
ii  libcrypto++5.2c2a5.2.1c2a-2  General purpose cryptographic 
shar
ii  libgcc1  1:4.0.2-5   GCC support library
ii  libstdc++6   4.0.2-5 The GNU Standard C++ Library v3
ii  libwxgtk2.6-02.6.1.2 wxWidgets Cross-platform C++ GUI 
t
ii  libx11-6 6.8.2.dfsg.1-11 X Window System protocol client 
li
ii  zlib1g   1:1.2.3-9   compression library - runtime

Versions of packages amule recommends:
pn  amule-daemon   (no description available)
pn  amule-utils(no description available)

-- no debconf information


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



Bug#344963: Piping data to less makes the command pause (buffer problem?)

2005-12-27 Thread Vincent Lefevre
Package: less
Version: 394-1
Severity: normal

Piping data to less makes the command pause, as shown with the
following test case.

 lessbuffbug -
#!/bin/bash
[[ -c "$1" ]] || { echo "Usage: lessbuffbug " >&2; exit 1; }
for (( i=0; i<3; i++ ))
do
  printf "Line %6d\n" $i
  ((i%10)) || echo "Line $i" > "$1"
done
--

To use it, open two terminals and type in the first one:

  ./lessbuffbug  | less

where  is the tty file of the second terminal (given by the
"tty" command), and wait a few seconds. The data displayed in the
second terminal stop at some line from "Line 4160" to "Line 4600",
showing the lessbuffbug command has paused. Typing spaces in less
leads to more data displyed in the other terminal.

According to the documentation, this behavior is incorrect:

-B or --auto-buffers
By default, when data is read  from  a  pipe,  buffers  are
allocated  automatically  as  needed.  If a large amount of
data is read from the pipe, this can cause a  large  amount
of  memory  to  be  allocated.  The -B option disables this
automatic allocation of buffers for pipes, so that only 64K
(or the amount of space specified by the -b option) is used
for the pipe.  Warning: use of -B can result  in  erroneous
display,  since  only  the most recently viewed part of the
file is kept in memory; any earlier data is lost.

I don't use the -B option, so I should be in the default case, where
"buffers are allocated automatically as needed".

This is particularly annoying with commands that need a lot of time
to complete.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (900, 'stable'), (200, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-20050829
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)

Versions of packages less depends on:
ii  debianutils   2.15.2 Miscellaneous utilities specific t
ii  libc6 2.3.5-8GNU C Library: Shared libraries an
ii  libncurses5   5.5-1  Shared libraries for terminal hand

less recommends no packages.

-- no debconf information


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



Bug#344962: mutt-ng: 'c' in index view does not propose a new mailbox

2005-12-27 Thread Nicolas Évrard
Package: mutt-ng
Version: 0.0+20051201-1
Severity: normal
Tags: experimental


Hello,

When I have finished reading all the mails in a mailbox, when I press 
'c' in mutt it proposes to me to open the next mailbox with unread 
messages. Unfortunatly this does not work with mutt-ng when the 
mailbox I'm currently in is in Maildir format. But it works with the 
mail in the spool so I suppose this bug is related to the Maildir 
format and maybe others.

Thanks,


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

Versions of packages mutt-ng depends on:
ii  exim4 4.60-1 metapackage to ease exim MTA (v4) 
ii  exim4-daemon-light [mail-tran 4.60-1 lightweight exim MTA (v4) daemon
ii  libc6 2.3.5-9GNU C Library: Shared libraries an
ii  libgnutls11   1.0.16-14  GNU TLS library - runtime library
ii  libgpg-error0 1.1-4  library for common error values an
ii  libgpgme111.1.0-1GPGME - GnuPG Made Easy
ii  libidn11  0.5.18-1   GNU libidn library, implementation
ii  libncursesw5  5.5-1  Shared libraries for terminal hand
ii  libqdbm11 1.8.33-2   QDBM Database Libraries [runtime]
ii  libsasl2  2.1.19-1.7 Authentication abstraction library

mutt-ng recommends no packages.

-- no debconf information


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



Bug#344961: lighttpd: upstream's default lighttpd.conf much richer

2005-12-27 Thread Shot - Piotr Szotkowski
Package: lighttpd
Version: 1.4.8-1
Severity: wishlist

The upstream's default/example lighttpd.conf is much
richer than the one shipped in the Debian package:
http://trac.lighttpd.net/trac/file/tags/lighttpd-1.4.8/doc/lighttpd.conf

Please consider adopting the upstream's lighttpd.conf (after a bit
of tweaking to make it compatible with Debian defaults, of course)
as the default /etc/lighttpd/lighttpd.conf.

Some of the options have changed names (although the previous are most
probably still supported); also, and what's much more important, the
upstream default contains a lot of useful examples.

Cheers,
-- Shot
-- 
My internal clock is on Tokyo time.   -- Calvin
== http://shot.pl/hovercraft/ === http://shot.pl/1/125/ ===


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



Bug#344857: dpkg-buildpackage error

2005-12-27 Thread Marco Verdecchia
Package: apt
Version: 0.6.43


I did "apt-get source apt" (ftp server works well) and then
dpkg-buildpackage but I recieve this error on compile time:

/bin/sh: -c: line 1: syntax error near unexpected token `doecho'
/bin/sh: -c: line 1: `echo "Updating $lang.po"; \'
make[2]: *** [update-po] Error 2
make[2]: Leaving directory `/usr/src/packages/apt-0.6.43/po'
make[1]: *** [binary] Error 2
make[1]: Leaving directory `/usr/src/packages/apt-0.6.43'
make: *** [build/build-stamp] Error 2

I looked at /usr/src/packages/apt-0.6.43/po/makefile, from line 67 to line
74 there is the following piece of code:

67 .PHONY: update-po
68  update-po: $(PACKAGE)-all.pot
69for lang in ${LINGUAS}; do\
70 echo "Updating $$lang.po"; \
71$(MSGMERGE) $$lang.po $(PACKAGE)-all.pot -o $$lang.new.po; \
72cmp $$lang.new.po $$lang.po || cp $$lang.new.po $$lang.po; \
73rm -f $$lang.new.po; \
74done

At line 69 the slash "\" is not used in a right way I suppose. a blank is needed
between the token "do" and "\".
Correct line should be:

69  for lang in ${LINGUAS}; do \

I downloaded also the package "apt" from the experimental brunch. It has the 
same
problem. Evenif with a re-compiled package I have the same bug with http server.

Thanks for the attention,
Marco Verdecchia

 

 

 --

 Email.it, the professional e-mail, gratis per te: http://www.email.it/f

 

 Sponsor:

 Niente paura, da oggi puoi recuperare i dati persi dal PC, semplice come 
cliccare qui

 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=3361&d=28-12


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



Bug#179729: less: fails to read all data from pipe

2005-12-27 Thread Vincent Lefevre
On 2003-02-04 01:25:13 -0500, Steve M. Robbins wrote:
> I use "cvs diff 2>&1 | less" a lot.  It turns out that if the diff is
> large, part of the text is not displayed.  I verified this by redirecting
> the diff to a file and using "less" on the file -- in that case I see
> all the text.

I doubt very much that less is the culprit here, since cvs has a
well-known bug for this particular case (which also occurs with
grep, BTW). See

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

(cvs status with ext: Redirecting both stdout and stderr to the same
fd leads to data loss)

-- 
Vincent Lefèvre <[EMAIL PROTECTED]> - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / SPACES project at LORIA


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



Bug#344960: textcat: languages filename not defined

2005-12-27 Thread PC Guy
Package: spamassassin
Version: 3.1.0a-1bpo1
Severity: important

just upgraded from 3.0 stable to 3.1 backports
when i run this script
/usr/bin/sa-learn --sync --configpath=/etc/spamassassin/ -D --spam [EMAIL 
PROTECTED] /home/vpopmail/domains/pcguy.org/guy/Maildir/.Learn_SPAM/cur
i get an error
...
[32346] dbg: plugin: loading Mail::SpamAssassin::Plugin::TextCat from @INC
[32346] dbg: textcat: loading languages file...
plugin: failed to create instance of plugin 
Mail::SpamAssassin::Plugin::TextCat: textcat: languages filename not defined at 
/usr/share/perl5/Mail/SpamAssassin/Plugin/TextCat.pm line 320.
...
[32346] info: config: failed to parse, now a plugin, skipping: ok_languages en
...
here is the full output
--
[32346] dbg: logger: adding facilities: all
[32346] dbg: logger: logging level is DBG
[32346] dbg: generic: SpamAssassin version 3.1.0
[32346] dbg: config: score set 0 chosen.
[32346] dbg: util: running in taint mode? yes
[32346] dbg: util: taint mode: deleting unsafe environment variables, resetting 
PATH
[32346] dbg: util: PATH included '/sbin', keeping
[32346] dbg: util: PATH included '/bin', keeping
[32346] dbg: util: PATH included '/usr/sbin', keeping
[32346] dbg: util: PATH included '/usr/bin', keeping
[32346] dbg: util: PATH included '/usr/bin/X11', keeping
[32346] dbg: util: PATH included '/usr/local/sbin', keeping
[32346] dbg: util: PATH included '/usr/local/bin', keeping
[32346] dbg: util: final PATH set to: 
/sbin:/bin:/usr/sbin:/usr/bin:/usr/bin/X11:/usr/local/sbin:/usr/local/bin
[32346] dbg: dns: is Net::DNS::Resolver available? yes
[32346] dbg: dns: Net::DNS version: 0.48
[32346] dbg: dns: name server: 65.162.246.246, family: 2, ipv6: 0
[32346] dbg: config: using "/etc/spamassassin" for site rules pre files
[32346] dbg: config: read file /etc/spamassassin/init.pre
[32346] dbg: config: read file /etc/spamassassin/v310.pre
[32346] dbg: config: using "/etc/spamassassin/" for sys rules pre files
[32346] dbg: config: read file /etc/spamassassin//init.pre
[32346] dbg: config: read file /etc/spamassassin//v310.pre
[32346] dbg: config: using "/etc/spamassassin/" for default rules dir
[32346] dbg: config: read file /etc/spamassassin//local.cf
[32346] dbg: config: read file /etc/spamassassin//mysql.cf
[32346] dbg: config: using "/etc/spamassassin" for site rules dir
[32346] dbg: config: read file /etc/spamassassin/local.cf
[32346] dbg: config: read file /etc/spamassassin/mysql.cf
[32346] dbg: config: using "/root/.spamassassin/user_prefs" for user prefs file
[32346] dbg: plugin: loading Mail::SpamAssassin::Plugin::URIDNSBL from @INC
[32346] dbg: plugin: registered 
Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x8cb3634)
[32346] dbg: plugin: loading Mail::SpamAssassin::Plugin::Hashcash from @INC
[32346] dbg: plugin: registered 
Mail::SpamAssassin::Plugin::Hashcash=HASH(0x8ccaa38)
[32346] dbg: plugin: loading Mail::SpamAssassin::Plugin::SPF from @INC
[32346] dbg: plugin: registered Mail::SpamAssassin::Plugin::SPF=HASH(0x8ced348)
[32346] dbg: plugin: loading Mail::SpamAssassin::Plugin::DCC from @INC
[32346] dbg: dcc: network tests on, registering DCC
[32346] dbg: plugin: registered Mail::SpamAssassin::Plugin::DCC=HASH(0x8d22720)
[32346] dbg: plugin: loading Mail::SpamAssassin::Plugin::Pyzor from @INC
[32346] dbg: pyzor: network tests on, attempting Pyzor
[32346] dbg: plugin: registered 
Mail::SpamAssassin::Plugin::Pyzor=HASH(0x8d3ddd4)
[32346] dbg: plugin: loading Mail::SpamAssassin::Plugin::Razor2 from @INC
[32346] dbg: razor2: razor2 is available, version 2.67
[32346] dbg: plugin: registered 
Mail::SpamAssassin::Plugin::Razor2=HASH(0x8d5d1cc)
[32346] dbg: plugin: loading Mail::SpamAssassin::Plugin::SpamCop from @INC
[32346] dbg: reporter: network tests on, attempting SpamCop
[32346] dbg: plugin: registered 
Mail::SpamAssassin::Plugin::SpamCop=HASH(0x9057998)
[32346] dbg: plugin: loading Mail::SpamAssassin::Plugin::AntiVirus from @INC
[32346] dbg: plugin: registered 
Mail::SpamAssassin::Plugin::AntiVirus=HASH(0x90638e4)
[32346] dbg: plugin: loading Mail::SpamAssassin::Plugin::AWL from @INC
[32346] dbg: plugin: registered Mail::SpamAssassin::Plugin::AWL=HASH(0x9085b04)
[32346] dbg: plugin: loading Mail::SpamAssassin::Plugin::AutoLearnThreshold 
from @INC
[32346] dbg: plugin: registered 
Mail::SpamAssassin::Plugin::AutoLearnThreshold=HASH(0x9091e4c)
[32346] dbg: plugin: loading Mail::SpamAssassin::Plugin::TextCat from @INC
[32346] dbg: textcat: loading languages file...
plugin: failed to create instance of plugin 
Mail::SpamAssassin::Plugin::TextCat: textcat: languages filename not defined at 
/usr/share/perl5/Mail/SpamAssassin/Plugin/TextCat.pm line 320.
 
[32346] dbg: plugin: loading Mail::SpamAssassin::Plugin::AccessDB from @INC
[32346] dbg: plugin: registered 
Mail::SpamAssassin::Plugin::AccessDB=HASH(0x90ad2e4)
[32346] dbg: plugin: loading Mail::SpamAssassin::Plugin::WhiteListSubject from 
@INC
[32346] dbg: plugin: registered 
Mail::SpamAssassin::Plugin::WhiteListSubj

Bug#344959: lighttpd: please include mod_userdir to lighttpd.conf

2005-12-27 Thread Lukasz Pankowski
Package: lighttpd
Version: 1.4.8-1
Severity: wishlist

IMO adding:

"mod_userdir",

to server.modules in /etc/lighttpd/lighttpd.conf is what people with
no wish to edit http server's config do expect. If you disagree add
this module as commented out.

Please also add:

userdir.path = "public_html"

Which is also the standard choice. Unfortunately it must be commented
out if the module is also commented out.

May be other options with descriptions from:
http://www.lighttpd.net/documentation/userdir.html

-- 

=*= Lukasz Pankowski =*=


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



Bug#344652: libsmbios - FTBFS: architecture specific

2005-12-27 Thread Michael E Brown
On Sun, 2005-12-25 at 10:57 +0100, Bastian Blank wrote:
> On Sun, Dec 25, 2005 at 02:31:02AM +0100, José Luis Tallón wrote:
> > Hmm I think i'd rather restrict this package to just i386 and
> > (maybe) amd64 architectures??
> 
> Yes.
> 
> > After all, and know i come to think about it, non-PC architectures don't
> > have SMBIOS... or do they?
> 
> No.
> 
> Bastian
> 

Agreed. I compile and test libsmbios on i386 and amd64 architectures.
Non-PC architectures (except ia-64) do not have DMI/SMBIOS tables. I had
at one point tested libsmbios on ia-64, but I don't have a machine to
continue testing on, so don't know if it still works.
--
Michael




Bug#344957: ncurses-base: when continuing to next line, bash prompt just moves to front of current line

2005-12-27 Thread Thomas Dickey

On Tue, 27 Dec 2005, Carl Mummert wrote:


Package: ncurses-base
Version: 5.5-1
Severity: normal

When I type `f ' over and over in an xterm, until the line is exhausted,
bash doesn't move to the next line, just to the front of the current
line.  This has been reported as bug 343471 against bash but I checked
the output of my bash against another system without the problem and
script shows identical output from bash on both systems - just a cr.  So
I think it is the terminfo.  This is xterm version: 6.8.2.dfsg.1-11.


Odds are that it's bash, and it's very unlikely that it's the terminfo.
You might start by comparing the two systems and seeing why bash is
behaving differently.

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


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



Bug#344958: pbuilder: creates files with weird owner/group

2005-12-27 Thread Lars Wirzenius
Package: pbuilder
Version: 0.143

Building a package with "sudo pbuilder build --buildtarget foo" puts
files in foo that are owned by user 1234, group 1234 (neither of which
exists on the system). (Without --buildtarget they are put
in /var/cache/pbuilder/result, but the same uid/gid). This seems
strange.

sid-glibc-build [EMAIL PROTECTED] cat ~/.pbuilderrc
MIRRORSITE=http://liw.iki.fi/debian

sid-glibc-build [EMAIL PROTECTED] id
uid=1000(liw) gid=1000(liw) groups=1000(liw)

sid-glibc-build [EMAIL PROTECTED] env
SHELL=/bin/bash
TERM=xterm
CVSROOT=/home/liw/p/CVSROOT
USER=liw
[EMAIL PROTECTED]
PAGER=less
MAIL=/var/mail/liw
PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/home/liw/bin
PWD=/home/liw/dpkg
EDITOR=sex.py
PS1=sid-glibc-build [EMAIL PROTECTED]
HISTCONTROL=ignoredups
LESSCHARSET=utf-8
SHLVL=1
HOME=/home/liw
LOGNAME=liw
PROMPT_COMMAND=prompt_command
_=/usr/bin/env
OLDPWD=/home/liw




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



Bug#335120: Intention to NMU

2005-12-27 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Stephen Frost wrote:
> * Luk Claes ([EMAIL PROTECTED]) wrote:
> 
>>Attached the patch for the version I intend to upload. Please respond if
>>you don't want this NMU to happen, if you are working yourself on a
>>patch or if you think that the attached patch won't work.
> 
> 
> I don't see any obvious reason why it won't work.  I trust you've tested
> it yourself some at least.  I do wonder if the specific references to
> 1.9 are actually necessary anymore though.

Yes, I did test it. Well, I think they are needed as they are used all
over in the autotools.mk, the only way to get rid of them is to delete
all DEB_AUTO_UPDATE lines, though I'm not sure if it would behave
correctly...

Do you agree to let me upload the NMU or do we want to investigate
further if it's possible to get rid of these DEB_AUTO_UPDATE lines
without breakage?

Cheers

Luk

- --
Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
Fingerprint:   D5AF 25FB 316B 53BB 08E7   F999 E544 DE07 9B7C 328D
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDsc6o5UTeB5t8Mo0RArnBAJ0WaNykQv26+aW0mOjZawGnJ3M3swCcDSwu
F3ZluxhXcmnGlJjE4qsHSd8=
=IOjc
-END PGP SIGNATURE-


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



Bug#270887: xbase-clients: startx and xinit do not preserve client _nor_ server arguments

2005-12-27 Thread Pancho Horrillo
Package: xbase-clients
Version: 6.8.2.dfsg.1-11
Followup-For: Bug #270887

If you try to invoke X like this:

$ startx -- -screen "Some Screen"
or
$ startx -- -layout "Some Layout"

where "Some Screen" and "Some Layout" are IDs of some screen or layout
as defined in /etc/X11/xorg.conf,

it will fail, due to the way that startx processes arguments.

The previous poster attached a patch that could be trivially extended to
cover the code that parses server arguments in 'startx'.

Nevertheless, if the default names at /etc/X11/xorg.conf where more like
default_screen, or default_layout (no spaces), at least the server
related section of the bug would be alleviated, and, for that matter, the
incantation would be easier to type.

[eight years using debian and this is my first bug report, shame on me!]

Thanks for the hard work, guys.

-- System Information:
Debian Release: testing
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-rc5
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages xbase-clients depends on:
ii  cpp  4:4.0.2-2   The GNU C preprocessor (cpp)
ii  libc62.3.5-8 GNU C Library: Shared libraries an
ii  libdmx1  6.8.2.dfsg.1-11 Distributed Multihead X client lib
ii  libdps1  6.8.2.dfsg.1-11 Display PostScript (DPS) client li
ii  libexpat11.95.8-3XML parsing C library - runtime li
ii  libfontconfig1   2.3.2-1 generic font configuration library
ii  libfreetype6 2.1.7-2.4   FreeType 2 font engine, shared lib
ii  libfs6   6.8.2.dfsg.1-11 X Font Server library
ii  libglu1-xorg [libglu1]   6.8.2.dfsg.1-11 Mesa OpenGL utility library [X.Org
ii  libice6  6.8.2.dfsg.1-11 Inter-Client Exchange library
ii  libncurses5  5.5-1   Shared libraries for terminal hand
ii  libpng12-0   1.2.8rel-5  PNG library - runtime
ii  libsm6   6.8.2.dfsg.1-11 X Window System Session Management
ii  libxau6  6.8.2.dfsg.1-11 X Authentication library
ii  libxaw8  6.8.2.dfsg.1-11 X Athena widget set library
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.8.2.dfsg.1-11 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxi6   6.8.2.dfsg.1-11 X Window System Input extension li
ii  libxinerama1 6.8.2.dfsg.1-11 X Window System multi-head display
ii  libxkbfile1  6.8.2.dfsg.1-11 X Keyboard Extension file parsing 
ii  libxkbui16.8.2.dfsg.1-11 X Keyboard Extension user interfac
ii  libxmu6  6.8.2.dfsg.1-11 X Window System miscellaneous util
ii  libxmuu1 6.8.2.dfsg.1-11 lightweight X Window System miscel
ii  libxp6   6.8.2.dfsg.1-11 X Window System printing extension
ii  libxpm4  6.8.2.dfsg.1-11 X pixmap library
ii  libxrandr2   6.8.2.dfsg.1-11 X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0-2   X Rendering Extension client libra
ii  libxss1  6.8.2.dfsg.1-11 X Screen Saver client-side library
ii  libxt6   6.8.2.dfsg.1-11 X Toolkit Intrinsics
ii  libxtrap66.8.2.dfsg.1-11 X Window System protocol-trapping 
ii  libxtst6 6.8.2.dfsg.1-11 X Window System event recording an
ii  libxv1   6.8.2.dfsg.1-11 X Window System video extension li
ii  libxxf86dga1 6.8.2.dfsg.1-11 X Direct Graphics Access extension
ii  libxxf86misc16.8.2.dfsg.1-11 X miscellaneous extensions library
ii  libxxf86vm1  6.8.2.dfsg.1-11 X Video Mode selection library
ii  xlibmesa-gl [libgl1] 6.8.2.dfsg.1-11 Mesa 3D graphics library [X.Org]
ii  xlibs6.8.2.dfsg.1-11 X Window System client libraries m
ii  xlibs-data   6.8.2.dfsg.1-11 X Window System client data
ii  zlib1g   1:1.2.3-8   compression library - runtime

xbase-clients recommends no packages.

-- no debconf information

-- 
Pancho Horrillo

To be conscious that
you are ignorant is a great step
to knowledge.

Benjamin Disraeli


signature.asc
Description: Digital signature


Bug#344957: ncurses-base: when continuing to next line, bash prompt just moves to front of current line

2005-12-27 Thread Carl Mummert
Package: ncurses-base
Version: 5.5-1
Severity: normal

When I type `f ' over and over in an xterm, until the line is exhausted, 
bash doesn't move to the next line, just to the front of the current 
line.  This has been reported as bug 343471 against bash but I checked 
the output of my bash against another system without the problem and 
script shows identical output from bash on both systems - just a cr.  So 
I think it is the terminfo.  This is xterm version: 6.8.2.dfsg.1-11.

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

Versions of packages ncurses-base depends on:
ii  libncurses5   5.5-1  Shared libraries for terminal hand

ncurses-base recommends no packages.

-- no debconf information


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



Bug#338377: Intention to NMU

2005-12-27 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mikael Hedin wrote:
> 
> 27 dec 2005 kl. 19.16 skrev Luk Claes:
> 
>> Attached the patch for the version I intend to upload
> 
> 
> Thanks. I assume you have tested it properly, I'm not fluent in tex 
> macros.

Yes, it does build and the resulting dvi looks ok.

So, I suppose you're allright with me uploading the NMU?

Cheers

Luk

- --
Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
Fingerprint:   D5AF 25FB 316B 53BB 08E7   F999 E544 DE07 9B7C 328D
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDscun5UTeB5t8Mo0RAkKSAKCn1qV6Ul311vYPknoMsbTML+cfdgCfYYGd
cD254HABzgXis39JwBt7kXM=
=w1Bl
-END PGP SIGNATURE-


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



Bug#341521: #341521: maybe using dh-make package?

2005-12-27 Thread Geoff Crompton

Nelson A. de Oliveira wrote:

Hi!

I think that you should use the dh_make command (from the package
dh-make) with the flag --cdbs (or -b). That command will create a
package using CDBS for you, with all the files included.

I hope this can help you.

Nelson


It seems the --cdbs flag made it's way into version 0.39, which isn't in 
sarge, which is why I wasn't aware of it.


Thanks for the info! I'm happy for this bug to be closed.

Geoff Crompton


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



Bug#335657: amavisd-new: Amavis reports email format error on correctly formed subject field

2005-12-27 Thread Henrique de Moraes Holschuh
tag 335657 moreinfo
thanks

On Tue, 25 Oct 2005, Thue Janus Kristensen wrote:
> Version: 20030616p10-5
>
> Subject: =?ISO-8859-1?B?MTIzNDU2Nzg5IDEyMzQ1Njc4OSAxMjM0NQ==?=
>  =?ISO-8859-1?B?Njc4OSAxMjM0NTY3ODkgMTIzNDU2Nzg5IA==?=
>  =?ISO-8859-1?B?MTIzNDU2Nzg5IDEyMzQ1Njc4OSA=?=
> 
> ("123456789 123456789 123456789 123456789 123456789 123456789 123456789 " 
> encoded in base64). However, amavis appends the error message
> 
> X-Amavis-Alert: BAD HEADER Improper use of control character (char 0D hex) in 
> message header 'Subject'
>   Subject: ...5IDEyMzQ1Njc4OSAxMjM0NQ==?=\r\n =?ISO-8859-1?... ^

I cannot reproduce this here with 2.3.3, even if the code *looks* like it
should be buggy.  Can you confirm you still have this problem with
amavisd-new 2.3.3 ?

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh


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



Bug#344956: kernel-package: Typo in make-kpkg: s/maybe/may be/

2005-12-27 Thread Karsten M. Self
Package: kernel-package
Version: 9.008.4
Severity: minor


In:

The  options  maybe shortened to the smallest unique string

s/maybe/may be/



In a style nit, the "This target ..." phrasing of target descriptions
gets a tad repetitive.  Could be tightened as is the case for the first
target "Clean".


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

Versions of packages kernel-package depends on:
ii  dpkg 1.13.11.0.1 package maintenance system for Deb
ii  dpkg-dev 1.13.11 package building tools for Debian
ii  gcc [c-compiler] 4:4.0.2-2   The GNU C compiler
ii  gcc-3.3 [c-compiler] 1:3.3.6-10  The GNU C compiler
ii  gcc-3.4 [c-compiler] 3.4.5-1 The GNU C compiler
ii  gcc-4.0 [c-compiler] 4.0.2-5 The GNU C compiler
ii  make 3.80-11 The GNU version of the "make" util
ii  perl 5.8.7-9 Larry Wall's Practical Extraction 

Versions of packages kernel-package recommends:
ii  bzip2 1.0.2-11   high-quality block-sorting file co
ii  libc6-dev [libc-dev]  2.3.5-8GNU C Library: Development Librari

-- no debconf information


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



Bug#344833: new powerpc.mk version.

2005-12-27 Thread Sven Luther
On Tue, Dec 27, 2005 at 08:39:10PM +0100, Sven Luther wrote:
> Hi Manoj, ...
> 
> Attached is a new version of powerpc.mk, which aims at replacing fully the
> ppc.mk and ppc64.mk files. I think it is not yet fully mature on older system
> as well as in the pure-64 case, but i will refine it as time passes, but it
> would be nice if you could upload this one, after i confirm you it works for
> 2.6.15 and 2.6.14, i also need to test on 2.4.27 too, altough this one is just
> nubus for now, and scarcely important.

Oh, well, doesn't work as is, i need to investigate tomorrow and see where it
failed.

Friendly,

Sven Luther



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



Bug#344036: kernel-source-2.4.27: Patch to solve XFS compilation issues on 2.4.27-12

2005-12-27 Thread Fabrizio Di Campo
Package: kernel-source-2.4.27
Version: 2.4.27-12
Followup-For: Bug #344036


It seems that in the last diff (kernel-source-2.4.27_2.4.27-12.diff.gz)
function xfs_iput_new() has been modified adding a call to vn_mark_bad()
Here is the fragment:

+@@ -582,6 +599,11 @@ xfs_iput_new(xfs_inode_t  *ip,
+
+   vn_trace_entry(vp, "xfs_iput_new", (inst_t *)__return_address);
+
++  if ((ip->i_d.di_mode == 0)) {
++  ASSERT(!(ip->i_flags & XFS_IRECLAIMABLE));
++  vn_mark_bad(vp);
++  }
++
+   /* We shouldn't get here without this being true, but just in case */
+   if (inode->i_state & I_NEW) {
+   remove_inode_hash(inode);

The point is that vn_mark_bad(struct vnode *) is absent from 2.4.27-12 sources.

I propose a simple patch to define this function. Here it is:

--- /usr/src/kernel-source-2.4.27/fs/xfs/linux-2.4/xfs_vnode.h  2005-12-27 
23:40:50.0 +0100
+++ /usr/src/kernel-source-2.4.27/fs/xfs/linux-2.4/xfs_vnode.h.new  
2005-12-27 23:40:29.0 +0100
@@ -594,6 +594,23 @@ static __inline__ void vn_flagclr(struct
(LINVFS_GET_IP(vp)->i_ctime = (__int32_t)(tvp)->tv_sec)
 
 /*
+ * Dealing with bad inodes
+ */
+static inline void vn_mark_bad(struct vnode *vp)
+{
+   struct inode *inode = LINVFS_GET_IP(vp);
+
+   remove_inode_hash(inode);
+   make_bad_inode(inode);
+}
+
+static inline int VN_BAD(struct vnode *vp)
+{
+   return is_bad_inode(LINVFS_GET_IP(vp));
+}
+
+
+/*
  * Some useful predicates.
  */
 #defineVN_MAPPED(vp)   ((LINVFS_GET_IP(vp)->i_mapping->i_mmap != NULL) 
|| \

I have tested the patch and it seems to work (i.e. kernel compiles and behaves 
correctly, AFAIK).

BR,

F. Di Campo


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

Versions of packages kernel-source-2.4.27 depends on:
ii  binutils 2.16.1cvs20051214-1 The GNU assembler, linker and bina
ii  bzip21.0.2-11high-quality block-sorting file co
ii  coreutils [fileutils 5.2.1-2.1   The GNU core utilities

Versions of packages kernel-source-2.4.27 recommends:
ii  gcc-3.3   1:3.3.6-10 The GNU C compiler
ii  libc6-dev [libc-dev]  2.3.5-8GNU C Library: Development Librari
ii  make  3.80-11The GNU version of the "make" util

-- no debconf information


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



Bug#298753: Debian mailman bug 298753: non-ascii passwords cause montly password reminders to be shunted

2005-12-27 Thread Lionel Elie Mamane
tags 298753 +unreproducible
Hi,

I tried this again with mailman 2.1.6-1 and the password reminder does
get out, "but" the password is HTML-escaped (with &#; "characters").
Copy-pasting the HTML-ized version of the password works, though. So
while not nice, it is not catastrophic.

Could you please confirm it behaves like that with the new version for you, too?

Thanks in advance,

-- 
Lionel


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



Bug#344955: gparted: cannot create ext3 partition

2005-12-27 Thread Emil Nowak
Package: gparted
Version: 0.0.9-1
Severity: normal

I have just connected new 80GB ata disk and I had some feeling that i need
good fronted for partitions :-P
I created default disklabel "msdos", and I was trying to create one big
ext3 primary partition.
After clicking apply some message box appeard on my screen telling me that
gpart cannot access /dev/hdb1 and that filesystem could not be created.

I switched window to my console-emulator without closing gpart and error message
box. This is console output:

Could not stat /dev/hdb1 --- No such file or directory

The device apparently does not exist; did you specify it correctly?

and I noticed one more thing after switch back to gparted all it's windows
(including message box) were "frozen". There were empty windows winthout text.
Problably after display error message gtk_main_loop has stoped and gui was not
refreshing :-/
I had to click on invisble "OK" button in message box, to go back to
application.

Anyway partion has been created, but there is no filesystem on it. I can do
this by manualy with mkfs.ext3 

So there is no problem in creating this using command line tools.

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

Versions of packages gparted depends on:
ii  gksu  1.2.2-1graphical frontend to su
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libc6 2.3.5-9GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-5  GCC support library
ii  libglib2.0-0  2.8.4-2The GLib library of C routines
ii  libglibmm-2.4 2.8.2-2C++ wrapper for the GLib toolkit (
ii  libgtk2.0-0   2.8.9-2The GTK+ graphical user interface 
ii  libgtkmm-2.4- 1:2.6.5-1  C++ wrappers for GTK+ 2.4 (shared 
ii  libpango1.0-0 1.10.1-2   Layout and rendering of internatio
ii  libparted1.6- 1.6.25.1-1 The GNU Parted disk partitioning s
ii  libsigc++-2.0 2.0.16-2   type-safe Signal Framework for C++
ii  libstdc++64.0.2-5The GNU Standard C++ Library v3
ii  libuuid1  1.38+1.39-WIP-2005.12.10-1 universally unique id library
ii  menu  2.1.27 generates programs menu for all me

gparted recommends no packages.

-- no debconf information


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



Bug#336141: RFP: libsimpledb -- C++ ODBC database API

2005-12-27 Thread Jonas Genannt
I am interested to package this software.


Greets,
Jonas


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



Bug#269790: the problem still exists in sarge and etch

2005-12-27 Thread Jorge Salamero Sanz
On Tuesday 27 December 2005 23:22, Thijs Kinkhorst wrote:
> On Tue, December 27, 2005 23:36, Jorge Salamero Sanz wrote:
> > maybe i read this bug too quick ...
> >
> > my problem is whatever i put in squirrelmail default locale or options >
> > display preferences > languagem squirrelmail is always in english. i try
> > spanish, basque, french ... and always in enligsh although the selected
> > language gets saved in preferences.
>
> Did you run 'dpkg-reconfigure locales' and selected the locales in which
> you want to run SquirrelMail?

yes i generate the [EMAIL PROTECTED] locale but isn't used by default


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



Bug#344905: mldonkey server does not support normal address/mask format in allowed_ips

2005-12-27 Thread Sylvain Le Gall
Hello,

On Tue, Dec 27, 2005 at 02:53:48PM +0100, Josip Rodin wrote:
> Package: mldonkey-server
> Version: 2.7.1
> 
> Hi,
> 
> It's quite unfortunate that the allowed_ips variable doesn't accept the
> normal address/mask format, because that way there is no easy way to
> specify networks such as 213.202.64.0/18, let alone something larger.
> 

I agree with this statement. But, from my experience, people don't play
a lot with anything outside 192.168.0.* or 127.0.0.1. But off course, i
will be better to adress everything in the netmask... I think you would
agree that this bug is "wishlist"...

I will see if this bug doesn't already exist in the upstream BTS.

Kind regard
Sylvain Le Gall


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



Bug#344724: qtstalker: Please upgrade to a newer libdb

2005-12-27 Thread Marco van Zwetselaar
> This is one of only three packages in Debian still using libdb2.

I know, I know.  I have an 0.32 ready, which uses libdb4.3 (and is
generally much better than the 0.26 currently in Debian), but I still
haven't got a sponsor to upload it :-(

Marco

PS: DDs reading this: please consider sponsoring an upload.
The latest packages are at mentors.debian.net and at
http://zwets.com/qtstalker.


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



Bug#344674: CVE-2005-4357: phpbb2: XSS with onmouseover

2005-12-27 Thread Thijs Kinkhorst
Hello Moritz,

On Sat, December 24, 2005 16:02, Moritz Muehlenhoff wrote:
> The mentioned path disclosure is obviously not a problem, but does
> the described XSS issue have real-world security implications?

Sorry for not getting back to you earlier, this is due to the holidays.
Hope you had a nice time.

I have not yet tested the code, however, if it works, it's a real-world
xss problem. But, from a first look it seems to require 'Allow HTML' to be
turned on. This is turned off by default on Debian and we warn in every
possible flashy way about not turning this on unless your environment is
completly trusted.

I'll try to confirm this soon, but if it's the case that this can only be
exploited with 'Allow HTML' on, I'm inclined not to fix it for sarge. We
will fix it for sid in that case of course.


bye,
Thijs




Bug#269790: the problem still exists in sarge and etch

2005-12-27 Thread Thijs Kinkhorst
On Tue, December 27, 2005 23:36, Jorge Salamero Sanz wrote:
> maybe i read this bug too quick ...
>
> my problem is whatever i put in squirrelmail default locale or options >
> display preferences > languagem squirrelmail is always in english. i try
> spanish, basque, french ... and always in enligsh although the selected
> language gets saved in preferences.

Did you run 'dpkg-reconfigure locales' and selected the locales in which
you want to run SquirrelMail?


Thijs




Bug#344954: validlocale needs a new home

2005-12-27 Thread Joey Hess
Package: locales
Version: 2.3.5-9
Severity: normal
Tags: d-i

The validlocale program is currently part of base-config, but
base-config is going away. validlocale needs a new home ASAP and locales
seems like the best place.

validlocale is a small perl program that, given a locale name, tests to
see if the system is configured to support the locale and if it's not,
outputs a line for /etc/locale.gen.

Examples:

[EMAIL PROTECTED]:~>validlocale C
locale 'C' valid and available
[EMAIL PROTECTED]:~>validlocale en_US
locale 'en_US' valid and available
[EMAIL PROTECTED]:~>validlocale pr_BT.utf-8
locale 'pr_BT.utf-8' not available
pr_BT.utf-8 utf-8
zsh: exit 1 validlocale pr_BT.utf-8

validlocale is used by the debian installer to set up the user's installation
locale.

I've attached the program and a tarball containing the man page and a po4a
configuration for building translated man pages in three other languages.
All this is licensed under the GPL.

If you do decide to include this, please conflict with and replace
base-config. If you don't want to include this, please let me know soon
so I can find some other place to put it.

-- 
see shy jo
#!/usr/bin/perl -w
#
# Author: Petter Reinholdtsen <[EMAIL PROTECTED]>
# Date:   2002-02-23
#
# Test if the locale given as argument is a valid locale.  If it
# is not, print on stdout the string to add to /etc/locale.gen to make
# locale-gen generate the locale (if it exists at all).

use POSIX qw(setlocale LC_ALL);

my $debug = 0;

my $defaultcharset = $ENV{"DEFAULTCHARSET"} || "ISO-8859-1";

my $supportedlist = "/usr/share/i18n/SUPPORTED";

unless (defined $ARGV[0]) {
usage();
exit 1;
}

my $LANG = $ARGV[0];

my $loc = setlocale(LC_ALL, $LANG);
if ( ! $loc) {
print STDERR "locale '$LANG' not available\n";

my ($locale)   = $LANG =~ m/^([EMAIL PROTECTED])/;
my ($charset)  = $LANG =~ m/^[^.]+\.([EMAIL PROTECTED])/;
my ($modifier) = $LANG =~ m/(@.+)$/;

$modifier = "" unless defined $modifier;

# Hm, if charset is missing, how to we pick the correct one to
# use?  Fetching the value from /usr/share/i18n/SUPPORTED should
# work on Debian.
my $codeset = "";
if (defined $charset) {
   $codeset = '.' . $charset;
} else {
   $charset = get_default_charset("$locale$modifier");
}

# print "L: $locale C: $charset M: $modifier\n";
print "$locale$codeset$modifier $charset\n";

exit 1;
} else {
print STDERR "locale '$LANG' valid and available\n";
exit 0;
}

sub usage {
print "Usage: $0 \n"
}

sub get_default_charset {
my ($locale) = @_;
my ($l, $c);
open(SUPPORTED, "< $supportedlist") || die "Unable to open $supportedlist";
while () {
chomp;
($l, $c) = split(/\s+/);
print "Checking '$l' '$c' != '$locale'\n" if $debug;
last if  ($l eq $locale);
}
close(SUPPORTED);

if ($l eq $locale) {
return $c;
} else {
return $defaultcharset;
}
}


man.tgz
Description: GNU Unix tar archive


signature.asc
Description: Digital signature


Bug#341509: debian-reference: chroot section could be fleshed out

2005-12-27 Thread Faheem Mitha



On Wed, 30 Nov 2005, Faheem Mitha wrote:


Package: debian-reference
Severity: wishlist
Tags: patch


Hi,

I'd suggest adding some material to the dchroot section, including notes
about about bind mounts, dchroot, and prompt configuration. I've found all
this information extremely useful.

See included patch (generated using mercurial), against the text version of
the English Debian reference manual (version in Sarge). I've not tried very
hard to integrate this into the material, so this patch is intended as an
example only, but it would be cool if similar material could be included in
whatever form.

Thanks.Faheem.

diff -r 01cb008e3db4 reference.en.txt
--- a/reference.en.txt  Thu Dec  1 00:43:18 2005
+++ b/reference.en.txt  Wed Nov 30 21:46:40 2005
@@ -6991,6 +6991,27 @@
  chroot # vi /etc/apt/sources.list # point the source to unstable
  chroot # dselect  # you may use aptitude, install mc and vim :-)

+ Since you will probably want to use your 'main' home directory
+ from within the chroot, you can bind your home directory to the chroot 
home directory
+
+ You also need to bind the 'main' /tmp to the chroot /tmp in order
+ for X forwarding to work.
+
+ For example, you could add the following to your 'main'
+ /etc/fstab.
+
+ /home   /sid-root/home none  bind0   0
+ /tmp/sid-root/tmp none   bind0   0
+
+
+ In addition, a simple method of making sure that the same users
+ and groups are available in the chroot as in 'main' is to add the
+ following to /etc/fstab.
+
+ /etc/passwd /sid-root/etc/passwdext3bind,defaults
0   0
+ /etc/shadow /sid-chroot/etc/shadowext3bind,defaults   
 0   0
+ /etc/group  /sid-chroot/etc/group ext3bind,defaults   
 0   0


I'd also suggest mounting devpts in the chroot, since otherwise screen 
will not work. Eg


devpts-sid /sid-chroot/dev/pts devpts defaults   0   0

 Faheem.


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



Bug#269790: the problem still exists in sarge and etch

2005-12-27 Thread Jorge Salamero Sanz
On Tuesday 27 December 2005 22:44, Thijs Kinkhorst wrote:
> Hello Jorge,
>
> On Tue, December 27, 2005 22:43, Jorge Salamero Sanz wrote:
> > i'm still having the same problem in sarge and etch packages of
> > squirrelmail.
>
> Can you tell us a bit more about the specifics of your problem and why you
> think it's the same as this bug which has already been closed? The problem
> in this bug is that a locale with @euro appended did not work in
> SquirrelMail and that problem has been addressed.

maybe i read this bug too quick ...

my problem is whatever i put in squirrelmail default locale or options > 
display preferences > languagem squirrelmail is always in english. i try 
spanish, basque, french ... and always in enligsh although the selected 
language gets saved in preferences.

# locale
LANG=POSIX
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=

>
> What locale are you intending to use?
>
> > in the mailing list i can see other people with the same issues, also a
> > workarround that doesn't work here:
> >
> > http://article.gmane.org/gmane.mail.squirrelmail.user/26835/match=locale
>
> How is a workaround that doesn't work useful to us?
>
>
> bye,
> Thijs


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



Bug#344482: reopen 344482

2005-12-27 Thread Geert Stappers
reopen 344482
tags 344482 d-i
thanks mate

Hello,

klibc-utils still fails to build from source,
details at
http://buildd.debian.org/fetch.php?&pkg=klibc&ver=1.1.1-9&arch=sparc&stamp=1135419885&file=log&as=raw

From http://buildd.debian.org/build.php?pkg=klibc
is this overview:

 # 1.1.1-9 (mips)(latest build at Dec 24 05:18: maybe-failed)
 # 1.1.1-9 (s390)(latest build at Dec 24 05:23: maybe-successful)
 # 1.1.1-9 (powerpc) (latest build at Dec 24 05:20: maybe-failed)
 # 1.1.1-9 (mipsel)  (latest build at Dec 24 05:23: maybe-failed)
 # 1.1.1-9 (sparc)   (latest build at Dec 24 05:24: maybe-failed)
 # 1.1.1-9 (arm) (latest build at Dec 24 05:40: maybe-successful)
 # 1.1.1-9 (hppa)(latest build at Dec 24 07:27: maybe-failed)
 # 1.1.1-9 (i386)(latest build at Dec 24 14:10: maybe-successful)



I tagged this bug with 'd-i' because it is in debian-installer where I
encountered the missing klibc-utils


Cheers
Geert Stappers


signature.asc
Description: Digital signature


Bug#344946: gnus: Incoming mail does not get saved to file specified in mail-crash-crash-box

2005-12-27 Thread Manoj Srivastava
tags 344946 unreproducible
severity 344946  important
thanks

Hi,

Well, I am not sure what happened here: I am attaching the
 mail function that is used to get mail from imap folders.

 Note: The removing of stuff asked in mail-source-delete-incoming
 happens in `mail-source-callback' -- after the mail has been saved in
 a file named after the server, i.e. no old incoming files will be
 deleted, unless you receive new mail.

Once the mail has bee4n saved, Incoming files are deleted, and
 then the crash box is deleted.

The code looks fine to me. I am reducing the severity since
 when the OOM reaps, all kinds of strange things happen.

It would help if you called gnus-bug to report this upstream
 as well, and CC [EMAIL PROTECTED]

thanks,

manoj

,
| (defun mail-source-fetch-imap (source callback)
|   "Fetcher for imap sources."
|   (mail-source-bind (imap source)
| (mail-source-run-script
|  prescript (format-spec-make ?p password ?t mail-source-crash-box
|  ?s server ?P port ?u user)
|  prescript-delay)
| (let ((from (format "%s:%s:%s" server user port))
|   (found 0)
|   (buf (generate-new-buffer " *imap source*"))
|   (mail-source-string (format "imap:%s:%s" server mailbox))
|   (imap-shell-program (or (list program) imap-shell-program))
|   remove)
|   (if (and (imap-open server port stream authentication buf)
|(imap-authenticate
| user (or (cdr (assoc from mail-source-password-cache))
|  password) buf)
|(imap-mailbox-select mailbox nil buf))
|   (let ((coding-system-for-write mail-source-imap-file-coding-system)
| str)
| (with-temp-file mail-source-crash-box
|   ;; Avoid converting 8-bit chars from inserted strings to
|   ;; multibyte.
|   (mm-disable-multibyte)
|   ;; remember password
|   (with-current-buffer buf
| (when (and imap-password
|(not (assoc from mail-source-password-cache)))
|   (push (cons from imap-password) 
mail-source-password-cache)))
|   ;; if predicate is nil, use all uids
|   (dolist (uid (imap-search (or predicate "1:*") buf))
| (when (setq str
| (if (imap-capability 'IMAP4rev1 buf)
| (caddar (imap-fetch uid "BODY.PEEK[]"
| 'BODYDETAIL nil buf))
|   (imap-fetch uid "RFC822.PEEK" 'RFC822 nil buf)))
|   (push uid remove)
|   (insert "From imap " (current-time-string) "\n")
|   (save-excursion
| (insert str "\n\n"))
|   (while (let ((case-fold-search nil))
|(re-search-forward "^From " nil t))
| (replace-match ">From "))
|   (goto-char (point-max
|   (nnheader-ms-strip-cr))
| (incf found (mail-source-callback callback server))
| (mail-source-delete-crash-box)
| (when (and remove fetchflag)
|   (setq remove (nreverse remove))
|   (imap-message-flags-add
|(imap-range-to-message-set (gnus-compress-sequence remove))
|fetchflag nil buf))
| (if dontexpunge
| (imap-mailbox-unselect buf)
|   (imap-mailbox-close nil buf))
| (imap-close buf))
| (imap-close buf)
| ;; We nix out the password in case the error
| ;; was because of a wrong password being given.
| (setq mail-source-password-cache
|   (delq (assoc from mail-source-password-cache)
| mail-source-password-cache))
| (error "IMAP error: %s" (imap-error-text buf)))
|   (kill-buffer buf)
|   (mail-source-run-script
|postscript
|(format-spec-make ?p password ?t mail-source-crash-box
|  ?s server ?P port ?u user))
|   found)))
`

-- 
Eating chocolate is like being in love without the aggravation.
Manoj Srivastava   <[EMAIL PROTECTED]>  
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C


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



Bug#269790: the problem still exists in sarge and etch

2005-12-27 Thread Thijs Kinkhorst
Hello Jorge,

On Tue, December 27, 2005 22:43, Jorge Salamero Sanz wrote:
> i'm still having the same problem in sarge and etch packages of
> squirrelmail.

Can you tell us a bit more about the specifics of your problem and why you
think it's the same as this bug which has already been closed? The problem
in this bug is that a locale with @euro appended did not work in
SquirrelMail and that problem has been addressed.

What locale are you intending to use?

> in the mailing list i can see other people with the same issues, also a
> workarround that doesn't work here:
>
> http://article.gmane.org/gmane.mail.squirrelmail.user/26835/match=locale

How is a workaround that doesn't work useful to us?


bye,
Thijs




Bug#344872: cups-pdf creates 0 bytes pdf file.

2005-12-27 Thread Volker Christian Behr
A NFS mount is a possibility though that should not prevent logging
(except /var is also an NFS mount).
Is perhaps the RunAsUser option set to yes in CUPS? Then CUPS would not
run as root and therefore would fail for all CUPS-PDF operations except if
initiated by root.
If already the initialization of CUPS-PDF fails there could be a hint in
the error log of CUPS itself.

Martin-Éric Racine said:
> ti, 2005-12-27 kello 15:51 -0300, Andres Junge kirjoitti:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> Martin-Éric Racine wrote:
>> > ti, 2005-12-27 kello 02:53 -0300, Andres Junge kirjoitti:
>> >
>> >>Cups creates 0 byte pdf file as normal user. As root works ok.
>> >
>> > Please check /var/log/cups/cups-pdf_log and paste a copy of what it
>> > reports to [EMAIL PROTECTED] Thanks.
>>
>> Nothing. /var/log/cups/cups-pdf_log is an empty file (0 byte file).
>
> If CUPS-PDF had problems creating the file, it would have logged
> something about it automatically.
>
> Do you have an unusual situation involving e.g. home directories mounted
> via NFS that could perhaps have the worng mounting options?
>
> --
> Martin-Éric Racine
> http://q-funk.iki.fi
>


-- 

Volker Christian Behr
Experimentelle Physik V (Biophysik), Physikalisches Institut
Universitaet Wuerzburg, Am Hubland, 97074 Wuerzburg, Germany

Office: Room F-069a
+49-931-888-5766 (phone)
+49-931-888-5851 (fax)



Bug#343658: Bug #mailto:[EMAIL PROTECTED]

2005-12-27 Thread Christoffer Sawicki
tags 343658 +pending
thanks

> This patch worked for me too. It's just a line of code that needs to be
> added to a  source file... I hope that this bug will soon corrected by
> the author.

Upload pending.

*/ Christoffer Sawicki <[EMAIL PROTECTED]>


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



Bug#343655: acknowledged by developer (Bug#343655: fixed in mutt 1.5.11-5)

2005-12-27 Thread Recai Oktas
* Debian Bug Tracking System [2005-12-23 15:03:14-0800]
[...]
>  mutt (1.5.11-5) unstable; urgency=medium
>  .
>* Unbreak Mutt in Turkish locales (tr_TR): include patch from CVS to use 
> the
>  proper strcmp function in several places. Upstream bug #2144, reported in
>  both BTS by Recai Oktas. (Closes: #343655)
>  .
>* Apply patch from Nik A. Melchior to fix formatting problem in muttrc(5).
>  (Closes: #343030)

Hi Adeodato,

Thank you for this special upload.  I appreciate your responsiveness.

Merry Christmas!

-- 
roktas


signature.asc
Description: Digital signature


Bug#344936: gitweb: New version available (262)

2005-12-27 Thread Matthijs Melchior
Andres Salomon wrote:

>On Tue, 2005-12-27 at 19:13 +0100, Matthijs Melchior wrote:
>
>>Package: gitweb
>>Version: 220-2
>>Severity: wishlist
>>
>>A new version of gitweb is available at 
>>git://git.kernel.org/pub/scm/git/gitweb.git
>>
>>
>
>
>Yep.  However, my GPG key is in limbo atm (a replacement key should've
>been requested to be put in the keyring, but it requires someone to
>actually do that).  So, I can't upload packages, and I'm not going to
>waste time dealing w/ sponsors.
>
>Feel free to NMU.
>
OK, that's a pitty..., feel free to close this bug.

Can't help you with NMU, since I am not a DD.

Thanks anyway.

-- 
Regards,
  -o)
Matthijs Melchior   Maarssen  /\\
[EMAIL PROTECTED]  +31 346 570616  Netherlands _\_v
 



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



Bug#344919: teTeX 3.x incompatible to older .sty files

2005-12-27 Thread Tilman Höner zu Siederdissen

Yes, I can guess which decision was made. :)
I will try get the OSA to change their style file. That might save some 
scientists who use teTeX a lot of trouble.
But, since it's an important issue, I suggest to mention this in the 
documentation or the FAQ. Something like the following would have been 
very helpful to me when I encountered this problem:

Q: I chose dvi mode but only a pdf was created. What's wrong?
A: Some style files use a wrong test to determine whether pdf or dvi is 
to be created. Look for "\pdfoutput" in your style files. ... [the rest 
could be taken from the explanation here: 
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ifpdf]


Regards,
Tilman


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



Bug#316981: [Pkg-alsa-devel] Ready to finish update

2005-12-27 Thread Elimar Riesebieter
On Tue, 27 Dec 2005 the mental interface of
Elimar Riesebieter told:

[...]
> Else we can fix #316981 with the manpage sent in
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=316981;msg=30

This one seems to be older than the source version?
-.TH ALSACONF 8 "15 mars 2005"
+.TH ALSACONF 8 "23 Février 2003"

Elimar

-- 
  We all know Linux is great... it does infinite loops in 5 seconds.
-- Linus Torvalds



Bug#276189: OpenAFS and user-mode-linux

2005-12-27 Thread Russ Allbery
Andreas Schuldei <[EMAIL PROTECTED]> writes:

> this, too comes down to the fact that uml needs some support to
> build modules (and perhaps other stuff). 

> the most natural and really needed thing is an active maintainer
> who creates this infrastructure in a sensible way. not us coming
> up with a solution that seems to fit our gusto.

> i will start lobbing/searching for a new more active maintainer.

I would certainly perfer that, so since you agree with that too, I'm going
to hold off on doing anything about this bug for right now.

-- 
Russ Allbery ([EMAIL PROTECTED])   


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



  1   2   3   >