Bug#976070: openvpn fails with iproute option

2020-11-29 Thread Glennie Vignarajah
Package: openvpn
Version: 2.5.0-1
Severity: important

Hello,
In order to use openvpn with non root priviliges, iproute is need as
state in openvpn's howto document [1]. By default, iproute is disabled
on compile time and needs to enabled with ``--enable-iproute2``.

Could you, please, rebuild the openvpn package with this option?

Many thaks and kind regards

1: https://community.openvpn.net/openvpn/wiki/HOWTO#UnprivilegedmodeLinuxonly




-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.9.0-1-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8), LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages openvpn depends on:
ii  debconf [debconf-2.0]  1.5.74
ii  iproute2   5.9.0-1
ii  libc6  2.31-4
ii  liblz4-1   1.9.2-2
ii  liblzo2-2  2.10-2
ii  libpam0g   1.3.1-5
ii  libpkcs11-helper1  1.26-1+b1
ii  libssl1.1  1.1.1h-1
ii  libsystemd0246.6-2
ii  lsb-base   11.1.0

Versions of packages openvpn recommends:
ii  easy-rsa  3.0.6-1

Versions of packages openvpn suggests:
ii  openssl   1.1.1h-1
pn  openvpn-systemd-resolved  
pn  resolvconf

-- debconf information:
  openvpn/create_tun: false



Bug#864609: postfix install fails on stretch

2019-03-17 Thread Glennie Vignarajah
Hello,

I ran to the same issue.
After digging a bit, it seems the installation fails when myhostname
ends with a '.' (like myhostname=test.mydomain.tld.)

>From my understanding and on my testing host, domain name is setup with:
"sed -n
's/^search[[:space:]]*\([^[:space:]]*\).*/\1/p;s/^domain[[:space:]]*\([^[:space:]]*\).*/\1/p'
/etc/resolv.conf | tail -1" (ie from the line number 52, function
myfqdn, file: /var/lib/dpkg/info/postfix.postinst).

And, my /etc/resolv.conf looks like:

search intranet.domain.tld. domain.tld.

(Note the dot after each tld)


Removing the '.' from the end of of search domains makes the
installation work properly.

I'm not sure if writing "search" domains in /etc/resolv.conf with a
final dot for each domain is a real error...
If it is not, the sed  used to define mydom in postfix.postinstall
should be fixed.

Kind regards and many thanks for packaging postfix.
-- 
Glennie Vignarajah
Web: https://www.glennie.fr



0x6794D00A269E7ED2.asc
Description: application/pgp-keys


Bug#749272: [Pkg-varnish-devel] Bug#749272: varnish doesn't source /etc/default/varnish when started with systemd

2014-05-26 Thread Glennie Vignarajah
On Monday 26 May 2014 09:54:10 Stig Sandbeck Mathisen 
wrote:
Hi,

 I'll tag this as a wishlist+wontfix bug, and keep it open while 
waiting
 for policy around the use of /etc/default from systemd, upstart, 
and other
 init systems to settle.

Ack'd.
Thanks!

-- 
Glennie Vignarajah
http://www.glennie.fr


Bug#749272: varnish doesn't source /etc/default/varnish when started with systemd

2014-05-25 Thread Glennie Vignarajah
Package: varnish
Version: 4.0.0-2
Severity: normal
Tags: patch

Hi,
When varnish is started via systemd, it doesn't use configuration from
/etc/default/varnish (config section: Alternative 2).
In order to use the configuration from /etc/default/varnish,
varnish.service should include EnvironmentFile=/etc/default/varnish
under [Service] section.
The attached patch corrects the issue.
Regards,


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (500, 
'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.14-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages varnish depends on:
ii  adduser   3.113+nmu3
ii  gcc   4:4.8.2-4
ii  init-system-helpers   1.18
ii  libc6 2.18-6
ii  libc6-dev [libc-dev]  2.18-6
ii  libedit2  3.1-20140213-1
ii  libjemalloc1  3.6.0-1
ii  libncurses5   5.9+20140118-1
ii  libpcre3  1:8.31-5
ii  libtinfo5 5.9+20140118-1
ii  libvarnishapi14.0.0-2

varnish recommends no packages.

Versions of packages varnish suggests:
pn  varnish-doc  none

-- Configuration Files:
/etc/default/varnish changed [not included]
/etc/init.d/varnish changed [not included]
/etc/varnish/default.vcl changed [not included]

-- debconf-show failed

-- debsums errors found:
debsums: changed file /lib/systemd/system/varnish.service (from varnish package)
--- a/varnish.service	2014-05-25 20:31:18.224666757 +0200
+++ b/varnish.service	2014-05-25 20:29:09.415647522 +0200
@@ -5,8 +5,9 @@
 Type=forking
 LimitNOFILE=131072
 LimitMEMLOCK=82000
+EnvironmentFile=/etc/default/varnish
 ExecStartPre=/usr/sbin/varnishd -C -f /etc/varnish/default.vcl
-ExecStart=/usr/sbin/varnishd -a :6081 -T localhost:6082 -f /etc/varnish/default.vcl -S /etc/varnish/secret -s malloc,256m
+ExecStart=/usr/sbin/varnishd $DAEMON_OPTS
 ExecReload=/usr/share/varnish/reload-vcl
 
 [Install]


Bug#678515: Will this issue be fixed?

2012-07-04 Thread Glennie Vignarajah
Hello maintainers,

Is there any chance to get this bug fixed before Wheezy's release?
Thanks,
-- 
http://www.glennie.fr
We do not know what we want and yet we are responsible for what we 
are - that is the fact.



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



Bug#542361: this is due to gamin, works with fam

2012-06-28 Thread Glennie Vignarajah
Hello,
 I was first hit by this bug few weeks ago and, needless to say, it's 
quite annoying. 
 The workaround for now is killing gamin_server by 'pkill 
gamin_server'.
HTH,
-- 
http://www.glennie.fr
We do not know what we want and yet we are responsible for what we 
are - that is the fact.



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



Bug#673572: backupninja: Warning message: mysqldump: Couldn't execute 'show events on 'performance_schema'

2012-05-19 Thread Glennie Vignarajah
Package: backupninja
Version: 1.0~rc1-1
Severity: normal
Tags: patch

Hello,
 Since mysql server version is 5.5 under Debian, the message Warning: 
mysqldump: Couldn't execute 'show events': Access denied for user 
'backupninja'@'localhost' to database 'performance_schema' (1044)
 Warning: Failed to dump mysql databases performance_schema is issued when 
backing up the performance_schema database. 
 As it appears that it is not possible to backup events from this virtual 
database, the attached patch adds the option '--skip-events' when backing up 
this database in order to correct this warning.
 Regards,


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (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/bash

Versions of packages backupninja depends on:
ii  bash4.2-2
ii  bsd-mailx [mailx]   8.1.2-0.2006cvs-1
ii  dialog  1.1-20120215-1
ii  gawk1:4.0.1+dfsg-1
ii  heirloom-mailx [mailx]  12.5-2
ii  mawk1.3.3-17

backupninja recommends no packages.

Versions of packages backupninja suggests:
pn  bzip2  1.0.6-1
pn  debconf-utils  1.5.43
pn  duplicity  none
pn  genisoimagenone
pn  hwinfo 16.0-2.2
pn  mdadm  3.2.4-1
pn  rdiff-backup   1.2.8-7
pn  rsync  3.0.9-1
pn  subversion 1.6.17dfsg-3
pn  tricklenone
pn  wodim  none

-- Configuration Files:
/etc/backupninja.conf changed [not included]

-- no debconf information
Index: backupninja-1.0~rc1/handlers/mysql.in
===
--- backupninja-1.0~rc1.orig/handlers/mysql.in	2012-05-15 17:21:41.0 +0200
+++ backupninja-1.0~rc1/handlers/mysql.in	2012-05-19 20:59:02.417874223 +0200
@@ -256,10 +256,11 @@
for db in $databases
do
   DUMP_BASE=$MYSQLDUMP $defaultsfile $sqldumpoptions
-  if [ $db = information_schema ] || [ $db = performance_schema ]
-  then
- DUMP_BASE=${DUMP_BASE} --skip-lock-tables
-  fi
+
+  case $db in
+information_schema) DUMP_BASE=${DUMP_BASE} --skip-lock-tables ;;
+performance_schema) DUMP_BASE=${DUMP_BASE} --skip-lock-tables --skip-events ;;
+  esac
 
   # Dumping structure and data
   DUMP=$DUMP_BASE $ignore $db


