[Bug 543212] [NEW] php5-cli in lucid-beta1 missing readline/libedit support

2010-03-20 Thread Paul Annesley
Public bug reported:

Binary package hint: php5

php5-cli 5.3.1-5ubuntu1 in lucid beta1 does not have readline support.
It was present in karmic php 5.2.x.

Ubuntu lucid (development branch) 10.04 (beta 1)

A similar bug was reported in 2007 and was fixed. (LP: #124846)
That bug mentioned licence incompatibility between PHP and readline, which is 
resolved by compiling php5-readline against libedit rather than readline.

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


** Tags: interactive libedit php php5 readline

-- 
php5-cli in lucid-beta1 missing readline/libedit support
https://bugs.launchpad.net/bugs/543212
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 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 543197] Re: package bacula 3.0.2-3ubuntu6 failed to install/upgrade: no package named `bacula' is installed, cannot configure

2010-03-20 Thread Micah Gersten

** Attachment added: "AptOrdering.txt"
   http://launchpadlibrarian.net/41481513/AptOrdering.txt

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

** Attachment added: "Df.txt"
   http://launchpadlibrarian.net/41481515/Df.txt

** Attachment added: "Dmesg.txt"
   http://launchpadlibrarian.net/41481516/Dmesg.txt

** Attachment added: "DpkgTerminalLog.gz"
   http://launchpadlibrarian.net/41481517/DpkgTerminalLog.gz

** Attachment removed: "Dmesg.txt"
   http://launchpadlibrarian.net/41481516/Dmesg.txt

-- 
package bacula 3.0.2-3ubuntu6 failed to install/upgrade: no package named 
`bacula' is installed, cannot configure
https://bugs.launchpad.net/bugs/543197
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 543197] [NEW] package bacula 3.0.2-3ubuntu6 failed to install/upgrade: no package named `bacula' is installed, cannot configure

2010-03-20 Thread Micah Gersten
Public bug reported:

Binary package hint: bacula

Happened during upgrade to Lucid Beta 1
I believe this might have been because MySQL wasn't running at the time.

ProblemType: Package
Architecture: amd64
Date: Sun Mar 21 00:32:53 2010
DistroRelease: Ubuntu 10.04
ErrorMessage: no package named `bacula' is installed, cannot configure
Package: bacula 3.0.2-3ubuntu6
PackageArchitecture: all
ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
SourcePackage: bacula
Title: package bacula 3.0.2-3ubuntu6 failed to install/upgrade: no package 
named `bacula' is installed, cannot configure
Uname: Linux 2.6.32-16-generic x86_64

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


** Tags: amd64 apport-package lucid

-- 
package bacula 3.0.2-3ubuntu6 failed to install/upgrade: no package named 
`bacula' is installed, cannot configure
https://bugs.launchpad.net/bugs/543197
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 531823] Re: [lucid] All linux guests oops in kvm_leave_lazy_mmu during boot (9.04, 9.10, 10.04)

2010-03-20 Thread lavinog
I am experiencing some poor performance with beta-1 in qemu-kvm (didn't have 
this issue last month.)
Would the removal of the patches (mentioned in comment #14) be the cause of 
this?
I am using an AMD host, and just moving the mouse will cause the host cpu to 
spike.  I tested an image of karmic, and everything works.

-- 
[lucid] All linux guests oops in kvm_leave_lazy_mmu during boot (9.04, 9.10, 
10.04)
https://bugs.launchpad.net/bugs/531823
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 543148] Re: Private Archive Permissions Are Incorrect

2010-03-20 Thread Andre Naef
To clarify, "Mailman scripts" refers to the Mailman CGI scripts. One use
of these scripts is to moderate postings which in turn may cause a write
into the archive when a posting is accepted.

-- 
Private Archive Permissions Are Incorrect
https://bugs.launchpad.net/bugs/543148
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mailman 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 543148] [NEW] Private Archive Permissions Are Incorrect

