[Bug 64425] Re: winbindd_privileged permission issue

2014-03-20 Thread Thomas C.
ok, this one is the right solution:

gpasswd -a proxy winbindd_priv

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

Title:
  winbindd_privileged permission issue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/64425/+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 64425] Re: winbindd_privileged permission issue

2014-03-19 Thread Thomas C.
thats my quick fix:

/etc/init/winbind-squid.conf

start on started squid3

task

script
chgrp -R proxy /var/lib/samba/winbindd_privileged/
chgrp -R proxy /var/run/samba/winbindd_privileged/
end script

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

Title:
  winbindd_privileged permission issue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/64425/+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 1291951] Re: winbind loose domain join after reboot

2014-03-13 Thread Thomas C.
Ok, when I read this* all tlb´s from /var/run/ and /var/cache/samba/ get
automatically cleared on start from samba/winbind - only mutex.tdb not?
But on this Page** I can read, that netsamlogon_cache.tdb (from
/var/cache/) should be preserved?!

Whats with the /var/run/samba/smb_krb5/krb5.conf.DOMAIN? Possible the
file cant get created on boot?

* https://wiki.samba.org/index.php/TDB_Locations
** http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/tdb.html

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

Title:
  winbind loose domain join after reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1291951/+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 1291951] Re: winbind loose domain join after reboot

2014-03-13 Thread Thomas C.
** Description changed:

- After a reboot we have to rejoin our server to the domain.
+ After a reboot we have to rejoin our server with "net ads join -U
+ administrator" to the domain.
  
- I think, it has something to do, that file in /var/run/ (and
+ I think, it has something to do, that files in /var/run/ (and
  /var/cache/? ) get cleared on reboot.
  
  We connect to a Windows 2008 R2 Domain Controller.
  
  root@proxysrv:~# ls -lah /var/lib/samba/
  insgesamt 200K
  drwxr-xr-x  2 root root 4,0K Mär  1  2013 .
  drwxr-xr-x 42 root root 4,0K Jul 30  2013 ..
  -rw---  1 root root  36K Dez 10  2012 account_policy.tdb
  -rw---  1 root root  40K Mär  1  2013 group_mapping.tdb
  -rw---  1 root root  36K Dez 10  2012 passdb.tdb
  -rw---  1 root root  44K Mär 12 18:33 secrets.tdb
  -rw-r--r--  1 root root  36K Mär  1  2013 winbindd_idmap.tdb
  
  root@proxysrv:~# ls -lah /var/run/samba/
  insgesamt 112K
  drwxr-xr-x  4 root root   200 Mär 13 11:49 .
  drwxr-xr-x 17 root root   700 Mär 13 11:40 ..
  -rw-r--r--  1 root root   40K Mär 13 11:49 gencache_notrans.tdb
  -rw-r--r--  1 root root   44K Mär 13 11:49 gencache.tdb
  -rw---  1 root root   12K Mär 12 18:33 messages.tdb
  -rw---  1 root root   696 Mär  7 06:38 mutex.tdb
  -rw-r--r--  1 root root  8,0K Mär  7 06:38 serverid.tdb
  drwxr-xr-x  2 root root60 Mär 13 11:49 smb_krb5
  -rw-r--r--  1 root root 5 Mär  7 06:38 winbindd.pid
  drwxr-x---  2 root winbindd_priv   60 Mär  7 06:38 winbindd_privileged
  
  root@proxysrv:~# ls -lah /var/run/samba/smb_krb5/
  insgesamt 4,0K
  drwxr-xr-x 2 root root  60 Mär 13 11:49 .
  drwxr-xr-x 4 root root 200 Mär 13 11:49 ..
  -rw-r--r-- 1 root root 327 Mär 13 11:49 krb5.conf.DOMAIN
  
  root@proxysrv:~# dir /var/cache/samba/
  insgesamt 144K
  drwxr-xr-x  2 root root 4,0K Mär  7 06:38 .
  drwxr-xr-x 12 root root 4,0K Dez 11  2012 ..
  -rw---  1 root root 104K Mär 13 12:50 netsamlogon_cache.tdb
  -rw---  1 root root  32K Mär 13 11:49 winbindd_cache.tdb
  
  Any suggestions?
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: winbind 2:3.6.3-2ubuntu2.9
  ProcVersionSignature: Ubuntu 3.2.0-60.91-generic 3.2.55
  Uname: Linux 3.2.0-60-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Thu Mar 13 12:46:16 2014
  InstallationMedia: Ubuntu-Server 12.04.1 LTS "Precise Pangolin" - Release 
amd64 (20120817.3)
  MarkForUpload: True
  ProcEnviron:
   TERM=screen
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SambaClientRegression: No
  SourcePackage: samba
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  winbind loose domain join after reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1291951/+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 1291951] Re: winbind loose domain join after reboot

