Bug#293285: bamboo: contains a /changelog file (yes, in the root directory)??

2005-02-02 Thread pabs
Package: bamboo
Version: 1.0.3-2
Severity: normal
Tags: patch

Like the subject says, there is an ungzipped copy
of /usr/share/doc/bamboo/changelog.gz in the root directory :/

I'm surprised lintian/linda didn't pick this up. I've attached a patch
that fixes this for me (I built a deb with it).

-- 
bye,
pabs


bamboo-changelog-in-root.patch.gz
Description: GNU Zip compressed data


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


Bug#286058: Upload gnupg-1.4.0 to pdo/~wagner/

2005-02-02 Thread Hanno 'Rince' Wagner
Hi,

since I want to test new features with gnupg (esp. smartcard based),
I uploaded an unofficial NMU of gnupg (1.4.0-0rince) to
http://people.debian.org/~wagner/

Ciao, Hanno
-- 
|  Hanno Wagner  | Member of the HTML Writers Guild  | [EMAIL PROTECTED]  |
| Eine gewerbliche Nutzung meiner Email-Adressen ist nicht gestattet! |
| 74 a3 53 cc 0b 19 - we did it!  |Generation @   |
#Wenn ich Frau bin, will ich auch Zahnarzthelferin werden.


pgpF3OqN7rFqi.pgp
Description: PGP signature


Bug#293288: galeon: bookmarks.xbel CVS unfriendly

2005-02-02 Thread Bill Wohler
Package: galeon
Version: 1.3.19-1
Severity: normal

Working in the bookmark editor, including deleting folders, moving
folders and bookmarks, and editing bookmarks, results in CVS- (and
human-)unfriendly XML in the bookmarks.xbel file. Specifically, a lot of
the file gets rolled up into single lines. This causes no end of
conflicts upon check-in.

Ideally, the XML should be nested to make it more human-readable (as it
once was!), but I'll take a single XML element per line.

Checking in bookmarks is extremely useful to help one keep one's
bookmarks consistent across many machines.

I wrote the following quick hack to modify the bookmarks before
check-in which might help someone else with this issue until this is
fixed.

Thanks!


#! /usr/bin/perl -w

use File::Copy;

my $bookmarks = 'bookmarks.xbel';
my $tmp = /tmp/bmfix$$;

open(FILE, $bookmarks) || die(Could not open $bookmarks: $!\n);
open(OUT, $tmp);

while (FILE) {
if (/^$/) {
next;
}
if (/\?xml version=1.0\?/) {
print(OUT);
next;
}
if 
(/(galeon_xbel_version|time_[a-z_]+|title|pixmap|nick|create_toolbar|smarturl)/
 ) {
# Special cases; must be on one line.

s|(.+)(galeon_xbel_version[0-9]+/galeon_xbel_version)(.+)|$1\n$2\n$3|;
s|(.+)(time_[a-z_]+[0-9]+/time_[a-z_]+)(.+)|$1\n$2\n$3|;
s|(.+)(title[^]+/title)(.+)|$1\n$2\n$3|;
s|(.+)(pixmap[^]+/pixmap)(.+)|$1\n$2\n$3|;
s|(.+)(nick[^]+/nick)(.+)|$1\n$2\n$3|;
s|(.+)(create_toolbar[^]+/create_toolbar)(.+)|$1\n$2\n$3|;
s|(.+)(smarturl[^]+/smarturl)(.+)|$1\n$2\n$3|;
} else {
s|(.+)([^/][^]*)(.+)|$1\n$2\n$3|g;   # start tag
s|(.+)(/[^]*)(.+)|$1\n$2\n$3|g;  # start tag
}
if (/^$/) {
next;
}
print(OUT);
}

close(FILE);
close(OUT);

move($tmp, $bookmarks) || die(Could not update $bookmarks: $!\n);

0;


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (600, 'testing'), (80, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)

Versions of packages galeon depends on:
ii  debconf  1.4.30.11   Debian configuration management sy
ii  galeon-common1.3.19-1GNOME web browser for advanced use
ii  gconf2   2.8.1-4 GNOME configuration database syste
ii  gnome-control-center 1:2.8.1-3   The GNOME Control Center for GNOME
ii  libart-2.0-2 2.3.16-6Library of functions for 2D graphi
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libaudiofile00.2.6-5 Open-source version of SGI's audio
ii  libbonobo2-0 2.8.0-4 Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.8.0-2 The Bonobo UI library
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libeel2-22.8.2-1 Eazel Extensions Library (for GNOM
ii  libesd-alsa0 [libesd0]   0.2.35-2Enlightened Sound Daemon (ALSA) - 
ii  libgail-common   1.8.2-1 GNOME Accessibility Implementation
ii  libgail171.8.2-1 GNOME Accessibility Implementation
ii  libgcc1  1:3.4.3-6   GCC support library
ii  libgconf2-4  2.8.1-4 GNOME configuration database syste
ii  libgcrypt11  1.2.0-4 LGPL Crypto library - runtime libr
ii  libglade2-0  1:2.4.1-1   Library to load .glade files at ru
ii  libglib2.0-0 2.6.1-3 The GLib library of C routines
ii  libgnome-keyring00.4.1-1 GNOME keyring services library
ii  libgnome2-0  2.8.0-6 The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.8.0-1 A powerful object-oriented display
ii  libgnomeui-0 2.8.0-3 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.8.3-9 The GNOME virtual file-system libr
ii  libgnutls11  1.0.16-9GNU TLS library - runtime library
ii  libgpg-error01.0-1   library for common error values an
ii  libgtk2.0-0  2.4.14-2The GTK+ graphical user interface 
ii  libhowl0 0.9.8-2 Library for Zeroconf service disco
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libjpeg626b-9The Independent JPEG Group's JPEG 
ii  libnautilus2-2   2.8.2-2 libraries for nautilus components 
ii  liborbit21:2.10.2-1.1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.6.0-3 Layout and rendering of internatio
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libstdc++5   1:3.3.5-5   The GNU Standard C++ 

Bug#293286: btlaunchmanycurses should have a download path setting

2005-02-02 Thread Joshua Kwan
Package: bittornado
Version: 0.3.10-1
Severity: wishlist

Currently, if you pass a directory with torrents to btlaunchmanycurses,
it will use that directory to put all the downloads in as well. There
should be a --download_path option or perhaps the default should be
changed to download into $PWD.

Thanks
Josh

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (499, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9
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 bittornado depends on:
ii  python2.3.4-6An interactive high-level object-o

-- no debconf information


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



Bug#293287: Atempt to restart X or reboot system with /usr/X11R6/lib/modules-dri-trunk active in XF86Config-4 hang system with blank screen.

2005-02-02 Thread David Baron
Package: dri-trunk
Version: 2005.01.26-2
Severity: critical
Justification: breaks the whole system

When system is hung with blank screen, impossible to escape to shell
and the only way out is to reboot. File systems (ext3) seem uneffected
and journals were not restored.
Commenting out the line in XF86Config-4 (fallback to older modules
directories) restores the system.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (990, 'unstable'), (650, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686-smp
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


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



Bug#199293: just a few days

2005-02-02 Thread LENART Janos
Please allow me just a few days to catch up, I have my last exam in this
jitter on Friday. I'll try to upload the new ht on Saturday or Sunday.
Sorry, and thanks for your understanding.

Regards,
-- 
LENART, Janos
[EMAIL PROTECTED]


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



Bug#292984: lvm2: lvremove causes inconsistent VG metadata

2005-02-02 Thread Patrick Caulfield
On Wed, Feb 02, 2005 at 12:23:08AM +0100, Frans Pop wrote:
 Hello Patrick,
 
 On Monday 31 January 2005 16:40, you wrote:
  Secondly try using vgcfgrestore to restore the metadata onto the disks,
  you only need to do this if 1) above fails
 
 I've got my system back! :-D
 
 Your suggestions and the fact that lvdisplay gave proper output led me to 
 try vgcfgbackup -f. I reviewed the resulting file for VG sys, and it 
 looked good. So I did a vgcfgrestore from that file, and bingo, the VG 
 was OK again.
 I've now finished the reorganization and the system is back up.
 
 Thanks very much for your help.
 (And I learned a lot about LVM in the process.)
 
 I'll leave it to you what to do with this bug report.
 IMO both errors I reported are still there, but as it is after all 
 relatively easy to recover from the resulting inconsistency (once you 
 know how), you may want to downgrade to important.

Good news! I'll close this bug when 2.01 is uploaded. Thanks for letting me
know.

-- 

patrick


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



Bug#293289: horde2: postinst error

2005-02-02 Thread Sythos
Package: horde2
Version: 2.2.7-2
Severity: important


- End forwarded message -
stinst have an error in line215, there is a fi not preceded by if

changing line 215 from

fi

to

#fi

let package to be installed

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

Versions of packages horde2 depends on:
ii  apache [httpd]1.3.33-3   versatile, high-performance HTTP s
ii  apache-ssl [httpd]1.3.33-3   versatile, high-performance HTTP s
ii  binutils  2.15-5 The GNU assembler, linker and bina
ii  debconf   1.4.42 Debian configuration management sy
ii  gettext   0.14.1-9   GNU Internationalization utilities
ii  libapache-mod-php4 [phpapi-20 4:4.3.10-2 server-side, HTML-embedded scripti
ii  logrotate 3.7-2  Log rotation utility
ii  make  3.80-9 The GNU version of the make util
ii  perl  5.8.4-5Larry Wall's Practical Extraction 
ii  php4  4:4.3.10-2 server-side, HTML-embedded scripti
ii  php4-cli [phpapi-20020918]4:4.3.10-2 command-line interpreter for the p
ii  php4-pear 4:4.3.10-2 PEAR - PHP Extension and Applicati
ii  php4-pear-log 1.6.0-1.1  Log module for PEAR
ii  wwwconfig-common  0.0.42 Debian web auto configuration

-- debconf information:
* horde2/welcome:
* horde2/databasemgr_port: 3306
* horde2/databasemgr_server: localhost
* horde2/dbmyadmin: root
* horde2/webserver_type: Apache-SSL
* horde2/database_user: hordemgr
* horde2/databasemgr_type: MySQL
* horde2/database_name: horde2
  horde2/dbpgadmin: postgres


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



Bug#293127: aptitude: Problems with the german localization

2005-02-02 Thread Gerfried Fuchs
Hi!

 Private reply, to not blaming you in the public for not knowing our
bugtracking system.  :)

* Christian Perrier [EMAIL PROTECTED] [2005-02-01 21:23]:
 Quoting Gerfried Fuchs ([EMAIL PROTECTED]):
 #v+
 --- Pakete, die von anderen Paketen vorgeschlagen werden
 --- Pakete, die von anderen Paketen vorgeschlagen werden
 #v-
 
  Now please tell me which is which, without looking into the long
 description for that section. :)
 
  I'd suggest a s/vorgeschlagen/empfohlen/ for the recommended packages,
 and am quite sure that the current translator will ACK with me on this
 (hi, seppy :)).
 
 You should have CC'ed him..:-)

 Uhm, I thought I did. I've set the X-Debbugs-Cc: header, which is the
way to copy others when reporting bugs. Not?  When looking online I in
fact _did_:

