Bug#400311: release-notes: Section about Mozilla (5.7) should be removed or clarified

2006-11-24 Thread Filipus Klutiero
Package: release-notes
Severity: minor

I've asked questions to Moritz Muehlenhoff about the text for "5.7
Security status of mozilla products" he provided on #390441.
Unfortunately, I got no answer yet. Until there are references provided,
this section should be removed or modified. Removing the section would
fix both potential issues, but there's a way to keep the message without
the doubtful statement "[Mozilla's] security policy is to urge users to
update to new upstream versions", with the following revision I suggest
as an alternative to removal:

+   Security support of
Iceweasel and Icedove
+We cannot predict it today, but during &releasename;'s lifetime
the
+Debian Security Team might announce the end of security support for 
Iceweasel and/or Icedove for &releasename;.
+If that poses a problem to
+you, you may consider alternative applications before deploying 
Iceweasel
or
Icedove.

Of course, with the quality of Mozilla backports we're currently seeing,
I still think that the best thing to do is to remove the section
completely until a reference to discussions is provided.


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



Bug#398327: Fixed upstream

2006-11-24 Thread Josh Triplett
forwarded 398327 http://bugzilla.gnome.org/show_bug.cgi?id=378766
tags 398327 fixed-upstream
thanks

See http://bugzilla.gnome.org/show_bug.cgi?id=378766 ; this bug got fixed
upstream.  Could you please include this fix in the Debian package?  Jamey and
I would like to upload new libxcb packages in the near future, and they will
FTBFS without this bugfix.

Thanks,
Josh Triplett



signature.asc
Description: OpenPGP digital signature


Bug#400252: libgeda: links against libgd instead of against libgdgeda

2006-11-24 Thread Joost Yervante Damad
On Saturday 25 November 2006 05:03, Hamish Moffatt wrote:
> On Fri, Nov 24, 2006 at 07:46:41PM +0100, Joost Yervante Damad wrote:
> > Package: libgeda
> > Version: 20061020-1
> > Severity: important
> >
> >
> > This package is supposed to be linked against libgdgeda, however instead
> > it is linked against libgd.
>
> Actually upstream has changed to use libgd and not the special libgdgeda
> any more. I will fix the build-deps and upload.

Shouldn't libgdgeda be removed from the archive then as it seems libgeda is 
the only package depending on it?

Joost

-- 
The planet Andete is famous for it's killer edible poets.


pgpw2LR7lK1H7.pgp
Description: PGP signature


Bug#146464: bash: More info in the archives of debian-user and debian-devel.

2006-11-24 Thread Charles Plessy
Package: bash
Followup-For: Bug #146464

The reader of this bug report may be interested in the following
discussion in debian mail lists:

http://lists.debian.org/debian-user/2003/04/msg01591.html
http://lists.debian.org/debian-user/2006/07/msg00121.html
http://lists.debian.org/debian-devel/2006/11/msg00794.html

Have a nice day,

-- 
Charles Plessy
Wako, Saitama, Japan


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



Bug#400310: ITP: akfquiz -- programs for quiz-games, learning-exercises, psychotests

2006-11-24 Thread Andreas K. Foerster
Package: wnpp
Severity: wishlist
Owner: "Andreas K. Foerster" <[EMAIL PROTECTED]>


* Package name: akfquiz
  Version : 4.4.0
  Upstream Author : Andreas K. Foerster <[EMAIL PROTECTED]>
* URL : http://akfquiz.nongnu.org/
* License : GPL
  Description : programs for quiz-games, learning-exercises, psychotests

 The package AKFQuiz lets you easily make your own quiz games, learning
 exercises or psychotests. These can be used with grquiz in a graphical
 environment or with scrquiz on the text-console. There is also a line
 oriented variant, linequiz, which can be used as a backend.
 .
 A CGI-variant, cgiquiz, can be installed on a Web server to offer
 exercises via Internet or a local network. There is also an exam-mode
 in cgiquiz to use it for serious exams.
 .
 Or you can use mkquiz, which generates an HTML-file for to use with
 JavaScript. Those can then be published using any deliberate web-space
 provider.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.22
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Bug#400005: Installs files in /var/lib/mailman in violation of FHS

2006-11-24 Thread Lionel Elie Mamane
On Fri, Nov 24, 2006 at 04:06:02PM -0800, Steve Langasek wrote:
> On Thu, Nov 23, 2006 at 01:41:08PM +0100, Lionel Elie Mamane wrote:
>> (Bug is present up to and including 1:2.1.9-2.)

>> Mailman installs architecture-independent program files not written
>> except at install/upgrade time in /var/lib/mailman/pythonlib/email/
>> . That's a gross violation of the FHS, which mandates /usr/ instead of
>> /var/ .

> I'm not sure I would call this a "gross violation" of the FHS,
> though I am surprised to see these .py files in /var/lib given that
> mailman has other .py files it's been shipping under /usr/lib
> forever.

The story is:

 - Mailman upstream ships with a copy of some modules of the Python
   standard library. (email, japanese and korean codecs)

 - Mailman in Debian disables these and makes Mailman use those from
   the ... Python standard library.

 - However, the email module of Python 2.4 breaks Mailman big time.

 - So I enabled Mailman's private copy of email, but failed to notice
   it gets installed in a _new_ directory which didn't exist in
   previous versions of the Mailman package.

>> 1:2.1.9-3 will make it /usr/lib/mailman/pythonlib/email, which is
>> still suboptimal (the non-compiled files should be in /usr/share,
>> being architecture-independent), and may technically still be a
>> violation,

> I don't believe this is a violation of the FHS.  The release policy
> has recently been updated to clarify precisely this.

Oh, good. We won't have to move these files then. Thanks for that
information.

>> (the files are compiled at install/upgrade time; the compiled
>> versions must be in /usr/lib; not sure there even _is_ a way to
>> have sources and compiled versions separated in Python - if any
>> Python expert can contradict me on that, please do!

> With the recent python helpers, it's common practice to ship the .py
> files under /usr/share, then symlink them to /var/lib for
> byte-compiling.

Actually, I learnt that even the compiled versions are
architecture-independent.

These are private modules (not to be exposed to other Python
applications), so to the best of my understanding, the "recent python
helpers" won't move / symlink them anywhere else than where the
package puts them.

-- 
Lionel


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



Bug#47174: Usually it is executed through e-mail or instant messaging.

2006-11-24 Thread Tristan G. Terry

That's the kind of reading experience that is going to generate a
positive response from Google Book Search users. I would not have
written an authentication system in JavaScript.
The article in question, though somewhat general in content and not
related to dental work, isn't necessarily spammy.
The indirect value of that is measureless.

ccc

EXPLOSION!

Date: Monday, November 27, 2006
Company: CHINA HEALTH MGT NEW
Symbol: C N H C
Price: $1.44 (UP 7%! on Friday)
Projected: $7

C N H C  HAS BEGUN BOOMING! CHINA IS THE HOTTEST COUNTRY TO BE IN RIGHT
NOW! ADD  C N H C  TO YOUR RADAR!

ccc

I would not have written an authentication system in JavaScript.
The indirect value of that is measureless. That is, if you know how to
shop online without being scrooged.
The post was later updated to confirm the function was still in place.
That is, if you know how to shop online without being scrooged.
" The site is registered to an address in the capital of Bangladesh.
Confirm an online seller's address and phone number in case you need to
get in touch with them.
What MySpace began, and perhaps abandoned to an extent once News Corp.
If tips from the FTC site are followed, consumers can minimize the
chance of an online shopping disaster. The blogosphere's lousy with 'em.
The next popular searches on AOL were pumpkin pie, sweet potato pie,
pumpkin cheesecake, and sweet potatoes rounding out the top five. Am I
trying to try to grow my business on something that will be obsolete in
several years? But except for two image links and several text links to
the dental plan affiliate, and a text link to a content writing website,
there were no other elements besides the weight loss tips.
htaccess to improve security on your site. As much as a website can, it
really makes me feel like the book could be right there in front of me.
The post was later updated to confirm the function was still in place.
That is, if you know how to shop online without being scrooged.
Looking for something less dated?
The odds are they just don't know Perl and are trying to convince you to
redo your site so they can get the job and the big payday.
Am I trying to try to grow my business on something that will be
obsolete in several years?
SEM and SEO will, for the foreseeable future, be essential for being
found, and essential for measuring ROI. Check credit card statements to
make sure there are no fraudulent charges. The blogosphere's lousy with
'em. I think I have read that somebody mean that Perl is better on
security related projects. got hold of it, lives on in Second Life. In
both modes, you'll be able to use previous page button and next page
button to turn pages. They are working with law enforcement in Europe
and the Middle East to catch gangs of phishers.
The next popular searches on AOL were pumpkin pie, sweet potato pie,
pumpkin cheesecake, and sweet potatoes rounding out the top five. " We
call it a great idea providing insight into the limitless possibilities
this new virtual world presents us.
My qualms are not wrapped up in issues such a copyright and fair use,
but instead lie in a much more elemental consequence of digitizing book
content. What is to stop someone from simply clicking dozens of links
and entering the phone numbers of friends, enemies or premium numbers?
My qualms are not wrapped up in issues such a copyright and fair use,
but instead lie in a much more elemental consequence of digitizing book
content.
Then old school Rockford Files dective work is used to reveal the
identity of the culprits.
He also knows ASP and the MS IIS web server. What MySpace began, and
perhaps abandoned to an extent once News Corp. My qualms are not wrapped
up in issues such a copyright and fair use, but instead lie in a much
more elemental consequence of digitizing book content. " We call it a
great idea providing insight into the limitless possibilities this new
virtual world presents us. That is, if you know how to shop online
without being scrooged. Play with it until you find a size you like.
As much as a website can, it really makes me feel like the book could be
right there in front of me.
I had several programmers actually turn my work down because it was
written in Perl. Still not enough room? Am I trying to try to grow my
business on something that will be obsolete in several years?
org write about often. But Perl itself is hardly obsolete. By using a
number of significant keyphrases in its article categories, the site 
rose in its organic rankings. Then they moved to the social networking

sites. The other half, now more attainable, is the focus on branding -
visibility in previously invisible places - and awareness of products
and services. The indirect value of that is measureless.
The post was later updated to confirm the function was still in place.
The indirect value of that is measureless.
Print and save records of your online transactions, including the
product description and price, the online receipt, and copies of any
email

Bug#399785: iceweasel eats all cpu while displaying about:

2006-11-24 Thread Eric Dorland
severity 399785 important
tags 399785 unreproducible
thanks

* Wilfried Goesgens ([EMAIL PROTECTED]) wrote:
> Package: iceweasel
> Version: 2.0+dfsg-1
> Severity: grave
> Justification: renders package unusable
> 
> I just updated to iceweasel.
> Two points. My menubar is empty. No menus. nada.
> i entered about: in the url to check the version, nothing happened aside of 
> iceweasel eating all cpu.
> I use littlefirefox theme from Alfred Kayser.

I'm certainly not seeing this, and neither are most people it
seems. Do you have any extensions installed? Have you tried moving
your profile directory out of the way?

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



signature.asc
Description: Digital signature


Bug#386770: --nodump may fail if crossing cross-device boundaries

2006-11-24 Thread Alexander Hvostov
Looks fixed here.

Thanks.


pgpsFwvBSuNdL.pgp
Description: PGP signature


Bug#400281: Acknowledgement (lukemftpd: Please remove this package from Debian)

2006-11-24 Thread Christian Perrier
reassign 400481 ftp.debian.org
thanks


Wrogn package assignment..:-)




signature.asc
Description: Digital signature


Bug#400104: subcommander: FTBFS: unsatisfiable build-depends on libsvn-dev and libneon25-dev

2006-11-24 Thread Steve Langasek
On Thu, Nov 23, 2006 at 10:14:53PM +0100, Lucas Nussbaum wrote:
> subcommander build-depends on both libsvn-dev and libneon25-dev.
> libsvn-dev itself depends on libneon26-dev.
> libneon26-dev conflicts with libneon25-dev.

> You probably don't need to explicitely depend on libneon25-dev.

The subcommander source does reference libneon directly, unconditionally in
the configure script.  So it looks like this build-dependency needs to be
changed to libneon-dev instead of being dropped.

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


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



Bug#400309: Please clean up short description: remove version, reword

2006-11-24 Thread Anthony DeRobertis
Package: linux-2.6
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Example from apt-cache search:
linux-image-2.6.18-2-xen-vserver-686 - Linux 2.6.18 image on 
PPro/Celeron/PII/PIII/P4

The version is specified in the package name, the package version, and
the short description; surely the one in the short description can go.
It'd have the nice advantage of getting the apt-cache search line down
below 80 characters:

linux-image-2.6.18-2-xen-vserver-686 - Linux image on PPro/Celeron/PII/PIII/P4

Also, in some other minor wording changes, "on" should probably be
"for". The short description could probably be further improved to:

linux-image-2.6.18-2-xen-vserver-686 - Kernel for PPro/Celeron/PII/PIII/P4

which has the advantage of getting the fact that it is a kernel into the
short description (and is even shorter).

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

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

iD8DBQFFZ94J+z+IwlXqWf4RArPTAJ0Wj25cOXYwpkY2rP9vlSg2SY/4YACfYps/
a9A/oRLeeIURv2BUUuabdIs=
=3OO3
-END PGP SIGNATURE-


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



Bug#337771: Announce of the upcoming NMU for the isync package

2006-11-24 Thread Christian Perrier
> Hi Christian,
> 
>   Are you going to submit to Nicolas a set of debconf
> translations that will be suitable for merging into the isync 1.03
> release currently in experimental, so we don't lose the debconf
> translation when 1.03 goes from experimental to unstable?


Well, depends whether the experimental version introduces changes to
debconf stuff or not.

From my understanding of discussions I had with Nicolas, the
experimental version is mostly a new upstream, so I doubt that merging
changes from the unstable update to experimental would be a problem.

Of course, if experimental induces debconf changes, that would becomre
more complicated but, at the minimum, copying the debian/po directory
from unstable to experimental will avoid losing the new translations.




signature.asc
Description: Digital signature


Bug#399047: Bug origined in debian, not upstream

2006-11-24 Thread Ana Guerrero
Hi Tobias,

On Fri, Nov 17, 2006 at 05:00:34PM +0100, Tobias Frost wrote:
> 
> I have to correct the upstream tag, as this is not in upstream.
> looking at mp3check_0.8.0-4.diff.gz, this is where the bug was introduced.
>

Looking at the package changelog, it seems this change was introduced by
the maintainer to fix bug #227977.



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



Bug#400308: Accelerator key doesn't reflect name change

2006-11-24 Thread Josh Triplett
Package: iceweasel
Version: 2.0+dfsg-1

Under Tools->Options, Advanced, Update, under "Automatically check for updates
to:", the option "Iceweasel" has the accelerator key 'F'.

- Josh Triplett




signature.asc
Description: OpenPGP digital signature


Bug#399455: actually a bug in libgeda

2006-11-24 Thread Steve Langasek
reassign 399455 libgeda
unblock 399455 by 400252
forcemerge 400252 399455
thanks

On Fri, Nov 24, 2006 at 07:37:16PM +0100, Joost Yervante Damad wrote:
> This is actually a bug in libgeda; It seems libgeda is not build with 
> libgdgeda, but with libgd instead.

Then this shouldn't be listed as a bug in geda-gattrib.  Reassigning and
merging (with the libgeda bug which has already been fixed in incoming).

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/


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



Bug#374640: gedit: freeze when XIM is used to input Japanese

2006-11-24 Thread Osamu Aoki
On Sat, Nov 25, 2006 at 02:30:03AM +0800, Hongzheng Wang wrote:
> Hi all,
> 
> To be honest, I do not know well why my bug report is reassigned and
> retitled as freeze when XIM is used to input Japanese text ...
> 
> The bug I reported is about the Shift key behavior of SCIM in gedit, and I
> did not notice the freezing problem reported by others at all :-)
> 
> Maybe is there some misunderstanding ... or, just because these bugs are
> about both SCIM and gedit?

That may be partly my mistake.

There is something funny going with gedit with XIM tools such as SCIM 
and UIM.

After carefully re-reading, I think there may be 2 separate issues with
gedit which may or may not be related.

I do not see any issues like Mr. Hongzheng Wang reported in my system
now.  I am now switched back to SCIM via XIM.  But, at least,  Mr.
Hongzheng Wang had problem.

I have set up another account with UIM via XIM.  There, gedit freeze is
real.  It freezes with shift key alone.

I do not know if the bug is in 
 * gedit
 * XIM tool sets (UIM and SCIM)
 * libx11

At least bugs exist somewhere there.

Osamu



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



Bug#400307: libgeda: broken shlibs will cause broken deps for any third-party packages

2006-11-24 Thread Steve Langasek
Package: libgeda20
Version: 20060906-2
Severity: serious

Hi Hamish,

So looking at libgeda for bug #400252 brings another RC bug to my attention:
you have not been changing your library package name in keeping with the
soname changes of this library, and the shlibs provided by libgeda reference
this same, unchanging package name, which means any packages built against
an older version of the package will be installable but broken when a new
soname of the lib is available.

Evidently you've worked around this in all the in-archive packages that
depend on libgeda by adding versioned conflicts each time a new version of
libgeda comes out, which explains some of the other release-critical bugs
I've seen in the past.  This is technically sound for those packages in
Debian, albeit high-maintenance and aesthetically displeasing; but shlibs
files must contain sufficient information that *others* get correct
dependencies when linking against your library as well, which is currently
not the case.

In addition, since there are no file overlaps between subsequent versions of
libgeda, this breaks co-installability of packages built against different
versions of libgeda for no apparent reason.  If there *were* file conflicts
between the different versions, I would say that your use of Provides: is a
perfectly reasonable technical solution and that the only thing in need of
fixing is the shlibs file, but as it stands I think this is a gratuitous
deviation from Debian library best practices.  Please fix libgeda so that
the library package name matches the soname, and update the shlibs to match. 
Although this does mean new upstream versions of libgeda will have to go
through the NEW queue, it also should require much less packaging work on
the whole when updating...

The library package name is not a release-critical issue, BTW, so if you
insist on keeping this package name, geda won't be kicked from the release
because of it.  But the shlibs do need to be fixed.

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/


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



Bug#400306: libapache2-mod-php4: description only mentions Apache 2.0

2006-11-24 Thread Filipus Klutiero
Package: libapache2-mod-php4
Version: 6:4.4.4-8
Severity: minor

The package description contains "This package provides the PHP4 module for
the Apache 2.0 webserver" which is outdated.
Please s/2.0/2.

This also affects php5.


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



Bug#400304: Treating stderr output from the delivery process as a fatal error should be optional.

2006-11-24 Thread Daniel Burrows
Package: getmail4
Version: 4.6.5-1
Severity: normal

  By default, getmail considers a delivery to have failed if the delivery
