Bug#589130: keepalived: Upgrade to 1.2 breaks package

2010-07-15 Thread Modesto Alexandre
Package: keepalived
Version: 1.1.19-1
Severity: grave
Justification: renders package unusable


after an upgrade from :

1.1.19 to 1.2.0-1

Keepalived doesn't work !



Other messages :


Starting keepalived: keepalived+ log_daemon_msg_post 'Starting
keepalived' keepalived
+ :
+ for file in '$TMPFILES'
+ test -e /tmp/.vrrp
+ for file in '$TMPFILES'
+ test -e /tmp/.healthcheckers
+ start-stop-daemon --start --quiet --pidfile /var/run/keepalived.pid
--exec /usr/sbin/keepalived
+ log_end_msg 0
+ '[' -z 0 ']'
+ retval=0
+ log_end_msg_pre 0
+ :
+ log_use_fancy_output
+ TPUT=/usr/bin/tput
+ EXPR=/usr/bin/expr
+ '[' -t 1 ']'
+ '[' xxterm '!=' x ']'
+ '[' xxterm '!=' xdumb ']'
+ '[' -x /usr/bin/tput ']'
+ '[' -x /usr/bin/expr ']'
+ /usr/bin/tput hpa 60
+ /usr/bin/tput setaf 1
+ '[' -z ']'
+ FANCYTTY=1
+ case $FANCYTTY in
+ true
++ /usr/bin/tput setaf 1
+ RED=''
++ /usr/bin/tput setaf 3
 
+ YELLOW='' 
 
++ /usr/bin/tput op 
 
+ NORMAL='' 
 
+ '[' 0 -eq 0 ']'
+ echo .
.
+ log_end_msg_post 0
+ :
+ return 0
+ exit 0










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

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages keepalived depends on:
ii  iproute   20080725-2 networking and traffic control too
ii  ipvsadm   1:1.24-2.1 Linux Virtual Server support progr
ii  libc6 2.9-23 GNU C Library: Shared libraries
ii  libpopt0  1.16-1 lib for parsing cmdline parameters
ii  libssl0.9.8   0.9.8o-1   SSL shared libraries

keepalived recommends no packages.

keepalived suggests no packages.

-- 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#563646: xtables-addons-source: package unusable

2010-01-05 Thread Modesto Alexandre
Le lundi 4 janvier 2010, Pierre Chifflier a écrit :
 On Mon, Jan 04, 2010 at 11:12:16AM +0100, Modesto Alexandre wrote:
  Package: xtables-addons-source
  Version: 1.19-3
  Severity: grave
  Justification: renders package unusable
 
 
  After apt-get upgrade on my debian testing, i have this message :
 
  iptables: match ipp2p has version libxtables.so.2, but
  libxtables.so.4 is required.

 Hi,

 You have probably upgraded xtables-addons-source and
 xtables-addons-common without rebuilding the package (using
 module-assistant).
 Can you confirm that ?

You can close bug, it works with this new package :

ii  xtables-addons-source   1.21-1   Extensions 
targets and matches for iptables [modules sources]

Thanks :)

Alex.

 I could add a Conflict: line, yet I'm not sure 
 this will make transitions easier.

 Regards,
 Pierre



-- 
Modesto Alexandre
Alliance Réseaux
04 79 64 07 72



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



Bug#540125: SPAM, Re: Bug#540125: grub-pc: cannot boot

2009-08-26 Thread Modesto Alexandre
Le mercredi 26 août 2009, Robert Millan a écrit :
  Package: grub-pc
  Version: 1.96+20090725-1
  Severity: normal

 Are you completely sure you're using this version?

Yes, i have GPT partitions (6 Tb)


 Did you run grub-install after updating the package?

No

Is there a risk ?

Thanks.

 Don't trust that the debconf template did it for you.  Please run it by
 hand.



-- 
Modesto Alexandre
Alliance Réseaux
04 79 64 07 72



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



Bug#540125: grub-pc: Unknown command: initrd Problem

2009-08-24 Thread Modesto Alexandre
Package: grub-pc
Version: 1.96+20090725-1
Severity: normal


Same problem !


-- Package-specific info:

*** WARNING grub-setup left core.img in filesystem