2014-03-13 Thread Thomas C.
** Description changed:

  After a reboot we have to rejoin our server to the domain.
  
  I think, it has something to do, that file in /var/run/ (and
  /var/cache/? ) get cleared on reboot.
  
  We connect to a Windows 2008 R2 Domain Controller.
  
  root@proxysrv:~# ls -lah /var/lib/samba/
  insgesamt 200K
  drwxr-xr-x  2 root root 4,0K Mär  1  2013 .
  drwxr-xr-x 42 root root 4,0K Jul 30  2013 ..
  -rw---  1 root root  36K Dez 10  2012 account_policy.tdb
  -rw---  1 root root  40K Mär  1  2013 group_mapping.tdb
  -rw---  1 root root  36K Dez 10  2012 passdb.tdb
  -rw---  1 root root  44K Mär 12 18:33 secrets.tdb
  -rw-r--r--  1 root root  36K Mär  1  2013 winbindd_idmap.tdb
  
  root@proxysrv:~# ls -lah /var/run/samba/
  insgesamt 112K
  drwxr-xr-x  4 root root   200 Mär 13 11:49 .
  drwxr-xr-x 17 root root   700 Mär 13 11:40 ..
  -rw-r--r--  1 root root   40K Mär 13 11:49 gencache_notrans.tdb
  -rw-r--r--  1 root root   44K Mär 13 11:49 gencache.tdb
  -rw---  1 root root   12K Mär 12 18:33 messages.tdb
  -rw---  1 root root   696 Mär  7 06:38 mutex.tdb
  -rw-r--r--  1 root root  8,0K Mär  7 06:38 serverid.tdb
  drwxr-xr-x  2 root root60 Mär 13 11:49 smb_krb5
  -rw-r--r--  1 root root 5 Mär  7 06:38 winbindd.pid
  drwxr-x---  2 root winbindd_priv   60 Mär  7 06:38 winbindd_privileged
  
  root@proxysrv:~# ls -lah /var/run/samba/smb_krb5/
  insgesamt 4,0K
  drwxr-xr-x 2 root root  60 Mär 13 11:49 .
  drwxr-xr-x 4 root root 200 Mär 13 11:49 ..
  -rw-r--r-- 1 root root 327 Mär 13 11:49 krb5.conf.DOMAIN
+ 
  root@proxysrv:~# dir /var/cache/samba/
  insgesamt 144K
  drwxr-xr-x  2 root root 4,0K Mär  7 06:38 .
  drwxr-xr-x 12 root root 4,0K Dez 11  2012 ..
  -rw---  1 root root 104K Mär 13 12:50 netsamlogon_cache.tdb
  -rw---  1 root root  32K Mär 13 11:49 winbindd_cache.tdb
  
  Any suggestions?
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: winbind 2:3.6.3-2ubuntu2.9
  ProcVersionSignature: Ubuntu 3.2.0-60.91-generic 3.2.55
  Uname: Linux 3.2.0-60-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Thu Mar 13 12:46:16 2014
  InstallationMedia: Ubuntu-Server 12.04.1 LTS "Precise Pangolin" - Release 
amd64 (20120817.3)
  MarkForUpload: True
  ProcEnviron:
   TERM=screen
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SambaClientRegression: No
  SourcePackage: samba
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  winbind loose domain join after reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1291951/+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 1291951] [NEW] winbind loose domain join after reboot

2014-03-13 Thread Thomas C.
Public bug reported:

After a reboot we have to rejoin our server to the domain.

I think, it has something to do, that file in /var/run/ (and
/var/cache/? ) get cleared on reboot.

We connect to a Windows 2008 R2 Domain Controller.

root@proxysrv:~# ls -lah /var/lib/samba/
insgesamt 200K
drwxr-xr-x  2 root root 4,0K Mär  1  2013 .
drwxr-xr-x 42 root root 4,0K Jul 30  2013 ..
-rw---  1 root root  36K Dez 10  2012 account_policy.tdb
-rw---  1 root root  40K Mär  1  2013 group_mapping.tdb
-rw---  1 root root  36K Dez 10  2012 passdb.tdb
-rw---  1 root root  44K Mär 12 18:33 secrets.tdb
-rw-r--r--  1 root root  36K Mär  1  2013 winbindd_idmap.tdb

root@proxysrv:~# ls -lah /var/run/samba/
insgesamt 112K
drwxr-xr-x  4 root root   200 Mär 13 11:49 .
drwxr-xr-x 17 root root   700 Mär 13 11:40 ..
-rw-r--r--  1 root root   40K Mär 13 11:49 gencache_notrans.tdb
-rw-r--r--  1 root root   44K Mär 13 11:49 gencache.tdb
-rw---  1 root root   12K Mär 12 18:33 messages.tdb
-rw---  1 root root   696 Mär  7 06:38 mutex.tdb
-rw-r--r--  1 root root  8,0K Mär  7 06:38 serverid.tdb
drwxr-xr-x  2 root root60 Mär 13 11:49 smb_krb5
-rw-r--r--  1 root root 5 Mär  7 06:38 winbindd.pid
drwxr-x---  2 root winbindd_priv   60 Mär  7 06:38 winbindd_privileged

root@proxysrv:~# ls -lah /var/run/samba/smb_krb5/
insgesamt 4,0K
drwxr-xr-x 2 root root  60 Mär 13 11:49 .
drwxr-xr-x 4 root root 200 Mär 13 11:49 ..
-rw-r--r-- 1 root root 327 Mär 13 11:49 krb5.conf.DOMAIN

root@proxysrv:~# dir /var/cache/samba/
insgesamt 144K
drwxr-xr-x  2 root root 4,0K Mär  7 06:38 .
drwxr-xr-x 12 root root 4,0K Dez 11  2012 ..
-rw---  1 root root 104K Mär 13 12:50 netsamlogon_cache.tdb
-rw---  1 root root  32K Mär 13 11:49 winbindd_cache.tdb

