Bug#905554: vim-syntastic: Removal or upgrade failed in vim-syntastic.prerm

2018-08-06 Thread Xavier POINSARD
Package: vim-syntastic
Version: 3.7.0-1+deb9u2
Severity: important

Dear Maintainer,

   * What led up to the situation?

Tried to remove the package since not used and concerned by security issue.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

sudo apt remove vim-syntastic

   * What was the outcome of this action?

Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  javascript-common libjs-jquery libruby2.1 libyaml-0-2 ruby2.1 
rubygems-integration vim-addon-manager
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
  vim-syntastic
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 782 kB disk space will be freed.
Do you want to continue? [Y/n] 
(Reading database ... 101184 files and directories currently installed.)
Removing vim-syntastic (3.7.0-1+deb9u2) ...
/var/lib/dpkg/info/vim-syntastic.prerm: 22: 
/var/lib/dpkg/info/vim-syntastic.prerm: vim-addon-manager: not found
dpkg: error processing package vim-syntastic (--remove):
 subprocess installed pre-removal script returned error exit status 127
Errors were encountered while processing:
 vim-syntastic

   * What outcome did you expect instead?

I expect the package to be removed.


-- System Information:
Debian Release: 9.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-7-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968), LANGUAGE=C 
(charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages vim-syntastic depends on:
ii  vim2:8.0.0197-4+deb9u1
ii  vim-addon-manager  0.5.6

vim-syntastic recommends no packages.

Versions of packages vim-syntastic suggests:
pn  checkstyle   
pn  chktex   
pn  closure-linter   
pn  cppcheck 
pn  foodcritic   
pn  hlint
pn  lacheck  
pn  libperl-critic-perl  
pn  libxml2-utils
pn  pep8 
pn  puppet-lint  
pn  pyflakes 
pn  pylint   
pn  python-flake8
pn  sparse   
pn  splint   
pn  tidy 

-- no debconf information



Bug#819189: libecj-java: new upstream release available and shoud be used by libtomcat8-java

2016-03-24 Thread Xavier POINSARD
Package: libecj-java
Version: 3.10.1-1
Severity: normal

Dear Maintainer,

libtomcat8-java depends on libecj-java to compile jsp pages.
Since tomcat8.0.21, upstream is using 4.4.2 version of libecj.
See this bug report : https://bz.apache.org/bugzilla/show_bug.cgi?id=57662
And the reference to it in Tomcat8 changelog : 
http://tomcat.apache.org/tomcat-8.0-doc/changelog.html

Since jessie-backports provides libtomcat8-java version 8.0.32, I would expect 
jessie-backports to provide an updated version of libecj.

Best regards,
Xavier.


-- System Information:
Debian Release: 8.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libecj-java depends on:
ii  java-common  0.52

libecj-java recommends no packages.

Versions of packages libecj-java suggests:
ii  ant  1.9.4-3
pn  ecj  
pn  libecj-java-gcj  

-- no debconf information



Bug#794846: ifupdown-extra: routes are not added if I specify an interface instead of any

2015-08-07 Thread Xavier POINSARD
Package: ifupdown-extra
Version: 0.25
Severity: normal

Dear Maintainer,

I was using successfully the routes functionality in Debian Wheezy.
On a new Jessie server, it stopped working : the routes were not added anymore 
with the same configuration.
I managed to have it adding routes again by replacing lines in 
/etc/network/routes like
10.0.0.0255.255.255.0   10.0.0.1eth1
by
10.0.0.0255.255.255.0   10.0.0.1any

I have no idea why routes are not added when I specify explicitly the interface.
The interface of course exists and is correctly shown by the route command.

Best regards,
Xavier.


-- System Information:
Debian Release: 8.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages ifupdown-extra depends on:
ii  bind9-host [host]1:9.9.5.dfsg-9+deb8u2
ii  curl 7.38.0-4+deb8u2
ii  dpkg 1.17.25
ii  host 1:9.9.5.dfsg-9+deb8u2
ii  iproute2 3.16.0-2
ii  iputils-arping   3:20121221-5+b2
ii  iputils-ping [ping]  3:20121221-5+b2
ii  net-tools1.60-26+b1
ii  netcat-traditional [netcat]  1.10-41

Versions of packages ifupdown-extra recommends:
ii  ethtool  1:3.16-1

ifupdown-extra suggests no packages.

-- Configuration Files:
/etc/init.d/networking-routes changed:
[ -x /sbin/route ] || exit 0
ROUTEFILE=/etc/network/routes
[ ! -r $ROUTEFILE ]  exit 0
. /lib/lsb/init-functions
VERBOSITY=${VERBOSITY:-1}
run_route() {
local COMMAND=route $*
export LC_MESSAGES=C # We need the return messages to be in english
RETMESSAGE=$($COMMAND 21)
RETVALUE=$?
if test $RETVALUE -ne 0 ; then
[ $VERBOSITY -eq 1 ]  echo DEBUG: calling: '$COMMAND' 
FAILED
# Process the messages and omits those that are not
# relevant.
case $RETMESSAGE in
# Omit 'File exists' since the route is already there..
*File*exists) return ;;
# 'No such process' is only omitted if the route is being
# deleted.  If the route is being created, this error message
# might appear if the gateway is not reachable.
*No*such*process) [ $1 = del ]  return ;;
*)
esac
log_failure_msg Error while executing: \
   Command '$COMMAND' returned:  
