[Bug 1273322] [NEW] lshell 0.9.16 : installation impossible with dpkg

2014-01-27 Thread Guillaume Hilt
Public bug reported:

Using Ubuntu 12.04.3 AMD 64, I can't install lshell 0.9.16-1 with dpkg
or unpack it.

root:~# dpkg --unpack lshell_0.9.16-1_all.deb
dpkg : erreur de traitement de lshell_0.9.16-1_all.deb (--unpack) :
 erreur d'analyse, dans le fichier '/var/lib/dpkg/tmp.ci/control' vers la ligne 
7 paquet 'lshell':
 champ « Depends », nom de paquet incorrect « python:any » : caractère « : » 
non autorisé (seuls les lettres, les chiffres et « -+._ » le sont)
Des erreurs ont été rencontrées pendant l'exécution :
 lshell_0.9.16-1_all.deb
 
root:~# dpkg -i lshell_0.9.16-1_all.deb
dpkg : erreur de traitement de lshell_0.9.16-1_all.deb (--install) :
 erreur d'analyse, dans le fichier '/var/lib/dpkg/tmp.ci/control' vers la ligne 
7 paquet 'lshell':
 champ « Depends », nom de paquet incorrect « python:any » : caractère « : » 
non autorisé (seuls les lettres, les chiffres et « -+._ » le sont)
Des erreurs ont été rencontrées pendant l'exécution :
 lshell_0.9.16-1_all.deb

Basically, it says that /var/lib/dpkg/tmp.ci/control contain an unauthorized 
character : in the Depends field :
python:any

** Affects: lshell (Ubuntu)
 Importance: Undecided
 Status: New

** Package changed: gtk2-engines (Ubuntu) = lshell (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1273322

Title:
  lshell 0.9.16 : installation impossible with dpkg

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lshell/+bug/1273322/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1273322] Re: lshell 0.9.16 : installation impossible with dpkg

2014-01-27 Thread Guillaume Hilt
Same error on Ubuntu 10.04 AMD64, haven't tried with a more recent
release.

Tried with python version :
2.6.5
2.7.3

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1273322

Title:
  lshell 0.9.16 : installation impossible with dpkg

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lshell/+bug/1273322/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1042263] Re: Error with special characters in users passwords

2012-09-17 Thread Guillaume Hilt
Ok, I finally found time to upgrade a vm to precise and the problem
still occurs :)

** Description changed:

  Hello,
  
  I'm running Ubuntu server 10.04 AMD64 with libapache2-mod-auth-mysql 
(4.3.9-12ubuntu1).
  Encryption is set to PHP_MD5.
  
  Accounts passwors are md5 encoded using PHP and stored in a mysql database 
(5.1.63-0ubuntu0.10.04.1).
  The database is in UTF-8 (utf8_general_ci) so the mysql connection.
  
  If, a password doesn't contain any special caracter (accentued one : eg. 
àéèùïë ...), auth will work fine.
  It it contain one or more, it doesn't work (auth is refused).
  
  I tested the auth using PHP and MD5, but it seems that auth-mysql
  PHP_MD5 either doesn't like special chars and/or utf-8.
  
  I can't upgrade this server to precise yet so I don't know if it works
  under Ubuntu 12.04 but looking at the changelog, it shouldn't work as
  well.
  
  Is there a way to fix it ?
  
+ EDIT: Problem still occurs on Ubuntu server 12.04 AMD 64 with libapache2
+ -mod-auth-mysql 4.3.9-13ubuntu3 and mysql server
+ 5.5.24-0ubuntu0.12.04.1.
+ 
  Regards,
  
  Guillaume

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mod-auth-mysql in Ubuntu.
https://bugs.launchpad.net/bugs/1042263

Title:
  Error with special characters in users passwords

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mod-auth-mysql/+bug/1042263/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1042263] Re: Error with special characters in users passwords

2012-09-17 Thread Guillaume Hilt
Ok, I finally found time to upgrade a vm to precise and the problem
still occurs :)