,-- http://bugs.debian.org/293127 excerpt --
| New Bug report received and forwarded. Copy sent to Dennis Stampfer
| [EMAIL PROTECTED], Daniel Burrows [EMAIL PROTECTED].
`-- http://bugs.debian.org/293127 excerpt --

 See also http://www.debian.org/Bugs/Reporting.  :)

 I did so and, hopefully he will confirm and fix the other problem you
 reported.

 Thanks,
Alfie
-- 
As most of you will have noticed by now, ISS and Theo de Raadt have
been kind enough to provide some stress tests for the new security
infrastructure we deployed last month.
-- Anthony Towns, deb-dev-ann, [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#293246: kppp: dependency on ppp

2005-02-02 Thread Michail Bachmann
On Wednesday 02 February 2005 03:09, Christopher Martin wrote:
 On February 1, 2005 18:23, Michail Bachmann wrote:
  The dependency on ppp changed from Recommends in 3.3.1-2 to Depends in
  3.3.2-1.
 
  Since KDE ist perfectly useable on a LAN without ppp I dont understand
  the reason for changing this dependency.

 If you're on a LAN, why are you using kppp? It would be helpful if you
 could explain your situation in more detail.

Because unfortunately there is a dependency relation which leads to kppp: 
kde-kdenetwork-kppp.

Maybe it would be better if kdenetwork would only recommend kppp and not 
depend on it, but I can see a rationale in that decision, kdenetwork being a 
metapackage and used by different kind of users.

However I can not see the rationale in raising the dependency on ppp from 
Recommends to Depends. If you are a new user, you would use some frontend 
like aptitude to install kppp, so the Recommends dependency is strong enough 
and ppp will be installed. On the other hand a more advanced user still can 
ignore the recommendation if he knows he did not need it on his system.

Changing the dependency does not improve the comfort using this package to a 
new user but will inconvenience a more advanced user.

HTH,

Michail Bachmann


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



Bug#293290: inkscape: Inkscape documentation should be available as standard online help (i.e. HTML)

2005-02-02 Thread Andreas Neudecker
Package: inkscape
Version: 0.40-2
Severity: normal



G'day.


It has been annoying me for some time now. The 'tutorial-advanced.svg', for
example, is one endless page. This is fine with a browser page. But in 
inkscape it is not. (By the way: How am I supposed to print this 
out?)

Also, since Inkscape aims at following the GNOME HIG closely, shouldn't 
the help be available in the standardised GNOME Help HTML format?

This doesn't mean the current versions should go away. I understand that
the SVG tutorials are meant to show off features and they do it nicely.
I am just asking to proovide online documentation in the standard format 
by default.


Kind regards


Andreas


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

Versions of packages inkscape depends on:
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libfontconfig1   2.2.3-4 generic font configuration library
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgc1   1:6.3-1 Conservative garbage collector for
ii  libgcc1  1:3.4.3-6   GCC support library
ii  libglib2.0-0 2.4.8-1 The GLib library of C routines
ii  libglibmm-2.4-1  2.4.5-1 C++ wrapper for the GLib toolkit (
ii  libgtk2.0-0  2.4.14-2The GTK+ graphical user interface 
ii  libgtkmm-2.4-1   2.4.8-1 C++ wrappers for GTK+ 2.4 (shared 
ii  libpango1.0-01.6.0-3 Layout and rendering of internatio
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsigc++-2.0-0  2.0.6-1 Type-safe Signal Framework for C++
ii  libstdc++5   1:3.3.5-5   The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxft2  2.1.2-6 FreeType-based font drawing librar
ii  libxml2  2.6.11-5GNOME XML library
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- no debconf information


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



Bug#144876: if it's native, the version number is wrong

2005-02-02 Thread Nathan Scott
On Wed, Feb 02, 2005 at 07:45:19AM +0100, Marc Haber wrote:
 Please consider either changing to a really native package (without
 debian-version in the version number)

I guess I would consider a patch to do this if I was sent one, but
as I said I've never found a need to do this, and have not been
shown any concrete example of a build problem resulting from this,
I have no intention of doing it myself.  It would also have to not
break any of my own build processes of course... :)

 Marc, even packaging his own software as non-native package because
 having a .diff.gz is _very_ convenient.

*shrug* -- for me, it would be quite inconvenient, as I said before
(3 years ago now!).

cheers.

-- 
Nathan


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



Bug#293276: xfsprogs: xfs_check in /usr, making xfs_check /usr impossible

2005-02-02 Thread Nathan Scott
On Wed, Feb 02, 2005 at 07:50:01AM +0100, Marc Haber wrote:
 Hi,
 
 xfs_check is in /usr, which means that /usr needs to be mounted to
 execute xfs_check, which means that /usr cannot be xfschecked at all
 if it is an xfs itselt.

You can run xfs_repair -n in this situation.  xfs_check is really
not an overly useful tool to have in the stand-alone environment,
and it'll possibly be deprecated at some point in the distant
future (any new work to improve scalability is likely to be done
on xfs_repair).

cheers.

-- 
Nathan


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



Bug#289189: Change Recommends to Requires

2005-02-02 Thread Christoffer Sawicki
 Change Recommends to Requires
It's actually Depends...

 I think that IMAP access is pretty fundamental to KMail.

Yes, I agree. However, the definitions of Depends and Recommends are pretty 
clear:

---
Depends 
This declares an absolute dependency. A package will not be configured unless 
all of the packages listed in its Depends field have been correctly 
configured. 

The Depends field should be used if the depended-on package is required for 
the depending package to provide a significant amount of functionality. 

The Depends field should also be used if the postinst, prerm or postrm scripts 
require the package to be present in order to run. Note, however, that the 
postrm cannot rely on any non-essential packages to be present during the 
purge phase.
---
Recommends 
This declares a strong, but not absolute, dependency. 

The Recommends field should list packages that would be found together with 
this one in all but unusual installations.
---

As a normal user, one should install all recommended packages unless there's a 
particular reason against it.

 If it's not going 
 to pop up a message saying something to the effect of You can't check mail
 across this type of protocol without installing the kdepim-kio-plugins
 package then kdepim-kio-plugins should be installed by default along with
 KMail.

That could be a good idea.

That said, I would personally not mind kmail depending on kdepim-kio-plugins,
but that's not my decision to make.

Thanks,

*/ Christoffer Sawicki [EMAIL PROTECTED]


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



Bug#292596: libboost-dev and libboost_serialization

2005-02-02 Thread Domenico Andreoli
On Fri, Jan 28, 2005 at 10:55:56AM +0100, Domenico Andreoli wrote:
 
   i added package libboost-serialization-dev on Alioth's CVS. anyway
 1.32.0-3 will provide this static library in libboost-dev, the correct
 version will instead go to experimental for ftpmasters approval of the
 new libboost-serialization-dev package.
 

hi,

  i finally uploaded 1.32.0-3 with the new package libboost-serialization-dev,
it is sitting for ftpmaster approval. as usual, it is available also at
http://people.debian.org/~cavok/.

please test it.

cheers
domenico

ps: the serialization library is built only as static library, i don't
know why.

-[ Domenico Andreoli, aka cavok
 --[ http://people.debian.org/~cavok/gpgkey.asc
   ---[ 3A0F 2F80 F79C 678A 8936  4FEE 0677 9033 A20E BC50


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



Bug#293246: kppp: dependency on ppp

2005-02-02 Thread Adeodato Simó
* Christopher Martin [Tue, 01 Feb 2005 21:09:42 -0500]:
 If you're on a LAN, why are you using kppp? It would be helpful if you 
 could explain your situation in more detail.

  $ apt-get install kde

  ;-)

-- 
Adeodato Simó
EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
Listening to: Manolo Tena - Tocar madera
 
The reader this message encounters not failing to understand is cursed.



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



Bug#293103: ITP: atokx2 -- Kana-Kanji translation system ATOK for Linux (Installer)

2005-02-02 Thread Taku YASUI
NOKUBI Takatsugu wrote:
The installer package also non-free? I think it would be better to be
a contrib package rather than non-free.
No.  The section of this package is contrib/utils.
And the license of installer will be free (GPL?).
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#292997: /usr/lib/kde3/kcm_kontactknt.so is also in package kontact

2005-02-02 Thread Adeodato Simó
* Alex Gould [Mon, 31 Jan 2005 11:44:44 -0500]:
 Package: kontact-plugins
 Version: 4:3.2.3-2
 Severity: important
 Subject: /usr/lib/kde3/kcm_kontactknt.so is also in package kontact

Hi Alex!

  We need some more information to understand what has happened, could
  you please provide? (See questions below).

 apt fails to install because of the file conflict (see subject).

  - What package does apt fail to install, kontact or kontact-plugins?
(I assume kontact-plugins, but just to make sure...)

  - Why were you installing kontact-plugins? Did you 'apt-get install
kontact-plugins'? If so, why? Or, perhaps some other package
depended on it. If so, which package?

  - 'kontact-plugins' is no longer in the Debian archive, where did you
get it from?: (a) What does 'apt-cache policy kontact-plugins' say?
(b) What do you have in /etc/apt/sources.list?

  Once we get to know the above, we'll be in a position to see who is at
  fault here. Thanks!

-- 
Adeodato Simó
EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
Listening to: Manolo Tena - Llévame hasta el mar
 
Loan-department manager:  There isn't any fine print.  At these
interest rates, we don't need it.



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



Bug#292997: /usr/lib/kde3/kcm_kontactknt.so is also in package kontact

2005-02-02 Thread Adeodato Simó
* Stephen Gran [Tue, 01 Feb 2005 22:50:54 -0500]:

  reassign 292997 kontact
  retitle 292997 doesn't handle upgrades from the old kontact-plugins package

  * Ben Burton [EMAIL PROTECTED] [2005-02-02 09:56]:
Maybe upgrades aren't handled properly.  I'm CCing Ben.

   The material from the old kontact-plugins package is now part of
   kontact.  Kontact has the correct Replaces: line; since it replaces the
   kontact-plugins package completely I assume it needs a Conflicts: as
   well?

  I'm not sure - I always confuse Replaces/Conflicts/etc

 In this case you need the magic tuple of Provides/Conflicts/Replaces -
 this lets dpkg seamlessly overwrite files without complaint.

  Uhm, when a package disappears (kontact-plugins), Replaces should be
  enough. This is so because it is _not_ expected that users re-install
  the old package (because replaces only works one way, that is,
  installing the replacing package works, (re)installing the replaced
  one does not).

  Before adding Conflicts/Provides, I'm going to ask the submitter _why_
  and from _where_ he was installing kontact-plugins. From the error
  message in the original subject, one can deduce (or at least, that's
  how I interpret it) that kontact was already installed and properly
  configured... (so, the upgrade went fine).

  We'll see, thanks.

-- 
Adeodato Simó
EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
Listening to: Manolo Tena - Loco por verte
 
You cannot achieve the impossible without attempting the absurd.



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



Bug#293292: ITP: btexmms -- XMMS plugin to use some (Sony) Ericsson phones as a remote control

2005-02-02 Thread Peter 'p2' De Schrijver
Package: wnpp
Severity: wishlist


* Package name: btexmms
  Version : x.y.z
  Upstream Author : Name [EMAIL PROTECTED]
* URL : http://www.example.org/
* License : (GPL, LGPL, BSD, MIT/X, etc.)
  Description : XMMS plugin to use some (Sony) Ericsson phones as a remote 
control

This plugin allows using some Ericsson and Sony Ericsson phones as a remote 
control for XMMS. Phones which are known to work are the SE T68i and the
SE T610. The plugin uses the accessory commands documented in the
Ericsson R320 manual.

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


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



Bug#293291: nethack-common: sysv init script fails when user have customized shell

2005-02-02 Thread Ivar Smolin
Package: nethack-common
Severity: important
Tags: patch

when user have customized login shell, /etc/init.d/nethack-common may
fail. i suggest to add --shell option to su command:

- su -c /usr/lib/games/nethack/recover-helper $owner
+ su --shell=/bin/sh -c /usr/lib/games/nethack/recover-helper $owner

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.28-grsec


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



Bug#293275: xfsprogs: no-op fsck.xfs doesn't allow to explicitly check with shutdown -F

2005-02-02 Thread Nathan Scott
On Wed, Feb 02, 2005 at 07:48:55AM +0100, Marc Haber wrote:
 When I run shutdown -F, I expect my file systems to be checked on
 bootup, regardless whether the file system is journaling or not. I

I really wouldn't expect that, myself.

 might have enountered strange fs behavior and would like to be sure.

Run xfs_repair -n on just the specific filesystem then, not all,
and not during bootup.

 This doesn't work with xfs since fsck.xfs is a no-op.

There are of course other ways to achieve the same thing.  I don't
particularly like the idea of doing things like this on boot - it
is indiscriminately applied to all filesystems, which is problematic
as filesystem sizes increase (for any one filesystem).  The current
record, to give an idea, for one filesystem (many terabytes,  many
millions of inodes) was ~1 week to repair...

cheers.

-- 
Nathan


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



Bug#289006: java-package errors when checking free disk space on system with devfs

2005-02-02 Thread Tomas Hoger
reopen 289006 !
thanks

Hi Java-Package maintainers!

Bug #289006 is not resolved in 0.19 version.  I've tested on system with
devfs and I got following error:


Checking free diskspace:/usr/bin/make-jpkg: line 34: [: 56%: integer
expression expected
/usr/bin/make-jpkg: line 37: [: 56%: integer expression expected


WARNING: Possibly not enough free disk space in
/tmp/make-jpkg.UTEMhQ.

You need at least 194 MB, but only 56% MB seems free. Note: You
can specify an alternate directory by setting the environment variable


Fix to this issue is simple, just replace integer comparison on line 34 in
/usr/share/java-package/common.sh with string comparison (since $free can
be e.g. 56%).  So:

if [ $free -ne ${free%\%} ]; then

should be:

if [ $free != ${free%\%} ]; then

HTH

Regards,

Tomas



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



Bug#292618: wvdial: doesn't initialize serial port correctly since last update

2005-02-02 Thread Jérôme Schell
I confirm this bug.
Here is an interesting part of a strace of the execution of wvdial:
...
open(/dev/ttyS0, O_RDWR|O_NONBLOCK|O_NOCTTY|O_LARGEFILE) = 4
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 -opost -isig -icanon 
-echo ...}) = 0
ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 -opost -isig -icanon 
-echo ...}) = 0
select(5, [4], [], [], {0, 0})  = 0 (Timeout)
ioctl(4, TIOCGSERIAL, 0xbfffe4a0)   = 0
ioctl(4, TIOCSSERIAL, 0xbfffe460)   = -1 EPERM (Operation not permitted)
ioctl(4, TCFLSH, 0x2)   = 0
ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 -opost -isig -icanon 
-echo ...}) = 0
ioctl(4, SNDCTL_TMR_START or TCSETS, {B38400 -opost -isig -icanon -echo 
...}) = 0
ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 -opost -isig -icanon 
-echo ...}) = 0
close(4)= 0
write(3, -- , 4-- ) = 4
write(3, Cannot open /dev/ttyS0: Cannot s..., 63Cannot open 
/dev/ttyS0: Cannot set information for serial port.) = 63write(3, \n, 1
)   = 1
unlink(/var/lock/LCK..ttyS0)  = 0


So this seems to fail during an ioctl call giving an EPERM result.
(just to clarify, my user is part of dialout group so no problem of 
access permission to /dev/ttyS0)
--
Jérôme




Bug#288101: mpd: ID3v2 Support

2005-02-02 Thread Julien Langer
Hi,

this is in fact a bug with libid3tag0:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=278891

I've built my own package of libid3tag0 without the patch mentioned in
#278891 and now mpd works fine with id3v2 tags :)

Regards,
Julien



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



Bug#293294: dvi2ps: psfonts are disabled by default

2005-02-02 Thread Bernhard Kauer
Package: dvi2ps
Version: 3.2j-8
Severity: normal

In the default config PSNFSS fonts are disabled in /etc/texmf/dvi2ps/fontdesc.

This configuration is not suitable to process dvi-files using
the latex package prosper.

It can not find the fonts and gives errors like:
mktexpk: don't know how to create bitmap font for phvr7t.

Could these fonts be enabled or a question asked at installation?

Greetings
Bernhard Kauer

-- System Information:
Debian Release: 3.1
  APT prefers unstable
Architecture: i386 (i686)
Kernel: Linux 2.6.9.bb
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages dvi2ps depends on:
ii  debconf  1.4.42  Debian configuration management sy
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libkpathsea3 2.0.2-26path search library for teTeX (run
ii  libttf2  1.4pre.20030402-1.1 FreeType 1, The FREE TrueType Font
ii  tetex-base   2.0.2c-6Basic library files of teTeX
ii  vflib2   2.25.1-18   Vector Font Library for Japanese C


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



Bug#293295: Changetrack is sending errors from cron

2005-02-02 Thread Philippe Lafoucrière
Package: changetrack
Version: 3.18-6
Every day, I receive from some servers these changetrack errors :
/etc/cron.daily/changetrack:
[: 24: ==: unexpected operator
Here's my /etc/changetrack.conf :
/etc/lprfilter
/root/.bashrc
/etc/printcap
/etc/apt/preferences
/etc/apt/sources
/etc/apache/*
/etc/apache/conf.d/*
/etc/passwd
/var/spool/cron/crontabs/*
And my /etc/default/changetrack :
## Default setting for changetrack.  -*-shell-script-*-
## This file is sources from /etc/cron.{hourly,daily}/changetrack.
## Standard parameters: quiet, unified diffs, and mail to root.
PARAMS=-q -u -o [EMAIL PROTECTED]
## The location of the list of conffiles
CONFFILES_LIST=/var/lib/changetrack/all_conffiles.txt
## When set to yes, all conffiles on your system is tracked for changes
## in addition to the ones you put in /etc/changetrack.conf
AUTO_TRACK_ALL_CONFFILES=no
--
  
 |_  | Philippe LAFOUCRIERE - Hosting Manager
  / /  ZENI CORPORATION   http://zeni-corp.com
 |___| Phone : (33) 3 44 62 88 88
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#293292: ITP: btexmms -- XMMS plugin to use some (Sony) Ericsson phones as a remote control

2005-02-02 Thread Ricardo Mones
On Wed, 02 Feb 2005 10:41:16 +0100
Peter 'p2' De Schrijver [EMAIL PROTECTED] wrote:

   Version : x.y.z
   Upstream Author : Name [EMAIL PROTECTED]
 * URL : http://www.example.org/
 * License : (GPL, LGPL, BSD, MIT/X, etc.)

  Isn't there more informative data available?
-- 
  Ricardo Mones Lastra - [EMAIL PROTECTED]
  Centro de Inteligencia Artificial, Universidad de Oviedo en Gijon
  33271 Asturias, SPAIN. - http://www.aic.uniovi.es/mones


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



Bug#292866: locales listing incorrect when installing Sarge

2005-02-02 Thread GOTO Masanori
reassign 292866 debian-installer
thanks

At Sun, 30 Jan 2005 13:32:08 -0500,
Jonathan Wang wrote:
 When installing Sarge using debian-installer RC2 and with default 
 locale set to none, the dialog Configuring locales prompting for 
 which locales to generate lists as the first item Usage: 
 /usr/sbin/validlocale locale and is selected by default. Attempting 
 to continue installation with this item selected succeeds until the 
 system reboots and packages begin to be installed, at which point the 
 post-installation script for locale fails (presumably because it tried 
 to auto-generate the locale Usage...).
 
 Dropping into a shell, running dpkg-reconfigure --force locale and 
 deselecting the Usage... selection allows locale to install cleanly.

IIRC that problem should be fixed in the recent d-i version.  But I
don't confirm it, so I reassign it to debian-boot people.
debian-installer team, could you look at this bug?

Regards,
-- gotom


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



Bug#267799: fails to auto-load kernel module

2005-02-02 Thread Janeene Webb
I've found some more info on this issue from
http://www.reactivated.net/udevrules.php#nvidia, and while I'm not
entirely sure how to implement it, it does appear to solve the problem
of the nvidia module autoloading for kernel2.6 and udev, and should be
extendible to devfs as well.

Basically, what's happening is that X is *trying* to load the nvidia
module, but the /dev/nvidia* nodes take longer to be created than X
expects, so X gives up believing that it isn't working.

To fix the problem, you need to create the /dev/nvidia0
and /dev/nvidiactl device nodes on boot up (*without* necessarily
loading the nvidia module), then when X attempts to autoload the nvidia
module the delay to create the devices is no longer there, and X starts
fine.

I've tested the second option from the website below manually, buy
booting Debian, allowing X to fail, creating the device nodes manually
(nvidia module NOT loaded) then restarting X - and everything works
fine, X autoloaded the nvidia module and was happy.

So to resolve this bug, is it possible to add the /dev/nvidia0
and /dev/nvidiactl to the list of device nodes to include automatically
on boot up (rather than loading the module) when the nvidia module is
installed, and then remove them if the module is uninstalled?

As a worst case scenario assuming that the nodes couldn't be added to
the dev system created before devfs/udev started up, how about an init.d
script that created the nodes? And to remove the nvidia module without
removing the nodes?

Cheers,
Janeene.

 Quoted From the web site
http://www.reactivated.net/udevrules.php#nvidia

 udev vs Nvidia's graphics drivers
 This section isn't really relevant to the purpose of this document,
 but judging from the hits I get from google, this is a hot topic. I
 will leave it here for now.
 
 Nvidia's graphics drivers (the closed-source ones, not the ones that
 come with XFree) do not work with a default installation of udev - you
 are unable to start X. This is because the nvidia module is loaded by
 X, but the /dev/nvidia* nodes are not created quick enough, so X bails
 out.
 
 The solution to this problem is to autoload the nvidia module on
 bootup. Yes - you are *supposed* to do this - the NVidia FAQ confirms
 this! On devfs-based systems, devfs did this automatically at bootup
 anyway. Your linux distribution will have created a file which you can
 list modules to be loaded on bootup
 (e.g. /etc/modules.autoload.d/kernel-2.6 for Gentoo, /etc/modules for
 Debian).
 
 This isn't all - you will also need to patch the nvidia kernel
 interface to export some basic info to SYSFS so that udev will create
 the devices. Martin Schlemmer has written a patch against the 1.0.5336
 version of the nvidia drivers, which can be found here. The Gentoo
 package nvidia-kernel-1.0.5336-r4 contains this patch.
 
 Another solution is to simply create the nvidia specific nodes on
 bootup. X will then load the module when required, and as the nodes
 are already in existance, you will not run into the problem described
 above. Place these commands in a file that is automatically executed
 on bootup (e.g. /etc/conf.d/local.start for Gentoo): 
 
 mknod /dev/nvidia0 c 195 0
 mknod /dev/nvidiactl c 195 255
 You should now be able to get into X with no problems.



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



Bug#293154: /usr/include/pthread.h: No valid ANSI C

2005-02-02 Thread GOTO Masanori
At Tue, 1 Feb 2005 15:16:17 +0100,
Matthias Klose wrote:
 patch at http://people.ubuntu.com/patches/glibc-pthread-sigsetjmp.diff
 
 breaks gcc-4.0 bootstraps on architectures with nptl threads. would be
 nice to fix for sarge ...
 
 see http://gcc.gnu.org/ml/gcc-patches/2005-01/msg02245.html for
 upstream information.

I looked at your URI, but I didn't find any useful information.
How to reproduce the problem?

Regards,
-- gotom


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



Bug#293154: /usr/include/pthread.h: No valid ANSI C

2005-02-02 Thread Matthias Klose
GOTO Masanori writes:
 At Tue, 1 Feb 2005 15:16:17 +0100,
 Matthias Klose wrote:
  patch at http://people.ubuntu.com/patches/glibc-pthread-sigsetjmp.diff
  
  breaks gcc-4.0 bootstraps on architectures with nptl threads. would be
  nice to fix for sarge ...
  
  see http://gcc.gnu.org/ml/gcc-patches/2005-01/msg02245.html for
  upstream information.
 
 I looked at your URI, but I didn't find any useful information.
 How to reproduce the problem?

bootstrapping gcc CVS.

http://gcc.gnu.org/PR19333


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



Bug#293296: detect outdated libtool

2005-02-02 Thread Peter Eisentraut
Package: lintian
Version: 1.23.7
Severity: wishlist

It would be nice if lintian could detect if a package uses an outdated
libtool, the kind that always makes the day of the arm buildd maintainers.
I think this could be detected with fair accuracy from the source package.
Unfortunately, many packages still use outdated libtools, and sometimes
they even slip back in after the bug was fixed.  This check could save
many useless upload cycles.  Something to think about.


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



Bug#293297: attraction: Ball Mass and Ball Count not independently controllable

2005-02-02 Thread Michael Deegan
Package: xscreensaver
Version: 4.16-1
Severity: normal

In config/attraction.xml, Ball Mass and Ball Count both have the same id
attribute, which means that (with kscreensaver 4:3.3.1-1 at least) the
specified Ball Count gets ignored.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing'), (98, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-rc3
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

Versions of packages xscreensaver depends on:
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libglade2-0  1:2.4.1-1   Library to load .glade files at ru
ii  libglib2.0-0 2.6.1-3 The GLib library of C routines
ii  libgtk2.0-0  2.4.14-2The GTK+ graphical user interface 
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libjpeg626b-9The Independent JPEG Group's JPEG 
ii  libpam0g 0.76-22 Pluggable Authentication Modules l
ii  libpango1.0-01.6.0-3 Layout and rendering of internatio
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxml2  2.6.11-5GNOME XML library
ii  libxmu6  4.3.0.dfsg.1-10 X Window System miscellaneous util
ii  libxrandr2   4.3.0.dfsg.1-10 X Window System Resize, Rotate and
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  libxt6   4.3.0.dfsg.1-10 X Toolkit Intrinsics
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- no debconf information

-- 
_
Michael Deegan, Unix Support Officer, Murdoch University, Ph. +61 8 9360 6967


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



Bug#293125: Is woody impacted?

2005-02-02 Thread Helge Kreutzmann
Hello,
the tags indicate that woodys postgresql is impacted as well. The
latest entry in the changelog is, however, from 26 Oct 2004, and
reading the bug report I did not find a indication to the contrary.

Please reopen if a DSA is forthcoming. Thanks.

Greetings

  Helge
-- 
Helge Kreutzmann, Dipl.-Phys.   [EMAIL PROTECTED]
   gpg signed mail preferred 
64bit GNU powered  http://www.itp.uni-hannover.de/~kreutzm
   Help keep free software libre: http://www.freepatents.org/


pgprR2VQ9ysMy.pgp
Description: PGP signature


Bug#293183: tetex-extra: spacing of footnotes with hyperref and pdflatex

2005-02-02 Thread Arnaud Giersch
Mardi le 01 février 2005, vers 23:26:37 (CET), Prakash Countcham a
écrit:

 What is the difference? Is it possible to see the difference in a
 document that does not use this entcs.cls?

 The difference is the number of letters on the second line. I think it is
 possible to see the difference in a standard document, but I don't have time
 to find the correct margins, characters size, etc. to reproduce the same
 bug.

Hello,

Unfortunately, I am unable to reproduce the bug by using footnotes
with a standard document class.

After further investigations, it seems that the bug appears because
entcls.cls redefines footnotes to use \refstepcounter instead of
\stepcounter.

The following code exhibits a similar bug, using only standard article
class and \refstepcounter:

%%
\documentclass{article}

%\usepackage[pdftex]{hyperref}
%\usepackage[dvips]{hyperref}
%\usepackage{hyperref}

\newcounter{a}
\newlength{\La}
\newlength{\Lb}

\begin{document}

\setlength{\La}{\textwidth}
\addtolength{\La}{-\parindent}
\settowidth{\Lb}{ hyphen}
\addtolength{\La}{-\Lb}

\newcommand{\test}[1]{%
  \par\rule{\La}{1pt} #1 \rule{5em}{1pt}.}

\test{hyphenation}
\test{hyphenation\stepcounter{a}}
\test{hyphenation\refstepcounter{a}}

\end{document}
%%

In the third test the word hyphenation is not always hyphenated.  In
the following table, you can see the results for different cases:

 * without hyperref;

 * with hyperref, without option (it loads automatically the dvips
   driver with latex, and the pdftex driver with pdflatex);

 * with hyperref, with option specifying the driver to use
   (i.e. dvips for latex, or pdftex for pdflatex).

In the table, I note correct when the word is hyphenated, and
wrong when it is not.

DVI (latex) PDF (pdflatex)
--
without hyperrefcorrect correct
hyperref, no option wrong   wrong
hyperref, with option   correct wrong
--

Note that the behavior is correct with hyperref when the dvips
option is given while it is not with the implicit behavior.  This is
because the dvips option redefines [EMAIL PROTECTED], while it is not
the case when the default is used:

[EMAIL PROTECTED]
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
}

This particular point may be a Debian (or teTex) specificity: with the
upstream hyperref (as found on CTAN), the default driver is
hypertex.

It is this different behavior with or without [EMAIL PROTECTED] that made
me try to modify this macro.


 Furthermore, the bug disappears if we just remove the package hyperref from
 entcs.cls .

It disappears too if you modify (or comment) the redefinitions of
\footnote and \footnotemark in entcs.cls.


 Arnaud Giersch, in message [EMAIL PROTECTED], found
 that it was a bug of hyperref and proposed the following patch for the

 Why do you think that inserting an italic correction here makes a
 difference between latex and pdflatex? 

 I don't really understand it, but Donald Arseneau suggested that in 
 http://groups.google.fr/groups?threadm=c1.2b8.2K1LTn%2409i%40ag.rhein-main.de

I do not fully understand myself why an italic correction does the
trick.  I suggested this patch by simply following the advice given by
Donal Arseneau.

After some thinking, I do not even know if the patch is good enough or
if it breaks things elsewhere.  :-(

About this old c.t.t. thread, the following comment, found in
hyperref.dtx, suggests that the bug talked about if already fixed.  I
however did not find the relevant Changelog entry.

%Redefine [EMAIL PROTECTED], borrowing its code (at the
%cost of getting out of sync with latex.ltx), to take
%advantage of its white space and hyphenation fudges. If we just
%overload it, we can get variant documents (the word before the
%footnote is treated differently). Thanks to David Carlisle and
%Brian Ripley for confusing and helping me on this.


Regards,
-- 
Arnaud



Bug#293298: refreshes repeatedly when the refresh downloads a file (e.g sourceforge)

2005-02-02 Thread Sam Watkins
Package: elinks
Version: 0.9.3-1
Severity: normal

If you try to download something from sourceforge with elinks, you will
see what I mean.

Sourceforge pages such as this (a small file):

  http://prdownloads.sf.net/mingw/emacs-cvs-mingwPORT-1.tar.bz2?download

Use a meta refresh tag like this:

  META HTTP-EQUIV=refresh content=5; 
URL=http://optusnet.dl.sourceforge.net/sourceforge/mingw/emacs-cvs-mingwPORT-1.tar.bz2;

to kick off downloads.

elinks offers to download the file in response to this meta refresh tag,
however after one download is started, it offers to download it again,
and again ad-infinitum - it expects a refresh to cause a different page
to be loaded, but in this case it starts a file download instead.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Kernel: Linux 2.6.10-1-386
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages elinks depends on:
ii  debconf 1.4.41   Debian configuration management sy
ii  libbz2-1.0  1.0.2-2  high-quality block-sorting file co
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libexpat1   1.95.8-1 XML parsing C library - runtime li
ii  libgnutls11 1.0.16-13GNU TLS library - runtime library
ii  libgpmg11.19.6-19General Purpose Mouse - shared lib
ii  liblua505.0.2-5  Main interpreter library for the L
ii  liblualib50 5.0.2-5  Extension library for the Lua 5.0 
ii  zlib1g  1:1.2.2-4compression library - runtime

-- no debconf information


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



Bug#293299: lsbdev-guide: RoQA; out of date, orphaned debian, orphaned upstream

2005-02-02 Thread Matt Taggart
Package: ftp.debian.org
Severity: normal

The lsbdev-guide package contains a document on developing LSB
applications.  The document is out of date and has been orphaned
both upstream and in Debian. Please remove from testing and unstable.

Thanks,

-- 
Matt Taggart
[EMAIL PROTECTED]


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



Bug#293281: squirrelmail: Config file in /var

2005-02-02 Thread Thijs Kinkhorst
On Wed, February 2, 2005 08:25, Cyril Bouthors said:
 Squirrelmail contains a configuration file in /var; which is a serious
 violation of the policy.

Thank you for your report, I think you are right. I will take a look at
what it takes to move this file to /etc, also upstream since it's a more
logical place anyway.


Regards,
Thijs Kinkhorst



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



Bug#293301: viewcvs-query package description is not informative

2005-02-02 Thread Sam Watkins
Package: viewcvs-query
Severity: minor

The package description for viewcvs-query says:

Description: view CVS (viewcvs-query.cgi)
 The ViewCVS software was inspired by cvsweb (by Henner Zeller).
 ViewCVS can browse directories, commit-logs, and specific revisions of files.
 It can display diffs between versions and show selections of files based on
 tags or branches.
 .
 This package includes viewcvs-query.cgi


It would be helpful to tell us what viewcvs-query.cgi actually is, and why it's 
packaged separately.



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Kernel: Linux 2.6.10-1-386
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages viewcvs-query depends on:
pn  python-egenix-mxdatetime Not found.
pn  python-mysqldb   Not found.
pn  viewcvs  Not found.


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



Bug#293302: [patch] use MMX optimized effects on x86

2005-02-02 Thread Jindrich Makovicka
Package: xmame
Version: 0.90-1
Current XMAME does not use optimized effect routines on x86 processors, 
which makes games running with -ef N option _very_ slow (mostly 
unplayable). The attached patch just adds EFFECT_MMX_ASM=1 to the build 
options for x86. As MAME uses runtime CPU detection, it should still run 
even on non-MMX x86 machines, according to the documentation.

--
Jindrich Makovicka
--- rules.orig  2005-02-02 11:59:58.0 +0100
+++ rules   2005-02-02 12:01:11.0 +0100
@@ -62,6 +62,7 @@
 ifeq ($(DEB_HOST_ARCH),i386)
 DEB_OPTFLAGS=-02 -Wall -Wno-unused -march=i586 -mcpu=i686 
-fomit-frame-pointer -funroll-loops -ffast-math -pipe
 DEB_COMMON_OPTS += X86_MIPS3_DRC=1
+DEB_COMMON_OPTS += EFFECT_MMX_ASM=1
 else
 DEB_OPTFLAGS=-02 -Wall -Wno-unused -fomit-frame-pointer -funroll-loops 
-ffast-math -fsigned-char -pipe -mlongcall
 endif


Bug#293303: lsbdev: RoM; buggy, orphaned upstream

2005-02-02 Thread Matt Taggart
Package: ftp.debian.org
Severity: critical

lsbdev provides an LSB development environment via a chroot with bind
mounts. This system is complicated and buggy(4 RC bugs, 4 non-RC), it
affects other packages on the system (interferes with upgrades) and
has caused data loss due to misunderstandings and bugs in bind
mounting. Overall it sucks and upstream has mostly abandoned this
approach and has switched to a compiler wrapper system instead. I
believe it is possible to re-implement this system in a way that
doesn't rely on bind mounting, but until this is done upstream, this
package does not belong in Debian. 

Please remove from testing and unstable.

I'd also like to apologize for taking so long to make the decision to
remove this package.

-- 
Matt Taggart
[EMAIL PROTECTED]


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



Bug#288047: Woody affected (?), reopening to avoid loss

2005-02-02 Thread Helge Kreutzmann
reopen 288047
tags 288047 = woody,security
thanks

Since there was no further reply on this bug report, I assume that it
is not clear weather woody is affected or not. To ensure that this
stays marked, I reopen.

Once this is clarified (i.e., a DSA prepared or woody found not
vulnerable) this bug then can be closed for good.

Greetings

 Helge


-- 
Helge Kreutzmann, Dipl.-Phys.   [EMAIL PROTECTED]
   gpg signed mail preferred 
64bit GNU powered  http://www.itp.uni-hannover.de/~kreutzm
   Help keep free software libre: http://www.freepatents.org/


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



Bug#271427: another Debian font bug

2005-02-02 Thread Danilo egan
Today at 1:46, Dafydd Harries wrote:

 Ok, I now have a list of glyphs to copy based on your list and the ones
 which I've identified as broken. I've uploaded a new .deb, plus the
 latest versions of my scripts and their various outputs to the same
 location as before:

   http://muse.19inch.net/~daf/dump/271427/

I'll test these in Ubuntu now.  Lets see how it goes.

 The copy-cyrillic.sh script contains the list of glyphs copied.

Just a minor point, not very important anyway, since it's in a comment:

#  : U+040b : afii10060 : capital Tshe
  ^  this should be  :)

 Yeah, it seems this was due to a bug in my script where it wouldn't copy
 the glyphs if they were not already in the target font. I've now fixed
 this, with some help from the Fontforge author. The only drawback is
 that these glyphs are added at the end of the font rather than inserted
 in order, but I don't think it's enough to worry about.

This is no problem, because no modern client uses encoding vector in
the font to access these glyphs anyway (since it's limited to 256
entries, and is probably AdobeStandardEncoding for GS fonts). 


I'll complain if I see any problem with fonts, but if I'm quiet,
assume everything is fine.

Cheers,
Danilo



Bug#293304: mdadm: Assemble order: -A -s doesn't start hierarchical RAIDs

2005-02-02 Thread Thomas Karcher
Package: mdadm
Version: 1.8.1
Severity: normal
Tags: patch

mdadm installed, I built two RAID0s (md0, md1) with two discs each. Now I build 
a
RAID5 out of these RAID0s and two additional real discs (md2) (yes,
performance not good, but cheap ;). But when booting up, a mdadm -A -s
only finds the two RAID0s, I have to run mdadm -A -s manually again to
have the RAID5 activated. I suppose this is because of the search
order of mdadm - if it assembled md0 and md1 first, it would find md2,
but it doesn't ...

I wrote an email to Neil Brown, programmer of the original mdadm tool.
He said, there's a bug in the 1.8.1 release that prevents mdadm from
building all defined RAIDs to be assembled correctly.

He sent me a patch that worked for me perfectly:
http://neilb.web.cse.unsw.edu.au/~neilb/source/mdadm/patch/patch-1.9.0-pre1
(Thanks, Neil! :)

For diagnosis, my config:
munin:~# cat /proc/mdstat
Personalities : [raid0] [raid5]
md2 : active raid5 md0[0] hdg1[3] hde1[2] md1[1]
  591868416 blocks level 5, 64k chunk, algorithm 2 [4/4] []

md1 : active raid0 hdc1[0] hdd1[1]
  197289536 blocks 64k chunks

md0 : active raid0 hda1[0] hdb1[1]
  197289536 blocks 64k chunks

unused devices: none
munin:~# cat /etc/mdadm/mdadm.conf
DEVICE partitions
ARRAY /dev/md0 level=raid0 num-devices=2
UUID=c96c2ddc:b0ce5e2a:ccdf137c:05e0343f
   devices=/dev/hda1,/dev/hdb1
ARRAY /dev/md1 level=raid0 num-devices=2
UUID=0badc57b:37e026e6:6d51311f:2aa8aee4
   devices=/dev/hdc1,/dev/hdd1
ARRAY /dev/md2 level=raid5 num-devices=4
UUID=6b8b4567:327b23c6:643c9869:66334873
   devices=/dev/md0,/dev/md1,/dev/hde1,/dev/hdg1


So far, this bug is almost solved ... :)

Thanks!

Thomas




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

Versions of packages mdadm depends on:
ii  debconf 1.4.40   Debian configuration management sy
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  makedev 2.3.1-75 Creates device files in /dev


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



Bug#199352: bug #199352 - cdrecord lacks of a standard convenient documentation

2005-02-02 Thread browaeys . alban
In fact, for me CD-Writing-HOWTO has covered the most of the questions (and in 
quite a short time), and I found it easy to get various information from the
manpage and the whole bunch of 73 files in /usr/share/doc/cdrecord/ directory.

However, it would be even better if all the information was collected in single
place, namely an Info manual where it may be even easier to find it (especially
by lusers like me).  Note:  you do not have to write the entire new manual, you
can compile it from those 73 files, getting the HOWTO I've mentioned below as
the base for it (if its author will permit).


the advanced documentation, tips and mail extracts have moved to
cdrtools-doc.
cdrecord doc directory now only contains a few files with only
relevant information for most user.

The basic usage of cdwriting and other such tasks are in the
debian reference (even if not up to date).
http://www.debian.org/doc/manuals/reference/ch-tune.en.html#s-cdrw

Was the bug about basic cdrecord usage or advanced cdrecord
features (the kind of rscsi ) ?

If the former maybe the bug could be reassigned to the debian
reference packages to get it up to date with current cdrecord
README which are pretty simple and good.


Alban



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



Bug#293305: balsa: segmentation fault when compose message window appears

2005-02-02 Thread marcob
Package: balsa
Version: 2.2.6-1
Severity: normal



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

Versions of packages balsa depends on:
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libaspell15  0.50.5-5The GNU Aspell spell-checker runti
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libaudiofile00.2.6-5 Open-source version of SGI's audio
ii  libbonobo2-0 2.8.0-4 Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.8.0-2 The Bonobo UI library
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libcomerr2   1.36rc5-1   common error description library
ii  libesd-alsa0 [libesd0]   0.2.35-2Enlightened Sound Daemon (ALSA) - 
ii  libesmtp51.0.3-1 LibESMTP SMTP client library
ii  libfontconfig1   2.2.3-4 generic font configuration library
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgail-common   1.8.2-1 GNOME Accessibility Implementation
ii  libgail171.8.2-1 GNOME Accessibility Implementation
ii  libgconf2-4  2.8.1-4 GNOME configuration database syste
ii  libgcrypt11  1.2.0-11LGPL Crypto library - runtime libr
ii  libglade2-0  1:2.4.1-2   library to load .glade files at ru
ii  libglib2.0-0 2.6.1-3 The GLib library of C routines
ii  libgmime2.1  2.1.10-1MIME library, unstable version
ii  libgnome-keyring00.4.1-1 GNOME keyring services library
ii  libgnome2-0  2.8.0-6 The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.8.0-1 A powerful object-oriented display
ii  libgnomeprint2.2-0   2.8.2-1 The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0 2.8.2-2 GNOME 2.2 print architecture User 
ii  libgnomeui-0 2.8.0-3 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.8.3-11The GNOME virtual file-system libr
ii  libgnutls11  1.0.16-13   GNU TLS library - runtime library
ii  libgpg-error01.0-1   library for common error values an
ii  libgpgme11   1.0.2-1 GPGME - GnuPG Made Easy
ii  libgtk2.0-0  2.4.14-2The GTK+ graphical user interface 
ii  libgtkhtml3.2-11 3.2.4-1 HTML rendering/editing library - r
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libjpeg626b-9The Independent JPEG Group's JPEG 
ii  libkrb53 1.3.6-1 MIT Kerberos runtime libraries
ii  libldap2 2.1.30-3OpenLDAP libraries
ii  libltdl3 1.5.6-4 A system independent dlopen wrappe
ii  liborbit21:2.10.2-1.1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.8.0-3 Layout and rendering of internatio
ii  libpcre3 4.5-1.1 Perl 5 Compatible Regular Expressi
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libsqlite0   2.8.15-4SQLite shared library
ii  libssl0.9.7  0.9.7e-3SSL shared libraries
ii  libtasn1-2   0.2.10-4Manage ASN.1 structures (runtime)
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxml2  2.6.11-5GNOME XML library
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information


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



Bug#153666: XFS support for aboot

2005-02-02 Thread Helge Kreutzmann
Hello Jan-Jaap,
just to keep you posted: I have informed upstream of your patch and
asked for comments, but so far I have not received any. I will not
prepare a new aboot at this time, because base is frozen and I'd like
to avoid the trouble of sepearting post-Sarge and Sarge issues (if
such should come up).

I hope to have a look myself once Sarge is released and I am convinced
upstream will comment on it also. 

If you come up with any additional comments or changes, please post
them to this bug, they will not be lost.

Greetings

  Helge
-- 
Helge Kreutzmann, Dipl.-Phys.   [EMAIL PROTECTED]
   gpg signed mail preferred 
64bit GNU powered  http://www.itp.uni-hannover.de/~kreutzm
   Help keep free software libre: http://www.freepatents.org/


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



Bug#171063: Document-Splitting for unison-manuals

2005-02-02 Thread Helge Kreutzmann
Hello,
is this wishlist-bug being considered? It should not be too difficult
(I might write a patch if you'd like). But at least the intent of the
package maintainers should be recorded, possibly by adding wontfix if
they choose so.

Greetings

  Helge
-- 
Helge Kreutzmann, Dipl.-Phys.   [EMAIL PROTECTED]
   gpg signed mail preferred 
64bit GNU powered  http://www.itp.uni-hannover.de/~kreutzm
   Help keep free software libre: http://www.freepatents.org/


pgpbioBevxJSu.pgp
Description: PGP signature


Bug#293183: tetex-extra: spacing of footnotes with hyperref and pdflatex

2005-02-02 Thread Frank Küster
tags 293183 fixed-upstream fixed-in-experimental
thanks

Heiko Oberdiek [EMAIL PROTECTED] schrieb:

 In all three versions is is at the end of the second line.
 Thus I cannot reproduce the problem.

Yes, it seems to exist only in the versions in tetex-2.0.2. With
tetex-2.99.9, all is well.

Regards, Frank

-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer




Bug#42158: !ncheezz can S.Shhedd

2005-02-02 Thread Burt
axisymmetric was bitternut your carmen in the cancerous of tootle
voltaic and farmhouse was cloakcamelot upto converge
mothball in indebted the palestine for rna

---

 l0ose iincheesss in an hr.
else your mooneey baacckkk



Co.py  the liank beloow and  paaste in you, brows`er