Bug#670643: libapache2-mod-proxy-html: mod_proxy_html fails to load beacause libxml2.so.2 location is changed.

2012-04-28 Thread Glennie Vignarajah
On Friday 27 April 2012 17:13:42 you wrote:

Hello,

 mod_proxy_html is now part of apache 2.4. This last one is in
 experimental and will hit unstable soon. mod_proxy_html package is going
 to be converted to an empty transitional package, hence I'm not going to
 fix this issue ;)

OK. Thanks for your quick reply.
Can we leave this bug open until the transition as the report may help others 
to spot issue quickly?
Cheers,
-- 
http://www.glennie.fr
It is easier to fight for one's principles than to live up to them.



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



Bug#670643: libapache2-mod-proxy-html: mod_proxy_html fails to load beacause libxml2.so.2 location is changed.

2012-04-27 Thread Glennie Vignarajah
Package: libapache2-mod-proxy-html
Version: 3.0.1-1
Severity: grave
Justification: renders package unusable

Hello,
 The location of libxml2.so.2 has changed (multiarch support) from
 /usr/lib/libxml2.so.2 to /usr/lib/x86_64-linux-gnu/libxml2.so.2 on an
 amd64 arch.
 Because of this change, user needs to edit
 /etc/apache2/mods-available/proxy_html.load in order use the module.
 I hit this after upgrading libxml2 to 2.7.8.dfsg-9.
Cheers,
Glennie.


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15) (ignored: 
LC_ALL set to fr_FR@euro)
Shell: /bin/sh linked to /bin/bash

Versions of packages libapache2-mod-proxy-html depends on:
ii  apache22.2.22-4
ii  apache2-mpm-prefork [apache2]  2.2.22-4
ii  apache2.2-common   2.2.22-4
ii  libc6  2.13-30
ii  libxml22.7.8.dfsg-9

libapache2-mod-proxy-html recommends no packages.

libapache2-mod-proxy-html suggests no packages.

-- Configuration Files:
/etc/apache2/mods-available/proxy_html.load changed:
LoadFile /usr/lib/x86_64-linux-gnu/libxml2.so.2
LoadModule proxy_html_module /usr/lib/apache2/modules/mod_proxy_html.so


-- 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#580642: python-kde4: /usr/share/pyshared/PyQt4/uic/pykdeuic4.py is not /usr/bin

2010-05-07 Thread Glennie Vignarajah
Package: python-kde4
Version: 4:4.4.3-1
Severity: wishlist
Tags: squeeze

Hello,
 /usr/share/pyshared/PyQt4/uic/pykdeuic4.py is not /usr/bin, thus one
 should type the whole path to run the script. Please move it to
 /usr/bin or at your choice include the attached wrapper script and
 place it in /usr/bin directory.
 Thanks

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

