Bug#548773: seems more problematic than what is shown

2009-10-27 Thread Didrik Pinte
Hi guys,

This bug seems more problematic than what is shown here.

I have two computers running Debian/Sid with libneon27-gnutls. One is a
64bit and the other is a 32bit. Both of them run version 0.29.0-1 of
libneon27-gnutls.

With the 32bit, here is the message I receive when committing : 

d...@ddp:~/source/hydroplatform/src/python/trunk$ svn commit
svn: Commit failed (details follow):
svn: OPTIONS of
'https://secure2.svnrepository.com/s_dpinte/hydroplatform/src/python/trunk/hydroplatform/extension/export':
 Certificate verification error: signed using insecure algorithm 
(https://secure2.svnrepository.com)

On the 64bit computer, committing does not have any problems ...

I can provide more information if needed. This bug is really critical
for me as I can't commit anymore from the 32bit machine.

Thanks for any help.

-- Didrik



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


Bug#431709: crossvc: floating point exception

2007-07-04 Thread Didrik Pinte
Package: crossvc
Version: 1.5.1-1
Severity: grave
Justification: renders package unusable


Hi, 

I'm trying to run crossvc under Sid. When launching the application, it just
outputs a Floating point exception :

[EMAIL PROTECTED]:~$ crossvc 
Floating point exception

When launched with valgrind, there is some interesting information : 

==9345== 
==9345== Process terminating with default action of signal 8 (SIGFPE)
==9345==  Integer divide by zero at address 0x62CA779F
==9345==at 0x42C71F0: (within /usr/lib/libqt-mt.so.3.3.7)
==9345==by 0x42C72B0: QPaintDevice::x11AppDpiY(int) (in
/usr/lib/libqt-mt.so.3.3.7)
==9345==by 0x42C732D: QPaintDevice::x11AppDpiY() (in
/usr/lib/libqt-mt.so.3.3.7)
==9345==by 0x429D85B: qt_init_internal(int*, char**, _XDisplay*, unsigned
long, unsigned long) (in /usr/lib/libqt-mt.so.3.3.7)
==9345==by 0x429E34D: qt_init(int*, char**, QApplication::Type) (in
/usr/lib/libqt-mt.so.3.3.7)
==9345==by 0x4316CA3: QApplication::construct(int, char**,
QApplication::Type) (in /usr/lib/libqt-mt.so.3.3.7)
==9345==by 0x4317053: QApplication::QApplication(int, char**) (in
/usr/lib/libqt-mt.so.3.3.7)
==9345==by 0x812FA40: (within /usr/bin/crossvc)
==9345==by 0x4A98EBB: (below main) (in /lib/i686/cmov/libc-2.5.so)


I don't know if there have been changes in libqt3 or other dependencies of
crossvc that can cause the bug ...

I can provide more information if needed.

Thanks

Didrik

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

Kernel: Linux 2.6.21-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages crossvc depends on:
ii  cvs 1:1.12.13-8  Concurrent Versions System
ii  libc6   2.5-11   GNU C Library: Shared libraries
ii  libfam0 2.7.0-12 Client library to control the FAM 
ii  libgcc1 1:4.2-20070627-1 GCC support library
ii  libqt3-mt   3:3.3.7-5Qt GUI Library (Threaded runtime v
ii  libstdc++6  4.2-20070627-1   The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar

crossvc recommends no packages.

-- no debconf information


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



Bug#431709: another interesting info

2007-07-04 Thread Didrik Pinte
Another interesting information :


I've found this : 

http://people.debian.org/~terpstra/message/20060907.144957.7f0765d0.en.html

I'm running a dual head configuration and here is the output of
xdpyinfo :

[EMAIL PROTECTED]:~$  xdpyinfo | grep -A1 dimen 
  dimensions:1280x1024 pixels (0x0 millimeters)
  resolution:-2147483648x-2147483648 dots per inch

Resolution seems a bit weird ... I'm investigating.

Didrik

-- 
Didrik Pinte [EMAIL PROTECTED]
Information Technologies for the Agro-Environment


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


Bug#431709: more info

2007-07-04 Thread Didrik Pinte
... in fact all the application linked with qt seems broken  :

ddp:/home/did# VirtualBox
Floating point exception

ddp:/home/did# skype 
Floating point exception

ddp:/home/did# crossvc 
Floating point exception


I don't know to which package report the bug ... libqt3-mt ?

Didrik


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


Bug#431709: bug confirmed

2007-07-04 Thread Didrik Pinte
Hi,

I can confirm the Floating point exception encountered is due to the
same problem as this one :
http://people.debian.org/~terpstra/message/20060907.144957.7f0765d0.en.html

When starting my laptop without dual head, everything works fine. When I
connect the second screen, restart X and change the resolution from
1400x1050 to 1280x1024, the exception is there again.

Before the change :

[EMAIL PROTECTED]:~$ xdpyinfo | grep -A1 dimen 
  dimensions:1400x1050 pixels (370x278 millimeters)
  resolution:96x96 dots per inch

After the change :

[EMAIL PROTECTED]:~$ crossvc 
Floating point exception
[EMAIL PROTECTED]:~$ xdpyinfo | grep -A1 dimen 
  dimensions:1280x1024 pixels (0x0 millimeters)
  resolution:-2147483648x-2147483648 dots per inch

Who is the culprit ? All the other application except qt related seems
to work fine. 

! qt4 version seem also affected by the bug. The latest beta version of
skype is linked with libqt4 and has the very same problem.

Didrik


-- 
Didrik Pinte [EMAIL PROTECTED]
Information Technologies for the Agro-Environment


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


Bug#431709: workaround

2007-07-04 Thread Didrik Pinte
Adding a DisplaySize to the Monitor section of /etc/X11/xorg.conf solved
the problem.

Didrik


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


Bug#430550: openoffice.org-gtk: seems it's not corrected

2007-06-29 Thread Didrik Pinte
Package: openoffice.org-gtk
Version: 2.2.1-2+b2
Followup-For: Bug #430550


It seems version 1.4.10 did not solve the problem. Here is the output when
trying to launch one of the OO programs :

[EMAIL PROTECTED]:~$ oowriter 
/usr/lib/openoffice/program/soffice: line 361:  5888 Floating point
exception$sd_prog/$sd_binary $@

** (process:5871): WARNING **: Unknown error forking main binary / abnormal
early exit ...

I can make other tests if needed.

Didrik

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

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

Versions of packages openoffice.org-gtk depends on:
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libc6   2.5-11   GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.1.1-3  simple interprocess messaging syst
ii  libdbus-glib-1-20.73-2   simple interprocess messaging syst
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libgcc1 1:4.2-20070627-1 GCC support library
ii  libglib2.0-02.12.12-1The GLib library of C routines
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  libpango1.0-0   1.16.4-1 Layout and rendering of internatio
ii  libstdc++6  4.2-20070627-1   The GNU Standard C++ Library v3
ii  libstlport5.1   5.1.3-1  STLport C++ class library
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  openoffice.org-core 2.2.1-2+b2   OpenOffice.org office suite archit
ii  openoffice.org-style-ta 2.2.1-2  Tango symbol style for OpenOffice.

openoffice.org-gtk recommends no packages.

-- no debconf information


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



Bug#430550: sorry for the noise

2007-06-29 Thread Didrik Pinte
Sorry for the noise, I guess my report should have been sent to #430366
and not to this bug.

Didrik


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


Bug#420706: python-gdal: undefined symbol: SWIG_MakePtr

2007-04-24 Thread Didrik Pinte
Package: python-gdal
Version: 1.4.1-2
Severity: grave
Justification: renders package unusable


Hi,

Updating the package to 1.4.0 version breaks python-gdal.

The problem is the following : 

[EMAIL PROTECTED]:~$ python
Python 2.4.4 (#2, Apr  5 2007, 20:11:18)
[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2
Type help, copyright, credits or license for more information.
 import gdal
Traceback (most recent call last):
  File stdin, line 1, in ?
  File /usr/lib/python2.4/site-packages/gdal.py, line 191, in ?
import _gdal
ImportError: /usr/lib/python2.4/site-packages/_gdalmodule.so: undefined symbol: 
SWIG_MakePtr


Didrik

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

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

Versions of packages python-gdal depends on:
ii  libc6 2.5-2  GNU C Library: Shared libraries
ii  libgcc1   1:4.1.1-21 GCC support library
ii  libgdal1-1.4.01.4.1-2Geospatial Data Abstraction Librar
ii  libstdc++64.1.1-21   The GNU Standard C++ Library v3
ii  python2.4.4-2An interactive high-level object-o
ii  python-central0.5.13-0.1 register and build utility for Pyt
ii  python-numeric24.2-7 Numerical (matrix-oriented) Mathem

python-gdal recommends no packages.

-- no debconf information


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



Bug#420706: more info

2007-04-24 Thread Didrik Pinte
I meant upgrading to 1.4.1 concerning the version, not 1.4.0 ;-)

I had a quick look at what can be the problem. It seems that other
people add the same one but it was using not updated svn version. 

http://lists.maptools.org/pipermail/gdal-dev/2007-January/011495.html

I suppose that the build is based on the official 1.4.1 version. Could
it be related to this (seems the first official archive was not
correct):

http://lists.maptools.org/pipermail/gdal-dev/2007-April/012546.html


Didrik


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


Bug#418833: grass: Init.sh is broken

2007-04-12 Thread Didrik Pinte
Package: grass
Version: 6.2.1-2
Severity: grave
Tags: patch
Justification: renders package unusable


Current version of Init.sh is broken because of a bash error (using elif in
place of else).

See the attached patch to correct the problem


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages grass depends on:
ii  eterm [x-terminal-emula 0.9.4.0debian1-2 Enlightened Terminal Emulator
ii  fftw3   3.1.2-1  library for computing Fast Fourier
ii  gnome-terminal [x-termi 2.14.2-2 The GNOME 2 terminal emulator appl
ii  lesstif21:0.94.4-2   OSF/Motif 2.1 implementation relea
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libfreetype62.2.1-5  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.1.1-21   GCC support library
ii  libgdal1-1.4.0  1.4.0-2  Geospatial Data Abstraction Librar
ii  libgl1-mesa-glx [libgl1 6.5.1-0.6A free implementation of the OpenG
ii  libglu1-mesa [libglu1]  6.5.1-0.6The OpenGL utility library (GLU)
ii  libice6 1:1.0.3-2X11 Inter-Client Exchange library
ii  libmysqlclient15off 5.0.38-1 mysql database client library
ii  libncurses5 5.5-5Shared libraries for terminal hand
ii  libpng12-0  1.2.15~beta5-1   PNG library - runtime
ii  libpq4  8.1.8-1  PostgreSQL C client library
ii  libreadline55.2-2GNU readline and history libraries
ii  libsm6  1:1.0.2-2X11 Session Management library
ii  libstdc++6  4.1.1-21 The GNU Standard C++ Library v3
ii  libtiff43.8.2-7  Tag Image File Format (TIFF) libra
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxmu6 1:1.0.2-2X11 miscellaneous utility library
ii  libxt6  1:1.0.5-2X11 toolkit intrinsics library
ii  proj4.5.0-2  Cartographic projection filter and
ii  tcl8.4  8.4.12-1.1   Tcl (the Tool Command Language) v8
ii  tk8.4   8.4.12-1 Tk toolkit for Tcl and X11, v8.4 -
ii  unixodbc2.2.11-13ODBC tools libraries
ii  xterm [x-terminal-emula 225-1X terminal emulator
ii  zlib1g  1:1.2.3-13   compression library - runtime

grass recommends no packages.

-- no debconf information
--- /tmp/Init.sh2007-04-12 10:36:56.0 +0200
+++ /usr/lib/grass/etc/Init.sh  2007-04-12 10:37:05.0 +0200
@@ -232,7 +232,7 @@
 if [ ! $GRASS_HTML_BROWSER ] ; then
if [ -x /usr/bin/x-www-browser ] ; then
GRASS_HTML_BROWSER=x-www-browser
-   elif 
+   else 
GRASS_HTML_BROWSER=true
fi
 fi


Bug#353111: same problem

2006-03-07 Thread Didrik Pinte
Hi,

I've just updated to 2.6.15 and have the same problem. My Sun still
boot with the 2.6.12.

It does not found the /dev/sda2 where is my root partition. The
difference here just seems in the message sent by the udev before the
error :

-
Begin: Running /scripts/init-premount ...
eval: 1: array_udev-helper=udev: not found
eval: 1: array_udev-helper=: not found
Done.
Begin: Mounting root file system... ...
Begin: Running /scripts/local_top ...
Done.

ALERT! /dev/sda2 does not exist. Dropping to a shell
-

Hope this will help to debug the problem.

Didrik Pinte



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



Bug#352207: grub-update does not work since update to 0.97-3

2006-02-13 Thread Didrik Pinte
Le dimanche 12 février 2006 à 19:43 +0100, Kristian Edlund a écrit :
 Well that defininatly explains why update-grub stops. It gets 1 as
 return value and therefore exits.
 
 It seems that the file /dev/sda1 does not exist or something goes
 wrong in readlink. Can you try
 ls -la /dev/sda1
 in order to see what /dev/sda1 points to?
 
 Kristian

I can confirm. It was a problem due to udev being installed on the
computer.

The /dev/sda1 was not existing. 

Rebooting the computer fixed the problem.

Everything works fine now.

Many thanks for your help

Didrik


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#352207: grub-update does not work since update to 0.97-3

2006-02-12 Thread Didrik Pinte
Le samedi 11 février 2006 à 10:19 +0100, Kristian Edlund a écrit :
 Can you reproduce the error when you run update-grub with sh update-grub?
 
 Can you send supply your menu.lst file, and try to run update-grub
 with sh -x update-grub  and send the output of that file as well.
 
 Kristian

The output of sh -x /sbin/update-grub is the following (showing no
errors) :

--
serveurmeteo:/home/did# sh -x /sbin/update-grub
+ set -e
+ grub_dirs='/boot/grub /boot/boot/grub'
++ find_grub_dir
++ echo -n 'Searching for GRUB installation directory ... '
Searching for GRUB installation directory ... ++ for d in '$grub_dirs'
++ '[' -d /boot/grub ']'
++ grub_dir=/boot/grub
++ break
++ '[' -z /boot/grub ']'
++ echo 'found: /boot/grub'
found: /boot/grub
++ echo /boot/grub
+ grub_dir=/boot/grub
+ menu_file=/boot/grub/menu.lst
++ find_root_device
+++ find_device /
+++ mount_point=/
+++ device=
+++ '[' -f /etc/fstab ']'
+++ read DEV MNT FOO
 grep -q '^#'
 echo '#'
+++ continue
+++ read DEV MNT FOO
 echo '#'
 grep -q '^#'
+++ continue
+++ read DEV MNT FOO
 echo '#'
 grep -q '^#'
+++ continue
+++ read DEV MNT FOO
 echo proc
 grep -q '^#'
+++ '[' /proc = / ']'
+++ read DEV MNT FOO
 echo /dev/sda1
 grep -q '^#'
+++ '[' / = / ']'
+++ device=/dev/sda1
+++ read DEV MNT FOO
 echo /dev/sda5
 grep -q '^#'
+++ '[' none = / ']'
+++ read DEV MNT FOO
 echo /dev/hda
 grep -q '^#'
+++ '[' /media/cdrom0 = / ']'
+++ read DEV MNT FOO
 echo /dev/fd0
 grep -q '^#'
+++ '[' /media/floppy0 = / ']'
+++ read DEV MNT FOO
 echo ''
 grep -q '^#'
+++ '[' '' = / ']'
+++ read DEV MNT FOO
+++ '[' -n /dev/sda1 ']'
+++ case $device in
 readlink -f /dev/sda1
+++ device=
++ device=
+ root_device=
--
It seems it did not find any root_device ...

I've attached the menu.lst file to the mail


Didrik
# menu.lst - See: grub(8), info grub, update-grub(8)
#grub-install(8), grub-floppy(8),
#grub-md5-crypt, /usr/share/doc/grub
#and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.   
default 0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 5

# Pretty colours
color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#  password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title Windows 95/98/NT/2000
# root  (hd0,0)
# makeactive
# chainloader   +1
#
# title Linux
# root  (hd0,1)
# kernel/vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
# kopt=root=/dev/sda1 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##  alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##  lockalternative=false
# lockalternative=false

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##  altoptions=(recovery mode) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##  howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##  memtest86=false
# memtest86=true

## ## End Default Options ##

title   Debian GNU/Linux, kernel 2.6.12-1-amd64-k8
root(hd0,0)
kernel  /boot/vmlinuz-2.6.12-1-amd64-k8 root=/dev/sda1 ro
initrd  /boot/initrd.img-2.6.12-1-amd64-k8
savedefault
boot

title   Debian GNU/Linux, kernel 2.6.12-1-amd64-k8 (recovery mode)
root  

Bug#352207: grub-update does not work since update to 0.97-3

2006-02-12 Thread Didrik Pinte
Le dimanche 12 février 2006 à 19:22 +0100, Kristian Edlund a écrit :
 Hi again
 
 It doesn't fail on my machine, so either it is caused by the amd64
 architecture or the raid device.
 
 It seems to fail around the command readlink -f /dev/sda1
 Can you send the output of
 
 readlink -f /dev/sda1
 and
 readlink -f /dev/sda1 ; echo $?
 
 Kristian

Here you are ;-)
---
serveurmeteo:/home/did# readlink -f /dev/sda1
serveurmeteo:/home/did# readlink -f /dev/sda1 ; echo $?
1
serveurmeteo:/home/did#
---

Didrik


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#352207: grub-update does not work since update to 0.97-3

2006-02-12 Thread Didrik Pinte
Le dimanche 12 février 2006 à 19:43 +0100, Kristian Edlund a écrit :
 Well that defininatly explains why update-grub stops. It gets 1 as
 return value and therefore exits.
 
 It seems that the file /dev/sda1 does not exist or something goes
 wrong in readlink. Can you try
 ls -la /dev/sda1
 in order to see what /dev/sda1 points to?
 
 Kristian

... you're right

/dev/sda1 does not exist ... I suppose this is a udev problem ...

serveurmeteo:/dev# ls sd*
sda  sda2

I won't dare restart the computer to see if /dev/sda1 will be recreated
at boot time ...

Didirk


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#352207: grub-update does not work since update to 0.97-3

2006-02-10 Thread Didrik Pinte
Package: grub
Version: 0.97-4
Severity: serious
Justification: 2


Hi,

I've just updated an AMD64 server with dist-upgrade to the latest grub
version and kernel 2.6.15.

The upgrade jumped from before 0.97-1 version to 0.97-3 version.

When calling update-grub, I receive :
---
serveurmeteo:/boot# update-grub
Searching for GRUB installation directory ... found: /boot/grub
---

When the kernel package was update, the postinst script did not succeed
because of the update-grub not working.

The problem should be in the update-grub script after the look for the
grub installation directory but before the testing for the existance of
the menu.lst file ... Probably in the device detection ...

In case of, here is my fstab :
serveurmeteo:/boot# cat /etc/fstab
---
# /etc/fstab: static file system information.
#
# file system mount point   type  options   dump  pass
proc/proc   procdefaults0   0
/dev/sda1   /   ext3defaults,errors=remount-ro 0
1
/dev/sda5   noneswapsw  0   0
/dev/hda/media/cdrom0   udf,iso9660 ro,user,noauto  0   0
/dev/fd0/media/floppy0  autorw,user,noauto  0   0

serveurmeteo:/boot#
---

The SATA drives are mounted in a RAID hardware system. So there won't be
interaction with RAID software as it seems to sometimes appear...

Any help is welcome.

Didrik


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-amd64-k8
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

-- no debconf information


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



Bug#343048: same problem here on my thinkpad R50

2005-12-12 Thread Didrik Pinte
upgrading from 2.6.14-2-686 4 to 5 breaks the system. Luckily, i had
kept an old 2.6.12 kernel ;-)

Here are the information you ask for more details :

ii  linux-image-2.6.14-2-6862.6.14-5   Linux kernel 2.6.14 ...
ii  yaird   0.0.12-1   Yet Another mkInitRD


geru-itea:/boot# yaird -v -o crap.img 2.6.14-2-686
yaird: goal: template, prologue (/etc/yaird/Default.cfg:52)
yaird: action: prologue,  {}
yaird: goal: module, fbcon (/etc/yaird/Default.cfg:56)
yaird: goal: input, -- (/etc/yaird/Default.cfg:73)
yaird: hardware: completed platform/i8042/serio1
yaird: goal: module, mousedev (/etc/yaird/Default.cfg:103)
yaird: action:
insmod, /lib/modules/2.6.14-2-686/kernel/drivers/input/mousedev.ko
{optionList=-- }
yaird: goal: module, evdev (/etc/yaird/Default.cfg:104)
yaird: action:
insmod, /lib/modules/2.6.14-2-686/kernel/drivers/input/evdev.ko
{optionList=-- }
yaird: goal: mountdir, / (/etc/yaird/Default.cfg:143)
yaird: action:
insmod, /lib/modules/2.6.14-2-686/kernel/drivers/ide/ide-core.ko
{optionList=-- }
yaird: action:
insmod, /lib/modules/2.6.14-2-686/kernel/drivers/ide/pci/piix.ko
{optionList=-- }
yaird: action:
insmod, /lib/modules/2.6.14-2-686/kernel/drivers/ide/pci/generic.ko
{optionList=-- }
yaird: action:
insmod, /lib/modules/2.6.14-2-686/kernel/drivers/ide/ide-disk.ko
{optionList=-- }
yaird: hardware: completed pci:00/:00:1f.1/ide0/0.0
yaird: action: mkbdev, /dev/hda {sysname=hda }
yaird: action: mkbdev, /dev/hda2 {sysname=hda/hda2 }
yaird: action: insmod, /lib/modules/2.6.14-2-686/kernel/fs/mbcache.ko
{optionList=-- }
yaird: action: insmod, /lib/modules/2.6.14-2-686/kernel/fs/jbd/jbd.ko
{optionList=-- }
yaird: action: insmod, /lib/modules/2.6.14-2-686/kernel/fs/ext3/ext3.ko
{optionList=-- }
yaird: action: mount, /mnt {device=/dev/hda2 fsType=ext3 isRoot=1
options=-o 'errors=remount-ro,user_xattr' }
yaird: goal: template, postlude (/etc/yaird/Default.cfg:156)
yaird: action: postlude,  {}


Didrik



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


Bug#338455: python2.3-kde3: uninstallable : dependency problem

2005-11-10 Thread Didrik Pinte
Package: python2.3-kde3
Version: 3.11.3-4
Severity: grave
Justification: renders package unusable

Hi,

python2.3-kde3 depends on kdelibs4. kdelibs4 does not exist anymore in
Sid repositories. 

Probably that the dependency should be on kdelibs.

It's the same for the  libqt3c102-mt dependency. The new package is
libqt3-mt if i'm not wrong.

Last but not least, the sip4 dependency is not satisfied because of the
version of the package (4.3.1).

Here is the aptitude output while trying to install python2.3-kde3
(sorry it's in french)

Les paquets suivants ont des dépendances non satisfaites :
  python2.3-kde3: Dépend: kdelibs4 (= 4:3.3.2-4.0.2) mais il n'est pas 
installable
  Dépend: libqt3c102-mt (= 3:3.3.3) mais il n'est pas 
installable
  Dépend: python2.3-sip4-qt3 ( 4.3) mais 4.3.1-1 doit être 
installé.


Hope this will help.

Didrik

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)



Bug#321406: evince: libdjvulibre dependency problem

2005-08-05 Thread Didrik Pinte
Package: evince
Version: 0.3.0-2
Severity: grave
Justification: renders package unusable



Evince seems to be compiled using libjvulibre 14 but the actual state of
the libjvulibre library is 15.

Here are my local information : 
[EMAIL PROTECTED]:~$ evince
evince: error while loading shared libraries: libdjvulibre.so.14: cannot
open shared object file: No such file or directory
[EMAIL PROTECTED]:~$ apt-cache policy libdjvulibre1
libdjvulibre1:
  Installed : 3.5.14-6
  Candidate : 3.5.14-6
[EMAIL PROTECTED]:~$ locate libdjvulibre
/usr/lib/libdjvulibre.so.15
/usr/lib/libdjvulibre.so.15.0.0

Didrik Pinte

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages evince depends on:
ii  gconf22.10.1-1   GNOME configuration database syste
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libbonobo2-0  2.10.0-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.10.0-1   The Bonobo UI library
ii  libc6 2.3.2.ds1-22   GNU C Library: Shared libraries an
ii  libcairo1 0.4.0-1Multi-platform 2D graphics library
ii  libdjvulibre1 3.5.14-6   Runtime support for the DjVu image
ii  libesd-alsa0 [libesd0]0.2.36-1   Enlightened Sound Daemon (ALSA) - 
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.1-3  GCC support library
ii  libgconf2-4   2.10.1-1   GNOME configuration database syste
ii  libgcrypt11   1.2.1-4LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.6.6-1The GLib library of C routines
ii  libgnome-keyring0 0.4.3-1GNOME keyring services library
ii  libgnome2-0   2.10.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.10.2-2   A powerful object-oriented display
ii  libgnomeprint2.2-02.10.3-2   The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0  2.10.2-2   GNOME 2.2 print architecture User 
ii  libgnomeui-0  2.10.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.10.1-5   The GNOME virtual file-system libr
ii  libgnutls11   1.0.16-13.1GNU TLS library - runtime library
ii  libgpg-error0 1.1-4  library for common error values an
ii  libgtk2.0-0   2.6.9-1The GTK+ graphical user interface 
ii  libice6   6.8.2.dfsg.1-4 Inter-Client Exchange library
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libkpathsea3  2.0.2-31   path search library for teTeX (run
ii  liborbit2 1:2.12.2-3 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  libpixman10.1.6-1Cairo pixel manipulation library
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libpoppler0   0.3.1-1PDF rendering library
ii  libpoppler0-glib  0.3.1-1PDF rendering library (GLib-based 
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsm66.8.2.dfsg.1-4 X Window System Session Management
ii  libstdc++51:3.3.6-7  The GNU Standard C++ Library v3
ii  libtasn1-20.2.13-1   Manage ASN.1 structures (runtime)
ii  libx11-6  6.8.2.dfsg.1-4 X Window System protocol client li
ii  libxml2   2.6.20-1   GNOME XML library
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  xlibs 6.8.2.dfsg.1-4 X Window System client libraries m
ii  zlib1g1:1.2.3-2  compression library - runtime

evince recommends no packages.

-- no debconf information