Bug#293964: After kernel reconfig, some more details...

2005-02-08 Thread Alfie Costa
More diagnostics:

After the last report, I repartitioned the drive, adding 'sda1' (vfat)
and 'sda2' (swap), and found that swap wouldn't load on bootup, although
'/etc/fstab' had the right line.  It turned out my
'/boot/initrd.img-2.6.9-1-686' didn't contain the module for the
recently added SCSI card, so SCSI was loaded late.  To correct that I
did a 'dpkg-reconfig kernel-image-2.6.9-1-686', and now swap loads on
bootup.

Then I tried 'sraw' again:

% sraw /dev/sda; echo $?
Size 0  sectorsize 0
Floating point exception
136
% sraw /dev/sda1; echo $?
Size 0  sectorsize 0
Floating point exception
136
% sraw /dev/sda2; echo $?
Size 0  sectorsize 0
Floating point exception
136

It still doesn't work, but the "please convert it to SG_IO" error is
gone.



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



Bug#294153: trm -l write a file, but fails to have the browser open it

2005-02-08 Thread Anthony DeRobertis
Package: libtunepimp-bin
Version: 0.3.0-2
Severity: normal
File: /usr/bin/trm

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

trm -l seems to call $BROWSER with an empty argument list, so the
lookup.html file is never opened.

- -- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing'), (130, 'unstable'), (120, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-bohr
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages libtunepimp-bin depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libflac41.1.0-11 Free Lossless Audio Codec - runtim
ii  libmad0 0.15.1b-1MPEG audio decoder library
ii  libmusicbrainz4 2.1.1-3  Second generation incarnation of t
ii  libncurses5 5.4-4Shared libraries for terminal hand
ii  libogg0 1.1.0-1  Ogg Bitstream Library
ii  libreadline44.3-11   GNU readline and history libraries
ii  libtunepimp20.3.0-2  MusicBrainz tagging library and si
ii  libvorbis0a 1.0.1-1  The Vorbis General Audio Compressi
ii  libvorbisfile3  1.0.1-1  The Vorbis General Audio Compressi
ii  zlib1g  1:1.2.2-3compression library - runtime

- -- no debconf information

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

iD8DBQFCCG9r+z+IwlXqWf4RAqyGAJwMgyTZBf7Va4o7so98WiForGbOEACeJ6VO
G/GX/az/EhMYqjdXy85wb44=
=m/c0
-END PGP SIGNATURE-


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



Bug#294154: libiodbc2: FTBFS (amd64/gcc-4.0): static declaration of 'Done_iODBC' follows non-static declaration

2005-02-08 Thread Andreas Jochens
Package: libiodbc2
Severity: normal
Tags: patch

When building 'libiodbc2' on amd64 with gcc-4.0,
I get the following error:

 cc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -DWITH_PTHREADS 
-D_REENTRANT -g -Wall -O2 -DODBCVER=0x0350 -DIODBC_BUILD=2050204 -c henv.c -MT 
henv.lo -MD -MP -MF .deps/henv.TPlo  -fPIC -DPIC -o .libs/henv.o
henv.c:286: error: static declaration of 'Done_iODBC' follows non-static 
declaration
henv.c:100: error: previous declaration of 'Done_iODBC' was here
make[3]: *** [henv.lo] Error 1
make[3]: Leaving directory `/libiodbc2-3.52.2/iodbc'

With the attached patch 'libiodbc2' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/libiodbc2-3.52.2/iodbc/henv.c ./iodbc/henv.c
--- ../tmp-orig/libiodbc2-3.52.2/iodbc/henv.c   2005-02-04 17:13:09.0 
+0100
+++ ./iodbc/henv.c  2005-02-08 08:29:19.0 +0100
@@ -97,7 +97,7 @@
 static int _iodbcdm_initialized = 0;
 
 void Init_iODBC(void);
-void Done_iODBC(void);
+static void Done_iODBC(void);
 
 
 static void


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



Bug#292828: galeon crash when opening new tab

2005-02-08 Thread Loïc Minier
retitle 292828 crash when opening new tab on myportal:
thanks

Hi,

Hugues Freville <[EMAIL PROTECTED]> - Mon, Feb 07, 2005:

> When home page is set to myportal and cache_compare is set to 1
> galeon crash when trying to open new tab with crtl+t or file->newtab

 A crash was recently fixed with "myportal:" where reloading a
 "myportal:" tab would crash Galeon.  I'll prepare next version of
 Galeon with the upstream patch and we will see whether this solves your
 issue too.

   Regards,

-- 
Loïc Minier <[EMAIL PROTECTED]>
"Neutral President: I have no strong feelings one way or the other."



Bug#294155: php4-pgsql: Cannot be build with additional php installed in /usr/local

2005-02-08 Thread Uwe Steinmann
Package: php4-pgsql
Version: 3:4.3.10-1
Severity: serious
Justification: no longer builds from source


I have a selfcompiled php5 in /usr/local. Compiling php4-pgsql from
source will use the header files from there.
Configuring the module in debian/rules should use the option

--with-php-config=/usr/bin/php-config

  Uwe

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

Versions of packages php4-pgsql depends on:
ii  debconf [debconf-2.0]   1.4.45   Debian configuration management sy
ii  libapache-mod-php4 [phpapi- 4:4.3.10-3   server-side, HTML-embedded scripti
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libpq3  7.4.7-1  PostgreSQL C client library
ii  php4-cgi [phpapi-20020918-z 4:4.3.10-3   server-side, HTML-embedded scripti
ii  php4-cli [phpapi-20020918-z 4:4.3.10-3   command-line interpreter for the p

-- debconf information:
  php4/extension_pgsql_cgi: true
  php4/extension_pgsql_cli: true
  php4/add_extension: true
  php4/remove_extension: true
  php4/extension_pgsql_apache: true


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



Bug#294106: galeon: "My Portal": bookmark sections with slash '/' in name break on sub-portal views

2005-02-08 Thread Loïc Minier
forwarded 294106 http://bugzilla.gnome.org/show_bug.cgi?id=166638
thanks

Hi,

"Karsten M. Self"  - Mon, Feb 07, 2005:

> Bookmark sections with one or more slash '/' characters in their name
> break when attempting to view the sub-portal section.

 Thanks for your report, I've brought it upstream at
 , you might want to
 subscribe the discussion from there.

   Regards,

-- 
Loïc Minier <[EMAIL PROTECTED]>
"Neutral President: I have no strong feelings one way or the other."



Bug#294064: laptop-mode-tools: unusable because it tries to open /proc/acpi/ac_adapter/*/state, which doesn't always exist

2005-02-08 Thread Bart Samwel
Rogério Brito wrote:
Unfortunately, when I try to use laptop-mode-tools with my system, right
upon installation, it dies with:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Setting up laptop-mode-tools (1.04-1.1) ...
Initializing laptop mode...awk: cmd. line:1: fatal: cannot open file 
`/proc/acpi/ac_adapter/*/state' for reading (No such file or directory)
done.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
I'm trying to use laptop-mode-tools in a Desktop machine and I guess that
it should gracefully skip that part if the information on ac_adapter or
battery isn't found.
OK, will fix. Apparently my test desktop has acpi/ac_adapter, so I never 
noticed this. :/

--Bart

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


Bug#294156: ghc5: ghci does not reset terminal when leaving

2005-02-08 Thread Gigan. Davy
Package: ghc5
Version: 5.04.3-9
Severity: normal


Hello,

it appears that when you quit ghci, the terminal in which ghci
was launched will have some trouble.
Here is the way to reproduce a bug with command passwd launched
after command ghci :
  [EMAIL PROTECTED]:[davy]$ ghci
  Loading package base ... linking ... done.
  Loading package haskell98 ... linking ... done.
  Prelude> :q
  Leaving GHCi.
  [EMAIL PROTECTED]:[davy]$ passwd

Then, you can't change the password because the terminal will only read
one caracter.

Using reset (from ncurses-bin) will solve the problem in the terminal :
  [EMAIL PROTECTED]:[davy]$ reset


Regards.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (40, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.5-wolk3.02
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages ghc5 depends on:
ii  gcc-2.951:2.95.4-22  The GNU C compiler
ii  haskell-utils   1.6  Utilities used by the Debian Haske
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libgmp3 4.1.4-5  Multiprecision arithmetic library
ii  libgmp3-dev 4.1.4-5  Multiprecision arithmetic library 
ii  libncurses5 5.4-4Shared libraries for terminal hand
ii  libreadline44.3-11   GNU readline and history libraries
ii  libreadline4-dev4.3-11   GNU readline and history libraries
ii  perl [perl5]5.8.4-5  Larry Wall's Practical Extraction 

-- no debconf information


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



Bug#294152: galeon: after starting a new tab, need a click

2005-02-08 Thread Loïc Minier
forwarded 294152 http://bugzilla.gnome.org/show_bug.cgi?id=166639
thanks

Hi,

Sanjoy Mahajan <[EMAIL PROTECTED]> - Mon, Feb 07, 2005:

> After loading a link in a new tab with ctrl-left button (but not
> switching to the new page), I need to click on a non-active area in
> the creating page before PageUp and PageDown will scroll up and down.
> I'd prefer that galeon preserve the user-interface context of the
> creating page, so that ctrl-left button does not affect the user's
> interaction with the creating page.

 I've brought your bug upstream at
 , you might want to
 subscribe to the discussion from there.

 There are a lot of focus problems in Galeon, and it's really tricky to
 get it right (developer and user sides).

   Regards,

-- 
Loïc Minier <[EMAIL PROTECTED]>
"Neutral President: I have no strong feelings one way or the other."



Bug#294157: [rudy@cae.com: [sSMTP patch] Specify alternate configuration file]

2005-02-08 Thread Anibal Monsalve Salazar
Package: ssmtp
Severity: wishlist


Anibal Monsalve Salazar
--
 .''`. Debian GNU/Linux
: :' : Free Operating System
`. `'  http://debian.org/
  `-   http://v7w.com/anibal
--- Begin Message ---
Hi Anibal,

> >If I code a "Use alternate configuration file" (i.e. the -C flag)
> >patch and offer it, what are the odds that it makes it into the
> >mainstream codebase?
>
> If it's a good patch, it will be accepted.
>
> I'll prepare a new package this weekend but I could wait for the
> patch. When will you send it?

The patch took a lot less time than expected.  Here it is, along
with the corrected manpage patch, which should apply cleanly to
2.61.

Note that I tried to keep the behaviour exactly like sendmail, so
the alternate config file knows nothing about the sSMTP conf dir
(i.e. you need to specify a full path like -C/etc/ssmtp/ssmtp.conf).
As with sendmail, relative paths like -Cssmtp.conf refer to the
current working directory.

Let me know if this is acceptable.  Cheers!

   rudy
--- ssmtp.c.orig2005-02-03 15:48:35.468370300 -0500
+++ ssmtp.c 2005-02-03 23:26:39.705353600 -0500
@@ -68,6 +68,7 @@
 char *root = NULL;
 char *tls_cert = "/etc/ssl/certs/ssmtp.pem";   /* Default Certificate */
 char *uad = (char)NULL;
+char *config_file = (char)NULL;/* alternate configuration file 
*/
 
 headers_t headers, *ht;
 
@@ -789,7 +790,14 @@
char buf[(BUF_SZ + 1)], *p, *q, *r;
FILE *fp;
 
