Bug#329440: clusterssh: window tiling doesn't work for me

2006-06-12 Thread thibault

Hi,

Sorry for having postoned this for quite some time. Here is a try with
version 3.17.2-0pre3 of clusterssh: I'm just running cssh -dD me, "me"
being a cluster containing localhost and localhost. Note that this is
done with the fvwm window manager.

Samuel



This message was sent using IMP, the Internet Messaging Program.

15:50:47: VERSION: 3.18.2.6 (2006/05/02 17:46:57)
15:50:47: Reading in from config file /etc/csshrc
15:50:47: Reading in from config file /home/samy/.csshrc
15:50:47: ignore_host_errors=yes
15:50:47: terminal_options=-fn -misc-fixed-medium-r-normal--7-70-75-75-c-50-iso8859-15 -bg black -fg white
15:50:47: terminal=xterm
15:50:47: clusters=daltons daltons_ipv6 dalton sci sci_rens sparc me
15:50:47: dalton=joe jack william averell calamity billy ma sweetie rantanplan
15:50:47: daltons=joe jack william averell calamity billy ma sweetie rantanplan
15:50:47: daltons_ipv6=joe jack.ipv6 william.ipv6 averell.ipv6 calamity.ipv6 billy.ipv6 ma.ipv6 sweetie.ipv6 rantanplan.ipv6
15:50:47: sci=sci0 sci1 sci2 sci3 sci4 sci5 sci6 sci7
15:50:47: sci_rens=sci0.rens sci1.rens sci2.rens sci3.rens sci4.rens sci5.rens sci6.rens sci7.rens
15:50:47: sparc=sparc2 sparc3 sparc4 sparc5 sparc6 sparc7 sparc8
15:50:47: me=localhost localhost
15:50:47: Checking path to xterm
15:50:47: Looking for xterm
15:50:47: Looking in /usr/lib/ccache
15:50:47: Looking in /usr/local/bin
15:50:47: Looking in /home/samy/bin
15:50:47: Looking in /usr/lib/ccache
15:50:47: Looking in /usr/local/bin
15:50:47: Looking in /home/samy/bin
15:50:47: Looking in /usr/local/bin
15:50:47: Looking in /usr/bin
15:50:47: Found at /usr/bin/xterm
15:50:47: Checking path to ssh
15:50:47: Looking for ssh
15:50:47: Looking in /usr/lib/ccache
15:50:47: Looking in /usr/local/bin
15:50:47: Looking in /home/samy/bin
15:50:47: Looking in /usr/lib/ccache
15:50:47: Looking in /usr/local/bin
15:50:47: Looking in /home/samy/bin
15:50:47: Looking in /usr/local/bin
15:50:47: Looking in /usr/bin
15:50:47: Found at /usr/bin/ssh
15:50:47: Fetching font size
15:50:47: Done with font size
15:50:47: Loading keymaps and keycodes
15:50:47: Unknown keycode 5053
15:50:47: Unknown keycode 5052
15:50:47: Unknown keycode 269024801
15:50:47: Unknown keycode 269024769
15:50:47: Unknown keycode 269024770
15:50:47: Unknown keycode 269024771
15:50:47: Unknown keycode 269024772
15:50:47: Unknown keycode 269024773
15:50:47: Unknown keycode 269024774
15:50:47: Unknown keycode 269024775
15:50:47: Unknown keycode 269024776
15:50:47: Unknown keycode 269024777
15:50:47: Unknown keycode 269024778
15:50:47: Unknown keycode 269024803
15:50:47: Unknown keycode 269024802
15:50:47: Unknown keycode 269024779
15:50:47: Unknown keycode 269024780
15:50:47: Unknown keycode 269024800
15:50:47: Logging for /etc/clusters
15:50:47: Looking for csshrc
15:50:47: Loading clusters in from csshrc
15:50:47: cluster daltons = joe jack william averell calamity billy ma sweetie rantanplan
15:50:47: cluster daltons_ipv6 = joe jack.ipv6 william.ipv6 averell.ipv6 calamity.ipv6 billy.ipv6 ma.ipv6 sweetie.ipv6 rantanplan.ipv6
15:50:47: cluster dalton = joe jack william averell calamity billy ma sweetie rantanplan
15:50:47: cluster sci = sci0 sci1 sci2 sci3 sci4 sci5 sci6 sci7
15:50:47: cluster sci_rens = sci0.rens sci1.rens sci2.rens sci3.rens sci4.rens sci5.rens sci6.rens sci7.rens
15:50:47: cluster sparc = sparc2 sparc3 sparc4 sparc5 sparc6 sparc7 sparc8
15:50:47: cluster me = localhost localhost
15:50:47: Finished loading clusters
15:50:47: Resolving cluster names: started
15:50:47: Found server me
15:50:47: Found server localhost
15:50:47: Found server localhost
15:50:47: leaving with localhost
15:50:47: leaving with localhost
15:50:47: Resolving cluster names: completed
15:50:47: create_windows: started
15:50:47: REAPER currently returns: -1
15:50:47: create_windows: completed
15:50:47: create_menubar: started
15:50:47: create_menubar: completed
15:50:47: Capture map events
15:50:47: Setting up helper script
15:50:47: 		my $pipe=shift;
		my $svr=shift;
		my $user=shift;
		my $port=shift;
		$user = $user ? "-l $user" : "";
		$port = $port ? "-p $port" : "";
		open(PIPE, ">", $pipe);
		print PIPE "$$:$ENV{WINDOWID}";
		close(PIPE);
		if($svr =~ /==$/)
		{
			$svr =~ s/==$//;
			warn("

WARNING: failed to resolve IP address for $svr.

".
"Either 'ignore_host_errors' or -i is set.  This connection may hang


"
			);
		}
		exec("/usr/bin/ssh -x -o ConnectTimeout=10 $port $user $svr");

15:50:47: Helper script done
15:50:47: Working on server localhost for localhost
15:50:47: Set temp name to: /tmp/3tMbUUJvuP
15:50:47: Terminal testing line:
/usr/bin/xterm -xrm 'XTerm.VT100.allowSendEvents:true' -e "/usr/bin/perl" "-e" 'print "Working\n" ; sleep 5'

15:50:47: Terminal exec line:
/usr/bin/xterm  -xrm 'XTerm.VT100.allowSendEvents:true' -T 'CSSH:localhost' -font 6x13 -e "/usr/bin/perl" "-e" '		my $pipe=shift;
		my $svr=shift;
		my $user=shift;
		my 

Bug#372849: ITP: wired -- music production and creation software

2006-06-12 Thread Samuel Mimram
Package: wnpp
Severity: wishlist
Owner: Samuel Mimram <[EMAIL PROTECTED]>

* Package name: wired
  Version : 0.2.2
  Upstream Author : The Wired Team
* URL : http://wired.sf.net/
* License : GPL
  Programming Lang: C++
  Description : music production and creation software

Wired aims to be a professional music production and creation software
running on the Linux operating system. It brings musicians a complete studio
environment to compose and record music without the need of expensive hardware.
.
Wired supports unlimited Audio/Midi tracks playback and recording, and
introduces a Plugin system for instruments and effects. It can also read
AKAI CDs and import 18 different Wave formats.
.
The following instruments are present in Wired:
 * Loop sampler, with time-stretching
 * Beatbox with a new editing concept, to create drum sequences
 * MIDI controlled sampler, which can read AKAI program and
 * High-pass, Low-pass and Notch filters
 * Compressor/Limiter
 * Delay
 * And many more...