2010-03-20 Thread Andre Naef
Public bug reported:

Binary package hint: mailman

This bug report is for:

Description:Ubuntu lucid (development branch)
Release:10.04

mailman:
  Installed: 1:2.1.13-1
  Candidate: 1:2.1.13-1

It would appear that there is a permission problem for the directory
/var/lib/mailman/archives/private:

drwxrws--- 8 root www-data 4096 2010-03-21 02:40 private

By default, this directory is created with group www-data. This prevents
Mailman scripts from accessing the archive as these scripts are run with
set group ID "list". As a result, nothing is written into the archive. A
typical error from /var/log/mailman/error looks like this:

Mar 21 02:38:19 2010 (29405) Traceback (most recent call last):
  File "/var/lib/mailman/Mailman/Queue/Runner.py", line 120, in _oneloop
self._onefile(msg, msgdata)
  File "/var/lib/mailman/Mailman/Queue/Runner.py", line 191, in _onefile
keepqueued = self._dispose(mlist, msg, msgdata)
  File "/var/lib/mailman/Mailman/Queue/ArchRunner.py", line 73, in _dispose
mlist.ArchiveMail(msg)
  File "/var/lib/mailman/Mailman/Archiver/Archiver.py", line 198, in ArchiveMail
self.__archive_to_mbox(msg)
  File "/var/lib/mailman/Mailman/Archiver/Archiver.py", line 167, in 
__archive_to_mbox
mbox = self.__archive_file(afn)
  File "/var/lib/mailman/Mailman/Archiver/Archiver.py", line 155, in 
__archive_file
return Mailbox.Mailbox(open(afn, 'a+'))
IOError: [Errno 13] Permission denied: 
'/var/lib/mailman/archives/private/test.mbox/test.mbox'

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

-- 
Private Archive Permissions Are Incorrect
https://bugs.launchpad.net/bugs/543148
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mailman 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 543100] [NEW] netbsd-5.0.1/i386 guest not booting on lucid

2010-03-20 Thread mf
Public bug reported:

Binary package hint: qemu-kvm

qemu-kvm 0.12.3-0ubuntu17 (i386)

On an Intel(R) Core(TM)2 CPU T5500  @ 1.66GHz
(no VT-x)

I upgraded from Karmic (qemu-kvm 0.11.0-0ubuntu6.3) to Lucid Beta 1
(qemu-kvm 0.12.3-0ubuntu17).

My NetBSD-5.0.1 guests did not get to a running kernel anymore, regardless of
ACPI/SMP selection from the bootloader.

last output on console looks like this:
-
booting hda0:netbsd
9811272+423908+615984 [505888+489522]=0xb4e2fc
-
with qemu taking up 100% CPU.

This appears to be fixed upstream, I did a "git clone" from 
git.qemu.org/qemu.git,
built it at /usr/local/bin/qemu and copied the binary over to /usr/bin/qemu. 
With that version, my NetBSD guests are up again.

$ git show
commit 9e97d8e9418ddd8f26a2aa4dbb80853d3e8af392
Author: Aurelien Jarno 
Date:   Sat Mar 20 12:27:42 2010 +0100

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New

-- 
netbsd-5.0.1/i386 guest not booting on lucid
https://bugs.launchpad.net/bugs/543100
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 543094] Re: mount error 13 - permisison denied when mounting samba shares on ubuntu server using cifs

2010-03-20 Thread Jelle De Loecker

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

** Attachment added: "SambaInstalledVersions.txt"
   http://launchpadlibrarian.net/41463579/SambaInstalledVersions.txt

-- 
mount error 13 - permisison denied when mounting samba shares on ubuntu server 
using cifs 
https://bugs.launchpad.net/bugs/543094
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 543094] [NEW] mount error 13 - permisison denied when mounting samba shares on ubuntu server using cifs

