Bug#1057441: linux-image-6.6-amd64: Crypt does not longer work

2023-12-06 Thread Michael Ott
Hi,

after updating cryptsetup it works

Thanks for that

On Tue, 2023-12-05 at 17:16 +0100, Salvatore Bonaccorso wrote:
> Hi,
> 
> On Tue, Dec 05, 2023 at 05:14:20PM +0100, Salvatore Bonaccorso wrote:
> > Control: reassign -1 src:cryptsetup 2:2.6.1-5
> > 
> > Hi
> > 
> > On Tue, Dec 05, 2023 at 04:55:58PM +0100, Salvatore Bonaccorso
> > wrote:
> > > Hi,
> > > 
> > > On Tue, Dec 05, 2023 at 04:38:19PM +0100, Salvatore Bonaccorso
> > > wrote:
> > > > Control: tags -1 + confirmed
> > > > 
> > > > On Tue, Dec 05, 2023 at 06:23:45AM +0100, Michael Ott wrote:
> > > > > Package: src:linux
> > > > > Version: 6.6.4-1~exp1
> > > > > Severity: important
> > > > > 
> > > > > Dear Maintainer,
> > > > > 
> > > > > After updating to the 6.6 kernel the password for my
> > > > > encryption does not longer
> > > > > work
> > > > > 
> > > > > Please unlock disk nvme0n1p3_crypt: **
> > > > > device-mapper: table: 253:0: crypt: Error allocation crypto
> > > > > tfm (_ENOENT)
> > > > > device-mapper: ioctl: error adding target to table
> > > > > device-mapper: reload ioctl on nvme0n1p3_crypt (253:0)
> > > > > failed: No such file or
> > > > > directory
> > > > > cryptsetup: ERROR: nvme0n1p3_crypt: cryptsetup failed, bad
> > > > > password or options?
> > > > > 
> > > > > Everything works with 6.5. I also downgrade systemd and
> > > > > cryptosetup but no
> > > > > changes
> > > > 
> > > > I suspect this is related to changes around
> > > > https://git.kernel.org/linus/68cf01760bc0891074e813b9bb06d2696cac1c01
> > > > (but not verified, nor tracked down).
> > > 
> > > Actually after a more closer look on what is in the initrd:
> > > Bastian
> > > can be this due to switching to compressed modules? If this claim
> > > is
> > > correct then likely initramfs-tools would not copy them to the
> > > initrd.
> > 
> > It looks that we only consider *.ko uncompressed in
> > debian/initramfs/hooks/cryptroot:
> > 
> > add_modules() {
> >     local glob="$1" found=n
> >     shift
> >     for mod in $(find -H "$@" -name "$glob.ko" -type f -printf
> > '%f\n'); do
> >     manual_add_modules "${mod%.ko}"
> >     found=y
> >     done
> >     [ "$found" = y ] && return 0 || return 1
> > }
> > 
> > but various modules are now with 6.6.4-1~exp1 compressed:
> > 
> > a relatively quick woraround would be to change the function to:
> > 
> > add_modules() {
> >     local glob="$1" found=n
> >     shift
> >     for mod in $(find -H "$@" -name "$glob.ko*" -type f -printf
> > '%f\n'); do
> >     manual_add_modules "${mod%.ko*}"
> >     found=y
> >     done
> >     [ "$found" = y ] && return 0 || return 1
> > }
> > 
> > Is this the correct approach though? Which other hook functions
> > might
> > be affected by the change in linux by switching to compressed
> > modules?
> 
> And in fact this is the solution proposed in #1036049.
> 
> Regards,
> Salvatore

-- 
CU  
 
  Michael
  
-- 
    ,''`.   
   : :' :   Michael Ott 
   `. `'    e-mail: michael at k-c13 dot org
 `-

Gem. Par. 28 Abs. 4 Bundesdatenschutzgesetz widerspreche ich derNutzung
sowie der Weitergabe meiner personenbezogenen Daten für Zwecke der
Werbung sowie der Markt- oder Meinungsforschung.



Bug#1024674: libphonenumber8: breaks Evolution

2022-11-22 Thread Michael Ott
I did the same and it works. This mail will be send from Evolution

> This issue goes away for me after a rebuild of src:evolution-data-
server
> and installing the freshly rebuilt libebook-contacts-1.2-4.
> 
> Maybe we can kick off a rebuild via the transition.  If not that,
would
> you be willing to do a sourceful upload Jeremy?



Bug#1007992:

2022-03-24 Thread Michael Ott
Bug is already fixed

https://github.com/intel/gmmlib/issues/95#issuecomment-1077397564



