[Bug 1160582] Re: Crash using 3.2.0-39-generic

2013-03-29 Thread Italo Canepa
I have the same problem on dell latitude i5 ubuntu 12.04, xfce4, if I
not use the pc. PC crash and in the kernel log I see:


** Attachment added: kern.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1160582/+attachment/3606230/+files/kern.log

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

Title:
  Crash using 3.2.0-39-generic

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

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


[Bug 261066] [NEW] mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Italo Canepa
Public bug reported:

Binary package hint: mysql-server-5.0

My pc is amd64, with Ubuntu 8.10.
From today after an upgrade of mysql (august 25 2008) mysqld not starts.
The gnome service-admin shows  mysql is on! But I cannot find the process.

[EMAIL PROTECTED]:~$ mysql -u italo -p
Enter password: 
ERROR 2002 (HY000): Can't connect to local MySQL server through socket 
'/var/run/mysqld/mysqld.sock' (2)
[EMAIL PROTECTED]:~$ 

[EMAIL PROTECTED]:~$ lsb_release -rd
Description:Ubuntu intrepid (development branch)
Release:8.10

** Affects: mysql-dfsg-5.0 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
mysql-server  5.0.67-0ubuntu1 not starts
https://bugs.launchpad.net/bugs/261066
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
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 261066] Re: mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Italo Canepa

** Attachment added: myProcesses.txt
   http://launchpadlibrarian.net/17057817/myProcesses.txt

-- 
mysql-server  5.0.67-0ubuntu1 not starts
https://bugs.launchpad.net/bugs/261066
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
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 261066] Re: mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Italo Canepa
I try it but:

[EMAIL PROTECTED]:~$ sudo /etc/init.d/mysql start
[sudo] password for icanepa: 
 * Starting MySQL database server mysqld [fail] 
[EMAIL PROTECTED]:~$

-- 
mysql-server  5.0.67-0ubuntu1 not starts
https://bugs.launchpad.net/bugs/261066
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
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 261066] Re: mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Italo Canepa
I removed mysql from system, restart the machine, and in services windows I see 
mysql. (look png image attached)
After I install mysql but installation fails:post installation script return 
error code 1
mysql-server has problems with dependecies - not confgured.

syslog before removing software was:
Aug 25 13:55:53 anakin mysqld_safe[8601]: started
Aug 25 13:55:53 anakin mysqld[8605]: 080825 13:55:53 [ERROR] /usr/sbin/mysqld: 
unknown option '--skip-federated'
Aug 25 13:55:53 anakin mysqld[8605]: 
Aug 25 13:55:53 anakin mysqld_safe[8607]: ended
Aug 25 13:56:07 anakin /etc/init.d/mysql[8760]: 0 processes alive and 
'/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf ping' resulted in
Aug 25 13:56:07 anakin /etc/init.d/mysql[8760]: ^G/usr/bin/mysqladmin: connect 
to server at 'localhost' failed
Aug 25 13:56:07 anakin /etc/init.d/mysql[8760]: error: 'Can't connect to local 
MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
Aug 25 13:56:07 anakin /etc/init.d/mysql[8760]: Check that mysqld is running 
and that the socket: '/var/run/mysqld/mysqld.sock' exists!
Aug 25 13:56:07 anakin /etc/init.d/mysql[8760]: 



** Attachment added: Schermata.png
   http://launchpadlibrarian.net/17059685/Schermata.png

-- 
mysql-server  5.0.67-0ubuntu1 not starts
https://bugs.launchpad.net/bugs/261066
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
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 261066] Re: mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Italo Canepa
Thank you Robert,
I was not knowing this fact.

Is this the file?
[EMAIL PROTECTED]:/usr/share/doc/mysql-server-5.0$ zcat NEWS.Debian.gz 
mysql-dfsg-5.0 (5.0.45-2) unstable; urgency=low

  * Binary logging is now disabled by default. If you really need it (e.g. on
a replication master), remove the comment from the log_bin line in my.cnf.

 -- Norbert Tretkowski [EMAIL PROTECTED]  Sat, 10 Nov 2007 16:26:35
+0100

mysql-dfsg-5.0 (5.0.18-9) unstable; urgency=low

  * Rotation of the binary logs is now configured in /etc/mysql/my.cnf with