*** BEGIN /proc/mounts
/dev/disk/by-uuid/8bc90baf-e57c-4683-8534-99a3e9882746 / reiserfs 
rw,relatime,notail 0 0
/dev/sda3 /home reiserfs rw,relatime 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/sda
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(hd0,1)
search --no-floppy --fs-uuid --set 8bc90baf-e57c-4683-8534-99a3e9882746
if loadfont /usr/share/grub/ascii.pf2 ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  if terminal_output.gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry Debian GNU/Linux, Linux 2.6.30-1-amd64 {
set root=(hd0,1)
search --no-floppy --fs-uuid --set 8bc90baf-e57c-4683-8534-99a3e9882746
linux   /boot/vmlinuz-2.6.30-1-amd64 
root=UUID=8bc90baf-e57c-4683-8534-99a3e9882746 ro  quiet
initrd  /boot/initrd.img-2.6.30-1-amd64
}
menuentry Debian GNU/Linux, Linux 2.6.30-1-amd64 (recovery mode) {
set root=(hd0,1)
search --no-floppy --fs-uuid --set 8bc90baf-e57c-4683-8534-99a3e9882746
linux   /boot/vmlinuz-2.6.30-1-amd64 
root=UUID=8bc90baf-e57c-4683-8534-99a3e9882746 ro single 
initrd  /boot/initrd.img-2.6.30-1-amd64
}
menuentry Debian GNU/Linux, Linux 2.6.26-2-amd64 {
set root=(hd0,1)
search --no-floppy --fs-uuid --set 8bc90baf-e57c-4683-8534-99a3e9882746
linux   /boot/vmlinuz-2.6.26-2-amd64 
root=UUID=8bc90baf-e57c-4683-8534-99a3e9882746 ro  quiet
initrd  /boot/initrd.img-2.6.26-2-amd64
}
menuentry Debian GNU/Linux, Linux 2.6.26-2-amd64 (recovery mode) {
set root=(hd0,1)
search --no-floppy --fs-uuid --set 8bc90baf-e57c-4683-8534-99a3e9882746
linux   /boot/vmlinuz-2.6.26-2-amd64 
root=UUID=8bc90baf-e57c-4683-8534-99a3e9882746 ro single 
initrd  /boot/initrd.img-2.6.26-2-amd64
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file is an example on how to add custom entries
### END /etc/grub.d/40_custom ###
*** END /boot/grub/grub.cfg

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]1.5.27  Debian configuration management sy
ii  grub-common  1.96+20090725-1 GRand Unified Bootloader, version 
ii  libc62.9-23  GNU C Library: Shared libraries
ii  ucf  3.0018  Update Configuration File: preserv

grub-pc recommends no packages.

Versions of packages grub-pc suggests:
pn  desktop-base  none (no description available)
pn  genisoimage   none (no description available)
pn  os-prober none (no description available)

-- debconf information:
  grub-pc/linux_cmdline: fillme
  grub-pc/chainload_from_menu.lst: true
* grub-pc/install_devices:



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



Bug#540125: grub-pc: cannot boot

2009-08-18 Thread Modesto Alexandre
Package: grub-pc
Version: 1.96+20090725-1
Severity: normal


When i try to boot, i have this message :

Unknown command initrd

It's same problem ?

Thx.
Alex.


-- Package-specific info:

*** WARNING grub-setup left core.img in filesystem