${RETMESSAGE%%Usage:*}\
   Configuration line: $LINE
else
[ $VERBOSITY -eq 1 ]  echo DEBUG: calling: '$COMMAND' 
SUCCEEDED
fi
} 
del_global_routes() {
ret=0
cat $ROUTEFILE | egrep ^[^#].*any$ | 
while read network netmask gateway interface ; do
if [ -n $interface ]  [ -n $network ]  [ -n $netmask ]  
[ -n $gateway ] ; then
if [ $gateway != reject ] ; then
[ $VERBOSITY -eq 1 ]  echo DEBUG: Deleting global 
route for $network / $netmask through gateway $gateway
run_route del -net $network netmask $netmask gw $gateway 
[ $? -ne 0 ]  ret=$?
else
[ $VERBOSITY -eq 1 ]  echo DEBUG: Deleting reject 
route for $network / $netmask
run_route del -net $network netmask $netmask reject
[ $? -ne 0 ]  ret=$?
fi
else
echo ERROR: Incorrect line for global network routes in 
$ROUTEFILE: '$network $netmask $gateway $interface'
ret=1
fi
done
return $ret
}
add_global_routes() {
ret=0
cat $ROUTEFILE | egrep ^[^#].*any$ | 
while read network netmask gateway interface ; do
if [ -n $interface ]  [ -n $network ]  [ -n $netmask ]  
[ -n $gateway ] ; then
if [ $gateway != reject ] ; then
[ $VERBOSITY -eq 1 ]  echo DEBUG: Adding global route 
for $network / $netmask through gateway $gateway
run_route add -net $network netmask $netmask gw $gateway
[ $? -ne 0 ]  ret=$?
else
[ $VERBOSITY -eq 1 ]  echo DEBUG: Adding global reject 
route for $network / $netmask
run_route add -net $network netmask $netmask reject
[ $? -ne 0 ]  ret=$?
fi
else
echo ERROR: Incorrect line for global network routes in 
$ROUTEFILE: '$network $netmask $gateway $interface'
ret=1
fi
done
return $ret
}
case $1 in
start)
log_action_begin_msg Configuring network routes

Bug#740729: package upgrade needed

2014-03-10 Thread Xavier Poinsard

Apparently this error comes from the new rkhunter release.
The only suggestion is to upgrade : 
http://sourceforge.net/p/rkhunter/mailman/message/32068071/



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



Bug#578492: ipmitool: Add sparc to supported archs

2010-04-20 Thread Xavier Poinsard
Package: ipmitool
Version: 1.8.9-2
Severity: wishlist


Please add sparc to the supported archs.
The package build without any problem and allows me (for example) to remotely 
manage another server like mentionned in 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=405455
Thanks in advance,
Regards.

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: sparc (sparc64)

Kernel: Linux 2.6.26-2-sparc64
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 ipmitool depends on:
ii  libc6   2.7-18lenny2 GNU C Library: Shared libraries
ii  libncurses5 5.7+20081213-1   shared libraries for terminal hand
ii  libreadline55.2-3.1  GNU readline and history libraries
ii  libssl0.9.8 0.9.8g-15+lenny6 SSL shared libraries
ii  lsb-base3.2-20   Linux Standard Base 3.2 init scrip

ipmitool recommends no packages.

Versions of packages ipmitool suggests:
ii  openipmi  2.0.14-1   Intelligent Platform Management In

-- no debconf information



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



Bug#461762: Same type of error on sunblade 150

2008-01-24 Thread Xavier Poinsard
I got the same type of error on a sunblade 150 :

kernel: Kernel unaligned access at TPC[10201e60] tcp_packet+0x5fc/0xcb4
[ip_conntrack]




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



Bug#462365: snmpd: error : c64 32 bit check failed looks like a 64bit wrap, but prev!=new

2008-01-24 Thread Xavier POINSARD
Package: snmpd
Version: 5.2.3-7
Severity: minor

In snmpd logs, I have regularly the following lines :

snmpd[23355]: c64 32 bit check failed
snmpd[23355]: looks like a 64bit wrap, but prev!=new


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-xen-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages snmpd depends on:
ii  adduser3.102 Add and remove users and groups
ii  debconf1.5.11etch1   Debian configuration management sy
ii  libc6  2.3.6.ds1-13etch4 GNU C Library: Shared libraries
ii  libsensors31:2.10.1-3library to read temperature/voltag
ii  libsnmp9   5.2.3-7   NET SNMP (Simple Network Managemen
ii  libwrap0   7.6.dbs-13Wietse Venema's TCP wrappers libra

snmpd recommends no packages.

-- debconf information:
  snmpd/upgradefrom36:
  snmpd/upgradefrom521:



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



Bug#152203: reproducible on aide 0.13.1-2

2008-01-18 Thread Xavier Poinsard
Thanks,

It works.

Marc Haber a écrit :
 On Fri, Jan 18, 2008 at 01:19:35PM +0100, Xavier Poinsard wrote:
   
 unarchive 152203
 reopen 152203 !
 found 0.13.1-2
 # Just reproduced this bug with etch on a sparc64 machine.
 

 Please try disabling the whirlpool hash. This may be an mhash issue,
 see #429180.

 Greetings
 Marc

   




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



Bug#459546: linux-image-2.6.18-5-xen-686: bnx2 fails to work with xen bridging

2008-01-07 Thread Xavier Poinsard
Package: linux-image-2.6.18-5-xen-686
Version: 2.6.18.dfsg.1-17
Severity: important


The shipped version of the bnx2 driver fails to work with xen bridging.
With an updated version like this one :
http://linux.dell.com/files/bnx2/xen-fix/
the network driver is working. This bug fix is detailled in the driver
changelog.
Updating this driver would save many users of xen having this broadcom
network card.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-xen-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages linux-image-2.6.18-5-xen-686 depends on:
ii  initramfs-tools 0.85htools for generating an
initramfs
ii  linux-modules-2.6.18-5- 2.6.18.dfsg.1-17 Linux 2.6.18 modules on i686

Versions of packages linux-image-2.6.18-5-xen-686 recommends:
ii  libc6-xen  2.3.6.ds1-13etch4 GNU C Library: Shared
libraries [X

-- no debconf information



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



Bug#422676: kvm-source: New upstream version available

2007-05-07 Thread Xavier Poinsard
Package: kvm-source
Severity: wishlist


Upstream version 23 is available and promises stability and performance 
enhancements.
Thanks.
https://sourceforge.net/project/showfiles.php?group_id=180599


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686-bigmem
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)


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



Bug#280275: #280275 linux-wlan-ng: precompiled binary modules for 2.6.8 sarge kernel

2005-09-19 Thread Xavier Poinsard
Victor Seva Lopez a écrit :
 Hi,
 
 We are trying to provide a backported package of the latest
 linux-wlan-ng version.
 Can you test it? 0.2.2-3+sarge [0]

Sorry, I switched to Ubuntu which provide them out of the box.


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



Bug#316075: dhcp3-server: dhcpd complains bogus UDP packet length: 308

2005-09-15 Thread Xavier Poinsard
Andrew Pollock a écrit :
 Is the dhcp3-server running the Ubuntu 2.6.12 kernel, or are the clients?
the clients.

You can close the bug since the problem disappeared with new Ubuntu kernel.
See http://bugzilla.ubuntu.com/show_bug.cgi?id=12628 for more info.



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



Bug#316075: dhcp3-server: dhcpd complains bogus UDP packet length: 308

2005-06-28 Thread Xavier POINSARD
Package: dhcp3-server
Version: 3.0.1-2
Severity: normal

dhcpd refuse to serve leases to ubuntu kernels 2.6.12
and log this error
bogus UDP packet length: 308
I am not sure who is doing wrong things.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (99, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages dhcp3-server depends on:
ii  debconf 1.4.30.13Debian configuration management sy
ii  debianutils 2.8.4Miscellaneous utilities specific t
ii  dhcp3-common3.0.1-2  Common files used by all the dhcp3
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an

-- debconf information:
* dhcp3-server/new_auth_behavior:
* dhcp3-server/interfaces:
* dhcp3-server/config_warn:


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



Bug#307331: libapache-mod-jk: new upstream stable version available

2005-05-02 Thread Xavier Poinsard
Package: libapache-mod-jk
Version: 1:1.2.5-2
Severity: wishlist

A new stable upstream version is available since december : 1.2.8

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

Versions of packages libapache-mod-jk depends on:
ii  apache  1.3.33-4 versatile, high-performance HTTP s
ii  apache-common   1.3.33-4 support files for all Apache webse
ii  libc6   2.3.2.ds1-21 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#303542: incorrect path for Debian in sudoers example file

2005-04-07 Thread Xavier Poinsard
Package: sudo
Version: 1.6.8p5-1
Severity: minor

In the example sudoers file /usr/share/doc/sudo/examples/sudoers 
the path for commands like halt, shutdown or reboot are /usr/sbin when
debian put them in /sbin
Correcting these paths will avoid errors when copy-pasting from example
file.

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

Versions of packages sudo depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libpam-modules  0.76-22  Pluggable Authentication Modules f
ii  libpam0g0.76-22  Pluggable Authentication Modules l

-- no debconf information


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



Bug#301191: sablevm: incomplete authors list in copyright file

2005-03-24 Thread Xavier Poinsard
Package: sablevm
Version: 1.11.1-2
Severity: minor

If you compare /usr/share/doc/sablevm/AUTHORS and
/usr/share/doc/sablevm/copyright you will see that the copyright file is
missing several authors according to AUTHORS file.

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

Versions of packages sablevm depends on:
ii  java-common 0.22 Base of all Java packages
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libpopt01.7-5lib for parsing cmdline parameters
ii  libsablevm1 1.11.1-2 Free implementation of JVM second 
ii  unzip   5.52-1   De-archiver for .zip files

-- no debconf information


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