expire-logs-days which defaults to 20 days. The old file
/etc/mysql/debian-log-rotate.conf should be removed together with
/etc/cron.daily/mysql-server after this value has been adjusted. Note that
the old variable defined the number of files whereas the new one defines 
a time span in days.

 -- Christian Hammers [EMAIL PROTECTED]  Tue, 24 Jan 2006 22:18:21 +0100
[EMAIL PROTECTED]:/usr/share/doc/mysql-server-5.0$

-- 
mysql-server  5.0.67-0ubuntu1 not starts
https://bugs.launchpad.net/bugs/261066
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
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 261066] Re: mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Italo Canepa
Ok,
before reading your post, i try another time to reinstall mysql.

Here's the version of my packages:
[EMAIL PROTECTED]:/usr/share/doc/mysql-server-5.0$ dpkg -l | grep mysql
ii  libdbd-mysql-perl  4.007-1build1
 A Perl5 database interface to the MySQL database
ii  libmysql-java  5.1.6+dfsg-1ubuntu2  
 Java database (JDBC) driver for MySQL
ii  libmysqlclient15off5.0.51a-6ubuntu3 
 MySQL database client library
ii  mysql-admin5.0~rc12-2.2ubuntu2  
 GUI tool for intuitive MySQL administration
ii  mysql-client   5.0.67-0ubuntu1  
 MySQL database client (metapackage depending on the latest versi
ii  mysql-client-5.0   5.0.51a-6ubuntu3 
 MySQL database client binaries
ii  mysql-common   5.0.67-0ubuntu1  
 MySQL database common files
ii  mysql-gui-tools-common 5.0~rc12-2.2ubuntu2  
 Architecture independent files for MySQL GUI Tools
rc  mysql-navigator1.4.2-11 
 GUI client program for MySQL database server
ii  mysql-query-browser5.0~rc12-2.2ubuntu2  
 Official GUI tool to query MySQL database
iU  mysql-server   5.0.67-0ubuntu1  
 MySQL database server (metapackage depending on the latest versi
iF  mysql-server-5.0   5.0.51a-6ubuntu3 
 MySQL database server binaries
[EMAIL PROTECTED]:/usr/share/doc/mysql-server-5.0$

-- 
mysql-server  5.0.67-0ubuntu1 not starts
https://bugs.launchpad.net/bugs/261066
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
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 261066] [NEW] mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Italo Canepa
Public bug reported:

Binary package hint: mysql-server-5.0

My pc is amd64, with Ubuntu 8.10.
From today after an upgrade of mysql (august 25 2008) mysqld not starts.
The gnome service-admin shows  mysql is on! But I cannot find the process.

[EMAIL PROTECTED]:~$ mysql -u italo -p
Enter password: 
ERROR 2002 (HY000): Can't connect to local MySQL server through socket 
'/var/run/mysqld/mysqld.sock' (2)
[EMAIL PROTECTED]:~$ 

[EMAIL PROTECTED]:~$ lsb_release -rd
Description:Ubuntu intrepid (development branch)
Release:8.10

** Affects: mysql-dfsg-5.0 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
mysql-server  5.0.67-0ubuntu1 not starts
https://bugs.launchpad.net/bugs/261066
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 261066] Re: mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Italo Canepa

** Attachment added: myProcesses.txt
   http://launchpadlibrarian.net/17057817/myProcesses.txt

-- 
mysql-server  5.0.67-0ubuntu1 not starts
https://bugs.launchpad.net/bugs/261066
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 261066] Re: mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Italo Canepa
I try it but:

[EMAIL PROTECTED]:~$ sudo /etc/init.d/mysql start
[sudo] password for icanepa: 
 * Starting MySQL database server mysqld [fail] 
[EMAIL PROTECTED]:~$

-- 
mysql-server  5.0.67-0ubuntu1 not starts
https://bugs.launchpad.net/bugs/261066
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 261066] Re: mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Italo Canepa
I removed mysql from system, restart the machine, and in services windows I see 
mysql. (look png image attached)
After I install mysql but installation fails:post installation script return 
error code 1
mysql-server has problems with dependecies - not confgured.