Notice that there is already an RFP (#353608) for a completely different
program also named wired. One of us will have to change its upstream name...

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


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



Bug#236721: Squeak in Debian main

2006-06-12 Thread Lex Spoon
"Andreas Kuckartz" <[EMAIL PROTECTED]> wrote:
> > (4) The distributed files squeak.changes and squeak.image, both around
> > 10MB, are shipped in binary form. I wonder if there should be source
> > code to create them initially. (See DFSG.2, "Source Code")
> 
> The .changes file contains Smalltalk source code (if the system is not
> broken!).
> 
> I think that one can argue that there exists nothing really comparable
> to the .image files used by Smalltalk-80 systems for other programming
> languages. Those .image-files exist since at least 25 years and in my
> opinion they are an important aspect of the Smalltalk-80 way of doing
> things. In some way it is comparable to a living organism.
> 

A key observation for the present discussion: an image/changes pair is a
perfectly valid form of ultimate source code for a Squeak developer. 
There is no earlier, more fundamental source code that Squeak developers
use.  Alan Kay himself hacks image/changes pairs when he develops new
things for Squeak.

The only reason these might not look like source code is that they are
not fully in a text format.  However, there does not seem to be any
fundamental reason to insist that source code is textual.

While I cannot find anything in Debian policy about this (only
discussions of the topic), OSI carefully declines to mention text as
either necessary or sufficient for a definition of source code.  Here is
the relevant part of OSI's open-source definition:

"The program must include source code, and must allow distribution in
source code as well as compiled form. Where some form of a product is
not distributed with source code, there must be a well-publicized means
of obtaining the source code for no more than a reasonable reproduction
cost preferably, downloading via the Internet without charge. The source
code must be the preferred form in which a programmer would modify the
program. Deliberately obfuscated source code is not allowed.
Intermediate forms such as the output of a preprocessor or translator
are not allowed."
(item 2 of OSI's Open Source Definition)

Finally, I cannot resist a followon to Andreas' accurate comments. 
*All* source code is organic, evolving, and comparable to a living
organism.  Not even Linus Torvalds could duplicate Linux if you locked
him in a room with no Internet access.  Code is grown.


-Lex


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



Bug#366948: xfig can't find fonts

2006-06-12 Thread Steve Langasek
On Sun, Jun 11, 2006 at 01:40:03PM +0200, Adeodato Simó wrote:
> > I think the patch might need a few more tweaks still, though; I'll ponder it
> > and commit a fix to the svn repo this weekend.

> Nice, thanks. But see comments below about xfonts-utils.postinst.

> > >   - Steve, despite you talk about horribly broken maintainer scripts in
> > > gsfonts-x11, I fail to see anything wrong with them. preinst is the
> > > most scary of them, but only acts in versions <= 0.7, and as for
> > > postinst and postrm, they just contain the dh_installxfonts snippet.

> > Well, yes.  The source of the buggy gsfonts-x11 maintainer scripts seems to
> > be dh_installxfonts; I've filed a bug report against debhelper now (372686),
> > requesting that the postrm snippet *not* check for $1 = upgrade, since this
> > issue may come up in other circumstances than just the X11R7 transition.

> Two things about this bug report. First, I fail to see (at least for
> now) how having the postrm not check for $1 = upgrade would help: when
> that code gets executed, the old files are still present in the X11R6
> location (or whatever other change in paths), so the tools wouldn't be
> able to notice their removal, and update fonts.* accordingly! In the
> postinst, on the contrary, the files are already removed, so the tools
> can react properly (eventually, once we get the mess sorted out).

Uh... hmm.  You're right; this is incredibly surprising to me that the
postrm script would be called *before* the files have been removed.  That's
not exactly "post" the "rm" part.

So I guess my suggested update to dh_installxfonts was entirely ineffective.
:/

It does mean that any package that moves its fonts between directories on
upgrade does have to deal with this always in the postinst.  Yuck.

> Secondly, in the bug report you talk about the need of a new version of
> gsfonts-x11, with code in its maintainer scripts to clean by themselves
> the old fonts.* files. And again in this mail:

> > Anyway, in order to fix this after the fact we need an update to
> > gsfonts-x11 so that on upgrade, it takes care of what the old package has
> > left behind.

> Apologies in advance if I'm being particularly dense on this, but I
> can't see what makes gsfonts-x11 sooo special, apart from having got
> bitten by a bug in update-fonts-scale. I mean this: gsfonts-x11 leaves
> cruft behind in both fonts.scale and fonts.dir in the old dir. For
> fonts.scale, the cloned bug against xfonts-utils has to be fixed first,
> and then, either gsfonts-x11 gets re-uploaded with a versioned dependency 
> on xfonts-utils (but then, same should do all the packages shipping
> scalable fonts, since who knows which could get upgraded last, without
> xfonts-utils being upgraded...), or _maybe_ xfonts-utils can put code in
> its postinst to call update-fonts-scale over all directories, iff
> upgrading from <= 1:1.0.0-4, in acknowledgement that previous versions
> were buggy.

I didn't mean to suggest that gsfonts-x11 was special; if there are other
font packages with this issue, my thought was that they would need to clean
up in the same way.

gsfonts-x11 is the one that seems to have been leaving fonts.dir files
behind on users' systems with the greatest consistency so far.

> Then, cruft in fonts.dir is left, for which it seems you'd also want for
> gsfonts-x11 to handle by itself in its maintainer scripts. But then,
> I'll note, and as mentioned in my previous mail:

> > >   - that gsfonts-x11 leaves stuff in X11R6/fonts.dir is consistent with
> > > the changes introduced in #364530: update-fonts-dir only acts in one
> > > directory at a time (checked as well with another package, xfonts-jmk
> > > maintained by Russ Albery).

> _every_ package shipping fonts and which invokes update-fonts-dir leaves
> the same cruft behind as gsfonts-x11, so all of them should introduce
> the same handling in their maintainer scripts? Maybe what makes
> gsfonts-x11 so special is that there have been reports of its cruft
> breaking other apps, whilst other font packages have got none, but for
> me, all of them behave the same as per dh_installxfonts, so I think the
> fix belongs in debhelper, by e.g. invoking update-fonts-dir twice, once
> with --x11r7-layout and once without it, or in xfonts-utils, by making
> update-fonts-dir act on both directories, like update-fonts-scale.

> (That's why I think the bug against gsfonts-x11 is "fixed", and that if
> the symptoms remain, it's because another bug, in another package.)

Yes, I've talked with David and he agrees that fixing xfonts-utils so that
update-fonts-dir acts on both old and new directories is acceptable.

I still think it's rather ugly, but I'm going to go ahead and implement this
for the XSF since everything else is ugly too.

So, I'll go ahead with the cloning and bug fixing-up since it seems that
this *still* hasn't happened on this bug. :)

Thanks for the sanity checking!

-- 
Steve Langasek  

Bug#372280: [Pkg-shadow-devel] Bug#372280: adduser fails: "configuration error - unknown item"

2006-06-12 Thread Ian Bruce
On Fri, 9 Jun 2006 22:30:48 +0200
Christian Perrier <[EMAIL PROTECTED]> wrote:

> And each time such "bug" has been reported to login/passwd, it has
> been immediately closed as "feature not bug".
> 
> This message is a warning about deprecated options in /etc/login.defs
> and is perfectly intended.
> 
> So, actually, users should do what's adviced: warn the system
> administrator so that s/he fixes the deprecacted options in login.defs

That would be a lot easier if the error message actually referenced
/etc/login.defs . As it is now, there is absolutely no indication of
where these parameters may be found, so if you don't already know,
you're out of luck.

As for fixing the deprecated options, they're included in the version
of login from the current stable archive. If the already existing
version dependency in newer versions of passwd were updated to reflect
this, the whole problem would just go away.


-- Ian Bruce
--- Begin Message ---
On Fri, 9 Jun 2006 10:57:57 +0100
Stephen Gran <[EMAIL PROTECTED]> wrote:

> This one time, at band camp, Ian Bruce said:
> > "adduser" produces a lot of error messages about unrecognized
> > parameters, which may or may not be harmless. This may indicate a
> > conflict with some version of another package, but it's not clear to me
> > which one.
> 
> You have these directives set in /etc/login.defs.  My understanding is
> that they have been deprecated for some time, but now they create a 
> warning message.  This is not a bug in adduser (in fact, I'm not sure
> it's a bug at all - programs do change the acceptable options in their
> conf files over time, and it's not a good idea to automatedly overwrite
> an edited config file on upgrade).
> 
> Others, I leave it to you whether or not you want to reassign this to
> login (the package responsible for login.defs) or just close it.  I can
> see arguments both ways.

The version of "login" on this system is 1:4.0.3-31sarge5 (current
"stable" archive). I have not edited /etc/login.defs since installing
the operating system. I suggest that a conflict, or an updated version
dependency, be put in the "passwd" package to prevent this problem,
since it's apparently the one that no longer recognizes these
parameters. It's pretty alarming if you don't know what the cause of it
is; it barfs up these errors every time "apt-get" tries to create a
system userid.

It might also be a good idea to change the error message to refer to the
login.defs file which is causing the problem; if this had been the case,
I could have figured it out for myself. The program /usr/sbin/useradd
contains the following string (as do several others from this package):

"configuration error - unknown item '%s' (notify administrator)"

How about changing that to:

"configuration error - unknown item '%s' in file '%s' (notify administrator)"


-- Ian Bruce

--- End Message ---


Bug#372810: bugzilla: collectstats.pl refers to duplicates.cgi in wrong directory

2006-06-12 Thread Alexis Sukrieh
tags 372810 + confirmed
thanks

Le dimanche 11 juin 2006 à 23:11 +0200, Frédéric Bothamy a écrit :
> Package: bugzilla
> Version: 2.22-1
> Severity: normal
> 
> Hello,
> 
> I have recently found the following message in my mailbox:
> 
> /etc/cron.daily/bugzilla:
> Can't open perl script "duplicates.cgi": Aucun fichier ou répertoire de ce 
> type
> 
> I believe that this comes from
> /usr/share/bugzilla/lib/collectstats.pl. More precisely, around
> line 100:
> 
> # Generate a static RDF file containing the default view of the 
> duplicates data.
> open(CGI, "$perl -T duplicates.cgi |")
> || die "can't fork duplicates.cgi: $!";
> 
> Th file duplicates.cgi is in /usr/lib/cgi-bin/bugzilla/.

Thanks for the report, this must comes from a mistake in the patches I
apply to the sources.

Will fix it in the next release.

Regards,





Bug#370671: [Fwd: Re: Can you repro with XOrg 7?]

2006-06-12 Thread Frederic Schutz

Thanks Johan, I'll see what I can do.

I note, however, that the latest version of gnome-applets is ready to go 
into testing (as indicated on the web page 
http://bjorn.haxx.se/debian/testing.pl?package=gnome-applets), except 
for this release-critical bug.


Since the bug was filled against the version in testing, this should not 
prevent the new version to migrate. I don't know if version tracking or 
any tagging can already help telling britney about this fact; does 
anyone know, or should the release-team be asked about it (provided that 
the maintainer is ok with the idea) ?


Frédéric


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



Bug#372796: ImportError: No module named eric3config

2006-06-12 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Bob Tanner wrote:
> On Sunday 11 June 2006 14:30, you wrote:
>> Traceback (most recent call last):
>>   File "/usr/share/eric/modules/eric3.py", line 30, in ?
>> from UI.SplashScreen import SplashScreen, NoneSplashScreen
>>   File "/usr/share/eric/modules/UI/SplashScreen.py", line 14, in ?
>> from eric3config import getConfig
>> ImportError: No module named eric3config
> 
> eric invokes /usr/bin/python, which mine is python2.4, but all the modules 
> for 
> eric are python2.3, quick fix? Make eric run python2.3?
> 
Hi,

Debian's Python default version is still 2.3, and eric's dependencies state
python (>= 2.3), python (<< 2.4), which implies that /usr/bin/python is 2.3.

best,

Torsten

- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146  894C 7CC5 451E A244 C858
Keyserver: subkeys.pgp.net

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEjRiqfMVFHqJEyFgRApq8AJ9wWQP3JS4w5eYfDBMVSstBWSkEpwCgjp70
NPx+0iOozZRZPQtvOl2A0Mo=
=O7HY
-END PGP SIGNATURE-


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



Bug#372551: munin-node: init script never returns

2006-06-12 Thread Tore Anderson
close 372551
quit

  Hi, Uwe.

* Uwe Storbeck

> "/etc/init.d/munin-node start" never returns and makes the system hang
> on boot. I can reproduce the effect if I call it from the command line.
> It hangs in a "read pid" command. I'm not sure if this is a bug of the
> munin-node init script itself or of some other scripts or programs it
> calls.

  The latter.  The bug is in lsb-base (#370155), and was fixed in the
 3.1-9 version of that package.  So I'm closing your bug.

Regards
-- 
Tore Anderson



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



Bug#370674: apticron: argument list for apt-listchanges isn't built properly

2006-06-12 Thread Nis Martensen
On Tue, 06 Jun 2006 12:04:27 +0200, Michael Kaaden wrote:
> Looking into this, I assume line 90
> 
>   if [ `ls ${PKGPATH}${PKG}_${VERFILE}_*.deb >& /dev/null` ] ; then
> 
> to be the source of the problem.

It is. ls will not produce any output (due to the redirection to
/dev/null), so the test ([) has actually nothing to test and fails.

Inverting the test makes it always succeed which makes it superfluous.
I assume that the following was meant:

--- /usr/sbin/apticron  2006-05-19 05:24:50.0 +0200
+++ bin/apticron2006-06-12 09:43:08.0 +0200
@@ -87,7 +87,7 @@
VER=`LC_ALL=en /usr/bin/apt-cache policy $PKG |\
 /bin/grep Candidate: | /usr/bin/cut -f 4 -d \ `
VERFILE=`echo "$VER" | /bin/sed -e "s/:/%3a/g"`
-   if [ `ls ${PKGPATH}${PKG}_${VERFILE}_*.deb >& /dev/null` ] ; 
then 
+   if ls ${PKGPATH}${PKG}_${VERFILE}_*.deb >& /dev/null ; then 
DEBS="$DEBS ${PKGPATH}${PKG}_${VERFILE}_*.deb"
fi
echo -e "\t"$PKG $VER


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



Bug#372852: bsh: Recommends: xlibs but was removed from sid

2006-06-12 Thread Noèl Köthe
Package: bsh
Version: 2.0b4-4
Severity: normal

Hello,

$ apt-cache show bsh
Package: bsh
Priority: optional
Section: devel
Installed-Size: 364
Maintainer: Debian Java Maintainers 

Architecture: all
Version: 2.0b4-4
Depends: java-gcj-compat | java1-runtime | java2-runtime, libjline-java
Recommends: xlibs


but xlibs was removed from sid.

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

Versions of packages bsh depends on:
ii  libjline-java 0.9.5-2Java library for handling console 
ii  sun-java5-jre [java2-runtime] 1.5.0-06-1 Sun Java(TM) Runtime Environment (

Versions of packages bsh recommends:
pi  xlibs 6.9.0.dfsg.1-6 X Window System client libraries m

-- no debconf information


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



Bug#372854: BrowseRelay info message shows addresses the wrong way around

2006-06-12 Thread Arne Nordmark

Package: cupsys
Version: 1.2.1-2
Severity: minor

At the log level setting of

LogLevel info

the informational message about BrowseRelay settings (as recorded in
/var/log/cups/error_log) has the source
and destination fields exchanged. For example having

BrowseRelay ano2.mech.kth.se anobhs-bcast.mech.kth.se

causes the message

Relaying from 130.237.233.231 to ano2.mech.kth.se:631 (IPv4)

in error_log. This is confusing.

Fix: exchange "temp" and "temp2" in the statement

  cupsdLogMessage(CUPSD_LOG_INFO, "Relaying from %s to 
%s:%d(IPv4)",

  temp, temp2,ntohs(relay->to.ipv4.sin_port));

at line 2545 in scheduler/conf.c

Thanks
Arne

-- 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.15-1-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages cupsys depends on:
ii  adduser  3.87Add and remove users and groups
ii  debconf [debconf-2.0]1.5.1   Debian configuration 
management sy
ii  gs-esp   8.15.1.dfsg.1-2 The Ghostscript PostScript 
interpr

ii  libc62.3.6-13GNU C Library: Shared libraries
ii  libcupsimage21.2.1-2 Common UNIX Printing 
System(tm) -
ii  libcupsys2   1.2.1-2 Common UNIX Printing 
System(tm) -
ii  libdbus-1-2  0.61-6  simple interprocess 
messaging syst
ii  libgnutls13  1.3.5-1.1   the GNU TLS library - 
runtime libr

ii  libldap2 2.1.30-13   OpenLDAP libraries
ii  libpam0g 0.79-3.1Pluggable Authentication 
Modules l
ii  libpaper11.1.17  Library for handling paper 
charact

ii  libslp1  1.2.1-5 OpenSLP libraries
ii  lsb-base 3.1-10  Linux Standard Base 3.1 
init scrip
ii  patch2.5.9-4 Apply a diff file to an 
original

ii  perl-modules 5.8.8-4 Core Perl modules
ii  procps   1:3.2.6-2.2 /proc file system utilities
ii  xpdf-utils [poppler-util 3.01-8  Portable Document Format 
(PDF) sui

ii  zlib1g   1:1.2.3-11  compression library - runtime

Versions of packages cupsys recommends:
ii  cupsys-client 1.2.1-2Common UNIX Printing 
System(tm) -

pn  foomatic-filters   (no description available)
ii  smbclient 3.0.22-1   a LanManager-like simple 
client fo


-- debconf information:
  cupsys/raw-print: true
  cupsys/browse: true
  cupsys/ports: 631
  cupsys/backend: ipp, lpd, parallel, socket, usb
  cupsys/portserror:


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



Bug#328873: experimental upload of portaudio19

2006-06-12 Thread Samuel Mimram
Hi,

Since things usually take longer than expected, it would be nice if you
could make an upload of portaudio 19 in experimental. I need it for
wired (cf. #372849), and some other programs apparently badly need it
also. I'm a DD, feel free to tell me if you need a hand.

Cheers,

Samuel.


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



Bug#372845: debhelper: [dh_installman::manual] Grammar fix

2006-06-12 Thread Jari Aalto
| Jari Aalto wrote:
| >Files named debian/package.manpages can list other man pages to be
| > I believe the 'Files' should read 'File' for a single file.
| 
| The "package" is replaced with the actual package name, so it's plural.

May I suggest alternate reading to make this more clear. If
I understood correct, it would refer to something like:

Files named debian/package.manpages (e.g. debian/package.1,
debian/package.8) can list other man pages to be

Jari



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



Bug#372851: classpath: FTBFS on GNU/kFreeBSD

2006-06-12 Thread Petr Salinger

Package: classpath
Severity: important
Version: 2:0.91-3
Tags: patch

Hi,

the current version fails to build on GNU/kFreeBSD.

Please find attached patch to fix that.
It excludes linux specific package libasound2-dev
in Build-Depends and changes debian/rules accordingly.

Thanks for your cooperation.
 Petr

diff -u classpath-0.91/debian/control classpath-0.91/debian/control
--- classpath-0.91/debian/control
+++ classpath-0.91/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
 
 Uploaders: Michael Koch <[EMAIL PROTECTED]>, Arnaud Vandyck <[EMAIL 
PROTECTED]>, John Leuner <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), jikes (>= 1.19) [!arm], gcj [arm], zip, 
libgtk2.0-dev, libart-2.0-dev, libx11-dev, libice-dev, libxt-dev, libxtst-dev, 
libasound2-dev, cdbs, libcairo2-dev, dpatch, libqt4-dev (>= 4.1.0), dssi-dev, 
ladspa-sdk, libjack0.100.0-dev
+Build-Depends: debhelper (>= 4.0.0), jikes (>= 1.19) [!arm], gcj [arm], zip, 
libgtk2.0-dev, libart-2.0-dev, libx11-dev, libice-dev, libxt-dev, libxtst-dev, 
libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], cdbs, 
libcairo2-dev, dpatch, libqt4-dev (>= 4.1.0), dssi-dev, ladspa-sdk, 
libjack0.100.0-dev
 Build-Depends-Indep: gjdoc (>= 0.7.5-4)
 Standards-Version: 3.7.2
 
diff -u classpath-0.91/debian/rules classpath-0.91/debian/rules
--- classpath-0.91/debian/rules
+++ classpath-0.91/debian/rules
@@ -7,6 +7,7 @@
 # from having to guess our platform (since we know it already)
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+DEB_HOST_ARCH_OS?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
CFLAGS += -g
@@ -24,6 +25,13 @@
OPT_COMPILER=--with-jikes=/usr/bin/jikes
 endif
 
+ifeq ($(DEB_HOST_ARCH_OS),linux)
+   OPT_ALSA=--enable-dssi  --enable-alsa
+else
+   OPT_ALSA=--disable-dssi --disable-alsa
+endif
+
+
 config.status: patch configure
dh_testdir
MOC=moc-qt4 ./configure \
@@ -38,7 +46,7 @@
$(OPT_COMPILER) \
--enable-gtk-cairo \
--enable-qt-peer \
-   --enable-dssi \
+   $(OPT_ALSA) \
--enable-jni \
--with-gjdoc
touch configured-stamp
@@ -57,7 +65,7 @@
$(OPT_COMPILER) \
--enable-gtk-cairo \
--enable-qt-peer \
-   --enable-dssi \
+   $(OPT_ALSA) \
--enable-jni
sed -e 's/^\(SUBDIRS.*\) tools/\1/' < Makefile > Makefile.tmp
mv Makefile.tmp Makefile


Bug#372853: samba: segfault at boot for nmbd

2006-06-12 Thread Luca Capello
Package: samba
Version: 3.0.22-1
Severity: normal

Hello!

On Mon, 12 Jun 2006 01:03:57 +0200, Steve Langasek wrote:
> On Sun, Jun 11, 2006 at 06:59:45PM +0200, Luca Capello wrote:
>> I think I'm bitten by this bug and I'm sorry to report it only now.
>
> No, your backtrace has nothing to do with this bug.  Please open a
> separate bug report.

Done :-D

For the record, I previously thought that my bug was the same as
#367621 [1] and reported there my backtrace.

Basically, since June 4th I got some panic errors from swat, which I
didn't investigate until the same happens for nmbd at boot (I use
suspend-to-disk, so I don't reboot so often).  I'm sure that at least
smbd worked, because I mounted my samba shares from different Windows
XP machines.

The strange fact is that if I start samba just after boot it doesn't
give any error.

Now the backtrace:
=
The Samba 'panic action' script, /usr/share/samba/panic-action,
was called for pid 2875 (/usr/sbin/nmbd).
[...]
Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1212606240 (LWP 2875)]
0xb7d3305e in waitpid () from /lib/tls/libc.so.6
#0  0xb7d3305e in waitpid () from /lib/tls/libc.so.6
#1  0xb7cd9809 in strtold_l () from /lib/tls/libc.so.6
#2  0x080d7cb7 in smb_panic2 (why=0xfe00 , decrement_pid_count=1) at lib/util.c:1545
#3  0x080d7dea in smb_panic (why=0xfe00 ) 
at lib/util.c:1506
#4  0x080c31e4 in sig_fault (sig=-512) at lib/fault.c:42
#5  
#6  0xb7ccc8c7 in raise () from /lib/tls/libc.so.6
#7  0xb7cce049 in abort () from /lib/tls/libc.so.6
#8  0xb7cc5f5c in __assert_fail () from /lib/tls/libc.so.6
#9  0xb7cba55f in __gconv_get_alias_db () from /lib/tls/libc.so.6
#10 0xb7dc7ac4 in _itoa_lower_digits () from /lib/tls/libc.so.6
#11 0xb7dc3b25 in in6addr_loopback () from /lib/tls/libc.so.6
#12 0x00e8 in ?? ()
#13 0xb7dc3b4a in in6addr_loopback () from /lib/tls/libc.so.6
#14 0xb7dd4ff4 in ?? () from /lib/tls/libc.so.6
#15 0x081543b0 in ?? ()
#16 0x0002 in ?? ()
#17 0xbffa6e74 in ?? ()
#18 0xb7cba5f8 in __gconv_get_alias_db () from /lib/tls/libc.so.6
#19 0x0002 in ?? ()
#20 0x081543b0 in ?? ()
#21 0xb7dd4ff4 in ?? () from /lib/tls/libc.so.6
#22 0x in ?? ()
=

>> BTW, shouldn't the severity be grave, as the services aren't
>> available after boot, but only with manual intervention?
>
> No, failures that cause problems from only one user among thousands
> aren't grave.

OK, so I set the severity to normal for this new one.

>>  wins server = wlan0:0.0.0.0, wlan0:0.0.0.0, wifi:0.0.0.0, wifi:0.0.0.0
>
> Wow, what the heck is this?  I wouldn't be at all surprised if this
> is the cause of your failures.

I tried commeting out that line in my smb.conf, but nothing changed.
(anyway, I removed it now).

For the record, I apt-upgrade every day and my libc6 is the one in
experimental.

Thx, bye,
Gismo / Luca

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

Versions of packages samba depends on:
ii  debconf [debconf-2.0]1.5.1   Debian configuration management sy
ii  libacl1  2.2.37-1Access control list shared library
ii  libattr1 2.4.32-1Extended attribute shared library
ii  libc62.3.999.2-3 GNU C Library: Shared libraries
ii  libcomerr2   1.39-1  common error description library
ii  libcupsys2   1.2.1-2 Common UNIX Printing System(tm) - 
ii  libkrb53 1.4.3-7 MIT Kerberos runtime libraries
ii  libldap2 2.1.30-13   OpenLDAP libraries
ii  libpam-modules   0.79-3.1Pluggable Authentication Modules f
ii  libpam-runtime   0.79-3.1Runtime support for the PAM librar
ii  libpam0g 0.79-3.1Pluggable Authentication Modules l
ii  libpopt0 1.10-2  lib for parsing cmdline parameters
ii  logrotate3.7.1-3 Log rotation utility
ii  lsb-base 3.1-10  Linux Standard Base 3.1 init scrip
ii  netbase  4.25Basic TCP/IP networking system
ii  samba-common 3.0.22-1Samba common files used by both th

Versions of packages samba recommends:
pn  smbldap-tools  (no description available)

-- debconf information:
  samba/nmbd_from_inetd:
  samba/log_files_moved:
  samba/tdbsam: false
* samba/generate_smbpasswd: true
* samba/run_mode: daemons

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=367621

# Samba config file created using SWAT
# from 127.0.0.1 (127.0.0.1)
# Date: 2005/08/03 14:53:08

# Global parameters
[global]
workgroup = RODRIGUEZ
netbios na

Bug#372857: please make debian-mirrors-announce gpg moderated

2006-06-12 Thread Peter Palfrader
Package: lists.debian.org
Severity: wishlist

d-mirrors-announce is an announcement list, and should be low traffic.
Right now the most regular posters are spammers.

I think the list should be set to gpg-moderation, just like d-d-a.

Thanks,
Peter


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



Bug#371076: cfs: SIGSEGV on write

2006-06-12 Thread Gerrit Pape
On Wed, Jun 07, 2006 at 09:39:41AM +0200, Carlo Contavalli wrote:
> Well, after a couple months, a couple days ago I just updated
> the whole system. Still trying to understand which is the cause,
> but when writing 'some files' cfsd crashes with a SIGSEGV 
> and leaves my directory unusable. 
> 
>   I've been using cfsd for years now, and I don't believe the 
> directory to be corrupted. The application causing the problem
> is probably procmail.

Hi Carlo, I tried to reproduce it, but failed to crash cfsd with
SIGSEGV.  Maybe it only happens with this specific file when written to
the directory.

Can you try to construct a simple test case to reproduce the crash, so
that I can start debugging?  I'm thinking of something like:

 cmkdir foo; cattach foo; cat somefile >/crypt/foo/bar;

makes cfsd crash.

Thanks, Gerrit.


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



Bug#353373: [l10n] Initial Czech translation of phpgacl

2006-06-12 Thread David Gil
Hello Miroslav,

The debconf templates of the phpgacl package have been changed due to
dbconfig-common stuff included. Your .po file is now out of date. Could
you send an updated one to this bug report?

I feel so sorry for the delay.

Thanks,
David.

El vie, 17-02-2006 a las 22:06 +0100, Miroslav Kure escribió:
> Package: phpgacl
> Severity: wishlist
> Tags: l10n, patch
> 
> Hi,
> in attachement there is initial Czech (cs.po) translation of
> phpgacl debconf messages. Please include it with the package.
> 
> Thanks


signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Bug#370671: [Fwd: Re: Can you repro with XOrg 7?]

2006-06-12 Thread Frederic Schutz

Johan Walles wrote:


If the version that wants to go into testing resolves the problem for
you, then it should go into testing.

But since this is probably a bug in X.org which is just triggered by
the Gnome panel, my guess is that the bug is triggered by both the
version in Testing and in Unstable.  But that's just a guess.


So, in both cases, there is no objection for the migration (the first 
case is "best case", the second case is status quo), if I understand well ?


Frédéric


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



Bug#372821: ITP: mmpython -- Media Metadata for Python

2006-06-12 Thread Jérémie Corbier
On Mon, Jun 12, 2006 at 03:47:19PM +0900, Kai Hendry wrote:
> This software seems to be in pre-alpha according to sourceforge.

It looks like they forgot to change the project status to a less scary
one. This lib is stable now and is used in Freevo (http://freevo.sf.net)
which is stable.

> Btw can it extract a frame from an Theora AVI? So I can "thumbnail" or
> preview my videos?

Nope it can't.

Regards,

-- 
Jérémie


signature.asc
Description: Digital signature


Bug#372855: cupsys: Sending BrowseRelay packets causes EINVAL in sendto()

2006-06-12 Thread Arne Nordmark

Package: cupsys
Version: 1.2.1-2
Severity: normal

Relaying CUPS browse packet does not seem to work. Using

BrowseRelay ano2.mech.kth.se anobhs-bcast.mech.kth.se

cases the follwing error message

E [11/Jun/2006:07:14:19 +0200] cupsdUpdateCUPSBrowse: sendto failed for 
relay 1

- Invalid argument.

each time a browse packet is received from ano2.mech.kth.se, and these
packets are not relayed. There seems to
be an upstream bug report about this: 
but if I understand correctly, that bug report was closed without any
action, since the bug reporter's disk had just crashed, and he could thus
no longer reproduce the problem. The source code looks like

 if (sendto(BrowseSocket, packet, bytes, 0,
 (struct sockaddr *)&(Relays[i].to),
 sizeof(http_addr_t)) <= 0)

at line 1460 in scheduler/dirsvc.c. If I change

 sizeof(http_addr_t)

(which evaluates to 256) into

 sizeof(struct sockaddr_in)

(which evaluates to 16)

the error message disappears and relaying functionality is restored.


-- 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.15-1-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages cupsys depends on:
ii  adduser  3.87Add and remove users and groups
ii  debconf [debconf-2.0]1.5.1   Debian configuration 
management sy
ii  gs-esp   8.15.1.dfsg.1-2 The Ghostscript PostScript 
interpr

ii  libc62.3.6-13GNU C Library: Shared libraries
ii  libcupsimage21.2.1-2 Common UNIX Printing 
System(tm) -
ii  libcupsys2   1.2.1-2 Common UNIX Printing 
System(tm) -
ii  libdbus-1-2  0.61-6  simple interprocess 
messaging syst
ii  libgnutls13  1.3.5-1.1   the GNU TLS library - 
runtime libr

ii  libldap2 2.1.30-13   OpenLDAP libraries
ii  libpam0g 0.79-3.1Pluggable Authentication 
Modules l
ii  libpaper11.1.17  Library for handling paper 
charact

ii  libslp1  1.2.1-5 OpenSLP libraries
ii  lsb-base 3.1-10  Linux Standard Base 3.1 
init scrip
ii  patch2.5.9-4 Apply a diff file to an 
original

ii  perl-modules 5.8.8-4 Core Perl modules
ii  procps   1:3.2.6-2.2 /proc file system utilities
ii  xpdf-utils [poppler-util 3.01-8  Portable Document Format 
(PDF) sui

ii  zlib1g   1:1.2.3-11  compression library - runtime

Versions of packages cupsys recommends:
ii  cupsys-client 1.2.1-2Common UNIX Printing 
System(tm) -

pn  foomatic-filters   (no description available)
ii  smbclient 3.0.22-1   a LanManager-like simple 
client fo


-- debconf information:
  cupsys/raw-print: true
  cupsys/browse: true
  cupsys/ports: 631
  cupsys/backend: ipp, lpd, parallel, socket, usb
  cupsys/portserror:


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



Bug#370671: [Fwd: Re: Can you repro with XOrg 7?]

2006-06-12 Thread Johan Walles

If the version that wants to go into testing resolves the problem for
you, then it should go into testing.

But since this is probably a bug in X.org which is just triggered by
the Gnome panel, my guess is that the bug is triggered by both the
version in Testing and in Unstable.  But that's just a guess.

 Regards //Johan

2006/6/12, Frederic Schutz <[EMAIL PROTECTED]>:

Thanks Johan, I'll see what I can do.

I note, however, that the latest version of gnome-applets is ready to go
into testing (as indicated on the web page
http://bjorn.haxx.se/debian/testing.pl?package=gnome-applets), except
for this release-critical bug.

Since the bug was filled against the version in testing, this should not
prevent the new version to migrate. I don't know if version tracking or
any tagging can already help telling britney about this fact; does
anyone know, or should the release-team be asked about it (provided that
the maintainer is ok with the idea) ?



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



Bug#372856: krandrtray does correctly switch resolution on my setup

2006-06-12 Thread Eric Valette
Package: kcontrol
Version: 4:3.5.3-2
Severity: normal

I have a dual-head setup with with an ATI board using the following radeon
driver options:

   Option  "MergedFB" "true"
Option  "DynamicClocks" "true"
Option  "CRT2Position" "clone"
Option  "MetaModes" "1280x1024 1400x1050-1280x1024" 

krandrtray display correctly the two modes (1400x1050 and 1280x1024) but
when clicking on the desired resolution, it does not switch it correctly.
Using xrandr I get


 SZ:Pixels  Physical   Refresh
*0   1280 x 1024   ( 342mm x 272mm )  *-19557
 1   1400 x 1050   ( 342mm x 272mm )   -19557
Current rotation - normal
Current reflection - none
Rotations possible - normal
Reflections possible - none

And using xrandr -S 0/1 does switch the mode as expected. So I guess this
is a bug in krandrtray.

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

Versions of packages kcontrol depends on:
ii  kdebase-data4:3.5.3-2shared data files for the KDE base
ii  kdelibs4c2a 4:3.5.3-1core libraries and binaries for al
ii  kicker  4:3.5.3-2desktop panel for KDE
ii  libacl1 2.2.37-1 Access control list shared library
ii  libart-2.0-22.3.17-1 Library of functions for 2D graphi
ii  libattr12.4.32-1 Extended attribute shared library
ii  libaudio2   1.7-9The Network Audio System (NAS). (s
ii  libc6   2.3.6-15 GNU C Library: Shared libraries
ii  libfam0 2.7.0-10 Client library to control the FAM 
ii  libfontconfig1  2.3.2-7  generic font configuration library
ii  libfontenc1 1:1.0.1-6X11 font encoding library
ii  libfreetype62.2.1-2  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.1.1-2GCC support library
ii  libgl1-mesa-glx [libgl1]6.4.2-1  A free implementation of the OpenG
ii  libglu1-mesa [libglu1]  6.4.2-1  The OpenGL utility library (GLU)
ii  libice6 1:1.0.0-3X11 Inter-Client Exchange library
ii  libidn110.5.18-2 GNU libidn library, implementation
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.8rel-5.1 PNG library - runtime
ii  libqt3-mt   3:3.3.6-2Qt GUI Library (Threaded runtime v
ii  libraw1394-50.10.1-1.1   library for direct access to IEEE 
ii  libsm6  1:1.0.0-4X11 Session Management library
ii  libssl0.9.8 0.9.8b-2 SSL shared libraries
ii  libstdc++6  4.1.1-2  The GNU Standard C++ Library v3
ii  libusb-0.1-42:0.1.12-2   userspace USB programming library
ii  libx11-62:1.0.0-6X11 client-side library
ii  libxcursor1 1.1.5.2-5X cursor management library
ii  libxext61:1.0.0-4X11 miscellaneous extension librar
ii  libxft2 2.1.8.2-8FreeType-based font drawing librar
ii  libxi6  1:1.0.0-5X11 Input extension library
ii  libxinerama11:1.0.1-4X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library
ii  libxrender1 1:0.9.0.2-4  X Rendering Extension client libra
ii  libxt6  1:1.0.0-5X11 toolkit intrinsics library
ii  libxtst61:1.0.1-3X11 Testing -- Resource extension 
ii  usbutils0.72-3   USB console utilities
ii  zlib1g  1:1.2.3-11   compression library - runtime

Versions of packages kcontrol recommends:
ii  udev [hotplug]0.093-1/dev/ and hotplug management daemo

-- no debconf information


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



Bug#372734: base-config: solution the problem

2006-06-12 Thread Kosa Attila
Package: base-config
Version: 2.53.10.1
Followup-For: Bug #372734



-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.11.5
Locale: LANG=hu_HU, LC_CTYPE=hu_HU (charmap=ISO-8859-2)

Versions of packages base-config depends on:
ii  adduser 3.63 Add and remove users and groups
ii  apt 0.5.28.6 Advanced front-end for dpkg
ii  bsdutils1:2.12p-4sarge1  Basic utilities from 4.4BSD-Lite
ii  console-data2002.12.04dbs-49 Keymaps, fonts, charset maps, fall
ii  console-tools   1:0.2.3dbs-56Linux console and font utilities
ii  debconf 1.4.30.13Debian configuration management sy
ii  debianutils 2.8.4Miscellaneous utilities specific t
ii  gettext-base0.14.4-2 GNU Internationalization utilities
ii  passwd  1:4.0.3-31sarge5 change and administer password and

-- debconf information:
  tzconfig/choose_country_zone_single: true
  base-config/menu/mta:
  tzconfig/select_zone:
  tzconfig/verify_choices: true
  tzconfig/choose_country_zone/BR: East
  base-config/intro:
  apt-setup/security-updates: false
  apt-setup/another: false
  base-config/title:
  base-config/menu/finish:
  debian-installer/language: en_HU:en_US:en_GB:en
  base-config/late_command:
  apt-setup/mirror: http.us.debian.org
  base-config/start-display-manager: true
  base-config/menu/apt-setup:
  base-config/menu/keyboard:
  tzconfig/title:
  debian-installer/country: HU
  apt-setup/directory: /debian
* base-config/install-problem:
  tzconfig/change_timezone: false
  base-config/menu/hostname:
  apt-setup/cd/another: false
  apt-setup/non-free: false
  apt-setup/badedit:
  mirror/suite: testing
  apt-setup/baddir:
  base-config/menu/pkgsel:
  base-config/menu/timezone:
  base-config/menu/intro:
  base-config/menu/passwd:
  apt-setup/hostname: 192.168.1.1
  base-config/menu/pon:
  base-config/login:
  tzconfig/gmt: true
  apt-setup/title:
  mirror/http/proxy:
  apt-setup/contrib: false
* base-config/main-menu: Finish configuring the base system
  base-config/early_command:
  tzconfig/geographic_area:
  apt-setup/cd/dev: /dev/cdrom
  apt-setup/country: enter information manually
  debian-installer/keymap: us
  apt-setup/badsource:
  base-config/use-ppp: false
  apt-setup/uri_type: http
  tzconfig/choose_country_zone/US: Eastern
  apt-setup/not-mirror:
  base-config/get-hostname: debian
  tzconfig/choose_country_zone_multiple: Europe/Budapest
  tzconfig/choose_country_zone/CA: Eastern
  apt-setup/security-updates-failed:
  base-config/menu/shell:
  apt-setup/cd/bad:
  base-config/invalid-hostname:

vi /var/lib/dpkg/info/base-config.templates
/apt-setup\/country
4k
dd
:wq
apt-get -f install

One unnecessary empty line the
/var/lib/dpkg/info/base-config.templates file (2271 line).


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



Bug#370087: marked as done (Please include the package description.)

2006-06-12 Thread Christoph Berg
Re: Filippo Giunchedi 2006-06-10 <[EMAIL PROTECTED]>
> thanks for the quick reply, is the "package - (short) description" available
> somewhere? (okay, this might be another feature for the famous CRMI *g*)

Atm it's a big ugly "throw all Packages.gz files at grep-dctrl" which
puts the data into a DB file in /org/qa.debian.org/data/ddpo/results.
I meant to refactor the stuff there a bit, but as QA still uses CVS, I
can't really move binaries and their output around easily.

CRMI (or mole, whatever) can be used for that, yes.

> how does DDPO cope with libraries descriptions? source package name rarely is
> the same as binary, and the -dev package might be the first Binary:, oh well
> corner cases.

It doesn't. But having a useless (short) description on the -dev
package is a bug anyway :)


Re: Goswin von Brederlow 2006-06-10 <[EMAIL PROTECTED]>
> The links to the binary packages should have the short description for
> each as tooltip.

The source name has the above-mentioned "guessed" name.

Christoph
-- 
[EMAIL PROTECTED] | http://www.df7cb.de/


signature.asc
Description: Digital signature


Bug#372700: euro-support-x depends on removed xfonts-base-transcoded

2006-06-12 Thread Andreas Barth
* Javier Fernández-Sanguino Peña ([EMAIL PROTECTED]) [060611 23:47]:
> On Sun, Jun 11, 2006 at 09:42:28AM +0200, Andreas Barth wrote:
> > this package depends on the removed xfonts-base-transcoded.
> 
> BTW, this package did not depend: on it, xfonts-base-transcoded was in the
> Recommends: line so I don't see why this bug would qualify as serious.

Eh? I think you should seriously check your package cache. According to
the information on ftp-master in the packages-file:

Package: euro-support-x
Priority: optional
Section: misc
Installed-Size: 32
Maintainer: Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]>
Architecture: all
Source: euro-support
Version: 1.33
Depends: xfonts-base-transcoded, xfonts-75dpi-transcoded | 
xfonts-100dpi-transcoded, euro-support
Filename: pool/main/e/euro-support/euro-support-x_1.33_all.deb

I can clearly see a "Depends: xfonts-base-transcoded" there.

> In any case, a new package has been uploaded removing the xfonts-transcoded
> references...

Thanks.


Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/


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



Bug#372862: gnome-control-center: gnome-settings-deamon crashes when gnome starts

2006-06-12 Thread Wojtek Zabolotny
Package: gnome-control-center
Version: 1:2.14.2-1
Severity: normal

During GNOME startup I get an error, that gnome-settings-daemon fails.
When starting manually, I get:
$ gnome-settings-daemon
The program 'gnome-settings-daemon' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
  (Details: serial 434 error_code 2 request_code 116 minor_code 0)
(Note to programmers: normally, X errors are reported
asynchronously;
   that is, you will receive the error a while after causing it.
  To debug your program, run it with the --sync command line
 option to change this behavior. You can then get a
 meaningful
backtrace from your debugger if you break on the
gdk_x_error() function.)
[1150101572,000,xklavier.c:XklStartListen/] The
backend does not require manual layout management - but
it is provided by the application

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

Versions of packages gnome-control-center depends on:
ii  capplets-data  1:2.14.2-1configuration applets for GNOME 2 
ii  desktop-file-utils 0.10-1Utilities for .desktop files
ii  gnome-desktop-data 2.14.1.1-1Common files for GNOME 2 desktop a
ii  gnome-icon-theme   2.14.2-1  GNOME Desktop icon theme
ii  gnome-menus2.14.0-2  an implementation of the freedeskt
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.11.4-2  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libavahi-client3   0.6.10-1  Avahi client library
ii  libavahi-common3   0.6.10-1  Avahi common library
ii  libavahi-glib1 0.6.10-1  Avahi glib integration library
ii  libbonobo2-0   2.14.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-2  The Bonobo UI library
ii  libc6  2.3.6-13  GNU C Library: Shared libraries
ii  libcairo2  1.0.4-2   The Cairo 2D vector graphics libra
ii  libdbus-1-20.61-6simple interprocess messaging syst
ii  libebook1.2-5  1.6.1-3   Client library for evolution addre
ii  libesd-alsa0 [libesd0] 0.2.36-3  Enlightened Sound Daemon (ALSA) - 
ii  libfontconfig1 2.3.2-5.1 generic font configuration library
ii  libfreetype6   2.2.1-2   FreeType 2 font engine, shared lib
ii  libgconf2-42.14.0-1  GNOME configuration database syste
ii  libgcrypt111.2.2-1   LGPL Crypto library - runtime libr
ii  libglade2-01:2.5.1-2 library to load .glade files at ru
ii  libglib2.0-0   2.10.2-1  The GLib library of C routines
ii  libgnome-desktop-2 2.14.1.1-1Utility library for loading .deskt
ii  libgnome-keyring0  0.4.9-1   GNOME keyring services library
ii  libgnome-menu2 2.14.0-2  an implementation of the freedeskt
ii  libgnome-window-settings1  1:2.14.2-1Utility library for getting window
ii  libgnome2-02.14.1-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.14.1-1  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.1-2  GNOME virtual file-system (runtime
ii  libgnutls131.3.5-1.1 the GNU TLS library - runtime libr
ii  libgpg-error0  1.2-1 library for common error values an
ii  libgstreamer-plugins-base0 0.10.7-2  GStreamer libraries from the "base
ii  libgstreamer0.10-0 0.10.6-2  Core GStreamer libraries and eleme
ii  libgtk2.0-02.8.17-2  The GTK+ graphical user interface 
ii  libice61:1.0.0-3 X11 Inter-Client Exchange library
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libmetacity0   1:2.14.5-1library of lightweight GTK2 based 
ii  libnautilus-extension1 2.14.1-4  libraries for nautilus components 
ii  liborbit2  1:2.14.0-1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.12.3-1  Layout and rendering of internatio
ii  libpng12-0 1.2.8rel-5.1  PNG library - runtime
ii  libpopt0   1.10-2lib for parsing cmdline parameters
ii  libsm6 1:1.0.0-4 X11 Session Management library
ii  libstartup-notification0   0.8-1   

Bug#372090: denyhosts won't shutdown

2006-06-12 Thread Marco Bertorello
On Thu, 08 Jun 2006 10:36:24 +0200
Hein-Jan Leliveld <[EMAIL PROTECTED]> wrote:

> Package: denyhosts
> Version: 2.3-3
> 
> This week denyhosts suddenly won't shutdown properly. If I try to stop
> denyhosts, I have to press enter to continue. However, after this the
> denyhosts process is still running. This also happens when I shutdown
> my computer, so I have to press enter during the shutdown sequence.
> 
> If denyhosts is started, a /var/run/denyhosts.pid file is properly
> created.
> 
> [EMAIL PROTECTED] ~> sudo /etc/init.d/denyhosts start
> Starting DenyHosts: denyhosts.
> [EMAIL PROTECTED] ~> ps ax|grep denyhosts
>  6449 ?S  0:00 /usr/bin/python2.3 /usr/bin/denyhosts
> --daemon --config=/etc/denyhosts.conf
> [EMAIL PROTECTED] ~> sudo /etc/init.d/denyhosts stop
> {must press [enter] here, or it will hang forever}
> * I can't stop DenyHosts Maybe it's NOT runnig?
> [EMAIL PROTECTED] ~> ps ax|grep denyhosts
>  6449 ?S  0:00 /usr/bin/python2.3 /usr/bin/denyhosts
> --daemon --config=/etc/denyhosts.conf
> [EMAIL PROTECTED] ~>
> 
> I run debian testing with the following denyhosts packages from
> unstable:
> 
> ii  denyhosts  2.3-3
> ii  denyhosts-common 2.3-3
> ii  denyhosts-python2.3 2.3-3


This bug is caused by a bug in lsb-base package in testing:

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

In unstable, this problem was corrected. You must install lsb 3.1-10
from unstable to use denyhosts in testing.

regards,

-- 
Marco Bertorello
System Administrator
http://bertorello.ns0.it/


pgpghS7sEvYg2.pgp
Description: PGP signature


Bug#372871: xfce4-notes-plugin - FTBFS: Package xfce4-panel-1.0 was not found in the pkg-config search path

2006-06-12 Thread Bastian Blank
Package: xfce4-notes-plugin
Version: 0.10.0-2+b1
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of xfce4-notes-plugin_0.10.0-2+b1 on debian01 by sbuild/s390 
> 85
[...]
> ** Using build dependencies supplied by package:
> Build-Depends: autotools-dev, cdbs, debhelper (>= 4.1), libgtk2.0-dev, 
> libxfcegui4-dev, xfce4-panel-dev, libxml2-dev, libtool, automake1.8, autoconf
[...]
> checking for xfce4-panel-1.0 >= 4.1.90... Package xfce4-panel-1.0 was not 
> found in the pkg-config search path. Perhaps you should add the directory 
> containing `xfce4-panel-1.0.pc' to the PKG_CONFIG_PATH environment variable 
> No package 'xfce4-panel-1.0' found
> configure: error: Library requirements (xfce4-panel-1.0 >= 4.1.90) not met; 
> consider adjusting the PKG_CONFIG_PATH environment variable if your libraries 
> are in a nonstandard prefix so pkg-config can find them.
> make: *** [config.status] Error 1
> **
> Build finished at 20060612-1049
> FAILED [dpkg-buildpackage died]


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



Bug#372866: [INTL:ne] Nepali console-common translation

2006-06-12 Thread Paras pradhan
Package: console-commonVersion: N/ASeverity: wishlistTags: l10n patchPlease find the attached Nepali translation of the console-common package of level3
# translation of console-common_debian_po.po to Nepali
# Mahesh Subedi <[EMAIL PROTECTED]>, 2006.
# Shiva Pokharel <[EMAIL PROTECTED]>, 2006.
msgid ""
msgstr ""
"Project-Id-Version: console-common_debian_po\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2003-11-04 08:57+\n"
"PO-Revision-Date: 2006-05-25 15:26+0545\n"
"Last-Translator: Shiva Pokharel <[EMAIL PROTECTED]>\n"
"Language-Team: Nepali <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2;plural=(n!=1)\n"
"X-Generator: KBabel 1.10.2\n"

#. Type: select
#. Choices
#: ../templates.in:3
msgid ""
"Select keymap from arch list, Don't touch keymap, Keep kernel keymap, Select "
"keymap from full list"
msgstr "arch सूचीबाट कुज्जीमानचित्र चयन गर्नुहोस्, कुज्जीमानचित्रमा नछुनुहोस्, कर्नल कुज्जीमानचित्र राख्नुहोस्, पूरा सूचीबाट कुज्जीमानचित्र चयन गर्नुहोस्"

#. Type: select
#. Description
#: ../templates.in:5
msgid "What policy do you want to apply regarding keymaps ?"
msgstr "कुज्जीमानचित्रहरुलाई ध्यानदिदै कुन नीति लागू गर्न चाहनुहुन्छ ?"

#. Type: select
#. Description
#: ../templates.in:5
msgid ""
"The keymap describes how keys are laid out on your keyboard, and what "
"symbols (letters, digits, etc.) are drawn on them."
msgstr "कुज्जीमानचित्रले कति कुज्जीहरू राखिएको छ भनि वर्णन गर्दछ, र तिनमा कुन सङ्केतहरू (अक्षरहरू, अङ्कहरू, इत्यादि) खिचिएको छ ।"

#. Type: select
#. Description
#: ../templates.in:5
msgid ""
"\"Select keymap from arch list\" will allow you to select one of the "
"predefined keymaps specific for your architecture - you will most likely "
"want this unless you have a USB keyboard."
msgstr "\"Select keymap from arch list\" तपाईँको बनावटका लागि निश्चित पूर्वनिर्धारित कुज्जीमानचित्रहरू मध्ये एउटा चयन गर्न तपाईँलाई अनुमति दिनेछ - तपाईँ संग USB कुज्जीपाटी भए तापनि तपाईँले यो चाहने प्रवल सम्भावना छ ।"

#. Type: select
#. Description
#: ../templates.in:5
msgid ""
"\"Don't touch keymap\" will prevent the configuration system from "
"overwriting the keymap you have in /etc/console.  Select this if you want to "
"keep a keymap you obtained through other means.  Please remember to install "
"new keymaps with install-keymap(8) if you select this choice."
msgstr "\"Don't touch keymap\" ले कन्फिगरेसन प्रणालीलाई कुज्जीमानचित्रमा अधिलेखनबाट रोक्दछ तपाईँ  /etc/console मा हुनुहुन्छ ।  यदि तपाईँले कुज्जीमानचित्र राख्न चाहनुहुन्छ भने यसलाई चयन गर्नुहोस् तपाईँले अन्य साधनबाट प्राप्त गर्नुभयो । यदि तपाईँले सो छनौट चयन गर्नुभएमा कृपया नयाँ स्थापना-कुज्जीमानचित्र(८) संग कुज्जीमानचित्रहरू स्थापना गर्न सम्झनुहोस् ।"

#. Type: select
#. Description
#: ../templates.in:5
msgid ""
"\"Keep kernel keymap\" will prevent any keymap from being loaded next time "
"your system boots.  It will remove from /etc/console any keymap you may have "
"already selected (it will be lost), but if you have already loaded a keymap, "
"it cannot be changed back until you reboot."
msgstr "\"Keep kernel keymap\" ले अर्को समयमा तपाईँको प्रणाली बुटहरु कुनै कुज्जीमानचित्रबाट लोड हुन रोक्दछ ।  यसले /etc/console बाट कुनै कुज्जीमानचित्र हटाउनेछ तपाईँले पहिल्यै चयन गर्नु भएको हुनु पर्छ(यो हराउने छ), तर यदि तपà¤

Bug#372859: evolution: buffer overflow upon Search Message Content - error repeats at application restart

2006-06-12 Thread Martin-Éric Racine
Package: evolution
Version: 2.6.1-3
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I had entered a Search Message Content in the Mail component, at which point 
Evolution died.  Attempting to restart produces the same error as soon as the 
Mail component comes into view.  Restarting the computer didn't help either.

The GDB Backtrace:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 805717216 (LWP 3027)]
0x0d39aaf8 in e_searching_tokenizer_match_count () from 
/usr/lib/evolution/2.6/components/libevolution-mail.so
(gdb) bt
#0  0x0d39aaf8 in e_searching_tokenizer_match_count () from 
/usr/lib/evolution/2.6/components/libevolution-mail.so
#1  0x0d39af88 in e_searching_tokenizer_match_count () from 
/usr/lib/evolution/2.6/components/libevolution-mail.so
#2  0x0dfaba70 in g_cclosure_marshal_VOID__POINTER () from 
/usr/lib/libgobject-2.0.so.0
#3  0x0df99e4c in g_cclosure_new_swap () from /usr/lib/libgobject-2.0.so.0
#4  0x0df9a730 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#5  0x0dfaec68 in g_signal_stop_emission () from /usr/lib/libgobject-2.0.so.0
#6  0x0dfb02c8 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#7  0x0dfb070c in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#8  0x0f572d7c in html_tokenizer_begin () from /usr/lib/libgtkhtml-3.8.so.15
#9  0x0f542428 in html_engine_begin () from /usr/lib/libgtkhtml-3.8.so.15
#10 0x0f50969c in gtk_html_begin_full () from /usr/lib/libgtkhtml-3.8.so.15
#11 0x0f50a9c0 in gtk_html_begin () from /usr/lib/libgtkhtml-3.8.so.15
#12 0x0d3c9ac8 in em_format_html_job_queue () from 
/usr/lib/evolution/2.6/components/libevolution-mail.so
#13 0x0d3c3b28 in em_format_html_display_popup_menu () from 
/usr/lib/evolution/2.6/components/libevolution-mail.so
#14 0x0d3c2214 in em_format_html_display_set_search () from 
/usr/lib/evolution/2.6/components/libevolution-mail.so
#15 0x0d3ae354 in em_folder_browser_show_preview () from 
/usr/lib/evolution/2.6/components/libevolution-mail.so
#16 0x0d1b29f8 in ?? () from /usr/lib/evolution/2.6/libefilterbar.so.0
#17 0x0dfaac64 in g_cclosure_marshal_VOID__VOID () from 
/usr/lib/libgobject-2.0.so.0
#18 0x0df9a730 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#19 0x0dfaf058 in g_signal_stop_emission () from /usr/lib/libgobject-2.0.so.0
#20 0x0dfb02c8 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#21 0x0dfb070c in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#22 0x0ff83d78 in e_multi_config_dialog_show_page () from 
/usr/lib/evolution/2.6/libemiscwidgets.so.0
#23 0x0d1b3aec in ?? () from /usr/lib/evolution/2.6/libefilterbar.so.0
#24 0x0dfa3818 in g_object_set_valist () from /usr/lib/libgobject-2.0.so.0
#25 0x0dfa3ab4 in g_object_set () from /usr/lib/libgobject-2.0.so.0
#26 0x0d3af960 in em_folder_browser_show_preview () from 
/usr/lib/evolution/2.6/components/libevolution-mail.so
#27 0x0d3bc668 in em_folder_view_mark_selected () from 
/usr/lib/evolution/2.6/components/libevolution-mail.so
#28 0x0d3f38dc in mail_build_attachment () from 
/usr/lib/evolution/2.6/components/libevolution-mail.so
#29 0x0d3f021c in mail_msg_free () from 
/usr/lib/evolution/2.6/components/libevolution-mail.so
#30 0x0dd34244 in g_vasprintf () from /usr/lib/libglib-2.0.so.0
#31 0x0dd00564 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#32 0x0dd0495c in g_main_context_check () from /usr/lib/libglib-2.0.so.0
#33 0x0dd04db4 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#34 0x0ed937d4 in bonobo_main () from /usr/lib/libbonobo-2.so.0
#35 0x1001880c in main ()
(gdb)



- -- System Information:
Debian Release: 3.1
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-imac
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)

Versions of packages evolution depends on:
ii  dbus   0.61-6simple interprocess messaging syst
ii  evolution-data-server  1.6.1-3   evolution database backend server
ii  gconf2 2.14.0-1  GNOME configuration database syste
ii  gnome-icon-theme   2.14.2-1  GNOME Desktop icon theme
ii  gtkhtml3.8 3.10.1-1  HTML rendering/editing library - b
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.11.4-2  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libavahi-client3   0.6.10-1  Avahi client library
ii  libavahi-common3   0.6.10-1  Avahi common library
ii  libavahi-glib1 0.6.10-1  Avahi glib integration library
ii  libbonobo2-0   2.14.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-2  The Bonobo UI library
ii  libc6  2.3.6-13  GNU C Library: Shared libraries
ii  libcairo2  1.0.4-2   The Cairo 2D vector graphics libra
ii  libcamel1.2-8  1.6

Bug#372864: osspsa: FTBFS: bashisms in debian/rules

2006-06-12 Thread Julien Danjou
Package: osspsa
Version: 1.2.4-1
Severity: normal

Hello,

There was a problem while autobuilding your package:

> Automatic build of osspsa_1.2.4-1 on avidan by sbuild/i386 0.46
> Build started at 20060612-0249
> **
...
> dh_installchangelogs sa-1.2.4/ChangeLog
> dh_installdocs sa-1.2.4/{NEWS,README,TODO}
> cp: cannot stat `sa-1.2.4/{NEWS,README,TODO}': No such file or directory
> dh_installdocs: command returned error code 256
> make: *** [binary-arch] Error 1
> ******
> Build finished at 20060612-0250
> FAILED [dpkg-buildpackage died]

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#316338: phpmyadmin points to non-existant URL

2006-06-12 Thread Olaf

reopening as I have the same behaviour here.

Regards
Olaf



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



Bug#372856: krandrtray does NOT correctly switch resolution on my setup

2006-06-12 Thread VALETTE Eric RD-MAPS-REN

I of course means does *NOT* switch the resolution.

-- eric



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



Bug#370671: [Fwd: Re: Can you repro with XOrg 7?]

2006-06-12 Thread Johan Walles

To be honest, I avoided commenting the "still broken" case, since I
really don't know :-).

Asking those who make the decisions as you suggested earlier sounds
like a good idea to me!

 Cheers //Johan

2006/6/12, Frederic Schutz <[EMAIL PROTECTED]>:

Johan Walles wrote:

> If the version that wants to go into testing resolves the problem for
> you, then it should go into testing.
>
> But since this is probably a bug in X.org which is just triggered by
> the Gnome panel, my guess is that the bug is triggered by both the
> version in Testing and in Unstable.  But that's just a guess.

So, in both cases, there is no objection for the migration (the first
case is "best case", the second case is status quo), if I understand well ?



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



Bug#372863: [INTL:ne] Nepali xdebconfigurator translation

2006-06-12 Thread Paras pradhan
Package: xdebconfiguratorVersion: N/ASeverity: wishlistTags: l10n patchPlease find the attached Nepali translation of the xdebconfigurator package of level3
# translation of aptitude_po.po to Nepali
# Shiva Pokharel <[EMAIL PROTECTED]>, 2006.
#
#
msgid ""
msgstr ""
"Project-Id-Version: aptitude_po\n"
"Report-Msgid-Bugs-To:<[EMAIL PROTECTED]> \n"
"POT-Creation-Date: 2006-02-19 22:13+0100\n"
"PO-Revision-Date: 2006-06-06 15:14+0545\n"
"Last-Translator: Shiva Pokharel <[EMAIL PROTECTED]>\n"
"PO-Revision-Date: 2006-06-06 15:14+0545\n"
"Last-Translator: Shiva Pokharel <[EMAIL PROTECTED]>\n"
"Language-Team: Nepali <[EMAIL PROTECTED]>\n"
"PO-Revision-Date: 2006-06-06 15:14+0545\n"
"Last-Translator: Shiva Pokharel <[EMAIL PROTECTED]>\n"
"PO-Revision-Date: 2006-06-06 15:14+0545\n"
"Last-Translator: Shiva Pokharel <[EMAIL PROTECTED]>\n"
"Language-Team: Nepali <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2;plural=(n!=1)\n"
"X-Generator: KBabel 1.10.2\n"




Bug#372531: found 372531 in 0.5.2-1.1sarge1, notfound 372531 in 0.7.2-2

2006-06-12 Thread Pierre Chifflier
tags 372531 sarge
found 372531 0.5.2-1.1sarge1
notfound 372531 0.7.2-2


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



Bug#372869: latex2html: doesn't convert German umlauts in footnotes to correct html-code

2006-06-12 Thread Philip Frei
Package: latex2html
Version: 2002-2-1-20050114-5
Severity: normal



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

Versions of packages latex2html depends on:
ii  gs   8.50-1.1Transitional package
ii  gs-gpl [gs]  8.50-1.1The GPL Ghostscript PostScript int
ii  netpbm   2:10.0-10.1 Graphics conversion tools
ii  perl 5.8.8-4 Larry Wall's Practical Extraction 
ii  perl-doc 5.8.8-4 Perl documentation
ii  tetex-bin3.0-16  The teTeX binary files
ii  tetex-extra  3.0-18  Additional library files of teTeX

latex2html recommends no packages.

-- no debconf information

I'm using lyx to write some websites. With "lyx-qt -e latex $DOCUMENT" I 
convert it to latex and afterwards I use latex2html to create a html 
site.
The problem is that laytex2html doesn't convert German umlauts in 
footnotes (in my lyx/latex documents) to proper html code. Instead 
umlauts appear as they are.

I have to change e.g. the German ä to \"u to make it work. This problem 
doesn't appear in other parts of the document than in footnotes.



Bug#372868: check_disk: INPUT ERROR: C_IDFP (0.000000) should be less than W_IDFP

2006-06-12 Thread Joost Witteveen
Package: nagios-plugins-basic
Version: 1.4.3-1
Severity: normal

According to the -h (help) output of the command, the following is
advertised as example of how to use check_disk:
[EMAIL PROTECTED]:/$ /usr/lib/nagios/plugins/check_disk -h|grep 10%
 check_disk -w 10% -c 5% -p /tmp -p /var -C -w 10 -c 5 -p /
Checks /tmp and /var at 10% and 5%, and / at 100MB and 50MB

But running it (well, only the first part of the arguments), gives
the following error on my AMD64 system:

[EMAIL PROTECTED]:/$ /usr/lib/nagios/plugins/check_disk -w 10% -c 5% -p /tmp
INPUT ERROR: C_IDFP (0.00) should be less than W_IDFP (0.0) and both should 
be between zero and 100 percent, inclusive for /tmp
check_disk: Could not parse arguments
Usage: check_disk -w limit -c limit [-p path | -x device] [-t timeout][-m] [-e] 
[-W limit] [-K limit] [-v] [-q]

This was still working OK with nagios-plugins-basic 1.4.2-7.

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

Versions of packages nagios-plugins-basic depends on:
ii  iputils-ping3:20020927-3 Tools to test the reachability of 
ii  libc6   2.3.6-13 GNU C Library: Shared libraries
ii  libmysqlclient15off 5.0.22-2 mysql database client library
ii  libssl0.9.8 0.9.8b-2 SSL shared libraries
ii  procps  1:3.2.6-2.2  /proc file system utilities
ii  zlib1g  1:1.2.3-11   compression library - runtime

nagios-plugins-basic recommends no packages.

-- no debconf information


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



Bug#372806: [Buildd-tools-devel] Bug#372806: chrapt should chdir to / when using schroot

2006-06-12 Thread Roger Leigh
tags 372806 + confirmed patch fixed-upstream pending
thanks

Roger Leigh <[EMAIL PROTECTED]> writes:

> If the cwd doesn't exist inside the chroot, schroot will abort with
> an error.  When not using schroot, the cwd contains the chroot.  So
> when using schroot, it should chdir to / before running schroot.

The attached patch fixes this problem.  I've committed this into SVN.

Clint, I'll upload in the next day or so, but you can apply the patch
until then if you like--it's only a one liner to each of updatechroot,
upgradechroot and chrapt.


Regards,
Roger

-- 
Roger Leigh
Printing on GNU/Linux?  http://gutenprint.sourceforge.net/
Debian GNU/Linuxhttp://www.debian.org/
GPG Public Key: 0x25BFB848.  Please sign and encrypt your mail.
Index: debian/changelog
===
--- debian/changelog	(revision 707)
+++ debian/changelog	(working copy)
@@ -2,6 +2,9 @@
 
   * bin/checkchroot: Correct uninitialised value warnings due to using an
 undefined variable (Closes: #369709).
+  * bin/chrapt, bin/updatechroot, bin/upgradechroot: When chroot_mode is
+"schroot", chdir to / to ensure the CWD exists inside the chroot.
+Thanks for Clint Adams for finding this (Closes: #372806).
   * sbuild:
 - fetch_source_files: When running apt-cache, check if we got valid
   output, and warn appropriately if the output is invalid
Index: bin/chrapt
===
--- bin/chrapt	(revision 706)
+++ bin/chrapt	(working copy)
@@ -39,6 +39,8 @@
 	exit 1;
 }
 
+$Sbuild::Conf::cwd = "/" if $Sbuild::Conf::chroot_mode eq "schroot";
+
 !setup($ARGV[0]) or die "Chroot setup failed";
 
 shift @ARGV;
Index: bin/updatechroot
===
--- bin/updatechroot	(revision 706)
+++ bin/updatechroot	(working copy)
@@ -29,6 +29,8 @@
 
 usage() if (@ARGV < 1);
 
+$Sbuild::Conf::cwd = "/" if $Sbuild::Conf::chroot_mode eq "schroot";
+
 foreach (@ARGV) {
 
 	my $chroot = Sbuild::Utility::get_dist($_);
Index: bin/upgradechroot
===
--- bin/upgradechroot	(revision 706)
+++ bin/upgradechroot	(working copy)
@@ -29,6 +29,8 @@
 
 usage() if (@ARGV < 1);
 
+$Sbuild::Conf::cwd = "/" if $Sbuild::Conf::chroot_mode eq "schroot";
+
 foreach (@ARGV) {
 
 	my $chroot = Sbuild::Utility::get_dist($_);


pgpbJ95CShRI1.pgp
Description: PGP signature


Bug#334266: merge 334266 370507

2006-06-12 Thread Pierre Chifflier
merge 334266 370507


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



Bug#372865: [INTL:ne] Nepali localization-config translation

2006-06-12 Thread Paras pradhan
Package: localization-configVersion: N/ASeverity: wishlistTags: l10n patchPlease find the attached Nepali translation of the localization-config package for level3
# translation of localization-config_debian_po.po to Nepali
# Mahesh Subedi <[EMAIL PROTECTED]>, 2006.
msgid ""
msgstr ""
"Project-Id-Version: localization-config_debian_po\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-05-23 00:48+0300\n"
"PO-Revision-Date: 2006-05-22 20:38+0545\n"
"Last-Translator: Mahesh Subedi <[EMAIL PROTECTED]>\n"
"Language-Team: Nepali <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2;plural=(n!=1)\n"
"X-Generator: KBabel 1.10.2\n"

#. Type: text
#. Description
#: ../templates:3
msgid "Preconfigure language-related parameters"
msgstr "भाषा-सम्बन्धित परिमितिहरू प्रिकन्फिगर गर्नुहोस्"

#. Type: text
#. Description
#: ../templates:7
msgid "Postconfigure language-related parameters"
msgstr "भाषा-सम्बन्धित परिमितिहरू पोष्टकन्फिगर गर्नुहोस्"



Bug#372860: lirc - FTBFS: Uses kernel headers provided by glibc

2006-06-12 Thread Bastian Blank
Package: lirc
Version: 0.8.0-5
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of lirc_0.8.0-5 on debian01 by sbuild/s390 85
[...]
> source='hw_devinput.c' object='hw_devinput.o' libtool=no \
>   depfile='.deps/hw_devinput.Po' tmpdepfile='.deps/hw_devinput.TPo' \
>   depmode=gcc3 /bin/sh ../depcomp \
>   gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -Wall  -c `test -f 
> hw_devinput.c || echo './'`hw_devinput.c
> In file included from hw_devinput.c:29:
> /usr/include/linux/input.h:801: error: expected specifier-qualifier-list 
> before 'kernel_ulong_t'
> make[3]: *** [hw_devinput.o] Error 1
> make[3]: Leaving directory `/build/buildd/lirc-0.8.0/daemons'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/build/buildd/lirc-0.8.0'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/build/buildd/lirc-0.8.0'
> make: *** [build-stamp] Error 2
> **
> Build finished at 20060612-0848
> FAILED [dpkg-buildpackage died]

Directly including files from /usr/include/linux and /usr/include/asm*
is not allowed.

Bastian


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



Bug#372867: [INTL:ne] Nepali dictionaries-common translation

2006-06-12 Thread Paras pradhan
Package: dictionaries-commonVersion: N/ASeverity: wishlistTags: l10n patchPlease find the attached Nepali translation of the dictionaries-common package of level3
# translation of dictionaries-common_debian_po.po to Nepali
# Mahesh Subedi <[EMAIL PROTECTED]>, 2006.
msgid ""
msgstr ""
"Project-Id-Version: dictionaries-common_debian_po\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-04-30 17:13+0200\n"
"PO-Revision-Date: 2006-05-22 20:36+0545\n"
"Last-Translator: Mahesh Subedi <[EMAIL PROTECTED]>\n"
"Language-Team: Nepali <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2;plural=(n!=1)\n"
"X-Generator: KBabel 1.10.2\n"

#. Type: note
#. Description
#: ../dictionaries-common.templates:3
msgid "An invalid debconf value [${value}] has been found"
msgstr "एउटा अवैध डेबकन्फ मान[${value}] फेला परेको छ ।"

#. Type: note
#. Description
#: ../dictionaries-common.templates:3
msgid "It does not correspond to any installed package in the system."
msgstr "यसले प्रणालीमा कुनै पनि स्थापना गरिएको प्याकेजहरू संग परस्पर व्यवहार गर्दैन ।"

#. Type: note
#. Description
#: ../dictionaries-common.templates:3
msgid ""
"That is usually caused by problems at some time during packages "
"installation, where the package providing [${value}] was selected for "
"installation but finally not installed because of errors in other packages."
msgstr "यो सामान्यतया कुनै समयमा प्याकेजहरू स्थापना गर्दाको समस्याको कारणले हुन्छ, जहाँ प्याकेजहरुले [${value}] मान प्रदान गर्ने स्थापनाका लागि चयन गरिएको थियो तर अन्य प्याकेजको त्रुटिले अन्त्यमा स्थापना भएन ।"

#. Type: note
#. Description
#: ../dictionaries-common.templates:3
msgid ""
"To fix this error, reinstall (or install) the package that provides the "
"missing value.  Then, if you don't want this package on your system, remove "
"it, which will also remove its debconf entries. Menu to be shown after this "
"message will try to leave the system in a working state until then."
msgstr "यो त्रुटि स्थिर गर्न, हराएको मान प्रदान गर्ने प्याकेजहरू पून स्थापना (वा स्थापना) गर्नुहोस् । त्यसपछि, यदि तपाईँले सो प्याकेज तपाईँको प्रणालीमा राख्न चाहनुहुन्न भने, हटाउनुहोस्, जसले त्यसको डेबकन्फ प्रविष्टिहरू पनि हटाउदछ । यो सन्देश पछि देखाइने मेनुले कार्यगत अवस्थामा प्रणाली छोड्न त्यसपछि प्रयास गर्नेछ ।"

#. Type: note
#. Description
#: ../dictionaries-common.templates:3
msgid ""
"This error message can also appear during ispell dictionary or wordlist "
"renaming (e.g., wenglish-> wamerican). In this case it is harmless and "
"everything will be fixed after you select your default in the menu(s) shown "
"after this message."
msgstr "यो त्रुटि सन्देश शब्दकोष आईस्पेल गर्दा बखत पनि वा शब्दसूचीको नाम फेर्दा (e.g., wenglish-> wamerican) देखा पर्दछ । यो केसमा त्यो हानिकारक हुदैन र यो सन्देश पछि देखिएको पूर्वनिर्धारित मेनु(हरू)मा तपाईँले चयन गर्नु भएपछि सबै कुराहरू स्थिर हुनेछन् ।"

#. Type: select
#. Description
#: ../dictionaries-common.templates:25
msgid "Which ispell dictionary should be the system's default?"
msgstr "कुन आइस्पेल शब्दकोष प्रणालीको पूर्वनिर्धारित हुनु पर्छ ?"

#. Type: select
#. Description
#: ../dictionaries-common.templates:25
msgid ""
"Because more than one ispell dictionary will be available in your system, "
"please select the one you'd like applications to use by default."
msgstr "तपाईँको प्रणालीमा एक भन्दा बढी आइस्पेलहरू उपलब्ध भएको कारणà¤

Bug#372870: inkscape: Crash during startup due to parser error

2006-06-12 Thread Daniel Hofstetter
Package: inkscape
Version: 0.43-5
Severity: normal

If I try to start inkscape, I get the errors below. If I remove 
preferences.xml, I get bug #371891.

/home/dho/.inkscape/preferences.xml:6: parser error : Input is not proper 
UTF-8, indicate encoding !
Bytes: 0xFF 0xFF 0x5B 0x08
  <ÿÿ[
   ^
/home/dho/.inkscape/preferences.xml:6: parser error : error parsing attribute 
name
  <ÿÿ[
 ^
/home/dho/.inkscape/preferences.xml:6: parser error : attributes construct error
  <ÿÿ[
 ^
/home/dho/.inkscape/preferences.xml:6: parser error : Couldn't find end of 
Start Tag ÿÿ line 6
  <ÿÿ[
 ^
/home/dho/.inkscape/preferences.xml:6: parser error : PCDATA invalid Char value 
8
  <ÿÿ[
  ^
/home/dho/.inkscape/preferences.xml:8: parser error : error parsing attribute 
name
<ÿÿ[
   ^
/home/dho/.inkscape/preferences.xml:8: parser error : attributes construct error
<ÿÿ[
   ^
/home/dho/.inkscape/preferences.xml:8: parser error : Couldn't find end of 
Start Tag ÿÿ line 8
<ÿÿ[
   ^
/home/dho/.inkscape/preferences.xml:8: parser error : PCDATA invalid Char value 
8
<ÿÿ[
^
/home/dho/.inkscape/preferences.xml:11: parser error : error parsing attribute 
name
<ÿÿ[
   ^
/home/dho/.inkscape/preferences.xml:11: parser error : attributes construct 
error
<ÿÿ[
   ^
/home/dho/.inkscape/preferences.xml:11: parser error : Couldn't find end of 
Start Tag ÿÿ line 11
<ÿÿ[
   ^
/home/dho/.inkscape/preferences.xml:11: parser error : PCDATA invalid Char 
value 8
<ÿÿ[
^
/home/dho/.inkscape/preferences.xml:14: parser error : error parsing attribute 
name
<ÿÿ[
   ^
/home/dho/.inkscape/preferences.xml:14: parser error : attributes construct 
error
<ÿÿ[
   ^
/home/dho/.inkscape/preferences.xml:14: parser error : Couldn't find end of 
Start Tag ÿÿ line 14
<ÿÿ[
   ^
/home/dho/.inkscape/preferences.xml:14: parser error : PCDATA invalid Char 
value 8
<ÿÿ[
^
/home/dho/.inkscape/preferences.xml:17: parser error : error parsing attribute 
name
<ÿÿ[
   ^
/home/dho/.inkscape/preferences.xml:17: parser error : attributes construct 
error
<ÿÿ[
   ^
/home/dho/.inkscape/preferences.xml:17: parser error : Couldn't find end of 
Start Tag ÿÿ line 17
<ÿÿ[
   ^
/home/dho/.inkscape/preferences.xml:17: parser error : PCDATA invalid Char 
value 8
<ÿÿ[
^
/home/dho/.inkscape/preferences.xml:20: parser error : error parsing attribute 
name
<ÿÿ[
   ^
/home/dho/.inkscape/preferences.xml:20: parser error : attributes construct 
error
<ÿÿ[
   ^
/home/dho/.inkscape/preferences.xml:20: parser error : Couldn't find end of 
Start Tag ÿÿ line 20
<ÿÿ[
   ^
/home/dho/.inkscape/preferences.xml:20: parser error : PCDATA invalid Char 
value 8
<ÿÿ[
^
/home/dho/.inkscape/preferences.xml:23: parser error : error parsing attribute 
name
<ÿÿ[
   ^
/home/dho/.inkscape/preferences.xml:23: parser error : attributes construct 
error
<ÿÿ[
   ^
/home/dho/.inkscape/preferences.xml:23: parser error : Couldn't find end of 
Start Tag ÿÿ line 23
<ÿÿ[
   ^
/home/dho/.inkscape/preferences.xml:23: parser error : PCDATA invalid Char 
value 8
<ÿÿ[
^
/home/dho/.inkscape/preferences.xml:26: parser error : error parsing attribute 
name
<ÿÿ[
   ^
/home/dho/.inkscape/preferences.xml:26: parser error : attributes construct 
error
<ÿÿ[
   ^
/home/dho/.inkscape/preferences.xml:26: parser error : Couldn't find end of 
Start Tag ÿÿ line 26
<ÿÿ[
   ^
/home/dho/.inkscape/preferences.xml:26: parser error : PCDATA invalid Char 
value 8
<ÿÿ[
^
/home/dho/.inkscape/preferences.xml:29: parser error : expected '>'
  
  ^
/home/dho/.inkscape/preferences.xml:29: parser error : Opening and ending tag 
mismatch: inkscape line 2 and ÿÿ
  
  ^
/home/dho/.inkscape/preferences.xml:29: parser error : Extra content at the end 
of the document
  
  ^

(p:2399): Gtk-WARNING **: Theme directory 12x12/devices of theme gnome has no 
size field


(p:2399): Gtk-WARNING **: Theme directory 12x12/emblems of theme gnome has no 
size field


(p:2399): Gtk-WARNING **: Theme directory 12x12/filesystems of theme gnome has 
no size field


(p:2399): Gtk-WARNING **: Theme directory 12x12/mimetypes of theme gnome has no 
size field


(p:2399): Gtk-WARNING **: Theme directory scalable/apps of theme gnome has no 
size field


(p:2399): Gtk-WARNING **: Theme directory scalable/devices of theme gnome has 
no size field


(p:2399): Gtk-WARNING **: Theme directory scalable/emblems of theme gnome has 
no size field


(p:2399): Gtk-WARNING **: Theme directory scalable/filesystems of theme gnome 
has no size field


(p:2399): Gtk-WARNING **: Theme directory scalable/mimetypes of theme gnome has 
no size field

Duplicate large block deallocation of 0x86a2000
Duplicate large block deallocation

Emergency save activated!


Here just the start of preferences.xml:



http://inkscape.sourceforge.net

Bug#372826: [Pkg-xfce-devel] Bug#372826: xfce4: request for a top-level "applications" menu

2006-06-12 Thread Simon Huggins
On Sun, Jun 11, 2006 at 07:50:57PM -0400, Michael Gilbert wrote:
> i would like the "xfce menu" on the panel to behave like the gnome
> "applications" menu.  it would be quicker to get to my apps.  right
> now, one must use "xfce menu -> xfce" to get to his or her
> applications, which is not very obvious and requires one more click
> than should be needed. i believe that the panel application menu need
> not and should not act the same as the right-click menu.  thank you
> for your consideration.

Ah, do you not have menu (the Debian package called "menu") installed?
Try install it and let it regenerate the Debian xfce menu.

Otherwise if you do have it installed please screenshot (and crop) the
menu and then send us the picture.

Simon.

-- 
* "Abandon shop! Abandon shop! This is not a daffodil!" - Holly *
|   |
*   *
   Brought to you by the letter Y and the number 36


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



Bug#372824: [Pkg-xfce-devel] Bug#372824: xfce4: property windows should not always be on top

2006-06-12 Thread Simon Huggins
On Sun, Jun 11, 2006 at 07:44:32PM -0400, Michael Gilbert wrote:
> the xfce property windows (right-click on a panel item and go to 
> properties) are always on top.  these windows should not have any higher 
> priority than any other window on the system.  hence they should not 
> always they should not always overlay my work.  thank you for your 
> consideration.

Surely if you don't want a property window on top of your work you
should close it?

I don't understand this bug nor do I believe it is one.

Perhaps you can explain your use case more clearly.

Simon.

-- 
* "Ok, I think we got off on the wrong foot here"   *
| "That's all you got lady.  Two wrong feet and fucking ugly|
* shoes"  -- Erin Brockovich*
   Brought to you by the letter B and the number 20


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



Bug#214623: Antique RC bugs (many about licensing)

2006-06-12 Thread Daniel Kobras
On Sun, Jun 11, 2006 at 03:02:31PM -0700, Don Armstrong wrote:
> On Sun, 11 Jun 2006, Daniel Kobras wrote:
> > I'm still concerned about the change, though. You're removing the
> > logo first, then add a different one. Are you certain that this is
> > sufficiently distinct from modifying the logo, which is not
> > permitted by the license?
> 
> The logo itself is totally removed before I even begin to add back the
> new logo. There's no patching at all going on in the removal (just a
> few rm's and a regex which removes it totally.) Since at no point do
> we ever modify the logo, it should be perfectly ok.

That's understood, of course. From a user's perspective, the end result
is indistinguishable from a modification, though. Eg. the output of the
'logo:' pseudo-type.

Regards,

Daniel.



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



Bug#372808: ggz-config should be in libggzcore-dev

2006-06-12 Thread Josef Spillner
Alle 22:59, domenica, 11. giugno 2006, Peter Eisentraut ha scritto:
> The tool ggz-config should be in libggzcore-dev instead of ggzcore-bin,
> because it's used for development.

The tool is only used for game development. You probably hit a bug in 
ggz-kde-client which calls AC_GGZ_CONFIG in configure.ac even though the code 
should be modified to not require this anymore.
After the 0.0.13 release, a patch to ggz.m4 fixes the case where ggz-config 
was not present, by defining a dummy GGZMODULECONFDIR.
(svn diff -r7919 ggz.m4, last hunk)

A workaround is to temporarily replace this variably with "/etc" in the 
sources; another one is to temporarily add ggzcore-bin to the builddeps of 
ggz-kde-client.

For games, ggzmod depends on ggzcore-bin, as it needs ggz-config for 
development and for registration of package information at installation time.

ggzmod -> games
ggzcore -> clients
Some packages contain both, e.g. ggz-grubby or ggz-python, they're hybrids 
which need ggz-config but they also depend on ggzmod.

Does this explanation fit the bug?

Josef


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



Bug#372820: [Pkg-xfce-devel] Bug#372820: xfce4: documentation describes for xfce 4.2

2006-06-12 Thread Simon Huggins
On Sun, Jun 11, 2006 at 07:08:03PM -0400, Michael Gilbert wrote:
> the documentation (/usr/share/xfce4/doc/C/index.html) in unstable for
> xfce 4.4 describes xfce 4.2 usage.  also xfce menu -> about refers to
> xffm as the xfce file manager even tho it has been replaced by thunar.

This is a beta and should be fixed in the real release.

See /usr/share/doc/xfce4/NEWS.Debian.gz for info.

Simon.

-- 
"Everybody, everybody's dead, everybody's dead Dave." - Holly


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



Bug#372873: gnome-control-center: gnome-settings-daemon crashes when GNOME starts

2006-06-12 Thread Wojtek Zabolotny
Package: gnome-control-center
Version: 1:2.14.2-1
Severity: important

When GNOME starts, I get the error: System exception:
IDL:Bonobo/GeneralError:1.0
When starting gnome-settings-daemon by hand, I get:
~$ gnome-settings-daemon
The program 'gnome-settings-daemon' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
  (Details: serial 440 error_code 2 request_code 116 minor_code 0)
(Note to programmers: normally, X errors are reported
asynchronously;
   that is, you will receive the error a while after causing it.
  To debug your program, run it with the --sync command line
 option to change this behavior. You can then get a
 meaningful
backtrace from your debugger if you break on the
gdk_x_error() function.)
[1150103899,000,xklavier.c:XklStartListen/] The
backend does not require manual layout management - but
it is provided by the application

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

Versions of packages gnome-control-center depends on:
ii  capplets-data  1:2.14.2-1configuration applets for GNOME 2 
ii  desktop-file-utils 0.10-1Utilities for .desktop files
ii  gnome-desktop-data 2.14.1.1-1Common files for GNOME 2 desktop a
ii  gnome-icon-theme   2.14.2-1  GNOME Desktop icon theme
ii  gnome-menus2.14.0-2  an implementation of the freedeskt
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.11.4-2  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libavahi-client3   0.6.10-1  Avahi client library
ii  libavahi-common3   0.6.10-1  Avahi common library
ii  libavahi-glib1 0.6.10-1  Avahi glib integration library
ii  libbonobo2-0   2.14.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-2  The Bonobo UI library
ii  libc6  2.3.6-13  GNU C Library: Shared libraries
ii  libcairo2  1.0.4-2   The Cairo 2D vector graphics libra
ii  libdbus-1-20.61-6simple interprocess messaging syst
ii  libebook1.2-5  1.6.1-3   Client library for evolution addre
ii  libesd-alsa0 [libesd0] 0.2.36-3  Enlightened Sound Daemon (ALSA) - 
ii  libfontconfig1 2.3.2-5.1 generic font configuration library
ii  libfreetype6   2.2.1-2   FreeType 2 font engine, shared lib
ii  libgconf2-42.14.0-1  GNOME configuration database syste
ii  libgcrypt111.2.2-1   LGPL Crypto library - runtime libr
ii  libglade2-01:2.5.1-2 library to load .glade files at ru
ii  libglib2.0-0   2.10.2-1  The GLib library of C routines
ii  libgnome-desktop-2 2.14.1.1-1Utility library for loading .deskt
ii  libgnome-keyring0  0.4.9-1   GNOME keyring services library
ii  libgnome-menu2 2.14.0-2  an implementation of the freedeskt
ii  libgnome-window-settings1  1:2.14.2-1Utility library for getting window
ii  libgnome2-02.14.1-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.14.1-1  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.1-2  GNOME virtual file-system (runtime
ii  libgnutls131.3.5-1.1 the GNU TLS library - runtime libr
ii  libgpg-error0  1.2-1 library for common error values an
ii  libgstreamer-plugins-base0 0.10.7-2  GStreamer libraries from the "base
ii  libgstreamer0.10-0 0.10.6-2  Core GStreamer libraries and eleme
ii  libgtk2.0-02.8.17-2  The GTK+ graphical user interface 
ii  libice61:1.0.0-3 X11 Inter-Client Exchange library
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libmetacity0   1:2.14.5-1library of lightweight GTK2 based 
ii  libnautilus-extension1 2.14.1-4  libraries for nautilus components 
ii  liborbit2  1:2.14.0-1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.12.3-1  Layout and rendering of internatio
ii  libpng12-0 1.2.8rel-5.1  PNG library - runtime
ii  libpopt0   1.10-2lib for parsing cmdline parameters
ii  libsm6 1:1.0.0-4 X11 Session Management library
ii  lib

Bug#372822: [Pkg-xfce-devel] Bug#372822: xfce4: xfce needs a "preferred applications" setting

2006-06-12 Thread Simon Huggins
On Sun, Jun 11, 2006 at 07:32:49PM -0400, Michael Gilbert wrote:
> xfce users want to specify their preffered applications, but there is no 
> config dialog to allow them to do so.  this is a request for such a 
> setting to be added to the "settings manager."  this may be as simple as 
> providing a link to "gnome-default-applications-properties."  thank you 
> for your consideration.

Preferred apps for what?

Exo provides exo-preferred-applications which might do what you want.

Simon.

-- 
oOoOo   "Do they teach lawyers to apologise, because you suck at   oOoOo
 oOoOo  it?" -- Erin Brockovich.  oOoOo
  oOoOo  oOoOo
  htag.pl 0.0.22 ::: http://www.earth.li/~huggie/


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



Bug#370671: dpkg -l xorg

2006-06-12 Thread Alexander Vlasov
> Can you do "dpkg -l xorg"?

Sure I can.

zulu:~# dpkg -l xorg
No packages found matching xorg.
zulu:~# dpkg -l xserver-xorg
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
uppercase=bad)
||/ Name  Version   Description
+++-=-=-==
ii  xserver-xorg  6.9.0.dfsg.1-6the X.Org X
server




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



Bug#372874: schroot: Please provide linux personality support

2006-06-12 Thread Roger Leigh
Package: schroot
Version: 0.2.11-1
Severity: normal

dchroot has support for switching between PER_LINUX and PER_LINUX32
personalities.  schroot should also provide this support (it's
currently provided via the command-prefix option, but more explicit
support would be useful).

In addition, the dchroot wrapper should also parse this new part of the
dchroot.conf syntax.


Regards,
Roger

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

Versions of packages schroot depends on:
ii  libboost-program-options1.33. 1.33.1-4   program options library for C++
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libgcc1   1:4.1.1-2  GCC support library
ii  liblockdev1   1.0.3-1Run-time shared library for lockin
ii  libpam0g  0.79-3.1   Pluggable Authentication Modules l
ii  libstdc++64.1.1-2The GNU Standard C++ Library v3
ii  libuuid1  1.39-1 universally unique id library

schroot recommends no packages.

-- no debconf information


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



Bug#371841: mysqld fails to start, saying debian-sys-maint has no ccess

2006-06-12 Thread Christian Hammers
Hi

On 2006-06-12 Olaf wrote:
> oops, sorry for the mistake. Well, I purged the package and reinstalled it - 
> now I do not see this error again... but I see another one on startup:
> 
> Check that mysqld is running and that the socket: 
> '/var/run/mysqld/mysqld.sock' exists!

Last output lines also say: " Please take a look at the syslog.", maybe
there's a hint in it, no free space or similar issues.

bye,

-christian-


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



Bug#372860: lirc - FTBFS: Uses kernel headers provided by glibc

2006-06-12 Thread Steve Langasek
reassign 372860 linux-kernel-headers 2.6.16.20-1
forcemerge 372770 372860
thanks

On Mon, Jun 12, 2006 at 10:31:07AM +0200, Bastian Blank wrote:
> Package: lirc
> Version: 0.8.0-5
> Severity: serious

> There was an error while trying to autobuild your package:

> > Automatic build of lirc_0.8.0-5 on debian01 by sbuild/s390 85
> [...]
> > source='hw_devinput.c' object='hw_devinput.o' libtool=no \
> > depfile='.deps/hw_devinput.Po' tmpdepfile='.deps/hw_devinput.TPo' \
> > depmode=gcc3 /bin/sh ../depcomp \
> > gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -Wall  -c `test -f 
> > hw_devinput.c || echo './'`hw_devinput.c
> > In file included from hw_devinput.c:29:
> > /usr/include/linux/input.h:801: error: expected specifier-qualifier-list 
> > before 'kernel_ulong_t'
> > make[3]: *** [hw_devinput.o] Error 1
> > make[3]: Leaving directory `/build/buildd/lirc-0.8.0/daemons'
> > make[2]: *** [all-recursive] Error 1
> > make[2]: Leaving directory `/build/buildd/lirc-0.8.0'
> > make[1]: *** [all] Error 2
> > make[1]: Leaving directory `/build/buildd/lirc-0.8.0'
> > make: *** [build-stamp] Error 2
> > **
> > Build finished at 20060612-0848
> > FAILED [dpkg-buildpackage died]

> Directly including files from /usr/include/linux and /usr/include/asm*
> is not allowed.

Er, of course it is, that's why we have a completely separate
linux-kernel-headers package in Debian that ships these files.

This is simply bug #372770, which is already fixed in unstable.  Please
install the -5 version of l-k-h from incoming, and retry this build.

Thanks,
-- 
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#353373: [l10n] Initial Czech translation of phpgacl

2006-06-12 Thread Miroslav Kure
On Mon, Jun 12, 2006 at 10:24:53AM +0200, David Gil wrote:
> Hello Miroslav,

Hi David,

> The debconf templates of the phpgacl package have been changed due to
> dbconfig-common stuff included. Your .po file is now out of date. Could
> you send an updated one to this bug report?

Ok, I've updated the translation to the latest version I could find in
unstable. If there are more changes in your development repository,
just send me the latest file or point me to the url of the repo.

> I feel so sorry for the delay.

Ah, I learned to be patient when it comes to closing bugs :-)

-- 
Miroslav Kure


cs.po.gz
Description: Binary data


Bug#372872: python-qt3: PyQt released. Please package.

2006-06-12 Thread xavier . gnata
Subject: python-qt3: PyQt released. Please package.
Package: python-qt3
Version: 3.16-1
Severity: wishlist

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

PyQt4 has been released. Please package thiw new major version.
Thanks.
Xavier

-- 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.16.20-6
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages python-qt3 depends on:
ii  python2.3.5-5An interactive high-level object-o
ii  python2.3-qt3 3.16-1 Qt3 bindings for Python

python-qt3 recommends no packages.

-- no debconf information



Bug#372853: samba: segfault at boot for nmbd

2006-06-12 Thread Steve Langasek
On Mon, Jun 12, 2006 at 09:56:51AM +0200, Luca Capello wrote:
> For the record, I previously thought that my bug was the same as
> #367621 [1] and reported there my backtrace.

> Basically, since June 4th I got some panic errors from swat, which I
> didn't investigate until the same happens for nmbd at boot (I use
> suspend-to-disk, so I don't reboot so often).  I'm sure that at least
> smbd worked, because I mounted my samba shares from different Windows
> XP machines.

> The strange fact is that if I start samba just after boot it doesn't
> give any error.

> >>wins server = wlan0:0.0.0.0, wlan0:0.0.0.0, wifi:0.0.0.0, wifi:0.0.0.0

> > Wow, what the heck is this?  I wouldn't be at all surprised if this
> > is the cause of your failures.

> I tried commeting out that line in my smb.conf, but nothing changed.
> (anyway, I removed it now).

Hmm, ok.  In that case, I'll need more information, since the backtrace
you've included is missing all debugging symbols.  Could you please install
the samba-dbg package and recreate the failure?

> For the record, I apt-upgrade every day and my libc6 is the one in
> experimental.

Ok, since nobody is reporting this bug against unstable that makes it very
possible that it's actually a bug in the experimental libc6 -- still need
more info first to make that determination, though.

Thanks,
-- 
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#372871: [Pkg-xfce-devel] Bug#372871: xfce4-notes-plugin - FTBFS: Package xfce4-panel-1.0 was not found in the pkg-config search path

2006-06-12 Thread Simon Huggins
tags 372871 +upstream
retitle 372871 FTBFS on new panel
merge 372871 370111
thanks

On Mon, Jun 12, 2006 at 10:51:55AM +0200, Bastian Blank wrote:
> There was an error while trying to autobuild your package:
> > Automatic build of xfce4-notes-plugin_0.10.0-2+b1 on debian01 by 
> > sbuild/s390 85
> [...]
> > ** Using build dependencies supplied by package:
> > Build-Depends: autotools-dev, cdbs, debhelper (>= 4.1), libgtk2.0-dev, 
> > libxfcegui4-dev, xfce4-panel-dev, libxml2-dev, libtool, automake1.8, 
> > autoconf
> [...]
> > checking for xfce4-panel-1.0 >= 4.1.90... Package xfce4-panel-1.0 was not 
> > found in the pkg-config search path. Perhaps you should add the directory 
> > containing `xfce4-panel-1.0.pc' to the PKG_CONFIG_PATH environment variable 
> > No package 'xfce4-panel-1.0' found
> > configure: error: Library requirements (xfce4-panel-1.0 >= 4.1.90) not met; 
> > consider adjusting the PKG_CONFIG_PATH environment variable if your 
> > libraries are in a nonstandard prefix so pkg-config can find them.
> > make: *** [config.status] Error 1
> > **
> > Build finished at 20060612-1049
> > FAILED [dpkg-buildpackage died]

Indeed.  We know about this.  We'll either ask for its removal or
someone will port the plugin to the new panel.

A FTBFS bug was already filed.

Simon.

-- 
[ "Everybody, everybody's dead, everybody's dead Dave." - Holly]
Black Cat Networks.  http://www.blackcatnetworks.co.uk/


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



Bug#372863: [INTL:ne] Nepali xdebconfigurator translation

2006-06-12 Thread Steffen Joeris
Hi

On Monday 12 June 2006 10:44, Paras pradhan wrote:
> Package: xdebconfigurator
> Version: N/A
> Severity: wishlist
> Tags: l10n patch
>
> Please find the attached Nepali translation of the xdebconfigurator package
> of level3
Thanks a lot for your translation effort, but I am not sure as far as I can 
see there is no real translation inside this file. Please correct me if I am 
wrong but there it says 
"translation of aptitude_po.po to Nepali"

And the normal string which has to be translated in xdebconfigurator is not 
found in the .po file, can you please check it and give a small feedback?

Yours sincerely
Steffen


pgp3adUom1xfy.pgp
Description: PGP signature


Bug#352695: a fix has been committed upstream

2006-06-12 Thread Balazs Scheidler
Hi,

Although the feature of not retrying destination file reopens in 1.6.x
seems to be nice, in fact it is a bug :) I don't intend to fix that
though.

In 1.9.x I already added an option called 'optional' on a
per-source/per-destination basis. This means that initialization
problems on that specific source/destination does not cause syslog-ng to
fail startup.

I extended this now for file/pipe destinations: if a file/pipe
destination is optional, a failure to open a destination file is
reported, but no further attempt to open the same file will happen for
time_reopen() seconds.

E.g. if time_reopen() is 60 seconds, you'll get one failure every
minute.

The fix will be included in tomorrow's snapshot at the BalaBit website.

-- 
Bazsi



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



Bug#370671: The same problem

2006-06-12 Thread Alexander Vlasov
The same problem appears when I try to add another keyboard layout using
gnome keyboard properties configuration dialog. 
Addind another layout with setxkbmap works fine, however.

I'll try ltrace tomorrow.



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



Bug#356948: stumpwm: Clarify README.Debian - can't understand a thing how to start this wm

2006-06-12 Thread Jari Aalto
| 
| tags 356948 + help
| retitle 356948 stumpwm: clarify how to start this WM in the README.Debian
| thanks
| 
| Hello!
| 
| For d-d: I'd like a more general advice about the user request, which
| I'm quite reluctant to accomplish.
| 
| For all: please honor the R-T and M-F-T headers (no need to cc: me).
| 
| On Fri, 02 Jun 2006 19:05:01 +0200, Jari Aalto wrote:
| > The debian/control::Description reads:
| [...]
| > From "StumpWM is a window manager written entirely in Common Lisp"
| > it suggests, that is is just another window manager only that the
| > host language is common lisp.
| 
| Well, as I already explained in my previous reply [1], you need a
| specific background in Common Lisp to use this WM.  Moreover, the
| package section is specifically set to "devel" and not "x11" as most
| of the other WMs.

This is all good, but I don't think visible enough to an end user.
If first line in debian/Control::Description would make the intention
clear clear, it would solve the bug as far as I'm concerned.

   BEFORE

Description: a Common Lisp window manager
 StumpWM is a window manager written entirely in Common Lisp. It
 ...

   AFTER

Description: a Common Lisp window manager
 Note: this is not and end user program; i.e. a regular window manager.
 .
 StumpWM is a window manager written entirely in Common Lisp. It
 ...

That leaves open how to generally resolve similar cases in other
packages.

Jari



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



Bug#372773: [directfb-dev] Bug#372773: debian-installer: [daily-build] mouse recognized but the pointer disappeares

2006-06-12 Thread Claudio Ciccani

Attilio Fiandrotti wrote:

Luca Capello wrote:


Package: debian-installer
Severity: grave

Hello,

I downloaded the netinst daily-built image at [1] because I needed a
rescue CD and tried the 'rescuegui' boot target: while it loads
without any problem, as soon as I touch the touchpad of my IBM T42p
[2], the pointer disappeares.  The same happens with the 'installgui'
boot target.  Checking the logs in the first console doesn't show any
error (and the Synaptics TouchPad is correctly recognized [3]).

Some points:

- this happens only with the touchpad, not with the IBM TrackPad

- pressing the touchpad buttons seem to leave the pointer in its place

- the same burned image works as expected into qemu (I mean, the
 pointer doesn't disappear).

The severity is grave because we've two problems here:

1) the pointer disappearing

2) the fact that in the country selection window, the country submenu
  cannot be opened without the mouse.  I mean, I chose English as
  language and then I tried to press return on Europe, but this
  triggers the "Continue" button pressed action.  And this ends in a
  loop.  I think that even in the graphical installer, the user
  should be able to use the keyboard instead of the mouse ;-)

I'm here to test any possible solution :-D



hi luca

you should be able to expand/collapse GTK trees by using "+" and "-" keys.
about the touchpad bug: neither my touchpad (synaptic) works with DFB 
0.9.24, unless the linux_input module is deleted.
Maybe we could add something in directfbrc to prevent that module from 
being loaded? DFB pople, what do you suggest to do?


friendly

Attilio


Add "disable-module=linux_input".


--
Regards,
 Claudio Ciccani

[EMAIL PROTECTED]
http://directfb.org
http://sf.net/projects/php-directfb


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



Bug#372865: [INTL:ne] Nepali localization-config translation

2006-06-12 Thread Christian Perrier
tags 372685 pending
thanks

Quoting Paras pradhan ([EMAIL PROTECTED]):
> Package: localization-config
> Version: N/A
> Severity: wishlist
> Tags: l10n patch
> 
> Please find the attached Nepali translation of the localization-config
> package for level3

Commited



signature.asc
Description: Digital signature


Bug#372878: ndiswrapper: binary-modules compilation use the wrong gcc again

2006-06-12 Thread Fathi Boudra
Package: ndiswrapper
Severity: normal

hi,

due to recent changes in gcc default version (4.1), we have again a
compilation using the wrong gcc as kernel are built with 4.0

As a workaround, i used MAKEFLAGS="CC=gcc-4.0" m-a build ndiswrapper

Could we have a long term solution like detecting which gcc version to
use for the build ?

cheers,

Fathi

-- 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.16-2-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#372866: [INTL:ne] Nepali console-common translation

2006-06-12 Thread Christian Perrier
tags 372866 pending
thanks

Quoting Paras pradhan ([EMAIL PROTECTED]):
> Package: console-common
> Version: N/A
> Severity: wishlist
> Tags: l10n patch
> 
> Please find the attached Nepali translation of the console-common package of
> level3


Commited.




signature.asc
Description: Digital signature


Bug#353373: [l10n] Initial Czech translation of phpgacl

2006-06-12 Thread David Gil
Thanks, I'll include it in the next upload.



signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Bug#359456: libnews-newsrc-perl: please finish /usr/doc transition

2006-06-12 Thread Stephen Quinney
On Mon, Mar 27, 2006 at 07:40:43PM -0500, [EMAIL PROTECTED] wrote:
> Package: libnews-newsrc-perl
> 
> libnews-newsrc-perl still creates a /usr/doc symlink. Since 2002,
> policy has not required these symlinks, and we're waiting for all
> packages to be updated to remove them before the /usr/share/doc
> transition can be complete. This package is one of the few packages
> that still makes the symlink.
> 

I have prepared an NMU to fix this issue, it has been uploaded to the
3-day delayed queue on gluck. Here is the changelog entry:

libnews-newsrc-perl (1.08-2.1) unstable; urgency=low

  * Non-Maintainer Upload
  * Removed postinst and prerm as they were only there to handle the, now
deprecated, /usr/doc symlinks, closes: #359456.

 -- Stephen Quinney <[EMAIL PROTECTED]>  Mon, 12 Jun 2006 10:27:48 +0100


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



Bug#372280: [Pkg-shadow-devel] Bug#372280: adduser fails: "configuration error - unknown item"

2006-06-12 Thread Christian Perrier
Quoting Tomasz K�oczko ([EMAIL PROTECTED]):
> Dnia 12-06-2006, pon o godzinie 11:41 +0200, Christian Perrier
> napisa�(a):
> > Tomasz, do you think it could be OK for you to add a reference to
> > /etc/login.defs in the warning message about deprecated options in
> > that file ? 
> 
> Unconditionally ? .. probably not but make this functionality

Well, actually, it is, unless I'm wrong, unconditional.



signature.asc
Description: Digital signature


Bug#353631: #353631: ITA: cmail -- A mail user agent for GNU Emacs

2006-06-12 Thread Jari Aalto
| hi,
| 
| According to #353631 you intend to adopt cmail (Back in February). Do
| you still intend to maintain the package? 

Hi,

Sorry for long reply. Please go ahead and take it by all means.
I seem to have hands full with other packages.

Jari


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



Bug#359453: libmath-basecalc-perl: please finish /usr/doc transition

2006-06-12 Thread Stephen Quinney
On Mon, Mar 27, 2006 at 07:40:42PM -0500, [EMAIL PROTECTED] wrote:
> Package: libmath-basecalc-perl
> 
> libmath-basecalc-perl still creates a /usr/doc symlink. Since 2002,
> policy has not required these symlinks, and we're waiting for all
> packages to be updated to remove them before the /usr/share/doc
> transition can be complete. This package is one of the few packages
> that still makes the symlink.
> 

I have prepared an NMU to fix this issue, it has been uploaded to the
3-day delayed queue on gluck. Here is the changelog entry:

libmath-basecalc-perl (1.011-1.1) unstable; urgency=low

  * Non-Maintainer Upload
  * Removed postinst and prerm as they were only there to handle the, now
deprecated, /usr/doc symlinks, closes: #359453

 -- Stephen Quinney <[EMAIL PROTECTED]>  Mon, 12 Jun 2006 10:20:46 +0100


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



Bug#372280: [Pkg-shadow-devel] Bug#372280: adduser fails: "configuration error - unknown item"

2006-06-12 Thread Christian Perrier

> That would be a lot easier if the error message actually referenced
> /etc/login.defs . As it is now, there is absolutely no indication of

Tomasz, do you think it could be OK for you to add a reference to
/etc/login.defs in the warning message about deprecated options in
that file ?


> where these parameters may be found, so if you don't already know,
> you're out of luck.
> 
> As for fixing the deprecated options, they're included in the version
> of login from the current stable archive. If the already existing
> version dependency in newer versions of passwd were updated to reflect
> this, the whole problem would just go away.

Hmmm, I'm not sure it would as /etc/login.defs is a configuration
file. Actually, that file will be replaced silently is it has never
been changed by the local adminso the problem will disappear. But,
if the file has been changed, it will never be replaced and then
updating it is left to the local admin.

So, part from the warning message wording change, I'm not sure we can
do much more.



signature.asc
Description: Digital signature


Bug#372876: lynx doesn't remove /tmp/XXX* temp directory on STDOUT close

2006-06-12 Thread Marc SCHAEFER
Package: lynx
Version: 2.8.5-2sarge2
Severity: normal


To reproduce:

   - install apache from sarge
   - make sure there are enough servers started
   - do /usr/bin/apachectl status

you will observe a temporary directory in /tmp.

Running this regularly will clutter /tmp with temporary directories upto
someone cannot really create any files there (too many links).

Other way to reproduce:

   lynx -dump http://some-big-stuff | (dd bs=1 count=1)

(ie ensure lynx sees the closed filedes)

Work-around for apachectl: something like, line 154:

   $LYNX $STATUSURL | (awk ' /process$/ { print; exit } { print } '; cat > 
/dev/null)

This was reported for woody as of #298836 but is still there in sarge,
unfortunately.  A work-around patch for apachectl is there.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.33-pre2shakotay+2.4.33pre2+patch+route+vserver+vs1.2.10
Locale: LANG=C, LC_CTYPE=fr_CH (charmap=ISO-8859-1)

Versions of packages lynx depends on:
ii  libbz2-1.01.0.2-7high-quality block-sorting file co
ii  libc6 2.3.2.ds1-22sarge3 GNU C Library: Shared libraries an
ii  libgnutls11   1.0.16-13.2GNU TLS library - runtime library
ii  libncursesw5  5.4-4  Shared libraries for terminal hand
ii  zlib1g1:1.2.2-4.sarge.2  compression library - runtime

-- no debconf information


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



Bug#372875: dar: major annoyance when restoring directories with default ACL

2006-06-12 Thread Alexei Sheplyakov
Package: dar
Version: 2.3.0-2
Severity: normal

Hello!

When restoring files/directories within the directory with default ACL
dar displays a message:

Some EA for path/to/a/file are about to be overwritten, continue ? [return = OK 
| Esc = cancel]

for every file/subdirectory. Thus non-interactive restore is impossible 
(and interactive one is overly annoying).

Here is a simple script which reproduces the problem:

#!/bin/sh
mkdir -p test/foo
setfacl -d -m m::rwx test/foo
echo "Hello" > test/foo/bar.txt
fakeroot dar -c bugme -R `pwd`/test
rm -rf test/foo
fakeroot dar -ae -R test -x bugme


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.4.32-grsec-acl-hf32.6-i686-smp
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)

Versions of packages dar depends on:
ii  libattr1  2.4.32-1   Extended attribute shared library
ii  libbz2-1.01.0.3-2high-quality block-sorting file co
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libdar4   2.3.0-2Disk ARchive: Shared library
ii  libgcc1   1:4.1.1-2  GCC support library
ii  libssl0.9.8   0.9.8b-2   SSL shared libraries
ii  libstdc++64.1.1-2The GNU Standard C++ Library v3
ii  zlib1g1:1.2.3-11 compression library - runtime

dar recommends no packages.

-- no debconf information

-- 
All science is either physics or stamp collecting.



signature.asc
Description: Digital signature


Bug#372822: [Pkg-xfce-devel] Bug#372822: xfce4: xfce needs a "preferred applications" setting

2006-06-12 Thread Yves-Alexis Perez
On Sun, 2006-06-11 at 19:32 -0400, Michael Gilbert wrote:
> Package: xfce4
> Version: 4.3.90.1-2
> Severity: wishlist
> 
> xfce users want to specify their preffered applications, but there is no 
> config dialog to allow them to do so.  this is a request for such a 
> setting to be added to the "settings manager."  this may be as simple as 
> providing a link to "gnome-default-applications-properties."  thank you 
> for your consideration.

Maybe right clic on desktop, "settings", "preferred applications" would
do the trick ?
-- 
Yves-Alexis Perez



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



Bug#372877: libslang2: preinst and postrm scripts are missing in udeb

2006-06-12 Thread Dieter Jaeger
Package: libslang2
Version: 2.0.6-2
Severity: normal

In the udeb package of libslang2 the preinst and postrm scripts are
missing. This causes the d-i build process to stop.
I solved the problem by moving the libslang2.preinst ... files to
preinst ..., but did not check for side effects.

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

Versions of packages libslang2 depends on:
ii  libc6 2.3.6-15   GNU C Library: Shared libraries

libslang2 recommends no packages.

-- no debconf information


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



Bug#363486: dpkg: [update-alternatives] New categories for: WORD, EXCEL, MEDIA-PLAYER etc.

2006-06-12 Thread Jari Aalto
| Guillem Jover <[EMAIL PROTECTED]>:
| reassign 363486 debian-policy
| 
| each package should agree on which interface is needed to be able to
| provide a specific alternative. And if they should provide a virtual
| package for it.
| 
| On Wed, 2006-04-19 at 14:44:08 +0300, Jari Aalto wrote:
| > Package: dpkg
| > Version: 1.13.18
| > Severity: wishlist
| > 
| > There are many programs that act on a file that contains certain extension
| > or if they support MIME types, they look up the program associated with it.
| > 
| > The problem is that there are many programs to do the same thing. For 
example
| > Person trying to open "File Manager" must remmeber that the
| > esoteric names are
| > 
| > xfe
| > mfm
| > emelfm
| > worker
| > krusader
| > endeavour2
| > rox-filer
| > thunar 
| > ...
| > 
| > The same problem is with Office programs:
| > 
| > lyx
| > abiword
| > oowriter
| > ...
| > 
| > The /etc/alternatives contains a good framework to canonicalize actions to
| > common names available in system and to control the preferred program.
| > 
| > SUGGESTION
| > 
| > Create new alternatives with names something like:
| > 
| > x-office-word
| > x-office-excel  
| > x-file-manager
| > x-archiver  
| > x-media-player  or "video-player"
| > x-music-player  For music
| > 
| > This way numerous programs could refer to common program "music-player",
| > which the arternatives frame work would provide. The generic names would
| > also add simplicity to overall handling of the various binaries that
| > would hook themselves to the alternatives base.
| > 
| > Small window managers (Other than the KDE, Gnome, Xfce) would also
| > benefit from this, because they could use generic menu items and call
| > the "alternatives" name without the need to refer to certain binary,
| > which may not be installed.

To Debian Policy ML:

Is there any coordinated effort to standardize the name of the provided
programs in /etc/alternatives? 

I revised the above proposal by adding prefix:

  x-*

for programs requiring an X environment.

Jari


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



Bug#369936: gstreamer0.10-plugins-good: dv1394src element crashes since new libavc1394

2006-06-12 Thread Paul van Tilburg
On Fri, Jun 09, 2006 at 11:33:49PM +0200, Loïc Minier wrote:
> On Fri, Jun 02, 2006, Paul van Tilburg wrote:
> > Since the new version of libavc1394-0 (0.5.3) arrived in sid, (all) usage
> > of the dv1394src plugin leads to a crash.  I have tried to recompile the
> > plugins against the new libavc1394-0, but that didn't help.
> > The dv1394src element from gstreamer0.8-dv also seems to suffer from exactly
> > the same problem. I have attached a backtrace of a crash of the execution
> > of the following command line: gst-launch-0.8 dv1394src ! fakesink
> 
>  This already happened in the past due to bugs in libavc1394 or libdv,
>  if a downgrade to a previous lib fixes the bug, chances are good that
>  it is a bug or backward incompatibility in this lib.

Yes, I already suspected this.  However, the gst dv1394src element seems
to be the only library/program affected by this.  Kino and other DV apps
we have still work fine.

>  I suggest you try rebuilding libavc1394-0 with debugging symbols too to
>  get symbols in its stack part too.

Done.  It is attached to this mail.  It may also be useful to recompile
the gst plugins with debugging as well.  If this is the case, please let
me know.

Paul

-- 
Student @ Eindhoven | email: [EMAIL PROTECTED]
University of Technology, The Netherlands   | JID: [EMAIL PROTECTED]
>>> Using the Power of Debian GNU/Linux <<< | GnuPG key ID: 0x50064181
% gdb =gst-launch0.8
zsh: correct '=gst-launch0.8' to '=gst-launch-0.8' [nyae]? y
GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu"...(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".

(gdb) run dv1394src ! fakesink
Starting program: /usr/bin/gst-launch-0.8 dv1394src ! fakesink
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 47281819896768 (LWP 3420)]
   $1 =
   $1 =
   $1 =
   $2 =
   $3 =
   $1 =
   $1 =
   $1 =
   $2 =
   $1 =
   $2 =
   $1 =
RUNNING pipeline ...

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 47281819896768 (LWP 3420)]
IA__g_type_check_instance_cast (type_instance=0x7fa01500,
iface_type=5865664) at gtype.c:3121
3121gtype.c: No such file or directory.
in gtype.c
(gdb) bt full
#0  IA__g_type_check_instance_cast (type_instance=0x7fa01500, 
iface_type=5865664)
at gtype.c:3121
node = 
iface = 
is_instantiatable = 
#1  0x2b00aafc8fe6 in gst_dv1394src_get_type () from 
/usr/lib/gstreamer-0.8/libgst1394.so
No symbol table info available.
#2  0x2b00ab0db48a in raw1394_loop_iterate () from /usr/lib/libraw1394.so.5
No symbol table info available.
#3  0x2b00ab1dfbd8 in avc1394_transaction (handle=0x628800, node=0,
request=18927743, retry=2)
at avc1394_simple.c:120
response = 0
raw1394_poll = {fd = 8, events = 1, revents = 1}
fr = {data = {18, 0, 2800643196, 11008, 4288681632, 32767,
2870863296, 11008, 198667950,
0, 2870865218, 11008, 0, 0, 21, 0, 2870862792, 11008, 2870864880,
11008, 2870866246, 11008,
2870864880, 0, 0, 0, 1, 0, 0, 0, 5766232, 0, 4288681696, 32767,
198667950, 0, 4288681632,
32767, 2870865218, 11008, 0, 0, 2800644099, 11008, 0, 0, 0, 11008, 0,
0, 1, 0, 0, 0, 1, 11008,
0, 0, 6389936, 0, 0, 0, 4288681520, 32767, 4288681504, 32767,
4288681536, 1, 5766232, 0,
4288681736, 32767, 5765392, 0, 4288681752, 32767, 6383360, 0,
4288681864, 32767, 4288681664,
32767, 0, 0, 4288681616, 32767, 2804066400, 11008, 6389936, 0, 5258808,
0, 6389936, 0, 8, 0,
5767040, 0, 2801985338, 11008, 2868681552, 11008, 4288681632, 32767,
2870863296, 11008,
5765392, 0, 2870863440, 11008, 2871924800, 11008, 5258808, 0, 6389936,
0, 8, 0, 5767040, 0,
6389936, 0, 2800658051, 11008, 1, 0, 0, 0}, length = 0}
#4  0x2b00ab1e05a6 in avc1394_vcr_is_recording (handle=0x7fa01500, 
node=32960)
at avc1394_vcr.c:55
response = 
#5  0x2b00aafc8402 in gst_dv1394src_get_type () from 
/usr/lib/gstreamer-0.8/libgst1394.so
No symbol table info available.
#6  0x2b00a70282f3 in gst_element_wait_state_change () from 
/usr/lib/libgstreamer-0.8.so.1
No symbol table info available.
#7  0x2b00a7027a22 in gst_element_set_state () from 
/usr/lib/libgstreamer-0.8.so.1
---Type  to continue, or q  to quit---
No symbol table info available.
#8  0x2b00a701ae1e in gst_bin_child_state_change () from 
/usr/lib/libgstreamer-0.8.so.1
No symbol table info ava


Bug#364118: Debian bug 364118

2006-06-12 Thread David Malone
> Yes, thanks for compiling this table. To be honest, I'm pretty
> indifferent with what the output is, and I agree that consistency is
> good; so, if you plan to implement what is listed in the bug report for
> FreeBSD, go ahead, and I'll follow by implementing it in Debian's
> package as well.

OK - I'll have a go at FreeBSD's traceroue over the comming week.

David.


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



Bug#370603: cdrecord prematurely terminates "-scanbus" when it fails to open a device

2006-06-12 Thread Joerg Schilling
Graham <[EMAIL PROTECTED]> wrote:

> Hello Joerg,
>
> The cdrecord manpage says:
>
> Cdrecord needs to run as root to get access to the /dev/scg? device nodes
> and to be able to lock itself into memory.
>
> I think you meant "/dev/sgX"? As I pointed out in my bug report, I
> believe that I do have access to these, as a normal user... except
> sg0, which cdrecord shouldn't need to touch anyway because it's a hard
> disk.

No, I mean /dev/scg*.

If OS like Linux do not completely copy my ideas from 20 years ago (when
I did introduce SCSI generic passthrough), I expect that the users
are clever enough to replace this with their local name.

I cannot modify the man page for every OS.


> As for locking into memory: If I understand correctly, you want to
> prevent the OS from swapping cdrecord to disk, which would cause a
> buffer underrun. I really doubt that will happen on my system.

I know that it is needed, that's the difference.

This is why cdrecord needs to be called with the right privileges.


> The manpage also mentions the need to run at the highest priority --
> also presumably to avoid buffer underruns. This shouldn't be an issue
> unless the system load is very high, but I try to avoid such
> conditions when writing CDs. Also, my writer has a large buffer, and I
> often write at 4X speed (Yamaha audio-master mode).

Cdrecord needs this. CD/DVD writing is a real-time process.
Some newer drives may have workarounds but then the quality of the
media is not the same as it would be when writing uninterrupted.

If you Don't like to accept this fact, it is your problem.
But please don't complain if you have problems.



> I appreciate that you've put a lot of work into developing this
> software, but I prefer to use the Debian packaged version, for
> convenience. I've had relatively few problems with it.

The Debian version is junk as it introduces Bugs that are not present in the 
original.

Also the Debian maintainers are unwilling to cooperate :-(

/*--*/

But your main Proplem was caused by the fact that you ignore the official 
documentation. 

Your proplem is not present in case that you call cdrecord with the needed
privileges (as documented).

/*--*/

Jörg

-- 
 EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
   [EMAIL PROTECTED](uni)  
   [EMAIL PROTECTED] (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily



Bug#372564: kwalletmanager very often crashes at KDE Logout

2006-06-12 Thread Christian Schuerer
I can confirm that kwalletmanager crashes on _every_ logout (and blocks e.g. 
shutdown). Interestingly, there is no kwalletmanager-icon in the taskbar 
anymore. Calling the show() function via dcop pops up an empty window.

I can't confirm that these crashed cause a loss of the full KDE configuration.

Regards,

   Christian


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



Bug#372873: more details

2006-06-12 Thread Wojtek Zabolotny
   1.  The bug appeared after yesterda's upgrade of my debian/testing
  system. Previously it worked correctly
   2. I tried to clean all user's gnome settings - nothing helped
   3. When I run:
   setxkbmap -rules xorg -model pc105 -layout "pl2" -option
  "grp:switch,ctrl:nocaps"
  To get my keyboard working, everything works perfectly (but
  gnome-settings-daemon keeps crashing as previously).



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



Bug#372863: [INTL:ne] Nepali xdebconfigurator translation

2006-06-12 Thread Christian Perrier
Quoting Paras pradhan ([EMAIL PROTECTED]):
> Package: xdebconfigurator
> Version: N/A
> Severity: wishlist
> Tags: l10n patch
> 
> Please find the attached Nepali translation of the xdebconfigurator package
> of level3

> # translation of aptitude_po.po to Nepali
> # Shiva Pokharel <[EMAIL PROTECTED]>, 2006.
> #
> #
> msgid ""
> msgstr ""
> "Project-Id-Version: aptitude_po\n"
> "Report-Msgid-Bugs-To:<[EMAIL PROTECTED]> \n"
> "POT-Creation-Date: 2006-02-19 22:13+0100\n"
> "PO-Revision-Date: 2006-06-06 15:14+0545\n"
> "Last-Translator: Shiva Pokharel <[EMAIL PROTECTED]>\n"
> "PO-Revision-Date: 2006-06-06 15:14+0545\n"
> "Last-Translator: Shiva Pokharel <[EMAIL PROTECTED]>\n"
> "Language-Team: Nepali <[EMAIL PROTECTED]>\n"
> "PO-Revision-Date: 2006-06-06 15:14+0545\n"
> "Last-Translator: Shiva Pokharel <[EMAIL PROTECTED]>\n"
> "PO-Revision-Date: 2006-06-06 15:14+0545\n"
> "Last-Translator: Shiva Pokharel <[EMAIL PROTECTED]>\n"
> "Language-Team: Nepali <[EMAIL PROTECTED]>\n"
> "MIME-Version: 1.0\n"
> "Content-Type: text/plain; charset=UTF-8\n"
> "Content-Transfer-Encoding: 8bit\n"
> "Plural-Forms: nplurals=2;plural=(n!=1)\n"
> "X-Generator: KBabel 1.10.2\n"
> 
> 

H, it's empty..:-)


-- 




signature.asc
Description: Digital signature


Bug#362078: xserver-xorg: dpkg-reconfigure doesn't work if the xorg.conf has been customized

2006-06-12 Thread Fathi Boudra
hi,

i've got also this bug in xerver-xorg 7.0.21:
* if xorg.conf is customized, nothing is done
* if i remove my xorg.conf and run dpkg-reconfigure, no new file created

i noticed that on my current box, i doesn't have a warning, and on a new 
installed box i've got a warning telling that the file has been customized.

cheers,

Fathi


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



Bug#371841: mysqld fails to start, saying debian-sys-maint has no ccess

2006-06-12 Thread Christian Hammers
Hello

On 2006-06-12 Olaf wrote:
> Jun 12 11:25:35 binky mysqld[31407]: 060612 11:25:35 [ERROR] Fatal error:
> Can't open and lock privilege tables: Table 'mysql.host' doesn't exist
When installing the database, the main tables were not created.
Lack of free disk space? I guess the best is if you purge everything,
check that /var/lib/mysql is not existing and reinstall.
Sorry for the inconvinience, it normally works out of the box..

If it still does not work, send "df -h", "ls -al /var/lib/mysql" and
the "export DEBIAN_SCRIPT_DEBUG=1" output.

> IMHO /var/run/mysqld/mysqld.sock should be created by a post-install script.
No, the socket is created by the mysqld daemon when it starst up, if it's
not there then there is no daemon running (which is plausible if it does
not find its /var/lib/mysql/mysql/* tables). Just the dir has to be created
by the Debian package script.



> Olaf
bye,

-christian-

P.S.: Please keep that [EMAIL PROTECTED] in Cc, you could have luck that others
  identify the problem before I do :)


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



Bug#372853: samba: segfault at boot for nmbd

2006-06-12 Thread Luca Capello
reassign 372853 libc6 2.3.999.2-3
tags 372853 + epxerimental
thanks

Hi Steve!

On Mon, 12 Jun 2006 11:21:36 +0200, Steve Langasek wrote:
> On Mon, Jun 12, 2006 at 09:56:51AM +0200, Luca Capello wrote:
wins server = wlan0:0.0.0.0, wlan0:0.0.0.0, wifi:0.0.0.0, wifi:0.0.0.0
>
>>> Wow, what the heck is this?  I wouldn't be at all surprised if
>>> this is the cause of your failures.
>
>> I tried commeting out that line in my smb.conf, but nothing
>> changed.  (anyway, I removed it now).
>
> Hmm, ok.  In that case, I'll need more information, since the
> backtrace you've included is missing all debugging symbols.  Could
> you please install the samba-dbg package and recreate the failure?

Well, the samba-dbg package is already installed :-(

BTW, now swat generates the bug every time I tried to access
http://localhost:901...

>> For the record, I apt-upgrade every day and my libc6 is the one in
>> experimental.
>
> Ok, since nobody is reporting this bug against unstable that makes
> it very possible that it's actually a bug in the experimental libc6
> -- still need more info first to make that determination, though.

It's a bug on libc6, because I just downgraded it to the unstable
version and the problem disappeared.  Installing again the libc6
experimental version triggers the bug.

Shame on me that I didn't try before reporting the bug...

I hope to have correctly played with the reassignment of the bug :-D

Thx, bye,
Gismo / Luca


pgpxsVVFBIQPJ.pgp
Description: PGP signature


Bug#372879: cupsys: "Bad Request" error in web interface (/printers)

2006-06-12 Thread David Förster
Package: cupsys
Version: 1.2.1-2
Severity: important

Opening http://localhost:631/printers just gives a "Bad Request" error
message and the following messages is logged:

E [12/Jun/2006:12:24:01 +0200] Bad request line "DEBUG:
show_all_printers(http=0x8071080, user="(null)")" from localhost!


Accessing a printers page (/printers/LaserJet4) directly generates the
same message and a slightly different log message:

E [12/Jun/2006:12:27:49 +0200] Bad request line "DEBUG:
show_printer(http=0x8071080, printer="LaserJet4")" from localhost!


(The upgrade to 1.2 broke printing on my system completely, but without
the web interface working I cannot even reinstall the printer.)

Regards
David

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

Versions of packages cupsys depends on:
ii  adduser  3.87Add and remove users and groups
ii  debconf [debconf-2.0]1.5.1   Debian configuration management sy
ii  gs-esp   8.15.1.dfsg.1-2 The Ghostscript PostScript interpr
ii  libacl1  2.2.37-1Access control list shared library
ii  libc62.3.6-13GNU C Library: Shared libraries
ii  libcupsimage21.2.1-2 Common UNIX Printing System(tm) - 
ii  libcupsys2   1.2.1-2 Common UNIX Printing System(tm) - 
ii  libdbus-1-2  0.61-6  simple interprocess messaging syst
ii  libgnutls13  1.3.5-1.1   the GNU TLS library - runtime libr
ii  libldap2 2.1.30-13   OpenLDAP libraries
ii  libpam0g 0.79-3.1Pluggable Authentication Modules l
ii  libpaper11.1.17  Library for handling paper charact
ii  libslp1  1.2.1-5 OpenSLP libraries
ii  lsb-base 3.1-10  Linux Standard Base 3.1 init scrip
ii  patch2.5.9-4 Apply a diff file to an original
ii  perl-modules 5.8.8-4 Core Perl modules
ii  procps   1:3.2.6-2.2 /proc file system utilities
ii  xpdf-utils [poppler-util 3.01-8  Portable Document Format (PDF) sui
ii  zlib1g   1:1.2.3-11  compression library - runtime

Versions of packages cupsys recommends:
ii  cupsys-client   1.2.1-2  Common UNIX Printing System(tm) - 
ii  foomatic-filters3.0.2-20060318-2 linuxprinting.org printer support 
ii  smbclient   3.0.22-1 a LanManager-like simple client fo

-- debconf information:
* cupsys/raw-print: true
* cupsys/ports: 127.0.0.1:631
* cupsys/backend: ipp, lpd, parallel, socket
  cupsys/portserror:
* cupsys/browse: false


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



Bug#372862: Sorry this is duplicate of #372873

2006-06-12 Thread Wojtek Zabolotny
Sorry, I had some mail related problems - so #372862 and #372873 are the
same,
however I've sent some more details for #372873
I'd sugest closing #372862 as a duplicate.
-- 
Sorry for confusion,
Wojciech M. Zabolotny



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



Bug#372882: ITP: emacs-jabber -- Jabber client for Emacsen

2006-06-12 Thread Milan Zamazal
Package: wnpp
Severity: wishlist

* Package name: emacs-jabber
  Version : 0.7
  Upstream Author : Tom Berger, Magnus Henoch
* URL or Web page : http://emacs-jabber.sourceforge.net/
* License : GPL
  Description : Jabber client for Emacsen

 jabber.el (emacs-jabber) is a Jabber client for Emacs and XEmacs.
 While this is still a development version, it offers all the basic
 instant messaging functions and is highly customizable.
 .
 Homepage: http://emacs-jabber.sourceforge.net/


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



Bug#372883: ITP: xprintidle -- Small utility that prints user's idle time in X

2006-06-12 Thread Milan Zamazal
Package: wnpp
Severity: wishlist

* Package name: xprintidle
  Version : 0.1
  Upstream Author : Magnus Henoch
* URL or Web page : http://www.dtek.chalmers.se/~henoch/text/xprintidle.html
* License : BSD like
  Description : Small utility that prints user's idle time in X

  xprintidle is a utility that queries the X server for the user's idle
  time and prints it to stdout (in milliseconds).


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



Bug#372487: same here

2006-06-12 Thread Soeren Sonnenburg
Package: python-numarray
Version: 1.5.1-2
Followup-For: Bug #372487

i wonder why maintainers don't at least install their package before
uploading...

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-rc5-sonne
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages python-numarray depends on:
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  python2.3.5-5An interactive high-level object-o
ii  python-central0.4.7  register and build utility for Pyt

python-numarray recommends no packages.

-- no debconf information


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



Bug#371062: Bug#371060: libgcj7-dev

2006-06-12 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Michael Koch wrote:
[...]
> IMO its now the best time to get rid of this package totally. Its not
> needed anymore. GNU JAXP was merged into GNU classpath some time ago.
> The only package depending on it is libjfreereport-java. I think we can
> just remove the dependency there. sablevm and free-java-sdk recommend it
> but this is not needed anymore too.
> 
> +1 for removing this package.
> 
> Any more opinions?

+1 to remove libgnujaxp-java

- --
Arnaud Vandyck, STE fi, ULg
Formateur Cellule Programmation.
Java Trap: http://www.gnu.org/philosophy/java-trap.html
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEjUVk4vzFZu62tMIRAnrcAJ9fgZcR9x9tfIy+4PRhI78UZk/ehQCfaBJg
rSzGmUhG/6c2Si4V+zKkjtQ=
=M9RU
-END PGP SIGNATURE-
begin:vcard
fn:Arnaud Vandyck
n:Vandyck;Arnaud
org;quoted-printable:Universit=C3=A9 de Li=C3=A8ge;STE-Formations Informatiques
adr;quoted-printable;quoted-printable;quoted-printable:B=C3=A2timent C1;;Rue Armand St=C3=A9vard, 2;Li=C3=A8ge;;4000;Belgique
email;internet:[EMAIL PROTECTED]
title;quoted-printable:Attach=C3=A9 (formateur)
tel;work:+32 4 366 90 55
tel;fax:+32 4 366 90 59
tel;home:+32 4 349 09 69
tel;cell:+32 486 31 10 47
x-mozilla-html:FALSE
url:http://www.ste.fapse.ulg.ac.be/
version:2.1
end:vcard



Bug#359465: libnet-ping-external-perl: please finish /usr/doc transition

2006-06-12 Thread Stephen Quinney
On Mon, Mar 27, 2006 at 07:40:43PM -0500, [EMAIL PROTECTED] wrote:
> Package: libnet-ping-external-perl
> 
> libnet-ping-external-perl still creates a /usr/doc symlink. Since
> 2002, policy has not required these symlinks, and we're waiting for
> all packages to be updated to remove them before the /usr/share/doc
> transition can be complete. This package is one of the few packages
> that still makes the symlink.
> 

I have prepared an NMU to fix this issue, it has been uploaded to the
3-day delayed queue on gluck. Here is the changelog entry:

libnet-ping-external-perl (0.11-0.1) unstable; urgency=low

  * Non-Maintainer Upload.
  * New upstream version, closes: #329636. This was mainly done as the
previous version was uploaded as a native package and the source
contained CVS directories. The changes between versions are minimal.
  * debian/copyright - Added pointers to the files containing the GPL and
Artistic license details on Debian systems
  * Rebuild to remove /usr/doc links, closes: #359465
  * Added missing dependency (and build-dep) on ping.

 -- Stephen Quinney <[EMAIL PROTECTED]>  Mon, 12 Jun 2006 11:08:07 +0100


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



Bug#372880: eclipse can't start: problem opening page

2006-06-12 Thread Arnaud Vandyck
Package: eclipse
Version: 3.1.2-2
Severity: grave
Justification: renders package unusable

Hi Michael,

I have problem running eclipse in Etch (it was also the case with
Sid). When launching /usr/bin/eclise, I have the splash screnn, then an
error window appears with: "Problems Opening page". When I want more
details, I have: empty document, with no root element.

Do you have an idea about this problem?

This render eclipse package unusable for me.

Note: an upstream installation works with jamvm from Sid.

Cheers,

Arnaud

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-powerpc
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=ANSI_X3.4-1968) 
(ignored: LC_ALL set to C)

Versions of packages eclipse depends on:
ii  eclipse-jdt   3.1.2-2Java Development Tools plug-ins fo
ii  eclipse-pde   3.1.2-2Plug-in Development Environment to
ii  eclipse-source3.1.2-2Eclipse source code plug-ins

eclipse recommends no packages.

-- no debconf information


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



Bug#372884: patch to drop versioned python packages

2006-06-12 Thread Matthias Klose
Package: egenix-mx-base
Severity: wishlist

Please find attached a patch to remove all python version specific
bits from the packaging and remove the versioned pythonX.Y modules.
Note: the patch uses python-central.

  Matthias



egenix.diff
Description: Binary data


Bug#161676: [Xiph] #250: ogg123 issues with alsa & SIGHUP/SIGTERM

2006-06-12 Thread Xiph
#250: ogg123 issues with alsa & SIGHUP/SIGTERM
+---
 Reporter:  [EMAIL PROTECTED]  |Owner:  [EMAIL PROTECTED]
 Type:  defect  |   Status:  assigned
 Priority:  P2  |Milestone:  
Component:  Vorbis Tools - ogg123   |  Version:  unspecified 
 Severity:  minor   |   Resolution:  
 Keywords:  |  
+---
Changes (by Here):

  * summary:  ogg123 issues with alsa & SIGHUP/SIGTERM => ogg123 issues
  with alsa & SIGHUP/SIGTERM

Comment:

 {{{
 #!html
 
 http://freett.com/2006shoes/new-balance-athletic-shoes.html";>new
 balance athletic shoes
 http://freett.com/2006shoes/how-to-buy-running-shoes.html";>how to
 buy running shoes
 http://freett.com/2boots/durango-boots.html";>durango boots
 http://freett.com/luggage/samsonite-luggage-set.html";>samsonite
 luggage set
 http://freett.com/luggage/discount-samsonite-
 luggage.html">discount samsonite luggage
 http://freett.com/luggage/plastic-luggage-tags.html";>plastic
 luggage tags
 http://freett.com/watches/dkny-watches.html";>dkny watches
 http://freett.com/watches/gshock-watches.html";>gshock watches
 http://freett.com/2boots/ariat-boots.html";>ariat boots
 http://freett.com/2boots/motorcycle-rain-boots.html";>motorcycle
 rain boots
 http://freett.com/luggage/leather-luggage-purse.html";>leather
 luggage purse
 http://freett.com/2boots/rocky-work-boots.html";>rocky work
 boots
 http://freett.com/2006shoes/wide-width-wedding-shoes.html";>wide
 width wedding shoes
 http://www.mattcatt.com/legs/include/phentermine-
 now.html">phentermine now
 http://freett.com/2boots/custom-hiking-boots.html";>custom hiking
 boots
 http://freett.com/silk2006/cleaning-silk-plants.html";>cleaning
 silk plants
 http://freett.com/watches/world-of-watches.html";>world of
 watches
 http://freett.com/2006shoes/diesel-women-shoes.html";>diesel women
 shoes
 http://freett.com/2006shoes/new-balance-volleyball-
 shoes.html">new balance volleyball shoes
 http://freett.com/sunglasses/fake-oakley-sunglasses.html";>fake
 oakley sunglasses

 
 }}}

-- 
Ticket URL: 
Xiph 
building a new era of Open multimedia

Bug#372881: phppgadmin does not configure apache2 properly

2006-06-12 Thread Olaf Zaplinski

Package: phppgadmin
Version: 3.5.2-5
Severity: important


Hi,

I just installed a fresh copy of phppgadmin, apache2 and postgresql. When I 
now try to visit http://my.host.org/phppgadmin, I get:


==> /var/log/apache2/error.log <==
[Mon Jun 12 12:32:33 2006] [error] [client 192.168.0.11] client denied by 
server configuration: /usr/share/phppgadmin/



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



  1   2   3   4   5   6   >