cajole.Fastmail.ca.fitnesssearch.info






by.e


 fitness search . info /r/index.html

re move spa ces fr.om the abo.ve web l ink



darling is folklore your concur in the mean of evict
conquest and rd was oldenburgbran upto barter
footstool in stockade the martyrdom for binary



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



Bug#70001: goodbye to the thighs in 1 hr.

2005-02-02 Thread Aida Santana
cling was excelled your carthage in the arrear of stoic
presumptuous and sclerosis was d'oeuvretedium upto discriminable
ophiuchus in meredith the typo for candlewick

---

 l0ose iincheesss in an hr.
else your mooneey baacckkk



Co.py  the liink belo.w and  pauste in you' brows`er

apathy.fastmail.fm.fitnesssearch.info






by.e


 fitness search . info /r/index.html

re move spa ces fr.om the abo.ve web l ink



rhythm is czar your dorothea in the startup of nanometer
buttermilk and maryland was equinealgal upto dorothea
bathrobe in biggs the baptiste for mcdonald



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



Bug#290778: timing issues that affect the bug manifestation

2005-02-02 Thread Vassilii Khachaturov
When the nvidia driver is auto-loaded, then, once
I do a startx (which causes the X server to start and pull in the driver),
when I switch back to a text VC or when the X server finishes,
the bug manifests in at least 9 cases out of 10. Cases when it doesn't
happen then are extremely rare on my machine, although they do happen.