Any suggestions?

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: winbind 2:3.6.3-2ubuntu2.9
ProcVersionSignature: Ubuntu 3.2.0-60.91-generic 3.2.55
Uname: Linux 3.2.0-60-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
Date: Thu Mar 13 12:46:16 2014
InstallationMedia: Ubuntu-Server 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120817.3)
MarkForUpload: True
ProcEnviron:
 TERM=screen
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SambaClientRegression: No
SourcePackage: samba
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

** Description changed:

  After a reboot we have to rejoin our server to the domain.
  
  I think, it has something to do, that file in /var/run/ (and
  /var/cache/? ) get cleared on reboot.
  
  We connect to a Windows 2008 R2 Domain Controller.
  
  root@proxysrv:~# ls -lah /var/lib/samba/
  insgesamt 200K
  drwxr-xr-x  2 root root 4,0K Mär  1  2013 .
  drwxr-xr-x 42 root root 4,0K Jul 30  2013 ..
  -rw---  1 root root  36K Dez 10  2012 account_policy.tdb
  -rw---  1 root root  40K Mär  1  2013 group_mapping.tdb
  -rw---  1 root root  36K Dez 10  2012 passdb.tdb
  -rw---  1 root root  44K Mär 12 18:33 secrets.tdb
  -rw-r--r--  1 root root  36K Mär  1  2013 winbindd_idmap.tdb
+ 
  root@proxysrv:~# ls -lah /var/run/samba/
  insgesamt 112K
  drwxr-xr-x  4 root root   200 Mär 13 11:49 .
  drwxr-xr-x 17 root root   700 Mär 13 11:40 ..
  -rw-r--r--  1 root root   40K Mär 13 11:49 gencache_notrans.tdb
  -rw-r--r--  1 root root   44K Mär 13 11:49 gencache.tdb
  -rw---  1 root root   12K Mär 12 18:33 messages.tdb
  -rw---  1 root root   696 Mär  7 06:38 mutex.tdb
  -rw-r--r--  1 root root  8,0K Mär  7 06:38 serverid.tdb
  drwxr-xr-x  2 root root60 Mär 13 11:49 smb_krb5
  -rw-r--r--  1 root root 5 Mär  7 06:38 winbindd.pid
  drwxr-x---  2 root winbindd_priv   60 Mär  7 06:38 winbindd_privileged
+ 
  root@proxysrv:~# ls -lah /var/run/samba/smb_krb5/
  insgesamt 4,0K
  drwxr-xr-x 2 root root  60 Mär 13 11:49 .
  drwxr-xr-x 4 root root 200 Mär 13 11:49 ..
  -rw-r--r-- 1 root root 327 Mär 13 11:49 krb5.conf.DOMAIN
  root@proxysrv:~# dir /var/cache/samba/
  insgesamt 144K
  drwxr-xr-x  2 root root 4,0K Mär  7 06:38 .
  drwxr-xr-x 12 root root 4,0K Dez 11  2012 ..
  -rw---  1 root root 104K Mär 13 12:50 netsamlogon_cache.tdb
  -rw---  1 root root  32K Mär 13 11:49 winbindd_cache.tdb
  
  Any suggestions?
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: winbind 2:3.6.3-2ubuntu2.9
  ProcVersionSignature: Ubuntu 3.2.0-60.91-generic 3.2.55
  Uname: Linux 3.2.0-60-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Thu Mar 13 12:46:16 2014
  InstallationMedia: Ubuntu-Server 12.04.1 LTS "Precise Pangolin" - Release 
amd64 (20120817.3)
  MarkForUpload: True
  ProcEnviron:
-  TERM=screen
-  PATH=(custom, no user)
-  LANG=de_DE.UTF-8
-  SHELL=/bin/bash
+  TERM=screen
+  PATH=(custom, no user)
+  LA

[Bug 1131728] [NEW] init-script/upstart fails to restart|reload

2013-02-22 Thread Thomas C.
Public bug reported:

when I try to restart or reload dovecot I only get

stop: Unknown instance: 
dovecot start/running, process 10642

or

reload: Unknown instance:

but dovecot is still running.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: dovecot-core 1:2.0.19-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-38.61-generic 3.2.37
Uname: Linux 3.2.0-38-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: amd64
Date: Fri Feb 22 13:58:08 2013
InstallationMedia: Ubuntu-Server 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120817.3)
MarkForUpload: True
ProcEnviron:
 TERM=screen
 SHELL=/bin/bash
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
SourcePackage: dovecot
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  init-script/upstart fails to restart|reload

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/1131728/+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 16669] Re: Squid: Compile with --enable-ssl

2012-06-26 Thread Thomas C.
still an issue on Ubuntu 12.04

please do something to enable ssl support by default

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

Title:
  Squid: Compile with --enable-ssl

To manage notifications about this bug go to:
https://bugs.launchpad.net/squid/+bug/16669/+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 573853] Re: Cannot control squid "Unknown instance"

2011-03-08 Thread Thomas C.
I also have the problem after reload squid service:

apt-cache policy squid
squid:
  Installiert: 2.7.STABLE7-1ubuntu12
  Kandidat: 2.7.STABLE7-1ubuntu12.2
  Versions-Tabelle:
 2.7.STABLE7-1ubuntu12.2 0
500 http://de.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
 *** 2.7.STABLE7-1ubuntu12 0
500 http://de.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status

pls make a update for lucid too! It is really important issue!!

The fix from Comment 38 also works in lucid

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

Title:
  Cannot control squid "Unknown instance"

-- 
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 542543] Re: Access denied for user 'root'@'localhost' to database SOMEDB

2010-04-21 Thread Thomas C.
no, thats not the problem