2010-03-20 Thread Jelle De Loecker
Public bug reported:

Binary package hint: samba

I am not trying to connect to a windows box, I'm running a samba server
on another Ubuntu (9.10) server. This used to work perfectly in my
Ubuntu 9.10 client.

I copied over the exact same fstab lines and my /root/.smbcredentials
file.

fstab example:
//192.168.1.2/audio/home/skerit/Muziek/Audiocifs
credentials=/root/.smbcredentials,iocharset=utf8,file_mode=0777,dir_mode=0777,uid=skerit,gid=skerit
 0 0

Which results in this error:

mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

Browsing to the network share, using nautilus, works without a problem.

ProblemType: Bug
Architecture: amd64
CIFSMounts: Error: command ['mount', '|', 'grep', 'cifs'] failed with exit code 
1: mount: only root can do that
CifsVersion:
 Display Internal CIFS Data Structures for Debugging
 ---
 CIFS Version 1.61
 Active VFS Requests: 0
 Servers:
Date: Sun Mar 21 01:12:43 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta amd64 (20100318)
Package: smbfs 2:3.4.6~dfsg-1ubuntu3
ProcEnviron:
 LANG=nl_BE.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
SambaClientRegression: Yes
SourcePackage: samba
Uname: Linux 2.6.32-16-generic x86_64

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


** Tags: amd64 apport-bug lucid

-- 
mount error 13 - permisison denied when mounting samba shares on ubuntu server 
using cifs 
https://bugs.launchpad.net/bugs/543094
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 542788] Re: package samba-common 2:3.4. 0-3ubuntu5.5 failed to install/upgrade: Unterprozess i nstalliertes post-installation-Skript gab den Fehlerwert 1 zurück

2010-03-20 Thread martin
Seems to me no bug at all...

dpkg forced me to do a 
sudo dpkg --configure -a

which made the situation clear to me - my user defined samba config
interfered with the standard one...

Only a feature request remains: update-manager has to bring up the real
dpkg message.

** Changed in: samba (Ubuntu)
   Status: New => Fix Released

-- 
package samba-common 2:3.4.0-3ubuntu5.5 failed to install/upgrade: Unterprozess 
installiertes post-installation-Skript gab den Fehlerwert 1 zurück
https://bugs.launchpad.net/bugs/542788
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 521235] Re: package libgssapi-krb5-2 1.7dfsg~beta3-1ubuntu0.1 failed to install/upgrade: the sub-processus dpkg-deb --control returned a state 2 output error

2010-03-20 Thread Zarmakuizz
Oh, really sorry. I did what you told me to do on my sis' computer and
it did work well. After that, I was gone to Paris so I forgot to report
it.

** Changed in: krb5 (Ubuntu)
   Status: Incomplete => Invalid

-- 
package libgssapi-krb5-2 1.7dfsg~beta3-1ubuntu0.1 failed to install/upgrade: 
the sub-processus dpkg-deb --control returned a state 2 output error
https://bugs.launchpad.net/bugs/521235
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to krb5 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 542770] Re: package puppet-common 0.25.4-2ubuntu3 failed to install/upgrade: conflicting packages - not installing puppet-common

2010-03-20 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 542768 ***
https://bugs.launchpad.net/bugs/542768

** This bug has been marked a duplicate of bug 542768
   package puppetmaster 0.25.4-2ubuntu3 failed to install/upgrade: subprocess 
new pre-removal script returned error exit status 1

-- 
package puppet-common 0.25.4-2ubuntu3 failed to install/upgrade: conflicting 
packages - not installing puppet-common
https://bugs.launchpad.net/bugs/542770
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet 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 542955] Re: /sbin/ldconfig.real: File /usr/lib/libdns.so.64 is empty, not checked.

2010-03-20 Thread Mike Basinger

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