However, if nvidia is preloaded via /etc/modules (in this scenario
udev is running, the previous one was w/o udev), then the bug manifests
itself in about 4 cases out of 10, with the same sequence of the
actions on my behalf.

startx causes KDE to run in both cases. IIRC, KDE does use some of the
GL features for its bells and whistles.


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



Bug#268122: Addendum

2005-02-02 Thread Jaakko Niemi
 This happens with exec-shield also, and can be worked around
 with either setarch or echo 1
 /proc/sys/kernel/exec-shield-randomize.

 Wonder how Fedora manages to run ntpd, as they have 
 exec-shield turned on by default (iirc). At least:

 
http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/core/development/SRPMS/ntp-4.2.0.a.20040617-6.src.rpm%5Bpeek%5D

 Shows nothing obivious.

--j



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



Bug#176758: trn uses postinst, not debconf

2005-02-02 Thread Alex Mohr
Package: trn
Version: 3.6-17
Followup-For: Bug #176758

trn still uses postinst for configuration rather than debconf.  That makes
unatteneded installs with frontend noninteractive and priority critical 
impossible
without working around this specific package.

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

Versions of packages trn depends on:
ii  inn2-inews [inews]  2.4.2-1  NNTP client news injector, from In
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libncurses5 5.4-4Shared libraries for terminal hand