ls -lah /var/lib/mysql/
insgesamt 157M
drwx-- 41 mysql mysql 4,0K 2010-04-19 17:38 .
drwxr-xr-x 63 root  root  4,0K 2010-04-19 17:10 ..
drwx--  2 mysql mysql 4,0K 2010-03-20 09:19 alientxcsql1
drwx--  2 mysql mysql 4,0K 2010-03-13 10:59 alientxcsql2
drwx--  2 mysql mysql 4,0K 2010-03-13 11:01 alientxcsql3
drwx--  2 mysql mysql 4,0K 2010-03-13 11:01 alientxcsql4
drwx--  2 mysql mysql 4,0K 2010-03-18 12:14 apachelogs
drwx--  2 mysql mysql 4,0K 2010-03-13 11:01 bbb
drwx--  2 mysql mysql 4,0K 2010-03-13 11:01 brain
drwx--  2 mysql mysql 4,0K 2010-03-13 11:01 claudiabsql1
drwx--  2 mysql mysql 4,0K 2010-03-13 11:02 deathkeeper
-rw-r--r--  1 mysql mysql0 2010-04-19 17:10 debian-5.1.flag
drwx--  2 mysql mysql 4,0K 2010-03-13 11:02 d...@002drockmusic
drwx--  2 mysql mysql 4,0K 2010-03-13 11:02 gehirn
drwx--  2 mysql mysql 4,0K 2010-03-13 11:02 hochzeit_cj
drwx--  2 mysql mysql  12K 2010-03-13 11:02 hsvkirchhsql1
drwx--  2 mysql mysql 4,0K 2010-04-20 21:02 hsvkirchhsql2
-rw-rw  1 mysql mysql 146M 2010-04-21 15:34 ibdata1
-rw-rw  1 mysql mysql 5,0M 2010-04-21 15:34 ib_logfile0
-rw-rw  1 mysql mysql 5,0M 2010-03-19 23:10 ib_logfile1
drwx--  2 mysql mysql  12K 2010-03-13 11:02 karincsql1
drwx--  2 mysql mysql 4,0K 2010-03-13 11:02 karincsql2
drwx--  2 mysql mysql 4,0K 2010-03-13 11:02 meefisko
drwx--  2 mysql mysql 4,0K 2010-04-19 17:10 mysql
-rw-rw  1 mysql mysql6 2010-03-13 01:21 mysql_upgrade_info
drwx--  2 mysql mysql 4,0K 2010-03-13 11:02 phpmyadmin
drwx--  2 mysql mysql  20K 2010-03-13 11:02 projekte
drwx--  2 mysql mysql 4,0K 2010-03-13 11:02 raeschnix
drwx--  2 mysql mysql 4,0K 2010-03-13 11:02 rdsport
drwx--  2 mysql mysql  20K 2010-03-13 11:03 rockihsql1
drwx--  2 mysql mysql  12K 2010-03-18 02:14 RoiderZsql1
drwx--  2 mysql mysql 4,0K 2010-03-13 11:46 roundcube
drwx--  2 mysql mysql 4,0K 2010-03-13 11:03 roundcubemail
-rw-rw  1 mysql mysql4 2010-04-19 17:38 s01.pid
drwx--  2 mysql mysql 4,0K 2010-03-13 11:03 sandrassql1
drwx--  2 mysql mysql  52K 2010-03-24 15:37 schwarzhsql1
drwx--  2 mysql mysql 4,0K 2010-03-13 15:04 snort_db
drwx--  2 mysql mysql 4,0K 2010-03-13 11:03 soundpack
drwx--  2 mysql mysql  12K 2010-03-18 21:06 syscp
drwx--  2 mysql mysql  12K 2010-03-13 15:22 sy...@002eold
drwx--  2 mysql mysql 4,0K 2010-03-14 20:08 teamspeak
drwx--  2 mysql mysql 4,0K 2010-03-24 01:20 testdb2
drwx--  2 mysql mysql 4,0K 2010-03-24 00:18 ts3db
drwx--  2 mysql mysql 4,0K 2010-03-13 11:04 t...@002dclan
drwx--  2 mysql mysql 4,0K 2010-03-13 11:04 usr_web1_1
drwx--  2 mysql mysql 4,0K 2010-03-13 11:04 web3aps1
drwx--  2 mysql mysql 4,0K 2010-03-19 22:56 web3aps2