-- 
/sbin/ldconfig.real: File /usr/lib/libdns.so.64 is empty, not checked. 
https://bugs.launchpad.net/bugs/542955
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 542955] [NEW] /sbin/ldconfig.real: File /usr/lib/libdns.so.64 is empty, not checked.

2010-03-20 Thread Mike Basinger
Public bug reported:

Binary package hint: bind9

Getting the following error when updates are applied in Ubuntu Lucid
updated 20-Mar-2010.

ldconfig deferred processing now taking place
/sbin/ldconfig.real: File /usr/lib/libdns.so.64 is empty, not checked.
/sbin/ldconfig.real: File /usr/lib/libdns.so.64.1.0 is empty, not checked.

ProblemType: Bug
Architecture: i386
Date: Sat Mar 20 14:24:50 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta i386 (20100318)
NonfreeKernelModules: nvidia
Package: libdns64 1:9.7.0.dfsg.P1-1~build1
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
SourcePackage: bind9
Uname: Linux 2.6.32-16-generic i686

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


** Tags: apport-bug i386 lucid

-- 
/sbin/ldconfig.real: File /usr/lib/libdns.so.64 is empty, not checked. 
https://bugs.launchpad.net/bugs/542955
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 542938] [NEW] no clean url altough mod_rewrite

2010-03-20 Thread Daniel Holm
Public bug reported:

Binary package hint: apache2

Did a clean install of Ubuntu Lucid Server Beta 1 today. Got all the
latest updates.

As a webserver I use Drupal, and of course Clean URL's. But here is the
thing: Altough that the mod_rewrite is enabled in Apache2, it doesn't
work.

I just migrated all the files from my old server (Ubuntu 9.04), where
clean URL worked. I also tried a fresh Drupal-site - no change.

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

-- 
no clean url altough mod_rewrite
https://bugs.launchpad.net/bugs/542938
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 207791] Re: winbind forgets uid/name gid/name mappings in regulary periods

2010-03-20 Thread Drew Scott Daniels
I would like to know how the issue can be fixed (package upgrade to what
version?).

Torsten Krah indicated this was a problem as of  2010-02-23, there has
been no new release of winbind since 2010-02-02, and that release didn't
mention any issues like this.

In my research, I also found that some idmap backends don't support
certain features. There was an upstream documentation bug discussed
recently.

Thanks,

 Drew Daniels
Resume: http://www.boxheap.net/ddaniels/resume.html

-- 
winbind forgets uid/name gid/name mappings in regulary periods
https://bugs.launchpad.net/bugs/207791
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 542871] Re: package postfix 2.6.5-3 faile d to install/upgrade: el subproceso script pre-installat ion nuevo devolvió el código de salida de error 1

2010-03-20 Thread Jarib

** Attachment added: "AptOrdering.txt"
   http://launchpadlibrarian.net/41437256/AptOrdering.txt

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

** Attachment added: "Dmesg.txt"
   http://launchpadlibrarian.net/41437258/Dmesg.txt

** Attachment added: "DpkgTerminalLog.txt"
   http://launchpadlibrarian.net/41437259/DpkgTerminalLog.txt

-- 
package postfix 2.6.5-3 failed to install/upgrade: el subproceso script 
pre-installation nuevo devolvió el código de salida de error 1
https://bugs.launchpad.net/bugs/542871
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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 542871] [NEW] package postfix 2.6.5-3 f ailed to install/upgrade: el subproceso script pre-insta llation nuevo devolvió el código de salida de er ror 1

2010-03-20 Thread Jarib
Public bug reported:

Binary package hint: postfix

Failed when loggin out

ProblemType: Package
Architecture: i386
Date: Sat Mar 20 11:29:41 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: el subproceso script pre-installation nuevo devolvió el código de 
salida de error 1
NonfreeKernelModules: nvidia
Package: postfix 2.6.5-3
ProcVersionSignature: Ubuntu 2.6.31-19.56-generic
SourcePackage: postfix
Title: package postfix 2.6.5-3 failed to install/upgrade: el subproceso script 
pre-installation nuevo devolvió el código de salida de error 1
Uname: Linux 2.6.31-19-generic i686

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