-   if((fp = fopen(CONFIGURATION_FILE, "r")) == NULL) {
+   if(config_file == (char *)NULL) {
+   config_file = strdup(CONFIGURATION_FILE);
+   if(config_file == (char *)NULL) {
+   die("parse_config() -- strdup() failed");
+   }
+   }
+
+   if((fp = fopen(config_file, "r")) == NULL) {
return(False);
}
 
@@ -1289,7 +1297,7 @@
get_arpadate(arpadate);
 
if(read_config() == False) {
-   log_event(LOG_INFO, "%s/ssmtp.conf not found", SSMTPCONFDIR);
+   log_event(LOG_INFO, "%s not found", config_file);
}
 
if((p = strtok(pw->pw_gecos, ";,"))) {
@@ -1640,6 +1648,19 @@
 
/* Configfile name */
case 'C':
+   if((!argv[i][(j + 1)]) && argv[(i + 1)]) {
+   config_file = strdup(argv[(i + 1)]);
+   if(config_file == (char *)NULL) {
+   die("parse_options() -- 
strdup() failed");
+   }
+   add++;
+   }
+   else {
+   config_file = strdup(argv[i]+j+1);
+   if(config_file == (char *)NULL) {
+   die("parse_options() -- 
strdup() failed");
+   }
+   }
goto exit;
 
/* Debug */
--- ssmtp.8.orig2005-02-04 10:41:22.60981 -0500
+++ ssmtp.8 2005-02-04 10:43:12.003655000 -0500
@@ -1,4 +1,4 @@
-.TH SSMTP 8 "Last change: 5 February 2000"
+.TH SSMTP 8 "Last change: 4 February 2005"
 .SH NAME
 ssmtp, sendmail \- send a message using smtp
 .SH SYNOPSIS
@@ -103,7 +103,7 @@
 
 .TP
 \fB\-C\fP\fIfile\fP 
-(ignored) Use alternate configuration file.
+Use alternate configuration file.
 
 .TP
 \fB\-d\fP\fIX\fP
--- End Message ---


signature.asc
Description: Digital signature


Bug#294158: Pseudo package bugs not listed in http://bugs.debian.org/release-critical/other/pseudo.html.

2005-02-08 Thread Miklos Espak
Package: bugs.debian.org
Severity: normal


Pseudo package bugs are not listed separately in
http://bugs.debian.org/release-critical/other/pseudo.html, however they
can be found at http://bugs.debian.org/release-critical/other/all.html

(The sum of the bugs in "All", "All non-US" and "pseudo-packages" does
not equal to bug number in "Everything in one package" on
http://bugs.debian.org/release-critical/)

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


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



Bug#231025: NVU Debian packages

2005-02-08 Thread Cyril Bouthors
On 6 Feb 2005, [EMAIL PROTECTED] wrote:
> finally i made the .deb of nvu.
> source can be found at www.autistici.org/giskard/nvu

Is the dependency to mozilla-firefox really needed?
-- 
Cyril Bouthors


pgpO9fhLjK6aN.pgp
Description: PGP signature


Bug#292893: smartmontools bug #292893: smartmontools produce "scsi: unknown opcode 0x4d "

2005-02-08 Thread bob
Hi.

I'd just like to second  Adi Kriegisch's bug report (and hopefully provide 
some further clues to the problem)

I can definitely confirm that the problem appears to be triggered by 
upgrading the kernel. In my case from 
kernel-image-2.6.8-2-686-smp_2.6.8-12_i386 to 
kernel-image-2.6.8-2-686-smp_2.6.8-13_i386

Each time smartd touches the drives it generates the following logs
Feb  7 20:02:22 flow kernel: scsi: unknown opcode 0x4d
Feb  7 20:02:22 flow kernel: scsi: unknown opcode 0x4d
Feb  7 20:32:22 flow kernel: scsi: unknown opcode 0x4d
Feb  7 20:32:22 flow kernel: scsi: unknown opcode 0x4d

This is on a two drive system, one actual scsi and one ide drive.

Please note that this bug seems to be suppressing all other output (ie I am 
not getting temp changes being reported although it seems to be able to do 
so at least partialy on boot.)

Feb  7 10:32:22 flow smartd[2162]: smartd version 5.32 Copyright (C) 2002-4 
Bruce Allen
Feb  7 10:32:22 flow smartd[2162]: Home page is 
http://smartmontools.sourceforge.net/
Feb  7 10:32:22 flow smartd[2162]: Opened configuration 
file /etc/smartd.conf
Feb  7 10:32:22 flow smartd[2162]: Configuration file /etc/smartd.conf 
parsed.
Feb  7 10:32:22 flow smartd[2162]: Device: /dev/sda, opened
Feb  7 10:32:22 flow kernel: scsi: unknown opcode 0x4d
Feb  7 10:32:22 flow smartd[2162]: Device: /dev/sda, does not support SMART 
Self-Test Log.
Feb  7 10:32:22 flow smartd[2162]: Device: /dev/sda, is SMART capable. 
Adding to "monitor" list.
Feb  7 10:32:22 flow smartd[2162]: Device: /dev/hdb, opened
Feb  7 10:32:22 flow smartd[2162]: Device: /dev/hdb, found in smartd 
database.
Feb  7 10:32:22 flow smartd[2162]: Device: /dev/hdb, is SMART capable. 
Adding to "monitor" list.
Feb  7 10:32:22 flow smartd[2162]: Monitoring 1 ATA and 1 SCSI devices
Feb  7 10:32:22 flow kernel: scsi: unknown opcode 0x4d
Feb  7 10:32:22 flow kernel: scsi: unknown opcode 0x4d
Feb  7 10:32:22 flow smartd[2162]: Device: /dev/sda, initial Temperature is 
23 Celsius
Feb  7 10:32:22 flow smartd[2162]: [trip Temperature is 65 Celsius]
Feb  7 10:32:22 flow smartd[2164]: smartd has fork()ed into background mode. 


smartmontools version: 5.32-2

HTH.

-- 
BOFH excuse #48:

bad ether in the cables


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



Bug#293195: kernel-image-2.6.10-1-k7: this bug also applies to kernel-image-2.6.8-2-k7-13

2005-02-08 Thread Hilmar Preusse
reassign 293195 kernel-source-2.6.8
stop

On 08.02.05 Horms ([EMAIL PROTECTED]) wrote:

> reassign 293195 kernel-soruce-2.6.8
> thanks
> 
typo correction.

H.
-- 
sigmentation fault


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



Bug#294160: /sbin/route, and others: IPX support in 2.6 kernel series

2005-02-08 Thread Debian User
Package: net-tools
Version: 1.60-10
Severity: normal
File: /sbin/route


In 2.6 kernel series /proc placement of files related to IPX protocol
has been changed from /proc/net/ipx_blabla to /proc/net/ipx/blabla.

subnet:~# route --ipx
/proc/net/ipx_route: No such file or directory
IPX not configured in this system.
subnet:~# route --ipx
/proc/net/ipx_route: No such file or directory
IPX not configured in this system.
gw7subnet:~# cat /proc/net/ipx/route
NetworkRouter_Net   Router_Node
051A   0008 0007E9196F0A
F5073B20   0008 CD0E4488
BEDCFA6C   0008 0007E9196F0A
15F50767   0008 0007E9196F0A
0002   0008 0003476B5BD6
BB3BF86E   0008 000347C19EED
0006   0008 CD0E4488
...

subnet:~# netstat -an --ipx
Active IPX sockets
Proto Recv-Q Send-Q Local Address  Foreign Address
State
subnet:~# cat /proc/net/ipx/socket
Local_Address   Remote_Address  Tx_Queue
Rx_Queue  State  Uid
00787878:0001:0452  Not_Connected   
  07000
...

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-rc2
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages net-tools depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an

-- no debconf information


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



Bug#294139: [brian@ristuccia.com: libusb broken on arm?]

2005-02-08 Thread Aurelien Jarno
On Mon, Feb 07, 2005 at 11:01:00PM -0500, Brian Ristuccia wrote:
> I'm seeing a problem similar to what Christophe reported back in April of
> 2002. My programs like libptp and gphoto2 segfault when iterating over the
> usb_busses linked list. Looking at it with gdb,
> usb_busses->config->interface eventually winds up null and things blow up.
I suppose you mean dev->config[i]->interface[j] there? There is multiple
configurations possible as well as multiple interfaces. You can get the
number of configurations in dev->descriptor.bNumConfigurations and the number
of interfaces for a configuration in dev->config[i].bNumInterfaces. I
think it is not impossible to have one of this number equal to 0.

> I've been able to reproduce this problem with libusb-0.1.8 and 0.1.9. Unlike
> Christoph's case, rebuilding libusb from source on the same machine where
> I'm building libptp or gphoto2 doesn't fix it. 
Does the problem seems to be related to the presence of a specific
device on the USB bus?

> Oddly enough, the testlibusb program included with libusb seems to work and
> it's looking at the same structure.
Do you get also the problem with 'lsusb -v' (for the usbutils packages).
As it cycle through all possible values of the libusb structures, it
think it is a good test.

Bye,
Aurelien

-- 
  .''`.  Aurelien Jarno   GPG: 1024D/F1BCDB73
 : :' :  Debian GNU/Linux developer | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net


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



Bug#50595: Meeting Time and Place of Meeting

2005-02-08 Thread Andrea Santos

Current Matches:

1.
Andrea Santos is within 26 miles from your
location.  She is married, but her husband is away
almost every weekend and some weeknights.

2.
Emily Bryant is within 19 miles from your
location.  She is married but looking for another
relationship while her husband is on the road.

Email address and Pictures of your matches are available:
http://godatenowadays.com/d/b/6.php


Not For Me?
http://godatenowadays.com/out/


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



Bug#294164: kernel-image-2.6.10-1-386: kernel oops when launching jvm

2005-02-08 Thread Thomas Prokosch
Package: kernel-image-2.6.10-1-386
Version: 2.6.10-4
Severity: important

I experienced an oops when launching a Java Virtual Machine. I cannot
reproduce this bug since it oopsed only once, it worked when I tried again.
However I have the feeling the kernel should never oops :)

The JVM is the same for months, it never oopsed on a 2.6.8 kernel.
Attached is the ksymoops information.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (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) (ignored: LC_ALL set to C)

Versions of packages kernel-image-2.6.10-1-386 depends on:
ii  coreutils [fileutils] 5.2.1-2The GNU core utilities
ii  fileutils 5.2.1-2The GNU file management utilities 
ii  initrd-tools  0.1.77 tools to create initrd image for p
ii  module-init-tools 3.2-pre1-2 tools for managing Linux kernel mo

-- no debconf information
Unable to handle kernel NULL pointer dereference at virtual address 0055
c0111534
*pde = 
Oops:  [#1]
CPU:0
EIP:0060:[do_emu+23/1107]Not tainted VLI
EFLAGS: 00210202   (2.6.10-1-386) 
eax: c2a36000   ebx: 002d   ecx: 007b   edx: 
esi:    edi: 002d   ebp: bfff62e0   esp: c2a37f88
ds: 007b   es: 007b   ss: 0068
Stack: bfff600c c2a36000 bfff5f0c ab521a20 c2a36000 c01022ce bfff5fa0  
   bfff6288 002d 002d 0063 c011151d bfff62e0 c0103a9b 002d 
   ab506e48 002d 0063 0001 bfff62e0 0063 007b 007b 
Call Trace:
Code: 0f be 02 01 c3 8d 42 01 89 45 00 0f b7 c3 5a 5b 5e 5f 5d c3 55 57 56 53 83 ec 28 8b 7c 24 3c 31 f6 b8 00 e0 ff ff 21 e0 ff 40 14 <8b> 47 28 89 44 24 24 8b 5c 24 24 8a 13 80 fa 0f 0f 85 d1 02 00 
Using defaults from ksymoops -t elf32-i386 -a i386


>>eax; c2a36000 
>>esp; c2a37f88 

Code;  ffd5 <__kernel_rt_sigreturn+1b95/>
 <_EIP>:
Code;  ffd5 <__kernel_rt_sigreturn+1b95/>
   0:   0f be 02  movsbl (%edx),%eax
Code;  ffd8 <__kernel_rt_sigreturn+1b98/>
   3:   01 c3 add%eax,%ebx
Code;  ffda <__kernel_rt_sigreturn+1b9a/>
   5:   8d 42 01  lea0x1(%edx),%eax
Code;  ffdd <__kernel_rt_sigreturn+1b9d/>
   8:   89 45 00  mov%eax,0x0(%ebp)
Code;  ffe0 <__kernel_rt_sigreturn+1ba0/>
   b:   0f b7 c3  movzwl %bx,%eax
Code;  ffe3 <__kernel_rt_sigreturn+1ba3/>
   e:   5apop%edx
Code;  ffe4 <__kernel_rt_sigreturn+1ba4/>
   f:   5bpop%ebx
Code;  ffe5 <__kernel_rt_sigreturn+1ba5/>
  10:   5epop%esi
Code;  ffe6 <__kernel_rt_sigreturn+1ba6/>
  11:   5fpop%edi
Code;  ffe7 <__kernel_rt_sigreturn+1ba7/>
  12:   5dpop%ebp
Code;  ffe8 <__kernel_rt_sigreturn+1ba8/>
  13:   c3ret
Code;  ffe9 <__kernel_rt_sigreturn+1ba9/>
  14:   55push   %ebp
Code;  ffea <__kernel_rt_sigreturn+1baa/>
  15:   57push   %edi
Code;  ffeb <__kernel_rt_sigreturn+1bab/>
  16:   56push   %esi
Code;  ffec <__kernel_rt_sigreturn+1bac/>
  17:   53push   %ebx
Code;  ffed <__kernel_rt_sigreturn+1bad/>
  18:   83 ec 28  sub$0x28,%esp
Code;  fff0 <__kernel_rt_sigreturn+1bb0/>
  1b:   8b 7c 24 3c   mov0x3c(%esp),%edi
Code;  fff4 <__kernel_rt_sigreturn+1bb4/>
  1f:   31 f6 xor%esi,%esi
Code;  fff6 <__kernel_rt_sigreturn+1bb6/>
  21:   b8 00 e0 ff ffmov$0xe000,%eax
Code;  fffb <__kernel_rt_sigreturn+1bbb/>
  26:   21 e0 and%esp,%eax
Code;  fffd <__kernel_rt_sigreturn+1bbd/>
  28:   ff 40 14  incl   0x14(%eax)
Code;   Before first symbol
  2b:   8b 47 28  mov0x28(%edi),%eax
Code;  0003 Before first symbol
  2e:   89 44 24 24   mov%eax,0x24(%esp)
Code;  0007 Before first symbol
  32:   8b 5c 24 24   mov0x24(%esp),%ebx
Code;  000b Before first symbol
  36:   8a 13 mov(%ebx),%dl
Code;  000d Before first symbol
  38:   80 fa 0f  cmp$0xf,%dl
Code;  0010 Before first symbol
  3b:   0f.byte 0xf
Code;  0011 Before first symbol
  3c:   85 d1 test   %edx,%ecx
Code;  0013 Before first symbol
  3e:   02 00 add(%eax),%al


Bug#294162: menu: not filed under 'e', begins with "The"

2005-02-08 Thread A Costa
Package: encompass
Version: 0.5.99.3-4
Severity: minor


grep -n The /usr/lib/menu/encompass
2:  title="The Encompass Web-browser" command="/usr/bin/encompass"

Having "The" as the first title word makes Encompass appear in menus 
under 't'.

Hope this helps...


-- 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=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages encompass depends on:
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
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  libelysium2.0-0  0.99.9-2Utility library for applications i
ii  libgal2.0-6  1.99.11-1.1 G App Libs (run time library)
ii  libgconf2-4  2.8.1-4 GNOME configuration database syste
ii  libglade2-0  1:2.4.1-2   library to load .glade files at ru
ii  libglib2.0-0 2.6.1-2 The GLib library of C routines
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-1 The GNOME 2.2 print architecture U
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  libgnomevfs2-common  2.8.3-11The GNOME virtual file-system libr
ii  libgtk2.0-0  2.6.1-2 The GTK+ graphical user interface 
ii  libgtkhtml3.0-4  3.0.10-1HTML rendering/editing library - r
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libneon240.24.7.dfsg-0.2 An HTTP and WebDAV client library
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  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libssl0.9.7  0.9.7e-3SSL shared libraries
ii  libxml2  2.6.16-2GNOME XML library
ii  xlibs4.3.0.dfsg.1-9  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#294161: ITP: sshfs-fuse -- filesystem client based on SSH File Transfer Protocol

2005-02-08 Thread Bartosz Fenski aka fEnIo
Package: wnpp
Severity: wishlist
Owner: Bartosz Fenski aka fEnIo <[EMAIL PROTECTED]>

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: sshfs-fuse
  Version : 1.0
  Upstream Author : Miklos Szeredi <[EMAIL PROTECTED]>
* URL : http://fuse.sourceforge.net/
* License : GPL
  Description : filesystem client based on SSH File Transfer Protocol

[grabbed from README]
This is a filesystem client based on the SSH File Transfer Protocol.
Since most SSH servers already support this protocol it is very easy
to set up: i.e. on the server side there's nothing to do.  On the
client side mounting the filesystem is as easy as logging into the
server with ssh.

The idea of sshfs was taken from the SSHFS filesystem distributed with
LUFS, which I found very useful.  There were some limitations of that
codebase, so I rewrote it.  Features of this implementation are:

  - Based on FUSE (the best userspace filesystem framework for linux ;)

  - Multithreading: more than one request can be on it's way to the
server

  - Allowing large reads (max 64k)

  - Caching directory contents


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

iD8DBQFCCIY8hQui3hP+/EARAu5NAKCTxMVtOTwCPLEwpbWZEuYUX3+qFACfR1dq
hLb9KNXUSZVWgXMQe4X1xsw=
=CvAh
-END PGP SIGNATURE-


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



Bug#294134: hylafax-server: email notification of completed fax fails

2005-02-08 Thread Giuseppe Sacco

Please, check if running 'faxsetup -server' fixes the problem. And see
the differences to /etc/hylafax/setup.cache



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



Bug#294165: [Fwd: Re: tpctl: apmiser maxes out the cpu load]

2005-02-08 Thread Thomas Hood
Package: tpctl
Severity: normal

 Forwarded Message 
From: James McCaw <[EMAIL PROTECTED]>
To: Thomas Hood <[EMAIL PROTECTED]>
Subject: Re: tpctl: apmiser maxes out the cpu load
Date: Mon, 07 Feb 2005 22:08:10 +1100
Hi Thomas,

Ahhh, I just uncovered a rather amusing bug while trying to test other
settings. "--term" and "--trendiness" are reported in reverse in
syslog...I don't know if it is just your syslog output (and the
behaviour of apmiser is correct) or if the actual values are reversed.
To see what I mean, just set --term=4 in /etc/default/apmiser and then
watch your syslog. You will see that trendiness has changed, term is
unchanged. Vice-versa if you set trendiness. :-)

Anyway, that seems to make it rather difficult to diagnose what else
makes a difference - what I can tell you is that, playing with lots of
different settings, the CPU load experienced is directly related to how
often apmiser wants to switch power mode. So if syslog reports fewer
changes, my load is lower. Whenever there is a switch, I get a big spike
in CPU load.

This seems to be similar to the ibam problems my machine displays -
talking to the bios with tpctl calls is incredibly expensive. It seems
unique to IBM T20s...oh well. Anecdotally, the problem was so bad with
ibam that it reduced my battery time from 2.1hrs down to just 1hr...all
through regular tpctl probes. :-( I resolved the problem by
significantly reducing how often ibam queried the bios.

Hope that extra info helps.

Regards,
James

Thomas Hood wrote: 
> On Tue, 2005-02-01 at 14:34 +1100, James McCaw wrote:
>   
> > When apmiser is enabled on my IBM Thinkpad T20 the cpu load is so high that
> > apmiser continually switches between saving power and setting the cpu to
> > its highest performance option. This obviously renders the program useless.
> > 
> 
> 
> Thanks for the report.  Are there any other settings that render apmiser
> non-useless on your machine?  See the apmiser man page.
> 
>   

-- 
James McCaw
School of Physics
University of Melbourne, VIC 3010, AUSTRALIA
Phone: (613) 8344 7129
Email: [EMAIL PROTECTED]
-- 
Thomas Hood <[EMAIL PROTECTED]>



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



Bug#294166: Please apply vorbis tag encoding patch

2005-02-08 Thread Takuo KITAME
Package: beep-media-player
Severity: wishlist
tags: patch

The attached patch is similar to mpg123's id3tag_encoding support.
Please apply it.

Regards.
-- 
Takuo KITAME
diff -Nur beep-media-player-0.9.7/Input/vorbis/configure.c beep-media-player-0.9.7.p/Input/vorbis/configure.c
(B--- beep-media-player-0.9.7/Input/vorbis/configure.c	2005-02-08 18:14:26.0 +0900
(B+++ beep-media-player-0.9.7.p/Input/vorbis/configure.c	2005-02-08 18:00:52.0 +0900
(B@@ -36,6 +36,9 @@
(B *title_desc;
(B static GtkWidget *rg_switch, *rg_clip_switch, *rg_booster_switch,
(B *rg_track_gain;
(B+/* Encoding patch */
(B+static GtkWidget *title_encoding_hbox, *title_encoding_enabled, *title_encoding, *title_encoding_label;
(B+/* Encoding patch */
(B 
(B vorbis_config_t vorbis_cfg;
(B 
(B@@ -102,7 +105,10 @@
(B vorbis_cfg.replaygain_mode = REPLAYGAIN_MODE_TRACK;
(B else
(B vorbis_cfg.replaygain_mode = REPLAYGAIN_MODE_ALBUM;
(B-
(B+/* Encoding patch */
(B+vorbis_cfg.title_encoding_enabled = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(title_encoding_enabled));
(B+vorbis_cfg.title_encoding = g_strdup(gtk_entry_get_text(GTK_ENTRY(title_encoding)));
(B+/* Encoding patch */
(B 
(B db = bmp_cfg_db_open();
(B 
(B@@ -140,6 +146,10 @@
(B bmp_cfg_db_set_int(db, "vorbis", "replaygain_mode",
(Bvorbis_cfg.replaygain_mode);
(B bmp_cfg_db_set_bool(db, "vorbis", "use_booster", vorbis_cfg.use_booster);
(B+/* Encoding patch */
(B+bmp_cfg_db_set_bool(db, "vorbis", "title_encoding_enabled", vorbis_cfg.title_encoding_enabled);
(B+bmp_cfg_db_set_string(db, "vorbis", "title_encoding", vorbis_cfg.title_encoding);
(B+/* Encoding patch */
(B bmp_cfg_db_close(db);
(B gtk_widget_destroy(vorbis_configurewin);
(B }
(B@@ -230,6 +240,17 @@
(B gtk_widget_set_sensitive(title_desc, override);
(B }
(B 
(B+/* Encoding patch */
(B+static void
(B+title_encoding_enabled_cb(GtkWidget * w, gpointer data)
(B+{
(B+gboolean encoding_enabled;
(B+encoding_enabled =
(B+gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(title_encoding_enabled));
(B+gtk_widget_set_sensitive(title_encoding_hbox, encoding_enabled);
(B+}
(B+/* Encoding patch */
(B+
(B static void
(B rg_switch_cb(GtkWidget * w, gpointer data)
(B {
(B@@ -468,6 +489,31 @@
(B gtk_container_border_width(GTK_CONTAINER(title_tag_vbox), 5);
(B gtk_container_add(GTK_CONTAINER(title_frame), title_tag_vbox);
(B 
(B+/* Encoding patch */
(B+title_encoding_enabled =
(B+gtk_check_button_new_with_label(_("Convert non-UTF8 Vorbis tags to UTF8"));
(B+gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(title_encoding_enabled),
(B+ vorbis_cfg.title_encoding_enabled);
(B+g_signal_connect(G_OBJECT(title_encoding_enabled), "clicked",
(B+ G_CALLBACK(title_encoding_enabled_cb), NULL);
(B+gtk_box_pack_start(GTK_BOX(title_tag_vbox), title_encoding_enabled, FALSE,
(B+   FALSE, 0);
(B+
(B+title_encoding_hbox = gtk_hbox_new(FALSE, 5);
(B+gtk_widget_set_sensitive(title_encoding_hbox, vorbis_cfg.title_encoding_enabled);
(B+gtk_box_pack_start(GTK_BOX(title_tag_vbox), title_encoding_hbox, FALSE,
(B+   FALSE, 0);
(B+
(B+title_encoding_label = gtk_label_new(_("Vorbis encoding:"));
(B+gtk_box_pack_start(GTK_BOX(title_encoding_hbox), title_encoding_label, FALSE,
(B+   FALSE, 0);
(B+
(B+title_encoding = gtk_entry_new();
(B+gtk_entry_set_text(GTK_ENTRY(title_encoding), vorbis_cfg.title_encoding);
(B+gtk_box_pack_start(GTK_BOX(title_encoding_hbox), title_encoding, TRUE, TRUE,
(B+   0);
(B+/* Encoding patch */
(B+
(B title_tag_override =
(B gtk_check_button_new_with_label(_("Override generic titles"));
(B gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(title_tag_override),
(Bdiff -Nur beep-media-player-0.9.7/Input/vorbis/vorbis.c beep-media-player-0.9.7.p/Input/vorbis/vorbis.c
(B--- beep-media-player-0.9.7/Input/vorbis/vorbis.c	2005-02-08 18:14:26.0 +0900
(B+++ beep-media-player-0.9.7.p/Input/vorbis/vorbis.c	2005-02-08 18:21:23.0 +0900
(B@@ -127,6 +127,7 @@
(B GMutex *vf_mutex;
(B static gboolean output_error;
(B 
(B+gchar **vorbis_tag_encoding_list = NULL;
(B 
(B InputPlugin *
(B get_iplugin_info(void)
(B@@ -547,6 +548,30 @@
(B return vorbis_ip.output->output_time();
(B }
(B 
(B+static gchar *
(B+convert_tag_title(gchar * title)
(B+{
(B+gchar **encoding = vorbis_tag_encoding_list;
(B+gchar *new_title = NULL;
(B+
(B+if (g_utf8_validate(title, -1, NULL))
(B+return title;
(B+
(B+while (*encoding && !new_title) {
(B+new_title = g_convert(title, strlen(title), "UTF-8", *encoding++,
(B+  NULL, NULL, NULL);
(B+

Bug#287189: #287189 still a bug?

2005-02-08 Thread Horms
On Mon, Feb 07, 2005 at 12:44:39PM -0500, Jeff Licquia wrote:
> reopen 287189
> reassign 287189 initrd-tools
> thanks
> 
> On Mon, 2005-02-07 at 10:36 +0100, Thomas Hood wrote:
> > Was #287189 closed by mistake?  The original report (now reassigned to
> > initrd-tools) is that mkinitrd looks for /bin/discover.  According to
> > the changelog, the discover program is now at /sbin/discover.  So
> > presumably mkinitrd may still need to be fixed?
> 
> Yup.  I had moved discover to /bin, and then moved it to /sbin to be in
> sync with discover 1.  But I forgot to remove my changelog note closing
> the bug.
> 
> Thanks for the heads-up.

I see no reference to discover in mkinitrd (from svn or 0.1.77).
Am I looking in the wrong place?

-- 
Horms


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



Bug#284477: Solution found

2005-02-08 Thread Horms
On Tue, Feb 08, 2005 at 03:13:00AM +0200, [EMAIL PROTECTED] wrote:
> I got from Dennis Danielson his kernel configuration. He had the same
> problem at pemstar which is a dotcom.

I have no idea what the above statement is supposed to imply,
but the main difference between the Debian config and what is below
is that CONFIG_ACPI_SLEEP has been disabled. But that code
shouldn't really come into effect unless you ask the system to go
to sleep. What sources you building from?

> #
> # ACPI (Advanced Configuration and Power Interface) Support
> #
> CONFIG_ACPI=y
> CONFIG_ACPI_BOOT=y
> CONFIG_ACPI_INTERPRETER=y
> # CONFIG_ACPI_SLEEP is not set
> CONFIG_ACPI_AC=y
> # CONFIG_ACPI_BATTERY is not set
> CONFIG_ACPI_BUTTON=y
> CONFIG_ACPI_FAN=y
> CONFIG_ACPI_PROCESSOR=y
> CONFIG_ACPI_THERMAL=y
> # CONFIG_ACPI_ASUS is not set
> # CONFIG_ACPI_TOSHIBA is not set
> CONFIG_ACPI_BLACKLIST_YEAR=0
> # CONFIG_ACPI_DEBUG is not set
> CONFIG_ACPI_BUS=y
> CONFIG_ACPI_EC=y
> CONFIG_ACPI_POWER=y
> CONFIG_ACPI_PCI=y
> CONFIG_ACPI_SYSTEM=y
> CONFIG_X86_PM_TIMER=y
> 
> I tested this and so far have not seen that sluggish state since the
> kernel with the above ACPI configuration is running.
> 
> -- 
> Tapio Lehtonen
> [EMAIL PROTECTED]
> GPG public key from http://www.iki.fi/Tapio.Lehtonen



-- 
Horms


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



Bug#213885: Is this bug still present?

2005-02-08 Thread Anand Kumria
On Fri, Feb 04, 2005 at 06:13:42PM -0300, Margarita Manterola wrote:
> Hi!
> 
> Some time ago you submitted a bug related to evolution:
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=213885
> 
> Can you still reproduce this bug with version 2.0.3 (latest in Sarge and
> Sid) ?

Yes, the failure dialog is

"failed to connect to IMAP server  in secure mode: SSL
negotiations failed."  In order to test I set the 'Use Secure Connection
(SSL) option to Whenever Possible'.

Anand


-- 
linux.conf.au 2005   -  http://lca2005.linux.org.au/  -  Birthplace of Tux
April 18th to 23rd   -  http://lca2005.linux.org.au/  -   LINUX
Canberra, Australia  -  http://lca2005.linux.org.au/  -Get bitten!


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



Bug#294171: xsane locks up after preview

2005-02-08 Thread Anthony Campbell
Package: xsane
Version: 0.97-3
Severity: normal

Since the most recent update of xane via Sid it locks up after detecting
the scanner. It was working previously. Preview runs but no image
appears on screen and thereafter further attempts say that no device is
detected.

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

Versions of packages xsane depends on:
ii  libatk1.0-0 1.8.0-4  The ATK accessibility toolkit
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libgimp2.0  2.2.3-2  Libraries necessary to run the GIM
ii  libglib2.0-02.6.2-1  The GLib library of C routines
ii  libgtk2.0-0 2.6.2-2  The GTK+ graphical user interface 
ii  libieee1284-3   0.2.8-2  Cross-platform library for paralle
ii  libjpeg62   6b-9 The Independent JPEG Group's JPEG 
ii  libpango1.0-0   1.8.0-3  Layout and rendering of internatio
ii  libpng12-0  1.2.8rel-1   PNG library - runtime
ii  libsane 1.0.15-6 API library for scanners
ii  libtiff43.7.1-3  Tag Image File Format (TIFF) libra
ii  libusb-0.1-41:0.1.9-1userspace USB programming library
ii  xsane-common0.97-3   GTK+-based X11 frontend for SANE (
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#294167: apt-listbugs: segmentation fault on hppa

2005-02-08 Thread Roel Teuwen
Package: apt-listbugs
Version: 0.0.46
Severity: grave
Justification: renders package unusable

apt-listbugs dies with :

Retrieving bug reports... 0% [0/60]/bin/sh: line 1: 16507 Segmentation
fault  /usr/sbin/apt-listbugs apt
Warning: apt-listbugs exited abnormally, hit enter key to continue.

dmesg shows :

apt-listbugs (pid 16507): Protection id trap (code 27)

 YZrvWESTHLNXBCVMcbcbcbcbOGFRQPDI
PSW: 01001110 Not tainted
r00-03   10373200 101448ec 1000
r04-07  14254308 1000 10474020 
r08-11    1000 0001
r12-15   0800 15c46720 
r16-19  14254208 14254308 176d41c0 
r20-23  0001  10144a90 1000
r24-27  4003d000 10474020 4003d000 102da010
r28-31  1004e258 a19f8f00 142544c0 101448ec
sr0-3    000b  000b
sr4-7      

IASQ:   IAOQ: 10144bf0 10144bf4
 IIR: 0f53d200ISR: 000b  IOR: 4003d000
 CPU:0   CR30: 14254000 CR31: 10324000
 ORIG_R28: 14254308
 IAOQ[0]: file_read_actor+0x160/0x168
 IAOQ[1]: file_read_actor+0x164/0x168
 RP(r2): do_generic_mapping_read+0x448/0x5ec

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: hppa (parisc)
Kernel: Linux 2.6.11-rc2-pa3
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages apt-listbugs depends on:
ii  apt   0.5.28.1   Advanced front-end for dpkg
ii  libdpkg-ruby1.8   0.3.1  modules/classes for dpkg on ruby 1
ii  libintl-gettext-ruby1.8   0.11-5 Gettext wrapper for Ruby 1.8
ii  libzlib-ruby1.8   1.8.2-2Extension library to use zlib from
ii  ruby  1.8.2-1An interpreter of object-oriented 

-- no debconf information


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



Bug#294168: kernel-package: Use versioned /etc/kernel/*.d directories to allow per kernel script launching.

2005-02-08 Thread Sven Luther
Package: kernel-package
Version: 8.119
Severity: important


The current /etc/kernel/*.d mechanism has several features which make it less
than usable :

  1) it will run all scripts in /etc/kernel/*.d, thus not allowing the
  existence of a per kernel-image version script.

  2) furthermore run-partes doesn't allow files of the form foo-2.6.8 (no .
  allowed in the script name), can be worked around by changing . to _ though.

  3) current scripts only seem to pass the version, and is thus not compatible
  with the postinst_hook format.

To solve this, i suggest that kernel-package provided postinsts, in addition
to run-parting the /etc/kernel/*.d directory, also run-parts the
/etc/kernel/*.d/$version directory, for per-kernel provided postinst scripts,
and a second arg be added to --args to conform to the postinst_hook invocation
format.

I would change this code snipplet : 

if (-d "/etc/kernel/postinst.d") {
  system ("run-parts", "-v", "--exit-on-error", "--arg=$version",
  "/etc/kernel/postinst.d") &&
die "Failed to process /etc/kernel/postinst.d";
}

by : 

if (-d "/etc/kernel/postinst.d") {
  system ("run-parts", "-v", "--exit-on-error", "--arg=$version",
  "--arg=$realimageloc", "/etc/kernel/postinst.d") &&
die "Failed to process /etc/kernel/postinst.d";
}
if (-d "/etc/kernel/postinst.d/$version") {
  system ("run-parts", "-v", "--exit-on-error", "--arg=$version",
  "--arg=$realimageloc", "/etc/kernel/postinst.d/$version") &&
die "Failed to process /etc/kernel/postinst.d/$version";
}

In all three postinst, prerm and postrm scripts. I am not perl fluent, so i
hope the above is indeed correct.

If you could handle this quickly, i want to use this feature in the powerpc
kernel packages, which need to be included in sarge, so it is a matter of some
urgency.

Thanks for your help about this,

Sven Luther

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

Versions of packages kernel-package depends on:
ii  dpkg 1.10.26 Package maintenance system for Deb
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.3 [c-compiler] 1:3.3.5-6   The GNU C compiler
ii  make 3.80-9  The GNU version of the "make" util
ii  perl 5.8.4-5 Larry Wall's Practical Extraction 

-- no debconf information



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



Bug#294170: vim-latexsuite: ":help latex-suite" does not displays any help

2005-02-08 Thread Alberto Maurizi
Package: vim-latexsuite
Version: 0.20041219-1
Severity: normal


Typing :help latex-suite during a .tex file editing does not show any
help as claimed in /usr/share/doc/vim-latexsuite/README.Debian


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

Versions of packages vim-latexsuite depends on:
ii  vim  1:6.3-058+1 Vi IMproved - enhanced vi editor

-- no debconf information


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



Bug#294169: kmail should handle disconnection gracefully

2005-02-08 Thread Martin Emrich
Package: kmail
Version: 4:3.3.2-1
Severity: normal


Hi!

When I start kmail (or kontact) when there is no network connection
(on my notebook, I start them on demand depending on where I am),
it tries to connect to my configured IMAP servers and displays
error messages for each that the server could not be reached.
after this, I have to exit kmail (or kontact) and manually kill
every kio_newimap(s) process and restart kmail, If I am lucky,
I can get a connection.

Please add a little "terminate all IMAP/whatever connection" to
kmail, maybe in the status bar where the "cancel operation" button
is. Or am I overlooking something?

Thanks

Martin Emrich

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_DE.UTF-8)

Versions of packages kmail depends on:
ii  kdelibs4 4:3.3.2-1   KDE core libraries
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libgcc1  1:3.4.3-7   GCC support library
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libkcal2a4:3.3.2-1   KDE calendaring library
ii  libkdenetwork2   4:3.3.2-1   KDE Network library
ii  libkdepim1   4:3.3.2-1   KDE PIM library
ii  libkleopatra0a   4:3.3.2-1   KDE GnuPG interface libraries
ii  libkpimidentities1   4:3.3.2-1   KDE PIM user identity information 
ii  libksieve0   4:3.3.2-1   KDE mail/news message filtering li
ii  libmimelib1a 4:3.3.2-1   KDE mime library
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqt3c102-mt3:3.3.3-8   Qt GUI Library (Threaded runtime v
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libstdc++5   1:3.3.5-8   The GNU Standard C++ Library v3
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  perl 5.8.4-6 Larry Wall's Practical Extraction 
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#291856: acknowledged by developer (Bug#291856: fixed in apache2 2.0.53-1)

2005-02-08 Thread Olaf van der Spek
Debian Bug Tracking System wrote:
This is an automatic notification regarding your Bug report
#291856: Duplicate Alias /icons/ "/usr/share/apache2/icons/",
which was filed against the apache2 package.
It has been closed by one of the developers, namely
Adam Conrad <[EMAIL PROTECTED]>.
Their explanation is attached below.  If this explanation is
unsatisfactory and you have not received a better one in a separate
message then please contact the developer, by replying to this email.
   * Remove duplicate /icons/ from the default site (closes: #291856)
Hi,
Did you also remove the duplicate ErrorLog?
> The same applies to ErrorLog /var/log/apache2/error.log
> but that should be in the default vhost.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Bug#287952: kernel-source-2.6.8: nfs-kernel freezes the system

2005-02-08 Thread Horms
On Mon, Feb 07, 2005 at 03:23:27PM +0100, Ondrej Medek wrote:
> Package: kernel-source-2.6.8
> Version: 2.6.8-13
> Followup-For: Bug #287952
> 
> 
> Hi, do you use NFS kernel server (from Debian)? NFS kernel server freezes
> the whole system under 2.6.8, but on the 2.4.27 or 2.4.26 works fine. NFS
> user server works fine even on the 2.6.8., but is much much slower. This
> problem last from the september (when I tried 2.6.8 first time) until the
> newest kernel-source-2.6.8-13.
> 
> AFAIK there ware lot of changes int the NFS server module in the 2.6.9, but
> I have no time until the end of the Februaty to try it.

Is this a custom build of the kernel? If so
can you provide your .config, or better still
try using one of the kernel-images on d.o.

Can you provide the oops output run through ksymoops?

Is there anything particularly interesting that occurs 
at the same time as the oops? e.g. The system is under high load.

-- 
Horms


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



Bug#294030: chronyd makes the whole system briefly (< 1 second) freeze

2005-02-08 Thread Daniel Déchelotte
Sorry, nothing suspicous in the logs (syslog, boot, debug, dmesg, kern.log,
messages).

$ lsmod | grep -i rtc
genrtc  8180  1

genrtc? Indeed, /var/log/dmesg reads "Generic RTC Driver v1.07".

$ modprobe rtc
FATAL: Error inserting rtc 
(/lib/modules/2.6.10-bs2/kernel/drivers/char/rtc.ko): No such device

Huh? I stopped chronyd, removed genrtc, inserted rtc and restarted chronyd
(with rtcfile enabled). Youhou! No more freezes with
$ lsmod | grep -i rtc
rtc10424  1 

Okay, so how to make sure rtc is inserted instead of genrtc? Not really
chrony's role, but its default config file is not "safe". A debconf
information or question could be useful here.

-- 
Daniel Déchelotte
  http://yo.dan.free.fr/



Bug#284943: wx.Printout broken

2005-02-08 Thread Ken Harris

Yeah, something is definitely wrong.  It does appear to be returning a
string from _windows_.new_Printout() in _windows.py (if you print
type(newobj), for example).  I guess in _wrap_new_Printout() in
_windows_wrap.cpp 'result' is actually a wxPyPrintout* (C's typing
system requires it), and it's not jumping to the "fail:" label, which
means wxPyMake_wxObject(result,1) is turning a wxPyPrintout* into a
Python string object.  (Does that make any sense?)  But it uses
wxPyMake_wxObject(), and everything uses that, so it can't be *that*
broken, right?

So I suspect there's a problem with the wxPyPrintout object itself, but
that's no surprise.  And now I'm deeper into the wx-Py interface than I
know what I'm doing (so far).

I looked at the diffs (on ViewCVS) and this function
(_wrap_new_Printout()) of src/gtk/_windows_wrap.cpp has only changed
trivially (using true instead of True) since the 2.4 days.  So I think
it's safe to say that's not the problem.

I don't know what's going on.  The further I dig, the more complex (and
undocumented!) it becomes.

There don't seem to be any wxPython binaries in Debian with debugging
info, and I'm not up for building my own wxPython binaries tonight :-),
so I'm calling it a night.

If it helps, a really simple way to demonstrate this problem is:

import wxversion
wxversion.select('2.5.3')
import wx
wx.PySimpleApp()
wx.Printout()

Result:

Traceback (most recent call last):
  File "", line 1, in ?
  File
"/usr/lib/python2.3/site-packages/wx-2.5.3-gtk2-unicode/wx/_windows.py",
line 4363, in __init__
self.this = newobj.this
AttributeError: 'str' object has no attribute 'this'

WX2.4 doesn't require a wx.App object, so the equivalent there is
simply:

>>> import wx
>>> wx.Printout()


My best guess is that this isn't Debian-specific, but may be GTK
+-specific.  Can the folks upstream offer any help with this?

It would be nice to be able to print.  :-)



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



Bug#283948: [Fwd: Bug#283948: PLease integrate squirrelmail with dictionaries-common]

2005-02-08 Thread Thijs Kinkhorst
Hello people,

I need some assistance with the bug below that has been posted to the BTS
under squirrelmail. I've looked into it but cannot seem to find out how to
detect the information needed.

I hope someone can help me address this bug.

Thanks,
Thijs

 Original Message 
Subject: Bug#283948: PLease integrate squirrelmail with
dictionaries-common From:"Alastair McKinstry" <[EMAIL PROTECTED]>
Date:Thu, December 2, 2004 15:16
To:  "Debian Bug Tracking System" <[EMAIL PROTECTED]>
--

Package: squirrelmail
Version: 2:1.4.3a-3
Severity: wishlist


Squirrelmail should be integrated with dictionaries-common, to
detect which dictionaries are present for ispell, and which is set for the
default.

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

Versions of packages squirrelmail depends on:
ii  apache2   2.0.52-3   Next generation, scalable,
extenda ii  apache2-mpm-prefork [httpd]   2.0.52-3   Traditional model for
Apache2 ii  libapache2-mod-php4   4:4.3.9-1  server-side,
HTML-embedded scripti ii  perl  5.8.4-3Larry
Wall's Practical Extraction

-- no debconf information







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



Bug#294172: strace - builds no s390 binary

2005-02-08 Thread Bastian Blank
Package: strace
Version: 4.5.5-1
Severity: grave
Tags: sarge

The source wants to build a s390x binary but no s390 binary.

Bastian

-- 
Time is fluid ... like a river with currents, eddies, backwash.
-- Spock, "The City on the Edge of Forever", stardate 3134.0


signature.asc
Description: Digital signature


Bug#291397: libmultisync-plugin-evolution: evolution sync pair is useless after first synchronization

2005-02-08 Thread Marius Mikucionis
Package: libmultisync-plugin-evolution
Version: 0.82-5
Followup-For: Bug #291397

I also have the very same problem.
Moreover if try to configure backup plugin (from that pair) to rebackup all, 
multisync simply crashes. It happens ALWAYS.
Please suggest what information I should provide you to see with your own eyes.
It seems that evolution team is in deep sleep, only recently woken up.

marius

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages libmultisync-plugin-evolution depends on:
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libbonobo2-0 2.8.1-1 Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.8.1-1 The Bonobo UI library
hi  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libebook81.0.3-2 Client library for evolution addre
ii  libecal6 1.0.3-2 Client library for evolution calen
ii  libedata-book1   1.0.3-2 Backend library for evolution addr
ii  libedata-cal51.0.3-2 Backend library for evolution cale
ii  libedataserver3  1.0.3-2 Utily library for evolution data s
ii  libgconf2-4  2.8.1-4 GNOME configuration database syste
ii  libglib2.0-0 2.6.2-1 The GLib library of C routines
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-11The GNOME virtual file-system libr
ii  libgtk2.0-0  2.6.2-1 The GTK+ graphical user interface 
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
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  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libxml2  2.6.16-2GNOME XML library
ii  multisync0.82-5  A program to synchronize PIM data
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#288850: Cupsys fails to start gs-esp.

2005-02-08 Thread Helmuth Gronewold
Hi there,

same problem for me. 
Just installed:

cupsys  1.1.23-3
cupsys-driver-gimpprint   4.2.7-4
gs-esp  7.07.1-9

on Debian Sarge, 2.4.27.


> Hmm, could you give me more information? I couldn't reproduce.
> 1. Which PPD do you use? I tried 'EPSON Stylus Photo 790 -
>CUPS+Gimp-Print v4.2.7', but there was no problem when I printed
>test-page. 

HP DeskJet 560C - CUPS+Gimp-Print v4.2.7

> 2. Do all print files (include test-page from web interface)
> fail? 

Yes.

> 3. Could you set log level to 'debug', try to print problematic
> file,   then send me gzipped /var/log/cups/error_log?

Even "debug2" says nothing more. 
Some lines before and after the error:

---snip---
D [08/Feb/2005:11:16:31 +0100] print_job: requesting-user-name = 'root'
D [08/Feb/2005:11:16:31 +0100] Adding default job-sheets values
"none,none"... I [08/Feb/2005:11:16:31 +0100] Adding start banner page
"none" to job 2. d [08/Feb/2005:11:16:31 +0100]
copy_banner(0x809338c[8], 0x8191ae8[2], none) d [08/Feb/2005:11:16:31
+0100] add_file(con=0x809338c[8], job=2,
filetype=application/postscript, compression=0) I [08/Feb/2005:11:16:31
+0100] Adding end banner page "none" to job 2. d [08/Feb/2005:11:16:31
+0100] copy_banner(0x809338c[8], 0x8191ae8[2], none) I
[08/Feb/2005:11:16:31 +0100] Job 2 queued on 'HP560C' by 'root'. D
[08/Feb/2005:11:16:31 +0100] Job 2 hold_until = 0 d
[08/Feb/2005:11:16:31 +0100] SaveJob: Closing file 10... D
[08/Feb/2005:11:16:31 +0100] StartJob(2, 0x80a5930) D
[08/Feb/2005:11:16:31 +0100] StartJob() id = 2, file = 0/1 E
[08/Feb/2005:11:16:31 +0100] Unable to convert file 0 to printable
format for job 2! I [08/Feb/2005:11:16:31 +0100] Hint: Do you have ESP
Ghostscript installed? D [08/Feb/2005:11:16:31 +0100] CancelJob: id = 2
d [08/Feb/2005:11:16:31 +0100] SaveJob: Closing file 10...
d [08/Feb/2005:11:16:31 +0100] add_job_state_reasons(0x809338c[8], 2)
D [08/Feb/2005:11:16:31 +0100] ProcessIPPRequest: 8 status_code=0
d [08/Feb/2005:11:16:31 +0100] ProcessIPPRequest: Adding fd 8 to
OutputSet... d [08/Feb/2005:11:16:31 +0100] WriteClient: Removing fd 8
from OutputSet... d [08/Feb/2005:11:16:31 +0100] PID 19866 exited with
no errors. d [08/Feb/2005:11:16:31 +0100] DeleteCert: removing
certificate for pid 19866 d [08/Feb/2005:11:16:31 +0100] ReadClient: 8,
used=0, file=-1 d [08/Feb/2005:11:16:31 +0100] ReadClient: httpGets
returned EOF...
---snap---

You see, there are no useful informations in there.
I tried to reinstall cupsys and all the dependencies. 
No way out.

Hope that you can help me and that I helped you :)

Best regards,

Helmuth Gronewold


-- 
http://cisa.mine.nu/ | http://www.cisa85.de/
[EMAIL PROTECTED]| [EMAIL PROTECTED]
> Selbst ist der Mann.


pgpKUU1tJ95A2.pgp
Description: PGP signature


Bug#294175: unable to remove package

2005-02-08 Thread Tomas Oberhuber
Package: mozilla-firefox-locale-cs-cz
Version: 1.0lang20041216-2
50:root>dpkg --remove mozilla-firefox-locale-cs-cz
(Reading database ... 152623 files and directories currently installed.)
Removing mozilla-firefox-locale-cs-cz ...
Updating mozilla-firefox chrome registry...mv: cannot stat 
`/usr/lib/mozilla-firefox/defaults.ini': No such file or directory
dpkg: error processing mozilla-firefox-locale-cs-cz (--remove):
subprocess post-removal script returned error exit status 1
Errors were encountered while processing:
mozilla-firefox-locale-cs-cz
I also tried to do
touch /usr/lib/mozilla-firefox/defaults.ini
but I got the same message.
dpkg --remove --force-all did not help either.
What shall I do? Now I am unable to install new firefox because of this bug.
I have testing Debian.
Tomas Oberhuber.

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


Bug#294174: installed modules not linked for kernel 2.6 (.ko)

2005-02-08 Thread Eduard Bloch
Package: lirc-modules-source
Version: 0.7.1pre1-1
Severity: grave

See subject. I get:

> root < @debian:/root$ dpkg -L lirc-modules-2.6.11-rc3
/.
/lib
/lib/modules
/lib/modules/2.6.11-rc3
/lib/modules/2.6.11-rc3/misc
/lib/modules/2.6.11-rc3/misc/lirc_dev.o
/lib/modules/2.6.11-rc3/misc/lirc_i2c.o
/lib/modules/2.6.11-rc3/misc/lirc_serial.o
/usr
/usr/share
/usr/share/doc
/usr/share/doc/lirc-modules-2.6.11-rc3
/usr/share/doc/lirc-modules-2.6.11-rc3/README.Debian
/usr/share/doc/lirc-modules-2.6.11-rc3/copyright
/usr/share/doc/lirc-modules-2.6.11-rc3/changelog.Debian.gz

> root < @debian:/root$ modinfo /lib/modules/2.6.11-rc3/misc/lirc_i2c.o 
filename:   /lib/modules/2.6.11-rc3/misc/lirc_i2c.o
description:Infrared receiver driver for Hauppauge and Pixelview
cards (i2c stack)
author: Gerd Knorr, Michal Kochanowicz, Christoph Bartelmus,
Ulrich Mueller, Stefan Jahn, Jerome Brock
license:GPL
parm:   debug:Enable debugging messages (bool)
parm:   minor:Preferred minor device number (int)
> root < @debian:/root$ insmod /lib/modules/2.6.11-rc3/misc/lirc_i2c.o 
insmod: error inserting '/lib/modules/2.6.11-rc3/misc/lirc_i2c.o': -1
Invalid module format



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-rc3
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages lirc-modules-source depends on:
ii  debconf [debconf-2.0] 1.4.45 Debian configuration management sy
ii  debhelper 4.2.30 helper programs for debian/rules
ii  debianutils   2.11.2 Miscellaneous utilities specific t

-- debconf information:
  lirc-modules-source/use_lirc_hints: true
  lirc-modules-source/parallel_irq: 7
* lirc-modules-source/do-build: false
  lirc-modules-source/parallel_timer: 65536
* lirc-modules-source/serial_transmitter: true
  lirc-modules-source/not_needed:
* lirc-modules-source/serial_port: 0x2f8
* lirc-modules-source/drivers: i2c, serial
* lirc-modules-source/serial_irq: 3
* lirc-modules-source/serial_type: Other
  lirc-modules-source/kernel-source: /usr/src/linux/
  lirc-modules-source/sir_port: 0x2f8
  lirc-modules-source/parallel_port: 0x378
* lirc-modules-source/what_next:
  lirc-modules-source/sir_type: Other
* lirc-modules-source/serial_softcarrier: false
  lirc-modules-source/kernel-source-not-found:
  lirc-modules-source/sir_irq: 3


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



Bug#293956: gnumeric: Crashes when closing

2005-02-08 Thread J.H.M. Dassen (Ray)
On Mon, Feb 07, 2005 at 16:43:03 +, Noel Torres wrote:
> >On Mon, Feb 07, 2005 at 02:56:45 +, Noel Torres wrote:
> >>Bug-buddy appeared, but it said "has no information about this
> >>application, please, select another".

> However, the point about bug-buddy being unable to trace can be reviewed.

That problem is reproducible for me. I've filed
http://bugs.debian.org/294150 for it.

Ray
-- 
Tevens ben ik van mening dat Nederland overdekt dient te worden.


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



Bug#294176: mozilla-firefox-locale-all: Please use more flexible template with macros

2005-02-08 Thread Martin Pitt
Package: mozilla-firefox-locale-all
Severity: wishlist
Tags: patch

Hi!

The current construction of debian/control with
debian/templates/new-language-* is very inflexible. E. g. in Ubuntu we
need to alter the dependencies to support "language packs", which
isn't easily possible with the current structure.

So I rewrote debian/rules to use just one template file
(debian/templates/package.template) and perform macro substitution in
it. This is much easier to maintain (also for you) and much more
flexible in the future.

Would you consider adopting it?

Thanks!

Martin

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

-- 
Martin Pitt   http://www.piware.de
Ubuntu Developerhttp://www.ubuntulinux.org
Debian GNU/Linux Developer   http://www.debian.org
--- mozilla-firefox-locale-all-1.0lang20041216/debian/rules
+++ mozilla-firefox-locale-all-1.0lang20041216/debian/rules
@@ -211,14 +211,9 @@
if [ -d $(CURDIR)/debian/templates/$$CURLANGSMALL ] ; \
then cat $(CURDIR)/debian/templates/$$CURLANGSMALL/control >> 
$(CURDIR)/debian/control ; \
else  \
-echo -e '\n'  >> $(CURDIR)/debian/control ; \
-cat $(CURDIR)/debian/templates/new-language-1.template >> 
$(CURDIR)/debian/control ; \
-echo $$CURLANGSMALL >> $(CURDIR)/debian/control ; \
-cat $(CURDIR)/debian/templates/new-language-2.template >> 
$(CURDIR)/debian/control ; \
-echo "$$CURLANGNAME language/region package " >> 
$(CURDIR)/debian/control ; \
-cat $(CURDIR)/debian/templates/new-language-3.template >> 
$(CURDIR)/debian/control ; \
-echo \($$CURLANGNAME language, $$CURLOCALE\). >> 
$(CURDIR)/debian/control ; \
-echo -n -e ' .\n Homepage: http://www.mozilla.org' >> 
$(CURDIR)/debian/control ; \
+sed "s/CURLOCALE/$$CURLOCALE/g; s/CURLANGSMALL/$$CURLANGSMALL/g; \
+ s/CURLANGNAME/$$CURLANGNAME/g; s/CURLANG/$$CURLANG/g" \
+ $(CURDIR)/debian/templates/package.template >> 
$(CURDIR)/debian/control; \
fi; \
echo $$CURLOCALE >> $(CURDIR)/debian/locales.list ; \
echo mozilla-firefox-locale-$$CURLANGSMALL >> 
$(CURDIR)/debian/packages.list ; \
reverted:
--- 
mozilla-firefox-locale-all-1.0lang20041216/debian/templates/new-language-1.template
+++ 
mozilla-firefox-locale-all-1.0lang20041216.orig/debian/templates/new-language-1.template
@@ -1 +0,0 @@
-Package: mozilla-firefox-locale-
\ No newline at end of file
reverted:
--- 
mozilla-firefox-locale-all-1.0lang20041216/debian/templates/new-language-2.template
+++ 
mozilla-firefox-locale-all-1.0lang20041216.orig/debian/templates/new-language-2.template
@@ -1,3 +0,0 @@
-Architecture: all
-Depends: mozilla-firefox (>=1.0), mozilla-firefox (<< 1.0.999)
-Description: Mozilla Firefox 
\ No newline at end of file
reverted:
--- 
mozilla-firefox-locale-all-1.0lang20041216/debian/templates/new-language-3.template
+++ 
mozilla-firefox-locale-all-1.0lang20041216.orig/debian/templates/new-language-3.template
@@ -1,2 +0,0 @@
- Menu and message resource and region property package
- for Mozilla Firefox 
\ No newline at end of file
only in patch2:
--- 
mozilla-firefox-locale-all-1.0lang20041216.orig/debian/templates/package.template
+++ mozilla-firefox-locale-all-1.0lang20041216/debian/templates/package.template
@@ -0,0 +1,9 @@
+
+Package: mozilla-firefox-locale-CURLANGSMALL
+Architecture: all
+Depends: mozilla-firefox (>= 1.0), mozilla-firefox (<< 1.0.999)
+Description: Mozilla Firefox CURLANGNAME language/region package 
+ Menu and message resource and region property package
+ for Mozilla Firefox (CURLANGNAME language, CURLOCALE).
+ .
+ Homepage: http://www.mozilla.org


signature.asc
Description: Digital signature


Bug#294102: "Show in browser" does not work

2005-02-08 Thread Johan Svedberg
* Feb 08 03:23 Carlos Laviola <[EMAIL PROTECTED]>:
> On Mon, 7 Feb 2005 23:30:28 +0100, Johan Svedberg
> <[EMAIL PROTECTED]> wrote:
> > * Feb 07 22:24 Carlos Laviola <[EMAIL PROTECTED]>:
> > > Clicking the "Show in browser" button does nothing for me.
> >
> > Blam uses whatever browser you have set in
> > gnome-default-applications-properties. You probably don't have the
> > default browser installed on your system.
>
> Oh, my bad. I'm a KDE user, what do I need to set this
> "gnome-default-applications-properties"? GNOME's Control Panel?

I actually think it's in the capplets package. You might get away with
just changing /desktop/gnome/applications/browser in GConf also.

-- 
Johan Svedberg, [EMAIL PROTECTED], http://johan.svedberg.pp.se/


pgp50BPAtClOW.pgp
Description: PGP signature


Bug#284477: Solution found

2005-02-08 Thread Tapio Lehtonen
On Tue, Feb 08, 2005 at 06:47:06PM +0900, Horms wrote:
> On Tue, Feb 08, 2005 at 03:13:00AM +0200, [EMAIL PROTECTED] wrote:
> but the main difference between the Debian config and what is below
> is that CONFIG_ACPI_SLEEP has been disabled. But that code
> shouldn't really come into effect unless you ask the system to go
> to sleep. What sources you building from?

Debian sources for kernel 2.6.8. 

The bug was in Debian kernels. I have tried several kernel-image-2.6*
since August, and all of them had the problem.

My guess is, that the system goes to some kind of sleep or hibernate
state, since everything works, just unusably slow. So disabling acpi
sleep and see the problem go away is just logical. 

-- 
Tapio Lehtonen
[EMAIL PROTECTED]
GPG public key from http://www.iki.fi/Tapio.Lehtonen


signature.asc
Description: Digital signature


Bug#294179: seahorse: doesn't work with gnupg 1.4

2005-02-08 Thread NoÃl KÃthe
Package: seahorse
Version: 0.7.5-2
Severity: grave
Tags: upstream
Justification: renders package unusable, FTBFS

Hello,

# seahorse-agent
seahorse-agent: couldn't modify gpg configuration: Invalid crypto engine

The reason is the new gnupg version 1.4 in sid.
Additional it doesn't built from source with gnupg 1.4

Upstream has already a bugreport about this problem:

http://bugzilla.gnome.org/show_bug.cgi?id=161697

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages seahorse depends on:
ii  gconf2   2.8.1-4 GNOME configuration database syste
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
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  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  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  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-11The GNOME virtual file-system libr
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.6.1-2 The GTK+ graphical user interface 
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
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  libpopt0 1.7-5   lib for parsing cmdline parameters
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  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#294177: dosfstools: fsck.vfat corrupts filesystems on Amd64 (32 bit unaffected)

2005-02-08 Thread

Package: dosfstools
Version: 2.10-1
Severity: normal

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.10-k8.2
Locale: LANG=en_CA, LC_CTYPE=en_CA (charmap=ISO-8859-1)

Versions of packages dosfstools depends on:
ii  libc6  2.3.2.ds1-20.0.0.1.pure64 GNU C Library: Shared libraries an

-- no debconf information

cause: dosfsck does not recognize deleted files as deleted. this appears to be 
a 64 bit problem
this can occur on filesystems that are NOT corrupt
if allowed to fix the filesystem (such as from the boot script) causes DATA LOSS

affected partition is 120 GB, so I can't post it, but I was able to recreate 
the problem using a modified FreeDOS boot disk from:
http://www.fdos.org/bootdisks/old/FREEDOS.IMG

(all I did was rename autoexec.bat, delete the original, and then rename the 
copy back to autoexec.bat to trigger the error)

test output:

dosfsck 2.10, 22 Sep 2003, FAT32, LFN
/åa\000u\000t\000o.\000\000\000
  Bad file name.
1) Drop file
2) Rename file
3) Auto-rename
4) Keep it
? 4
/åUTOEXEC.BAT
  Contains a free cluster (2). Assuming EOF.
/åUTOEXEC.BAT
  File size is 82 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/åa\000u\000t\000o.\000\000\000
  File size is 4294967295 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
Leaving file system unchanged.
FREEDOS.BAD.IMG: 26 files, 961/2847 clusters

will investigate more tomorrow

___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!


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



Bug#294178: Init script fails to check whether nagios is running

2005-02-08 Thread jan gregor
Package: nagios-text
Version: 1.3-cvs.200501

Init script /etc/init.d/nagios tries to check whether nagios is running
(also) using this command: 
/usr/lib/nagios/plugins/check_nagios -F /var/log/nagios/status.log -C 'nagios'
This check fails, if nagios had not updated it's status log during last 1
second. Default update interval is 15 seconds.
This is example of output of this command and return value:
nabu:~# /usr/lib/nagios/plugins/check_nagios -F /var/log/nagios/status.log -C 
'nagios' ; echo $?
Nagios problem: located 10 processes, status log updated 1 second ago
1

Suggested fix: increase expire time in check command using -e, for example:
/usr/lib/nagios/plugins/check_nagios -F /var/log/nagios/status.log -e 15 -C 
'nagios'.


Best regards

Jan Gregor



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



Bug#294058: Nautilus stops responding to new files after a while

2005-02-08 Thread Sjoerd Simons
On Mon, Feb 07, 2005 at 05:09:51PM +, Pedro Côrte-Real wrote:
> Package: gamin
> Version: 0.0.21-1
> 
> With every version of gamin so far after some time of use nautilus stops
> responding to new files in the Desktop and other directories (haven't
> tested those though). To reproduce this I just do:
> 
> (in ~/Desktop)
> touch test
> rm test
> 
> After having gamin running for a while this stops showing the new file
> in the Desktop. Doing a "killall -HUP gam_server" solves the problem.
> 
> I'm not sure but this could be happening after S3 suspend/resume cycles,
> altough not every cycle triggers this. Maybe gam_server is getting
> confused with the date jumping too fast.

Can you do kill -USR2 $(pidof /usr/lib/gamin/gam_server) when this happens.
This will cause a file with debug info to appear in /tmp (gamin_debug_)

  Sjoerd
-- 
Fain would I climb, yet fear I to fall.
-- Sir Walter Raleigh



Bug#283936: clusterssh: The Meta key does not work

2005-02-08 Thread Cyril Bouthors
Another important information that might ease the bug tracking and
fixing: the function keys don't work.

For example, I've configured Emacs to split-window-vertically when I
press F2 [1] but nothing happens when I run it through clusterssh.

[1] (global-set-key (quote [f2]) 'split-window-vertically)
-- 
Cyril Bouthors


pgp70Ymu4pIZf.pgp
Description: PGP signature


Bug#294103: ..huh? ulog-acctd-0.4.3-1 still doesn't install here

2005-02-08 Thread Arnt Karlsen
Package: ulog-acctd
Version: 0.4.3-1
Followup-For: Bug #294103


...I get:
[EMAIL PROTECTED]:/etc/rc5.d # apt-get -f install
Reading Package Lists... Done
Building Dependency Tree... Done
0 upgraded, 0 newly installed, 0 to remove and 20 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
- Sourcerer Apt Watcher -
Configure: ulog-acctd
grep: *.conf: No such file or directory
-
Setting up ulog-acctd (0.4.3-1) ...
error in control file: `Index' value missing for type HTML at
/usr/sbin/install-docs line 620,  line 10.
dpkg: error processing ulog-acctd (--configure):
subprocess post-installation script returned error exit status 9
Errors were encountered while processing:
 ulog-acctd
E: Sub-process /usr/bin/dpkg returned an error code (1)
[EMAIL PROTECTED]:/etc/rc5.d #   

-- 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 ulog-acctd depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an

-- no debconf information



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



Bug#294129: relocation error: undefined symbol: xmlTextReaderConstName

2005-02-08 Thread Sebastien Bacher
Le mardi 08 février 2005 à 12:26 +1100, Drew Parsons a écrit :

> /usr/lib/libgnomevfs-2.so.0: undefined symbol: xmlTextReaderConstName

Hi,

What's the output of:
- ldd /usr/lib/libgnomevfs-2.so.0 | grep xml
- nm -D /usr/lib/libxml2.so.2 | grep xmlTextReaderConstName


Cheers,

Sebastien Bacher





Bug#294176: mozilla-firefox-locale-all: Please use more flexible template with macros

2005-02-08 Thread Cesar Martinez Izquierdo
El Martes 08 Febrero 2005 12:39, Martin Pitt escribió:
> Package: mozilla-firefox-locale-all
> Severity: wishlist
> Tags: patch
>
> Hi!
>
> The current construction of debian/control with
> debian/templates/new-language-* is very inflexible. E. g. in Ubuntu we
> need to alter the dependencies to support "language packs", which
> isn't easily possible with the current structure.
>
> So I rewrote debian/rules to use just one template file
> (debian/templates/package.template) and perform macro substitution in
> it. This is much easier to maintain (also for you) and much more
> flexible in the future.
>
> Would you consider adopting it?

Sure. I started using that templates system as provisional one, I wanted to 
rewrite it when I had more time. I will have a look to your "macro way" and 
probably I will include it.
Thanks,

  César



Bug#285497: contact-lookup-applet: Same problem without the exchange connector

2005-02-08 Thread Antoine Sirinelli
Package: contact-lookup-applet
Version: 0.10-1
Followup-For: Bug #285497

Hi,

I am in sarge (testing) and the contact-lookup-applet also complains of
an offline address book (two error boxes). I have not installed the
exchange connector but I have 3 LDAP address books. The applet is not
functionnal : I cannot search in my local contacts.

Antoine

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

Versions of packages contact-lookup-applet depends on:
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
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  libebook81.0.3-2 Client library for evolution addre
ii  libedataserver3  1.0.3-2 Utily library for evolution data s
ii  libgconf2-4  2.8.1-4 GNOME configuration database syste
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  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  libgtk2.0-0  2.4.14-2The GTK+ graphical user interface 
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  liborbit21:2.10.2-1.1libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2-0   2.8.2-1 Library for GNOME 2 Panel applets
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  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-3   compression library - runtime

-- no debconf information


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



Bug#292693: wxvlc: empty menu entries, missing text in buttons, dialogues.

2005-02-08 Thread Vincent Bernat
OoO En  cette soirée  bien amorcée du  vendredi 28 janvier  2005, vers
22:01, Andreas Neudecker <[EMAIL PROTECTED]> disait:

> [EMAIL PROTECTED]
> LC_CTYPE="[EMAIL PROTECTED]"
> LC_NUMERIC="[EMAIL PROTECTED]"
> LC_TIME="[EMAIL PROTECTED]"
> LC_COLLATE="[EMAIL PROTECTED]"
> LC_MONETARY="[EMAIL PROTECTED]"
> LC_MESSAGES="[EMAIL PROTECTED]"
> LC_PAPER="[EMAIL PROTECTED]"
> LC_NAME="[EMAIL PROTECTED]"
> LC_ADDRESS="[EMAIL PROTECTED]"
> LC_TELEPHONE="[EMAIL PROTECTED]"
> LC_MEASUREMENT="[EMAIL PROTECTED]"
> LC_IDENTIFICATION="[EMAIL PROTECTED]"
> LC_ALL=

Using an UTF-8 locale solves the problem. I suppose that wxWidget only
speaks UTF-8.
-- 
printk("Entering UltraSMPenguin Mode...\n");
2.2.16 /usr/src/linux/arch/sparc64/kernel/smp.c



Bug#294182: xlibmesa-gl: system lockup whenever "molecule" runs (even in screensaver preview window)

2005-02-08 Thread John Gilmore
Package: xlibmesa-gl
Version: 4.3.0.dfsg.1-10
Severity: critical
Justification: breaks unrelated software

I noticed that my new Debian Sarge system was often locked-up when I
returned to it.  The screen displayed a molecule of e.g. caffeine, from
a screen saver.  Mouse and keyboard produce no response, including
ctrl-alt-backspace.  ssh into system from another machine did not work
(though I think pings were responded to).

So after rebooting, I was running the screen saver config program (from
"Applications -> Desktop Preferences -> Advanced -> Screensaver"),
looking for a way to turn off the "molecule" program, but as soon as I
selected "molecule" from the list of screen savers, it drew a molecule
and text into the little preview window -- and the system stopped
responding.  Same problem.

(I know I can circumvent this bug by turning off random screensaver mode.  I
have donechmod 0 /usr/lib/xscreensaver/moleculeinstead.)

My video card is this: Chipset: "ATI Rage 128 Pro GL PF (AGP)" (ChipID
= 0x5046).  My screen is a "Norwood Micro" LCD flatpanel at 1280x1024.
The system is a dual-Athlon SMP motherboard, Asus A7M266-D.  I've been
running it for years with this video card, though it has only recently
started running Debian Sarge.  The monitor is new.

I'll attach my XF86Config-4 file and an XFree86.log.0 (the log does not
show any errors, since the system locks up when the error occurs, and 
I'm sending it before that happens).

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

Versions of packages xlibmesa-gl depends on:
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu

(I added these manually since the screensaver triggers the bug):
ii  xscreensaver   4.16-1 Automatic screensaver for X

-- no debconf information
# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/cyrillic"
FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/lib/X11/fonts/CID"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load"GLcore"
Load"bitmap"
Load"dbe"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"record"
Load"speedo"
Load"type1"
Load"vbe"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xfree86"
Option  "XkbModel"  "pc104"
Option  "XkbLayout" "us"
Option  "XkbOptions""ctrl:nocaps"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/psaux"
Option  "Protocol"  "PS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection
Section "InputDevice"
Identifier  "Generic Mouse"
Driver  "mouse"
Option  "SendCoreEvents""true"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "D

Bug#294180: hook scripts for net class

2005-02-08 Thread martin f krafft
Package: hotplug
Version: 0.0.20040329-16
Severity: wishlist

ifplugd and waproamd both use /etc/hotplug.d/net/* scripts to start
themselves when a new network card becomes available. This bites if
programmes like ifrename or udev want to rename an interface:
ifplugd/waproamd ups the interface before /etc/hotplug.d/default/*
scripts are run. Thus, when udev/ifrename get a chance, the
interface is already up and cannot be renamed.

The solution -- I think -- seems to be to call ifplugd/waproamd from
/etc/hotplug/net/* instead. However, that does not exist.

Could you please add support for hook scripts for the net class to
/etc/hotplug?

Thanks,

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (600, 'testing'), (98, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-wing
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages hotplug depends on:
ii  debconf  1.4.42  Debian configuration management sy
ii  grep 2.5.1.ds1-4 GNU grep, egrep and fgrep
ii  module-init-tools3.2-pre1-2  tools for managing Linux kernel mo
ii  modutils 2.4.26-1.2  Linux module utilities
ii  procps   1:3.2.4-1   The /proc file system utilities

-- debconf information excluded

-- 
 .''`. martin f. krafft <[EMAIL PROTECTED]>
: :'  :proud Debian developer, admin, user, and author
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!


signature.asc
Description: Digital signature


Bug#294181: libpam-ssh: old ~/.ssh/agent-{,-tty#} are left behind

2005-02-08 Thread Jesus Climent
Package: libpam-ssh
Version: N/A; reported 2005-02-08
Severity: important

The last version installed from sid leaves behind some files which, upon
restarting the computer without a logout, make impossible the use of
libpam-ssh, unless one removes those files manually.

I guess a check for the existing process should be done and if it does not
exist, the file should be removed and a new one created.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux genarin 2.4.26 #1 Thu Apr 15 17:45:21 CEST 2004 i686
Locale: LANG=es_ES, LC_CTYPE=en_US

-- 
Jesus Climent  info:www.pumuki.org
Unix SysAdm|Linux User #66350|Debian Developer|2.6.10|Helsinki Finland
GPG: 1024D/86946D69 BB64 2339 1CAA 7064 E429  7E18 66FC 1D7F 8694 6D69

Bates Motel... 12 rooms, 12 vacancies.
--Norman Bates (Psycho)


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



Bug#283936: clusterssh: The Meta key does not work

2005-02-08 Thread Cyril Bouthors
On 8 Feb 2005, Cyril Bouthors wrote:
> Another important information that might ease the bug tracking and
> fixing: the function keys don't work.

Control-Space (set-mark-command) does not work either; it just does
nothing like the function keys. :(
-- 
Cyril Bouthors


pgp9Ia0ZGByZW.pgp
Description: PGP signature


Bug#293201: gnome-keybinding-properties: can't remove keybindings

2005-02-08 Thread Sjoerd Simons
On Fri, Feb 04, 2005 at 08:38:23PM +0100, Matijs van Zuijlen wrote:
> On Fri, Feb 04, 2005 at 07:14:30PM +0100, Sjoerd Simons wrote:
> > On Tue, Feb 01, 2005 at 07:32:58PM +0100, Matijs van Zuijlen wrote:
> > > When typing backspace to remove a keybinding, instead of removing the
> > > binding, the action is bound to the backspace key.
> > 
> > Works fine on my powerbook, so it's not something ppc specific.. Could
> > you mail the exact steps you do to reproduce this ?
> 
> - Applications, Desktop Preferences, Keyboard shortcuts
> - Keyboard Shortcuts window appears
> - In the list of Actions, click on Sleep
> - Text 'New accelerator...' appears in the Shortcut column.
> - Press BackSpace key
> - Text 'BackSpace' appears in the Shortcut column.
> 
> The same happens with other actions. I didn't try them all.

Can't reproduce this.. Can you check your backspace's keycode with xev ?

  Sjoerd
-- 
God grant us the serenity to accept the things we cannot change, courage to
change the things we can, and wisdom to know the difference.


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



Bug#293553: blam: Fails to start with new Mono packages, again

2005-02-08 Thread Johan Svedberg
* Feb 08 00:46 Bram Senders <[EMAIL PROTECTED]>:
> On Sat, Feb 05, 2005 at 04:18:28PM +0100, Johan Svedberg wrote:
> > * Feb 04 11:53 Bram Senders <[EMAIL PROTECTED]>:
> > > Using the new Mono 1.0.5 packages that just arrived in Sid, Blam
> > > doesn't want to start anymore.
> > >
> > > This is the exact same problem as I had in bug #286499 (Blam stopped
> > > working when Mono was upgraded to 1.0.4); when I strace the two Mono
> > > processes now I get the exact same results as I reported in that bug.
> >
> > I have no idea what's causing this. I just installed sid on a new
> > machine of mine and Blam starts fine here.
>
> I tried the same (installing Sid on a fresh machine), and indeed, Blam
> starts fine there, so I went back to my old machine where it doesn't
> work, and tried to get it to work there.
>
> I tried adding a new user and starting Blam from there, but that doesn't
> help anything.
>
> Next I tried downgrading the libmono0 package back from 1.0.5-1 to
> 1.0.4-1, and suddenly Blam starts again!  Upgrading libmono0
> reintroduces the problem, so at least it is reproducible on this one
> machine (I checked to see if the 1.0.5-1 .deb had been corrupted -- it
> wasn't).
>
> About the strace thing I reported:  I don't know whether you already
> knew this or not, but Blam always exhibits the behaviour I mentioned in
> my other bug report, even when it is working fine (as long as it is in
> an idle state).  So my plan to detect by strace whether there is
> something wrong with the current combination of Blam and the Mono
> libraries has alas been foiled.
>
> This leaves me with no clue on how to investigate matters further.
> Johan, if you have any other ideas, please say so, otherwise feel free
> to close this bug (since it doesn't seem reproducible on any other
> machines except for this one).

I do believe there is something going on here, but I'm clueless aswell.
Thanks for the effort you've put in trying to debug this. Closing.

-- 
Johan Svedberg, [EMAIL PROTECTED], http://johan.svedberg.pp.se/


pgprsaWlLPUCW.pgp
Description: PGP signature


Bug#294180: hook scripts for net class

2005-02-08 Thread Marco d'Itri
On Feb 08, martin f krafft <[EMAIL PROTECTED]> wrote:

> Could you please add support for hook scripts for the net class to
> /etc/hotplug?
I need to think about this and discuss this with the upstream
maintainer. Don't hold your breath.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#294033: [daniel.serpell@aplik.cl: Bug#294033: hal: usb zip drives are incorrectly named.]

2005-02-08 Thread Sjoerd Simons
I've got the patch below from a debian user. Unfortunately i don't have a ZIP
drive, so could someone check if it's correct in all cases ? (David?)

- Forwarded message from Daniel Serpell <[EMAIL PROTECTED]> -

Date: Mon, 07 Feb 2005 10:59:38 -0300
From: Daniel Serpell <[EMAIL PROTECTED]>
Subject: Bug#294033: hal: usb zip drives are incorrectly named.
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Reply-To: Daniel Serpell <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
X-Mailer: reportbug 3.7.1

The FDI rule that detects USB ZIP drive and names the mountpoint is
incorrectly write, so partitioned ZIP's are named generically.

The attached patch fixes the test (lookup in the parent of the
partition).

--- 90defaultpolicy/storage-policy.fdi.orig  2005-01-31 21:10:50 -0300
+++ 90defaultpolicy/storage-policy.fdi   2005-01-31 21:13:17 -0300
@@ -119,8 +119,8 @@
  disk

  
- 
-  zip
+ 
+  zip
  

   


  Sjoerd
-- 
Did you hear that two rabbits escaped from the zoo and so far they have
only recaptured 116 of them?


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



Bug#284477: Solution found

2005-02-08 Thread Horms
On Tue, Feb 08, 2005 at 12:53:02PM +0200, Tapio Lehtonen wrote:
> On Tue, Feb 08, 2005 at 06:47:06PM +0900, Horms wrote:
> > On Tue, Feb 08, 2005 at 03:13:00AM +0200, [EMAIL PROTECTED] wrote:
> > but the main difference between the Debian config and what is below
> > is that CONFIG_ACPI_SLEEP has been disabled. But that code
> > shouldn't really come into effect unless you ask the system to go
> > to sleep. What sources you building from?
> 
> Debian sources for kernel 2.6.8. 
> 
> The bug was in Debian kernels. I have tried several kernel-image-2.6*
> since August, and all of them had the problem.
> 
> My guess is, that the system goes to some kind of sleep or hibernate
> state, since everything works, just unusably slow. So disabling acpi
> sleep and see the problem go away is just logical. 

Yes, that sounds about right to me too.



-- 
Horms


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



Bug#286797: patches need to be in libpri, zaptel and asterisk

2005-02-08 Thread Kilian Krause
clone 286797 -1 -2
reassign -1 zaptel
reassign -2 libpri

Hi,

basically starting from asterisk downwards is the wrong direction ;)

When using
http://www.junghanns.net/asterisk/downloads/bristuff-0.2.0-RC6.tar.gz
(RC7 isn't available till tonight), there's a patches/ dir with the
following contents:
-rw-r--r--  1 kk kk 158277 2005-02-06 23:08 asterisk.patch
-rw-r--r--  1 kk kk 129016 2005-02-06 23:08 libpri.patch
-rw-r--r--  1 kk kk   6841 2005-02-06 23:08 zaptel.patch

This needs to be addressed in zaptel first, then libpri dependant on
*THAT* new zaptel needs to be recompiled with that patch and only *THEN*
asterisk can be done with the bristuff patch.

I'm not sure how active Mark is yet again after moving to the UK, but
let's just queue this in for processing. =)

-- 
Best regards,
 Kilian


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#293630: HAL sometimes becomes unavailable

2005-02-08 Thread Sjoerd Simons
On Fri, Feb 04, 2005 at 06:05:30PM +, Pedro Côrte-Real wrote:
> Package: hal
> Version: 0.4.7-1
> 
> After running for a while hal seams to not work anymore. lshal shows
> that the dbus service is not available. It could be a problem with hal
> not handling suspend/resume very well. I don't know what else I should
> check for.

Can you run hald --drop-privileges --verbose=yes --daemon=no and then do the
suspend cycle ? Hopefully that will give some usefull information.
  

> This is an ASUS M2400N Centrino Laptop.
> 
> I'm using updated Debian Sid with kernel 2.6.9-ac13 and libc6
> 2.3.2.ds1-20.
> 
> Pedro.

Hrm, you were the one with the gamin problem too right? Makes me wonder if
there connected in some strange way...

  Sjoerd
-- 
Ma Bell is a mean mother!



Bug#268317: Bug *is* serious (general 64bit issue)

2005-02-08 Thread Helge Kreutzmann
severity 268317 serious
thanks

This bug is a *general* 64bit bug. The C standard does not claim that
sizeof(pointer) == sizeof(int). Please have a look at the bug before
blindly reducing severity.

For example, this build failed on alpha as well in the same position:
http://buildd.debian.org/fetch.php?&pkg=specimen&ver=0.4.3-1&arch=alpha&stamp=1103659691&file=log&as=raw

(later version were not build due to dependency issues).

Greetings

 Helge
-- 
Dr. 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#288521: I intend to adopt ssh-proxy-connect

2005-02-08 Thread Sonia Hamilton
retitle 288521 ITA: ssh-proxy-connect -- tunnel SSH/TCP connection
owner 288521 !
thanks

I intend to adopt ssh-proxy-connect and convert it to an official debian
package.

--
Sonia Hamilton



signature.asc
Description: Digital signature


Bug#212652: Debian bug #212652

2005-02-08 Thread Tom Parker
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=212652
Are you still seeing this with more recent versions of Gaim (e.g. >=1.0)?
Tom Parker
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Bug#294185: Menubar and toolbar do not respond to mouse-clicks

2005-02-08 Thread Peter Verbaan
Package: epiphany-browser
Version: 1.4.7-2

Sometimes, the menubar and the toolbar do not respond to mouse-clicks.
I can reproduce the problem by opening two Epiphany windows,
and dragging the last tab from one window to the other.
When this happens, the window without tabs closes,
and the window which gained the tab no longer accepts mouse input
on its menubar and toolbar.
Key combinations (like - or -) still work.
I have enabled the Gconf setting
"/apps/epiphany/general/always_show_tabs_bar".

I am using Debian unstable (updated daily), kernel 2.6.10,
libgtk2 2.6.2-1.

-- 
Peter


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



Bug#215810: Debian bug #215810

2005-02-08 Thread Tom Parker
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=215810
Are you still seeing this with more recent versions of Gaim (e.g. 
>=1.0), as I can no longer reproduce it.

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


Bug#294180: hook scripts for net class

2005-02-08 Thread martin f krafft
also sprach Marco d'Itri <[EMAIL PROTECTED]> [2005.02.08.1227 +0100]:
> I need to think about this and discuss this with the upstream
> maintainer. Don't hold your breath.

I won't. However, please consider elevating the priority since right
now, ifplugd and waproamd effectively disable ifrename in some
configurations (not enough to conflict), and the same applies for
udev's renaming abilities.

Given that the net class does not really need the usermap
functionality, I think it would suffice to run-parts the
/etc/hotplug/net directory with the appropriate environment. Then
again, maybe it would be better to stick to a common approach and
employ usermaps.

-- 
 .''`. martin f. krafft <[EMAIL PROTECTED]>
: :'  :proud Debian developer, admin, user, and author
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!


signature.asc
Description: Digital signature


Bug#294029: exmh: Problem starting up when current message is encrypted

2005-02-08 Thread Alexander Zangerl
tags 294029 + unreproducible 
severity 294029 normal
forwarded 294029 [EMAIL PROTECTED]
thanks

On Mon, 07 Feb 2005 14:38:29 +0100, Robert Waldner writes:
>Another example is that when starting exmh and the current message is encrypte
>d,
>the passphrase-dialog grabs the input exclusively (don't know the correct term
>,
>sorry), but immediately afterwards the sequences window comes up. This
>combination somehow puts the focus back exmh's main window and thus 
>effectively renders keyboard input impossible, the only way out I could find
>up to now is to switch to another tty and `killall exmh`.
>See screenshot http://www.waldner.priv.at/temp/exmh-startup-prob.jpg [~200 kB]
>
>tclsh8.3 (same problem with 8.4), wish8.3, gpg 1.2.3-1

i can not reproduce this at all :-((
i've set up the same tcl/tk versions as you (my gnupg is a little older 
but that doesn't come into play here), and i'm using your exmh-defaults.
the main window, the sequences thing and the passphrase dialog pop up 
and that's it. gah, how i love heisenbugs.

i suspect a window manager issue (i use fvwm2): what are you using?

forwarded to the upstream discussion list with a request for comments;
can you please leave your screenshots alive for a couple more days?

regards
az


-- 
+ Alexander Zangerl + DSA 42BD645D + (RSA 5B586291)
I am Dyslexia of Borg. Prepare to have your arse laminated.


pgpSYDnIMinVG.pgp
Description: PGP signature


Bug#284943: wx.Printout broken

2005-02-08 Thread Ron

AFAIK this is both terminally broken and a known issue.
The exit strategy for that at this stage is to enable Robert's
gnomeprint work (probably in the next release).  It is still a
work in progress, but has the advantage by virtue of actually
working.

I've been happily 'paperless' for so long now that I'm not
terribly current with this code in 2.5, but searching past
threads in the wx-dev list should shed some clues if you want
better details on the matter.

The printing code used to work in 2.4, I'm not sure exactly
what happened to change that, or precisely what is causing what
you are seeing, but I'd suggest anyone serious about printing
and in a hurry should look at cvs HEAD and build with
--with-gnomeprint.

We have a schedule for the 2.5.4 release now and including this
in the packages is a goal for that, but its a bit early to make
many promises about what will actually make it past the post...

best,
Ron


On Tue, Feb 08, 2005 at 02:01:47AM -0800, Ken Harris wrote:
> 
> Yeah, something is definitely wrong.  It does appear to be returning a
> string from _windows_.new_Printout() in _windows.py (if you print
> type(newobj), for example).  I guess in _wrap_new_Printout() in
> _windows_wrap.cpp 'result' is actually a wxPyPrintout* (C's typing
> system requires it), and it's not jumping to the "fail:" label, which
> means wxPyMake_wxObject(result,1) is turning a wxPyPrintout* into a
> Python string object.  (Does that make any sense?)  But it uses
> wxPyMake_wxObject(), and everything uses that, so it can't be *that*
> broken, right?
> 
> So I suspect there's a problem with the wxPyPrintout object itself, but
> that's no surprise.  And now I'm deeper into the wx-Py interface than I
> know what I'm doing (so far).
> 
> I looked at the diffs (on ViewCVS) and this function
> (_wrap_new_Printout()) of src/gtk/_windows_wrap.cpp has only changed
> trivially (using true instead of True) since the 2.4 days.  So I think
> it's safe to say that's not the problem.
> 
> I don't know what's going on.  The further I dig, the more complex (and
> undocumented!) it becomes.
> 
> There don't seem to be any wxPython binaries in Debian with debugging
> info, and I'm not up for building my own wxPython binaries tonight :-),
> so I'm calling it a night.
> 
> If it helps, a really simple way to demonstrate this problem is:
> 
> import wxversion
> wxversion.select('2.5.3')
> import wx
> wx.PySimpleApp()
> wx.Printout()
> 
> Result:
> 
> Traceback (most recent call last):
>   File "", line 1, in ?
>   File
> "/usr/lib/python2.3/site-packages/wx-2.5.3-gtk2-unicode/wx/_windows.py",
> line 4363, in __init__
> self.this = newobj.this
> AttributeError: 'str' object has no attribute 'this'
> 
> WX2.4 doesn't require a wx.App object, so the equivalent there is
> simply:
> 
> >>> import wx
> >>> wx.Printout()
>  at _82431f8_wxPyPrintout_p>
> 
> My best guess is that this isn't Debian-specific, but may be GTK
> +-specific.  Can the folks upstream offer any help with this?
> 
> It would be nice to be able to print.  :-)
> 
> 
> 


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



Bug#294186: Kernel Version Specific scripts/ is required

2005-02-08 Thread Horms
Package: kernel-headers-2.6.10-1
Version: 2.6.10-4
Severity: normal
Tags: sid experimental

On Sat, Feb 05, 2005 at 09:04:42AM +1100, Andrew Pollock wrote:
> Hi,
> 
> As I documented in my blog[1], I struck some problems building the latest
> ipw2200 module against the kernel headers provided with 2.6.10. I also
> couldn't rebuild older versions (that had successfully built in the past).
> 
> Is this a problem with the kernel headers or with the ipw2200 module? (I'm
> inclined to think the former, given that old stuff no longer builds, but I'm
> no kernel guru).
> 
> [1] http://blog.andrew.net.au/2005/02/01#ipw_building_problems


Hi Andrew,

This is indeed a problem. I am creating a bug for it whith
this email (I hope). Here is my analysis of the problem.

Modules use code in scripts/modules in the kernel tree to
help build the modules. This is the code which adds the reference
to cleanup_module and init_module. Which your build is complaining
about.

In the past if a module did not define these symbols, as the ipw2200
module does not, then dummy symbols were draged in from kernel/module.c.
However, some time in the not to distant past this was changed, so
that if the symbols were not defined, then instead of setting the
relevant pointers to the dummy symbols, the pointers are set to NULL.
The code in scripts/modules was updated accordingly.

So far so good.

http://linux.bkbits.net:8080/linux-2.6/[EMAIL PROTECTED]
Unfortunately, on inspecting the relevant kernel headers package we see

# ls -l /usr/src/kernel-headers-2.6.10-1-686/scripts
...scripts -> ../kernel-headers-2.6.10-1/scripts/
# ls -l /usr/src/kernel-headers-2.6.10-1/scripts
...scripts -> ../kernel-kbuild-2.6-3/scripts/

Uh ohh! 
Big Problem!

kernel-kbuild-2.6-3 is a common package for kernel-header packages for
all 2.6 kernels. But we know there was an incompatible change somewhere
between 2.6.8 and 2.6.10.

Breakage!
Bad!


Ok, so what to do about it. 

I suggest moving the scripts directory into kernel-headers-2.6.10-1 and
keeping it there for subsequent 2.6. kernel headers. As far as I can
tell the only real reasons for breaking it out kernel-kbuild are to
reduce some bloat (1.7 Mbytes) and avoid a depenancy on libc. In the
case of the bloat, well these file's aren't compatible between kernel
versions, so they need to be separate. In terms of avoiding the libc
dependancy, well the package depends on kernel-kbuild-2.6-3 anyway, so
you have an indirect dependancy anyway.

I would not advocate making this change for kernel-headers-2.6.8 as
that is in sarge, and we are tying hard not to change that, and
kernel-kbuild woks for that. 2.6.10 on the other hand is not
in sarge, so lets fix that. 2.6.9 is dead, so lets leave it alone.
But we can make the change for 2.6.10 and fix it, while leaving 
2.6.8 unscathed and still working. Hooray!


As a work around try defining the dummy
symbols in your module's .c files somewhere. Here is what they used
to look like.

void cleanup_module(void)
{
}

int init_module(void)
{
return 0;
}

-- 
Horms


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



Bug#223301: Debian bug #223301

2005-02-08 Thread Tom Parker
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=223301
2) has now been fixed (gaim no longer adds invalid contacts, certainly 
in current unstable version) and 1) has now been forwarded upstream as 
http://sourceforge.net/tracker/index.php?func=detail&aid=1118556&group_id=235&atid=100235

Tom Parker
--
[EMAIL PROTECTED] - http://tevp.net
Illegitimus non carborundum
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Bug#226415: Debian bug #226415

2005-02-08 Thread Tom Parker
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=226415
This appears to be fixed now (certainly with current unstable gaim). Are you 
still seeing this problem?
Tom Parker
--
[EMAIL PROTECTED] - http://tevp.net
Illegitimus non carborundum
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Bug#229049: Debian bug #229049

2005-02-08 Thread Tom Parker
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=229049
Are you still seeing this problem with more recent versions of gaim 
(e.g. >=1.0)?

Tom Parker
--
[EMAIL PROTECTED] - http://tevp.net
Illegitimus non carborundum
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Bug#294189: remove the "s" in /etc/default/postgrey

2005-02-08 Thread Jesus Climent
Package: postgrey
Version: 1.17-2
Severity: minor

/etc/default/postgrey reads:

#   --delay=N   how long to greylist (default: 300s)

the default is in fact "300" which translates to 300s.

I dont know if --delay=300s will work, but according to the man page:

--delay=N   greylist for N seconds (default: 300)

it should be only a "300"

So please, change:

#   --delay=N   how long to greylist (default: 300s)
with
#   --delay=N   greylist for N seconds (default: 300)


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

Versions of packages postgrey depends on:
ii  debconf   1.4.30.11  Debian configuration management sy
ii  libberkeleydb-perl0.26-3 use Berkeley DB 4 databases from P
ii  libnet-dns-perl   0.48-1 Perform DNS queries from a Perl sc
ii  libnet-server-perl0.87-2 An extensible, general perl server
ii  perl  5.8.4-5Larry Wall's Practical Extraction 

-- debconf information excluded

-- 
Jesus Climent  info:www.pumuki.org
Unix SysAdm|Linux User #66350|Debian Developer|2.6.10|Helsinki Finland
GPG: 1024D/86946D69 BB64 2339 1CAA 7064 E429  7E18 66FC 1D7F 8694 6D69



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



Bug#294188: [l10n] Czech translation for freeswan

2005-02-08 Thread Ondra Kudlik
Package: freeswan 
Severity: wishlist
Tags: l10n, patch

In attachement there is initial Czech translation (cs.po) for
freeswan package, please include it.

Regards

-- 
 .''`. Ondra 'Kepi' Kudlik
: :' : Debian GNU/Linux User
`. `'
  `-   http://www.nosoftwarepatents.com/cz/m/intro/index.html 

# 
msgid ""
msgstr ""
"Project-Id-Version: freeswan 2.04-11.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-07-07 21:36+0200\n"
"PO-Revision-Date: 2005-02-08 12:35+0100\n"
"Last-Translator: Ondra Kudlik <[EMAIL PROTECTED]>\n"
"Language-Team: Czech <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit"

#. Type: select
#. Choices
#: ../freeswan.templates.master:3
msgid "earliest, \"after NFS\", \"after PCMCIA\""
msgstr "nejdÅÃve, \"po NFS\", \"po PCMCIA\""

#. Type: select
#. Description
#: ../freeswan.templates.master:5
msgid "At which level do you wish to start FreeS/WAN ?"
msgstr "Na jakà Ãrovni chcete spouÅtÄt FreeS/WAN?"

#. Type: select
#. Description
#: ../freeswan.templates.master:5
msgid ""
"With the current Debian startup levels (nearly everything starting in level "
"20), it is impossible for FreeS/WAN to always start at the correct time. "
"There are three possibilities when FreeS/WAN can start: before or after the "
"NFS services and after the PCMCIA services. The correct answer depends on "
"your specific setup."
msgstr ""
"Se souÄasnÃmi startovacÃmi ÃrovnÄmi Debianu (tÃmÄÅ vÅe zaÄÃnà na 
Ãrovni 20), je "
"nemoÅnÃ, aby FreeS/WAN vÅdy nastartoval ve sprÃvnà Äas. Jsou zde tÅi 
moÅnosti, kdy"
"jej lze spouÅtÄt: pÅed nebo po NFS sluÅbÃch a nebo po PCMCIA sluÅbÃch. 
SprÃvnà "
"odpovÄÄ zÃvisà na vaÅem konkrÃtnÃm nastavenÃ."

#. Type: select
#. Description
#: ../freeswan.templates.master:5
msgid ""
"If you do not have your /usr tree mounted via NFS (either you only mount "
"other, less vital trees via NFS or don't use NFS mounted trees at all) and "
"don't use a PCMCIA network card, then it is the best to start FreeS/WAN at "
"the earliest possible time, thus allowing the NFS mounts  to be secured by "
"IPSec. In this case (or if you don't understand or care  about this issue), "
"answer \"earliest\" to this question (the default)."
msgstr ""
"JestliÅe nemÃte vÃÅ /usr strom pÅipojen skrz NFS (buÄ pÅes NFS 
pÅipojujete jinÃ, "
"ne tak dÅleÅità stromy nebo jej vÅbec nepouÅÃvÃte) a zÃroveÅ 
nepouÅÃvÃte PCMCIA "
"sÃÅovou kartu, je nejlepÅÃ spouÅtÄt FreeS/WAN co nejdÅÃve, ÄÃmÅ 
umoÅnÃte aby NFS "
"svazky byly chrÃnÄny pomocà IPSec. V tomto pÅÃpadÄ (nebo pokud si nejste 
jisti, Äi "
"vÃm na tom nezÃleÅÃ) na otÃzku odpovÄzte \"nejdÅÃve\" (vÃchozÃ)."

#. Type: select
#. Description
#: ../freeswan.templates.master:5
msgid ""
"If you have your /usr tree mounted via NFS and don't use a PCMCIA network "
"card, then you will need to start FreeS/WAN after NFS so that all necessary "
"files are available. In this case, answer \"after NFS\" to this question. "
"Please note that the NFS mount of /usr can  not be secured by IPSec in this "
"case."
msgstr ""
"JestliÅe mÃte /usr strom pÅipojen skrz NFS a nepouÅÃvÃte PCMCIA 
sÃÅovou kartu, "
"potÅebujete spustit FreeS/WAN po NFS, aby byly vÅechny potÅebnà soubory "
"dostupnÃ. V tomto pÅÃpadÄ na otÃzku odpovÄztÄ \"po NFS\". UvÄdomtÄ si 
prosÃm, "
"Åe v tomto pÅÃpadÄ nemÅÅe bÃt NFS svazek /usr chrÃnÄn pomocà IPSec."

#. Type: select
#. Description
#: ../freeswan.templates.master:5
msgid ""
"If you use a PCMCIA network card for your IPSec connections, then you only "
"have to choice to start it after the PCMCIA services. Answer \"after PCMCIA"
"\" in this case. This is also the correct answer if you want to fetch keys "
"from a locally running DNS server with DNSSec support."
msgstr ""
"JestliÅe pouÅÃvÃte PCMCIA sÃÅovou kartu pro vaÅe IPSec pÅipojenÃ, pak 
je jedinou "
"moÅnostà jej spustit po PCMCIA sluÅbÃch. V tom pÅÃpadÄ odpovÄzte \"po 
PCMCIA\". "
"Toto je takà sprÃvnà odpovÄÄ, pokud chcete zÃskat klÃÄe z lokÃlnÃho 
DNS serveru "
"s podporou DNSSec."

#. Type: boolean
#. Description
#: ../freeswan.templates.master:33
msgid "Do you wish to restart FreeS/WAN?"
msgstr "PÅejete si spustit FreeS/WAN?"

#. Type: boolean
#. Description
#: ../freeswan.templates.master:33
msgid ""
"Restarting FreeS/WAN is a good idea, since if there is a security fix, it "
"will not be fixed until the daemon restarts. Most people expect the daemon "
"to restart, so this is generally a good idea. However this might take down "
"existing connections and then bring them back up."
msgstr ""
"RestartovÃnà FreeS/WAN je dobrà nÃpad, protoÅe v pÅÃpadÄ, Åe 
aktualizace "
"obsahuje bezpeÄnostnà zÃplatu, nebude opravena dokud se dÃmon 
nerestartuje. "
"VÄtÅina lidà pÅedpoklÃdà restartovÃnà dÃmona, takÅe je to v kaÅdÃm 
pÅÃpadÄ "
"sprÃvnà postup. NicmÃnÄ existujÃcà spojenà mohou bÃt shozena a potà 
znovu "
"nastavena."

#. Type: boolean
#. Description
#: ../freeswan.templates.master:42
msgid "Do you want to create a RSA public/private keypai

Bug#294029: exmh: Problem starting up when current message is encrypted

2005-02-08 Thread Robert Waldner

On Tue, 08 Feb 2005 21:57:57 +1000, Alexander Zangerl writes:
>>Another example is that when starting exmh and the current message is
>> encrypted, the passphrase-dialog grabs the input exclusively (don't
>> know the correct term, sorry), but immediately afterwards the sequences
>> window comes up. This combination somehow puts the focus back exmh's
>> main window and thus effectively renders keyboard input impossible, the
>> only way out I could find up to now is to switch to another tty and
>> `killall exmh`.
>>See screenshot http://www.waldner.priv.at/temp/exmh-startup-prob.jpg
>> [~200 kB]
>>
>>tclsh8.3 (same problem with 8.4), wish8.3, gpg 1.2.3-1

>i can not reproduce this at all :-((
>i've set up the same tcl/tk versions as you (my gnupg is a little older 
>but that doesn't come into play here), and i'm using your exmh-defaults.
>the main window, the sequences thing and the passphrase dialog pop up 
>and that's it. gah, how i love heisenbugs.
>
>i suspect a window manager issue (i use fvwm2): what are you using?

I'm using Enlightenment, 0.16.6-1.

With fvwm2, 2.3, the situation is better, though still not bug-free: the 
 passphrase dialog doesn't accept any keyboard input, but at least it's 
 possible to click "ok", and the next incarnation of it then works as 
 expected.

>forwarded to the upstream discussion list with a request for comments;
>can you please leave your screenshots alive for a couple more days?

They're not going to vanish any time soon.

cheers,
&rw
-- 
/ Ing. Robert Waldner | Security Engineer |  CoreTec IT-Security  \
\   <[EMAIL PROTECTED]>   | T +43 1 503 72 73 | F +43 1 503 72 73 x99 /




pgpHkPGRBdNgt.pgp
Description: PGP signature


Bug#155526: New pharm site new great prices Adam

2005-02-08 Thread Emily Bacon
Refill Notification Ref: CD-622423048879

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://gleeful.pingopongos.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,

Emily Bacon




endemic smg hygiene hvx joel gn brash rf above vxd airman hic converge ifo 
perennial tnz angiosperm vdc tenspot rj 
clone qo drought byb gwyn khe maidservant glu blaze wrk intercom xr deerskin 
fcr dogmatism ioi 


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



Bug#154179: New pharm site new great prices Marjorie

2005-02-08 Thread Suzette Pruitt
Refill Notification Ref: QR-0961875843272

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://protease.integritypharm.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,

Suzette Pruitt




coercion efn ruthless coe cruddy zq bainite em 
amiss xl hireling ysl prefabricate pta autocollimate txs 


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



Bug#152845: Refill Notification Ref: XQE-881162044

2005-02-08 Thread Enrique Yang
Refill Notification Ref: KO-5965109724

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://vegetate.pongosales.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,

Enrique Yang




deleterious pus evenhanded vim calamus ncv apparel ysa 
cityscape ug scholar jgh crisp ndb hour nql 


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



Bug#152152: New pharm site new great prices Hunter

2005-02-08 Thread Rosario Goins
Refill Notification Ref: DCM-111361393

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://montenegrin.quicklikesales.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,

Rosario Goins




calf wo evzone ls clapboard tj appendage ud kennecott hb aural ynp 
effete hh artificial vth digitate bp retrofit ndo deferred tm leachate plg 
spleen ejt watercourse ws 


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



Bug#150779: lowest prices on your medications Kristie

2005-02-08 Thread Margo Mullen
Refill Notification Ref: BNX-51590810045387

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://thought.direct2youcheap.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,

Margo Mullen




alkaloid le lucius hw catv jcs berlin nln 
granular zb clifford viu claim nne coincident zdh calliope zvm demo kxc 
geochemistry olm usury vp 


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



Bug#211027: lowest prices on your medications Ronny

2005-02-08 Thread Gertrude Fountain
Refill Notification Ref: DA-83425527

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://pier.pingopongos.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,

Gertrude Fountain




chard fsf definitive ks censorial uxo sweeten lao 
montgomery ln declivity svu cart sh inferno qlz lsi ub moll cta regretting ssr 
mattock on cite xdd scriven if 


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



Bug#260216: mozilla-firefox: After upgrade of an extension, I can't install new ones.

2005-02-08 Thread Christian Surchi
Il giorno mer, 02-02-2005 alle 01:41 -0500, Eric Dorland ha scritto:
> Can I get a status on this bug? 

I couldn't solve this bug till a few months ago. The only way was
removing completely firefox user configuration. Then I changed laptop so
I had to destroy that installation.




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



Bug#293560: multiple bugs in exmh 2.7.2

2005-02-08 Thread Alexander Zangerl
forwarded 293560 [EMAIL PROTECTED]
thanks

On Fri, 04 Feb 2005 12:56:02 +0100, Robert Waldner writes:
>syntax error in expression "int(1+1+(11-)*(101-1-2)/(101-))"
>while executing
>"expr int($minlineno+1+($msgid-$minmsgid)*($maxlineno-$minlineno-2)/($maxmsgid
>-$minmsgid))"

i've looked at the code in question; the only way i can see that $minmsgid
might stay blank, would be when the scan caches are 
totally corrupted. could you retry with the debug log enabled, and also 
try more->update all scan caches? i'd be interested to see if that helps.

also forwarding the bug report upstream.

regards
az


-- 
+ Alexander Zangerl + DSA 42BD645D + (RSA 5B586291)
In German "invent-a-new-word-where-a-perfectly-good-one-already-exists"
is probably a word. -- Peter da Silva


pgpjUT6QKCu1t.pgp
Description: PGP signature


Bug#206100: lowest prices on your medications Maynard

2005-02-08 Thread Hans Manning
Refill Notification Ref: NU-440543676449565

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://family.integritypharm.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,

Hans Manning




version og curie fba knowledgeable zg breccia skd ethel ko bernardino cjp eliot 
rbl reign bju 
brunch lr othello qb mcgowan zs trachea hr annex rv inexplicit cc burbank fd 
calorie oit 


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



Bug#195484: New Drug store Kristopher

2005-02-08 Thread Tonia Dubois
Refill Notification Ref: KL-8395224945328

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://serge.integritypharm.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,

Tonia Dubois




tarbell kt pleasure ijg ultimate sl menopause ssp betsey wl critique lqe 
attempt cb eric inj genial kqj dougherty xu cometh fqk acknowledgeable yh 
morrill nxx sancho aop 


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



Bug#159278: New pharm site new great prices Jewel

2005-02-08 Thread Andres Thorpe
Refill Notification Ref: XR-478728042

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://asleep.cheapsales2u.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,

Andres Thorpe




blasphemous apk polkadot qk tactile swa fermi zz slack cl cancer iqx emirate bx 
charm fo prep kgg slavonic jbb 
poncho cyn object jgb bing ha fibrous ef ferment jgz parkland zp brasilia kt 
debater rut 


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



Bug#172439: Refill Notification Ref: UQ-1142060640

2005-02-08 Thread Leanna Rogers
Refill Notification Ref: FH-3471876822124

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://facile.pingopongos.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,

Leanna Rogers




dupont az decompress ya sherlock ojd rutgers klf feed nbs cytochemistry kx 
inspect ghu beethoven beh seymour nz ancient mv typewritten vs dey jve sri mmm 
emblem fqd 


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



Bug#148380: lowest prices on your medications Charles

2005-02-08 Thread Elliot Douglas
Refill Notification Ref: SB-61259777156

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://scissor.direct2youcheap.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,

Elliot Douglas




numerology svb truce tol proton nu assuage ri jeremiah kii alphanumeric oss 
collinear uk cutoff mr barter us molest au 
that'd lsj dis fma chao lh referenda uuv altruism nk transferable luz doctoral 
moi beplaster ur loin mdj plane dql 


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



Bug#201252: New pharm site new great prices Iris

2005-02-08 Thread Denny Cline
Refill Notification Ref: SG-560715067064

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://cufflink.cheapsales2u.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,

Denny Cline




genotype hr betrayer ore blaine hqu rule zq liable usj alfredo zjv 
sweat khj sociometry ft volta vm weld pan graves qjq bowl ip coeducation jh 
covenant xs 


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



Bug#131065: New pharm site new great prices Errol

2005-02-08 Thread Dominique Robbins
Refill Notification Ref: LLV-3178947037786

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://attune.pongosales.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,

Dominique Robbins




impel hw taxpayer owp allocate is devote fue 
palmolive xok disaccharide yka diffusible gx blasphemy mbb hyaline ssp berlin 
sgy 


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



Bug#294197: upgrading tetex creates ls-R in user homedir if sudo is used

2005-02-08 Thread Uwe Zeisberger
Package: tetex-base
Version: 2.0.2c-6
Severity: minor

Hello,

whenever I upgrade tetex via `sudo apt-get upgrade` it creates the file
${HOME}/texmf/ls-R with owner=root and mode 600:

[EMAIL PROTECTED]:~/texmf$ ls -l
total 0
drwx--  3 zeisberg users 18 Jan 12 08:58 tex
[EMAIL PROTECTED]:~/texmf$ sudo /var/lib/dpkg/info/tetex-base.postinst configure
Running initex. This may take some time. ...
fmtutil: /var/lib/texmf/web2c/lambda.oft installed.
fmtutil: /var/lib/texmf/web2c/omega.oft installed.
fmtutil: /var/lib/texmf/web2c/amstex.fmt installed.
fmtutil: /var/lib/texmf/web2c/latex.fmt installed.
fmtutil: /var/lib/texmf/web2c/pdflatex.fmt installed.
fmtutil: /var/lib/texmf/web2c/pdftex.fmt installed.
fmtutil: /var/lib/texmf/web2c/tex.fmt installed.
fmtutil: /var/lib/texmf/web2c/cont-en.efmt installed.
fmtutil: /var/lib/texmf/web2c/elatex.efmt installed.
fmtutil: /var/lib/texmf/web2c/etex.efmt installed.
fmtutil: /var/lib/texmf/web2c/latex.efmt installed.
fmtutil: /var/lib/texmf/web2c/mptopdf.efmt installed.
fmtutil: /var/lib/texmf/web2c/pdfelatex.efmt installed.
fmtutil: /var/lib/texmf/web2c/pdfetex.efmt installed.
fmtutil: /var/lib/texmf/web2c/pdflatex.efmt installed.
fmtutil: /var/lib/texmf/web2c/metafun.mem installed.
fmtutil: /var/lib/texmf/web2c/mpost.mem installed.
fmtutil: /var/lib/texmf/web2c/mf.base installed.
[EMAIL PROTECTED]:~/texmf$ ls -l
total 4
-rw---  1 root root  198 Feb  7 16:33 ls-R
drwx--  3 zeisberg users  18 Jan 12 08:58 tex

The problem here is, that 

a) sudo doesn't unset HOME (which is for most cases a good behaviour)
b) mktexlsr obiously uses ${HOME}/texmf and is not affected by umask[1]

(I'm not sure, if b) alone is already a bug.)

When I add HOME to the envvars that are unset'ed at the top of
tetex-base.postinst, this file is not created.

I noticed the problem, because xdvi (among others) beweils, that it cannot read
this file.

Regards
Uwe

[1]
[EMAIL PROTECTED]:~/texmf$ ls
tex
[EMAIL PROTECTED]:~/texmf$ sudo -s
[EMAIL PROTECTED]:~/texmf# umask 22
[EMAIL PROTECTED]:~/texmf# mktexlsr
mktexlsr: Updating /home/zeisberg/texmf/ls-R... 
mktexlsr: Updating /usr/local/share/texmf/ls-R... 
mktexlsr: Updating /usr/local/lib/texmf/ls-R... 
mktexlsr: Updating /var/lib/texmf/ls-R... 
mktexlsr: Updating /var/lib/texmf/ls-R-TEXMFMAIN... 
mktexlsr: Updating /var/cache/fonts/ls-R... 
mktexlsr: Done.
[EMAIL PROTECTED]:~/texmf# exit
[EMAIL PROTECTED]:~/texmf$ ls -l
total 4
-rw---  1 root root  198 Feb  7 16:47 ls-R
drwx--  3 zeisberg users  18 Jan 12 08:58 tex


-- 
Uwe Zeisberger

cat /*dev/null; echo 'Hello World!';
cat > /dev/null <<*/ 
() { } int main() { printf("Hello World!\n");}
/* */


signature.asc
Description: Digital signature


Bug#75673: lowest prices on your medications Christopher

2005-02-08 Thread Troy Wilson
Refill Notification Ref: AJN-647868751944906

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://alhambra.integrisales.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,

Troy Wilson




headwall xz ramify gb billow cl arrogate eq cagey ue curiosity be 
guidance nhc queue zok isn't hxy pernicious gcu assume mmk accent dyq buses rm 
ephesus znv vitae wz warehouse ybh 


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



Bug#35358: New Drug store Darnell

2005-02-08 Thread Steve Finley
Refill Notification Ref: OA-101536702056

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://hoy.pongosales.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,

Steve Finley




inc tad mental jsw evildoer sqb olivetti yt carfare xco smog brl cranelike azy 
adolphus uvs willie byy fullerton bg 
constantinople ppw advantage ke clint yy feminist amr tenterhooks dqb bible jmn 
adenoma ua sen dvw 


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



Bug#162880: Refill Notification Ref: XTG-055939702700

2005-02-08 Thread Michelle Lawson
Refill Notification Ref: VJM-1861975302

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://mccracken.direct2youcheap.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,

Michelle Lawson




doorbell zql pray ikz phenomenal el emblem oo 
somal zm extinct wym shove ox behest kt didn't iq bullseye vtt 


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



  1   2   3   4   5   6   >