ls -lah /var/lib/mysql/mysql
insgesamt 868K
drwx--  2 mysql mysql 4,0K 2010-04-19 17:10 .
drwx-- 41 mysql mysql 4,0K 2010-04-19 17:38 ..
-rw-rw  1 mysql mysql 8,7K 2010-03-13 11:02 columns_priv.frm
-rw-rw  1 mysql mysql  11K 2010-03-18 20:25 columns_priv.MYD
-rw-rw  1 mysql mysql 8,0K 2010-03-18 20:29 columns_priv.MYI
-rw-rw  1 mysql mysql 9,3K 2010-03-13 11:02 db.frm
-rw-rw  1 mysql mysql  23K 2010-03-18 15:37 db.MYD
-rw-rw  1 mysql mysql 5,0K 2010-03-18 15:37 db.MYI
-rw-rw  1 mysql mysql  10K 2010-03-13 01:21 event.frm
-rw-rw  1 mysql mysql0 2010-03-13 01:21 event.MYD
-rw-rw  1 mysql mysql 2,0K 2010-03-13 01:21 event.MYI
-rw-rw  1 mysql mysql 8,5K 2010-03-13 11:02 func.frm
-rw-rw  1 mysql mysql0 2010-03-13 11:02 func.MYD
-rw-rw  1 mysql mysql 1,0K 2010-03-13 11:02 func.MYI
-rw-rw  1 mysql mysql   35 2010-04-19 17:38 general_log.CSM
-rw-rw  1 mysql mysql0 2010-03-13 01:21 general_log.CSV
-rw-rw  1 mysql mysql 8,6K 2010-03-13 01:21 general_log.frm
-rw-rw  1 mysql mysql 8,5K 2010-03-13 11:02 help_category.frm
-rw-rw  1 mysql mysql  21K 2010-03-13 11:02 help_category.MYD
-rw-rw  1 mysql mysql 3,0K 2010-03-13 11:02 help_category.MYI
-rw-rw  1 mysql mysql 8,5K 2010-03-13 11:02 help_keyword.frm
-rw-rw  1 mysql mysql  74K 2010-03-13 11:02 help_keyword.MYD
-rw-rw  1 mysql mysql  15K 2010-03-13 11:02 help_keyword.MYI
-rw-rw  1 mysql mysql 8,5K 2010-03-13 11:02 help_relation.frm
-rw-rw  1 mysql mysql 6,5K 2010-03-13 11:02 help_relation.MYD
-rw-rw  1 mysql mysql  13K 2010-03-13 11:02 help_relation.MYI
-rw-rw  1 mysql mysql 8,6K 2010-03-13 11:02 help_topic.frm
-rw-rw  1 mysql mysql 264K 2010-03-13 11:02 help_topic.MYD
-rw-rw  1 mysql mysql  17K 2010-03-13 11:02 help_topic.MYI
-rw-rw  1 mysql mysql 9,2K 2010-03-13 11:02 host.frm
-rw-rw  1 mysql mysql0 2010-03-13 11:02 host.MYD
-rw-rw  1 mysql mysql 2,0K 2010-03-13 11:02 host.MYI
-rw-rw  1 mysql mysql 8,6K 2010-03-13 01:21 ndb_binlog_index.frm
-rw-rw  1 mysql mysql0 2010-03-13 01:21 ndb_binlog_index.MYD
-rw-rw  1 mysql mysql 1,0K 2010-03-13 01:21 

[Bug 542543] Re: Access denied for user 'root'@'localhost' to database SOMEDB

2010-04-19 Thread Thomas C.
root has all privileges. I can also give the pack the complete
/var/lib/mysql/ folder and give them to somebodys mail adress. But dont
like it, because of sensive data.

I currently install a up to date package and try again

-- 
Access denied for user 'root'@'localhost' to database SOMEDB
https://bugs.launchpad.net/bugs/542543
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 542543] Re: Access denied for user 'root'@'localhost' to database SOMEDB

2010-03-23 Thread Thomas C.
mysql.log and mysql.err is empty

-- 
Access denied for user 'root'@'localhost' to database SOMEDB
https://bugs.launchpad.net/bugs/542543
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 542543] Re: Access denied for user 'root'@'localhost' to database SOMEDB

2010-03-23 Thread Thomas C.
I restarted mysql damon und repeat the steps i have written ... but
thats all what is in daemon.log

Mar 24 01:17:20 s01 /etc/mysql/debian-start[31437]: Upgrading MySQL tables if 
necessary.
Mar 24 01:17:20 s01 /etc/mysql/debian-start[31440]: /usr/bin/mysql_upgrade: the 
'--basedir' option is always ignored
Mar 24 01:17:20 s01 /etc/mysql/debian-start[31440]: Looking for 'mysql' as: 
/usr/bin/mysql
Mar 24 01:17:20 s01 /etc/mysql/debian-start[31440]: Looking for 'mysqlcheck' 
as: /usr/bin/mysqlcheck
Mar 24 01:17:20 s01 /etc/mysql/debian-start[31440]: This installation of MySQL 
is already upgraded to 5.1.41, use --force if you still need to run 
mysql_upgrade
Mar 24 01:17:20 s01 /etc/mysql/debian-start[31447]: Checking for insecure root 
accounts.
Mar 24 01:17:20 s01 /etc/mysql/debian-start[31451]: Triggering myisam-recover 
for all MyISAM tables


** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: Incomplete => New

-- 
Access denied for user 'root'@'localhost' to database SOMEDB
https://bugs.launchpad.net/bugs/542543
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 542543] Re: Access denied for user 'root'@'localhost' to database SOMEDB

2010-03-20 Thread Thomas C.
** Description changed:

  When I try to give my user xy rights to database xy I receive the access
  denied message:
  
  mysql> CREATE USER 'testdb1'@'localhost' IDENTIFIED BY 'testpw';
  Query OK, 0 rows affected (0.00 sec)
  
  mysql> GRANT USAGE ON * . * TO 'testdb1'@'localhost' IDENTIFIED BY 'testpw' 
WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 
MAX_USER_CONNECTIONS 0 ;
  Query OK, 0 rows affected (0.00 sec)
  
  mysql> CREATE DATABASE `testdb1` ;
  Query OK, 1 row affected (0.00 sec)
  
  mysql> GRANT ALL PRIVILEGES ON `testdb1` . * TO 'testdb1'@'localhost';
  ERROR 1044 (42000): Access denied for user 'root'@'localhost' to database 