-- no debconf information


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



Bug#109996: ircii uses postinst, not debconf: unattended installs don't work

2005-02-02 Thread Alex Mohr
Package: ircii
Version: 20030315-1
Followup-For: Bug #109996

ircii still uses postinst, not debconf.  Although that feature has been on
the wishlist for 3+ years, unattended installs are made much more difficult
because of it.  Please consider upgrading the severity for the sarge release.

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

Versions of packages ircii depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libncurses5 5.4-4Shared libraries for terminal hand

-- no debconf information


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



Bug#293307: parted does not recognize MS-DOS partition table on iPod

2005-02-02 Thread Gaudenz Steinlin
Package: parted
Version: 1.6.21-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Parted does not recognize the ms-dos partition table on my iPod.
Although the kernel sees the partitions and they are listed by fdisk 
on an i386 linux box.

[EMAIL PROTECTED]:~$ sudo parted /dev/sdb print
Error: Unable to open /dev/sdb - unrecognised disk label.
Information: Don't forget to update /etc/fstab, if necessary.

output of fdisk (on another box):
Disk /dev/sda: 40.0 GB, 4536576 bytes
255 heads, 63 sectors/track, 4863 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   1   5   401310  Empty
/dev/sda2   *   6486339021885b  W95 FAT32

[EMAIL PROTECTED]:~$ cat /proc/partitions
major minor  #blocks  name

   3 0   19535040 hda
   3 1 31 hda1
   3 2 28 hda2
   3 3 28 hda3
   3 4 28 hda4
   3 5 28 hda5
   3 6256 hda6
   3 7256 hda7
   3 8256 hda8
   3 9800 hda9
   3101464844 hda10
   3112728660 hda11
   3125242880 hda12
   313800 hda13
   314 512000 hda14
   3159584144 hda15
   816   39063024 sdb
   817  40131 sdb1
   818   39021885 sdb2

I formated this iPod with the iPod firmaware updater on windows.
Attached you can find the first 512 Bytes of /dev/sdb (the iPod).

Gaudenz

- -- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (400, 'experimental')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.9-powerpc
Locale: LANG=de_CH, LC_CTYPE=de_CH (charmap=ISO-8859-1)

Versions of packages parted depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libncurses5 5.4-4Shared libraries for terminal hand
ii  libparted1.6-12 1.6.21-1 The GNU Parted disk partitioning s
ii  libreadline55.0-10   GNU readline and history libraries

- -- no debconf information

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

iD8DBQFCAMCl8rUqXQpftocRAg5rAKCW8YFfWd9ZSNkVpq3+UcyA2JuCCQCfUNxT
AsHeh0GIK9NRHjP+bxAuolk=
=ncxM
-END PGP SIGNATURE-


ipod_boot_sector
Description: Binary data


Bug#293305: balsa: segmentation fault when compose message window appears

2005-02-02 Thread Andrew Lau
On Wed, Feb 02, 2005 at 12:34:29PM +0100, marcob wrote:
 Package: balsa
 Version: 2.2.6-1
 Severity: normal

Hi Marcob,

There's nothing I can do for you unless you provide me with a backtrace
or strace. You've simply given me nothing to work with here!

Yours sincerely,
Andrew Netsnipe Lau

-- 
---
Andrew Netsnipe Lau   http://www.cse.unsw.edu.au/~alau/
 Debian GNU/Linux Maintainer  UNSW Computing Students' Society President
 -
  Nobody expects the Debian Inquisition!
 Our two weapons are fear and surprise...and ruthless efficiency!
---


signature.asc
Description: Digital signature


Bug#291831: po4a: some errors with with d-i manual's xmlw files

2005-02-02 Thread Carlos Liu
On Fri, Jan 28, 2005 at 10:42:13PM +0100, Jordi Vilalta wrote:
 Hi,
 
 I've just commited a patch to the CVS that I think fixes both issues (both 
 came because of the same bug).
 
 The problem appeared because there are unpaired ' or  in the comments, 
 and po4a failed to find the end of the comment ( -- ), due to some 
 useless tests.
 
 Please check that everything works fine now.
 
Yes, It's fixed. Thanks for your work.

-- 
 Best Regards,
 Carlos


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



Bug#271427: another Debian font bug

2005-02-02 Thread Florian Weimer
* Dafydd Harries:

 Ok, I now have a list of glyphs to copy based on your list and the ones
 which I've identified as broken. I've uploaded a new .deb, plus the
 latest versions of my scripts and their various outputs to the same
 location as before:
 
   http://muse.19inch.net/~daf/dump/271427/

Judging by a quick test, the Courier font metrics appear to be
unchanged.  Thanks.

 One thing that needs some consideration is which version number to give
 this updated package. The three most recent versions were:

  - 8.14-3.
  - 8.14+urwcyr1.0.7pre35-1, which I understand used Valek's fonts as
upstream source.
  - 8.14+v8.11-0.1, Florian's NMU which reverted the .orig.tar.gz back to
that of 8.14, in order to fix the metrics problems introduced by the
previous upload.

 I guess 8.14+urwcyr1.0.7pre40 will do for the upstream version.

No, it's not greater than the version in my upload.  You'd have to use
an epoch in this case, or choose something that is recognized by dpkg
--compare-versions as greater than the previous version.


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



Bug#293305: gdb output

2005-02-02 Thread marcob
GNU gdb 6.3-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i386-linux...(no debugging symbols found)
Using host libthread_db library /lib/tls/libthread_db.so.1.

(gdb) run --diable-crash-dialog
Starting program: /usr/bin/balsa --diable-crash-dialog
(no debugging symbols found)
...
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 1095752864 (LWP 4159)]
(no debugging symbols found)
...
(no debugging symbols found)
** Message: init gpgme version 1.0.2
(no debugging symbols found)
...
(no debugging symbols found)
Not accessible mailbox /home/marcob/mail/myAddressBook
opening Inbox..
[New Thread 1105796016 (LWP 4164)]
done, msgcnt=0
(no debugging symbols found)

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1095752864 (LWP 4159)]
0x40cd801b in g_ucs4_to_utf16 () from /usr/lib/libglib-2.0.so.0
(gdb) bt
#0  0x40cd801b in g_ucs4_to_utf16 () from /usr/lib/libglib-2.0.so.0
#1  0x40cd832d in g_utf8_validate () from /usr/lib/libglib-2.0.so.0
#2  0x080cf266 in libbalsa_address_book_vcard_new ()
#3  0x080cf581 in libbalsa_address_book_vcard_new ()
#4  0x080cfc9f in libbalsa_address_book_vcard_new ()
#5  0x080dcac4 in libbalsa_POINTER__POINTER_POINTER ()
#6  0x40c62919 in g_cclosure_new_swap () from /usr/lib/libgobject-2.0.so.0
#7  0x40c62686 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#8  0x40c737a5 in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#9  0x40c72bdc in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#10 0x40c73076 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#11 0x080d0844 in libbalsa_address_book_alias_complete ()
#12 0x080d0f39 in libbalsa_address_book_strerror ()
#13 0x080d116d in libbalsa_address_book_strerror ()
#14 0x080d1211 in libbalsa_address_book_strerror ()
#15 0x40c741f6 in g_cclosure_marshal_VOID__VOID ()
   from /usr/lib/libgobject-2.0.so.0
#16 0x40c62686 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#17 0x40c73d1f in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#18 0x40c72dec in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#19 0x40c73166 in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#20 0x4081814a in gtk_entry_get_type () from /usr/lib/libgtk-x11-2.0.so.0
#21 0x4088054c in _gtk_marshal_VOID__STRING_INT_POINTER ()
   from /usr/lib/libgtk-x11-2.0.so.0
#22 0x40c6298b in g_cclosure_new_swap () from /usr/lib/libgobject-2.0.so.0
#23 0x40c62686 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#24 0x40c737a5 in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#25 0x40c72dec in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#26 0x40c73166 in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#27 0x40817afc in gtk_entry_get_type () from /usr/lib/libgtk-x11-2.0.so.0
#28 0x4081416d in gtk_editable_insert_text () from /usr/lib/libgtk-x11-2.0.so.0
#29 0x080b639a in config_defclient_save ()
#30 0x080b755b in config_defclient_save ()
#31 0x40c741f6 in g_cclosure_marshal_VOID__VOID ()
   from /usr/lib/libgobject-2.0.so.0
#32 0x40c62686 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#33 0x40c73d1f in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#34 0x40c72dec in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#35 0x40c73166 in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#36 0x407f6529 in gtk_combo_box_set_active () from /usr/lib/libgtk-x11-2.0.so.0
#37 0x080bc3d8 in add_attachment ()
#38 0x080bcd3b in sendmsg_window_new ()
#39 0x0809d78d in balsa_window_find_current_index ()
#40 0x40c741f6 in g_cclosure_marshal_VOID__VOID ()
   from /usr/lib/libgobject-2.0.so.0
#41 0x40c62686 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#42 0x40c73d1f in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#43 0x40c72dec in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#44 0x40c73166 in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#45 0x4092fad9 in gtk_tool_button_get_type () from /usr/lib/libgtk-x11-2.0.so.0
#46 0x40c741f6 in g_cclosure_marshal_VOID__VOID ()
   from /usr/lib/libgobject-2.0.so.0