Bug#995032: gnome-session segfaults - no GNOME session possible at all (white screen to contact the system administrator)

2021-09-24 Thread Michael Ott
   2.70.0-1+b1
> ii  libgnome-desktop-3-19 40.4-2+b1
> ii  libgtk-3-0    3.24.30-3
> ii  libgudev-1.0-0    237-2
> ii  libgweather-3-16  3.36.1-3
> ii  liblcms2-2    2.12~rc1-2
> ii  libmm-glib0   1.14.12-0.2
> ii  libnm0    1.30.6-1
> ii  libnotify4    0.7.9-3
> ii  libnspr4  2:4.32-1
> ii  libnss3   2:3.70-1
> ii  libpam-systemd [logind]   247.9-2
> ii  libpango-1.0-0    1.48.10+ds1-1
> ii  libpangocairo-1.0-0   1.48.10+ds1-1
> ii  libpolkit-gobject-1-0 0.105-31
> ii  libpulse-mainloop-glib0   15.0+dfsg1-2
> ii  libpulse0 15.0+dfsg1-2
> ii  libupower-glib3   0.99.13-1
> ii  libwacom2 1.11-1
> ii  libwayland-client0    1.19.0-2+b1
> ii  libx11-6  2:1.7.2-2+b1
> ii  libxext6  2:1.3.4-1
> ii  libxi6    2:1.8-1
> 
> Versions of packages gnome-settings-daemon recommends:
> ii  iio-sensor-proxy   3.0-2
> ii  pulseaudio 15.0+dfsg1-2
> ii  x11-xserver-utils  7.7+8
> 
> Versions of packages gnome-settings-daemon suggests:
> pn  usbguard  
> 
> Versions of packages libgjs0g depends on:
> ii  libc6  2.32-4
> ii  libcairo-gobject2  1.16.0-5
> ii  libcairo2  1.16.0-5
> ii  libffi7    3.3-6
> ii  libgcc-s1  11.2.0-8
> ii  libgirepository-1.0-1  1.70.0-1+b1
> ii  libglib2.0-0   2.70.0-1+b1
> ii  libmozjs-78-0  78.13.0-1
> ii  libreadline8   8.1-2
> ii  libstdc++6 11.2.0-8
> ii  libx11-6   2:1.7.2-2+b1
> 
> Versions of packages gnome-shell is related to:
> ii  libegl-mesa0 [libegl-vendor]    21.2.2-1
> ii  libgl1-mesa-dri 21.2.2-1
> ii  libglx-mesa0 [libglx-vendor]    21.2.2-1
> ii  libglx-nvidia0 [libglx-vendor]  470.57.02-3
> 
> -- no debconf information
> 
> ___
> pkg-gnome-maintainers mailing list
> pkg-gnome-maintain...@alioth-lists.debian.net
> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-gnome-maintainers

-- 
CU  
 
  Michael
  
-- 
    ,''`.   
   : :' :   Michael Ott 
   `. `'    e-mail: michael at k-c13 dot org
 `-

Gem. Par. 28 Abs. 4 Bundesdatenschutzgesetz widerspreche ich derNutzung
sowie der Weitergabe meiner personenbezogenen Daten für Zwecke der
Werbung sowie der Markt- oder Meinungsforschung.



Bug#941640: gnome-session: Gnome 3.34 fails to start showing grey screen "Oh no, something has gone wrong"

2019-10-03 Thread Michael Ott
Hi!

I have the same problem. And I already create a bug report here
#940468

But I found out that it is a problem with mutter.
Using mutter 3.34.0-1 it works

CU
  Michael



Bug#919554: Small fix

2019-01-17 Thread Michael Ott
Hi!

A small fix:
Do it as root
cd /usr/lib/virtualbox/
chmod 0755 {VBox{Headless,Net{AdpCtl,DHCP,NAT},SDL,VolInfo},VirtualBox}
chmod 4755 {VBox{Headless,Net{AdpCtl,DHCP,NAT},SDL,VolInfo},VirtualBoxVM}

CU  
 
  Michael
  
-- 
,''`.   
   : :' :   Michael Ott 
   `. `'e-mail: michael at k-c13 dot org
 `-

Gem. Par. 28 Abs. 4 Bundesdatenschutzgesetz widerspreche ich der Nutzung
sowie der Weitergabe meiner personenbezogenen Daten für Zwecke der
Werbung sowie der Markt- oder Meinungsforschung.


signature.asc
Description: PGP signature


Bug#857779: patch

2017-03-17 Thread Michael Ott
See attached patch

CU  
 
  Michael
  
-- 
,''`.   
   : :' :   Michael Ott 
   `. `'e-mail: michael at king-coder dot de
 `-