** Description changed:

  Hello,
  
  I'm running Ubuntu server 10.04 AMD64 with libapache2-mod-auth-mysql 
(4.3.9-12ubuntu1).
  Encryption is set to PHP_MD5.
  
  Accounts passwors are md5 encoded using PHP and stored in a mysql database 
(5.1.63-0ubuntu0.10.04.1).
  The database is in UTF-8 (utf8_general_ci) so the mysql connection.
  
  If, a password doesn't contain any special caracter (accentued one : eg. 
àéèùïë ...), auth will work fine.
  It it contain one or more, it doesn't work (auth is refused).
  
  I tested the auth using PHP and MD5, but it seems that auth-mysql
  PHP_MD5 either doesn't like special chars and/or utf-8.
  
  I can't upgrade this server to precise yet so I don't know if it works
  under Ubuntu 12.04 but looking at the changelog, it shouldn't work as
  well.
  
  Is there a way to fix it ?
  
+ EDIT: Problem still occurs on Ubuntu server 12.04 AMD 64 with libapache2
+ -mod-auth-mysql 4.3.9-13ubuntu3 and mysql server
+ 5.5.24-0ubuntu0.12.04.1.
+ 
  Regards,
  
  Guillaume

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1042263

Title:
  Error with special characters in users passwords

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mod-auth-mysql/+bug/1042263/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1042263] Re: Error with special characters in users passwords

2012-08-31 Thread Guillaume Hilt
Ok, it's not ubuntu/server related.

With Chrome, the htaccess auth will work just fine with accentued characters in 
the password field.
With Firefox (14 and superior) it won't work.
With IE9, it won't work either.

What could be causing this problem ?
Would this still be related to mod-auth-mysql in any way ?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mod-auth-mysql in Ubuntu.
https://bugs.launchpad.net/bugs/1042263

Title:
  Error with special characters in users passwords

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mod-auth-mysql/+bug/1042263/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1042263] Re: Error with special characters in users passwords

2012-08-31 Thread Guillaume Hilt
And if I specify the auth parameter in the url, like
http://user:passwod@ip it will work regardless the browser used.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mod-auth-mysql in Ubuntu.
https://bugs.launchpad.net/bugs/1042263

Title:
  Error with special characters in users passwords

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mod-auth-mysql/+bug/1042263/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1042263] Re: Error with special characters in users passwords

2012-08-31 Thread Guillaume Hilt
Ok, it's not ubuntu/server related.

With Chrome, the htaccess auth will work just fine with accentued characters in 
the password field.
With Firefox (14 and superior) it won't work.
With IE9, it won't work either.

What could be causing this problem ?
Would this still be related to mod-auth-mysql in any way ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1042263

Title:
  Error with special characters in users passwords

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mod-auth-mysql/+bug/1042263/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1042263] Re: Error with special characters in users passwords

2012-08-31 Thread Guillaume Hilt
And if I specify the auth parameter in the url, like
http://user:passwod@ip it will work regardless the browser used.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1042263

Title:
  Error with special characters in users passwords

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mod-auth-mysql/+bug/1042263/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1042263] [NEW] Error with special characters in users passwords

2012-08-27 Thread Guillaume Hilt
Public bug reported:

Hello,

I'm running Ubuntu server 10.04 AMD64 with libapache2-mod-auth-mysql 
(4.3.9-12ubuntu1).
Encryption is set to PHP_MD5.

Accounts passwors are md5 encoded using PHP and stored in a mysql database 
(5.1.63-0ubuntu0.10.04.1).
The database is in UTF-8 (utf8_general_ci) so the mysql connection.

If, a password doesn't contain any special caracter (accentued one : eg. àéèùïë 
...), auth will work fine.
It it contain one or more, it doesn't work (auth is refused).

I tested the auth using PHP and MD5, but it seems that auth-mysql
PHP_MD5 either doesn't like special chars and/or utf-8.

I can't upgrade this server to precise yet so I don't know if it works
under Ubuntu 12.04 but looking at the changelog, it shouldn't work as
well.