syslog before removing software was:
Aug 25 13:55:53 anakin mysqld_safe[8601]: started
Aug 25 13:55:53 anakin mysqld[8605]: 080825 13:55:53 [ERROR] /usr/sbin/mysqld: 
unknown option '--skip-federated'
Aug 25 13:55:53 anakin mysqld[8605]: 
Aug 25 13:55:53 anakin mysqld_safe[8607]: ended
Aug 25 13:56:07 anakin /etc/init.d/mysql[8760]: 0 processes alive and 
'/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf ping' resulted in
Aug 25 13:56:07 anakin /etc/init.d/mysql[8760]: ^G/usr/bin/mysqladmin: connect 
to server at 'localhost' failed
Aug 25 13:56:07 anakin /etc/init.d/mysql[8760]: error: 'Can't connect to local 
MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
Aug 25 13:56:07 anakin /etc/init.d/mysql[8760]: Check that mysqld is running 
and that the socket: '/var/run/mysqld/mysqld.sock' exists!
Aug 25 13:56:07 anakin /etc/init.d/mysql[8760]: 



** Attachment added: Schermata.png
   http://launchpadlibrarian.net/17059685/Schermata.png

-- 
mysql-server  5.0.67-0ubuntu1 not starts
https://bugs.launchpad.net/bugs/261066
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 261066] Re: mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Italo Canepa
Thank you Robert,
I was not knowing this fact.

Is this the file?
[EMAIL PROTECTED]:/usr/share/doc/mysql-server-5.0$ zcat NEWS.Debian.gz 
mysql-dfsg-5.0 (5.0.45-2) unstable; urgency=low

  * Binary logging is now disabled by default. If you really need it (e.g. on
a replication master), remove the comment from the log_bin line in my.cnf.

 -- Norbert Tretkowski [EMAIL PROTECTED]  Sat, 10 Nov 2007 16:26:35
+0100

mysql-dfsg-5.0 (5.0.18-9) unstable; urgency=low

  * Rotation of the binary logs is now configured in /etc/mysql/my.cnf with
expire-logs-days which defaults to 20 days. The old file
/etc/mysql/debian-log-rotate.conf should be removed together with
/etc/cron.daily/mysql-server after this value has been adjusted. Note that
the old variable defined the number of files whereas the new one defines 
a time span in days.

 -- Christian Hammers [EMAIL PROTECTED]  Tue, 24 Jan 2006 22:18:21 +0100
[EMAIL PROTECTED]:/usr/share/doc/mysql-server-5.0$

-- 
mysql-server  5.0.67-0ubuntu1 not starts
https://bugs.launchpad.net/bugs/261066
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 261066] Re: mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Italo Canepa
Ok,
before reading your post, i try another time to reinstall mysql.

Here's the version of my packages:
[EMAIL PROTECTED]:/usr/share/doc/mysql-server-5.0$ dpkg -l | grep mysql
ii  libdbd-mysql-perl  4.007-1build1
 A Perl5 database interface to the MySQL database
ii  libmysql-java  5.1.6+dfsg-1ubuntu2  
 Java database (JDBC) driver for MySQL
ii  libmysqlclient15off5.0.51a-6ubuntu3 
 MySQL database client library
ii  mysql-admin5.0~rc12-2.2ubuntu2  
 GUI tool for intuitive MySQL administration
ii  mysql-client   5.0.67-0ubuntu1  
 MySQL database client (metapackage depending on the latest versi
ii  mysql-client-5.0   5.0.51a-6ubuntu3 
 MySQL database client binaries
ii  mysql-common   5.0.67-0ubuntu1  
 MySQL database common files
ii  mysql-gui-tools-common 5.0~rc12-2.2ubuntu2  
 Architecture independent files for MySQL GUI Tools
rc  mysql-navigator1.4.2-11 
 GUI client program for MySQL database server
ii  mysql-query-browser5.0~rc12-2.2ubuntu2  
 Official GUI tool to query MySQL database
iU  mysql-server   5.0.67-0ubuntu1  
 MySQL database server (metapackage depending on the latest versi
iF  mysql-server-5.0   5.0.51a-6ubuntu3 
 MySQL database server binaries
[EMAIL PROTECTED]:/usr/share/doc/mysql-server-5.0$

-- 
mysql-server  5.0.67-0ubuntu1 not starts
https://bugs.launchpad.net/bugs/261066
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 251910] Re: gvfsd-trash crashed with SIGSEGV in g_idle_funcs()

2008-08-24 Thread Italo Canepa
I have this bug too.

-- 
gvfsd-trash crashed with SIGSEGV in g_idle_funcs()
https://bugs.launchpad.net/bugs/251910
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