Kernel: Linux 2.6.33-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=ISO-8859-15) (ignored: 
LC_ALL set to fr...@euro)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-kde4 depends on:
ii  kdebase-runtime 4:4.4.3-1runtime components from the offici
ii  kdepim-runtime  4:4.4.3-1Runtime components for akonadi-kde
ii  libakonadi-kde4 4:4.4.3-1library for using the Akonadi PIM 
ii  libakonadi-kmime4   4:4.4.3-1library for using the Akonadi PIM 
ii  libc6   2.10.2-7 Embedded GNU C Library: Shared lib
ii  libkdecore5 4:4.4.3-1the KDE Platform Core Library
ii  libkdeui5   4:4.4.3-1the KDE Platform User Interface Li
ii  libkdnssd4  4:4.4.3-1the DNS-SD Protocol Library for th
ii  libkfile4   4:4.4.3-1the File Selection Dialog Library 
ii  libkhtml5   4:4.4.3-1the KHTML Web Content Rendering En
ii  libkio5 4:4.4.3-1the Network-enabled File Managemen
ii  libknewstuff2-4 4:4.4.3-1the Get Hot New Stuff v2 Library
ii  libknewstuff3-4 4:4.4.3-1the Get Hot New Stuff v3 Library
ii  libkparts4  4:4.4.3-1the Framework for the KDE Platform
ii  libkpty44:4.4.3-1the Pseudo Terminal Library for th
ii  libktexteditor4 4:4.4.3-1the KTextEditor interfaces for the
ii  libkutils4  4:4.4.3-1various utility classes for the KD
ii  libnepomuk4 4:4.4.3-1the Nepomuk Meta Data Library
ii  libnepomukquery4a   4:4.4.3-1the Nepomuk Query Library for the 
ii  libphonon4  4:4.6.0really4.4.0-4 the core library of the Phonon mul
ii  libplasma3  4:4.4.3-1the Plasma Library for the KDE Pla
ii  libpython2.62.6.5-2  Shared Python runtime library (ver
ii  libqt4-network  4:4.6.2-4Qt 4 network module
ii  libqt4-svg  4:4.6.2-4Qt 4 SVG module
ii  libqt4-xml  4:4.6.2-4Qt 4 XML module
ii  libqtcore4  4:4.6.2-4Qt 4 core module
ii  libqtgui4   4:4.6.2-4Qt 4 GUI module
ii  libsolid4   4:4.4.3-1Solid Library for KDE Platform
ii  libsoprano4 2.4.2+dfsg.1-1   libraries for the Soprano RDF fram
ii  libstdc++6  4.4.4-1  The GNU Standard C++ Library v3
ii  phonon  4:4.6.0really4.4.0-4 metapackage for the Phonon multime
ii  python  2.5.4-9  An interactive high-level object-o
ii  python-qt4  4.7.3-1  Python bindings for Qt4
ii  python-sip [sip-api 4.10.2-1 Python/C++ bindings generator runt
ii  python-support  1.0.8automated rebuilding support for P
ii  python2.5   2.5.5-6  An interactive high-level object-o

python-kde4 recommends no packages.

python-kde4 suggests no packages.

-- no debconf information
#! /bin/sh

# Wrapper script to start /usr/share/pyshared/PyQt4/uic/pykdeuic4.py

/usr/bin/python /usr/share/pyshared/PyQt4/uic/pykdeuic4.py $@


Bug#576533: dbconfig-common is not working properly when ~/.my.cnf file exits

2010-04-05 Thread Glennie Vignarajah
Package: dbconfig-common
Version: 1.8.46
Severity: important
Tags: patch


Hello,
  As a mysql user, I have some local settings in my .my.cnf file(login=XXX 
and password). This file breaks dbconfig-common package.
 In fact, the mysql part of dbconfig-common uses '--defaults-extra-file' 
commandline option to pass authentification data to mysql client. But, as the 
mysql manual[1] says, the user dot file is read *after* this file. So, personal 
configuration options are used instead of those supplied via debconf.
  The attached patch fix the issue (merely replacing --defaults-extra-file 
option by --defaults-file).
  Moreover, I set the severity to important because this bug may render 
dbconfig-common unusable on some hosts. Please, downgrade the severity if you 
think it's to high.

1: 
http://dev.mysql.com/doc/refman/5.1/en/option-files.html#option_general_defaults-extra-file
-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.33-2-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/bash

Versions of packages dbconfig-common depends on:
ii  debconf [debconf-2.0] 1.5.30 Debian configuration management sy
ii  ucf   3.0025 Update Configuration File: preserv

dbconfig-common recommends no packages.

Versions of packages dbconfig-common suggests:
ii  mysql-client-5.1 [virtual-mys 5.1.45-1   MySQL database client binaries
ii  postgresql-client-8.3 [postgr 8.3.9-1front-end programs for PostgreSQL 

-- debconf information:
  dbconfig-common/remote-questions-default: false
  dbconfig-common/pgsql/revertconf: false
  dbconfig-common/internal/skip-preseed: false
  dbconfig-common/db/dbname:
  dbconfig-common/pgsql/manualconf:
  dbconfig-common/dbconfig-remove: true
  dbconfig-common/mysql/method: unix socket
  dbconfig-common/upgrade-backup: true
  dbconfig-common/pgsql/authmethod-admin: ident
  dbconfig-common/upgrade-error: abort
  dbconfig-common/purge: false
  dbconfig-common/db/basepath:
  dbconfig-common/install-error: abort
  dbconfig-common/pgsql/no-empty-passwords:
  dbconfig-common/pgsql/admin-user: postgres
  dbconfig-common/dbconfig-install: true
  dbconfig-common/dbconfig-reinstall: false
  dbconfig-common/remote/host:
  dbconfig-common/pgsql/changeconf: false
  dbconfig-common/remote/newhost:
  dbconfig-common/missing-db-package-error: abort
  dbconfig-common/dbconfig-upgrade: true
  dbconfig-common/pgsql/no-user-choose-other-method:
  dbconfig-common/internal/reconfiguring: false
  dbconfig-common/passwords-do-not-match:
  dbconfig-common/remove-error: abort
  dbconfig-common/remember-admin-pass: false
  dbconfig-common/mysql/admin-user: root
  dbconfig-common/pgsql/method: unix socket
  dbconfig-common/pgsql/authmethod-user:
  dbconfig-common/database-type:
  dbconfig-common/db/app-user:
  dbconfig-common/remote/port:
--- internal/mysql.ori  2010-04-05 14:27:36.0 +0200
+++ internal/mysql  2010-04-05 14:50:14.0 +0200
@@ -48,7 +48,7 @@ _dbc_mysql_check_connect(){
local constat mycnf
constat=bad
mycnf=`_dbc_generate_mycnf`
-   dbc_error=`mysql --defaults-extra-file=$mycnf /dev/null 21`  
constat=good
+   dbc_error=`mysql --defaults-file=$mycnf /dev/null 21`  
constat=good
rm -f $mycnf
if [ $constat = bad ]; then
dbc_logline $dbc_error
@@ -86,7 +86,7 @@ dbc_mysql_exec_file(){
fi
 
mycnf=`_dbc_generate_mycnf`
-   if ! mysql --defaults-extra-file=$mycnf $l_dbname 2$l_errfile 
$l_sqlfile; then
+   if ! mysql --defaults-file=$mycnf $l_dbname 2$l_errfile 
$l_sqlfile; then
l_retval=1
dbc_error=mysql said: `cat \$l_errfile\`
fi


Bug#574591: nagios-plugins-standard: Wrong dependencies for nagios-plugin-standard version 1.4.14-2

2010-03-19 Thread Glennie Vignarajah
Package: nagios-plugins-standard
Version: 1.4.14-2
Severity: important

Hello,
 The new version(1.4.14-2) of nagios-plugins-standard depends on
 postfix, sendmail-bin, exim4-daemon-heavy or exim4-daemon-light. But
 there are MTA like (nullmailer, courier-mta or ssmtp ; i'm using nullmailer).
 Thus, the upgrade removes nullmailer and installs postfix.
 Please make the package depend on the virtual package
 mail-transport-agent instead of hard coded MTA packages.
 By the way, as the upgrade breaks my setup, the severity is set
 'important'. Please, downgrade it if necessary!
Regards,
-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.33-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=ISO-8859-15) (ignored: 
LC_ALL set to fr...@euro)
Shell: /bin/sh linked to /bin/bash

Versions of packages nagios-plugins-standard depends on:
ii  bind9-host [host] 1:9.7.0.dfsg.1-1   Version of 'host' bundled with BIN
ii  dnsutils  1:9.7.0.dfsg.1-1   Clients provided with BIND
ii  fping 2.4b2-to-ipv6-16.1 sends ICMP ECHO_REQUEST packets to
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  libldap-2.4-2 2.4.17-2.1 OpenLDAP libraries
ii  libmysqlclient16  5.1.44-3   MySQL database client library
ii  libnet-snmp-perl  5.2.0-3Script SNMP connections
ii  libpq58.4.2-2+b1 PostgreSQL C client library
ii  libradiusclient-ng2   0.5.6-1Enhanced RADIUS client library
ii  nagios-plugins-basic  1.4.14-1   Plugins for the nagios network mon
ii  radiusclient1 0.3.2-13   /bin/login replacement which uses 
ii  smbclient 2:3.4.7~dfsg-1 command-line SMB/CIFS clients for 
ii  snmp  5.4.2.1~dfsg-5+b1  SNMP (Simple Network Management Pr
ii  ucf   3.0025 Update Configuration File: preserv
ii  zlib1g1:1.2.3.4.dfsg-3   compression library - runtime

Versions of packages nagios-plugins-standard recommends:
ii  qstat 2.11-1 Command-line tool for querying qua

Versions of packages nagios-plugins-standard suggests:
pn  nagios3   none (no description available)
ii  whois 5.0.1  an intelligent whois client

-- 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#574591: [Pkg-nagios-devel] Bug#574591: nagios-plugins-standard: Wrong dependencies for nagios-plugin-standard version 1.4.14-2

2010-03-19 Thread Glennie Vignarajah
Le 19/03/2010 vers 14:54, dans le message intitulé Re: [Pkg-nagios-devel] 
Bug#574591: nagios-plugins-standard: Wrong dependencies for nagios-plugin-
standard version 1.4.14-2, vous avez écrit:

 Hi Glennie,

Hello,


 The problem is, I listed them at Recommends, cause check_mailq is based on
 this MTAs (and qmail). So any other MTA doesn't make sense in this usecase.
 The solution should be, to move the packages to Suggests.

Thanks for the quick reply.

In fact I was wrong. I dig into my apt's config, and I found:
 - Install-Recommends true
 - Install-Suggests  false

Apt wanted to remove nullmailer because Install-Recommends was set to true.

And, if you move the list of supported MTA from Recommends to Suggests, this 
will work in my case, but hosts where Install-Suggests is set to true will 
still have the issue, no?


 With kind regards, Jan.
Regards,
-- 
http://www.glennie.fr
If the only tool you have is hammer, you tend to see every problem as a nail.



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



Bug#551089: RFP: openvswitch -- Open vSwitch is a multilayer virtual switch

2009-10-15 Thread Glennie Vignarajah
Package: wnpp
Severity: wishlist

* Package name: openvswitch
  Version : 0.90.6
  Upstream Author : http://http://openvswitch.org/
* URL : http://openvswitch.org/
* License : Apache License, Version 2.0 (mainly)
  Programming Lang: (C)
  Description : Open vSwitch is a multilayer virtual switch

The description is copy/paste from the web site.
Open vSwitch is a multilayer virtual switch licensed under the open
source Apache 2 license.  Our goal is to build a production quality
switch for VM environments that supports standard management interfaces
(e.g. NetFlow, RSPAN, ERSPAN, IOS-like CLI), and is open to programmatic
extension and control.  In addition, it is designed to support
distribution across multiple physical servers similar to VMWare?s
distributed vswitch or Cisco?s Nexus 1000v.
Open vSwitch currently supports multiple virtualization technologies
including Xen/XenServer, KVM, and VirtualBox. The bulk of the code is
written in platform-independent C and is easily ported to other
environments.
The current release of Open vSwitch supports the following features:
  - Visibility into inter-VM communication via NetFlow, SPAN, and RSPAN
  - Standard 802.1Q VLAN model with trunking
  - Per VM policing
  - NIC bonding with source-MAC load balancing
  - Kernel-based forwarding
  - Support for OpenFlow
  - Compatibility layer for the Linux bridging code



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



Bug#528051: Wrong passphrase typed into ksshaskpass deadlocks ssh-agent

2009-05-10 Thread Glennie Vignarajah
Package: ksshaskpass
Version: 0.5.1-1
Severity: important
Tags: patch,experimental

Hello,
 There is a nasty bug in ksshaskpass: when a wrong
 passphrase typed into ksshaskpass and if it is directed to save that passphrase
 into Kwallet, the ssh-agent deadlocks. In fact, ksshaskpass returns the
 incorrect passphrase saved over and over causing ssh-agent to loop
 every it is asked for the passphrase after then.
 The attached patch solves this issue by prompting the user for the
 passphrase when the prompt string begins with Bad passphrase, try
 again for. As this my very first patch written in C++, please review
 it carefully before using it.
 Moreover, this patch removes also spaces at the end of some lines and
 changes Please enter password to Please enter passphrase which, IMO
 is more suitable in ssh world.


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

Kernel: Linux 2.6.28-1-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/bash

Versions of packages ksshaskpass depends on:
ii  kdebase-runtime 4:4.2.2-1runtime components from the offici
ii  kdelibs54:4.2.2-2core libraries for all KDE 4 appli
ii  libc6   2.9-12   GNU C Library: Shared libraries
ii  libgcc1 1:4.4.0-4GCC support library
ii  libqt4-dbus 4.5.1-2  Qt 4 D-Bus module
ii  libqt4-svg  4.5.1-2  Qt 4 SVG module
ii  libqtcore4  4.5.1-2  Qt 4 core module
ii  libqtgui4   4.5.1-2  Qt 4 GUI module
ii  libstdc++6  4.4.0-4  The GNU Standard C++ Library v3
ii  openssh-client  1:5.1p1-5+b1 secure shell client, an rlogin/rsh

Versions of packages ksshaskpass recommends:
ii  kwalletmanager4:4.2.2-1  secure password wallet manager for

ksshaskpass suggests no packages.

-- no debconf information
--- main.cpp	2008-11-25 22:46:22.0 +0100
+++ main.cpp.patched	2009-05-10 15:49:04.0 +0200
@@ -46,7 +46,7 @@
   about.addAuthor(ki18n(Hans van Leeuwen), ki18n(Original author), h...@hanz.nl, 0);
 
   KCmdLineOptions options;
-  options.add(+[prompt],ki18n(Prompt)); 
+  options.add(+[prompt],ki18n(Prompt));
   KCmdLineArgs::init(argc, argv, about);
   KCmdLineArgs::addCmdLineOptions( options );
   KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
@@ -57,14 +57,19 @@
   app.disableSessionManagement();
 
   QString walletFolder = about.appName();
-  QString dialog = i18n(Please enter password);  // Default dialog text.
+  QString dialog = i18n(Please enter passphrase);  // Default dialog text.
   QString keyFile;
   QString password;
+  bool wrongPassphrase = false;
 
   // Parse commandline arguments
   if ( args-count()  0 ) {
 dialog = args-arg(0);
 keyFile = dialog.section( , -2).remove(:);
+
+		/* If the ssh-agent prompt starts with Bad passphrase, try again for, then previously typed passphrase *or* retrived passphrase from kwallet *was* *wrong*.
+		TODO: Not sure if it will for all languages. */
+		wrongPassphrase = args-arg(0).startsWith(i18n(Bad passphrase, try again for));
   }
   args-clear();
 
@@ -76,8 +81,9 @@
 wallet-setFolder(walletFolder);
 
 QString retrievedPass;
-
-wallet-readPassword(keyFile, retrievedPass);
+		if (! wrongPassphrase) {
+		wallet-readPassword(keyFile, retrievedPass);
+		}
 
 if ( !retrievedPass.isEmpty() ) {
   password = retrievedPass;
@@ -122,5 +128,5 @@
 
   QTextStream out(stdout);
   out  password;
-  return 0; 
+  return 0;
 }


Bug#507494: denyhosts: dh_reenable fails to run

2008-12-01 Thread Glennie Vignarajah
Package: denyhosts
Version: 2.6-5
Severity: normal
Tags: patch

Hello,
 When I tried to run dh_reenable, it fails with the following error.
 --
   File /usr/share/denyhosts/DenyHosts/dh_reenable, line 22
   from __future__ import with_statement
   SyntaxError: from __future__ imports must occur at the beginning
   of the file
 --

I've attached a very simple patch correct the issue.


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

Kernel: Linux 2.6.26-1-686 (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/bash

Versions of packages denyhosts depends on:
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip
ii  python2.5.2-3An interactive high-level object-o
ii  python-central0.6.8  register and build utility for Pyt

denyhosts recommends no packages.

denyhosts suggests no packages.

-- no debconf information
--- dh_reenable.ori	2008-12-01 21:02:49.0 +0100
+++ tmp/dh_reenable	2008-12-01 20:58:13.0 +0100
@@ -15,11 +15,11 @@
 # http://www.gnu.org/licenses/gpl-3.0.txt
 
 
+from __future__ import with_statement
 import os
 import sys
 import fileinput
 import re
-from __future__ import with_statement
 
 # file definition:
 


Bug#483082: initramfs-tools: Error while detecting rootfs when 'MODULES=dep'

2008-05-27 Thread Glennie Vignarajah
Le Tuesday 27 May 2008 à 15:58, vous avez écrit:

Hi,

 rethinking i like your hardening with checking that $3 must be
 '/', but i don't see so much the point of changing the regex in
 front. awk '/ \/ / # ought to be enough.

 awk '/\/dev\// is need beacause mount returns 'rootfs on / type 
rootfs' on the first line. With only awk '/ \/ /, we won't catch 
the root device, but always the first line!


  The new version is attached.

 didn't get the new patch?
 if you'd made it applyable with p1 that be a bonus.

My fault.
The patch is attached.


 ok ack, no the /dev/root is due to lilo.
 it's the naming we gave it in initramfs-tools similar to others.

Ok.
Cheers,
-- 
http://www.glennie.fr
The reasonable man adapts himself to the world; the unreasonable one 
persists in trying to adapt the world to himself. Therefore all 
progress depends on the unreasonable man.
--- initramfs-tools/hook-functions.ori	2008-05-27 19:02:08.0 +0200
+++ initramfs-tools/hook-functions	2008-05-27 18:49:33.0 +0200
@@ -222,7 +222,11 @@
 	local block minor root FSTYPE root_dev_path x
 
 	# findout root block device + fstype
-	eval $(mount | awk '/ \/ / {print root= $1 \nFSTYPE= $5; exit}')
+	eval $(mount | awk '/\/dev\// {if ($3 == /) {print root= $1 \nFSTYPE= $5; exit}}')
+	if [ ${root} = /dev/root ] ; then
+		root=/dev/disk/by-uuid/$(/lib/udev/vol_id --uuid ${root}) 2/dev/null
+	fi
+	root=$(readlink -f ${root})
 
 	# find out real rootfs on auto type
 	if [ ${FSTYPE} = auto ]; then


Bug#477491: error in migration

2008-04-28 Thread Glennie Vignarajah
Le Monday 28 April 2008 vers 19:21, vous avez écrit:

Hello,

 When I try to migrate I get an error:
 /usr/share/python-support/python-moinmoin/MoinMoin/script/../../M
oinMoin/script/migration/data.py, line 44, in mainloop curr_rev =
 meta['data_format_revision']
   File
 /usr/share/python-support/python-moinmoin/MoinMoin/script/../../M
oinMoin/wikiutil.py, line 472, in __getitem__ return
 dict.__getitem__(self, key)
 KeyError: 'data_format_revision'


I had this error. It means you don't have the file named 'meta' in 
you data_dir directory.
Create a file named 'meta' with the line 'data_format_revision: 
VERSION' (VERSION is the version moimoin from which you're 
upgrading ; in your case is should be '1050800, for 1.5.8) in the 
data_dir directory and re run the migration script.

To the maintainer: Even if the file Readme.Mgration file contains the 
information above, I had missed this step and spent few hours to 
find this solution. It may be usefull to include information 
about 'meta' file, in /usr/share/doc/moinmoin-common/NEWS.Debian.gz. 
By the way, thanks for your work on this package.
-- 
http://www.glennie.fr
The reasonable man adapts himself to the world; the unreasonable one 
persists in trying to adapt the world to himself. Therefore all 
progress depends on the unreasonable man.



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



Bug#318027: debian-goodies: Crontab entry for rc-alert

2007-09-11 Thread Glennie Vignarajah
Le Tuesday 11 September 2007, vous avez écrit:
 On Wed, Jul 13, 2005, Glennie Vignarajah wrote:
  Hello,

 Hi, and sorry for the late reply.

Hello,

 This could be done. But I see many drawbacks to do that in a cron
 and by default:
  - it would need Internet access
  - it is not that useful to do that regularly

In the mean time, I discovered 'debsecan' which is dedicated to do 
what I was loooking for. And I forgot about this report... Sorry.

 I am really willing to close this bug or at least tag it wontfix,
 because it wouldn't be useful to create a cron entry (neither
 daily nor weekly nor monthly) with commented lines.
 What do you think?

You can close the report instead of tagging it 'wontfix' I you want.
Cheers,
--
Glennie Vignarajah
http://www.glennie.fr
It is always the best policy to speak the truth. Unless, of course, 
you are an exceptionally good liar.




Bug#427803: A patch is available!

2007-07-08 Thread Glennie Vignarajah
Hello,
 This bug had a patch.
 Have a look at http://bugs.kde.org/show_bug.cgi?id=140549 (Comment 
34).
 I've tested on my AMD64 System(SID) and it's working. For some 
obscure reason, I'm unable to build kdepim package on an i386. As 
this bug is very, very annoying, can you, please, upload a patched 
kmail version to experimental (or somewhere else), so this can be 
tested by Debian users before the next release of KDE which should 
include that fix.
Thanks!
-- 
Glennie Vignarajah
http://www.glennie.fr
An undefined problem has an infinite number of solutions.


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


Bug#416470: ca-certificates: Please include French government Certificate

2007-03-28 Thread Glennie Vignarajah
Package: ca-certificates
Version: 20070303
Severity: wishlist

Hello,
 French government issued it's own root certificate (see:
 http://www.ssi.gouv.fr/fr/sigelec/igca/installer.html; Sorry the page
 is in french). Can you, please, include that in the next release?
 By the way do I have fill a wish list for browsers included in Debian?


-- System Information:
Debian Release: 4.0
  APT prefers experimental
  APT policy: (990, 'experimental'), (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-amd64
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages ca-certificates depends on:
ii  debconf [debconf-2.0] 1.5.13 Debian configuration management sy
ii  openssl   0.9.8e-4   Secure Socket Layer (SSL) binary a

ca-certificates recommends no packages.

-- debconf information:
  ca-certificates/enable_crts: brasil.gov.br/brasil.gov.br.crt, 
cacert.org/class3.crt, cacert.org/root.crt, debconf.org/ca.crt, 
mozilla/ABAecom_=sub.__Am._Bankers_Assn.=_Root_CA.crt, 
mozilla/AOL_Time_Warner_Root_Certification_Authority_1.crt, 
mozilla/AOL_Time_Warner_Root_Certification_Authority_2.crt, 
mozilla/AddTrust_External_Root.crt, 
mozilla/AddTrust_Low-Value_Services_Root.crt, 
mozilla/AddTrust_Public_Services_Root.crt, 
mozilla/AddTrust_Qualified_Certificates_Root.crt, 
mozilla/America_Online_Root_Certification_Authority_1.crt, 
mozilla/America_Online_Root_Certification_Authority_2.crt, 
mozilla/Baltimore_CyberTrust_Root.crt, mozilla/Certum_Root_CA.crt, 
mozilla/Comodo_AAA_Services_root.crt, mozilla/Comodo_Secure_Services_root.crt, 
mozilla/Comodo_Trusted_Services_root.crt, 
mozilla/Digital_Signature_Trust_Co._Global_CA_1.crt, 
mozilla/Digital_Signature_Trust_Co._Global_CA_2.crt, 
mozilla/Digital_Signature_Trust_Co._Global_CA_3.crt, 
mozilla/Digital_Signature_Trust_Co._Global_CA_4
 .crt, mozilla/Entrust.net_Global_Secure_Personal_CA.crt, 
mozilla/Entrust.net_Global_Secure_Server_CA.crt, 
mozilla/Entrust.net_Premium_2048_Secure_Server_CA.crt, 
mozilla/Entrust.net_Secure_Personal_CA.crt, 
mozilla/Entrust.net_Secure_Server_CA.crt, mozilla/Equifax_Secure_CA.crt, 
mozilla/Equifax_Secure_Global_eBusiness_CA.crt, 
mozilla/Equifax_Secure_eBusiness_CA_1.crt, 
mozilla/Equifax_Secure_eBusiness_CA_2.crt, 
mozilla/GTE_CyberTrust_Global_Root.crt, mozilla/GTE_CyberTrust_Root_CA.crt, 
mozilla/GeoTrust_Global_CA.crt, mozilla/GlobalSign_Root_CA.crt, 
mozilla/IPS_CLASE1_root.crt, mozilla/IPS_CLASE3_root.crt, 
mozilla/IPS_CLASEA1_root.crt, mozilla/IPS_CLASEA3_root.crt, 
mozilla/IPS_Chained_CAs_root.crt, mozilla/IPS_Servidores_root.crt, 
mozilla/IPS_Timestamping_root.crt, mozilla/QuoVadis_Root_CA.crt, 
mozilla/RSA_Root_Certificate_1.crt, mozilla/RSA_Security_1024_v3.crt, 
mozilla/RSA_Security_2048_v3.crt, mozilla/Security_Communication_Root_CA.crt, 
mozilla/Sonera_Class_1_Root_CA.crt, moz
 illa/Sonera_Class_2_Root_CA.crt, mozilla/Staat_der_Nederlanden_Root_CA.crt, 
mozilla/TC_TrustCenter__Germany__Class_2_CA.crt, 
mozilla/TC_TrustCenter__Germany__Class_3_CA.crt, 
mozilla/TDC_Internet_Root_CA.crt, mozilla/TDC_OCES_Root_CA.crt, 
mozilla/Thawte_Personal_Basic_CA.crt, mozilla/Thawte_Personal_Freemail_CA.crt, 
mozilla/Thawte_Personal_Premium_CA.crt, mozilla/Thawte_Premium_Server_CA.crt, 
mozilla/Thawte_Server_CA.crt, mozilla/Thawte_Time_Stamping_CA.crt, 
mozilla/UTN-USER_First-Network_Applications.crt, 
mozilla/UTN_DATACorp_SGC_Root_CA.crt, mozilla/UTN_USERFirst_Email_Root_CA.crt, 
mozilla/UTN_USERFirst_Hardware_Root_CA.crt, 
mozilla/UTN_USERFirst_Object_Root_CA.crt, mozilla/ValiCert_Class_1_VA.crt, 
mozilla/ValiCert_Class_2_VA.crt, 
mozilla/Verisign_Class_1_Public_Primary_Certification_Authority.crt, 
mozilla/Verisign_Class_1_Public_Primary_Certification_Authority_-_G2.crt, 
mozilla/Verisign_Class_1_Public_Primary_Certification_Authority_-_G3.crt, 
mozilla/Verisign_Class_1_Publi
 c_Primary_OCSP_Responder.crt, 
mozilla/Verisign_Class_2_Public_Primary_Certification_Authority.crt, 
mozilla/Verisign_Class_2_Public_Primary_Certification_Authority_-_G2.crt, 
mozilla/Verisign_Class_2_Public_Primary_Certification_Authority_-_G3.crt, 
mozilla/Verisign_Class_2_Public_Primary_OCSP_Responder.crt, 
mozilla/Verisign_Class_3_Public_Primary_Certification_Authority.crt, 
mozilla/Verisign_Class_3_Public_Primary_Certification_Authority_-_G2.crt, 
mozilla/Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.crt, 
mozilla/Verisign_Class_3_Public_Primary_OCSP_Responder.crt, 
mozilla/Verisign_Class_4_Public_Primary_Certification_Authority_-_G2.crt, 
mozilla/Verisign_Class_4_Public_Primary_Certification_Authority_-_G3.crt, 
mozilla/Verisign_RSA_Secure_Server_CA.crt, 
mozilla/Verisign_Secure_Server_OCSP_Responder.crt, 
mozilla/Verisign_Time_Stamping_Authority_CA.crt, 
mozilla/Visa_International_Global_Root_2.crt, mozilla/Visa_eCommerce_Root.crt, 
mozilla/beTRUSTed_Root_CA-Baltimore
 _Implementation.crt, mozilla/beTRUSTed_Root_CA.crt, 

Bug#412575: A very small addition do /usr/share/doc/slapd/README.DB_CONFIG.gz

2007-02-26 Thread Glennie Vignarajah
Package: slapd
Version: 2.3.30-4
Severity: minor

  Hello,
 The file /usr/share/doc/slapd/README.DB_CONFIG.gz suggests (at line 
9) to use 'db_recover -eh /var/lib/ldap' in order to making settings 
in DB_CONFIG permanent.
 As slapd is running under opendldap, can you, please, change this to
'sudo -u openldap db_recover -eh /var/lib/ldap'? This will limit the
side effects of blind copy/paste ;-)
Cheers,

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

Versions of packages slapd depends on:
ii  adduser   3.102  Add and remove users and 
groups
ii  coreutils 5.97-5.3   The GNU core utilities
ii  debconf [debconf-2.0] 1.5.11 Debian configuration 
management sy
ii  libc6 2.3.6.ds1-13   GNU C Library: Shared 
libraries
ii  libdb4.2  4.2.52+dfsg-1  Berkeley v4.2 Database 
Libraries [
ii  libiodbc2 3.52.4-4   iODBC Driver Manager
ii  libldap-2.3-0 2.3.30-4   OpenLDAP libraries
ii  libltdl3  1.5.22-4   A system independent 
dlopen wrappe
ii  libperl5.85.8.8-7Shared Perl library
ii  libsasl2-22.1.22.dfsg1-8 Authentication 
abstraction library
ii  libslp1   1.2.1-6.1  OpenSLP libraries
ii  libssl0.9.8   0.9.8c-4   SSL shared libraries
ii  libwrap0  7.6.dbs-12 Wietse Venema's TCP 
wrappers libra
ii  perl [libmime-base64-perl 5.8.8-7Larry Wall's Practical 
Extraction 
ii  psmisc22.3-1 Utilities that use the 
proc filesy

Versions of packages slapd recommends:
ii  libsasl2-modules  2.1.22.dfsg1-8 Pluggable Authentication 
Modules f

-- debconf information:
  slapd/fix_directory: true
* shared/organization: nephthys
  slapd/upgrade_slapcat_failure:
* slapd/backend: BDB
* slapd/allow_ldap_v2: false
* slapd/no_configuration: false
  slapd/move_old_database: true
  slapd/suffix_change: false
  slapd/slave_databases_require_updateref:
  slapd/dump_database_destdir: /var/backups/slapd-VERSION
  slapd/autoconf_modules: true
* slapd/domain: intranet.nephthys.org
  slapd/password_mismatch:
  slapd/invalid_config: true
  slapd/upgrade_slapadd_failure:
  slapd/dump_database: when needed
  slapd/migrate_ldbm_to_bdb: false
* slapd/purge_database: true


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



Bug#406055: Bug #406055

2007-02-06 Thread Glennie Vignarajah
Le Tuesday 06 February 2007, Loïc Minier disait:

Hello,

  Then run as root:
 ./cciss /dev/cciss/c0d0

  Please report the output which should look like:
  # ./cciss /dev/sda
 ^
This typo, I suppose !

[EMAIL PROTECTED] ~ ./cciss /dev/cciss/c0d0
0: ioctl(3, HDIO_GETGEO) failed: No such device or address
1: ioctl(4, HDIO_GETGEO) failed: No such device or address
2: ioctl(5, HDIO_GETGEO) failed: No such device or address


 FYI, this program works fine on a Sarge (same hardware). The output 
on a Sarge...
-- 
Vignarajah Glennie 
Qui veut faire quelque chose trouve un moyen, qui ne veut rien faire 
trouve une excuse.


pgpCHCOd2eqhy.pgp
Description: PGP signature


Bug#406055: Bug #406055

2007-02-06 Thread Glennie Vignarajah
Le Tuesday 06 February 2007, Loïc Minier disait:

  Ah.  I'm afraid this is a regression in the kernel, 

Errr... So, this big might resigned to linux-image-2.6.18-3
Should have to a fill a new bug report?

 Correct me if I'm wrong : this bug affects also D-I and Etch is 
can't be installed in any machine using CCISS controler?

and I don't
 feel confortable digging there in.

 Thanks for your help !
-- 
Vignarajah Glennie 
Qui veut faire quelque chose trouve un moyen, qui ne veut rien faire 
trouve une excuse.


pgpWfPvnLwWJd.pgp
Description: PGP signature


Bug#406055: Bug #406055

2007-02-05 Thread Glennie Vignarajah
Hello,
 I have the same problem.
 Lilo: 22.6.1-9.2
 Kernel : linux-image-2.6.18-3

 The server is an HP DL 306 (with the same device cciss) perhaps this 
is du the CCISS drvier?

 Can you please tag this bug to release critical for Etch (i386) 
beacause this makes Etch unsable with Lilo (22.6.1-9.2) and/or 
linux-image-2.6.18-3.
 Thanks
-- 
Vignarajah Glennie 
Qui veut faire quelque chose trouve un moyen, qui ne veut rien faire 
trouve une excuse.


pgpuIJsCpMjZY.pgp
Description: PGP signature


Bug#399924: libapache2-mod-php5 (5.2.0-5) is broken

2006-11-22 Thread Glennie Vignarajah
Package: libapache2-mod-php5
Version: 5.2.0-5
Severity: grave

Hello,
 Since my last update, libapache2-mod-php5 is broken. In fact, I've
 'PHP Warning:  mb_strstr() [a
 href='function.mb-strstr'function.mb-strstr/a]: Empty haystack' in
 my logs.
 This bug seems to be known by the upstream as bug ID #39361
 (See http://bugs.php.net/bug.php?id=39361).
 As the patch isn't released yet, can this be backported?
 Thanks

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

Versions of packages libapache2-mod-php5 depends on:
ii  apache2- 2.2.3-3.1   Traditional model for Apache HTTPD
ii  apache2. 2.2.3-3.1   Next generation, scalable, extenda
ii  libbz2-1 1.0.3-6 high-quality block-sorting file co
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libcomer 1.39+1.40-WIP-2006.11.14+dfsg-1 common error description library
ii  libdb4.4 4.4.20-8Berkeley v4.4 Database Libraries [
ii  libkrb53 1.4.4-4 MIT Kerberos runtime libraries
ii  libmagic 4.17-4  File type determination library us
ii  libpcre3 6.7-1   Perl 5 Compatible Regular Expressi
ii  libssl0. 0.9.8c-3SSL shared libraries
ii  libxml2  2.6.27.dfsg-1   GNOME XML library
ii  mime-sup 3.37-1  MIME files 'mime.types'  'mailcap
ii  php5-com 5.2.0-5 Common files for packages built fr
ii  ucf  2.0017  Update Configuration File: preserv
ii  zlib1g   1:1.2.3-13  compression library - runtime

libapache2-mod-php5 recommends no packages.

-- no debconf information


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



Bug#375373: mysql-server-5.0: mysql_fix_privilege_tables.sql file depends on sql_mode='mysql40'

2006-06-26 Thread Glennie Vignarajah
Le Monday 26 June 2006 00:13, Christian Hammers(Christian Hammers 
[EMAIL PROTECTED]) a écrit:
 tags 375373 + moreinfo upstream
 stop

 Hello

Hi,

 Before I report this to MySQL I would like to verify it but
 currently it seems to work with sql_mode=ansi in /etc/mysql/my.cnf
 [mysqld] block.
 Can you give me more information on what exactly failed and which
 error message you got?

I wasn't able to figure out what went wrong. But the bug was 
reproducible :

- Do a fresh install of mysql with apt-get install 
mysql-server=4.0.24-10sarge1
- Backup the mysql database !
- Edit /etc/mysql/my.cnf and and sql-mode='ANSI to the [mysqld] 
section.
- Upgrade mysql-server to 5.0.22-3 (I didn't tired with the Etch 
release...)
- Login to mysql and try to do a grant. I get 'ERROR 1045 (28000): 
Access denied for user 'glenny'@'localhost' (using password: YES)'. 
- drop the mysql database and restore previous backup.
- Edit /usr/share/mysql/mysql_fix_privilege_tables.sql and add set 
@@session.sql_mode='MYSQL40' ; at top of the file.
- delete mysql_upgrade.info (the default location 
is /var/lib/mysql/)
- Restart the server. The grant works correctly.

I was unable figure error. Commenting sql-mode='ANSI' and 
restarting the server or sourcing the 
script 'mysql_fix_privilege_tables.sql' didn't fix the problem.
 I think there is something wird 
in /usr/share/mysql/mysql_fix_privilege_tables.sql.

 Maybe I'm wrong and missed something, but if you can confirm this 
bug, this means upgrade from Sarge to Etch may be quite hard...

Hope this helps !

-- 
Glennie
D'abord ils vous ignorent, ensuite ils vous raillent, ensuite ils 
vous combattent et, enfin, vous gagnez


pgpzk4Zodnr3n.pgp
Description: PGP signature


Bug#337488: Errors on /etc/init.d/clamav-* scripts

2005-11-07 Thread Glennie Vignarajah
Le Sunday 6 November 2005 17:30, Stephen Gran disait:

Hello,

Sorry I wasn't able to answer quickly...


 Can you please let me know whether this is the case?  After
 investigating a little further, I see that volatile has not even
 officially released the clamav debs (due to some unfortunate
 breakage on my part), so I am really thinking that this dependancy
 problem is not in volatile, but I'd like to be sure.

 you were right. Packages were took from 
http://people.debian.org/~sgran/debian and not from *volatile*. 
Sorry for the noise...
 But, I don't understand why 'lsb-base' was't updated...
Thanks for packaging clamav-*, and updating them so quickly.

-- 
Glennie
La vie offre toujours deux pentes : on grimpe ou on se laisse 
glisser.


pgpiWbrSOYYCW.pgp
Description: PGP signature


Bug#337488: Errors on /etc/init.d/clamav-* scripts

2005-11-04 Thread Glennie Vignarajah
Package: clamav-daemon
Version: 0.87.1-0sarge1
Severity: normal

Hello,
 In the latest release of clamav-daemon (sarge, thru volatile),
/etc/init.d/clamav-daemon calls log_daemon_msg() function. This function
is not defined in /lib/lsb/init-functions on the stable release.
 In order to avoid warings on stop/start/restart, include the following
lines (log_daemon_msg function took from /lib/lsb/init-functions (Debian
Experimentali release ) in /etc/init.d/clamav-* : 

-
log_daemon_msg () {
if [ -z $1 ]; then
return 1
fi

if [ -z $2 ]; then
echo -n $1:
return
fi

echo $1: $2
}
---

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.11.10-atih
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages clamav-daemon depends on:
ii  clamav-base0.87.1-0sarge1base package for clamav, an anti-v
ii  clamav-freshclam [clam 0.87.1-0sarge1downloads clamav virus databases f
ii  libbz2-1.0 1.0.2-7   high-quality block-sorting file co
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libclamav1 0.87.1-0sarge1virus scanner library
ii  libcurl3   7.13.2-2  Multi-protocol file transfer libra
ii  libgmp34.1.4-6   Multiprecision arithmetic library
ii  libidn11   0.5.13-1.0GNU libidn library, implementation
ii  libssl0.9.70.9.7e-3  SSL shared libraries
ii  lsb-base   2.0-7 Linux Standard Base 2.0 init scrip
ii  zlib1g 1:1.2.2-4.sarge.2 compression library - runtime

-- no debconf information


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



Bug#332891: /etc/cron.daily/aptitude is buggy !

2005-10-09 Thread Glennie Vignarajah
Package: aptitude
Version: 0.3.4-1
Severity: normal
Tags: experimental

Hello,
 /etc/cron.daily/aptitude is buggy. In fact, 'cmp -s
 aptitude.pkgstates.0 /var/lib/aptitude/pkgstates' exits with exit code
 2 and then the 'cp -p /var/lib/aptitude/pkgstates aptitude.pkgstates'
 fails beacause one of the file doesn't exists.
 The existance of '/var/lib/aptitude/pkgstates' must be checked before
 the diff (something like if 'cd $bak  test -f /var/lib/aptitude/pkgstates ; 
then')
 may do the trick !
 
 

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

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3-6-3.1 0.6.41 Advanced front-end for dpkg
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-2  GCC support library
ii  libncursesw5  5.4-9  Shared libraries for terminal hand
ii  libsigc++-2.0-0c2 2.0.16-1   type-safe Signal Framework for C++
ii  libstdc++64.0.2-2The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
pn  aptitude-doc-en | aptitude-do none (no description available)

-- no debconf information


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



Bug#329177: kaffeine: Configuration wizard is displayed each time Kaffeine starts.

2005-09-25 Thread Glennie Vignarajah
Le Tuesday 20 September 2005 08:54, Krystof Zacek(Krystof Zacek 
[EMAIL PROTECTED]) disait:



 Kaffeine configuration wizard is displayed each time Kaffeine
 starts. The Desktop icon never gets created.

In order to bypass the configuration wizard, create an empty file 
named 'wizard_stamp_v0.7.1' in '~/.kde/share/apps/kaffeine/' ('touch 
~/.kde/share/apps/kaffeine/wizard_stamp_v0.7.1')
Hope this helps !

-- 
Glennie
La vie offre toujours deux pentes. On grimpe ou on se laisse 
glisser.


pgpcGTQNzyFfh.pgp
Description: PGP signature


Bug#318027: debian-goodies: Crontab entry for rc-alert

2005-07-12 Thread Glennie Vignarajah
Package: debian-goodies
Version: 0.23
Severity: wishlist
Tags: experimental


Hello,
I just discovered rc-alert from debian-goodies.
I think a crontab entry with something like 'rc-alert | grep -B 3 -A 1
security' and the installation of this package as a mandatory package of
the basic debian installation may improve debian security.
Can this be done?
Thanks.


-- System Information:
Debian Release: testing/unstable
  APT prefers experimental
  APT policy: (990, 'experimental'), (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-TestMMnephthys
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ANSI_X3.4-1968) (ignored: 
LC_ALL set to C)

Versions of packages debian-goodies depends on:
ii  curl   7.14.0-2  Get a file from an HTTP, HTTPS, FT
ii  grep-dctrl 2.7   Grep Debian package information - 
ii  lsof   4.75.dfsg.1-1 List open files.
ii  python 2.3.5-3   An interactive high-level object-o

debian-goodies recommends no packages.

-- no debconf information


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



Bug#315688: Dependency problem with openoffice.org2-core

2005-06-24 Thread Glennie Vignarajah
Package: openoffice.org2-core
Version: 1.9.108-1
Severity: normal
Tags: experimental l10n

Hello,
 There is dependency problem with openoffice.org2-core : In fact, this package 
depends on openoffice.org2-l10n-en-us. It should depend on 
openoffice.org-l10n-1.9.108 !


-- System Information:
Debian Release: experimental
  APT prefers experimental
  APT policy: (990, 'experimental'), (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-mm1nephthys-mm
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ANSI_X3.4-1968) (ignored: 
LC_ALL set to C)

Versions of packages openoffice.org2-core depends on:
ii  debconf [debconf-2.0]1.4.51  Debian configuration management sy
ii  libaudio21.7-2   The Network Audio System (NAS). (s
ii  libc62.3.5-1 GNU C Library: Shared libraries an
ii  libcurl3 7.14.0-2Multi-protocol file transfer libra
ii  libdb4.2 4.2.52-19   Berkeley v4.2 Database Libraries [
ii  libexpat11.95.8-3XML parsing C library - runtime li
ii  libfreetype6 2.1.10-1FreeType 2 font engine, shared lib
ii  libice6  6.8.2-10debian1 Inter-Client Exchange library
ii  libjpeg626b-10   The Independent JPEG Group's JPEG 
ii  libldap2 2.1.30-10   OpenLDAP libraries
ii  libneon240.24.7.dfsg-2   An HTTP and WebDAV client library
ii  libnspr4 2:1.7.8-1   Netscape Portable Runtime Library
ii  libnss3  2:1.7.8-1   Network Security Service Libraries
ii  libsm6   6.8.2-10debian1 X Window System Session Management
ii  libsndfile1  1.0.10-2Library for reading/writing audio 
ii  libstartup-notification0 0.8-1   library for program launch feedbac
ii  libx11-6 6.8.2-10debian1 X Window System protocol client li
ii  libxaw7  6.8.2-10debian1 X Athena widget set library
ii  libxext6 6.8.2-10debian1 X Window System miscellaneous exte
ii  libxml2  2.6.16-7GNOME XML library
ii  libxt6   6.8.2-10debian1 X Toolkit Intrinsics
ii  openoffice.org2-common   1.9.108-1   OpenOffice.org office suite archit
ii  openoffice.org2-l10n-en- 1.9.108-1   English_american language package 
ii  ttf-opensymbol   1.1.4-3 The OpenSymbol TrueType font
ii  xlibs6.8.2-10debian1 X Window System client libraries m
ii  zlib1g   1:1.2.2-4   compression library - runtime

openoffice.org2-core recommends no packages.

-- no debconf information


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



Bug#310549: libclamav1: libclamv1 is outdated == freshclam display warnings while being updated

2005-05-25 Thread Glennie Vignarajah
Le Tuesday 24 May 2005 16:05, Stephen Gran disait:

Hello,

 A newer version is in unstable.  I can't do much about the version
 in sarge, as it's frozen.  
I may be wrong. I understood that
volatile.debian.org was setup to be used in this type of situation...
So why can't you oush all packages related to clam to volatil? 

If you need newer debs, please grab
 them from http://people.debian.org/~sgran.

ok ! 
Thanks for quick reply !


-- 
Glennie
Personne ne survit au fait d'être estimé au-dessus de sa valeur.


pgpQL8DCBqcqj.pgp
Description: PGP signature


Bug#310549: libclamav1: libclamv1 is outdated == freshclam display warnings while being updated

2005-05-24 Thread Glennie Vignarajah
Package: libclamav1
Version: 0.84-2
Severity: normal

Hello,
 As libclam1 version is outdated, all packages linked with it rise
 warnings!

Log
---
[EMAIL PROTECTED] /etc/postfix invoke-rc.d clamav-daemon restart
Stopping ClamAV daemon: clamd
Starting ClamAV daemon: LibClamAV Warning:

LibClamAV Warning: ***  This version of the ClamAV engine is outdated.
***
LibClamAV Warning: *** DON'T PANIC! Read http://www.clamav.net/faq.html
***
LibClamAV Warning:

clamd
[EMAIL PROTECTED] /var/lib/clamav freshclam
ClamAV update process started at Tue May 24 12:12:45 2005
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.84 Recommended version: 0.85.1
DON'T PANIC! Read http://www.clamav.net/faq.html
Downloading main.cvd [*]
main.cvd updated (version: 31, sigs: 33079, f-level: 4, builder: tkojm)
Downloading daily.cvd [*]
daily.cvd updated (version: 893, sigs: 1631, f-level: 5, builder:
arnaud)
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Current functionality level = 4, recommended = 5
DON'T PANIC! Read http://www.clamav.net/faq.html
Database updated (34710 signatures) from db.fr.clamav.net (IP:
213.186.33.38)
---

Please update libclam1 package !
Thanks !
 

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.9-atih
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages libclamav1 depends on:
ii  libbz2-1.0  1.0.2-6  high-quality block-sorting file co
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libcurl37.13.2-2 Multi-protocol file transfer libra
ii  libgmp3 4.1.4-6  Multiprecision arithmetic library
ii  libidn110.5.13-1.0   GNU libidn library, implementation
ii  libssl0.9.7 0.9.7e-3 SSL shared libraries
ii  zlib1g  1:1.2.2-4compression library - runtime

-- no debconf information


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



Bug#301785: quanta: Quanta (from alioth) craches after few minutes (even when it's idle)

2005-03-28 Thread Glennie Vignarajah
Package: quanta
Version: 4:3.4.0-0pre1
Severity: grave
Justification: renders package unusable

Quanta, from Alioth, crashes few minutes after it's launched (even if it's
idle). It seems that the crash is due to libcvsservice0 package from
Alioth. Using the /usr/lib/libcvsservice.so.0.0.1 (included in the
package libcvsservice0_3.3.1-2_i386.deb, unstable release) solves the issue !


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

Versions of packages quanta depends on:
ii  kdelibs4 4:3.4.0-0pre2   core libraries for all KDE applica
ii  kfilereplace 4:3.4.0-0pre1   batch search-and-replace component
ii  klinkstatus  4:3.4.0-0pre1   web link validity checker for KDE
ii  kommander4:3.4.0-0pre1   visual dialog builder and executor
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libaudio21.7-2   The Network Audio System (NAS). (s
ii  libc62.3.4-2 GNU C Library: Shared libraries an
ii  libcvsservice0   4:3.4.0-0pre1   DCOP service for accessing CVS rep
ii  libfam0c102  2.7.0-6 client library to control the FAM 
ii  libfontconfig1   2.3.1-2 generic font configuration library
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgcc1  1:4.0-0pre8 GCC support library
ii  libice6  4.3.0.dfsg.1-12.0.1 Inter-Client Exchange library
ii  libidn11 0.5.13-1.0  GNU libidn library, implementation
ii  libjpeg626b-10   The Independent JPEG Group's JPEG 
ii  libpcre3 5.0-1   Perl 5 Compatible Regular Expressi
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqt3c102-mt3:3.3.4-1   Qt GUI Library (Threaded runtime v
ii  libsm6   4.3.0.dfsg.1-12.0.1 X Window System Session Management
ii  libstdc++5   1:3.3.5-12  The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-12.0.1 X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 4.3.0.dfsg.1-12.0.1 X Window System miscellaneous exte
ii  libxft2  2.1.2-6 FreeType-based font drawing librar
ii  libxml2  2.6.16-4GNOME XML library
ii  libxrandr2   4.3.0.dfsg.1-12.0.1 X Window System Resize, Rotate and
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  libxslt1.1   1.1.12-6XSLT processing library - runtime 
ii  libxt6   4.3.0.dfsg.1-12.0.1 X Toolkit Intrinsics
ii  quanta-data  4:3.4.0-0pre1   data files for Quanta Plus web dev
ii  tidy 20040811-2  HTML syntax checker and reformatte
ii  xlibs4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information


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



Bug#299845: Typo in ifupdown.postinst may let the package in experimental unusable !

2005-03-16 Thread Glennie Vignarajah
Package: ifupdown
Version: 0.6.4-4.12exp2
Severity: important
Tags: experimental


There is a typo in this release which may let package unusable.
The function report_err is used twice intead of report_warn in
ifupdown.postinst (lines 91 and 95) !



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

Versions of packages ifupdown depends on:
ii  debconf [debconf-2.0] 1.4.46 Debian configuration management sy
ii  libc6 2.3.2.ds1-20 GNU C Library: Shared 
libraries an
ii  net-tools 1.60-10  The NET-3 networking toolkit

-- debconf information:
  ifupdown/convert-interfaces: false
-- 
Glennie
Personne ne survit au fait d'être estimé au-dessus de sa valeur.