Bug#301203: openoffice.org: oocalc (possibly others, too) does not respect LC_TIME, _NUMERIC, but uses LC_MESSAGES instead

2005-03-24 Thread Juha Jykk
Package: openoffice.org
Version: 1.1.3-8
Severity: important


OpenOffice.org Calc ignores *at least* the following environment variables: 
LC_TIME and LC_NUMERIC, when deciding how to represent dates and decimal
numbers. It, however, uses the value of LC_MESSAGES to decide this. I think
this must be a policy violation since LC_MESSAGES should just affect menu
languages and such, not how to represent 1/7 in decimal or January 3rd 2005 
in numeric format.

Example:
LC_MESSAGES=en_GB.ISO-8859-15 [EMAIL PROTECTED] [EMAIL PROTECTED] oocalc
Then type 2.2.2 into a cell, and you get 2/2/2 instead of 2.2.2 like you should.
The same happens with typing =1/4, which produces 0.25 instead of 0,25 as the
Finnish locale would require.

Changing LC_MESSAGES to a finnish one, too, fixes both representations, but has
the side-effect of changing the menus to ununderstandable finglish (this is,
of course, what it should do).


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (999, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10+juhaj+v1.8+iproute-fix-refcount-patch
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages openoffice.org depends on:
ii  dictionaries-common [openoffi 0.25.0 Common utilities for spelling dict
ii  openoffice.org-bin1.1.3-8OpenOffice.org office suite binary
ii  openoffice.org-debian-files   1.1.3-8+1  Debian specific parts of OpenOffic
ii  openoffice.org-l10n-en [openo 1.1.3-8English (US) language package for 
ii  openoffice.org-l10n-fi [openo 1.1.3-8Finnish language package for OpenO
ii  ttf-opensymbol1.1.3-8The OpenSymbol TrueType font
ii  xml-core  0.09   XML infrastructure and XML catalog

-- no debconf information


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



Bug#296721: kernel-source-2.6.10: a third instance of unregister_netdevice: waiting for eth0 to become free. Usage count = integer

2005-02-24 Thread Juha Jykk
Package: kernel-source-2.6.10
Version: 2.6.10-5
Severity: important


I am experiencing the same symptoms as bugs #291029, #290964 and #291940. This 
time the device
is just an ordinary eth0 (happens to be a prism54) - no tunnels, bridges or 
anything. I even
removed all IPv6- and tunneling support from the kernel (that's why my kernel 
is not Debian's
own kernel-image - the .config is identical except swsusp is turned on and the 
forementioned
parts off).

This happens almost every time there is a network connection established when I 
try to ifdown
the interface or remove the pccard or unload the module. I say almost: it looks 
like only ssh
connections and actively refreshed http-connections actually make this happen. 
Perhaps those
queues' Recv-Q or Send'Q are non-empty? (A connection established means here 
that netstat says
it's established.)

The problem sometimes goes away by terminating the offending process - if I can 
find which one
it is. This does not happen every time, though.

Shutting down works fine, since the processes are terminated before ifdown is 
run. The problem
is that using ACPI sleep states (swsusp, S3, hibernate etc) take ethernet 
devices down first
and hang there - with the line in subject.



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (999, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10+juhaj+v1.7
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages kernel-source-2.6.10 depends on:
ii  binutils  2.15-5 The GNU assembler, linker and bina
ii  bzip2 1.0.2-5high-quality block-sorting file co
ii  coreutils [fileutils] 5.2.1-2The GNU core utilities
ii  fileutils 5.2.1-2The GNU file management utilities 

-- no debconf information


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



Bug#296724: /sbin/update-grub: a broken variable expansion in get_kernel_opt

2005-02-24 Thread Juha Jykk
Package: grub
Version: 0.95+cvs20040624-15
Severity: normal


Function get_kernel_opt() in /sbin/update-grub handles some shell specials
incorrectly on line 535. This affects *at least* kernel images with a plus
in their names. This is allowed by Debian policies (as far as make-kpkg can
be trusted in this) and worked in earlier versions of grub.

Please fix, patch included.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (999, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10+juhaj+v1.7
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

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

-- no debconf information



grub-0.95_plus_in_kernel_version.patch
Description: Binary data