** Tags: apport-package i386

-- 
package postfix 2.6.5-3 failed to install/upgrade: el subproceso script 
pre-installation nuevo devolvió el código de salida de error 1
https://bugs.launchpad.net/bugs/542871
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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 258771] Re: Using -usbdevice host: slows the guest OS down to a crawl

2010-03-20 Thread Matt Zimmerman
Reproduced with qemu-kvm 0.12.3-0ubuntu15 on current lucid

** Changed in: qemu-kvm (Ubuntu)
   Status: Fix Released => Triaged

-- 
Using -usbdevice host: slows the guest OS down to a crawl
https://bugs.launchpad.net/bugs/258771
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 27463] Re: [needs-packaging] 389 Directory Server for Ubuntu

2010-03-20 Thread Colan Schwartz
I just discovered
https://help.ubuntu.com/community/FedoraDirectoryServer.  There's a
section entitled, "Installation of Fedora Directory Server 1.1.x under
Ubuntu 9.10".  The version there seems old though, as the official
version is now at 1.2.6.a2.

-- 
[needs-packaging] 389 Directory Server for Ubuntu
https://bugs.launchpad.net/bugs/27463
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 542788] Re: package samba-common 2:3.4. 0-3ubuntu5.5 failed to install/upgrade: Unterprozess i nstalliertes post-installation-Skript gab den Fehlerwert 1 zurück

2010-03-20 Thread martin

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

** Attachment added: "Dmesg.txt"
   http://launchpadlibrarian.net/41426593/Dmesg.txt

** Attachment added: "DpkgTerminalLog.txt"
   http://launchpadlibrarian.net/41426594/DpkgTerminalLog.txt

-- 
package samba-common 2:3.4.0-3ubuntu5.5 failed to install/upgrade: Unterprozess 
installiertes post-installation-Skript gab den Fehlerwert 1 zurück
https://bugs.launchpad.net/bugs/542788
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 542788] [NEW] package samba-common 2:3. 4.0-3ubuntu5.5 failed to install/upgrade: Unterproze ss installiertes post-installation-Skript gab den Fehlerwe rt 1 zurück

2010-03-20 Thread martin
Public bug reported:

Binary package hint: samba

this has happend during standard update via update-manager.

ProblemType: Package
Architecture: amd64
Date: Sat Mar 20 13:38:01 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 1 zurück
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
NonfreeKernelModules: nvidia
Package: samba-common 2:3.4.0-3ubuntu5.5
PackageArchitecture: all
ProcVersionSignature: Ubuntu 2.6.31-20.58-generic
SourcePackage: samba
Title: package samba-common 2:3.4.0-3ubuntu5.5 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück
Uname: Linux 2.6.31-20-generic x86_64

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


** Tags: amd64 apport-package

-- 
package samba-common 2:3.4.0-3ubuntu5.5 failed to install/upgrade: Unterprozess 
installiertes post-installation-Skript gab den Fehlerwert 1 zurück
https://bugs.launchpad.net/bugs/542788
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 542768] Re: package puppetmaster 0.25.4-2ubuntu3 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2010-03-20 Thread Asif Youssuff

** Attachment added: "AptOrdering.txt"
   http://launchpadlibrarian.net/41423983/AptOrdering.txt

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

** Attachment added: "Df.txt"
   http://launchpadlibrarian.net/41423985/Df.txt

** Attachment added: "Dmesg.txt"
   http://launchpadlibrarian.net/41423986/Dmesg.txt

** Attachment added: "DpkgTerminalLog.gz"
   http://launchpadlibrarian.net/41423987/DpkgTerminalLog.gz

** Description changed:

  Binary package hint: puppet
  