Gem. Par. 28 Abs. 4 Bundesdatenschutzgesetz widerspreche ich der Nutzung
sowie der Weitergabe meiner personenbezogenen Daten für Zwecke der
Werbung sowie der Markt- oder Meinungsforschung.
diff -Nru nagvis-1.7.10+dfsg1/debian/changelog nagvis-1.7.10+dfsg1/debian/changelog
--- nagvis-1.7.10+dfsg1/debian/changelog	2016-11-28 15:05:07.0 +0100
+++ nagvis-1.7.10+dfsg1/debian/changelog	2017-03-17 20:24:19.0 +0100
@@ -1,3 +1,10 @@
+nagvis (1:1.7.10+dfsg1-3.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fixed broken symlink php-gettext-1.0.9 (closes: #857779)
+
+ -- Michael Ott <kc.vid...@gmail.com>  Fri, 17 Mar 2017 20:24:19 +0100
+
 nagvis (1:1.7.10+dfsg1-3.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru nagvis-1.7.10+dfsg1/debian/nagvis.links nagvis-1.7.10+dfsg1/debian/nagvis.links
--- nagvis-1.7.10+dfsg1/debian/nagvis.links	2016-11-28 15:05:07.0 +0100
+++ nagvis-1.7.10+dfsg1/debian/nagvis.links	2017-03-17 20:22:43.0 +0100
@@ -3,7 +3,7 @@
 /usr/share/nagvis/docs /usr/share/nagvis/share/docs
 /etc/nagvis	/usr/share/nagvis/etc
 /var/cache/nagvis /usr/share/nagvis/var
-/usr/share/php/php-gettext /usr/share/nagvis/share/server/core/ext/php-gettext-1.0.9
+/usr/share/php/php-php-gettext /usr/share/nagvis/share/server/core/ext/php-gettext-1.0.9
 /usr/share/nagvis/defaults/nagvis.ini.php-sample /usr/share/doc/nagvis/nagvis.ini.php-sample
 /usr/share/nagvis/defaults/apache2-nagvis.conf-sample /usr/share/doc/nagvis/apache2-nagvis.conf-sample
 etc/nagvis/apache2.conf etc/apache2/conf-available/nagvis.conf


Bug#857167: Patch

2017-03-17 Thread Michael Ott
See attach for this bug entry

CU  
 
  Michael
  
-- 
,''`.   
   : :' :   Michael Ott 
   `. `'e-mail: michael at king-coder dot de
 `-

Gem. Par. 28 Abs. 4 Bundesdatenschutzgesetz widerspreche ich der Nutzung
sowie der Weitergabe meiner personenbezogenen Daten für Zwecke der
Werbung sowie der Markt- oder Meinungsforschung.
diff -Nru autodocktools-1.5.7/debian/autodocktools.links autodocktools-1.5.7/debian/autodocktools.links
--- autodocktools-1.5.7/debian/autodocktools.links	2011-07-30 10:48:10.0 +0200
+++ autodocktools-1.5.7/debian/autodocktools.links	2017-03-17 18:23:42.0 +0100
@@ -1,3 +1,3 @@
 /usr/bin/runAdt /usr/bin/autodocktools
 /usr/share/man/man1/runAdt.1.gz /usr/share/man/man1/autodocktools.1.gz
-/usr/share/pyshared/AutoDockTools/AutoLigand.py /usr/bin/autoligand
+/usr/lib/python2.7/dist-packages/AutoDockTools/AutoLigand.py /usr/bin/autoligand
diff -Nru autodocktools-1.5.7/debian/autoligand.1 autodocktools-1.5.7/debian/autoligand.1
--- autodocktools-1.5.7/debian/autoligand.1	2012-02-08 19:57:54.0 +0100
+++ autodocktools-1.5.7/debian/autoligand.1	2017-03-17 18:24:02.0 +0100
@@ -12,7 +12,7 @@
 The above is a simplification provided for the Debian package. The regular
 command line invocation is through
 .BR
-python /usr/share/pyshared/AutoDockTools/AutoLigand.py \fB\-r\fR FileBaseName \fB\-p\fR #_of_pts
+python /usr/lib/python2.7/dist-packages/AutoDockTools/AutoLigand.py \fB\-r\fR FileBaseName \fB\-p\fR #_of_pts
 .SH DESCRIPTION
 .I autoligand
 is a symbolic link to the Python script AutoLigand.py. That performs
diff -Nru autodocktools-1.5.7/debian/changelog autodocktools-1.5.7/debian/changelog
--- autodocktools-1.5.7/debian/changelog	2016-07-08 17:53:50.0 +0200
+++ autodocktools-1.5.7/debian/changelog	2017-03-17 18:24:59.0 +0100
@@ -1,3 +1,10 @@
+autodocktools (1.5.7-2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fixed broken symlink: /usr/bin/autoligand (#857167)
+
+ -- Michael Ott <kc.vid...@gmail.com>  Fri, 17 Mar 2017 18:24:59 +0100
+
 autodocktools (1.5.7-1) unstable; urgency=medium
 
   * New upstream version (Closes: #767144,#783547,


Bug#847542: #847747

2016-12-11 Thread Michael Ott
Hi Lazlo!

I found it. 
It looks like #847747

CU  
 
  Michael
  
-- 
,''`.   
   : :' :   Michael Ott 
   `. `'e-mail: michael at king-coder dot de
 `-

Gem. Par. 28 Abs. 4 Bundesdatenschutzgesetz widerspreche ich der Nutzung
sowie der Weitergabe meiner personenbezogenen Daten für Zwecke der
Werbung sowie der Markt- oder Meinungsforschung.



Bug#847542: #847542

2016-12-11 Thread Michael Ott

> > I installed libmozjs-24-0 24.2.0-5 and I have the same as on last
> > version. I have to downgrade to 24.2.0-3.1 and than it works again
> What architecture do you use?
AMD64
> Did you do a full update of your system?
Yes. I think so.

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (650, 'testing'), (600, 'stable'), (500, 
'stable-updates'), (500, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.8.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libmozjs-24-0 depends on:
ii  libc6   2.24-8
ii  libffi6 3.3~20160224-1
ii  libgcc1 1:7-20161201-1
ii  libnspr42:4.13.1-1
ii  libstdc++6  7-20161201-1

libmozjs-24-0 recommends no packages.

libmozjs-24-0 suggests no packages.


> Which application(s) fail and what error message may you get?
Restart the box and GDM does not start.

Dec 11 10:13:10 king-coder13 kernel: [   22.338631] traps: polkitd[1066] 
general protection ip:7fbf71af1bd1 sp:7ffcad43a550 error:0 in 
libmozjs185.so.1.0.0[7fbf719f2000+358000]
Dec 11 10:13:10 king-coder13 rtkit-daemon[1914]: Warning: PolicyKit call 
failed: Message recipient disconnected from message bus without replying
Dec 11 10:13:10 king-coder13 systemd[1]: polkit.service: Main process exited, 
code=killed, status=11/SEGV
Dec 11 10:13:10 king-coder13 systemd[1]: polkit.service: Unit entered failed 
state.
Dec 11 10:13:10 king-coder13 systemd[1]: polkit.service: Failed with result 
'signal'.


> If you use a graphical system, tried logout and login again with -5 installed?
This works when I start with 3.1 and then I upgrade to -5. I restart gdm
and then it works. But not when I restart the box

CU  
 
  Michael
  
-- 
    ,''`.   
   : :' :   Michael Ott 
   `. `'e-mail: michael at king-coder dot de
 `-

Gem. Par. 28 Abs. 4 Bundesdatenschutzgesetz widerspreche ich der Nutzung
sowie der Weitergabe meiner personenbezogenen Daten für Zwecke der
Werbung sowie der Markt- oder Meinungsforschung.



Bug#847542: New packages does not fix the problem on my system

2016-12-11 Thread Michael Ott
Hi!

I installed libmozjs-24-0 24.2.0-5 and I have the same as on last
version. I have to downgrade to 24.2.0-3.1 and than it works again


CU  

  Michael
  
-- 
,''`.   
   : :' :   Michael Ott 
   `. `'e-mail: michael at king-coder dot de
 `-

Gem. Par. 28 Abs. 4 Bundesdatenschutzgesetz widerspreche ich der Nutzung
sowie der Weitergabe meiner personenbezogenen Daten für Zwecke der
Werbung sowie der Markt- oder Meinungsforschung.



Bug#815070: Small solution for this problem

2016-02-21 Thread Michael Ott
Hi!

I found this as solution:
https://bugs.archlinux.org/task/43823

Set
shlib_directory = no
in main.cf fixes the issue

CU  
 
  Michael
  
-- 
,''`.   
   : :' :   Michael Ott 
   `. `'e-mail: michael at king-coder dot de
 `-

Gem. Par. 28 Abs. 4 Bundesdatenschutzgesetz widerspreche ich der
Nutzung
sowie der Weitergabe meiner personenbezogenen Daten für Zwecke der
Werbung sowie der Markt- oder Meinungsforschung.


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


Bug#758688: From Which Version I Do The Upgrade

2014-08-20 Thread Michael Ott
Hi!

I tried it from 1.2.7-8 and have the same problem

CU  
 
  Michael Ott
  
-- 
,''`.   
   : :' :   Michael Ott 
   `. `'e-mail: michael at king-coder dot de
 `-


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


Bug#641509: libgexiv2

2011-09-13 Thread Michael Ott
Hi!

I believe that you have the same problem as I had. It is not a shotwell
problem but a gexiv2 problem. Look also here (639602) and here (622375) 


CU  
 
  Michael
  
-- 
,''`.   
   : :' :   Michael Ott 
   `. `'e-mail: michael at king-coder dot de
 `-




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


Bug#554468: binutils-avr: Compile stop with incompatiblity problems

2009-11-06 Thread Michael Ott
Hello Hakan!

 OK,
 I'm afraid that I've not got access to that source.
No problem.

 But I've tried to compile a file test4.c containing:
 
   volatile int cnt;
   int main() {
 while (1) cnt++;
 return 0;
   }
 
 Using a similar commandline:
 
   avr-gcc -DMASTER -Wall -Wstrict-prototypes -g2 -Os -mmcu=atmega128
 -mno-tablejump -fpack-struct -fno-common -gdwarf-2 -mcall-prologues
 -DSTACK_OVERFLOW_CHECK -D'FIRMWARE_BACKUP_START=(0x1L)'
 -D'FIRMWARE_BACKUP_END=((0x1L + (0xE000L - 0L)))'
 -D'FIRMWARE_START=(0L)' -D'FIRMWARE_END=(0xE000L)'
 -D'BOOTLOADER_START=(0x1E000L)' -D'BOOTLOADER_END=(0x1FC00L)'
 -I/srv/home/michael/Projects/rtm/rtm5101
 -I/srv/home/michael/Projects/rtm/rtm5101/include -c -o test4.o test4.c
   avr-ld -mavr5 test4.o /usr/lib/gcc/avr/4.3.4/avr51/libgcc.a -o firmware.elf
 
 and that works just fine here. Could you verify that this is working
 for you too. If thats the case, the problem is most likely in the
 linker script /srv/home/michael/Projects/rtm/rtm5101/hal/atmega128.lds,
 which might have to be updated...
It works. I can compile it.

CU  
 
  Michael
  
-- 
,''`.   
   : :' :   Michael Ott 
   `. `'e-mail: michael at king-coder dot de
 `-



signature.asc
Description: Digital signature


Bug#554468: binutils-avr: Compile stop with incompatiblity problems

2009-11-04 Thread Michael Ott
Package: binutils-avr
Version: 2.20-1
Severity: grave
Justification: renders package unusable

Compile PPS source code

Get the following errors:
avr-gcc -DMASTER -Wall -Wstrict-prototypes -g2 -Os -mmcu=atmega128 
-mno-tablejump -fpack-struct -fno-common -gdwarf-2 -mcall-prologues 
-DSTACK_OVERFLOW_CHECK -D'FIRMWARE_BACKUP_START=(0x1L)' 
-D'FIRMWARE_BACKUP_END=((0x1L + (0xE000L - 0L)))' -D'FIRMWARE_START=(0L)' 
-D'FIRMWARE_END=(0xE000L)' -D'BOOTLOADER_START=(0x1E000L)' 
-D'BOOTLOADER_END=(0x1FC00L)' -I/srv/home/michael/Projects/rtm/rtm5101 
-I/srv/home/michael/Projects/rtm/rtm5101/include -c -o hal.o hal.c
echo SECTIONS { .sdr.file : { sdr_file_start = .; \
*(.data) sdr_file_end = .; }}  sdr-data.o.lds
avr-ld -mavr5 -r -o sdr-data.o -b binary 
/srv/home/michael/Projects/rtm/rtm5101/sdr-data.bin -b elf32-avr -T 
sdr-data.o.lds
rm -f sdr-data.o.lds
avr-ld -mavr5 -T/srv/home/michael/Projects/rtm/rtm5101/hal/atmega128.lds -\( 
init.o hal.o sdr-data.o libhal.o ../app/libapp.o ../lib/lib.a 
../app/libcompat/libcompat.a -\) \
/usr/lib/gcc/avr/4.3.4/avr51/libgcc.a -o firmware.elf
avr-ld: avr:51 architecture of input file `init.o' is incompatible with avr 
output
avr-ld: avr:51 architecture of input file `hal.o' is incompatible with avr 
output
avr-ld: avr:51 architecture of input file `../lib/lib.a(checksum.o)' is 
incompatible with avr output
avr-ld: avr:51 architecture of input file `../lib/lib.a(memcmp.o)' is 
incompatible with avr output
avr-ld: avr:51 architecture of input file `../lib/lib.a(memcmp_P.o)' is 
incompatible with avr output
avr-ld: avr:51 architecture of input file `../lib/lib.a(memcpy.o)' is 
incompatible with avr output
avr-ld: avr:51 architecture of input file `../lib/lib.a(memcpy_P.o)' is 
incompatible with avr output
avr-ld: avr:51 architecture of input file `../lib/lib.a(memcpy_P_far.o)' is 
incompatible with avr output
avr-ld: avr:51 architecture of input file `../lib/lib.a(memset.o)' is 
incompatible with avr output
avr-ld: avr:51 architecture of input file `../lib/lib.a(parse_tm.o)' is 
incompatible with avr output
avr-ld: avr:51 architecture of input file `../lib/lib.a(hex2int.o)' is 
incompatible with avr output
make[1]: *** [firmware.elf] Error 1
make[1]: Leaving directory `/srv/home/michael/Projects/rtm/rtm5101/hal'
make: *** [all] Error 2

Works with testing version of binutils-avr



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (650, 'testing'), (600, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages binutils-avr depends on:
ii  libc6  2.10.1-5  GNU C Library: Shared libraries
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

binutils-avr recommends no packages.

Versions of packages binutils-avr suggests:
ii  binutils  2.20-2 The GNU assembler, linker and bina

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#493813: linux-image-2.6.24-etchnhalf.1-amd64: Crashed after a time with clocksource problem

2008-08-05 Thread Michael Ott
Package: linux-image-2.6.24-etchnhalf.1-amd64
Version: 2.6.24-6~etchnhalf.4
Severity: grave
Justification: renders package unusable

Please see 
http://bugzilla.kernel.org/show_bug.cgi?id=9834
https://issues.rpath.com/browse/RPL-2573

It works again using 
clocksource=acpi_pm
as boot parameter

-- Package-specific info:
** Version:
Linux version 2.6.24-etchnhalf.1-amd64 (Debian 2.6.24-6~etchnhalf.4) ([EMAIL 
PROTECTED]) (gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)) #1 SMP 
Mon Jul 21 10:36:02 UTC 2008

** Command line:
root=/dev/sda2 clocksource=acpi_pm ro 

** Not tainted

** Kernel log:
SCSI subsystem initialized
e1000: :00:11.0: e1000_probe: (PCI:66MHz:32-bit) 00:50:56:aa:0e:5f
Fusion MPT base driver 3.04.06
Copyright (c) 1999-2007 LSI Corporation
Fusion MPT SPI Host driver 3.04.06
e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
PIIX4: IDE controller (0x8086:0x7111 rev 0x01) at  PCI slot :00:07.1
PIIX4: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0x1050-0x1057, BIOS settings: hda:DMA, hdb:pio
PIIX4: IDE port disabled
Probing IDE interface ide0...
hda: VMware Virtual IDE CDROM Drive, ATAPI CD/DVD-ROM drive
hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4
hda: UDMA/33 mode selected
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ACPI: PCI Interrupt :00:10.0[A] - GSI 17 (level, low) - IRQ 17
mptbase: ioc0: Initiating bringup
libata version 3.00 loaded.
ioc0: LSI53C1030 B0: Capabilities={Initiator}
scsi0 : ioc0: LSI53C1030 B0, FwRev=h, Ports=1, MaxQ=128, IRQ=17
scsi 0:0:0:0: Direct-Access VMware   Virtual disk 1.0  PQ: 0 ANSI: 2
 target0:0:0: Beginning Domain Validation
 target0:0:0: Domain Validation skipping write tests
 target0:0:0: Ending Domain Validation
 target0:0:0: FAST-40 WIDE SCSI 80.0 MB/s ST (25 ns, offset 127)
scsi 0:0:1:0: Direct-Access VMware   Virtual disk 1.0  PQ: 0 ANSI: 2
 target0:0:1: Beginning Domain Validation
 target0:0:1: Domain Validation skipping write tests
 target0:0:1: Ending Domain Validation
 target0:0:1: FAST-40 WIDE SCSI 80.0 MB/s ST (25 ns, offset 127)
hda: ATAPI 1X CD-ROM drive, 32kB Cache
Uniform CD-ROM driver Revision: 3.20
Driver 'sd' needs updating - please use bus_type methods
sd 0:0:0:0: [sda] 75497472 512-byte hardware sectors (38655 MB)
sd 0:0:0:0: [sda] Test WP failed, assume Write Enabled
sd 0:0:0:0: [sda] Cache data unavailable
sd 0:0:0:0: [sda] Assuming drive cache: write through
sd 0:0:0:0: [sda] 75497472 512-byte hardware sectors (38655 MB)
sd 0:0:0:0: [sda] Test WP failed, assume Write Enabled
sd 0:0:0:0: [sda] Cache data unavailable
sd 0:0:0:0: [sda] Assuming drive cache: write through
 sda: sda1 sda2 sda3 sda4  sda5 sda6 sda7 
sd 0:0:0:0: [sda] Attached SCSI disk
sd 0:0:1:0: [sdb] 461373440 512-byte hardware sectors (236223 MB)
sd 0:0:1:0: [sdb] Test WP failed, assume Write Enabled
sd 0:0:1:0: [sdb] Cache data unavailable
sd 0:0:1:0: [sdb] Assuming drive cache: write through
sd 0:0:1:0: [sdb] 461373440 512-byte hardware sectors (236223 MB)
sd 0:0:1:0: [sdb] Test WP failed, assume Write Enabled
sd 0:0:1:0: [sdb] Cache data unavailable
sd 0:0:1:0: [sdb] Assuming drive cache: write through
 sdb: sdb1
sd 0:0:1:0: [sdb] Attached SCSI disk
Attempting manual resume
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
agpgart: Detected an Intel 440BX Chipset.
agpgart: AGP aperture is 256M @ 0x0
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
piix4_smbus :00:07.3: Found :00:07.3 device
piix4_smbus :00:07.3: Host SMBus controller not enabled!
ACPI: AC Adapter [ACAD] (on-line)
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
input: Power Button (FF) as /class/input/input2
pnp: the driver 'parport_pc' has been registered
parport_pc 00:08: reported by Plug and Play ACPI
parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
input: PC Speaker as /class/input/input3
ACPI: Power Button (FF) [PWRF]
parport_pc 00:08: driver attached
input: ImPS/2 Generic Wheel Mouse as /class/input/input4
Adding 3903784k swap on /dev/sda3.  Priority:-1 extents:1 across:3903784k
EXT3 FS on sda2, internal journal
loop: module loaded
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.12.0-ioctl (2007-10-02) initialised: [EMAIL PROTECTED]
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sda1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sdb1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sda5, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sda6, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sda7, internal journal
EXT3-fs: mounted filesystem with ordered 

Bug#431572: openoffice.org: Ooo crashed when i try to sort a sheet

2007-07-03 Thread Michael Ott
Package: openoffice.org
Version: 2.2.1-4
Severity: critical
Justification: breaks unrelated software

 soffice 
*** glibc detected *** /usr/lib/openoffice/program/soffice.bin: double free or 
corruption (out): 0x08585ba0 ***
=== Backtrace: =
/lib/libc.so.6[0xb6cc0b74]
/lib/libc.so.6(cfree+0x90)[0xb6cc41e0]
/usr/lib/libglib-2.0.so.0(g_free+0x31)[0xb5bf54c1]
/usr/lib/openoffice/program/libvclplug_gtk680li.so[0xb5886d1d]
/usr/lib/openoffice/program/libvcl680li.so(_ZN11SalGraphics22GetNativeControlRegionEmmRK6RegionmRK16ImplControlValueR16SalControlHandleRKN3rtl8OUStringERS0_SC_PK12OutputDevice+0x17a)[0xb7dcd39a]
/usr/lib/openoffice/program/libvcl680li.so(_ZN6Window22GetNativeControlRegionEmmRK6RegionmRK16ImplControlValueN3rtl8OUStringERS0_S8_+0x103)[0xb7e92053]
/usr/lib/openoffice/program/libvcl680li.so(_ZN7ListBox6ResizeEv+0x188)[0xb7eda378]
/usr/lib/openoffice/program/libvcl680li.so[0xb7e78d22]
/usr/lib/openoffice/program/libvcl680li.so(_ZN6Window4ShowEht+0xc6)[0xb7e7b336]
/usr/lib/openoffice/program/libvcl680li.so(_ZN7ListBoxC1EP6WindowRK5ResId+0xce)[0xb7edaf1e]
/usr/lib/openoffice/program/libscui680li.so[0xad2c45e6]
/usr/lib/openoffice/program/libscui680li.so[0xad2c490b]
/usr/lib/openoffice/program/libsfx680li.so[0xb2b291e6]
/usr/lib/openoffice/program/libsfx680li.so[0xb2b29391]
/usr/lib/openoffice/program/libsfx680li.so(_ZN12SfxTabDialog7ExecuteEv+0x37)[0xb2b29567]
/usr/lib/openoffice/program/libscui680li.so[0xad2b45f7]
/usr/lib/openoffice/program/libsc680li.so[0xaf156f97]
/usr/lib/openoffice/program/libsc680li.so[0xaf149c34]
/usr/lib/openoffice/program/libsfx680li.so[0xb2a658ad]
/usr/lib/openoffice/program/libsfx680li.so(_ZN13SfxDispatcher8_ExecuteER8SfxShellRK7SfxSlotR10SfxRequestt+0x8e)[0xb2a6617e]
/usr/lib/openoffice/program/libsfx680li.so[0xb2a58450]
/usr/lib/openoffice/program/libsfx680li.so[0xb2a8625d]
/usr/lib/openoffice/program/libsfx680li.so[0xb2a86ca2]
/usr/lib/openoffice/program/libfwk680li.so[0xb23821b9]
/usr/lib/openoffice/program/libfwk680li.so[0xb2382de4]
/usr/lib/openoffice/program/libvcl680li.so(_ZN4Menu6SelectEv+0x58)[0xb7e26458]
/usr/lib/openoffice/program/libvcl680li.so[0xb7e212c8]
/usr/lib/openoffice/program/libvcl680li.so[0xb7e212e8]
/usr/lib/openoffice/program/libvcl680li.so[0xb7e8c8b3]
/usr/lib/openoffice/program/libvclplug_gen680li.so(_ZN10SalDisplay21DispatchInternalEventEv+0xc3)[0xb53fb703]
/usr/lib/openoffice/program/libvclplug_gtk680li.so[0xb586a31f]
/usr/lib/openoffice/program/libvclplug_gtk680li.so[0xb586a351]
/usr/lib/libglib-2.0.so.0[0xb5bec191]
/usr/lib/libglib-2.0.so.0(g_main_context_dispatch+0x17c)[0xb5bedd5c]
/usr/lib/libglib-2.0.so.0[0xb5bf118f]
/usr/lib/libglib-2.0.so.0(g_main_context_iteration+0x65)[0xb5bf16f5]
/usr/lib/openoffice/program/libvclplug_gtk680li.so[0xb586c53c]
/usr/lib/openoffice/program/libvclplug_gen680li.so(_ZN14X11SalInstance5YieldEbb+0x37)[0xb5404eb7]
/usr/lib/openoffice/program/libvcl680li.so(_ZN11Application5YieldEb+0x59)[0xb7c82ed9]
/usr/lib/openoffice/program/libvcl680li.so(_ZN11Application7ExecuteEv+0x3c)[0xb7c82fec]
/usr/lib/openoffice/program/soffice.bin(_ZN7desktop7Desktop4MainEv+0x1642)[0x806c5b2]
/usr/lib/openoffice/program/libvcl680li.so[0xb7c88e8c]
/usr/lib/openoffice/program/libvcl680li.so(_Z6SVMainv+0x35)[0xb7c88f95]
/usr/lib/openoffice/program/soffice.bin(main+0x66)[0x805fe76]
/lib/libc.so.6(__libc_start_main+0xe0)[0xb6c6d030]
/usr/lib/openoffice/program/soffice.bin(__gxx_personality_v0+0x249)[0x805fd01]
=== Memory map: 
08048000-0809d000 r-xp  08:05 296593 
/usr/lib/openoffice/program/soffice.bin
0809d000-0809e000 rw-p 00054000 08:05 296593 
/usr/lib/openoffice/program/soffice.bin
0809e000-08ab9000 rw-p 0809e000 00:00 0  [heap]
ad10-ad121000 rw-p ad10 00:00 0 
ad121000-ad20 ---p ad121000 00:00 0 
ad29a000-ad30c000 r-xp  08:05 296714 
/usr/lib/openoffice/program/libscui680li.so
ad30c000-ad314000 rw-p 00072000 08:05 296714 
/usr/lib/openoffice/program/libscui680li.so
ad314000-ad3f8000 r--p  08:05 467115 
/usr/lib/openoffice/help/en-GB/scalc.ht
ad3f8000-ad4e7000 r--p  08:05 467122 
/usr/lib/openoffice/help/en-GB/scalc.db
ad4e7000-ad50 r-xp  08:05 296463 
/usr/lib/openoffice/program/svtmisc.uno.so
ad50-ad502000 rw-p 00019000 08:05 296463 
/usr/lib/openoffice/program/svtmisc.uno.so
ad502000-ad5fa000 r-xp  08:05 289279 /usr/lib/lib


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (600, 'stable'), (500, 'oldstable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.21.1 (PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages openoffice.org depends on:
ii  openoffice.org-base   2.2.1-4OpenOffice.org office suite - data
ii  openoffice.org-calc   2.2.1-4OpenOffice.org office suite - spre
ii  openoffice.org-core   2.2.1-4