#47 0x40c62686 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#48 0x40c73d1f in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#49 0x40c72dec in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#50 0x40c73076 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#51 0x407c12a5 in gtk_button_clicked () from /usr/lib/libgtk-x11-2.0.so.0
#52 0x407c22bb in _gtk_button_paint () from /usr/lib/libgtk-x11-2.0.so.0
#53 0x40c741f6 in g_cclosure_marshal_VOID__VOID ()
   from /usr/lib/libgobject-2.0.so.0
#54 0x40c62919 in 

Bug#293308: lpr asks question in postrm

2005-02-02 Thread Alex Mohr
Package: lpr
Severity: normal

When removing lpr (discovered via unattended install of lpr-ppd):
Removing lpr ...
Purging configuration files for lpr ...
Do you want to remove /var/spool/lpd? [y/N] 

This questions makes unattended installs impossible without working around
this pacakage.  My understanding is that this behavior violates DPM.

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


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



Bug#293309: kernel-image-2.4.27-2-686: kernel-image fails unattended install

2005-02-02 Thread Alex Mohr
Package: kernel-image-2.4.27-2-686
Severity: normal

Unattended upgrades of kernel-image are difficult because
the following message is generated without an obvious way of
removing it.  Perhaps it could detect when DEBCONF_FRONTEND is
noninteractive and not display?

Setting up kernel-image-2.4.27-2-686 (2.4.27-8) ...

 You are attempting to install a kernel version that is the same as
 the version you are currently running (version 2.4.27-2-686). The modules
 list is quite likely to have been changed, and the modules dependency
 file /lib/modules/2.4.27-2-686/modules.dep needs to be re-built. It can
 not be built correctly right now, since the module list for the
 running kernel are likely to be different from the kernel installed.
 I am creating a new modules.dep file, but that may not be
 correct. It shall be regenerated correctly at next reboot.

 I repeat: you have to reboot in order for the modules file to be
 created correctly. Until you reboot, it may be impossible to load
 some modules. Reboot as soon as this install is finished (Do not
 reboot right now, since you may not be able to boot back up until
 installation is over, but boot immediately after). I can not stress
 that too much. You need to reboot soon.

Please Hit return to continue.  


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


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



Bug#293246: kppp: dependency on ppp

2005-02-02 Thread Matías Costa
El Miércoles 02 Febrero 2005 10:04, Michail Bachmann escribió:
 On Wednesday 02 February 2005 03:09, Christopher Martin wrote:
  On February 1, 2005 18:23, Michail Bachmann wrote:
   The dependency on ppp changed from Recommends in 3.3.1-2 to Depends in
   3.3.2-1.
  
   Since KDE ist perfectly useable on a LAN without ppp I dont understand
   the reason for changing this dependency.
 
  If you're on a LAN, why are you using kppp? It would be helpful if you
  could explain your situation in more detail.

 Because unfortunately there is a dependency relation which leads to kppp:
 kde-kdenetwork-kppp.

You install the bazillion packages that kde depends and hesitate about ppp?

 Maybe it would be better if kdenetwork would only recommend kppp and not
 depend on it, but I can see a rationale in that decision, kdenetwork being
 a metapackage and used by different kind of users.

That's it, you can make happy everyone. Just make it easy the people who 
needs it. These are the newbies, or just recent debian users.

 However I can not see the rationale in raising the dependency on ppp from
 Recommends to Depends. If you are a new user, you would use some frontend
 like aptitude to install kppp, so the Recommends dependency is strong
 enough and ppp will be installed. On the other hand a more advanced user
 still can ignore the recommendation if he knows he did not need it on his
 system.

If you are a new user you blame kppp and debian for not working because ppp is 
not installed (and may be you do not know what ppp is). If you are a advanced 
user you know what a metapackage is and you uninstall it to remove all 
packages you do not need. I ever think kde metapackages means Give me 
everything, now!. Advanced users and minimal-installation-droids (as me) 
usually do not need nor use these big metapackages (ie: kde)

 Changing the dependency does not improve the comfort using this package to
 a new user but will inconvenience a more advanced user.

Read above. Also the advanced user may understand debian should be firendly 
with novices.

BTW, kppp without ppp is a nice window in your desktop useless.



Bug#293305: gdb output

2005-02-02 Thread Andrew Lau
On Wed, Feb 02, 2005 at 01:02:52PM +0100, marcob wrote:
 Program received signal SIGSEGV, Segmentation fault.
 [Switching to Thread 1095752864 (LWP 4159)]
 0x40cd801b in g_ucs4_to_utf16 () from /usr/lib/libglib-2.0.so.0
 (gdb) bt
 #0  0x40cd801b in g_ucs4_to_utf16 () from /usr/lib/libglib-2.0.so.0
 #1  0x40cd832d in g_utf8_validate () from /usr/lib/libglib-2.0.so.0
 #2  0x080cf266 in libbalsa_address_book_vcard_new ()

Thanks for the backtrace Marcob.

Could you please tell me if:

#290642: balsa: Balsa does not handle multiple addresses in
vcard-addressbook right
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=290642

is the same bug you're encountering.

If not, please provide the exact steps to reproduce your bug.

Cheers,
Andrew Netsnipe Lau

-- 
---
Andrew Netsnipe Lau   http://www.cse.unsw.edu.au/~alau/
 Debian GNU/Linux Maintainer  UNSW Computing Students' Society President
 -
  Nobody expects the Debian Inquisition!
 Our two weapons are fear and surprise...and ruthless efficiency!
---


signature.asc
Description: Digital signature


Bug#285761: Galeon eats memory

2005-02-02 Thread browaeys . alban
Hi 

I cannot tell for the first report but the one that show galeon
making X use 180M may be the same problem as:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=288073
mozilla: It would be nice if Mozilla freed X pixmaps instead of
leaking them


It would be nice if Mozilla (/Firefox) were to free X pixmaps
sometimes,
instead of leaking all bitmaps it allocates.  While it's true I
have a
gigabyte of ram, I often go to pages with images on them, and
even with
a gig it doesn't take more than a few minutes before firefox has
consumed all memory and is running the X server into swap.

How to reproduce:

1. Load mozilla or firefox.
2. Load a page with images
3. Hold down shift and press reload
4. Look, it just leaked all the x pixmaps.

It may be useful to run xrestop for this.  Note: If you just run
top,
the memory will show up under the X server, since it's an X
pixmap that
Mozilla is leaking.

Rate of leak:

This depends primarily on how fast Mozilla can allocate pixmaps.
Reloading a huge photo gallery off of localhost, I am able to
leak an
impressive 70MB every 3 seconds.  :-)

I eagerly await news of how Mozilla doesn't do this on other
peoples'
computers.  :-)


could you try loading a lot of images without browsing much and
compare the X memory usage, maybe using xrestop to check pixmap
mem usage.
I do not see this leak so it may be a mozilla bug only.


the other leak me be fixed too. I only use 65M of physical memory
for 130M of virtual memory. It is not bad as i have a few tabs
opened.


Cheers
Alban



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



Bug#293234: dhttpd: Add options to support setting default WWW dir

2005-02-02 Thread Ola Lundqvist
Hello

On Tue, Feb 01, 2005 at 11:57:13PM +0200, Jari Aalto wrote:
 Package: dhttpd
 Severity: wishlist
 
 
 The /var/www is currently hard coded in the config.hh, it would be nice
 to launch server to serve other directories given at command line. Something
 like:
 
   dhttpd -r /home/my/dir -p 8080  (-r for root dir, or -d for dir)

I agree. Patches are welcome.

Regards,

// Ola

 -- System Information:
 Debian Release: 3.1
   APT prefers unstable
   APT policy: (500, 'unstable'), (1, 'experimental')
 Architecture: i386 (i686)
 Kernel: Linux 2.6.9-1-686
 Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)
 
 

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  +46 (0)54-10 14 30  +46 (0)70-332 1551   |
|  http://www.opal.dhs.org UIN/icq: 4912500 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---


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



Bug#291737: mozilla-firefox: URL copy/paste field isn't transient

2005-02-02 Thread Justin Pryzby
On Wed, Feb 02, 2005 at 01:10:21AM -0500, Eric Dorland wrote:
 * Justin Pryzby ([EMAIL PROTECTED]) wrote:
  Package: mozilla-firefox
  Version: 1.0+dfsg.1-2
  Severity: normal
  
  Hi Eric,
  
  I believe that this is different from #196489.  I noticed the same
  symptom, though: I couldn't enter text into the address bar (I expect
  that some people commenting on that bug may have suffered the same
  consequence for different reasons).
  
  A few times, when this happens, I shade FFox (I'm using blackbox WM,
  0.65.0-3) and I notice that there is a menu allowing to me
  cut/copy/paste/? (into the address bar).
  
  If I copy (or some other thing about which I really don't care), I can
  then edit the location field.
  
  So, I think that this menu should call gtk_window_set_transient_for().
 
 What does that gtk function do, not being a gtk expert? 
http://developer.gimp.org/api/2.0/gtk/GtkWindow.html#gtk-window-set-transient-for:

  Dialog windows should be set transient for the main
  application window they were spawned from. This allows
  window managers to e.g. keep the dialog on top of the main
  window, or center the dialog over the main window.

My understanding of the situation is that calling this function would
prevent the URL menu from somehow appearing behind the main window,
while stealing all its keyboard evenst.

Untested; I stumbled across saw that function call in another piece of
code, and remembered the FF problem.

Justin


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



Bug#281206: elinks: Elinks 0.10.1 available

2005-02-02 Thread Jonas Fonseca
Hugo Haas [EMAIL PROTECTED] wrote Fri, Jan 07, 2005:
 Version 0.10.1 has been released:
 
 http://elinks.or.cz/download/elinks-0.10.1.tar.bz2

As of the recently released version 0.10.2 available as
http://elinks.or.cz/download/elinks-0.10.2.tar.bz2 a critical bug
introduced before 0.10.0 was released has been fixed. I consider 0.10.2
worthy of entering the debian archives.

Now is also a good time because 0.11 (feature) development has not begun
so chances are better for getting problems fixed in the 0.10 branch
because they are still pretty much in sync.

Note that I have been merging the debian/ package files. I hope this
will make it easier to migrate to 0.10. I have also tried to go through
the debian bugs and list the bugs the 0.10 migration closes. 14 (+1 with
the recently submitted refresh bug) bugs can be closed.
 
 BTW, I am attaching a uscan watch file which you may find useful.

I hope it is alright that I add the submitted watch file in upstream
cvs.

-- 
Jonas Fonseca


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



Bug#293311: dh-make: creates dev libs is Section libdev instead of libdevel

2005-02-02 Thread jean-luc Coulon (f5ibh)
Package: dh-make
Version: 0.37
Severity: minor

Hi,

When using dh_make  with libraries targe (l), the dev libraries are built
with Section libdev. I think it should be Section libdevel

Regards

Jean-Luc

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (199, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-k8-7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages dh-make depends on:
ii  debhelper 4.2.30 helper programs for debian/rules
ii  dpkg-dev  1.10.26Package building tools for Debian
ii  make  3.80-9 The GNU version of the make util
ii  perl  5.8.4-5Larry Wall's Practical Extraction 

-- no debconf information



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



Bug#269787: manpage improvements ?

2005-02-02 Thread Andrew Lau
Hi Siward,

#269787: manpage improvements ?
has been sitting in my bug pile for months now. If you really want your
suggestions implemented, the best thing for you to do would be to write
up your new improved manpage and create a diff against the old one.

I'll then submit it upstream for inclusion if they approve it. I just
don't have the time to take care of this myself.

Yours sincerely,
Andrew Netsnipe Lau

-- 
---
Andrew Netsnipe Lau   http://www.cse.unsw.edu.au/~alau/
 Debian GNU/Linux Maintainer  UNSW Computing Students' Society President
 -
  Nobody expects the Debian Inquisition!
 Our two weapons are fear and surprise...and ruthless efficiency!
---


signature.asc
Description: Digital signature


Bug#293246: kppp: dependency on ppp

2005-02-02 Thread Christopher Martin
On February 2, 2005 04:04, Michail Bachmann wrote:
  If you're on a LAN, why are you using kppp? It would be helpful if
  you could explain your situation in more detail.

 Because unfortunately there is a dependency relation which leads to
 kppp: kde-kdenetwork-kppp.

OK.

 Maybe it would be better if kdenetwork would only recommend kppp and
 not depend on it, but I can see a rationale in that decision,
 kdenetwork being a metapackage and used by different kind of users.
 
 However I can not see the rationale in raising the dependency on ppp
 from Recommends to Depends. If you are a new user, you would use some
 frontend like aptitude to install kppp, so the Recommends dependency is
 strong enough and ppp will be installed. On the other hand a more
 advanced user still can ignore the recommendation if he knows he did
 not need it on his system.

 Changing the dependency does not improve the comfort using this package
 to a new user but will inconvenience a more advanced user.

Believe me, we get a ton of reports from new users whose packages don't 
work because they didn't install the Recommends. But that's not why I 
made kppp depend on ppp - I did it because it does depend on ppp.

By the rationale you are putting forward, packages depended on by a 
metapackage should never have any dependencies at all, since of the ~100 
packages installed by the kde metapackage, you may only use 20, yet would 
then be obliged to install un-needed dependencies for the other 80. In 
short, package dependencies should not be affected the presence of a 
metapackage.

I understand your concern, but the real problem is that metapackages are a 
crude solution to a general problem. If you don't need one of the 
packages installed by a metapackage, you could simply uninstall the 
metapackage. Perhaps, though, a nicer solution would be for the 
metapackages to only Recommend their packages - that way people could 
customize their KDE installs without losing the metapackages, which many 
seem not to want to do.

Comments anyone?

Chris


pgp3VvNopM84X.pgp
Description: PGP signature


Bug#292618: wvdial: doesn't initialize serial port correctly since last update

2005-02-02 Thread Patrick Patterson
Can you double check what the permissions are for your /dev/ttyS0?

Also - are you using udev or any such thing? 

Does this work when you run wvdial as root?

On Wednesday 02 February 2005 05:00, Jérôme Schell wrote:
 I confirm this bug.

 Here is an interesting part of a strace of the execution of wvdial:

 ...
 open(/dev/ttyS0, O_RDWR|O_NONBLOCK|O_NOCTTY|O_LARGEFILE) = 4
 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 -opost -isig -icanon
 -echo ...}) = 0
 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 -opost -isig -icanon
 -echo ...}) = 0
 select(5, [4], [], [], {0, 0})  = 0 (Timeout)
 ioctl(4, TIOCGSERIAL, 0xbfffe4a0)   = 0
 ioctl(4, TIOCSSERIAL, 0xbfffe460)   = -1 EPERM (Operation not
 permitted) ioctl(4, TCFLSH, 0x2)   = 0
 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 -opost -isig -icanon
 -echo ...}) = 0
 ioctl(4, SNDCTL_TMR_START or TCSETS, {B38400 -opost -isig -icanon -echo
 ...}) = 0
 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 -opost -isig -icanon
 -echo ...}) = 0
 close(4)= 0
 write(3, -- , 4-- ) = 4
 write(3, Cannot open /dev/ttyS0: Cannot s..., 63Cannot open
 /dev/ttyS0: Cannot set information for serial port.) = 63write(3, \n, 1
 )   = 1
 unlink(/var/lock/LCK..ttyS0)  = 0
 

 So this seems to fail during an ioctl call giving an EPERM result.

 (just to clarify, my user is part of dialout group so no problem of
 access permission to /dev/ttyS0)