'testdb1'
  
  I restored the complete database from an mysql-server-5.0 5.0.32-7etch12
  which I created with
  
  mysqldump --comments --routines --opt --all-databases --flush-logs
  --user=debian-sys-maint --password=XYZ
  
  I searched the web and found only this two reports which the same
  problem, but without an solution:
  
  http://forums.mysql.com/read.php?10,175497,175497
  http://forums.mysql.com/read.php?11,302793,302793
  
  But I think it is an bug in mysql, because I should handle it correctly
  
  ProblemType: Bug
  Architecture: amd64
  Date: Sat Mar 20 10:36:14 2010
  DistroRelease: Ubuntu 10.04
  Logs.var.log.daemon.log:
-  
+ 
  Logs.var.log.kern.log:
-  Mar 16 22:28:46 s01 kernel: [298533.765967] type=1505 
audit(1268778526.035:11):  operation="profile_replace" pid=28473 
name="/usr/sbin/mysqld"
-  Mar 16 22:28:46 s01 kernel: [298533.953508] type=1505 
audit(1268778526.223:16):  operation="profile_replace" pid=28511 
name="/usr/sbin/mysqld"
-  Mar 18 07:31:05 s01 kernel: [   15.121192] type=1505 
audit(1268893865.748:9):  operation="profile_load" pid=960 
name="/usr/sbin/mysqld"
- MySQLVarLibDirListing: ['ibdata1', 'deathkeeper', 'web3aps1', 'usr_web1_1', 
'sandrassql1', 'debian-5.1.flag', 'brain', 'claudiabsql1', 'alientxcsql3', 
'bbb', 'raeschnix', 'roundcube', 'hsvkirchhsql2', 'soundpack', 'web3aps2', 
'RoiderZsql1', 'roundcubemail', 'hochzeit_cj', 'mysql', 'alientxcsql2', 
'teamspeak', 'd...@002drockmusic', 'sy...@002eold', 'ib_logfile1', 
'phpmyadmin', 'ts3db', 'schwarzhsql1', 's01.pid', 'projekte', 'rdsport', 
'hsvkirchhsql1', 'snort_db', 'syscp', 'meefisko', 't...@002dclan', 
'alientxcsql1', 'testdb1', 'alientxcsql4', 'mysql_upgrade_info', 'karincsql2', 
'ib_logfile0', 'gehirn', 'rockihsql1', 'apachelogs', 'karincsql1']
+  Mar 16 22:28:46 s01 kernel: [298533.765967] type=1505 
audit(1268778526.035:11):  operation="profile_replace" pid=28473 
name="/usr/sbin/mysqld"
+  Mar 16 22:28:46 s01 kernel: [298533.953508] type=1505 
audit(1268778526.223:16):  operation="profile_replace" pid=28511 
name="/usr/sbin/mysqld"
+  Mar 18 07:31:05 s01 kernel: [   15.121192] type=1505 
audit(1268893865.748:9):  operation="profile_load" pid=960 
name="/usr/sbin/mysqld"
+ MySQLVarLibDirListing: ['ibdata1', 'OOO', 'web3aps1', 'usr_web1_1', 
'sandrassql1', 'debian-5.1.flag', 'brain', 'claudiabsql1', 'lalasql3', 'bbb', 
'XXnix', 'roundcube', 'hsvkirchhsql2', 'soundpack', 'web3aps2', 'ililsql1', 
'roundcubemail', 'hochzeit_cj', 'mysql', 'lalasql2', 'teamspeak', 
'd...@002drockmusic', 'sy...@002eold', 'ib_logfile1', 'phpmyadmin', 'ts3db', 
'schwarzhsql1', 's01.pid', 'projekte', 'rdsport', 'hsvkirchhsql1', 'snort_db', 
'syscp', 'wowo', 't...@002dclan', 'lalasql1', 'testdb1', 'lalasql4', 
'mysql_upgrade_info', 'karincsql2', 'ib_logfile0', 'gogo', 'rockihsql1', 
'apachelogs', 'karincsql1']
  Package: mysql-server 5.1.41-3ubuntu7
  PackageArchitecture: all
  ProcEnviron:
-  LANG=de_DE.UTF-8
-  SHELL=/bin/bash
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
  SourcePackage: mysql-dfsg-5.1
  Uname: Linux 2.6.32-16-generic x86_64
+ 
+ EDIT: Changed private DB names from MySQLVarLibDirListing

-- 
Access denied for user 'root'@'localhost' to database SOMEDB
https://bugs.launchpad.net/bugs/542543
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 542543] Re: Access denied for user 'root'@'localhost' to database SOMEDB

2010-03-20 Thread Thomas C.

** Attachment added: ".etc.apparmor.d.usr.sbin.mysqld.txt"
   http://launchpadlibrarian.net/41392878/.etc.apparmor.d.usr.sbin.mysqld.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/41392879/Dependencies.txt

** Attachment added: "MySQLConf.etc.mysql.my.cnf.txt"
   http://launchpadlibrarian.net/41392880/MySQLConf.etc.mysql.my.cnf.txt

-- 
Access denied for user 'root'@'localhost' to database SOMEDB
https://bugs.launchpad.net/bugs/542543
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 542543] [NEW] Access denied for user 'root'@'localhost' to database SOMEDB

2010-03-20 Thread Thomas C.
Public bug reported:

When I try to give my user xy rights to database xy I receive the access
denied message:

mysql> CREATE USER 'testdb1'@'localhost' IDENTIFIED BY 'testpw';
Query OK, 0 rows affected (0.00 sec)

mysql> GRANT USAGE ON * . * TO 'testdb1'@'localhost' IDENTIFIED BY 'testpw' 
WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 
MAX_USER_CONNECTIONS 0 ;
Query OK, 0 rows affected (0.00 sec)

mysql> CREATE DATABASE `testdb1` ;
Query OK, 1 row affected (0.00 sec)

mysql> GRANT ALL PRIVILEGES ON `testdb1` . * TO 'testdb1'@'localhost';
ERROR 1044 (42000): Access denied for user 'root'@'localhost' to database 
'testdb1'

I restored the complete database from an mysql-server-5.0 5.0.32-7etch12
which I created with

mysqldump --comments --routines --opt --all-databases --flush-logs
--user=debian-sys-maint --password=XYZ

I searched the web and found only this two reports which the same
problem, but without an solution:

http://forums.mysql.com/read.php?10,175497,175497
http://forums.mysql.com/read.php?11,302793,302793

But I think it is an bug in mysql, because I should handle it correctly

ProblemType: Bug
Architecture: amd64
Date: Sat Mar 20 10:36:14 2010
DistroRelease: Ubuntu 10.04
Logs.var.log.daemon.log:

Logs.var.log.kern.log:
 Mar 16 22:28:46 s01 kernel: [298533.765967] type=1505 
audit(1268778526.035:11):  operation="profile_replace" pid=28473 
name="/usr/sbin/mysqld"
 Mar 16 22:28:46 s01 kernel: [298533.953508] type=1505 
audit(1268778526.223:16):  operation="profile_replace" pid=28511 
name="/usr/sbin/mysqld"
 Mar 18 07:31:05 s01 kernel: [   15.121192] type=1505 audit(1268893865.748:9):  
operation="profile_load" pid=960 name="/usr/sbin/mysqld"
MySQLVarLibDirListing: ['ibdata1', 'OOO', 'web3aps1', 'usr_web1_1', 
'sandrassql1', 'debian-5.1.flag', 'brain', 'claudiabsql1', 'lalasql3', 'bbb', 
'XXnix', 'roundcube', 'hsvkirchhsql2', 'soundpack', 'web3aps2', 'ililsql1', 
'roundcubemail', 'hochzeit_cj', 'mysql', 'lalasql2', 'teamspeak', 
'd...@002drockmusic', 'sy...@002eold', 'ib_logfile1', 'phpmyadmin', 'ts3db', 
'schwarzhsql1', 's01.pid', 'projekte', 'rdsport', 'hsvkirchhsql1', 'snort_db', 
'syscp', 'wowo', 't...@002dclan', 'lalasql1', 'testdb1', 'lalasql4', 
'mysql_upgrade_info', 'karincsql2', 'ib_logfile0', 'gogo', 'rockihsql1', 
'apachelogs', 'karincsql1']
Package: mysql-server 5.1.41-3ubuntu7
PackageArchitecture: all
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
SourcePackage: mysql-dfsg-5.1
Uname: Linux 2.6.32-16-generic x86_64

EDIT: Changed private DB names from MySQLVarLibDirListing

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


** Tags: amd64 apport-bug lucid

-- 
Access denied for user 'root'@'localhost' to database SOMEDB
https://bugs.launchpad.net/bugs/542543
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 538470] [NEW] wrong dependencies/recommends

2010-03-13 Thread Thomas C.
Public bug reported:

Binary package hint: spamassassin

when i try to install spamassassin it want to install some devel stuff
(compilier, header files, ...) because of the Recommends: gcc,
libc6-dev, make

LANG=C aptitude install spamassassin
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Reading extended state information  
Initializing package states... Done
The following NEW packages will be installed:
  gcc{a} gcc-4.4{a} libc-dev-bin{a} libc6-dev{a} liberror-perl{a} libgomp1{a} 
libio-socket-inet6-perl{a} libmail-spf-perl{a} libnetaddr-ip-perl{a} 
libsocket6-perl{a} libsys-hostname-long-perl{a} 
  linux-libc-dev{a} manpages-dev{a} re2c{a} spamassassin spamc{a} 
0 packages upgraded, 16 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/10.2MB of archives. After unpacking 31.1MB will be used.
Do you want to continue? [Y/n/?]

Is this really needed???

ProblemType: Bug
Architecture: amd64
Date: Sat Mar 13 15:28:13 2010
DistroRelease: Ubuntu 10.04
Package: spamassassin (not installed)
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
SourcePackage: spamassassin
Tags: lucid
Uname: Linux 2.6.32-16-generic x86_64

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


** Tags: lucid spamassassin

** Tags added: lucid

** Tags added: spamassassin

-- 
wrong dependencies/recommends
https://bugs.launchpad.net/bugs/538470
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to spamassassin 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 295293] Re: InnoDB: Assertion failure in thread...

2008-11-07 Thread Thomas C.
again with the up and info local

[EMAIL PROTECTED]:~# gdb mysqld
GNU gdb 6.8-debian  
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.   
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"   
and "show warranty" for details. 
This GDB was configured as "x86_64-linux-gnu"... 
(no debugging symbols found) 
(gdb) r --basedir=/usr --datadir=/var/lib/mysql --user=mysql 
--pid-file=/var/run/mysqld/mysqld.pid --skip-external-locking --port=3306 
--socket=/var/run/mysqld/mysqld.sock
Starting program: /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql 
--user=mysql --pid-file=/var/run/mysqld/mysqld.pid --skip-external-locking 
--port=3306 --socket=/var/run/mysqld/mysqld.sock
(no debugging symbols found)

  
(no debugging symbols found)

  
(no debugging symbols found)

  
(no debugging symbols found)

  
(no debugging symbols found)

  
(no debugging symbols found)

  
(no debugging symbols found)

  
(no debugging symbols found)

  
(no debugging symbols found)

  
(no debugging symbols found)

  
[Thread debugging using libthread_db enabled]   

  
(no debugging symbols found)

  
(no debugging symbols found)

  
(no debugging symbols found)

  
(no debugging symbols found)

  
(no debugging symbols found)

  
(no debugging symbols found)

  
(no debugging symbols found)

  
(no debugging symbols found)

  
(no debugging symbols found)

  