- Just doing a aptitude safe-upgrade...
+ Just doing a aptitude safe-upgrade... seems related to #542770
  
  ProblemType: Package
  Architecture: amd64
  Date: Sat Mar 20 11:32:00 2010
  DistroRelease: Ubuntu 10.04
  ErrorMessage: subprocess new pre-removal script returned error exit status 1
  InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha amd64 (20091209)
  Package: puppetmaster 0.25.4-2ubuntu3
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
  SourcePackage: puppet
  Title: package puppetmaster 0.25.4-2ubuntu3 failed to install/upgrade: 
subprocess new pre-removal script returned error exit status 1
  Uname: Linux 2.6.32-16-generic x86_64

-- 
package puppetmaster 0.25.4-2ubuntu3 failed to install/upgrade: subprocess new 
pre-removal script returned error exit status 1
https://bugs.launchpad.net/bugs/542768
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet 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 542768] [NEW] package puppetmaster 0.25.4-2ubuntu3 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2010-03-20 Thread Asif Youssuff
Public bug reported:

Binary package hint: puppet

Just doing a aptitude safe-upgrade... seems related to #542770

ProblemType: Package
Architecture: amd64
Date: Sat Mar 20 11:32:00 2010
DistroRelease: Ubuntu 10.04
ErrorMessage: subprocess new pre-removal script returned error exit status 1
InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha amd64 (20091209)
Package: puppetmaster 0.25.4-2ubuntu3
PackageArchitecture: all
ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
SourcePackage: puppet
Title: package puppetmaster 0.25.4-2ubuntu3 failed to install/upgrade: 
subprocess new pre-removal script returned error exit status 1
Uname: Linux 2.6.32-16-generic x86_64

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


** Tags: amd64 apport-package lucid

-- 
package puppetmaster 0.25.4-2ubuntu3 failed to install/upgrade: subprocess new 
pre-removal script returned error exit status 1
https://bugs.launchpad.net/bugs/542768
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet 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 542770] Re: package puppet-common 0.25.4-2ubuntu3 failed to install/upgrade: conflicting packages - not installing puppet-common

2010-03-20 Thread Asif Youssuff

** Attachment added: "AptOrdering.txt"
   http://launchpadlibrarian.net/41424011/AptOrdering.txt

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

** Attachment added: "Df.txt"
   http://launchpadlibrarian.net/41424013/Df.txt

** Attachment added: "Dmesg.txt"
   http://launchpadlibrarian.net/41424014/Dmesg.txt

** Attachment added: "DpkgTerminalLog.gz"
   http://launchpadlibrarian.net/41424015/DpkgTerminalLog.gz

-- 
package puppet-common 0.25.4-2ubuntu3 failed to install/upgrade: conflicting 
packages - not installing puppet-common
https://bugs.launchpad.net/bugs/542770
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet 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 542770] [NEW] package puppet-common 0.25.4-2ubuntu3 failed to install/upgrade: conflicting packages - not installing puppet-common

2010-03-20 Thread Asif Youssuff
Public bug reported:

Binary package hint: puppet

Just doing a aptitude safe-upgrade...

ProblemType: Package
Architecture: amd64
Date: Sat Mar 20 11:32:04 2010
DistroRelease: Ubuntu 10.04
ErrorMessage: conflicting packages - not installing puppet-common
InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha amd64 (20091209)
Package: puppet-common 0.25.4-2ubuntu3
PackageArchitecture: all
ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
SourcePackage: puppet
Title: package puppet-common 0.25.4-2ubuntu3 failed to install/upgrade: 
conflicting packages - not installing puppet-common
Uname: Linux 2.6.32-16-generic x86_64

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


** Tags: amd64 apport-package lucid

-- 
package puppet-common 0.25.4-2ubuntu3 failed to install/upgrade: conflicting 
packages - not installing puppet-common
https://bugs.launchpad.net/bugs/542770
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet 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 542746] Re: does not terminate at computer shutdown