Is there a way to fix it ?

Regards,

Guillaume

** Affects: mod-auth-mysql (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Hello,
  
  I'm running Ubuntu server 10.04 AMD64 with libapache2-mod-auth-mysql 
(4.3.9-12ubuntu1).
  Encryption is set to PHP_MD5.
  
- Accounts passwors are md5 encoded using PHP et stored in a mysql database 
(5.1.63-0ubuntu0.10.04.1).
+ Accounts passwors are md5 encoded using PHP and stored in a mysql database 
(5.1.63-0ubuntu0.10.04.1).
  The database is in UTF-8 (utf8_general_ci) so the mysql connection.
  
  If, a password doesn't contain any special caracter (accentued one : eg. 
àéèùïë ...), auth will work fine.
  It it contain one or more, it doesn't work (auth is refused).
  
  I tested the auth using PHP and MD5, but it seems that auth-mysql PHP_MD
  either doesn't like special chars and/or utf-8.
  
  I can't upgrade this server to precise yet so I don't know if it works
  under Ubuntu 12.04 but looking at the changelog, it shouldn't work as
  well.
  
  Is there a way to fix it ?
  
  Regards,
  
  Guillaume

** Description changed:

  Hello,
  
  I'm running Ubuntu server 10.04 AMD64 with libapache2-mod-auth-mysql 
(4.3.9-12ubuntu1).
  Encryption is set to PHP_MD5.
  
  Accounts passwors are md5 encoded using PHP and stored in a mysql database 
(5.1.63-0ubuntu0.10.04.1).
  The database is in UTF-8 (utf8_general_ci) so the mysql connection.
  
  If, a password doesn't contain any special caracter (accentued one : eg. 
àéèùïë ...), auth will work fine.
  It it contain one or more, it doesn't work (auth is refused).
  
- I tested the auth using PHP and MD5, but it seems that auth-mysql PHP_MD
- either doesn't like special chars and/or utf-8.
+ I tested the auth using PHP and MD5, but it seems that auth-mysql
+ PHP_MD5 either doesn't like special chars and/or utf-8.
  
  I can't upgrade this server to precise yet so I don't know if it works
  under Ubuntu 12.04 but looking at the changelog, it shouldn't work as
  well.
  
  Is there a way to fix it ?
  
  Regards,
  
  Guillaume

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mod-auth-mysql in Ubuntu.
https://bugs.launchpad.net/bugs/1042263

Title:
  Error with special characters in users passwords

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mod-auth-mysql/+bug/1042263/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1042263] [NEW] Error with special characters in users passwords

2012-08-27 Thread Guillaume Hilt
Public bug reported:

Hello,

I'm running Ubuntu server 10.04 AMD64 with libapache2-mod-auth-mysql 
(4.3.9-12ubuntu1).
Encryption is set to PHP_MD5.

Accounts passwors are md5 encoded using PHP and stored in a mysql database 
(5.1.63-0ubuntu0.10.04.1).
The database is in UTF-8 (utf8_general_ci) so the mysql connection.

If, a password doesn't contain any special caracter (accentued one : eg. àéèùïë 
...), auth will work fine.
It it contain one or more, it doesn't work (auth is refused).

I tested the auth using PHP and MD5, but it seems that auth-mysql
PHP_MD5 either doesn't like special chars and/or utf-8.

I can't upgrade this server to precise yet so I don't know if it works
under Ubuntu 12.04 but looking at the changelog, it shouldn't work as
well.

Is there a way to fix it ?

Regards,

Guillaume