[Bug 295293] Re: InnoDB: Assertion failure in thread...

2008-11-07 Thread Thomas C.

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/19468489/Dependencies.txt

-- 
InnoDB: Assertion failure in thread...
https://bugs.launchpad.net/bugs/295293
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 295293] [NEW] InnoDB: Assertion failure in thread...

2008-11-07 Thread Thomas C.
Public bug reported:

I got a error with my mysql-database Server... but there told me, that it is 
not compiled with -fomit-frame-pointer?
ok.. tried also innodb_force_recovery = 4 in my.cnf, but is dosnt help.

I run mysql with gdb an make a backtrace.. hope that we can find what's
wrong...

Nov  7 19:59:45 nb mysqld_safe[18307]: started
Nov  7 19:59:45 nb mysqld[18310]: InnoDB: Log scan progressed past the 
checkpoint lsn 0 1752709
Nov  7 19:59:45 nb mysqld[18310]: 081107 19:59:45  InnoDB: Database was not 
shut down normally!
Nov  7 19:59:45 nb mysqld[18310]: InnoDB: Starting crash recovery.  
   
Nov  7 19:59:45 nb mysqld[18310]: InnoDB: Reading tablespace information from 
the .ibd files...
Nov  7 19:59:45 nb mysqld[18310]: InnoDB: Restoring possible half-written data 
pages from the doublewrite
Nov  7 19:59:45 nb mysqld[18310]: InnoDB: buffer... 
 
Nov  7 19:59:59 nb /etc/init.d/mysql[18776]: 0 processes alive and 
'/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf ping' resulted in
Nov  7 19:59:59 nb /etc/init.d/mysql[18776]: ^G/usr/bin/mysqladmin: connect to 
server at 'localhost' failed
Nov  7 19:59:59 nb /etc/init.d/mysql[18776]: error: 'Can't connect to local 
MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)' 
Nov  7 19:59:59 nb /etc/init.d/mysql[18776]: Check that mysqld is running and 
that the socket: '/var/run/mysqld/mysqld.sock' exists!   
Nov  7 19:59:59 nb /etc/init.d/mysql[18776]:
   
Nov  7 20:00:11 nb mysqld[18310]: InnoDB: Error: tried to read 1048576 bytes at 
offset 0 1048576.  
Nov  7 20:00:11 nb mysqld[18310]: InnoDB: Was only able to read 8192.   
   
Nov  7 20:00:11 nb mysqld[18310]: InnoDB: Fatal error: cannot read from file. 
OS error number 17.  
Nov  7 20:00:11 nb mysqld[18310]: 081107 20:00:11InnoDB: Assertion failure in 
thread 140476003809008 in file os0file.c line 2211   
Nov  7 20:00:11 nb mysqld[18310]: InnoDB: We intentionally generate a memory 
trap. 
Nov  7 20:00:11 nb mysqld[18310]: InnoDB: Submit a detailed bug report to 
http://bugs.mysql.com.   
Nov  7 20:00:11 nb mysqld[18310]: InnoDB: If you get repeated assertion 
failures or crashes, even  
Nov  7 20:00:11 nb mysqld[18310]: InnoDB: immediately after the mysqld startup, 
there may be   
Nov  7 20:00:11 nb mysqld[18310]: InnoDB: corruption in the InnoDB tablespace. 
Please refer to 
Nov  7 20:00:11 nb mysqld[18310]: InnoDB: 
http://dev.mysql.com/doc/refman/5.0/en/forcing-recovery.html
 
Nov  7 20:00:11 nb mysqld[18310]: InnoDB: about forcing recovery.   
   
Nov  7 20:00:11 nb mysqld[18310]: 081107 20:00:11 - mysqld got signal 11 ;  
   
Nov  7 20:00:11 nb mysqld[18310]: This could be because you hit a bug. It is 
also possible that this binary
Nov  7 20:00:11 nb mysqld[18310]: or one of the libraries it was linked against 
is corrupt, improperly built,  
Nov  7 20:00:11 nb mysqld[18310]: or misconfigured. This error can also be 
caused by malfunctioning hardware.  
Nov  7 20:00:11 nb mysqld[18310]: We will try our best to scrape up some info 
that will hopefully help diagnose
Nov  7 20:00:11 nb mysqld[18310]: the problem, but since we have already 
crashed, something is definitely wrong
Nov  7 20:00:11 nb mysqld[18310]: and this may fail.
   
Nov  7 20:00:11 nb mysqld[18310]:   
   
Nov  7 20:00:11 nb mysqld[18310]: key_buffer_size=0 
   
Nov  7 20:00:11 nb mysqld[18310]: read_buffer_size=131072   
   
Nov  7 20:00:11 nb mysqld[18310]: max_used_connections=0
   
Nov  7 20:00:11 nb mysqld[18310]: max_connections=100