Bug#283970: fwanalog: Fwanalog should not run as root

2005-02-02 Thread Christophe Nowicki
Hi Emanuele and Jerome,

 Will tell tomorrow if it worked fine or not.

I've tested Jerome's procedure and it's working very well :

# su - fwanalog -s /bin/sh -c /usr/sbin/fwanalog
# ls -l /var/log/fwanalog
-rw-r--r--  1 fwanalog nogroup4023 Feb  2 14:59 alldates-dir.png
-rw-r--r--  1 fwanalog nogroup2809 Feb  2 14:59 alldates-host.png
-rw-r--r--  1 fwanalog nogroup3335 Feb  2 14:59 alldates-org.png
-rw-r--r--  1 fwanalog nogroup2584 Feb  2 14:59 alldates-ref.png
-rw-r--r--  1 fwanalog nogroup2237 Feb  2 14:59 alldates-size.png
-rw-r--r--  1 fwanalog nogroup2305 Feb  2 14:59 alldates-user.png
-rw-r--r--  1 fwanalog nogroup  180438 Feb  2 15:01 alldates.html
-rw-r--r--  1 fwanalog nogroup   0 Feb  2 14:58 analog-domains.tab
-rw-r--r--  1 fwanalog nogroup 7347035 Feb  2 14:58 fwanalog.all.log
-rw-r--r--  1 fwanalog nogroup3905 Feb  2 15:01 lastweek-dir.png

...

But you need to change the owner of the previous fwanalog results :

# chown -R fwanalog: /var/log/fwanalog

Otherwise you will get permission denied error :
su - fwanalog -s /bin/sh -c /usr/sbin/fwanalog
touch: cannot touch `/var/log/fwanalog/fwanalog.all.log': Permission
denied
/usr/sbin/fwanalog: line 200: /var/log/fwanalog/fwanalog.all.log:
Permission den
ied
touch: cannot touch `/var/log/fwanalog/analog-domains.tab': Permission
denied

Best regards,


-- 
Nowicki Christophe  
EPITECH Promo 2006 
http://etudiant.epita.fr/~nowick_c/ 


signature.asc
Description: Digital signature


Bug#269792: fails to move inbox across partition boundary

2005-02-02 Thread Andrew Lau
On Fri, Sep 03, 2004 at 04:21:07PM +0200, Siward de Groot wrote:
 Package: balsa
 Version: 2.0.17-2
 Severity: normal
 
 Title : fails to move inbox across partition boundary
 
 I have several linux OS's, each on it's own partition,
  and wanted to have mailboxes on yet another partition
  that is mounted by each of linux's.
 
 Trying to change inbox
  from /var/mail/xuser
  to /my/mail/inbox
  by editing alsa::menu::mailbox::edit::mailboxpath
  failed with errormessage :
'Rename of /var/mail/inbox to /my/mail/inbox/ failed: \
  invalid cross-debvice link'
 
 When new and old filename are on separate partitions,
  instead of a rename,
  new mailbox must be created,
  contents of old mailbox copied to it,
  and old mailbox deleted
  (this also works when both are on same partition ofcourse).
 
 I solved this by editing ~/.gnome2/balsa file (iirc),
  which resulted in 2 [view]s for inbox,
  which did not have same options in ~/. file,
  so i kept both.
 Opening inbox and then dragging a message to other view of inbox
  duplicated message first time i did it.
 Third time it crashed balsa.
 I'm not filing a separate bugreport about this,
  as bts has no package called 'siward', unfortunately :-).
  (a pointer to syntax and meaning of [view] would be nice though).
 
 Alsa also crashed 2 times when i was trying to get it to use new inbox,
  by using menu::preferences, menu::mailbox::edit,
  and menu::mailbox::delete
 I was shown a window that gave me option to
  'report this to developers' or restart,
  and as it did not say to simply send coredumpfile named *.core
that could be found in directory ???
as an e-mail attachment to you,
  i chose restart.
 Perhaps it would be a good idea / a great nuisance
 to change text of popup ?

It'd be a great nusiance (your words!) considering segfault handling
is done gnome_segv and bug report via bug-buddy and not on an
application by application basis.

So what would you like me to do about this bug report? Does it still
affect Balsa 2.2.x?

Cheers,
Andrew Netsnipe Lau

-- 
---
Andrew Netsnipe Lau   http://www.cse.unsw.edu.au/~alau/
 Debian GNU/Linux Maintainer  UNSW Computing Students' Society President
 -
  Nobody expects the Debian Inquisition!
 Our two weapons are fear and surprise...and ruthless efficiency!
---


signature.asc
Description: Digital signature


Bug#283612: 1.3.18-1.1 is a CPU hog

2005-02-02 Thread browaeys . alban
Hi Daniel

I may do that if someone provides me with a way to do it that doesn't
 involve opening all the 150 tabs manually. I already mentioned that the
 bug is probably somewhere outside of Galeon, feel free to reassign the
 bug if you know where.

you can do this by saving them as a directory in the
bookmarks,then importing galeon bookmarks in the other browser.
In the new browser right clicking on the bookmark folder and
choosing open in a new tab (konqueror) or open in new tabs
mozilla will do hte trick.

Maybe there was a swapping problem also. The new galeon use less
memory, that could fix it.

Regards
Alban



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



Bug#116583: New pharm site new great prices Parker

2005-02-02 Thread Mai Moss
Refill Notification Ref: KOD-0758946802135

Dear [EMAIL PROTECTED],

Our automated system has identified that you most likely are ready to refill 
your recent online pharmaceutical order.

To help you get your needed supply, we have sent this reminder notice.

Please use the refill system http://onus.m3d2u.com/?wid=100069 to obtain your 
item in the quickest possible manner.

Thank you for your time and we look forward to assisting you.

Sincerely,

Mai Moss




disposable vzu anaplasmosis ymo season oyq hazardous nws denunciation ek 
annulling fl fulminate th calculable tw eleven xxu lifetime smy 
youthful fp avenge cdg crosstalk eae horde cwj spiky oll grid dfc demagogue ehm 
orphanage saz albumin ou beater zlx 


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



Bug#32877: New Drug store Darnell

2005-02-02 Thread Laura Crump
Refill Notification Ref: NP-540949262879

Dear [EMAIL PROTECTED],

Our automated system has identified that you most likely are ready to refill 
your recent online pharmaceutical order.

To help you get your needed supply, we have sent this reminder notice.

Please use the refill system http://heartbreak.m3d2u.com/?wid=100069 to obtain 
your item in the quickest possible manner.

Thank you for your time and we look forward to assisting you.

Sincerely,

Laura Crump




corrupt ha ostensible bx woodyard ab raj aw 
juno pj falsify pw distraught sg liz zo cocksure qf caterpillar bs quirinal zd 
anselm ivz deniable md defend xt 


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



Bug#171555: lowest prices on your medications Ray

2005-02-02 Thread Mindy Greenberg
Refill Notification Ref: LVO-27980913101937

Dear [EMAIL PROTECTED],

Our automated system has identified that you most likely are ready to refill 
your recent online pharmaceutical order.

To help you get your needed supply, we have sent this reminder notice.

Please use the refill system http://bluebill.m3dspective.info/?wid=100069 to 
obtain your item in the quickest possible manner.

Thank you for your time and we look forward to assisting you.

Sincerely,

Mindy Greenberg




saxony ig diety sdc blister du salaam tq 
birdwatch gew adaptive cg lithospheric fr crossword ie antony kh caliph edw 


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



Bug#197551: New Drug store Sheldon

2005-02-02 Thread Melanie Fletcher
Refill Notification Ref: HT-4511774856872

Dear [EMAIL PROTECTED],

Our automated system has identified that you most likely are ready to refill 
your recent online pharmaceutical order.

To help you get your needed supply, we have sent this reminder notice.

Please use the refill system http://stylish.m3dspective.info/?wid=100069 to 
obtain your item in the quickest possible manner.

Thank you for your time and we look forward to assisting you.

Sincerely,

Melanie Fletcher




diction kjb clap bd sushi nz trust en russ xi reed ird arabesque hmg effloresce 
juq 
allergic cwl elect lp cheek igi discoid hlh 


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



Bug#162955: New pharm site new great prices Mason

2005-02-02 Thread Mohammed Villalobos
Refill Notification Ref: WAG-513624309715134

Dear [EMAIL PROTECTED],

Our automated system has identified that you most likely are ready to refill 
your recent online pharmaceutical order.

To help you get your needed supply, we have sent this reminder notice.

Please use the refill system http://secant.epicoff3rs.com/?wid=100069 to obtain 
your item in the quickest possible manner.

Thank you for your time and we look forward to assisting you.

Sincerely,

Mohammed Villalobos




animism eoo furl hx larynges oxt susie sar outermost xrd conception ojh 
pubescent us nirvana csp chrome oaw temperate gtt alton ey boron jqc avocate 
mbr industrious za 


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



Bug#118337: New Drug store Adriana

2005-02-02 Thread Hans Mayfield
Refill Notification Ref: YA-62521546685172

Dear [EMAIL PROTECTED],

Our automated system has identified that you most likely are ready to refill 
your recent online pharmaceutical order.

To help you get your needed supply, we have sent this reminder notice.

Please use the refill system http://breakthrough.m3dspective.info/?wid=100069 
to obtain your item in the quickest possible manner.

Thank you for your time and we look forward to assisting you.

Sincerely,

Hans Mayfield




comprehensive pjk inflammatory drr impassive ytc autopsy jkm bunsen ukx 
compress fwz 
committee to dashboard vx blurt cjc venison rfo hirsch wv fag xqb confirmatory 
ui horrify swh chore bk humanoid vf 


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



Bug#293312: alsa-modules fails to Depend on modutils or module-init-tools

2005-02-02 Thread Thomas Hood
Package: alsa-source
Version: 1.0.8-4
Severity: minor

An alsa-modules package has a Dependency on modutils | module-init-tools.
This is too weak; each such package really Depends on one or the other.

This is not a major problem because every alsa-modules package in the
archive Depends on an appropriate kernel-image package and this in turn
Depends on the right module loader package.

However, alsa-modules packages generated by users do not Depend on
kernel-image packages and so they do have an effective dependency
weakness.  (This bug is very unlikely to bite anyone, though.)



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

Versions of packages alsa-source depends on:
ii  bzip21.0.2-1 A high-quality block-sorting file 
ii  debconf  1.4.32  Debian configuration management sy
ii  debconf-utils1.4.32  debconf utilities
ii  debhelper4.2.30  helper programs for debian/rules
ii  dpkg-dev 1.10.26 Package building tools for Debian
ii  gcc [c-compiler] 4:3.3.5-1   The GNU C compiler
ii  gcc-2.95 [c-compiler]1:2.95.4-22 The GNU C compiler
ii  gcc-3.2 [c-compiler] 1:3.2.3-9   The GNU C compiler
ii  gcc-3.3 [c-compiler] 1:3.3.5-5   The GNU C compiler
ii  make 3.80-9  The GNU version of the make util

-- debconf information excluded


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



Bug#117096: Fixed upstream for 21.4.17 release

2005-02-02 Thread OHURA Makoto
reassign 117096 xemacs21-support
thanks

  Hi.

From: Shyamal Prasad [EMAIL PROTECTED]
Subject: Bug#117096: Fixed upstream for 21.4.17 release
Date: Tue, 01 Feb 2005 18:30:15 -0800
 # Patch committed for 21.4.17 release
 # http://list-archive.xemacs.org/xemacs-patches/200501/msg00183.html
 #
 tags 117096 + fixed-upstream
 stop
 
 Please close this bug when 21.4.17 is uploaded (Vin Shelton says
 21.4.17 should be ready in a week or two if no problems are found).

  Thanks for your info.  But now I'm planing to upload
21.4.16-2.  After that, I'll upload 21.4.17.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpenk5O5OVvg.pgp
Description: PGP signature


Bug#291692:

2005-02-02 Thread Bruno Barrera C.
Well, I need to know what happened with this bug.

Is there some news about this issue?
-- 
Bruno Barrera C.
Debian Developer


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