** Affects: mod-auth-mysql (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Hello,
  
  I'm running Ubuntu server 10.04 AMD64 with libapache2-mod-auth-mysql 
(4.3.9-12ubuntu1).
  Encryption is set to PHP_MD5.
  
- Accounts passwors are md5 encoded using PHP et stored in a mysql database 
(5.1.63-0ubuntu0.10.04.1).
+ Accounts passwors are md5 encoded using PHP and stored in a mysql database 
(5.1.63-0ubuntu0.10.04.1).
  The database is in UTF-8 (utf8_general_ci) so the mysql connection.
  
  If, a password doesn't contain any special caracter (accentued one : eg. 
àéèùïë ...), auth will work fine.
  It it contain one or more, it doesn't work (auth is refused).
  
  I tested the auth using PHP and MD5, but it seems that auth-mysql PHP_MD
  either doesn't like special chars and/or utf-8.
  
  I can't upgrade this server to precise yet so I don't know if it works
  under Ubuntu 12.04 but looking at the changelog, it shouldn't work as
  well.
  
  Is there a way to fix it ?
  
  Regards,
  
  Guillaume

** Description changed:

  Hello,
  
  I'm running Ubuntu server 10.04 AMD64 with libapache2-mod-auth-mysql 
(4.3.9-12ubuntu1).
  Encryption is set to PHP_MD5.
  
  Accounts passwors are md5 encoded using PHP and stored in a mysql database 
(5.1.63-0ubuntu0.10.04.1).
  The database is in UTF-8 (utf8_general_ci) so the mysql connection.
  
  If, a password doesn't contain any special caracter (accentued one : eg. 
àéèùïë ...), auth will work fine.
  It it contain one or more, it doesn't work (auth is refused).
  
- I tested the auth using PHP and MD5, but it seems that auth-mysql PHP_MD
- either doesn't like special chars and/or utf-8.
+ I tested the auth using PHP and MD5, but it seems that auth-mysql
+ PHP_MD5 either doesn't like special chars and/or utf-8.
  
  I can't upgrade this server to precise yet so I don't know if it works
  under Ubuntu 12.04 but looking at the changelog, it shouldn't work as
  well.
  
  Is there a way to fix it ?
  
  Regards,
  
  Guillaume

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1042263

Title:
  Error with special characters in users passwords

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mod-auth-mysql/+bug/1042263/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 970184] Re: dovecot-antispam made a more recent dovecot version than available

2012-04-15 Thread Guillaume Hilt
I submitted a rebuild lib90_antispam_plugin.so for Oneiric AMD64 when I
created this bug report.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/970184

Title:
  dovecot-antispam made a more recent dovecot version than available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot-antispam/+bug/970184/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 970184] Re: dovecot-antispam made a more recent dovecot version than available

2012-04-15 Thread Guillaume Hilt
Adam, I build it from source.
I'm using dovecot last available version (2.0.13).
dovecot-antispam package has been compiled for dovecot 2.0.15 so i needed to 
recompile it using dovecot 2.0.13 sources.
That's what I did.

So far it's good for me and I'm going to upgrade to precise soon anyway.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/970184

Title:
  dovecot-antispam made a more recent dovecot version than available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot-antispam/+bug/970184/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 970184] [NEW] dovecot-antispam made a more recent dovecot version than available

2012-03-31 Thread Guillaume Hilt
Public bug reported:

Last available dovecot version in Oneiric is 2.0.13.
Dovecot antispam plugin has been compiled for 2.0.15, resulting in this error 
trying to use it with dovecot :
dovecot: imap: Error: Module is for different version 2.0.15: 
/usr/lib/dovecot/modules/lib90_antispam_plugin.so

Dovecot can't work using dovecot-antispam.

** Affects: dovecot-antispam (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/970184

Title:
  dovecot-antispam made a more recent dovecot version than available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot-antispam/+bug/970184/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 970184] Re: dovecot-antispam made a more recent dovecot version than available

2012-03-31 Thread Guillaume Hilt
Compiled version for Dovecot 2.0.13 (AMD64).

** Attachment added: lib90_antispam_plugin.so
   
https://bugs.launchpad.net/ubuntu/+source/dovecot-antispam/+bug/970184/+attachment/2976978/+files/lib90_antispam_plugin.so

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/970184

Title:
  dovecot-antispam made a more recent dovecot version than available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot-antispam/+bug/970184/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs