[Bug 456674] Re: Installation fails if MySQL server is not configured

2014-05-28 Thread Karl-Philipp Richter
For reoccurance with 4:4.0.10-1 on Ubuntu 14.04 see
https://bugs.launchpad.net/ubuntu/+source/phpmyadmin/+bug/1324072

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

Title:
  Installation fails if MySQL server is not configured

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

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


[Bug 456674] Re: Installation fails if MySQL server is not configured

2013-11-25 Thread mushtaque
** Changed in: phpmyadmin (Ubuntu)
 Assignee: (unassigned) = mushtaque (mdmushtaqueansari9)

** Changed in: phpmyadmin (Debian)
 Assignee: (unassigned) = mushtaque (mdmushtaqueansari9)

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

Title:
  Installation fails if MySQL server is not configured

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

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


[Bug 456674] Re: Installation fails if MySQL server is not configured

2013-11-25 Thread papukaija
@mushtaque: Please open a new bug if you still encounter issues with
MySQL. Thanks in advance.

** Changed in: phpmyadmin (Ubuntu)
 Assignee: mushtaque (mdmushtaqueansari9) = (unassigned)

** Changed in: phpmyadmin (Debian)
 Assignee: mushtaque (mdmushtaqueansari9) = (unassigned)

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

Title:
  Installation fails if MySQL server is not configured

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

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


[Bug 456674] Re: Installation fails if MySQL server is not configured

2010-11-18 Thread Ricalsin
I am experiencing it in 10.10 (Maverick).

-- 
Installation fails if MySQL server is not configured
https://bugs.launchpad.net/bugs/456674
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 456674] Re: Installation fails if MySQL server is not configured

2010-11-18 Thread Ricalsin
I struggled with this before finally solving it, so take my notes with
the understanding that I'm still blurry eyed:

I followed the instruction using synaptic and verified that php5 was loaded 
through the localhost/testing.php phase.
Next, loaded mysql USING the mysql-server package that ... is an empty 
package that depends on the current best version of mysql-server (currently 
mysql-server-5.1), as determined by the MySQLmaintainers. Install this package 
if in doubt about which MySQL version you need.  Which, is mistake #1 - just 
go to mysql-server-5.1 (as of today) and let it grab the dependencies.  

I never checked the status of the mysql server before installing
phpMyAdmin and that could have been one problem (as I was surprised at
one point to find it off).  It needs to be on.

Another problem was the installer that was trying to setup the sockets
between mysql and phpMyAdmin (below).  The installer was also trying to
setup a database as some sort of initial db - which, I'm not sure why
that's needed (unless some people don't know how to set up a database,
which is maybe intended for first timers).  I finally said no and that
seemed to help get through the installer.

The socket issue #1: By default the socket (mysqld.sock) is located at
/var/run/mysqld/mysqld.sock but (I THINK) that file is non-existent when
mysql is not running; at least, it was non-existent for me until I
finally un-installed both mysql and phpMyAdmin again and then rechecked
the mysql status before installing phpMyAdmin - it finally was there.
Prior, it was not.  Not exactly what solved it, but it definitely needs
to be there before installing phpMyAdmin.

The socket issue #2: The my.cnf located at etc/mysql/my.cnf needs to
have these lines:

[client]
port= 3306
socket = /var/run/mysqld/mysqld.sock

..and it did for me.  But it's mate, located in the php.ini file was
missing this path.  Find the php.ini file at etc/php5/apache2/php.ini
and look for this section:

; Default port number for mysql_connect().  If unset, mysql_connect() will use
; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
; compile-time value defined MYSQL_PORT (in that order).  Win32 will only look
; at MYSQL_PORT.
; http://php.net/mysql.default-port
mysql.default_port = 

; Default socket name for local MySQL connects.  If empty, uses the built-in
; MySQL defaults.
; http://php.net/mysql.default-socket
mysql.default_socket =

...for me, both the port number (3306) and the path for the default port
(/var/run/mysqld/mysqld.sock) were missing and needed to be installed
manually.

You may need to restart the apache server.  But you will definitely need
to clear your browser's cookies and cache in order to login in to the
phpMyAdmin interface (http://localhost/phpmyadmin)

In my view, the phpMyAdmin needs to check to make sure the mysql status
is running.  The installer needs to write the path and port of the
socket in the php.ini file.  And maybe the concern imposed by the
installer to choose the creation of a database should be less - cause
things went smooth after I just bypassed it.

(BTW: I've seen the non-Microsoft side of life.  And I want to thank all
who have been here waiting for me.  It's been too long.  And I love
you.)

-- 
Installation fails if MySQL server is not configured
https://bugs.launchpad.net/bugs/456674
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 456674] Re: Installation fails if MySQL server is not configured

2010-10-27 Thread Fiable.biz
This bug is still in Ubuntu 10.04.

-- 
Installation fails if MySQL server is not configured
https://bugs.launchpad.net/bugs/456674
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 456674] Re: Installation fails if MySQL server is not configured

2010-02-22 Thread alain tehayeur
Error occuring when cheking both mysql server and pma for install.
Easy to manage by installing mysql first.
Choose Abort on popup if you get an alert dialog.
Uninstall pma, install mysql server and modules as you need, apply.
Install pma and it's done.

-- 
Installation fails if MySQL server is not configured
https://bugs.launchpad.net/bugs/456674
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 456674] Re: Installation fails if MySQL server is not configured

2010-01-15 Thread Saiph
I solve it: 
add
/etc/mysql/my.cnf  permission to user
Thank you.

-- 
Installation fails if MySQL server is not configured
https://bugs.launchpad.net/bugs/456674
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 456674] Re: Installation fails if MySQL server is not configured

2009-11-19 Thread Shahar Or
Alok,

Try 'sudo dpkg-reconfigure mysql-server-5.1' and to give it a new
password. After that try to install phpmyadmin or 'sudo dpkg --configure
-a' I think.

-- 
Installation fails if MySQL server is not configured
https://bugs.launchpad.net/bugs/456674
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 456674] Re: Installation fails if MySQL server is not configured

2009-11-18 Thread Tony
** Changed in: phpmyadmin (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Installation fails if MySQL server is not configured
https://bugs.launchpad.net/bugs/456674
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


R: Re: [Bug 456674] Re: Installation fails if MySQL server is not configured

2009-11-18 Thread Tony
I'm stll workng about this.when i have something ,ii will tell 
you

Messaggio originale
Da: mcsca...@gmail.com
Data: 
17/11/2009 18.00
A: s.t.si...@tiscali.it
Ogg: Re: [Bug 456674] Re: 
Installation fails if MySQL server is not   configured

How can I get the 
fix?

2009/11/16 Michal Čihař mic...@cihar.com

 Fixed in phpmyadmin 
4:3.2.3-2.

 ** Changed in: phpmyadmin (Debian)
   Status: New 
= Fix Released

 --
 Installation fails if MySQL server is not 
configured
 https://bugs.launchpad.net/bugs/456674
 You received this 
bug notification because you are a direct subscriber
 of a duplicate 
bug.

 Status in “phpmyadmin” package in Ubuntu: Fix Committed
 
Status in “phpmyadmin” package in Debian: Fix Released

 Bug 
description:
 Binary package hint: phpmyadmin

 giuse...@ulisse:~$ 
sudo gedit /etc/apache2/sites-available/default
 giuse...@ulisse:~$ 
sudo /etc/init.d/apache2 restart
  * Restarting web server apache2

  apache2: Could not reliably determine the server's fully 
qualified
 domain name, using 127.0.1.1 for ServerName
  ... waiting 
apache2: Could not reliably determine the server's fully
 qualified 
domain name, using 127.0.1.1 for ServerName

 
[
 OK ]
 giuse...@ulisse:~$ sudo cp -R /var/www/ /home/giuseppe/siti/

 giuse...@ulisse:~$ sudo chmod -R 777 /home/giuseppe/siti/
 
giuse...@ulisse:~$ phpmyadmin
 bash: phpmyadmin: comando non trovato
 
giuse...@ulisse:~$ sudo phpmyadmin
 sudo: phpmyadmin: command not 
found
 giuse...@ulisse:~$
 giuse...@ulisse:~$ mysqladmin -u root -p 
create mydababase
 Enter password:
 mysqladmin: connect to server at 
'localhost' failed
 error: 'Access denied for user 'root'@'localhost' 
(using password: YES)'

 ProblemType: Package
 Architecture: i386
 
DistroRelease: Ubuntu 9.04
 ErrorMessage: il sottoprocesso post-
installation script ha restituito un
 codice di errore 1
 
NonfreeKernelModules: nvidia
 Package: phpmyadmin 4:3.1.2-1ubuntu0.1
 
PackageArchitecture: all
 SourcePackage: phpmyadmin
 Title: package 
phpmyadmin 4:3.1.2-1ubuntu0.1 failed to install/upgrade: il
 
sottoprocesso post-installation script ha restituito un codice di 
errore 1
 Uname: Linux 2.6.28-15-generic i686


-- 
Installation 
fails if MySQL server is not configured
https://bugs.launchpad.
net/bugs/456674
You received this bug notification because you are a 
direct subscriber
of a duplicate bug.

Status in “phpmyadmin” package 
in Ubuntu: Fix Committed
Status in “phpmyadmin” package in Debian: Fix 
Released

Bug description:
Binary package hint: phpmyadmin


giuse...@ulisse:~$ sudo gedit /etc/apache2/sites-available/default

giuse...@ulisse:~$ sudo /etc/init.d/apache2 restart
 * Restarting web 
server apache2apache2: 
Could not reliably determine the server's fully qualified domain name, 
using 127.0.1.1 for ServerName
 ... waiting apache2: Could not reliably 
determine the server's fully qualified domain name, using 127.0.1.1 for 
ServerName

 
[ OK ]
giuse...@ulisse:~$ sudo cp -R /var/www/ /home/giuseppe/siti/

giuse...@ulisse:~$ sudo chmod -R 777 /home/giuseppe/siti/

giuse...@ulisse:~$ phpmyadmin
bash: phpmyadmin: comando non trovato

giuse...@ulisse:~$ sudo phpmyadmin
sudo: phpmyadmin: command not found

giuse...@ulisse:~$ 
giuse...@ulisse:~$ mysqladmin -u root -p create 
mydababase
Enter password: 
mysqladmin: connect to server at 
'localhost' failed
error: 'Access denied for user 'root'@'localhost' 
(using password: YES)'

ProblemType: Package
Architecture: i386

DistroRelease: Ubuntu 9.04
ErrorMessage: il sottoprocesso post-
installation script ha restituito un codice di errore 1

NonfreeKernelModules: nvidia
Package: phpmyadmin 4:3.1.2-1ubuntu0.1

PackageArchitecture: all
SourcePackage: phpmyadmin
Title: package 
phpmyadmin 4:3.1.2-1ubuntu0.1 failed to install/upgrade: il 
sottoprocesso post-installation script ha restituito un codice di 
errore 1
Uname: Linux 2.6.28-15-generic i686



Trova il tuo Prestito Online

Confronta le offerte di 15 Istituti. Consulenza gratuita. Importo fino a
60.000 €. Durate fino a 120 mesi

-- 
Installation fails if MySQL server is not configured
https://bugs.launchpad.net/bugs/456674
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 456674] Re: Installation fails if MySQL server is not configured

2009-11-18 Thread Shahar Or
Dear Alok,

What I did in order to purge phpmyadmin, is to have the mysql-server
package installed while trying to purge phpmyadmin. Is this what you're
trying to do - purge it?

-- 
Installation fails if MySQL server is not configured
https://bugs.launchpad.net/bugs/456674
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 456674] Re: Installation fails if MySQL server is not configured

2009-11-18 Thread Alok
Thnaks you all for the replies. Actually I had mysql-server installed and I
was installing php and phpadmin from Synaptic package manager during
installation I was asked for the password for root account of mysql and I
gave it correct but still it was not taking it. Ultimately I cancelled it
and got the bug.

Regards
Alok

2009/11/19 Shahar Or sha...@shahar-or.co.il

 Dear Alok,

 What I did in order to purge phpmyadmin, is to have the mysql-server
 package installed while trying to purge phpmyadmin. Is this what you're
 trying to do - purge it?

 --
 Installation fails if MySQL server is not configured
 https://bugs.launchpad.net/bugs/456674
 You received this bug notification because you are a direct subscriber
 of a duplicate bug.

 Status in “phpmyadmin” package in Ubuntu: Fix Released
 Status in “phpmyadmin” package in Debian: Fix Released

 Bug description:
 Binary package hint: phpmyadmin

 giuse...@ulisse:~$ sudo gedit /etc/apache2/sites-available/default
 giuse...@ulisse:~$ sudo /etc/init.d/apache2 restart
  * Restarting web server apache2
  apache2: Could not reliably determine the server's fully qualified
 domain name, using 127.0.1.1 for ServerName
  ... waiting apache2: Could not reliably determine the server's fully
 qualified domain name, using 127.0.1.1 for ServerName
 [
 OK ]
 giuse...@ulisse:~$ sudo cp -R /var/www/ /home/giuseppe/siti/
 giuse...@ulisse:~$ sudo chmod -R 777 /home/giuseppe/siti/
 giuse...@ulisse:~$ phpmyadmin
 bash: phpmyadmin: comando non trovato
 giuse...@ulisse:~$ sudo phpmyadmin
 sudo: phpmyadmin: command not found
 giuse...@ulisse:~$
 giuse...@ulisse:~$ mysqladmin -u root -p create mydababase
 Enter password:
 mysqladmin: connect to server at 'localhost' failed
 error: 'Access denied for user 'root'@'localhost' (using password: YES)'

 ProblemType: Package
 Architecture: i386
 DistroRelease: Ubuntu 9.04
 ErrorMessage: il sottoprocesso post-installation script ha restituito un
 codice di errore 1
 NonfreeKernelModules: nvidia
 Package: phpmyadmin 4:3.1.2-1ubuntu0.1
 PackageArchitecture: all
 SourcePackage: phpmyadmin
 Title: package phpmyadmin 4:3.1.2-1ubuntu0.1 failed to install/upgrade: il
 sottoprocesso post-installation script ha restituito un codice di errore 1
 Uname: Linux 2.6.28-15-generic i686


-- 
Installation fails if MySQL server is not configured
https://bugs.launchpad.net/bugs/456674
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Re: [Bug 456674] Re: Installation fails if MySQL server is not configured

2009-11-17 Thread Alok
How can I get the fix?