process outputs anything to stderr, regardless of what the exit code was:

if exitcode or err:
raise getmailDeliveryError('command %s %d error (%d, %s)'
% (self.conf['command'], childpid, exitcode, err))

  I can see the reason for this, but there are times when it would be
nice to be able to not fail on stderr output; nonfatal errors and warnings
can end up there too, leading to endlessly duplicated mail (because the
delivery succeeds but getmail doesn't purge the message from the server).

  In particular, the default configuration of the current version of
maildrop in etch/sid prints a nonfatal warning more or less every time
it's run.  It would be nice if getmail had an option to either completely
ignore stderr output if the delivery process terminated successfully, or
(ideally) to pass it through as a warning and continue.

  Dnaiel

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

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

getmail4 recommends no packages.

-- no debconf information


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



Bug#392502: wmmount: crashes on startup

2006-11-24 Thread Jiří Paleček

Hello,

On Wed, 22 Nov 2006 22:17:19 +0100, Josip Rodin  
<[EMAIL PROTECTED]> wrote:



On Wed, Nov 22, 2006 at 03:26:29PM +0100, Jiri Palecek wrote:

To the crash. I have discovered it was caused by nonexistent fonts,
eg. those xserver claims to have, but for some reasons fails to
load (You can simulate that by renaming the file with the font wmmount
uses, but leaving fonts.dir intact). So it should be some checking
of return value somewhere omitted.


Ah, yes, I noticed that problem a few weeks ago separately, after a  
glitch

in an X-related upgrade demolished all my fonts. wmmount doesn't check


Same here ;-)


the
return value of its two calls to XLoadQueryFont(). Presumably this was  
done

because it uses two very basic fonts, yet fonts that could be missing
nevertheless.

This is the patch I wrote back then:


Two things:

- there's a line missing in the second hunk, the one with "}"
- the patch seems OK, so as soon as you include the patch in the
  distrinution, you can close this bug.

BTW, the "glitches" in X font configuration are quite frequent. Is this
a bug in X packages, defoma, font packages or something else? Will
users upgrading to stable etch (once it becomes stable) observe such
phenomena?

Regards
Jiri Palecek



--- wmmount.c~  2006-10-28 12:03:12.0 +0200
+++ wmmount.c   2006-10-28 12:03:12.0 +0200
@@ -601,6 +601,10 @@
   if(font==NULL)
 font=NAMEFONT;
   xfs=XLoadQueryFont(dockapp_d, font);
+  if(xfs==NULL) {
+fprintf(stderr, "wmmount: font %s not found\n", font);
+exit(1);
+  }
  f_name=xfs->fid;
   namex=6-xfs->min_bounds.lbearing;
@@ -613,6 +617,10 @@
   if(font==NULL)
 font=USAGEFONT;
   xfs=XLoadQueryFont(dockapp_d, USAGEFONT);
+  if(xfs==NULL) {
+fprintf(stderr, "wmmount: font %s not found\n", font);
+exit(1);
  f_usage=xfs->fid;
   usagex=6-xfs->min_bounds.lbearing;






Bug#400097: missing /dev/fb0 makes usplash fail

2006-11-24 Thread Steve Langasek
On Fri, Nov 24, 2006 at 10:56:13AM -0200, Otavio Salvador wrote:

> >> It's not usplash trouble but initramfs problem. What version of your
> >> initramfs-tools package? I sent a patch that were include on last
> >> upload to solve it.

> > the one in etch 0.85a
> > i noticed a more recent version in sid. So i have upgraded to that and
> > it seams to solve the problem.

> > http://bjorn.haxx.se/debian/testing.pl?package=initramfs-tools
> > it could perhaps be hinted into etch ? it's long overdue the 5 day
> > waiting period.

> I'm closing this bug then.

> Please RM team, add a hint to initramfs-tools to enters etch since it
> has some nice and simple fixes like this one for FrameBuffer dealing.

Apparently Luk did this without following up to the list. :)

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


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



Bug#400305: linux-image-2.6.17-2-686: "linux-initramfs-tool" dependency bypasses versioning on yaird dependency

2006-11-24 Thread Brian Sammon

Package: linux-image-2.6.17-2-686
Version: 2.6.17-9
Severity: important

Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii

*** Please type your report below this line ***
When I try to install linux-imaqe-2.6.17-2-686, it fails to notice that my copy
of yaird is too old, and proceeds with the install attempt.  No dependency 
errors
are raised.
I do not have the initramfs-tools package installed.
I have dpkg version 1.13.22 installed.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.14-2-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages linux-image-2.6.17-2-686 depends on:
ii  module-init-tools 3.2.2-1tools for managing Linux kernel mo
ii  yaird [linux-initramfs-tool]  0.0.12-2   Yet Another mkInitRD

-- debconf information:
  linux-image-2.6.17-2-686/postinst/old-initrd-link-2.6.17-2-686: true
  linux-image-2.6.17-2-686/postinst/old-dir-initrd-link-2.6.17-2-686: true
* linux-image-2.6.17-2-686/preinst/lilo-initrd-2.6.17-2-686: false
  linux-image-2.6.17-2-686/postinst/depmod-error-initrd-2.6.17-2-686: false
  linux-image-2.6.17-2-686/postinst/create-kimage-link-2.6.17-2-686: true
  linux-image-2.6.17-2-686/preinst/lilo-has-ramdisk:
  linux-image-2.6.17-2-686/preinst/already-running-this-2.6.17-2-686:
  linux-image-2.6.17-2-686/preinst/bootloader-initrd-2.6.17-2-686: true
  linux-image-2.6.17-2-686/preinst/initrd-2.6.17-2-686:
  linux-image-2.6.17-2-686/preinst/abort-install-2.6.17-2-686:
  linux-image-2.6.17-2-686/preinst/elilo-initrd-2.6.17-2-686: true
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.17-2-686/preinst/failed-to-move-modules-2.6.17-2-686:
  linux-image-2.6.17-2-686/postinst/bootloader-test-error-2.6.17-2-686:
  linux-image-2.6.17-2-686/prerm/removing-running-kernel-2.6.17-2-686: true
  linux-image-2.6.17-2-686/preinst/abort-overwrite-2.6.17-2-686:
  linux-image-2.6.17-2-686/postinst/old-system-map-link-2.6.17-2-686: true
  linux-image-2.6.17-2-686/preinst/overwriting-modules-2.6.17-2-686: true
  linux-image-2.6.17-2-686/postinst/kimage-is-a-directory:
  linux-image-2.6.17-2-686/prerm/would-invalidate-boot-loader-2.6.17-2-686: 
true
  linux-image-2.6.17-2-686/postinst/depmod-error-2.6.17-2-686: false
  linux-image-2.6.17-2-686/postinst/bootloader-error-2.6.17-2-686:






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



Bug#399949: iceweasel: NoScript plugin will make bookmarks disfunctional.

2006-11-24 Thread Eric Dorland
severity 399949 normal
tags 399949 unreproducible
thanks

* Wilfried Goesgens ([EMAIL PROTECTED]) wrote:
> Package: iceweasel
> Version: 2.0+dfsg-1
> Severity: grave
> Justification: renders package unusable
> 
> NoScript limits Javascript enabledness to a whitelist.
> After the update no clicking on the bookmark menu will open a page.
> Clicking the home button works.
> turning off NoScript for a site won't work anymore, because of the menu won't 
> open
> on clicking on the Noscript-Button on the footline.
> After disabling noscript and restarting iceweasel bookmarks work again.

Noscript is working fine for me. Did you update to it's latest
version? 

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



signature.asc
Description: Digital signature


Bug#400302: Customizing toolbars, removing and readding location bar makes menu stop working

2006-11-24 Thread Eric Dorland
tags 400302 unreproducible
thanks

* Josh Triplett ([EMAIL PROTECTED]) wrote:
> Package: iceweasel
> Version: 2.0+dfsg-1
> 
> Right-click on the navigation toolbar, and choose "Customize...".  Drag the
> location bar into the bin of toolbar items.  Drag it back onto the toolbar in
> the same place.  Click "Done" in the customize window.  The menu bar no longer
> works.

Works for me. 


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



signature.asc
Description: Digital signature


Bug#400190: unixcw: FTBFS on amd64: cp: cannot stat `debian/tmp//usr/lib/libcw.so.0.0': No such file or directory

2006-11-24 Thread Steve Langasek
On Fri, Nov 24, 2006 at 09:25:42PM +0100, Joop Stakenborg wrote:
> Very weird. All architectures build fine, so why does amd64 fail?
> libcw.so.0.0.0 seems to be created correctly.

Not in the log file that he cited, it doesn't.

make[3]: Entering directory /build/buildd/unixcw-2.3/src/cwlib'
if [ "no" = "yes" ]; then   \
x86_64-linux-gnu-gcc -shared -Wl,-soname,libcw.so.0 
\
-o libcw.so.0.0.0 cwlib.o;  \
else\
if [ "no" = "yes" ]; then   \
/usr/bin/ld -G -Wl,-soname,libcw.so.0   
\
-o libcw.so.0.0.0 cwlib.o;  \
fi  \
fi
ln -s -f libcw.so.0.0.0 libcw.so.0
ln -s -f libcw.so.0.0.0 libcw.so

I think it's safe to say that "no" != "yes", in both cases.

So your package seems to make some assumption that /happened/ to be correct
in the past on amd64 but isn't any longer.

The exact check I find that's failing in configure for the testing version
of unixcw is

  checking whether ld builds .so files with -G... no

which is a wrong check, because that's not how it goes on to try to link the
.so!

In the new version, we instead get:

CC_LINKS_SO="no"
if test -n "$CC" ; then
  AC_MSG_CHECKING(whether cc builds .so files with -shared)
  cat >conftest.c <<-EOF
  int so_test() { return 0; }
EOF
  $CC -c conftest.c >/dev/null 2>/dev/null
  $CC -shared -o conftest.so conftest.o >/dev/null 2>/dev/null
  rm -f conftest.c conftest.o
  if test -f conftest.so ; then
nm conftest.so | grep -q so_test
if test $? -eq 0 ; then
  CC_LINKS_SO="yes"
fi
  fi
  rm -f conftest.so
  if test $CC_LINKS_SO = "yes" ; then
AC_MSG_RESULT(yes)
  else
AC_MSG_RESULT(no)
  fi
fi

This is also crap, and the test fails silently because you're not allowed to
link objects into a .so on amd64 unless they're built with -fPIC, which is
enforced by the toolchain.

Guessing how to build shared objects on different platforms is a total waste
of time.  Upstream should switch to libtool and be done with it.

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


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



Bug#398833: diff for tcn3parser_20060801-1.1 NMU

2006-11-24 Thread Ana Guerrero
Hi,

Attached is the diff for my ttcn3parser 20060801-1.1 NMU.
diff -Nrua debian.orig/changelog debian/changelog
--- debian.orig/changelog   2006-08-01 21:36:59.0 +
+++ debian/changelog2006-11-25 04:00:04.0 +
@@ -1,3 +1,12 @@
+ttcn3parser (20060801-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Added ${python:Depends} in the Depends field (Closes: #398833).
+  * Moved debhelper, cdbs, python-all-dev and python-central to the
+Build-Depends field (Policy 7.6).
+
+ -- Ana Beatriz Guerrero Lopez <[EMAIL PROTECTED]>  Sat, 25 Nov 2006 03:58:41 
+
+
 ttcn3parser (20060801-1) unstable; urgency=low
 
   * New Python policy (closes: #380979).
diff -Nrua debian.orig/compat debian/compat
--- debian.orig/compat  1970-01-01 00:00:00.0 +
+++ debian/compat   2006-11-25 03:48:31.0 +
@@ -0,0 +1 @@
+5
diff -Nrua debian.orig/control debian/control
--- debian.orig/control 2006-08-01 21:36:50.0 +
+++ debian/control  2006-11-25 03:58:07.0 +
@@ -3,13 +3,14 @@
 Priority: extra
 Maintainer: Debian FDT tools team <[EMAIL PROTECTED]>
 Uploaders: W. Borgert <[EMAIL PROTECTED]>, Michael Piefel <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>= 5.0.37.2), docbook-xsl (>= 1.60), 
python-all-dev (>= 2.3.5-11), xsltproc, cdbs (>= 0.4.43), python-central (>= 
0.5)
+Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all-dev (>= 
2.3.5-11), python-central (>= 0.5)
+Build-Depends-Indep: docbook-xsl (>= 1.60), xsltproc
 Standards-Version: 3.7.2.1
 XS-Python-Version: current
 
 Package: ttcn3parser
 Architecture: all
-Depends: python, python-pyparsing
+Depends: ${python:Depends}, python-pyparsing
 Recommends: ttcn-el
 Suggests: python-psyco
 XB-Python-Version: ${python:Versions}


Bug#400214: [Pkg-octave-devel] Bug#400214: octave2.1-forge: include top-level dir /octave2.1-forge/

2006-11-24 Thread Steve Langasek
On Fri, Nov 24, 2006 at 03:43:13PM +0100, Thomas Weber wrote:

> Am Freitag, den 24.11.2006, 14:49 +0100 schrieb Bill Allombert:
> > Package: octave2.1-forge
> > Version: 2006.03.17+dfsg1-1
> > Severity: serious
> > Jusitification: FHS violation

> > Hello Debian Octave Group,

> > The ia64 package includes a top-level directory ./octave2.1-forge/

> >From the build logs of ia64 (caballero) and sparc (mrpurply):

>   "make: octave-config: Command not found"

> (This results in an empth xpath setting, which is responsible for this
> breakage). 

> Well, I suspect it's the following: 

> http://lists.debian.org/debian-devel/2006/01/msg01566.html

> caballero seems to have been fixed, so a rebuild would be enough. 

Please fix your package instead to fail to build when there is a problem
with octave-config, instead of misbuilding in this fashion.

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


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



Bug#400301: [Pkg-dspam-misc] Bug#400301: dspam should not be run with hash drivers in daemon mode

2006-11-24 Thread Daniel Kahn Gillmor
On November 24, [EMAIL PROTECTED] said:

> Yikes!  i wish i'd noticed that earlier.  Is it documented anywhere
> else that anyone knows?

in /usr/share/doc/dspam/README.gz, i just noticed that in one part it
claims the hash driver is threadsafe:

   Driver   Requirements
   -
 T mysql_drv:   MySQL client libraries  (and a server to connect to) 
   ora_drv: Oracle Call Interface   (and a server to connect to)
 T pgsql_drv:   PostgreSQL client libraries (and a server to connect to)
   sqlite_drv:  SQLite v2.7.7 or above 
   sqlite3_drv: SQLite v3.x
*T hash_drv:None (Self-Contained Hash-Based Driver)

   Legend:
* Default storage driver
T Thread-safe (Required for running DSPAM in server daemon mode)

but then later it goes on to claim the opposite:

 The DSPAM agent can be compiled with client/server support by configuring
  with --enable-daemon. You will need to use a multithread-safe storage driver
  (presently mysql_drv and pgsql_drv are supported). Once you have compiled

hrm...

Does anyone with more experience with fcntl() locking want to weigh in
on the thread-safety of the hash_drv?  I've asked on the dspam lists,
and if Jonathan responds, i'll forward his response to this bug.

--dkg


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



Bug#400174: libextractor-java: FTBFS on AMD64: /bin/sed: can't read /usr/lib/libgobject-2.0.la: No such file or directory

2006-11-24 Thread Steve Langasek
reassign 400174 libextractor-dev
found 400174 0.5.16-1
thanks

On Fri, Nov 24, 2006 at 11:13:19AM +0100, Lucas Nussbaum wrote:
> During a rebuild of all packages in etch, I discovered that your package
> failed to build on amd64.

> Relevant parts:
> creating libextractor_java.la
> /bin/sed: can't read /usr/lib/libgobject-2.0.la: No such file or
> directory
> libtool: link: `/usr/lib/libgobject-2.0.la' is not a valid libtool
> archive
> make[4]: *** [libextractor_java.la] Error 1

> This seems to be caused by #297741.

No, this is a bug in libextractor-dev, which ships a
/usr/lib/libextractor.la that references libgobject (and other libs) but
doesn't have any Depends that would pull these other -dev packages in.

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/


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



Bug#399130: manpages-dev: open(2) does not documented what is needed to get O_LARGEFILE defined

2006-11-24 Thread Michael Kerrisk
tabs 399130 fixed-upstream
thanks

Hello Eduard,

Thanks for your report.

> See topic. I wonder why people document O_LARGEFILE while it does not
> work by default. 

Please be more precise: "does now work" is vague...

> And google tells you to use _GNU_SOURCE which is
> obviously non-portable. 

Yes, O_LARGEFILE is non-portable...

> -D_LARGEFILE64_SOURCE seems to be the solution I
> needed but this stuff should be documented in the manpage.

I've changed things upstream for release 2.42.  The description now reads:

   O_LARGEFILE
  (LFS) Allow files whose  sizes  cannot  be  repre-
  sented  in  an off_t (but can be represented in an
  off64_t) to be  opened.   The  _LARGEFILE64_SOURCE
  macro  must  be  defined  in  order to obtain this
  definition.  Setting the _FILE_OFFSET_BITS feature
  test  macro  to  64  is  the  preferred  method of
  obtainingthisfunctionality(seefea-
  ture_test_macros(7)).

Cheers,

Michael




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



Bug#400303: fvwm: CRLF injection in fvwm-menu-directory (CVE-2006-5969) also in stable

2006-11-24 Thread Axel Beckert
Package: fvwm
Version: 2.5.12-5
Severity: grave
Tags: stable, security

Hi,

the CRLF injection in fvwm-menu-directory (CVE-2006-5969) as
documented at

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5969
http://www.gentoo-portage.com/x11-wm/fvwm/ChangeLog
http://thread.gmane.org/gmane.comp.window-managers.fvwm.devel/2419/focus=2419

which has been fixed in Sid with the upload of 1:2.5.18-2 on 10th of
November 2006 also exist in Sarge's version of fvwm and should be
fixed there, too.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.33.2-1-dphys-k8-smp-64gb
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages fvwm depends on:
ii  gdk-imlib1 1.9.14-16.2   imaging library for use with gtk (
ii  libc6  2.3.2.ds1-22sarge4GNU C Library: Shared libraries an
ii  libfontconfig1 2.3.1-2   generic font configuration library
ii  libfreetype6   2.1.7-6   FreeType 2 font engine, shared lib
ii  libfribidi00.10.4-6  Free Implementation of the Unicode
ii  libglib1.2 1.2.10-9  The GLib library of C routines
ii  libgtk1.2  1.2.10-17 The GIMP Toolkit set of widgets fo
ii  libice64.3.0.dfsg.1-14sarge2 Inter-Client Exchange library
ii  libncurses55.4-4 Shared libraries for terminal hand
ii  libpng12-0 1.2.8rel-1PNG library - runtime
ii  libreadline4   4.3-11GNU readline and history libraries
ii  librplay3  3.3.2-8   Shared libraries for the rplay net
ii  libsm6 4.3.0.dfsg.1-14sarge2 X Window System Session Management
ii  libstroke0 0.5.1-4   support for mouse strokes like tho
ii  libx11-6   4.3.0.dfsg.1-14sarge2 X Window System protocol client li
ii  libxext6   4.3.0.dfsg.1-14sarge2 X Window System miscellaneous exte
ii  libxft22.1.7-1   FreeType-based font drawing librar
ii  libxi6 4.3.0.dfsg.1-14sarge2 X Window System Input extension li
ii  libxpm44.3.0.dfsg.1-14sarge2 X pixmap library
ii  libxrender10.8.3-7   X Rendering Extension client libra
ii  xlibs  4.3.0.dfsg.1-14sarge2 X Keyboard Extension (XKB) configu
ii  zlib1g 1:1.2.2-4.sarge.2 compression library - runtime

-- debconf information:
  fvwm/upgrade/pre_2.5.8: false


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



Bug#388174: Patch from upstream author fixes the problem

2006-11-24 Thread Pascal Giard

tags 388174 + patch
quit

Here's a patch from upstream that shines by its simplicity.
I've tested it and it works like a charm.

-Pascal
--
Homepage (http://organact.mine.nu)
Debian GNU/Linux (http://www.debian.org)
École de technologie supérieure (http://www.etsmtl.ca)
--- src/mn-evolution-mailbox-properties.c.orig  Wed Jun 14 09:47:16 2006
+++ src/mn-evolution-mailbox-properties.c   Fri Nov 24 05:06:16 2006
@@ -458,7 +458,6 @@
name = GNOME_MailNotification_Evolution_Glue_getFolderName(glue, 
uri, &name_env);
if (BONOBO_EX(&name_env))
  {
-   CORBA_free(name);
name = NULL;
  }
 


Bug#212872: [Adduser-devel] Bug#212872: passwd: adduser should ask for password again if there is a mismatch

2006-11-24 Thread Thorsten Gunkel
On [Sat, 25.11.2006 02:18], Stephen Gran wrote:
> This one time, at band camp, Thorsten Gunkel said:
> > I just tried to add a test user in a fresh sid debootstrap and had a typo in
> > the re-typed password:
> > | Enter new UNIX password: 
> > | Retype new UNIX password: 
> > | Sorry, passwords do not match
> > | passwd: Authentication information cannot be recovered
> > | passwd: password unchanged
> > | Undefined subroutine &main::NOEXPR called at /usr/sbin/adduser line 509, 
> >  line 4.

> I think I've got the problem fixed.  I have applied the patch below in
> svn - can you test to make sure it fixes it for you?

I changed the lines in the current unstable version and I seems to work
without problems:
,
| Enter new UNIX password: 
| Retype new UNIX password: 
| Sorry, passwords do not match
| passwd: Authentication information cannot be recovered
| passwd: password unchanged
| Try again? [Y/n] y
| Enter new UNIX password: 
| Retype new UNIX password: 
| passwd: password updated successfully
`

Thanks,
 Thorsten

pgpTX81JDZgav.pgp
Description: PGP signature


Bug#400252: libgeda: links against libgd instead of against libgdgeda

2006-11-24 Thread Hamish Moffatt
On Fri, Nov 24, 2006 at 07:46:41PM +0100, Joost Yervante Damad wrote:
> Package: libgeda
> Version: 20061020-1
> Severity: important
> 
> 
> This package is supposed to be linked against libgdgeda, however instead
> it is linked against libgd.

Actually upstream has changed to use libgd and not the special libgdgeda
any more. I will fix the build-deps and upload. 

Hamish
-- 
Hamish Moffatt VK3SB <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>


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



Bug#263535: A few developers may not care much about the GPL, but most care very much.

2006-11-24 Thread Louis P. Walls

We are really excited aboutworking with them and other technology
leaders, search engines, publishers andaggregators to develop a
consensus that best addresses this need. I'll try to fill in the blanks
as I have time.
As you surf, the content will continueto be skweezed. StarOffice was
protected, which kind of put a bit of shade over OpenOffice.
We are really excited aboutworking with them and other technology
leaders, search engines, publishers andaggregators to develop a
consensus that best addresses this need.

EEE

EXPLOSION!

Date: Monday, November 27, 2006
Company: CHINA HEALTH MGT NEW
Symbol: C N H C
Price: $1.44 (UP 7%! on Friday)
Projected: $8

C N H C  HAS BEGUN BOOMING! CHINA IS THE HOTTEST COUNTRY TO BE IN RIGHT
NOW! ADD  C N H C  TO YOUR RADAR!

EEE

It's the overwhelming choice of license, so the Novell deal implicates
their work.
We think that's a pretty cool idea.
The line travels to Suffern, N.
Anyway, we certainly will never run out of reading material. Create as
many as you like, and use them to personalize your Bloglines experience
that much more. Anyway, we certainly will never run out of reading
material.
Setting theaccess restriction to 'deny' will indicate the feed should
not bere-distributed.
Clearly, there is a need for an industry-wide solution. Anyway, we
certainly will never run out of reading material.
We'd like to thank SPI Dynamics for both finding thisissue and notifying
us of the exploit in a reasonable manner allowing usto keep our users
secure. Whatever isn't there as PDF in the exhibits list is redacted or
easily available on the Internet or already in our collection. We
apologize for this inconvenience. Drag and drop 'em until you do.
You'll like them even more when you learn what'sbehind the scenes!
As you surf, the content will continueto be skweezed.
There is no loss ofdata or functionality, but the sheer size of the
synchronization iscausing the inaccuracies in count to occur. A few
developers may not care much about the GPL, but most care very much.
You'll be automatically subscribed to itas a Bloglines feed.
Unfortunately, due to the massive amount of data we store, many of
thesystems are taking a few days to catch up with work.
org, which was given no protection.
You'll be automatically subscribed to itas a Bloglines feed. A few
developers may not care much about the GPL, but most care very much.
Just click on the big orange RSSbutton in your Firefox toolbar. As you
surf, the content will continueto be skweezed. NJ Transit spokesman Dan
Stessel says the turkeys flew away after this video image was taken and
it is unknown where they came from.
Drag and drop 'em until you do.
org, which was given no protection.
It was he, I've heard, who also arranged for the SCO license. That is
why they care, and that is the difference. That's what Glimpse is for.
We are working to speed upthe synchronization and remove this bottleneck
from the system in thefuture.
Each one makes this a better process and a better proposal forour
community.
Anyway, we certainly will never run out of reading material.
All services are once again operating normally andthere is no impact on
subscriptions, accounts, or data. Don't like the order of your feeds?
Make of that what you will. In Bloglines, we'll use this to prevent the
display of the feed informationor posts in search results or any other
public venue.
For example, you may want to allow your friends and family to subscribe
to your blog but you'd prefer your posts not show up in search results.
It's the overwhelming choice of license, so the Novell deal implicates
their work.



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



Bug#400269: [php-maint] Bug#400269: php5-odbc segfault

2006-11-24 Thread Steve Langasek
On Fri, Nov 24, 2006 at 09:35:20PM +0100, Ivan Sergio Borgonovo wrote:

> On sid I can just connect through isql, the same simple script
> segfault.

Please provide a backtrace from this segfault using gdb.

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


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



Bug#400302: Customizing toolbars, removing and readding location bar makes menu stop working

2006-11-24 Thread Josh Triplett
Package: iceweasel
Version: 2.0+dfsg-1

Right-click on the navigation toolbar, and choose "Customize...".  Drag the
location bar into the bin of toolbar items.  Drag it back onto the toolbar in
the same place.  Click "Done" in the customize window.  The menu bar no longer
works.

- Josh Triplett



signature.asc
Description: OpenPGP digital signature


Bug#399179: bug stil exists in 5.1.6-5

2006-11-24 Thread Jakub A.Tesinsky

I confirm the same behaviour in version 5.1.6-5



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



Bug#400096: bug severity adjustements with comments

2006-11-24 Thread Steve Langasek
On Fri, Nov 24, 2006 at 01:16:06PM -0800, Don Armstrong wrote:
> First and foremost, it's not a requirement of policy that packages be
> able to build without utilizing the network.

I believe this is implicit in the requirement that main is a closure.  The
release team considers almost all such dependencies on the network during
build to be RC.

> Finally, the reason why the bug is tagged unreproducible is because I
> am unable to reproduce it here *at all*, and because I cannot it is at
> most important.

That's still a fair reason to downgrade this bug, at least. :)

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


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



Bug#400301: dspam should not be run with hash drivers in daemon mode

2006-11-24 Thread Daniel Kahn Gillmor
Package: dspam
Version: 3.6.8-4
Severity: important

Debian currently ships dspam with only the default set of hash storage
drivers.

We also ship /etc/init.d/dspam, which is designed to run dspam in
daemon mode (though it is initally disabled in /etc/default/dspam).

Buried in the /usr/share/doc/dspam/changelog.gz is this:

> [20041130.0800] jonz: dspam daemonized LMTP server and client
>
> added --daemon functionality to put DSPAM into daemonized LMTP
> server mode; configure client in dspam.conf to talk to daemon, or
> speak LMTP without the client. authentication configurable in
> dspam.conf. implemented stateful database connections. --stdout and
> --classify supported.
> 
> NOTE: Daemon mode is multithreaded, and therefore requires a
>   multithreaded driver: mysql_drv or pgsql_drv.

Yikes!  i wish i'd noticed that earlier.  Is it documented anywhere
else that anyone knows?  I just posted to dspam-users that daemon mode
and the hash drivers do not mix:

  http://article.gmane.org/gmane.mail.spam.dspam.user/12032

but the debian packages should make that clear as well.  Because of
the non-threadsafe fcntl-locking used in the hash driver, daemon mode
can cause corruption of the hash tables if two concurrent threads
access it at once.

I plan on an initial workaround for this by adding strong words in
/etc/default/dspam.

I'd like to follow that up temporarily with a check in the dspam
source that declines to run in daemon mode if the configuration tells
it to use the hash storage drivers (maybe just testing if
StorageDriver ends in libhash_drv.so?)

The right way to fix this would be to add a function to all storage
driver libraries which declares thread-safety.  Then we should modify
dspam itself to decline to run in daemon mode if the storage driver
doesn't report thread-safety properly.  

I'm not sure how this change would affect our dspam package, because
it would be a new function that we'd expect the libraries to provide.
After the first two workarounds are in place, i'll look into what
packaging gymnastics that sort of library transition would require.

If anyone has any other suggestions, i'm all ears!

Thanks,

--dkg

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

Versions of packages dspam depends on:
ii  adduser 3.99 Add and remove users and groups
ii  libc6   2.3.6.ds1-8  GNU C Library: Shared libraries
ii  libdspam7   3.6.8-4  DSPAM is a scalable and statistica
ii  libldap22.1.30-13+b1 OpenLDAP libraries
ii  procmail3.22-16  Versatile e-mail processor
ii  sensible-mda8.13.8-2 Mail Delivery Agent wrapper

Versions of packages dspam recommends:
pn  clamav-daemon  (no description available)
ii  dspam-doc 3.6.8-4Documentation for dspam

-- no debconf information


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



Bug#400300: Please add an option or command-line flag to suppress bogus authdaemon warnings.

2006-11-24 Thread Daniel Burrows
Package: maildrop
Version: 2.0.2-11
Severity: wishlist

  Recently, maildrop started printing the following message to stderr:

"authdaemon: s_connect() failed: Permission denied"

  As far as I can tell, mail is delivered just fine.  But not only is this
error annoying, it causes getmail to believe that maildrop has failed
(getmail assumes that the delivery process has failed if it emits any
message to stderr).  I notice that the root problem won't be fixed for etch
(#394779), but as a stopgap, since I'm not using authdaemon at all, it
would be nice if I could selectively drop this message.  I can also redirect
stderr to /dev/null, of course, but that risks discarding legitimate errors.

  Daniel

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

Versions of packages maildrop depends on:
ii  courier-authlib  0.58-4  Courier authentication library
ii  exim44.63-10 metapackage to ease exim MTA (v4) 
ii  exim4-daemon-light [mail-tra 4.63-10 lightweight exim MTA (v4) daemon
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-20  GCC support library
ii  libgdbm3 1.8.3-3 GNU dbm database routines (runtime
ii  libpcre3 6.7-1   Perl 5 Compatible Regular Expressi
ii  libstdc++6   4.1.1-20The GNU Standard C++ Library v3

maildrop recommends no packages.

-- no debconf information


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



Bug#400298: dosbox: error opening sound device

2006-11-24 Thread Arthur Marsh
Package: dosbox
Version: 0.65-1
Severity: normal


I have a SB Live! 5.1 SB0220 (EMU10K) sound card with ports listed as 
follows:

$ aplaymidi -l
 PortClient name  Port name
 14:0Midi Through Midi Through Port-0
 16:0SB Live 5.1 [SB0220] EMU10K1 MPU-401 (UART)
 17:0Emu10k1 WaveTableEmu10k1 Port 0
 17:1Emu10k1 WaveTableEmu10k1 Port 1
 17:2Emu10k1 WaveTableEmu10k1 Port 2
 17:3Emu10k1 WaveTableEmu10k1 Port 3

However, when I run dosbox, I get the following:

victoria:/home/amarsh04$ dosbox
CONFIG:Loading settings from config file dosbox.conf
ALSA:Can't subscribe to MIDI port (65:0)
MIDI:Can't open device:alsa with config:.
ALSA:Can't subscribe to MIDI port (65:0)
MIDI:Opened device:oss

How do I tell dosbox to use port 17:0 for MIDI?
-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages dosbox depends on:
ii  libasound2   1.0.13-1ALSA library
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-20  GCC support library
ii  libgl1-mesa-glx [libgl1] 6.5.1-0.4   A free implementation of the OpenG
ii  libpng12-0   1.2.13-4PNG library - runtime
ii  libsdl-net1.21.2.5-7+b1  network library for Simple DirectM
ii  libsdl-sound1.2  1.0.1-11Decoder of several sound file form
ii  libsdl1.2debian  1.2.11-7Simple DirectMedia Layer
ii  libstdc++6   4.1.1-20The GNU Standard C++ Library v3
ii  zlib1g   1:1.2.3-13  compression library - runtime

dosbox recommends no packages.

-- no debconf information


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



Bug#399670: ok found the issue, fixed preinst script is attatched.

2006-11-24 Thread peter green
tags 399670 patch
thanks

ok i've done some more investigation

the problem appears to be caused by there being something in 
/etc/firefox/profile that wasn't put there by dpkg and so doesn't
get removed by dpkg. The result of this is that dpkg purges the 
files it installed but leaves the directories in place.

it then seems that the firefox->iceweasel migration code spots 
the directories and tries to migrate your configuration. However it
then fails to rename files that don't exist in the copied config

based on that investigation work i started looking for the source 
of the problem, i found the migration code in the preinst script
and have modified it to check files actually exist before renaming
them, this should solve the problem (i have not tested the fix because
iceweasel fails to build on my box, probablly due to a lack of memory).


steps to reproduce (some steps may not actually be needed but this sequence 
seems to work)

1: make sure apt-utils is installed (i only mention this because i installed it 
while trying to reproduce, no idea if its actually needed or not)
2: remove and purge any existing firefox or iceweasel packages
3: apt-get install libgconf2-4 libgnome2-0 libgnomeui-0 libgnomevfs2-0
4: rm -rf /usr/lib/firefox /usr/lib/iceweasel /etc/firefox /etc/iceweasel

5: dpkg -i firefox_1.5.dfsg+1.5.0.7-2_i386.deb 
firefox-gnome-support_1.5.dfsg+1.5.0.7-2_i386.deb
6: touch /etc/firefox/profile/dummy
7: apt-get install iceweasel iceweasel-gnome-support firefox-gnome-support- 
firefox- --purge

below is a log in english :)

debian:/# dpkg -i firefox_1.5.dfsg+1.5.0.7-2_i386.deb 
firefox-gnome-support_1.5.dfsg+1.5.0.7-2_i386.deb
Selecting previously deselected package firefox.
(Reading database ... 21057 files and directories currently installed.)
Unpacking firefox (from firefox_1.5.dfsg+1.5.0.7-2_i386.deb) ...
Selecting previously deselected package firefox-gnome-support.
Unpacking firefox-gnome-support (from 
firefox-gnome-support_1.5.dfsg+1.5.0.7-2_i386.deb) ...
Setting up firefox (1.5.dfsg+1.5.0.7-2) ...
Please restart any running Firefoxes, or you will experience problems.

Setting up firefox-gnome-support (1.5.dfsg+1.5.0.7-2) ...

debian:/# touch /etc/firefox/profile/dummy
debian:/# apt-get install iceweasel iceweasel-gnome-support 
firefox-gnome-support- firefox- --purge
Reading package lists... Done
Building dependency tree... Done
Suggested packages:
  latex-xft-fonts xprint mozplugger
The following packages will be REMOVED
  firefox* firefox-gnome-support*
The following NEW packages will be installed
  iceweasel iceweasel-gnome-support
0 upgraded, 2 newly installed, 2 to remove and 0 not upgraded.
Need to get 0B/9010kB of archives.
After unpacking 2892kB of additional disk space will be used.
Do you want to continue [Y/n]?
(Reading database ... 22351 files and directories currently installed.)
Removing firefox-gnome-support ...
Removing firefox ...
Purging configuration files for firefox ...
dpkg - warning: while removing firefox, directory `/etc/firefox/profile' not 
empty so not removed.
dpkg - warning: while removing firefox, directory `/etc/firefox' not empty so 
not removed.
Selecting previously deselected package iceweasel.
(Reading database ... 21057 files and directories currently installed.)
Unpacking iceweasel (from .../iceweasel_2.0+dfsg-1_i386.deb) ...
mv: cannot stat `/etc/iceweasel/firefoxrc': No such file or directory
dpkg: error processing /var/cache/apt/archives/iceweasel_2.0+dfsg-1_i386.deb 
(--unpack):
 subprocess pre-installation script returned error exit status 1
Selecting previously deselected package iceweasel-gnome-support.
Unpacking iceweasel-gnome-support (from 
.../iceweasel-gnome-support_2.0+dfsg-1_i386.deb) ...
Errors were encountered while processing:
 /var/cache/apt/archives/iceweasel_2.0+dfsg-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
debian:/#


iceweasel.preinst
Description: Binary data


Bug#212872: [Adduser-devel] Bug#212872: passwd: adduser should ask for password again if there is a mismatch

2006-11-24 Thread Stephen Gran
This one time, at band camp, Thorsten Gunkel said:
> I just tried to add a test user in a fresh sid debootstrap and had a typo in
> the re-typed password:
> 
> | Enter new UNIX password: 
> | Retype new UNIX password: 
> | Sorry, passwords do not match
> | passwd: Authentication information cannot be recovered
> | passwd: password unchanged
> | Undefined subroutine &main::NOEXPR called at /usr/sbin/adduser line 509, 
>  line 4.
> `
> 
> I would also prefer it if adduser would ask me again. Additionally please
> notice the last line in the output about the missing subroutine.

I think I've got the problem fixed.  I have applied the patch below in
svn - can you test to make sure it fixes it for you?

--- adduser (revision 675)
+++ adduser (working copy)
@@ -54,8 +54,9 @@
import I18N::Langinfo qw(langinfo YESEXPR NOEXPR);
 };
 if ($@) {
-   *langinfo = sub { "^[yY]" };
-   *YESEXPR = sub { 1 };
+   *langinfo = sub { return shift; };
+   *YESEXPR  = sub { "^[yY]" };
+   *NOEXPR   = sub { "^[nN]" };
 }
 }


Thanks,
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#400098: FTBFS on etch if /etc/emacs-snapshot/site-start.d is not there

2006-11-24 Thread Thorsten Gunkel
On [Thu, 23.11.2006 22:28], Romain Francoise wrote:
> Weird.
> There must be something odd about your build environment; emacs-snapshot
> has built fine with this check for almost three months now on all build
> daemons, and in my own chroots.

OK, I just tried a fresh sid debootstrap and autoconf created
/etc/emacs/site-start.d/50autoconf.el, the build works fine. Don't know why
the folder was no longer on my system, maybe I removed it manually.
Close the bug and sorry for the noise?

regards
 Thorsten


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



Bug#379628: [Linux-NTFS-Dev] Bug#379628: CALL FOR HELP: Vista beta compatibility testing

2006-11-24 Thread Szakacsits Szabolcs

Hi,

Could you please try this after running ntfsresize and before booting 
Vista:

  dd if= bs=512 count=1 | dd of= seek=

where  is the last sector on . It can be calculated 
by running 

  sfdisk -d  | grep  

and then by subtracting 1 from the value of 'size'.

Please let me know if this makes Vista boot or not. 

Thanks,
Szaka


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



Bug#183045: You may not have known that the three and five-door Focus have been assembled in Mexico since its US introduction.

2006-11-24 Thread Raphael M. Beasley

Diggnation is a new podcast put out by Kevin Rose and Alex Albrecht. As
soon as I watch it I'll post my feedback. Also Pandora works in Firefox,
Launchcast does not.
This means that you can try it out but that it's not quite ready to
become your everyday browser.
As soon as I watch it I'll post my feedback.
If you dont like the picture it chose, just click the letter and it will
find a new one for you.



EXPLOSION!

Date: Monday, November 27, 2006
Company: CHINA HEALTH MGT NEW
Symbol: C N H C
Price: $1.44 (UP 7%! on Friday)
Projected: $6

C N H C  HAS BEGUN BOOMING! CHINA IS THE HOTTEST COUNTRY TO BE IN RIGHT
NOW! ADD  C N H C  TO YOUR RADAR!



They review the most dug stories from Digg.
Right-click on the page and select "view page info".
It doesn't matter if the sound is comming from iTunes or a microphone.
Its set up on the Konfabulator widget gallery.
The article is off the wall funny. FTS is another great tech show that
Yoshi has been working really hard with.
I'd be much more inclined to post if it were this quick. This means that
you can try it out but that it's not quite ready to become your everyday
browser. I wonder why it did that. Its really easy to use, and its free.
To subscribe to this unique free service subscribe here.
The good news is that Cars. Its comfortable, sounds great and its
reasonably priced.
Skype is a free program that a person can use to chat over the internet.
The word in the backrooms is that Hyundai Motor will introduce a vehicle
to challenge the gasoline-electric Toyota Prius and Honda Civic sedans
for a share of. Diggnation also puts out a video version of the podcast
which is hilarious. Its comfortable, sounds great and its reasonably
priced.
Remember, try to keep file size small.
TWiT is made up of the old TechTV crew like Leo Laporte, Kevin Rose,
Patrick Norton, Robert Heron and others.
It allows me to bypass the big, klunky blogger interface.
Sam is a free, fully functional answering machine program that everyone
who uses Skype should have. You may not have known that the three and
five-door Focus have been assembled in Mexico since its US introduction.
Now that they are working on the shows full time there starting to get
better.
The good news is that Cars. Set height and width to desired values.
The word in the backrooms is that Hyundai Motor will introduce a vehicle
to challenge the gasoline-electric Toyota Prius and Honda Civic sedans
for a share of.
and can't wait to get back to my computer. However, if you are listening
to a more obscure band, don't expect Tunatic to get it right everytime,
if even at all.
The word in the backrooms is that Hyundai Motor will introduce a vehicle
to challenge the gasoline-electric Toyota Prius and Honda Civic sedans
for a share of.
The user has the option to use these search engines for general web
searches.
Diggnation is a new podcast put out by Kevin Rose and Alex Albrecht. Sam
is a free, fully functional answering machine program that everyone who
uses Skype should have.
The good news is that Cars. Most IM clients support voice, but the
quality of Skype is great! Its comfortable, sounds great and its
reasonably priced.
The host is the Duke of Dead Air- Cecil Portesque- broadcasting from an
undisclosed, very rainy location. I wish Firefox had this feature.
Tunatic analyzes the music playing through your sound card and returns
the song name and artist to you.
This means that you can try it out but that it's not quite ready to
become your everyday browser.
Diggnation is a new podcast put out by Kevin Rose and Alex Albrecht. It
doesn't matter if the sound is comming from iTunes or a microphone.
The good news is that Cars.
Yoshi and Robert are on this one. It allows me to bypass the big, klunky
blogger interface.
As soon as I watch it I'll post my feedback. The article is off the wall
funny. Its a little creepy when it is able to correctly identify your
music. Right-click on the page and select "view page info". Diggnation
also puts out a video version of the podcast which is hilarious.
Sam is a free, fully functional answering machine program that everyone
who uses Skype should have. I'd be much more inclined to post if it were
this quick. They review the most dug stories from Digg.



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



Bug#400288: bugs.debian.org: Bug reporter doesn't get mail when RFP changes to ITP

2006-11-24 Thread Don Armstrong
reassign 400288 debbugs
forcemerge 37078 400288
thanks

On Sat, 25 Nov 2006, Axel Beckert wrote:
> I opened this bug as RFP. Someone who intends to package the
> software changed owner and title of the bug appropriately making it
> an ITP bug. But I didn't get any notice about this quite important
> event for an RFP bug. Checked the whole procmail-log. No mails on
> #400070 from bugs.debian.org except the two initial acknowledgement
> mails, also not for the two additional comments sent to that bug.

The original submitter does not get mails sent to the bug log unless
they are also sent to [EMAIL PROTECTED]; if you want to get all
of the messages sent to the bug, you should subscribe to the per-bug
list by sending a message to [EMAIL PROTECTED]


Don Armstrong

-- 
Physics is like sex. Sure, it may give some practical results, but
that's not why we do it.
 -- Richard Feynman

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


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



Bug#400297: When used on desktop, it opens the terminal to the home foler

2006-11-24 Thread Philip Paquette
Package: nautilus-open-terminal
Version: 0.7-1

Hi, the following bug was submitted for Ubuntu 
https://bugs.launchpad.net/distros/ubuntu/+source/nautilus-open-terminal/+bug/63564

Binary package hint: nautilus-open-terminal

When using the
plugin/extension/whatever-you-want-to-call-it with the
desktop, it opens the terminal to the desktop.

Steps to reproduce:
1. "sudo apt-get install nautilus-open-terminal"
2. In the nautilus desktop in gnome, right click
3. You can see how it doesn't open to the desktop

But, if you actually open a nautilus browsing window,
and go to the desktop, or any other folder it works.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


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



Bug#400107: installation-reports

2006-11-24 Thread Geert Stappers
Op 24-11-2006 om 21:59 schreef Michael Josenhans:
> 
> Suddenly after  restarting the PC, the internet access is no longer working.
> In the networking settings, the ethernet connection 'eth1' had been
> disabled. After manual reactivation via the network settings, everything
> works fine again. Is this a bug?

At least a "hick up"

> I remember to have noticed  the same issue with a prio debian 'testing'
> installation on this PC, just a few days ago.
> Is this a known bug?

No.

Can it be reproduced? 


GSt


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



Bug#122738: The latest simplified BAS, just added more forms.

2006-11-24 Thread Zamora J. Clementina

You receive points for what you put in, as long as you're sending one
out for every two in you'll be fine. No developer account needed.
Perhaps you've tried MS Word markup, or some other proprietary layout,
and perhaps you haven't. No developer account needed.

###

EXPLOSION!

Date: Monday, November 27, 2006
Company: CHINA HEALTH MGT NEW
Symbol: C N H C
Price: $1.44 (UP 7%! on Friday)
Projected: $6

C N H C  HAS BEGUN BOOMING! CHINA IS THE HOTTEST COUNTRY TO BE IN RIGHT
NOW! ADD  C N H C  TO YOUR RADAR!

###

it's a pretty great solution really.
read this, and try and follow this.
it's a pretty great solution really.
it allows you to skip the empty boxes when you don't need to remove, or
when making a comment. this seems to be a huge resource covering lots of
different areas.
Cripes I hate colour spaces.
it's a pretty great solution really.
Hope you won't need this link, but if you do.
When asked to justify the costs, I get nothing.
It's usefulness is in it's simplicity, and according to one user it's
used by the UN to markup documents.
I receive an invoice in the mail.
This innovative suggestion creates a way for everyone to markup a piece
of text. on the other hand you're going to have to worry about colour
spaces and differences between tone on a monitor, camera, printer, and
in paint.
Obviously some of the rules can be skipped over if you're just looking
for how to dine responsibly.
If you were repainting a room and you wanted to pull some colours from
our favourite image this might just work. Using your own audio files,
and images from your PC, you can create a ringtone by selecting an audio
file, the portion to extract and clicking go.
on the other hand you're going to have to worry about colour spaces and
differences between tone on a monitor, camera, printer, and in paint.
Cripes I hate colour spaces.
The latest simplified BAS, just added more forms.
this seems to be a huge resource covering lots of different areas. That
we can do without. Still I'm ok with this. Perhaps you've tried MS Word
markup, or some other proprietary layout, and perhaps you haven't.
I suppose, having never worked in a shoe store, it's not the sort of
thing you'd know.
will report after trying.
you just mail you a bill after.
If you can't think of a use, don't read this guide.
The advice taken as comon sense can actually be allied to any sort of
dispute, or situation where it's possible it might get ugly. There's a
rating system built into the site to give you protection, and they're
upfront about their rates for the users. Obviously some of the rules can
be skipped over if you're just looking for how to dine responsibly.
It also allows you to communicate with others who are doing them same
thing so you can avoid making those mistakes others make.
No developer account needed. on the other hand you're going to have to
worry about colour spaces and differences between tone on a monitor,
camera, printer, and in paint.
Then presto I'm a lawyer.
now you can meet up and slag how crap the place is. How else can you
explain the countless hours that he's spent working on bizwarcho with no
renumeration, but this fantastic site to show for it?
I am appalled by their practices. He's like an oversized hat though:
funny. Be it a business card, document, or whiteboard shot. read this,
and try and follow this.
The advice taken as comon sense can actually be allied to any sort of
dispute, or situation where it's possible it might get ugly.
it allows you to skip the empty boxes when you don't need to remove, or
when making a comment. Two weeks after delivery however things start to
go bad.
read this, and try and follow this.
Obviously some of the rules can be skipped over if you're just looking
for how to dine responsibly.
Cripes I hate colour spaces. Since this is a core piece, any application
in windows will be able to use the drive.
Why should it just be banks and criminal organizations that loan money?
You receive points for what you put in, as long as you're sending one
out for every two in you'll be fine.
but in many ways this could be extremely useful.



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



Bug#115295: Comparison with other SSB structures confirms considerable variability in the mode of oligomerization and aggregation of SSB oligomers.

2006-11-24 Thread Frey Q. Leopold

Magnesium, which is essential for catalysis, is present in the structure
at neutral pH, but is absent at low pH, and may partly explain the
inactivity of the enzyme at lower pH. Papers on the crystallization of
biological molecules will be accepted providing that these focus on new
methods or other features that are of general importance or
applicability.
Years ago, on a trip to visit her boyfriend, she was about to leap off a
moving train to avoid paying the fare when someone yelled at her.
However, side chains cannot always be confidently aligned; this depends
on having sufficient accuracy in the initial calls.

555

EXPLOSION!

Date: Monday, November 27, 2006
Company: CHINA HEALTH MGT NEW
Symbol: C N H C
Price: $1.44 (UP 7%! on Friday)
Projected: $7

C N H C  HAS BEGUN BOOMING! CHINA IS THE HOTTEST COUNTRY TO BE IN RIGHT
NOW! ADD  C N H C  TO YOUR RADAR!

555

The lectin molecule is fairly rigid and does not appear to be affected
by changes in temperature.
Refinements of previously known structures may be published if
sufficient new information is presented. It provides automatic logging
of the experiment and communication with the user, all the way from an
initial proposal to perform the work to the end of data collection.
Comparison with other SSB structures confirms considerable variability
in the mode of oligomerization and aggregation of SSB oligomers.
Magnesium, which is essential for catalysis, is present in the structure
at neutral pH, but is absent at low pH, and may partly explain the
inactivity of the enzyme at lower pH.
In both complexes, tetracycline makes significant interactions with the
GTPase active site of EF-Tu. Magnesium, which is essential for
catalysis, is present in the structure at neutral pH, but is absent at
low pH, and may partly explain the inactivity of the enzyme at lower pH.
The structures reveal conformational changes of two loops upon ligand
binding, while key active-site residues appear to be pre-organized for
catalysis prior to substrate binding.
A histidine side chain that normally forms hydrogen bonds to ThDP is
disordered in its absence and partially occupies two sites. Zacznijmy
jednak od tego czym jest sam program. Zacznijmy jednak od tego czym jest
sam program.
The structures reveal conformational changes of two loops upon ligand
binding, while key active-site residues appear to be pre-organized for
catalysis prior to substrate binding. pertussis BugD, which is an
aspartic acid transporter, has recently been reported. The complexes
also lead to a structural explanation for the blood-group specificity of
basic winged-bean lectin.
Validation of this database on an extensive number of experimental
small-molecule crystal structures of varying quality and resolution
shows that invariom modelling improves various figures of merit.
pertussis BugD, which is an aspartic acid transporter, has recently been
reported. To support a comprehensive understanding of human immune
responses, the structure of at least one member of each supertype should
be determined.
Reports on new protein structures are particularly encouraged, as are
papers on crystallographic binding studies, structural analysis of
mutants and other structure-function studies. All amino acids were
analysed in terms of their invariom fragments.
The enzyme has two potential N-glycosylation sites. Here, a novel
algorithm that has been developed and tested with the images of users'
crystals saved in an annotated database is described. Reports on new
protein structures are particularly encouraged, as are papers on
crystallographic binding studies, structural analysis of mutants and
other structure-function studies. Several of these HLA supertypes have
not yet been described at the structural level.
This service has fostered a new paradigm for collaborations between the
local staff scientists and synchrotron users. Magnesium, which is
essential for catalysis, is present in the structure at neutral pH, but
is absent at low pH, and may partly explain the inactivity of the enzyme
at lower pH.
Several of these HLA supertypes have not yet been described at the
structural level.
Comparison with other SSB structures confirms considerable variability
in the mode of oligomerization and aggregation of SSB oligomers. These
include highly transparent crystals, bad cryocooling or lens effects
arising from the geometry of the drop. A modular and carefully organized
suite of programs now handles the whole experimental environment from a
single vantage point.
BBC News provides trusted World and UK news as well as local and
regional perspectives. cholerae enzyme at different pH values are
essentially identical to each other and to the V.
In this method, crystal detection relies on a feature-scoring system in
which line extraction has the highest weight. The structures reveal
conformational changes of two loops upon ligand binding, while key
active-site residues appear to be pre-organized for catalysis prior to
substrate binding.
All 

Bug#400296: mplayer: French program translation

2006-11-24 Thread Yves Rutschle
Package: mplayer
Version: N/A
Severity: wishlist
Tags: patch l10n



*** /home/yves/trad/trad_msg.txt

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



-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.14
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-15) (ignored: LC_ALL set to [EMAIL 
PROTECTED])
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <[EMAIL PROTECTED]>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: mplayer\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2006-11-19 21:34+0100\n"
"PO-Revision-Date: 2006-11-25 02:35+0100\n"
"Last-Translator: Yves Rütschlé <[EMAIL PROTECTED]>\n"
"Language-Team: French \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: note
#. Description
#: ../mplayer.templates:1001
msgid "Create your ~/.mplayer/mplayer.conf file"
msgstr "Création du fichier ~/.mplayer/mplayer.conf"

#. Type: note
#. Description
#: ../mplayer.templates:1001
msgid ""
"Performance of MPlayer depends heavily on hardware - this means that it may "
"benefit from tweaking options, for every single machine it's installed to. "
"You may wish to read the documentation (it is in the package 'mplayer-doc', "
"under /usr/share/doc/mplayer-doc/). This DebConf interface will help you "
"setup just a few main features; you may wish to add to /etc/mplayer/mplayer."
"conf some more refined options (to enable multichannel audio, or video "
"postprocessing, etc etc); and any user similarly may customize MPlayer using "
"the file ~/.mplayer/config"
msgstr ""
"Les performances de MPlayer dépendent beaucoup du matériel. Chaque machine "
"demande donc des options spécifiques pour un meilleur fonctionnement. "
"L'étape présente va vous permettre de configurer les options principales.  "
"Vous pourrez ensuite ajouter des options plus précises au fichier /etc/"
"mplayer/mplayer.conf, pour permettre l'audio multicanaux, le post-traitement "
"vidéo, etc. Chaque utilisateur peut ensuite personnaliser MPlayer en "
"utilisant le fichier ~/.mplayer/config. Veuillez consulter la documentation, "
"dans le paquet mplayer-doc, sous /usr/share/doc/mplayer-doc/, pour le détail "
"de toutes les options."

#. Type: boolean
#. Description
#: ../mplayer.templates:2001
msgid "Enable access to RTC?"
msgstr "Faut-il autoriser l'accès à l'horloge matérielle (RTC) ?"

#. Type: boolean
#. Description
#: ../mplayer.templates:2001
msgid ""
"On older kernels MPlayer can use the RTC (Real Time Clock) to provide better "
"timing in reproduction, with less CPU cost; to this end, though, the device /"
"dev/rtc must be accessible to group audio, and the default max-user-freq "
"must be raised to 1024.  Any needed change must be done by root. If you "
"wish, MPlayer will automatically do this at boot, so that any user can enjoy "
"this feature. Note that there may be security issues with this (although "
"none are known now)."
msgstr ""
"Avec des noyaux anciens, MPlayer peut utiliser l'horloge matérielle pour "
"avoir une meilleure base de temps avec une charge CPU moindre. Pour cela, /"
"dev/rtc doit être accessible au groupe audio, et le max-user-freq par défaut "
"doit être de 1024. Ces changements doivent être effectués par "
"l'administrateur. Si vous le désirez, MPlayer peut faire ces changements "
"automatiquement au démarrage, afin que tous les utilisateurs puissent "
"utiliser cette fonction. Veuillez noter qu'il peut y avoir des implications "
"au niveau de la sécurité, bien qu'aucune ne soit connue à l'heure actuelle. "

#. Type: boolean
#. Description
#: ../mplayer.templates:3001
msgid "Replace existing configuration file?"
msgstr "Faut-il remplacer le fichier de configuration existant ?"

#. Type: boolean
#. Description
#: ../mplayer.templates:3001
msgid ""
"There is already a file /etc/mplayer/mplayer.conf, but it does not contain "
"an automatically generated part. This script may generate a new file (the "
"old file will be moved to /etc/mplayer/mplayer.conf.debconf-old)."
msgstr ""
"Un fichier /etc/mplayer/mplayer.conf existe déjà, mais il ne contient pas de "
"section créée automatiquement. Ce script peut créer un nouveau fichier. "
"L'ancien fichier sera alors renommé /etc/mplayer/mplayer.conf.debconf-old."

#. Type: note
#. Description
#: ../mplayer.templates:4001
msgid "Files not replaced"
msgstr "Fichiers non remplacés"

#. Type: note
#. Description
#: ../mplayer.templates:4001
msgid ""
"It seems that you don't want to replace your existing configuration file /"
"etc/mplayer/mplayer.conf.  If you change your mind later, you can run \"dpkg-"
"reconfigure mplayer\"."
m

Bug#126752: which can take some time if you have lots of programmes and shortcuts.

2006-11-24 Thread Pierson Frida

Seems to perform in a very similar manner to Access. You can also keep
track of borrowed media, customize the interface and export to HTML.
I guess I have some reading to do.

RRR

EXPLOSION!

Date: Monday, November 27, 2006
Company: CHINA HEALTH MGT NEW
Symbol: C N H C
Price: $1.44 (UP 7%! on Friday)
Projected: $5

C N H C  HAS BEGUN BOOMING! CHINA IS THE HOTTEST COUNTRY TO BE IN RIGHT
NOW! ADD  C N H C  TO YOUR RADAR!

RRR

but it's rarely that cut and dry.
It's not like we get many alarms at work though so it's not a huge deal.
This is an excellent resource for anyone trying to understand the
intricacies of the web and CSS. The air in the office has hardly been
that of hard work.
Not for the first time this year, or even the first time since June, but
it's thick white slushy stuff of the Ontario nature and .
well then they'd know it was you too.
Kudo's to the makers for not dropping the ball on an excellent series.
Certainly worth a look.
guess I just wasn't moving enough.
While some side streets don't get cleared all winter, a selection of
cycle paths are kept clear.
Why is it that we're eager to express displeasure or shoot our mouth of
about "improvements" but we feel it's obvious or unnecessary to thank
those that have put an event together on our behalves? You really have
to test: Tunatic. Sometimes when its a hot new movie that everyone's
talking about I'm a bit frustrated to be waiting and waiting for the
movie to show up. Possibly nowhere useful, but definitely somewhere
interesting.
Just in the alpha stage right, now the service is free for you to sign
up. but at least you've minimized the risk.
you can't just change clothes there in the middle of the cage, and even
if you could. anyone who thinks he sounds too angry should really be put
in that situation.
You can also keep track of borrowed media, customize the interface and
export to HTML. not knowing how much I'd missed. Turns out I didn't do
so bad. Perhaps you're going above and beyond what you're paid for,
perhaps you pulled some personal strings to get the event running.
well that's just greed isn't it? Not for the first time this year, or
even the first time since June, but it's thick white slushy stuff of the
Ontario nature and . I guess I have some reading to do.
Not for the first time this year, or even the first time since June, but
it's thick white slushy stuff of the Ontario nature and . it's just
plain hard to see anything.
While I've eaten plenty of the stuff, I've never before made it.
to not have to worry about when I get in, and to allow my body to follow
a preferable time table. It's not like we get many alarms at work though
so it's not a huge deal.
This is an excellent resource for anyone trying to understand the
intricacies of the web and CSS. which can take some time if you have
lots of programmes and shortcuts. That way you're covering the cost of
the shipping.
Sure there are cheesy heads involved, but they can be turned off.
I wasn't too awake on Monday. but at least you've minimized the risk.
I'll be downloading shortly as presently my systems only use SQL server
and MySQL. Sure there are cheesy heads involved, but they can be turned
off. there's been someone else with such skills around who'd make it.
Probably not, but as someone pointed out to me: the beauty of chili is
it's never the same twice.
the results are spread over a series of standard sheets of paper.
The question is do I drop the service now with the limit I'm bound to
hit? obviously the "Games" folder is useless at work, but I can
conceptually group in that folder even if it isn't named the right
thing.
The world would be just a little bit better if you got some positive
feedback for a good event, rather than not getting negative feedback.
several people turn on their computer but cannot be found at their desks
all day.
I have some quality equipment. I spent my holiday achieving almost
nothing.
what is apparently causing you issues now, and as a consume you can take
the extra cost. it would effectively become an user-built recognition
system. which you'll notice has the initials RMR which is still. but
time is my enemy. Can't even come up with a witty non-sensical blog
title.



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



Bug#134919: Remove the bacon to a plate lined with paper towel to drain.

2006-11-24 Thread Stephanie I. Anthony

With competition from Yahoo! We've updated our long-dormant and
seemingly left-for-dead mobile site with a lot of new stuff. Don't count
Google out.



EXPLOSION!

Date: Monday, November 27, 2006
Company: CHINA HEALTH MGT NEW
Symbol: C N H C
Price: $1.44 (UP 7%! on Friday)
Projected: $10

C N H C  HAS BEGUN BOOMING! CHINA IS THE HOTTEST COUNTRY TO BE IN RIGHT
NOW! ADD  C N H C  TO YOUR RADAR!



Please contact us once you've removed these links and we will
reevaluate. I have no idea how the license protects future Microsoft
software that bears the UI, but I guess that's something Microsoft will
just have to deal with.
With a hand-held immersion blender, or in batches in a food processor,
puree the soup until smooth. They have teams doing nothing but writing
drivers for disk drives.
We've updated our long-dormant and seemingly left-for-dead mobile site
with a lot of new stuff.
Now you can request diagnostics for ads running in a specific geographic
location.
They didn't do all this work so someone could clone their software, but
they don't mind if you use the same concepts in the next version of
Photoshop. So if you have a site included in Google News, you can creat
and submit News Sitemaps to inform Google about the articles that you
wish to be included in Google News. The new features are automatically
updated in webmaster tools section.
If there are no issues with your keyword, the bubble will tell you that
your ad is running normally on Google. I've said for years that Link
Exchanges and Reciprocal Links are crap and a waste of time and energy -
it is nice to see that my unpopular opinion may be vindicated by this
move from MSN Live Search. The new features are automatically updated in
webmaster tools section. You can access this new feature via the new
magnifying glass icon next to each keyword.
The rules allow creation of applications on non-Windows platforms.
A direct link to the ad preview page for specific keywords has also been
introduced.
The solution is a one-click feature that provides easy troubleshooting.
When it's hot, add the bacon and cook until crisp.
Now - that's cool marketing. Add the chicken broth and potatoes. But
also the impressive investments of major corporations such as IBM, Sony
BMG, Dell, Sun, Toyota, Nissan, Starwood and Reuters clearly indicate
that they don't view it as a playground. heating up and the test with
newspapers underway, users can expect better service and better control
on their campaigns in following days. He argues that this is wrong, and
that Digg administrators should have removed it from the front page but
left the story up and flagged it as inaccurate.
If there are no issues with your keyword, the bubble will tell you that
your ad is running normally on Google. heating up and the test with
newspapers underway, users can expect better service and better control
on their campaigns in following days. Remove from the heat. They figured
the non-compete portion is enough. If it's not, you can request
inclusion.
I have no idea how the license protects future Microsoft software that
bears the UI, but I guess that's something Microsoft will just have to
deal with. The highlights include recent activity, recent comments,
support for Y!
To make their server OS work better across thousands of servers. do you
need your own web space to upload some files? Regan Carey, research
director at morefocus.
If there are no issues with your keyword, the bubble will tell you that
your ad is running normally on Google.
I have no idea how the license protects future Microsoft software that
bears the UI, but I guess that's something Microsoft will just have to
deal with.
These changes must be in real time. Microsoft may be giving away their
innovation, but not so you can clone the software. Now you can request
diagnostics for ads running in a specific geographic location.
Now you can request diagnostics for ads running in a specific geographic
location. A direct link to the ad preview page for specific keywords has
also been introduced.
The new features are automatically updated in webmaster tools section.
He argues that this is wrong, and that Digg administrators should have
removed it from the front page but left the story up and flagged it as
inaccurate.
With a hand-held immersion blender, or in batches in a food processor,
puree the soup until smooth. Techniques which attempt to acquire
unrelated spam links in order to increase ranking are considered spam
and your site has been excluded from our index as results.
The rules allow creation of applications on non-Windows platforms.
Serve immediately with crackers.
Remove from the heat.
Add the leeks and garlic to the rendered bacon fat. If you are going to
ruin it, the license says, just stay home.
Cook, stirring often, until tender, about three minutes.
What you probably have not seen is what to do with all the leftover
turkey.
As it is, it looks as though the site is trying to pretend that the
incident never happened. N

Bug#400223: configure-debian: use old path to su-to-root

2006-11-24 Thread Christian Perrier
Quoting Bill Allombert ([EMAIL PROTECTED]):
> Package: configure-debian
> Version: 1.0.1.1
> Severity: important
> 
> Hello David,
> /usr/share/menu/configure-debian says:
>   command="/usr/sbin/su-to-root -p root -c /usr/sbin/configure-debian 
> --frontend=##CHECK##"
> 
> However su-to-root was moved to /usr/bin in Etch so please change it to:
>   command="su-to-root -p root -c /usr/sbin/configure-debian 
> --frontend=##CHECK##"
> 
> configure-debian is the last package in Etch which use
> /usr/sbin/su-to-root so I would be grateful if that was fixed in Etch so 
> I could get rid of the /usr/sbin/su-to-root symlink in Etch+1.


This, plus #395587, could deserve a NMU




signature.asc
Description: Digital signature


Bug#394384: patch from sylpheed-claws

2006-11-24 Thread Corey Wright
On Sun, 5 Nov 2006 22:45:19 -0600
Corey Wright <[EMAIL PROTECTED]> wrote:

> sylpheed-claws bug report
> http://www.thewildbeast.co.uk/sylpheed-claws/bugzilla/show_bug.cgi?id=1046
> 
> sylpheed-claws patch (from bug report)
> http://www.colino.net/sylpheed-claws/getpatchset.php3?ver=2.5.6cvs18
> 
> my version (for sylpheed_2.3.0~beta4)
> 

submitted patch applied in upstream svn
http://lists.uvena.de/sylpheed-archive/2006-November/004549.html

issue should be closed in next upstream release (2.3.0beta6?).

corey
-- 
[EMAIL PROTECTED]


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



Bug#399225: gnombaker uses wrong drive

2006-11-24 Thread Goedson Teixeira Paixao
tags 399225 patch pending
thanks

The attached patch fixes this problem. It will be included in the next
upload.

-- 
Goedson Teixeira Paixao  http://mundolivre.wordpress.com/
Debian Project   http://www.debian.org/
Jabber ID: [EMAIL PROTECTED]http://www.jabber.org/



fix_device_selection.diff
Description: application/shellscript


signature.asc
Description: Esta é uma parte de mensagem	assinada digitalmente


Bug#212872: passwd: adduser should ask for password again if there is a mismatch

2006-11-24 Thread Thorsten Gunkel
I just tried to add a test user in a fresh sid debootstrap and had a typo in
the re-typed password:

,
| # adduser test2
| perl: warning: Setting locale failed.
| perl: warning: Please check that your locale settings:
| LANGUAGE = (unset),
| LC_ALL = (unset),
| LANG = "en_US.UTF-8"
| are supported and installed on your system.
| perl: warning: Falling back to the standard locale ("C").
| Adding user `test2' ...
| Adding new group `test2' (1001) ...
| Adding new user `test2' (1001) with group `test2' ...
| Creating home directory `/home/test2' ...
| Copying files from `/etc/skel' ...
| Enter new UNIX password: 
| Retype new UNIX password: 
| Sorry, passwords do not match
| passwd: Authentication information cannot be recovered
| passwd: password unchanged
| Undefined subroutine &main::NOEXPR called at /usr/sbin/adduser line 509, 
 line 4.
`

I would also prefer it if adduser would ask me again. Additionally please
notice the last line in the output about the missing subroutine.

regards
 Thorsten


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



Bug#400294: exim4-config: Should not allow non-ASCII characters in /etc/mailname (and maybe in some other values)

2006-11-24 Thread Javier Fernández-Sanguino Peña

Package: exim4-config
Version: 4.63-10
Priority: wishlist

Exim4-config fails to detect if a user introduced non-ASCII characters
in the debconf prompt that might lead to an impromer /etc/mailname being
automatically generated on postinst.

I have recently had to debug a misconfiguration issue which stemmed on the 
fact that the user introduced a control character (by pressing some of the
"Print Screen" / Scroll Lock keys in the keyboard) when introducing the
local system name which resulted in local mail not being delivered.

Notice that since the value is reused in the exim4-config debconf values and
Debconf does not properly handle control characters there is no way to fix
this issue through either Debconf reconfiguration or package purge:

- If the user tries to fix this by reconfiguring the package he is presented
  with a debconf prompt in which, no matter what characters he/she
  introduces, the prompt does not change and remains blank (because of the
  control character). 

- If the user tries to puge the package and reinstall then he is presented
  with the same non-functioning debconf prompt. (this is because
  /etc/mailname is preserved after purge and reused in the debconf prompt)

I don't think that exim4-config should allow non-ASCII characters in answer
to his configuration questions for the local mailname and other values.

Maybe this should be something requested of Debconf prompts as they
cannot handle non-ASCII information. Maybe a new 'string-ascii' type should
be selected that made Debconf printout an error (and remade the question) if
the user introduced invalid characteres there.  I envision that many Debconf
questions cannot handle non-ASCII information and asking maintainer scripts
to code in that detection would be maybe too much. If you agree, please
reassign this bug to Debconf.

Regards

Javier


signature.asc
Description: Digital signature


Bug#400295: jokosher: Missing depend on python-gnome2

2006-11-24 Thread Marcio Roberto Teixeira
Package: jokosher
Version: 0.2-1
Severity: grave
Justification: renders package unusable


Hi.

[EMAIL PROTECTED]:~$ jokosher
Error loading Jokosher: No module named gnomevfs

# apt-get install python-gnome2

fix it.

Regards,

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (990, 'unstable'), (201, 'testing'), (200, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18+tchelinux
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=ISO-8859-1) (ignored: 
LC_ALL set to pt_BR)

Versions of packages jokosher depends on:
ii  gstreamer0.10-gnomevfs0.10.10-2  GStreamer plugin for GnomeVFS
ii  gstreamer0.10-gnonlin 0.10.5-1   non-linear editing module for GStr
ii  gstreamer0.10-plugins-base0.10.10-2  GStreamer plugins from the "base" 
ii  gstreamer0.10-plugins-good0.10.4-3   GStreamer plugins from the "good" 
ii  librsvg2-common   2.14.4-2   SAX-based renderer library for SVG
ii  python2.4.4-1An interactive high-level object-o
ii  python-alsaaudio  0.2-1  Alsa bindings for Python
ii  python-cairo  1.2.0-1Python bindings for the Cairo vect
ii  python-dbus   0.71-3 simple interprocess messaging syst
ii  python-glade2 2.8.6-6GTK+ bindings: Glade support
ii  python-gst0.100.10.5-5   generic media-playing framework (P
ii  python-gtk2   2.8.6-6Python bindings for the GTK+ widge
ii  python-support0.5.6  automated rebuilding support for p

jokosher recommends no packages.

-- no debconf information


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



Bug#400293: Stray Architecture line in Source stanza of realtime-lsm 0.8.7-2's debian/control

2006-11-24 Thread Daniel T. Chen
Source: realtime-lsm
Version: 0.8.7-2

Hi,

Attached please find a diff removing the stray Architecture line from
0.8.7-2's debian/control that caused a FTBFS in Ubuntu Feisty.

Thanks,
-- 
Daniel T. Chen[EMAIL PROTECTED]
GPG key:  0xC88ABDA3
diff -u realtime-lsm-0.8.7/debian/control realtime-lsm-0.8.7/debian/control
--- realtime-lsm-0.8.7/debian/control
+++ realtime-lsm-0.8.7/debian/control
@@ -1,6 +1,5 @@
 Source: realtime-lsm
 Section: base
-Architecture: all
 Priority: optional
 Maintainer: Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 4.1.0), bzip2


signature.asc
Description: OpenPGP digital signature


Bug#400033: libopenal0a_0.0.8-1_i386.deb doesn't create /etc/openalrc

2006-11-24 Thread Steve Langasek
reassign 400033 libopenal0a
found 400033 1:0.0.8-1
severity 400033 important
tags 400033 moreinfo unreproducible
thanks

On Thu, Nov 23, 2006 at 09:38:01PM +0600, Fedor wrote:
> Package: libopenal0
> Version: 1:0.0.8-1
> Severity: grave
> OpenAL doesn't work, because libopenal0a_0.0.8-1_i386.deb doesn't 
> create /etc/openalrc. File /etc/openalrc must contain string:
> (define devices '(arts  alsa native sdl esd null))
> Without this file sound in some games doesn't work (for example Chromium) or 
> games crashes (Scorched3D). And Debian etch doesn't have man page about 
> configure openal.

But then, scorched3d and chromium are both not included in etch due to
unresolved license issues.  Do you have an example of a package actually in
etch that suffers from this problem?

In general, it's a bad idea for library packages to provide config files. If
this is an issue of incorrect defaults in the library, it should set
reasonable compiled-in defaults.  If the problem is really that the
compiled-in defaults don't work for these particular apps, then it should
probably be the responsibility of those applications to override those
defaults (with a config file or otherwise).

I'm quite certain in any case that the last time I tested chromium, I had no
sound problems; and I've just tested scorched3d as well, and it doesn't
crash at all for me, it runs just fine.  Are you using something other than
the default sound driver on your system?  Perhaps the crash only happens
under arts or something?

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


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



Bug#400292: exim4-config: Should remove /etc/mailname if created automatically

2006-11-24 Thread Javier Fernández-Sanguino Peña

Package: exim4-config
Version: 4.63-10
Priority: wishlist

Exim4-config generates /etc/mailname automatically on postinst, based on the
information provided by the user. It fails, however, to remove this
configuration file if the package is purged from the system.

I have recently had to debug a misconfiguration issue which prevent a mail
system from locally delivering mail. Here's what happened:

- User installed Debian, when the exim4-config package is installed he 
  (by mistake) presses a key in the keyboard that generates a control
  character in the debconf prompt for the local system name 
  (using someother name instead of the default 'localhost.localdomain')

- The debconf prompt fails to notice that the user introduced an invalid
  (non-ASCII) char and happily uses it (this is another, different, bug)

- The user configures the 'things we relay from' with the same local system
  name he (thought) he had introduced.

- Exim4 fails to deliver local mail (logs show that the local system is not
  authorised to use the daemon as a realy)

There is no way to inmediately fix this:

- If the user tries to fix this (reconfiguring the package) he is presented
with a debconf prompt (the first one) in which no matter what characters he
introduces, the prompt does not change and remains blank (this is due to the
control character). 

- If the user tries to puge the package and reinstall then he is presented
  with the same non-functioning debconf prompt. (this is because
  /etc/mailname is preserved after purge and reused in the debconf prompt)

IMHO, exim4-config should remove /etc/mailname if it can ascertain (through
it's checksum) that *he* (and not the admin) created the file. That would
make it possible to fix the above situation by purging the package and
reinstalling.

Regards

Javier

PS: I'm going to fix a separate bug for the control chars issue


signature.asc
Description: Digital signature


Bug#393266: xserver-xorg-video-savage: My T23 with an S3 Inc. SuperSavage IX/C SDR (rev 05), OpenGL is broken

2006-11-24 Thread Nate Bargmann
Package: xserver-xorg-video-savage
Version: 1:2.1.2-1
Followup-For: Bug #393266


lspci -v reports:

01:00.0 VGA compatible controller: S3 Inc. SuperSavage IX/C SDR (rev 05) 
(prog-if 00 [VGA])
Subsystem: IBM ThinkPad T23 (2647-4MG)
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
SERR- >

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

Versions of packages xserver-xorg-video-savage depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  xserver-xorg-core2:1.1.1-10  X.Org X server -- core server

xserver-xorg-video-savage recommends no packages.

-- no debconf information


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



Bug#396094: Openoffice writer 2.0.4 crashes when saving under .doc format

2006-11-24 Thread Jean Baptiste Balleyguier

Why do debian developers think any debian users have any craft in
bureporting ? This was my firt bug report and I said it...Even if reading
the manual, I'm not able to know everything about debian bug report.

About Ubuntu, I never never wanted to say that Ubuntu was better...I justed
considered that, on Ubuntu it worked, that's all. I'm not an Ubuntu fan. I
gave some elements that I remarked on debian's openoffice behaviour, that
didn't happen in ubuntu's nor in openoffice official release (and the fact
is, i downloaded openoffice.org from the official site, aliened it, and it
worked perfectly).

As a developer, YOU HAVE TO CONSIDER AND TO KNOW, that every Linux user is
not a developper : for myself I'm a lawyer specialized in new technologies
(and a real defensor of open source technologies). I consider that I'm not
bad in my speciality, but that I have still a lot to learn about Linux in
itself. So, if I make a bug report, even if it's to bad to be used, I
consider it's a contribution.

So please, don't criticize, simple users who want to help, even if help is
unuseful and if you cannot understand that, I say...fuck !

jb

On 11/24/06, Rene Engelhard <[EMAIL PROTECTED]> wrote:


Hi,

Am Sonntag, 29. Oktober 2006 20:06 schrieb Jean Baptiste Balleyguier:
> Debian version: Testing aka Etch
>
> When saving a ".odt" document to ".doc" (2003/XP) using "save as",
openoffice
> writer crashes without any reason.
>
> Using openoffice writer 2.0.4 under Ubuntu Edgy, the same operation
works
> perfectly (sigh...)

Why do people think bugreports like this have any worth? They don't.
More infos *are* needed. In this case it'd be interesting to know whether
the doc
contains http URLs. There's already reports about that...

And of course backtraces etc (use gdb, read the fine README.Debian etc)
are good/needed, too.

And if the last comment is intended to say Ubuntu is better forget it,
they base on a older
version of the patchset and enable stuff although clearly broken.

Regards,

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





--
Jean Baptiste Balleyguier
83 rue de Paris
92190 Meudon
0622194512

JBTux...un manchot au pays du Pingouin
Mon CV: http://ticnews.fr/CV/jbballeyguier_CV.pdf


Bug#379628: [Linux-NTFS-Dev] Bug#379628: CALL FOR HELP: Vista beta compatibility testing

2006-11-24 Thread Szakacsits Szabolcs

Hi,

Thanks for your help and the images.

On Sat, 25 Nov 2006, Frans Pop wrote:

> I hope the info available now will be sufficient to track down the 
> problem. If not, I could repeat the procedure and also generate an image 
> after running the Windows 2000 chkdsk. 

Please. That could be very useful. And please also send what chkdsk logs.
It can be viewed according to

http://en.wikipedia.org/wiki/CHKDSK#Viewing_results

Andree, thanks to you too for the report that Vista Gold still has the 
problem.

Cheers,
Szaka


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



Bug#295580: ITA docbook-defguide and docbook-ebnf

2006-11-24 Thread Daniel Leidert
retitle 295579 ITA: docbook-defguide -- DocBook: The Definitive Guide - HTML 
version
owner 295579 !

retitle 295580 ITA: docbook-ebnf -- EBNF module for the XML version of the 
DocBook DTD
owner 295580 !

thanks

I'm going to adopt these packages as part of the Debian XML/SGML group.
Let's see, if we can put the latest version into Etch.

Regards, Daniel



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



Bug#400291: kweather: Canadian weather stations

2006-11-24 Thread Gordon Haverland

Package: kweather
Version: 4:3.5.5-1
Severity: minor
Tags: patch

I tried submitting a Debian bug report on this about a week ago, 
and also tried sending this data to KDE maintainer directly.  No 
sign that either got through.  No guarantee this data is error 
free, but it should be fairly good.  I made some changes to the 
stations.dat file as well, but I'll send that in if/when I see 
this bug report get through.  The desktop file seems to be what 
the user needs to get his or her desired station.  It's possible 
that this list contains old data, or the station is inactive.

This is the third resend of basically the same email!

Here's a diff on weather_stations.desktop to add a
lot of Canadian sites:

--- weather_stations.desktop2005-10-10 
08:58:37.0 -0600
+++ weather_stations.desktop2   2006-11-17 
20:22:18.0 -0700
@@ -1508,84 +1508,789 @@

 [CA]
 name=Canada
-states=AB BC MB NB NF NS NT ON QC SK YK
+states=AB BC MB NB NF NS NT NU ON PE QC SK YK

 [CA_AB]
 name=Alberta
-loc0=Calgary CYYC -- ---
-loc1=Edmonton CYEG -- ---
-loc2=Edmonton/Villeneuve CZVL -- ---
+loc0=Calgary\\ International\\ Airport CYYC -- ---
+loc1=Calgary\\ Springbank CYBW -- ---
+loc2=Camrose CWRV -- ---
+loc3=Edmonton\\ (Alberta\\ Weather\\ Centre) CWEG -- ---
+loc4=Edmonton\\ (International) CXEG -- ---
+loc5=Edmonton\\ (Municipal) CXEC -- ---
+loc6=Edmonton\\ (Municipal) CYXD -- ---
+loc7=Edmonton\\ (Villeneuve) CZVL -- ---
+loc8=Edmonton\\ International\\ Airport CYEG -- ---
+loc9=Edmonton\\ Namao CYED -- ---
+loc10=Grande\\ Prairie CYQU -- ---
+loc11=Lethbridge CWQL -- ---
+loc12=Lethbridge CYQL -- ---
+loc13=Medicine\\ Hat CYXH -- ---
+loc14=Red\\ Deer CYQF -- ---
+loc15=Banff CWBA -- ---
+loc16=Banff\\ (Marine) CWZG -- ---
+loc17=Beaverlodge CWBM -- ---
+loc18=Bow\\ Island CWXL -- ---
+loc19=Bow\\ Valley CWXA -- ---
+loc20=Brooks CWBO -- ---
+loc21=Cardston CWFJ -- ---
+loc22=Claresholm CWDK -- ---
+loc23=Cold\\ Lake CYOD -- ---
+loc24=Cop\\ Upper CWDU -- ---
+loc25=Coronation CWCT -- ---
+loc26=Coronation\\ (Marine) CYCT -- ---
+loc27=Crowsnest\\ Pass CWRT -- ---
+loc28=Drumheller\\ East CWDZ -- ---
+loc29=Edson CYET -- ---
+loc30=Elk\\ Island\\ National\\ Park CWFE -- ---
+loc31=Ellerslie CWHE -- ---
+loc32=Esther\\ (1) CWGY -- ---
+loc33=Fort\\ Chipewyan CWPY -- ---
+loc34=Fort\\ Chipewyan CYPY -- ---
+loc35=Ft.\\ McMurray CXMM -- ---
+loc36=Ft.\\ McMurray CYMM -- ---
+loc37=Garden\\ River CWGF -- ---
+loc38=Hendrickson CWPA -- ---
+loc39=High\\ Level CYOJ -- ---
+loc40=Highvale CWHA -- ---
+loc41=Jasper CWJA -- ---
+loc42=Jasper\\ (Warden) CWJW -- ---
+loc43=Lac\\ La\\ Biche CWLB -- ---
+loc44=Lacombe CWQQ -- ---
+loc45=Lloydminster CYLL -- ---
+loc46=Mildred\\ Lake CWMX -- ---
+loc47=Milk\\ River CWRY -- ---
+loc48=Nakiska\\ Ridgetop CWNR -- ---
+loc49=One\\ Four CWOE -- ---
+loc50=Peace\\ River CYPE -- ---
+loc51=Pincher\\ Creek\\ Airport CZPC -- ---
+loc52=Prairie\\ River CXPV -- ---
+loc53=Primrose\\ Lake CWIQ -- ---
+loc54=Primrose\\ Lake CWOU -- ---
+loc55=Red\\ Earth CWRD -- ---
+loc56=Rocky\\ Mountain\\ House CWRM -- ---
+loc57=Rocky\\ Mountain\\ House CYRM -- ---
+loc58=Slave\\ Lake CYZH -- ---
+loc59=Sousa\\ Creek CWSH -- ---
+loc60=Spirit\\ River\\ (Auto\\ Station) CXSR -- ---
+loc61=Stony\\ Plain CWSE -- ---
+loc62=Suffield\\ Airport CYSD -- ---
+loc63=Sundre CWAV -- ---
+loc64=Three\\ Hills CWHI -- ---
+loc65=Turtle\\ Mountain CWNT -- ---
+loc66=Vauxhall CWVO -- ---
+loc67=Vegreville CWVI -- ---
+loc68=Wainwright CZWN -- ---
+loc69=Wainwright\\ Airport CYWV -- ---
+loc70=Waterton\\ Park\\ Gate CWGM -- ---
+loc71=Whitecourt CXZU -- ---
+loc72=Whitecourt CYZU -- ---
+loc73=Willow\\ Creek CWWO -- ---

 [CA_BC]
 name=British Columbia
 loc0=Abbotsford CYXX -- ---
-loc1=Comox CYQQ -- ---
-loc2=Port\\ Hardy CYZT -- ---
-loc3=Smithers CYYD -- ---
-loc4=Vancouver CYVR -- ---
-loc5=Victoria CYYJ -- ---
+loc1=Kelowna\\ Airport CYLW -- ---
+loc2=Vancouver CWHC -- ---
+loc3=Vancouver\\ International\\ Airport CYVR -- ---
+loc4=Victoria\\ (Harbour) CYWH -- ---
+loc5=Victoria\\ (Hartland) CWVV -- ---
+loc6=Victoria\\ (Marine) CWIR -- ---
+loc7=Victoria\\ (University) CWYJ -- ---
+loc8=Victoria\\ International\\ Airport CYYJ -- ---
+loc9=West\\ Vancouver CWWA -- ---
+loc10=Addenbrooke\\ Island CWCZ -- ---
+loc11=Agassiz CWZA -- ---
+loc12=Amphitrite\\ Point CWAN -- ---
+loc13=Ballenas\\ Island CWGB -- ---
+loc14=Bella\\ Coola\\ Airport CYBD -- ---
+loc15=Big\\ Creek CWBG -- ---
+loc16=Blue\\ River CWSV -- ---
+loc17=Blue\\ River CYCP -- ---
+loc18=Boat\\ Bluff CWZM -- ---
+loc19=Bonilla\\ Island CWWL --

Bug#400005: Installs files in /var/lib/mailman in violation of FHS

2006-11-24 Thread Steve Langasek
On Thu, Nov 23, 2006 at 01:41:08PM +0100, Lionel Elie Mamane wrote:
> (Bug is present up to and including 1:2.1.9-2.)

> Mailman installs architecture-independent program files not written
> except at install/upgrade time in /var/lib/mailman/pythonlib/email/
> . That's a gross violation of the FHS, which mandates /usr/ instead of
> /var/ .

I'm not sure I would call this a "gross violation" of the FHS, though I am
surprised to see these .py files in /var/lib given that mailman has other
.py files it's been shipping under /usr/lib forever.

> 1:2.1.9-3 will make it /usr/lib/mailman/pythonlib/email, which is
> still suboptimal (the non-compiled files should be in /usr/share,
> being architecture-independent), and may technically still be a
> violation,

I don't believe this is a violation of the FHS.  The release policy has
recently been updated to clarify precisely this.

> (the files are compiled at install/upgrade time; the compiled versions
> must be in /usr/lib; not sure there even _is_ a way to have sources
> and compiled versions separated in Python - if any Python expert can
> contradict me on that, please do!

With the recent python helpers, it's common practice to ship the .py files
under /usr/share, then symlink them to /var/lib for byte-compiling.

> but this has to be checked, and is doubtful, since /usr/lib/python2.4
> contains so many .py files).

Yes, because /usr/lib is where the python-defined include path is.  Shipping
arch-indep files under /usr/lib is acceptable in such circumstances;
shipping arch-dependent files under /usr/share would not...

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


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



Bug#379628: [Linux-NTFS-Dev] CALL FOR HELP: Vista beta compatibility testing

2006-11-24 Thread Frans Pop
On Saturday 11 November 2006 20:43, Szakacsits Szabolcs wrote:
> If one could send me the two ntfs images, before and after running
> chkdsk, then I could add the needed support, suppose the problem is
> indeed due NTFS changes.

Think I've got it.
I've installed Vista Beta2 on my AMD64 box, resized the partition from 40 
to 35 GB (ntfsresize only) => Vista fails to boot.
Try repair with Vista installer => installer fails to boot.
Use Windows 2000 (!) installation CD => chkdsk finds and repairs errors.
Vista installer now boots, run its repair function => Vista boots again.

I have put the NTFS images and some other files at:
http://people.debian.org/~fjp/vista/

Here is the detailed procedure I've followed. This also explains the files 
available from the URL above.

- Install Vista in 40GB partition
- From Linux:
  - run ntfsclone to generate 'pre-resize' image
  - run md5sum on all files in Vista partition
  - save files in Vista /Boot directory
- Resize NTFS partition to 35GB (using ntfsresize only)
- From Linux:
  - run ntfsclone to generate 'post-resize' image (needed --force)
  - running 'md5sum -c' shows no files changed
- Run Windows 2000 chkdsk
- Run Vista installer repair utility
- From Linux:
  - run ntfsclone to generate 'post-repair' image
  - running 'md5sum -c' shows changes:
http://people.debian.org/~fjp/vista/post-repair/md5sum.log
- 1 file deleted: /pagefile.sys
- 10 files changed
  - save files in Vista /Boot directory again
  - save changed files in Vista /Windows/System32/config directory
- Boot Vista (boot was a bit slow, but successful)

I hope the info available now will be sufficient to track down the 
problem. If not, I could repeat the procedure and also generate an image 
after running the Windows 2000 chkdsk. I could also make a copy of the 
the other files that were changed during the repair process.

Cheers,
FJP


pgpS0cYtKDJ2v.pgp
Description: PGP signature


Bug#400233: New init script for thttpd

2006-11-24 Thread Carlos Rodrigues

Ok, here's a working init script for thttpd. This is based on the init
script for dhttpd, which uses the predefined start-stop-daemon
functions.

--
Carlos Rodrigues


thttpd.init
Description: Binary data


Bug#400290: jack-audio-connection-kit: debian/rules clean error

2006-11-24 Thread Marcio Roberto Teixeira
Package: jack-audio-connection-kit
Version: 0.102.20-1
Severity: serious
Justification: no longer builds from source


Hi.

clean target don't run properly. This problem is effect of cdbs bug:

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

Workaround is explicity run some targets before clean:

fakeroot debian/rules apply-patches reverse-patches clean

If don't work, try:

fakeroot debian/rules clean
rm -f stamp-patch*

Maybe one of these workarounds can be integrated into rules until cdbs is ok. I 
don't know how do it. 

Regards,

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (990, 'unstable'), (201, 'testing'), (200, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18+tchelinux
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=ISO-8859-1) (ignored: 
LC_ALL set to pt_BR)


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



Bug#212028: denumerable presuppose

2006-11-24 Thread Kelvin Raines
Alphonse,

Thanks. Call u back,

hone





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



Bug#400287: pure-ftpd: [INTL:de] Update of German po-debconf translation

2006-11-24 Thread Matthias Julius
Package: pure-ftpd
Version: 1.0.21-5
Severity: minor
Tags: patch l10n

I have prepared an update for the German translation of the po-debconf
template.  Please include it in debian/po.

Matthias

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (900, 'testing'), (50, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-amd64
Locale: LANG=de_DE.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
# translation of po-debconf template to German
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
#Developers do not need to manually edit POT or PO files.
#
# Jens Nachtigall <[EMAIL PROTECTED]>, 2004, 2005.
# Matthias Julius <[EMAIL PROTECTED]>, 2006.
msgid ""
msgstr ""
"Project-Id-Version: pure-ftpd 1.0.21-5\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2006-10-19 01:21+0200\n"
"PO-Revision-Date: 2006-11-24 18:22-0500\n"
"Last-Translator: Matthias Julius <[EMAIL PROTECTED]>\n"
"Language-Team: German \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"

#. Type: select
#. Choices
#: ../pure-ftpd-common.templates:1001
msgid "inetd, standalone"
msgstr "inetd, Daemon"

#. Type: select
#. Description
#: ../pure-ftpd-common.templates:1002
msgid "Run pure-ftpd from inetd or as a standalone server:"
msgstr "Pure-ftpd über inetd oder als eigenen Daemon starten:"

#. Type: select
#. Description
#: ../pure-ftpd-common.templates:1002
msgid ""
"Pure-ftpd can be run from inetd or as a standalone daemon. Using inetd is a "
"suitable option for small ftp servers because the inetd super-server will "
"only launch pure-ftpd to handle incoming connections. Standalone operation "
"is more efficient for busy ftp sites."
msgstr ""
"Pure-ftpd kann über inetd oder als eigener Daemon gestartet werden. Die "
"Verwendung von inetd ist für kleinere FTP-Server geeignet, da der Super-"
"Server inetd nur dann pure-ftpd starten wird, wenn auch Anfragen für pure-"
"ftpd vorliegen. Ein eigener Daemon hingegen arbeitet bei stark ausgelasteten "
"FTP-Sites effizienter."

#. Type: select
#. Description
#: ../pure-ftpd-common.templates:1002
msgid ""
"Keep in mind that a few options only work in standalone mode, such as "
"limiting connections per-IP and binding the server to a specific IP address."
msgstr ""
"Beachten Sie bitte, dass einige Optionen nur mit einem Daemon funktionieren. "
"Dazu zählt u.a. die Verbindungs-Begrenzung auf IP-Basis oder das Binden des "
"Servers an eine bestimmte IP-Adresse."

#. Type: boolean
#. Description
#: ../pure-ftpd-common.templates:2001
msgid "Do you want pure-ftpwho to be installed setuid root?"
msgstr "Möchten Sie, dass pure-ftpwho setuid-root installiert wird?"

#. Type: boolean
#. Description
#: ../pure-ftpd-common.templates:2001
msgid ""
"The pure-ftpwho program only works with root privileges. Since it's a fairly "
"trivial program, this poses little security risk. Still, it is only "
"recommended that you install any program setuid root if you need it."
msgstr ""
"Das Programm pure-ftpwho funktioniert nur mit root-Rechten. Da es sich dabei "
"um ein ziemlich einfaches Programm handelt, stellt das ein geringes "
"Sicherheitsrisiko dar. Dennoch wird empfohlen, ein Programm nur dann setuid-"
"root zu installieren, wenn Sie dies auch wirklich benötigen."

#. Type: boolean
#. Description
#: ../pure-ftpd-common.templates:2001
msgid ""
"You can always change your mind later by reconfiguring this package with "
"\"dpkg-reconfigure pure-ftpd-common\"."
msgstr ""
"Sollten Sie Ihre Meinung später ändern, können Sie das Paket mit »dpkg-"
"reconfigure pure-ftpd-common« neu konfigurieren."

#. Type: note
#. Description
#: ../pure-ftpd-common.templates:3001
msgid "Your installation uses an obsolete configuration method"
msgstr "Ihre Installation verwendet eine veraltete Konfigurationsmethode"

#. Type: note
#. Description
#: ../pure-ftpd-common.templates:3001
msgid ""
"Older versions of the pure-ftpd debian package used command-line options "
"specified in /etc/default/pure-ftpd. This has been changed because there was "
"no easy way to use these options when the daemon was spawned from inetd."
msgstr ""
"Ältere Versionen des Debian-Paketes pure-ftpd verwendeten Kommandozeilen-"
"Optionen, die in /etc/default/pure-ftpd niedergeschrieben waren. Das wurde "
"nun geändert, da es keine einfache Möglichkeit gab, diese Optionen zu "
"verwenden, wenn pure-ftpd von inetd gestartet wurde."

#. Type: note
#. Description
#: ../pure-ftpd-common.templates:3001
msgid ""
"Pure-ftpd

Bug#400286: gnomebaker: Fails with multisession continue

2006-11-24 Thread Dunric
Package: gnomebaker
Version: 0.6.0-1
Severity: important

Unable to burn another session. K3B on the same system works fine.
1. start new data project and insert CD-R with existing session
2. select Tools/Import session from menu
3. add new files to the project
4. push Burn button to write next session
5. baking proces fails - see the output bellow

-- burning output record ---
wodim: No write mode specified.
wodim: Asuming -tao mode.
wodim: Future versions of wodim may have different drive dependent
defaults.
scsidev: '/dev/hdc'
devname: '/dev/hdc'
scsibus: -2 target: -2 lun: -2
Linux sg driver version: 3.5.27
SCSI buffer size: 64512
TOC Type: 3 = CD-ROM XA mode 2
atapi: 1
Device type: Removable CD-ROM
Version: 0
Response Format: 2
Capabilities   : 
Vendor_info: 'TOSHIBA '
Identification : 'DVD-ROM SD-R9012'
Revision   : '1121'
Device seems to be: Generic mmc2 DVD-ROM.
Current: 0x000A
Profile: 0x0010 
Profile: 0x0008 
Profile: 0x0009 
Profile: 0x000A (current)
Using generic SCSI-3/mmc   CD-R/CD-RW driver (mmc_cdr).
Driver flags   : MMC-3 SWABAUDIO BURNFREE 
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R96R
Drive buf size : 1468800 = 1434 KB
FIFO size  : 4194304 = 4096 KB
Beginning DMA speed test. Set CDR_NODMATEST environment variable if
device
communication breaks or freezes immediately   0 seconds. Operation
starts.
Waiting for reader process to fill input buffer ... wodim: Premature EOF
on stdin.
wodim: Input buffer error, aborting.
input buffer ready.
--- end of output record 


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

Versions of packages gnomebaker depends on:
ii  cdda2wav   5:1.0-1   Creates WAV files from audio CDs
ii  cdrdao 1:1.2.2-4 records CDs in Disk-At-Once (DAO) 
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.3-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.14.0-3  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-5  The Bonobo UI library
ii  libc6  2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libdbus-1-30.94-2simple interprocess messaging syst
ii  libdbus-glib-1-2   0.71-3simple interprocess messaging syst
ii  libfontconfig1 2.4.1-2   generic font configuration library
ii  libgconf2-42.16.0-2  GNOME configuration database syste
ii  libglade2-01:2.6.0-2 library to load .glade files at ru
ii  libglib2.0-0   2.12.4-1  The GLib library of C routines
ii  libgnome-keyring0  0.6.0-2   GNOME keyring services library
ii  libgnome2-02.16.0-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-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-3  GNOME virtual file-system (runtime
ii  libgstreamer0.10-0 0.10.10-2 Core GStreamer libraries and eleme
ii  libgtk2.0-02.8.20-3  The GTK+ graphical user interface 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libnotify1 0.4.2-1+b1sends desktop notifications to a n
ii  liborbit2  1:2.14.3-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.14.7-1  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libx11-6   2:1.0.3-3 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.1-4 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-3 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  mkisofs5:1.0-1   Creates ISO-9660 CD-ROM filesystem
ii  wodim  5:1.0-1   command line CD/DVD writing tool

Versions of packages gnomebaker recommends:
pn  dvd+rw-tools   (no description available)
pn  gstreamer0.10-ffmpeg   (no descript

Bug#400288: bugs.debian.org: Bug reporter doesn't get mail when RFP changes to ITP

2006-11-24 Thread Axel Beckert
Package: bugs.debian.org
Severity: normal

Happened on bug #400070: http://bugs.debian.org/400070

I opened this bug as RFP. Someone who intends to package the software
changed owner and title of the bug appropriately making it an ITP bug.
But I didn't get any notice about this quite important event for an
RFP bug. Checked the whole procmail-log. No mails on #400070 from
bugs.debian.org except the two initial acknowledgement mails, also not
for the two additional comments sent to that bug.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.33.2-1-dphys-k8-smp-64gb
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#400278: fail2ban does not start with /etc/init.d/fail2ban start but with fail2ban-client start

2006-11-24 Thread Yaroslav Halchenko
indeed strange... unfortunately it would be impossible for me to try it
myself - no sparc around
could you please boost verbosity in fail2ban.conf (or override it in
fail2ba.local) and then send me along fail2ban.log (if it has anything
in) and output of
sh -x /etc/init.d/fail2ban start

Thank you!

On Fri, 24 Nov 2006, BERTRAND Joц╚l wrote:

> Package: fail2ban
> Version: 0.7.4-3

>   Hello,

>   I see a strange 'feature' on a SparcSTATION 20 running debian/testing 
> (Linux hilbert 2.6.18.2 #4 SMP Wed Nov 15 17:09:47 CET 2006 sparc 
> GNU/Linux).

>   fail2ban cannot be launched by /etc/init.d/fail2ban start, but if I try 
> to launch fail2ban with fail2ban-client start, it works. I have tried to 
> debug the init.d script, but it seems to be good.

>   On sparc64, i386, amd64, I never see this trouble. Any idea ?

>   Regards,

>   JKB




-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]




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



Bug#400285: nut: [INTL:de] German po-debconf template translation

2006-11-24 Thread Matthias Julius
Package: nut
Version: 2.0.4-2.3
Severity: minor
Tags: patch l10n

I have prepared a translation of the po-debconf template into German.
Please include it in debian/po.

Matthias

PS: I noticed the word "necessited" in the second string.  Is this a new
creation?

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (900, 'testing'), (50, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-amd64
Locale: LANG=de_DE.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
# translation of po-debconf template to German
# Copyright (C) 2006, Matthias Julius
# This file is distributed under the same license as the nut package.
#
# Matthias Julius <[EMAIL PROTECTED]>, 2006.
msgid ""
msgstr ""
"Project-Id-Version: nut 2.0.4-2.3\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2006-11-18 05:41+0100\n"
"PO-Revision-Date: 2006-11-24 18:06-0500\n"
"Last-Translator: Matthias Julius <[EMAIL PROTECTED]>\n"
"Language-Team: German \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"

#. Type: boolean
#. Description
#: ../nut.templates:1001
msgid "Remove obsolete /etc/nut/debian.conf file?"
msgstr "Veraltete Datei /etc/nut/debian.conf entfernen?"

#. Type: boolean
#. Description
#: ../nut.templates:1001
msgid ""
"The upstream author has changed the behaviour of upsd and upsmon. This has "
"necessited modifications in /etc/init.d/nut, the start up script for the "
"daemons. The init script no longer looks for /etc/nut/debian.conf. Instead "
"it reads /etc/nut/upsd.conf and /etc/nut/upsmon.conf directly."
msgstr ""
"Der Originalautor hat das Verhalten von upsd und upsmon geändert. Dies hat "
"Änderungen in /etc/init.d/nut, dem Startskript der Daemons, erforderlich "
"gemacht. Das Startskript verwendet /etc/nut/debian.conf nicht mehr. "
"Stattdessen liest es /etc/nut/upsd.conf und /etc/nut/upsmon.conf direkt."

#. Type: boolean
#. Description
#: ../nut.templates:1001
msgid ""
"Therefore, /etc/nut/debian.conf will be removed. Note that in order to get "
"upsmon to work, you will have to modify /etc/nut/upsmon.conf by adding a "
"MONITOR line. Please read the instructions in /usr/share/doc/nut/README."
"Debian."
msgstr ""
"Deshalb wird /etc/nut/debian.conf entfernt. Beachten Sie, dass Sie "
"/etc/nut/upsmon.conf durch Hinzufügen einer »MONITOR«-Zeile anpassen müssen, "
"damit upsmon funktioniert. Bitte lesen Sie die Anleitung in "
"/usr/share/doc/nut/README.Debian."

#. Type: boolean
#. Description
#. Type: boolean
#. Description
#. Type: boolean
#. Description
#: ../nut.templates:2001 ../nut.templates:4001 ../nut.templates:5001
msgid "Please manually modify your configuration files! Continue?"
msgstr "Bitte passen Sie Ihre Konfigurationsdateien manuell an! Fortfahren?"

#. Type: boolean
#. Description
#. Type: boolean
#. Description
#. Type: boolean
#. Description
#: ../nut.templates:2001 ../nut.templates:4001 ../nut.templates:5001
msgid "This is a serious advisory. Please take note."
msgstr "Dies ist ein ernster Hinweis. Bitte beachten Sie ihn."

#. Type: boolean
#. Description
#: ../nut.templates:2001
msgid ""
"There has been a significant change by the upstream author to the syntax of "
"the UPS lines in the /etc/nut/upsd.conf configuration file. The init script "
"in this package takes advantage of this new syntax. You will need to "
"manually modify your configuration file in order for the init script to work."
msgstr ""
"Es gab eine bedeutende Änderung in der Syntax der »UPS«-Zeilen in der "
"Konfigurationsdatei /etc/nut/upsd.conf durch den Programmautor. Das "
"Startskript in diesem Paket nutzt diese neue Syntax. Sie müssen Ihre "
"Konfigurationsdatei manuell anpassen, damit das Startskript funktioniert."

#. Type: boolean
#. Description
#: ../nut.templates:2001
msgid ""
"There has been a significant change to the syntax of the SHUTDOWNCMD line in "
"the /etc/nut/upsmon.conf file. The SHUTDOWNCMD must use \"quotes\" around "
"the command or only the first word will be invoked. The new style is:\n"
"  SHUTDOWNCMD \"/sbin/shutdown -h\""
msgstr ""
"Es gab eine bedeutende Änderung an der Syntax der »SHUTDOWNCMD«-Zeile in der "
"Datei /etc/nut/upsmon.conf. Das SHUTDOWNCMD muss Anführungszeichen (\") um "
"das Kommando verwenden, oder nur das erste Wort wird aufgerufen. Die neue "
"Form ist:\n"
"  SHUTDOWNCMD \"/sbin/shutdown -h\""

#. Type: note
#. Description
#: ../nut.templates:3001
msgid "Remove user \"nut\" from dialout group. Continue?"
msgstr "Benutzer »nut« aus der dialout-Gruppe entfernen. Fortfahren?"

#. Type: note
#. Description
#: ../nut.templates:3001
msgid ""
"The system user, \"nut\", will be removed from the dialout group.  A new "
"system group, \"nut\", will be created.  Users must manually change the "
"permissions on the serial port devices, /dev/ttyS*, to permit access by the "
"nut group."
msgstr ""
"Der System-Benutzer »nut« wird aus der dialout-

Bug#400284: Please support subdirs in gitweb example index generator

2006-11-24 Thread David Nusinow
Package: gitweb
Version: 1:1.4.4-2
Severity: wishlist
Tags: patch

Hello,

   The example index generator does not support having a significant number
of subdirectories full of repositories. X.org uses this model to manage the
large number of repos it has, and the XSF is planning to do likewise.
Attached is a patch to have the index generator look in subdirectories for
repos, and add them to the index. Thank you!

 - David Nusinow

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

Versions of packages gitweb depends on:
ii  git-core  1:1.4.4-2  content addressable filesystem
ii  perl  5.8.8-6.1  Larry Wall's Practical Extraction 

Versions of packages gitweb recommends:
ii  git-doc   1:1.4.4-2  content addressable filesystem (do

-- no debconf information
diff -ur git-core-1.4.4/debian/examples/index.aux-generation 
git-core-1.4.4.mine/debian/examples/index.aux-generation
--- git-core-1.4.4/debian/examples/index.aux-generation 2006-11-24 
17:59:27.0 -0500
+++ git-core-1.4.4.mine/debian/examples/index.aux-generation2006-11-24 
18:01:12.0 -0500
@@ -15,7 +15,7 @@
 for a in * ; do [ -r $a/public_git ] && [ ! -d /home/git/users/$a ] && ln -s 
/home/$a/public_git /home/git/users/$a ; done
 
 cd /home/git
-ls */HEAD users/*/*/HEAD | grep ^[-./=+a-zA-Z0-9]*\$ | sed s:/HEAD\$:: | while 
read DIR ; do
+find . -name 'HEAD' | grep ^[-./=+a-zA-Z0-9]*\$ | sed s:/HEAD\$:: | while read 
DIR ; do
 TREEUID=`stat -c %U $DIR`
 TREEUSERNAME=`grep ^$TREEUID: /etc/passwd | cut -f5 -d: | sed s/\ /+/`
 if [ "$TREEUSERNAME" = "" ]; then


Bug#399214: solfege: Fails to upgrade (3.0.6-1 -> 3.6.3-1); cannot remove it as well

2006-11-24 Thread Tom Cato Amundsen
Hello,
can you please send me the file /var/lib/dpkg/info/solfege.prerm ?

Tom Cato
-- 
Tom Cato Amundsen <[EMAIL PROTECTED]> http://www.solfege.org/
GNU Solfege - free ear traininghttp://www.gnu.org/software/solfege/


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



Bug#400283: gst.PluginNotFoundError: audiopanorama when adding instruments

2006-11-24 Thread Samuel Mimram
Package: jokosher
Version: 0.2-1
Severity: important

Hi,

I cannot add instruments to projects in jokosher. Each time I try to add
an instrument I get the following traceback:

  File "/usr/share/jokosher/Jokosher/AddInstrumentDialog.py", line 91, in 
OnSelected
self.OnOK()
  File "/usr/share/jokosher/Jokosher/AddInstrumentDialog.py", line 105, in OnOK
self.project.AddInstrument(*instrItem)
  File "/usr/share/jokosher/Jokosher/CommandManager.py", line 133, in __call__
return self.fun(*(self.pending + args), **kw)
  File "/usr/share/jokosher/Jokosher/CommandManager.py", line 77, in 
wrapperFunction
out = func(*args,**kwargs)
  File "/usr/share/jokosher/Jokosher/Project.py", line 1073, in AddInstrument
instr = Instrument(self, name, type, pixbuf)
  File "/usr/share/jokosher/Jokosher/Instrument.py", line 87, in __init__
self.panElement = gst.element_factory_make("audiopanorama", 
"Instrument_Pan_%d"%self.id)
gst.PluginNotFoundError: audiopanorama

I couldn't find any help on the net excepting[1].

Thanks.

Cheers,

Samuel.

[1] 
http://www.jokosher.org/forums/viewtopic.php?p=272&sid=5a521fbedf02963528e195848e72d716

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

Versions of packages jokosher depends on:
ii  gstreamer0.10-gnomevfs0.10.10-2  GStreamer plugin for GnomeVFS
ii  gstreamer0.10-gnonlin 0.10.5-1   non-linear editing module for GStr
ii  gstreamer0.10-plugins-base0.10.10-2  GStreamer plugins from the "base" 
ii  gstreamer0.10-plugins-good0.10.4-3   GStreamer plugins from the "good" 
ii  librsvg2-common   2.16.0-1   SAX-based renderer library for SVG
ii  python2.4.4-1An interactive high-level object-o
ii  python-alsaaudio  0.2-1  Alsa bindings for Python
ii  python-cairo  1.2.0-1Python bindings for the Cairo vect
ii  python-dbus   0.71-3 simple interprocess messaging syst
ii  python-glade2 2.8.6-6GTK+ bindings: Glade support
ii  python-gst0.100.10.5-5   generic media-playing framework (P
ii  python-gtk2   2.8.6-6Python bindings for the GTK+ widge
ii  python-support0.5.5  automated rebuilding support for p

jokosher recommends no packages.

-- no debconf information


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



Bug#385647: More information

2006-11-24 Thread Patrick Mahoney
This is likely a madwifi driver issue related to bugs 387851, 385599,
and madwifi ticket 462 http://madwifi.org/ticket/462

Not sure if it's identical to the point where this bug should be closed
or not.

-- 
Patrick Mahoney <[EMAIL PROTECTED]>


signature.asc
Description: Digital signature


Bug#400282: RM: tfm-arphic

2006-11-24 Thread 韓達耐
Package: ftp.debian.org
Severity: normal


Hi!


I would like to request the removal of the "tfm-arphic" source as well
as its binaries "tfm-arphic-bkai00mp", "tfm-arphic-bsmi00lp",
"tfm-arphic-gkai00mp" and "tfm-arphic-gbsn00lp" from Debian/unstable
and Debian/testing.

The source package "latex-cjk-chinese-arphic" makes all of the
aforementioned packages obsolete.  No other Debian packages depend
on them.

It would also remove bug#392948.


-- System Information:
Debian Release: unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'sarge-unsupported')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-tiberius
Locale: LANG=nl_BE.UTF-8, LC_CTYPE=nl_BE.UTF-8 (charmap=UTF-8)


Cheers


Danai SAE-HAN
韓達耐

-- 
題目:《示兒》
作者:陸游(1125-1210)

死去元知萬事空,但悲不見九州同。
王師北定中原日,家祭無忘告乃翁。


Bug#399955: Please build against libtunepimp 0.5.2-1

2006-11-24 Thread Ana Guerrero
Hi Adam,

On Thu, Nov 23, 2006 at 01:53:34AM +0100, Adam Cécile wrote:
> Package: amarok
> Version: 1.4.4-0.2
> Severity: normal
> 
> Hello,
> 
> I'm the new maintainer of libtunepimp and I've uploaded a new release in
> experimental. This is a major update (0.5.X).
> 
> Could you please build juk against it and upload it to experimental?
>
s/juk/amarok/ :)

> Then it could be great if you could check if taggins still works fine, 
> otherwise I'll do that checks by myself.
>

I have checked it and Amarok works fine with new libtunepimp.


Ana



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



Bug#400280: Java Web start does not show any application

2006-11-24 Thread Daniel Baumann
Fabian Greffrath wrote:
> Sun Java 5.0 Web Start, which can be launched from the Internet menu in
> Gnome, does not show any application. I wonder what this program is good
> for?

It is intended to show the webstart menu, which is a little application
offering some sample webstart applications (small games etc).

But I never tried, so don't know if it actually works with the Debian
packages (when using upstreams installer, it does work).

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


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



Bug#400183: Patch to get a working tesseract

2006-11-24 Thread Bryan Stillwell
Try out the attached patch that allows you to rebuild tesseract and get
a working copy (complete with the tessdata directory).  I've also fixed
the powerpc build in this patch so that it doesn't segfault.

Bryan
diff -ruN tesseract-1.02.orig/ccutil/host.h tesseract-1.02/ccutil/host.h
--- tesseract-1.02.orig/ccutil/host.h   2006-09-07 22:04:06.0 +
+++ tesseract-1.02/ccutil/host.h2006-11-24 22:06:05.0 +
@@ -50,7 +50,7 @@
 */
 #ifdef HAVE_CONFIG_H
 #include "config_auto.h"
-#ifdef MOTOROLA_BYTE_ORDER
+#ifdef WORDS_BIGENDIAN
 #define __MOTO__  // Big-endian.
 #endif
 #endif
diff -ruN tesseract-1.02.orig/ccutil/mainblk.cpp 
tesseract-1.02/ccutil/mainblk.cpp
--- tesseract-1.02.orig/ccutil/mainblk.cpp  2006-06-16 22:17:05.0 
+
+++ tesseract-1.02/ccutil/mainblk.cpp   2006-11-24 22:03:31.0 +
@@ -99,6 +99,14 @@
   if (m_print_variables)
 print_variables(stdout);  /*print them all */
 
+  #ifdef TESSDATA_PREFIX
+  #define _STR(a) #a
+  #define _XSTR(a) _STR(a)
+  datadir = _XSTR(TESSDATA_PREFIX);
+  #undef _XSTR
+  #undef _STR
+  #endif
+
   datadir += m_data_sub_dir; /*data directory */
 
   #ifdef __UNIX__
diff -ruN tesseract-1.02.orig/configure tesseract-1.02/configure
--- tesseract-1.02.orig/configure   2006-10-04 20:48:51.0 +
+++ tesseract-1.02/configure2006-11-24 22:07:56.0 +
@@ -1326,7 +1326,6 @@
 
 
 
-tesseract
 
 ac_aux_dir=
 for ac_dir in config $srcdir/config; do
diff -ruN tesseract-1.02.orig/debian/rules tesseract-1.02/debian/rules
--- tesseract-1.02.orig/debian/rules2006-11-24 22:01:57.0 +
+++ tesseract-1.02/debian/rules 2006-11-24 22:04:41.0 +
@@ -7,7 +7,7 @@
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
-CFLAGS = -Wall -g
+CFLAGS = -Wall -g -DTESSDATA_PREFIX=/usr/share/tesseract-ocr/
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
@@ -17,7 +17,7 @@
 
 config.status: configure
dh_testdir
-   ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) 
--prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info 
CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
+   ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) 
--prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info 
CFLAGS="$(CFLAGS)" CXXFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
 
 build: build-stamp
 build-stamp:  config.status
@@ -45,6 +45,8 @@
dh_clean -k 
dh_installdirs
$(MAKE) install DESTDIR=$(CURDIR)/debian/tesseract-ocr
+   mkdir -p $(CURDIR)/debian/tesseract-ocr/usr/share/tesseract-ocr
+   cp -a tessdata $(CURDIR)/debian/tesseract-ocr/usr/share/tesseract-ocr
 
 # Build architecture-independent files here.
 binary-indep: build install


Bug#369020: Bug IS reproducible

2006-11-24 Thread Stefan Siegel
I noticed that the PID of a just started imapproxyd is different from the PID 
written to /var/run/imapproxy.pid. Grep uses the PID in this file and doesn't 
find the process.

The initscript uses the --background option of start-stop-daemon, perhaps 
there is some interference with the "foreground_mode no" setting in the 
default imapproxy.conf file. Setting it to yes fixes the bug for me.


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



Bug#364883: SRFI HTML validity

2006-11-24 Thread Trent Buck
Many of the SRFIs feature horribly invalid HTML -- to the point where
trying to view

http://srfi.schemers.org/srfi-14/srfi-14.html

in emacs-w3m (a browser) causes it to crash.

It would be nice if the finalized SRFIs could be converted to valid
HTML.  There is a command-line tool called `tidy' which can (mostly)
do this without intervention

http://tidy.sf.net/

I can probably do some/all of this work if you don't want to; I have
cleaned up the tex2page version of SICP similarly:

http://twb.ath.cx/~twb/canon/sicp/book.xhtml

-- 
Trent Buck, Student Errant


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



Bug#393400: Source package contains non-free IETF RFC/I-D's

2006-11-24 Thread Niels =?UTF-8?Q?M=C3=B6ller
About selecting a free input file for the nettle testsuite, I wrote:

> It would be better to shop around at project gutenberg.

I think I've found a worthy candidate text: The short story "The
Gold-Bug" written by Edgar Allan Poe. The author died in 1849, so
until the US decides to extend copyright even further, the text is in
the public domain. See http://www.gutenberg.org/etext/2043.

Regards,
/Niels



Bug#337771: Announce of the upcoming NMU for the isync package

2006-11-24 Thread Theodore Tso
On Fri, Nov 24, 2006 at 07:34:49AM +0100, Christian Perrier wrote:
> 
> Dear maintainer of isync (hello Nicolas) and Debian translators,
> 
> On 17 nov 2006 I sent a notice to the maintainer of the isync Debian
> package, mentioning the status of at least one old po-debconf translation 
> update in the BTS (bug #337771).
> 
> I announced the intent to build and possibly upload a non-maintainer upload
> for this package in order to fix this long-time pending localization
> bug as well as all other pending translations.
> 
> The package maintainer approved this NMU so I will start building it now.
> Actually, Nicolas and I had a long discussion and he prefers focusing
> on a new upstream release targeted at experimental, which means that
> I can focus on things that can be fixed in unstable.

Hi Christian,

Are you going to submit to Nicolas a set of debconf
translations that will be suitable for merging into the isync 1.03
release currently in experimental, so we don't lose the debconf
translation when 1.03 goes from experimental to unstable?

Thanks,

- Ted


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



Bug#400281: lukemftpd: Please remove this package from Debian

2006-11-24 Thread Christian Perrier
Package: lukemftpd

Bug #266370 gives a very good rationale to removed from etch and, more
generally, from the archive.

Andi removed it from sarge when sarge was released and I don't think
it deserves to be released with etch or any further version of Debian.

The maintainer is unresponsive, the #266370 is likely to still exist
in etch, the software does not exist anymore upstreammany many
many reasons to just drop the package.



-- 




signature.asc
Description: Digital signature


Bug#377386: (no subject)

2006-11-24 Thread Evgeny M. Zubok

Sorry for my previous dirty hack for Makefile.am. My previous message
should be ignored. Now I present new correct version of patch. It also
possibly closes bug #377386 which was merged with this bug.

Infomation for maintainer. This patch replaces(!!!) my previous patch
01_enable_new_mmio.diff. It should be applied against /src/Makefile.am. 
And then './autogen.sh'. The old patch should be removed from /debian
dir (also remove line 
AC_DEFINE(S3_NEWMMIO, 1, [Enable support for the new MMIO] from
configure.ac which the 01_enable_new_mmio.diff inserts).

Patchfile against /src/Makefile.am

--- orig/src/Makefile.am 2006-11-24 22:49:28.0 +
+++ new/src/Makefile.am 2006-11-24 22:51:19.0 +
@@ -30,7 +30,6 @@
 
 s3_drv_la_SOURCES = \
  newmmio.h \
- s3_accel.c \
  s3_bios.c \
  s3_cursor.c \
  s3_dga.c \
@@ -41,3 +40,12 @@
  s3_Ti.c \
  s3_Trio64DAC.c \
  s3_video.c
+
+noinst_LTLIBRARIES = libs3_accel_newmmio.la libs3_accel_pio.la
+s3_drv_la_LIBADD = libs3_accel_newmmio.la libs3_accel_pio.la
+
+libs3_accel_newmmio_la_SOURCES = s3_accel.c
+libs3_accel_newmmio_la_CFLAGS = $(AM_CFLAGS) -DS3_NEWMMIO=1
+
+libs3_accel_pio_la_SOURCES = s3_accel.c
+libs3_accel_pio_la_CFLAGS = $(AM_CFLAGS)


Bug#399670:

2006-11-24 Thread Steve Langasek
On Thu, Nov 23, 2006 at 02:21:10PM +, Peter Green wrote:
> any chance of an english translation of those error messages?

Hmm, somehow I figured that dpkg error codes were self-evident in any
language. :)

Unpacking iceweasel (from .../iceweasel_2.0+dfsg-1_i386.deb) ...
mv: could not stat() "/etc/iceweasel/firefoxrc": No such file or directory
dpkg: error processing /var/cache/apt/archives/iceweasel_2.0+dfsg-1_i386.deb 
(--unpack):
 the pre-installation script exited with error code 1

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


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



Bug#399290: Upstream has been notified.

2006-11-24 Thread Raúl Sánchez Siles
  Hola Ana:

  I had alredy sent an e-mail to the upstream developers, since I thought with 
this little info maybe they were the ones who could find any other clue.

  I'm sorry but I don't have any debug package installed on this computer, and 
yet the bug is difficult to reproduce (I haven't been able yet).

  In case upstream give me any info I will report, thank you.
-- 
 Raúl Sánchez Siles
->Proud Debian user<-
Linux registered user #416098


pgpzwDanB7R6b.pgp
Description: PGP signature


Bug#400047: Removing the package from etch should fix that bug?

2006-11-24 Thread Christian Perrier
My understanding is that removing this package from etch should fix
that bug. Am I right ?


-- 




signature.asc
Description: Digital signature


Bug#377704: Downgrade

2006-11-24 Thread Ben Wheeler
Just to say, I've downgraded to 0.93 (compiled from source) because 
as well as the bug reported above I started getting segfaults and 
all sorts of other nastiness. All in all I've found 0.93 to be stable
and as I don't like most of the changes that were made in 0.94 anyway
this suits me fine. As upstream development does appear to be dead 
I tried using amarok for a while but it just isn't the same! 

I wonder, if other people are also finding 0.94beta to be unreliable
and those bugs are not likely to be fixed soon, whether Debian ought 
to revert to 0.93?

Ben



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



Bug#385647: More information

2006-11-24 Thread Patrick Mahoney
Logs of network-manager
---

Watching the syslog while having NetworkManager attempt a wireless
connection, I see a large number of messages from wpa_supplicant even
though the network is not encrypted.  The attempt at connection spans
two minutes.  During this time, the log "wpa_supplicant(4469): Scan
results: 2" and the subsequent details of the found wifi access points
are seen 26 times.  It's not clear to me why wpa_supplicant is performing
these scans when it was presumably directed to associate with an
explicitly named access point.  The 26 scans appear in groups of
(usually) three; that is three appear with the same timestamp, followd
by a second group of three about 10 seconds later.  See below for why I
think this scan frequency is important.

NetworkManager gives up after 120s with the following last bits from
syslog:


Nov 24 12:19:01 localhost NetworkManager: ^Iwpa_supplicant(4469): 
Received 378 bytes of scan results (2 BSSes)
Nov 24 12:19:01 localhost NetworkManager: ^Iwpa_supplicant(4469): 
Scan results: 2
Nov 24 12:19:01 localhost NetworkManager: ^Iwpa_supplicant(4469): 
Selecting BSS from priority group 0
Nov 24 12:19:01 localhost NetworkManager: ^Iwpa_supplicant(4469): 
0: 00:0f:b5:a0:8c:f0 ssid='Cuzco' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
Nov 24 12:19:01 localhost NetworkManager: ^Iwpa_supplicant(4469):  
  skip - no WPA/RSN IE
Nov 24 12:19:01 localhost NetworkManager: ^Iwpa_supplicant(4469): 
1: 00:14:6c:3f:bc:20 ssid='NETGEAR' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
Nov 24 12:19:01 localhost NetworkManager: ^Iwpa_supplicant(4469):  
  skip - no WPA/RSN IE
Nov 24 12:19:01 localhost NetworkManager: ^Iwpa_supplicant(4469):  
  selected non-WPA AP 00:0f:b5:a0:8c:f0 ssid='Cuzco'
Nov 24 12:19:01 localhost NetworkManager: ^Iwpa_supplicant(4469): 
Already associated with the selected AP.
Nov 24 12:19:01 localhost NetworkManager: ^Iwpa_supplicant(4469): 
Authentication with 00:00:00:00:00:00 timed out.
Nov 24 12:19:01 localhost NetworkManager: ^Iwpa_supplicant(4469): 
CTRL_IFACE monitor send - hexdump(len=40): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 
77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 34 33 34 33 2d 
33 00
Nov 24 12:19:01 localhost NetworkManager: ^Iwpa_supplicant(4469): 
BSSID 00:0f:b5:a0:8c:f0 blacklist count incremented to 2
Nov 24 12:19:01 localhost NetworkManager: ^Iwpa_supplicant(4469): 
State: ASSOCIATING -> DISCONNECTED
Nov 24 12:19:01 localhost NetworkManager: ^Iwpa_supplicant(4469): 
wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
Nov 24 12:19:01 localhost NetworkManager: ^Iwpa_supplicant(4469): 
WEXT: Operstate: linkmode=-1, operstate=5
Nov 24 12:19:01 localhost NetworkManager: ^Iwpa_supplicant(4469): 
No keys have been configured - skip key clearing
Nov 24 12:19:01 localhost NetworkManager: ^Iwpa_supplicant(4469): 
EAPOL: External notification - portEnabled=0
Nov 24 12:19:01 localhost NetworkManager: ^Iwpa_supplicant(4469): 
EAPOL: External notification - portValid=0
Nov 24 12:19:12 localhost NetworkManager: ^IActivation 
(ath0/wireless): association took too long (>120s), failing activation.
Nov 24 12:19:12 localhost NetworkManager: ^IActivation (ath0) 
failure scheduled...
Nov 24 12:19:12 localhost NetworkManager: ^IActivation (ath0) 
failed for access point (Cuzco)
Nov 24 12:19:12 localhost NetworkManager: ^IActivation (ath0) 
failed.
Nov 24 12:19:12 localhost NetworkManager: ^IDeactivating device 
ath0.
Nov 24 12:19:12 localhost dhclient: receive_packet failed on ath0: Network is 
down
Nov 24 12:19:17 localhost kernel: ADDRCONF(NETDEV_UP): ath0: link is not ready


Package: wpasupplicant
Version: 0.5.5-2

I'm not familar with wpa_supplicant, but its manpage states:

The following steps are used when associating with an AP using WPA:
· wpa_supplicant requests the kernel driver to scan neighboring BSSes
· wpa_supplicant selects a BSS based on its configuration
· wpa_supplicant requests the kernel driver to associate with the 
chosen BSS
  ...

So, it seems this bug may be more related to wpa_supplicant or possibly
the madwifi driver; network-manager could work around this by avoiding
wpa_supplicant for unencrypted networks, but that doesn't solve the
problem.

Frequency of wireless scans
---

Being fed up with network-manager, I wrote a crude Gnome applet in Ruby
to accomplish similar.  I have a "scan" function that runs "iwlist ath0
scan" repeatedly to discover wireless networks.  The "connect" function
runs "iwconfig ath0 essid ; dhclient ath0".

I noticed that when the "scan" function is run more frequently than
every 30 sec or so, dhclient takes lots of time (minutes or so) and
fails to obtain an IP address.  The problem is not solved by suspending
the "scan" function while dhclient is running suggesting that it is more
complex than this.

My applet is currently scanning every 30 sec and usually but not always
makes a connection.  Simply running the "connect" function f

Bug#385738: Fix did not help

2006-11-24 Thread W. Borgert
reopen 385738
found 385738 1:3.2.3-2
# On amd64, playing OGGs still "stutters", 3.2.2-1 works fine



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



  1   2   3   4   >