*** BEGIN /proc/mounts
/dev/disk/by-uuid/8bc90baf-e57c-4683-8534-99a3e9882746 / reiserfs 
rw,relatime,notail 0 0
/dev/sda3 /home reiserfs rw,relatime 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/sda
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(hd0,1)
search --no-floppy --fs-uuid --set 8bc90baf-e57c-4683-8534-99a3e9882746
if loadfont /usr/share/grub/ascii.pf2 ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  if terminal_output.gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry Debian GNU/Linux, Linux 2.6.30-1-amd64 {
set root=(hd0,1)
search --no-floppy --fs-uuid --set 8bc90baf-e57c-4683-8534-99a3e9882746
linux   /boot/vmlinuz-2.6.30-1-amd64 
root=UUID=8bc90baf-e57c-4683-8534-99a3e9882746 ro  quiet
initrd  /boot/initrd.img-2.6.30-1-amd64
}
menuentry Debian GNU/Linux, Linux 2.6.30-1-amd64 (recovery mode) {
set root=(hd0,1)
search --no-floppy --fs-uuid --set 8bc90baf-e57c-4683-8534-99a3e9882746
linux   /boot/vmlinuz-2.6.30-1-amd64 
root=UUID=8bc90baf-e57c-4683-8534-99a3e9882746 ro single 
initrd  /boot/initrd.img-2.6.30-1-amd64
}
menuentry Debian GNU/Linux, Linux 2.6.26-2-amd64 {
set root=(hd0,1)
search --no-floppy --fs-uuid --set 8bc90baf-e57c-4683-8534-99a3e9882746
linux   /boot/vmlinuz-2.6.26-2-amd64 
root=UUID=8bc90baf-e57c-4683-8534-99a3e9882746 ro  quiet
initrd  /boot/initrd.img-2.6.26-2-amd64
}
menuentry Debian GNU/Linux, Linux 2.6.26-2-amd64 (recovery mode) {
set root=(hd0,1)
search --no-floppy --fs-uuid --set 8bc90baf-e57c-4683-8534-99a3e9882746
linux   /boot/vmlinuz-2.6.26-2-amd64 
root=UUID=8bc90baf-e57c-4683-8534-99a3e9882746 ro single 
initrd  /boot/initrd.img-2.6.26-2-amd64
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file is an example on how to add custom entries
### END /etc/grub.d/40_custom ###
*** END /boot/grub/grub.cfg

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]1.5.27  Debian configuration management sy
ii  grub-common  1.96+20090725-1 GRand Unified Bootloader, version 
ii  libc62.9-23  GNU C Library: Shared libraries
ii  ucf  3.0018  Update Configuration File: preserv

grub-pc recommends no packages.

Versions of packages grub-pc suggests:
pn  desktop-base  none (no description available)
pn  genisoimage   none (no description available)
pn  os-prober none (no description available)

-- debconf information:
  grub-pc/linux_cmdline: fillme
  grub-pc/chainload_from_menu.lst: true
* grub-pc/install_devices:



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



Bug#469851: kalarm lib problem

2008-03-07 Thread Modesto Alexandre
Package: kalarm
Version: 4:3.5.9-1
Severity: grave
Justification: renders package unusable


Hi,

it's impossible to launch kalarm :

$ kalarm
kalarm: symbol lookup error: /usr/lib/libartskde.so.1: undefined symbol:
_ZTv0_n28_N4Arts14StdSynthModule11autoSuspendEv


$ dpkg -S lib/libartskde.so.1
kdelibs4c2a: /usr/lib/libartskde.so.1


Any solution ?

Thanks.
Alex.


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