2009/11/16 Michal Čihař mic...@cihar.com

 Fixed in phpmyadmin 4:3.2.3-2.

 ** Changed in: phpmyadmin (Debian)
   Status: New = Fix Released

 --
 Installation fails if MySQL server is not configured
 https://bugs.launchpad.net/bugs/456674
 You received this bug notification because you are a direct subscriber
 of a duplicate bug.

 Status in “phpmyadmin” package in Ubuntu: Fix Committed
 Status in “phpmyadmin” package in Debian: Fix Released

 Bug description:
 Binary package hint: phpmyadmin

 giuse...@ulisse:~$ sudo gedit /etc/apache2/sites-available/default
 giuse...@ulisse:~$ sudo /etc/init.d/apache2 restart
  * Restarting web server apache2
  apache2: Could not reliably determine the server's fully qualified
 domain name, using 127.0.1.1 for ServerName
  ... waiting apache2: Could not reliably determine the server's fully
 qualified domain name, using 127.0.1.1 for ServerName
 [
 OK ]
 giuse...@ulisse:~$ sudo cp -R /var/www/ /home/giuseppe/siti/
 giuse...@ulisse:~$ sudo chmod -R 777 /home/giuseppe/siti/
 giuse...@ulisse:~$ phpmyadmin
 bash: phpmyadmin: comando non trovato
 giuse...@ulisse:~$ sudo phpmyadmin
 sudo: phpmyadmin: command not found
 giuse...@ulisse:~$
 giuse...@ulisse:~$ mysqladmin -u root -p create mydababase
 Enter password:
 mysqladmin: connect to server at 'localhost' failed
 error: 'Access denied for user 'root'@'localhost' (using password: YES)'

 ProblemType: Package
 Architecture: i386
 DistroRelease: Ubuntu 9.04
 ErrorMessage: il sottoprocesso post-installation script ha restituito un
 codice di errore 1
 NonfreeKernelModules: nvidia
 Package: phpmyadmin 4:3.1.2-1ubuntu0.1
 PackageArchitecture: all
 SourcePackage: phpmyadmin
 Title: package phpmyadmin 4:3.1.2-1ubuntu0.1 failed to install/upgrade: il
 sottoprocesso post-installation script ha restituito un codice di errore 1
 Uname: Linux 2.6.28-15-generic i686


-- 
Installation fails if MySQL server is not configured
https://bugs.launchpad.net/bugs/456674
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 456674] Re: Installation fails if MySQL server is not configured

2009-11-17 Thread Shahar Or
Dear Alok,

If the bug is fixed in your version of Ubuntu, you'll get it fixed via
an updated package. But it isn't so you'll either have to wait for it,
or make extra effort.

-- 
Installation fails if MySQL server is not configured
https://bugs.launchpad.net/bugs/456674
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 456674] Re: Installation fails if MySQL server is not configured

2009-11-16 Thread Michal Čihař
Fix commited to svn.

** Changed in: phpmyadmin (Ubuntu)
   Status: New = Fix Committed

** Changed in: phpmyadmin (Debian)
   Importance: Unknown = Undecided

** Changed in: phpmyadmin (Debian)
 Remote watch: Debian Bug tracker #535058 = None

-- 
Installation fails if MySQL server is not configured
https://bugs.launchpad.net/bugs/456674
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 456674] Re: Installation fails if MySQL server is not configured

2009-11-16 Thread Michal Čihař
Fixed in phpmyadmin 4:3.2.3-2.

** Changed in: phpmyadmin (Debian)
   Status: New = Fix Released

-- 
Installation fails if MySQL server is not configured
https://bugs.launchpad.net/bugs/456674
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 456674] Re: Installation fails if MySQL server is not configured

2009-11-12 Thread Jan Baarda
This problem is coursed by the common ubuntu 9.10 desktop installation:
 ERROR 2002 (HY000): Can't connect to local MySQL server through socket 
'/var/run/mysqld/mysqld.sock' 

N.B. This error does not occur in the 9.10 server version. Still waiting
for a solution in the ubuntu 9.10 desktop configuration.

-- 
Installation fails if MySQL server is not configured
https://bugs.launchpad.net/bugs/456674
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 456674] Re: Installation fails if mysql server is not configured

2009-10-30 Thread Michal Čihař
** Summary changed:

- giuse...@ulisse:~$ sudo /etc/init.d/apache2 restart  * Restarting web server 
apache2apache2: Could not 
reliably determine the server's fully qualified domain name, using 127.0.1.1 
for ServerName  ... waiting apache2: Could not reliably determine the server's 
fully qualified domain name, using 127.0.1.1 for ServerName 
 [ OK ]
+ Installation fails if mysql server is not configured

** Summary changed:

- Installation fails if mysql server is not configured
+ Installation fails if MySQL server is not configured

-- 
Installation fails if MySQL server is not configured
https://bugs.launchpad.net/bugs/456674
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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