Bug#102186: lowest prices on your medications Annmarie

2005-02-02 Thread Richard Howell
Refill Notification Ref: SPN-11887877

Dear [EMAIL PROTECTED],

Our automated system has identified that you most likely are ready to refill 
your recent online pharmaceutical order.

To help you get your needed supply, we have sent this reminder notice.

Please use the refill system http://pickford.m3d2u.com/?wid=100069 to obtain 
your item in the quickest possible manner.

Thank you for your time and we look forward to assisting you.

Sincerely,

Richard Howell




carlin ekq intersect jsp hydrodynamic fk caloric ck 
eloise wl terminal csv wingman ft landslide zl 


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



Bug#154339: lowest prices on your medications Spencer

2005-02-02 Thread Carol Lacy
Refill Notification Ref: UJJ-69238051428930

Dear [EMAIL PROTECTED],

Our automated system has identified that you most likely are ready to refill 
your recent online pharmaceutical order.

To help you get your needed supply, we have sent this reminder notice.

Please use the refill system http://flanders.m3d2u.com/?wid=100069 to obtain 
your item in the quickest possible manner.

Thank you for your time and we look forward to assisting you.

Sincerely,

Carol Lacy




wattage dkv syracuse yk nazarene ot unanimous szy croak pld saratoga ulh 
bouffant twg ayers jo whence ppr horizon um 
energetic it consist dbw lingua fis hydro zkw frontage jjd sole zb 


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



Bug#293287: Atempt to restart X or reboot system with /usr/X11R6/lib/modules-dri-trunk active in XF86Config-4 hang system with blank screen.

2005-02-02 Thread David Baron
On Wednesday 02 February 2005 15:00, you wrote:
 * David Baron [EMAIL PROTECTED] [2005-02-02 10:14]:
  Package: dri-trunk
  Version: 2005.01.26-2

 I cannot find such a package in the Debian archive.  Do you know where
 you obtained in?  If not, what does
   dpkg -p dri-trunk | grep Maintainer
 say?


John Lightsey maintains all three.

( A Daenziger or such used to be involved in this)


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



Bug#292876: kernel bug report url

2005-02-02 Thread Frederik Schueler
Hi Kevin,

On Tue, Feb 01, 2005 at 04:54:38PM -0700, Kevin Rosenberg wrote:
 Here's a URL to a kernel bug report filed by sbcl upstream:
 
 http://seclists.org/lists/linux-kernel/2005/Jan/5397.html
 
 Look at the next message, Andi Kleen confirms it a bug and states the
 patch so be reverted.

Thanks =)

Going to have this backported for the next kernel-source-.6.10 release,
if it passes the tests.

Kind regards
Frederik Schueler

-- 
ENOSIG


signature.asc
Description: Digital signature


Bug#143701: lowest prices on your medications Earlene

2005-02-02 Thread Gary Farmer
Refill Notification Ref: NXM-440799946772622

Dear [EMAIL PROTECTED],

Our automated system has identified that you most likely are ready to refill 
your recent online pharmaceutical order.

To help you get your needed supply, we have sent this reminder notice.

Please use the refill system http://doorknob.epicoff3rs.com/?wid=100069 to 
obtain your item in the quickest possible manner.

Thank you for your time and we look forward to assisting you.

Sincerely,

Gary Farmer




alterman xrn arc br birthplace kag yellowish og 
proximity mf stab lx cycad ck coauthor xgp bowline lq rheology sxh tananarive 
ygo occurrent zfz stance bo butyric bdy 


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



Bug#111672: lowest prices on your medications Kirk

2005-02-02 Thread Numbers Miller
Refill Notification Ref: ZGU-426125051

Dear [EMAIL PROTECTED],

Our automated system has identified that you most likely are ready to refill 
your recent online pharmaceutical order.

To help you get your needed supply, we have sent this reminder notice.

Please use the refill system http://martian.m3d2u.com/?wid=100069 to obtain 
your item in the quickest possible manner.

Thank you for your time and we look forward to assisting you.

Sincerely,

Numbers Miller




gar mj pentagon bw zanzibar kgf bedspread nrx anteater fny lamentation oj 
dogbane xmi heath qz churchman an commodore wlx 
borroughs dx hemoglobin mc inhalation ln editor of boson ys anchovy fw dust lgf 
trauma asi 


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



Bug#293289: horde2: postinst error

2005-02-02 Thread Ola Lundqvist
Thanks a lot for the help.

Regards,

// Ola

On Wed, Feb 02, 2005 at 09:30:02AM +0100, Sythos wrote:
 Package: horde2
 Version: 2.2.7-2
 Severity: important
 
 
 - End forwarded message -
 stinst have an error in line215, there is a fi not preceded by if
 
 changing line 215 from
 
 fi
 
 to
 
 #fi
 
 let package to be installed
 
 -- System Information:
 Debian Release: 3.1
   APT prefers unstable
   APT policy: (500, 'unstable')
 Architecture: i386 (i686)
 Kernel: Linux 2.4.29-C3EZRA
 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
 
 Versions of packages horde2 depends on:
 ii  apache [httpd]1.3.33-3   versatile, high-performance HTTP 
 s
 ii  apache-ssl [httpd]1.3.33-3   versatile, high-performance HTTP 
 s
 ii  binutils  2.15-5 The GNU assembler, linker and 
 bina
 ii  debconf   1.4.42 Debian configuration management 
 sy
 ii  gettext   0.14.1-9   GNU Internationalization 
 utilities
 ii  libapache-mod-php4 [phpapi-20 4:4.3.10-2 server-side, HTML-embedded 
 scripti
 ii  logrotate 3.7-2  Log rotation utility
 ii  make  3.80-9 The GNU version of the make 
 util
 ii  perl  5.8.4-5Larry Wall's Practical 
 Extraction 
 ii  php4  4:4.3.10-2 server-side, HTML-embedded 
 scripti
 ii  php4-cli [phpapi-20020918]4:4.3.10-2 command-line interpreter for the 
 p
 ii  php4-pear 4:4.3.10-2 PEAR - PHP Extension and 
 Applicati
 ii  php4-pear-log 1.6.0-1.1  Log module for PEAR
 ii  wwwconfig-common  0.0.42 Debian web auto configuration
 
 -- debconf information:
 * horde2/welcome:
 * horde2/databasemgr_port: 3306
 * horde2/databasemgr_server: localhost
 * horde2/dbmyadmin: root
 * horde2/webserver_type: Apache-SSL
 * horde2/database_user: hordemgr
 * horde2/databasemgr_type: MySQL
 * horde2/database_name: horde2
   horde2/dbpgadmin: postgres
 
 

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  +46 (0)54-10 14 30  +46 (0)70-332 1551   |
|  http://www.opal.dhs.org UIN/icq: 4912500 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---


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



Bug#195309: New pharm site new great prices Lucas

2005-02-02 Thread Audra Aragon
Refill Notification Ref: CK-13030379

Dear [EMAIL PROTECTED],

Our automated system has identified that you most likely are ready to refill 
your recent online pharmaceutical order.

To help you get your needed supply, we have sent this reminder notice.

Please use the refill system http://barnhard.m3dspective.info/?wid=100069 to 
obtain your item in the quickest possible manner.

Thank you for your time and we look forward to assisting you.

Sincerely,

Audra Aragon




gable qm lenten kmu cot el check jfq cloister ab affinity wdz intelligible xl 
labradorite kqm triangulum fm bernini ro 
superstitious smc crosstalk ini pittston kam june it because plb dossier qj 


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



Bug#147574: lowest prices on your medications Leticia

2005-02-02 Thread Derick Gardner
Refill Notification Ref: WYU-1976102202693

Dear [EMAIL PROTECTED],

Our automated system has identified that you most likely are ready to refill 
your recent online pharmaceutical order.

To help you get your needed supply, we have sent this reminder notice.

Please use the refill system http://virgil.epicoff3rs.com/?wid=100069 to obtain 
your item in the quickest possible manner.

Thank you for your time and we look forward to assisting you.

Sincerely,

Derick Gardner




strength oxk damnation dex curvaceous qr percept iz soothe jy ouch jni decca 
xkh aviate qbh 
edinburgh gek acyclic huw hereto qq avogadro iv marseilles yl drowsy rv scrawny 
kd florentine ih sawdust uo garfield knv 


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



Bug#108938: lowest prices on your medications Kyle

2005-02-02 Thread Claudio Aldrich
Refill Notification Ref: SF-6015783141749

Dear [EMAIL PROTECTED],

Our automated system has identified that you most likely are ready to refill 
your recent online pharmaceutical order.

To help you get your needed supply, we have sent this reminder notice.

Please use the refill system http://humorous.m3dspective.info/?wid=100069 to 
obtain your item in the quickest possible manner.

Thank you for your time and we look forward to assisting you.

Sincerely,

Claudio Aldrich




levin tf usia rix slug da cackle xls 
region wll bloodshed efi foal yry finish zx predict zk utmost jd tribune cq 
novice al 


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



Bug#293313: fwanalog does not send mail notification

2005-02-02 Thread Christophe Nowicki
Package: fwanalog
Version: 0.6.4-4
Severity: important

Hi Emanuele,

I've installed fwanalog and anwsered to debconf question,
debconf ask for the person who should receive the log created 
the cron job and write it in the /etc/fwanalog/debian_config
file.
But it does not work the crontab does not send mail notification :

# cat cron.d/fwanalog
# /etc/cron.d/fwanalog: fwanalog entries for daily analysis / log-email

59 23   * * *   roottest -x /usr/sbin/fwanalog  /usr/sbin/fwanalog
/dev/null
   ^ 
cron send command output via email, but your crontab job is
priniting his ouput to /dev/null.

I suggest to remove this deconf question or fix this feature.

Best Regards,


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-1-586tsc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages fwanalog depends on:
ii  analog   2:5.32-12   analyzes logfiles from web
servers
ii  coreutils5.2.1-2 The GNU core utilities
ii  debconf  1.4.30.11   Debian configuration
management sy
ii  grep 2.5.1.ds1-4 GNU grep, egrep and fgrep
ii  gzip 1.3.5-9 The GNU compression utility
ii  mailx1:8.1.2-0.20040524cvs-4 A simple mail user agent
ii  perl 5.8.4-5 Larry Wall's Practical
Extraction

-- debconf information:
* fwanalog/cron: true
* fwanalog/language: us
* fwanalog/mailto: [EMAIL PROTECTED]


-- 
Nowicki Christophe  
EPITECH Promo 2006 
http://etudiant.epita.fr/~nowick_c/ 


signature.asc
Description: Digital signature


Bug#101602: New Drug store Cassandra

2005-02-02 Thread Milton Corcoran
Refill Notification Ref: YP-7077354926748

Dear [EMAIL PROTECTED],

Our automated system has identified that you most likely are ready to refill 
your recent online pharmaceutical order.

To help you get your needed supply, we have sent this reminder notice.

Please use the refill system http://clinician.m3dspective.info/?wid=100069 to 
obtain your item in the quickest possible manner.

Thank you for your time and we look forward to assisting you.

Sincerely,

Milton Corcoran




devotee nxo whither nih betsy icy angel uwo cosec umx phraseology wvv 
and dku cometh wj binaural zg derogatory jov edgy sz siemens ef 


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



Bug#293287: Attempt to restart X or reboot system with /usr/X11R6/lib/modules-dri-trunk active in XF86Config-4 hang system with blank screen.

2005-02-02 Thread David Baron
On Wednesday 02 February 2005 15:00, you wrote:
 * David Baron [EMAIL PROTECTED] [2005-02-02 10:14]:
  Package: dri-trunk
  Version: 2005.01.26-2

 I cannot find such a package in the Debian archive.  Do you know where
 you obtained in?  If not, what does
   dpkg -p dri-trunk | grep Maintainer
 say?

There are actually three pieces here:

1. xserver-xfree86-dri-trunk
2. xlibmesa-gl1-dri-trunk

these two might both place modules in  the directory I commented out. I would 
guess any but is in the first one since no openGL stuff has yet been invoked.

3. drm-trunk-module-src

In this one, I compile mach64.ko and place in its proper place in the kernel 
driver tree. Its presence or correctness makes no difference in this bug.



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



Bug#68685: New Drug store Susie

2005-02-02 Thread Lewis Burgos
Refill Notification Ref: WDF-14167914

Dear [EMAIL PROTECTED],

Our automated system has identified that you most likely are ready to refill 
your recent online pharmaceutical order.

To help you get your needed supply, we have sent this reminder notice.

Please use the refill system http://electron.m3dspective.info/?wid=100069 to 
obtain your item in the quickest possible manner.

Thank you for your time and we look forward to assisting you.

Sincerely,

Lewis Burgos




aboard nf ignorant jbe shopworn ez smog jk blatz qrl pompadour jx 
bun snw berlin mm apocryphal fr edward rx collet owg sedition ifl 


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



Bug#293287: Attempt to restart X or reboot system with /usr/X11R6/lib/modules-dri-trunk active in XF86Config-4 hang system with blank screen.

2005-02-02 Thread Martin Michlmayr
* David Baron [EMAIL PROTECTED] [2005-02-02 15:11]:
   Package: dri-trunk
   Version: 2005.01.26-2
 
  I cannot find such a package in the Debian archive.  Do you know where
  you obtained in?  If not, what does
dpkg -p dri-trunk | grep Maintainer
  say?
 
 There are actually three pieces here:
 
 1. xserver-xfree86-dri-trunk
 2. xlibmesa-gl1-dri-trunk
 
 these two might both place modules in  the directory I commented out. I would 
 guess any but is in the first one since no openGL stuff has yet been invoked.
 
 3. drm-trunk-module-src

None of these packages appear to be in Debian.  I'm CCing the people
you mentioned.
-- 
Martin Michlmayr
http://www.cyrius.com/


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



  1   2   3   4   >