Kernel: Linux 2.6.24.2 (SMP w/2 CPU cores; PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages kalarm depends on:
ii  kdelibs4c2a4:3.5.8.dfsg.1-5  core libraries and binaries for al
ii  libacl12.2.45-1  Access control list shared library
ii  libart-2.0-2   2.3.20-1  Library of functions for 2D graphi
ii  libarts1c2a1.5.9-1   aRts sound system core components
ii  libattr1   1:2.4.41-1Extended attribute shared library
ii  libaudio2  1.9.1-2   Network Audio System - shared libr
ii  libc6  2.7-9 GNU C Library: Shared libraries
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libgamin0 [libfam0]0.1.9-2   Client library for the gamin file 
ii  libgcc11:4.2.2-4 GCC support library
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libidn11   1.4-1 GNU libidn library, implementation
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libkcal2b  4:3.5.9-1 KDE calendaring library
ii  libkdepim1a4:3.5.9-1 KDE PIM library
ii  libkmime2  4:3.5.9-1 KDE MIME interface library
ii  libkpimidentities1 4:3.5.9-1 KDE PIM user identity information 
ii  libktnef1  4:3.5.9-1 Library for handling KTNEF email a
ii  libpng12-0 1.2.15~beta5-3PNG library - runtime
ii  libqt3-mt  3:3.3.8b-4Qt GUI Library (Threaded runtime v
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libstdc++6 4.2.2-4   The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxft22.1.12-2  FreeType-based font drawing librar
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   1:1.0.2-1 X11 Xinerama extension library
ii  libxrandr2 2:1.2.2-1 X11 RandR extension library
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

kalarm recommends no packages.

-- debconf-show failed



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



Bug#384276: netatalk does not start

2006-08-23 Thread Modesto Alexandre
Package: netatalk
Version: 2.0.3-5
Severity: grave
Justification: renders package unusable


upgrade doest not works, see :

atalkd: can't get interfaces, exiting.
invoke-rc.d: initscript netatalk, action start failed.
dpkg : erreur de traitement de netatalk (--configure) :
 le sous-processus post-installation script a retourné une erreur de
 sortie d'état 1
 Des erreurs ont été rencontrées pendant l'exécution :
  netatalk
  E: Sub-process /usr/bin/dpkg returned an error code (1)

downgrade to version : netatalk_2.0.3-4_i386.deb

works

Alex.


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

Versions of packages netatalk depends on:
ii  libc6 2.3.6.ds1-2GNU C Library: Shared libraries
ii  libcupsys21.2.2-1Common UNIX Printing System(tm) - 
ii  libdb4.2  4.2.52+dfsg-1  Berkeley v4.2 Database Libraries [
ii  libgcrypt11   1.2.2-3LGPL Crypto library - runtime libr
ii  libgnutls13   1.4.2-1the GNU TLS library - runtime libr
ii  libgpg-error0 1.2-1  library for common error values an
ii  libgssapi4-heimdal0.7.2.dfsg.1-3 Libraries for Heimdal Kerberos
ii  libkrb5-17-heimdal0.7.2.dfsg.1-3 Libraries for Heimdal Kerberos
ii  libpam-modules0.79-3.2   Pluggable Authentication Modules f
ii  libpam0g  0.79-3.2   Pluggable Authentication Modules l
ii  libslp1   1.2.1-5OpenSLP libraries
ii  libtasn1-30.3.5-2Manage ASN.1 structures (runtime)
ii  libwrap0  7.6.dbs-10 Wietse Venema's TCP wrappers libra
ii  netbase   4.25   Basic TCP/IP networking system
ii  perl  5.8.8-6.1  Larry Wall's Practical Extraction 
ii  zlib1g1:1.2.3-13 compression library - runtime

Versions of packages netatalk recommends:
ii  db4.2-util 4.2.52+dfsg-1 Berkeley v4.2 Database Utilities
ii  lsof   4.77.dfsg.1-3 List open files
ii  procps 1:3.2.7-2 /proc file system utilities
ii  rc 1.7.1-3   an implementation of the ATT Plan
pn  slpd   none(no description available)

-- debconf-show failed


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



Bug#310352: kernel-image-2.6.11-1-k7: cannot reboot after upgrade

2005-05-23 Thread Modesto Alexandre
Package: kernel-image-2.6.11-1-k7
Version: 2.6.11-5
Severity: critical
Justification: breaks the whole system

after an apt-get upgrade

four of my servers didn't reboot, message on the screen is :

kernel can not convert a name into device number
/sbin/init 360 cannot..




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

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

-- no debconf information


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



Bug#306376: frozen-bubble-data: Can't upgrade

2005-04-26 Thread Modesto Alexandre
Package: frozen-bubble-data
Version: 1.0.0-4
Severity: grave
Justification: renders package unusable


apt-get upgrade can't work


Dépaquetage de la mise à jour de frozen-bubble-data ...
mv: ne peut évaluer `/usr/games/frozen-bubble.wav': Aucun fichier ou
répertoire de ce type
dpkg : avertissement - ancien script post-removal a retourné un code
d'erreur de sortie 1
dpkg - tentative d'exécution du script du nouveau paquet à la place ...
dpkg : erreur de traitement de
/var/cache/apt/archives/frozen-bubble-data_1.0.0-6_all.deb
(--install) :
 il n'y a pas de script dans cette nouvelle version du paquet - abandon
 preinst called with unknown argument `abort-upgrade'
 dpkg : erreur lors du nettoyage :
  le sous-processus pre-installation script a retourné une erreur de
  sortie d'état 1
  Des erreurs ont été rencontrées pendant l'exécution :
   /var/cache/apt/archives/frozen-bubble-data_1.0.0-6_all.deb


   apt-get remove doesn't work




-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-1-686
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]