2010-03-20 Thread sergio

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

** Attachment added: "InitctlList.txt"
   http://launchpadlibrarian.net/41421683/InitctlList.txt

** Attachment added: "ProcAttrCurrent.gz"
   http://launchpadlibrarian.net/41421684/ProcAttrCurrent.gz

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/41421685/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/41421686/ProcStatus.txt

** Attachment added: "Processes.txt"
   http://launchpadlibrarian.net/41421687/Processes.txt

-- 
does not terminate at computer shutdown
https://bugs.launchpad.net/bugs/542746
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid 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 542746] [NEW] does not terminate at computer shutdown

2010-03-20 Thread sergio
Public bug reported:

Binary package hint: squid

does not terminate at computer shutdown

ProblemType: Bug
Architecture: i386
Date: Sat Mar 20 11:52:09 2010
DistroRelease: Ubuntu 10.04
ExecutablePath: /usr/lib/squid/unlinkd
InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta i386 (20100318)
NonfreeKernelModules: wl
OmitPids: 6365 6367 830
Package: squid 2.7.STABLE7-1ubuntu8
ProcCmdline: (unlinkd)
ProcEnviron: PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
SourcePackage: squid
Title: does not terminate at computer shutdown
Uname: Linux 2.6.32-16-generic i686

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


** Tags: apport-bug i386 lucid shutdown-hang

-- 
does not terminate at computer shutdown
https://bugs.launchpad.net/bugs/542746
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid 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 542745] Re: does not terminate at computer shutdown

2010-03-20 Thread sergio

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

** Attachment added: "InitctlList.txt"
   http://launchpadlibrarian.net/41421510/InitctlList.txt

** Attachment added: "ProcAttrCurrent.gz"
   http://launchpadlibrarian.net/41421511/ProcAttrCurrent.gz

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/41421512/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/41421513/ProcStatus.txt

** Attachment added: "Processes.txt"
   http://launchpadlibrarian.net/41421514/Processes.txt

-- 
does not terminate at computer shutdown
https://bugs.launchpad.net/bugs/542745
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid 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 542745] [NEW] does not terminate at computer shutdown

2010-03-20 Thread sergio
Public bug reported:

Binary package hint: squid

does not terminate at computer shutdown

ProblemType: Bug
Architecture: i386
Date: Sat Mar 20 11:52:09 2010
DistroRelease: Ubuntu 10.04
ExecutablePath: /usr/sbin/squid
InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta i386 (20100318)
NonfreeKernelModules: wl
OmitPids: 6365 6367 830
Package: squid 2.7.STABLE7-1ubuntu8
ProcCmdline: (squid)
ProcEnviron: PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
SourcePackage: squid
Title: does not terminate at computer shutdown
Uname: Linux 2.6.32-16-generic i686

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


** Tags: apport-bug i386 lucid shutdown-hang

-- 
does not terminate at computer shutdown
https://bugs.launchpad.net/bugs/542745
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid 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 521235] Re: package libgssapi-krb5-2 1.7dfsg~beta3-1ubuntu0.1 failed to install/upgrade: the sub-processus dpkg-deb --control returned a state 2 output error

2010-03-20 Thread Charlie Kravetz
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

-- 
package libgssapi-krb5-2 1.7dfsg~beta3-1ubuntu0.1 failed to install/upgrade: 
the sub-processus dpkg-deb --control returned a state 2 output error
https://bugs.launchpad.net/bugs/521235
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to krb5 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 542395] Re: ec2-api-tools fail with java.net.SocketException

2010-03-20 Thread Scott Moser
I just verified that the following "fixes" the problem:
 - enable partner repo
 - apt-get install sun-java6-jdk
 - update-alternatives --set java /usr/lib/jvm/java-6-sun/jre/bin/java

So, the problem is with ec2-api-tools on top of openjdk

** Summary changed:

- ec2-api-tools fail with java.net.SocketException
+ ec2-api-tools with java-6-openjdk fail with java.net.SocketException using

-- 
ec2-api-tools with java-6-openjdk fail with java.net.SocketException using
https://bugs.launchpad.net/bugs/542395
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ec2-api-tools 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 480849] Re: Samba daemon crashes when transfering large files to share in encrypted home dir

2010-03-20 Thread Christoph E
So, today I had some time to test with the new Ubuntu Lucid Lynx Beta 1.
Result: The problem is still persistent with the same effect. But today
I also tested the copy process from another Ubuntu 9.10 to the 10.4
system. It behaves slightly different:

1) Copy process starts immediately
2) On the 10.4 samba system, a process called gvfsd-smb rises the CPU to 100% 
(on a core 2 duo @ 3,2GHz). smbd stays at 14%
3) The copy process works fine, but after I cancelled it, gvfsd-smb stays at 
100%. But instead when copying from a windows machine (s...@100%), I could kill 
gvfsd-smb easily.

-- 
Samba daemon crashes when transfering large files to share in encrypted home dir
https://bugs.launchpad.net/bugs/480849
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 542389] Re: package samba-common 2:3.4.0-3ubuntu5.5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-03-20 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 542388 ***
https://bugs.launchpad.net/bugs/542388

** This bug has been marked a duplicate of bug 542388
   package samba-common 2:3.4.0-3ubuntu5.5 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

-- 
package samba-common 2:3.4.0-3ubuntu5.5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/542389
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 524893] Re: versatile: Can't boot initramfses

2010-03-20 Thread Loïc Minier
** Changed in: qemu-kvm (Ubuntu Lucid)
 Assignee: Bryan Wu (cooloney) => Loïc Minier (lool)

-- 
versatile: Can't boot initramfses
https://bugs.launchpad.net/bugs/524893
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 524893] Re: versatile: Can't boot initramfses

2010-03-20 Thread Launchpad Bug Tracker
This bug was fixed in the package qemu-kvm - 0.12.3-0ubuntu17

---
qemu-kvm (0.12.3-0ubuntu17) lucid; urgency=low

  * qemu-debootstrap: test for basename part of $0 to enable build-arm-chroot
compat mode.
  * New patch, arm-higher-initrd-load-addr, set INITRD_LOAD_ADDR to 0x00d0
instead of 0x0080 as to leave enough room for our piggish vmlinuz +
its decompressed counterpart; should fix initramfs and initrd support;
thanks Jason Andrews; LP: #524893.
 -- Loic MinierSat, 20 Mar 2010 10:30:21 +0100

** Changed in: qemu-kvm (Ubuntu Lucid)
   Status: In Progress => Fix Released

-- 
versatile: Can't boot initramfses
https://bugs.launchpad.net/bugs/524893
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 540747] Re: Apache Web DAV incorrect permissions

2010-03-20 Thread Stefan Fritsch
The patch is a backport from upstream trunk (2.3.x).

The correct fix would be to use apr_file_open() with APR_OS_DEFAULT
permissions instead of apr_file_mktemp() to create the temp file.
Unfortunately, I don't think I will have time to fix it in the next week
or so.

-- 
Apache Web DAV incorrect permissions
https://bugs.launchpad.net/bugs/540747
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 530235] Re: wrong start condition in upstart job

2010-03-20 Thread Launchpad Bug Tracker
This bug was fixed in the package munin - 1.4.3-2ubuntu4

---
munin (1.4.3-2ubuntu4) lucid; urgency=low

  * Set the correct start condition for the upstart job, as originally
requested.  LP: #530235.
 -- Steve LangasekSat, 20 Mar 2010 07:22:06 +

** Changed in: munin (Ubuntu)
   Status: Triaged => Fix Released

-- 
wrong start condition in upstart job
https://bugs.launchpad.net/bugs/530235
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin 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