[Bug 504737] Re: Poor performance for mounted SMB (windows) shares.

2010-03-12 Thread shrini
** Package changed: ubuntu => samba (Ubuntu) -- Poor performance for mounted SMB (windows) shares. https://bugs.launchpad.net/bugs/504737 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

[Bug 504737] [NEW] Poor performance for mounted SMB (windows) shares.

2010-03-12 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: When accessing this share from nautilus by typing "SMB://server/share" : copy a 2GB file: Speed: 50MB/s (38sec to get a 2GB file). then I mount it using mount -t CIFS //server/share -o ... copy a 2GB file: Speed: 22,3MB/s (1minute 25sec per 2GB) mounted

[Bug 222734] Re: Samba usershares in lower-case

2010-03-12 Thread Jeremy Allison
The reason the sharename is lowercased is so we can tell immediately if another usershare exists using a case-variant of the same name (SMB shares are case insensitive). In order to fix this (it's not an issue in the server code as far as I can see) the usershare creation code would have to scan th

[Bug 511620] Re: write errors on virtual disc during install

2010-03-12 Thread Launchpad Bug Tracker
This bug was fixed in the package qemu-kvm - 0.12.3-0ubuntu15 --- qemu-kvm (0.12.3-0ubuntu15) lucid; urgency=low * debian/patches/block_avoid_creating_too_large_iovecs_in_multiwrite_merge.patch: - block: avoid creating too large iovecs in multiwrite_merge, fixes LP: #5116

[Bug 525435] Re: utf-8 characters cause permission denied error

2010-03-12 Thread Jeremy Allison
Actually, what we need is a debug level 10 from smbclient (9 isn't good enough) and a wireshark trace of the smbclient connection to the Windows server. Attach them to the samba bug: https://bugzilla.samba.org/show_bug.cgi?id=7241 Jeremy. -- utf-8 characters cause permission denied error https

[Bug 522185] Re: package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2010-03-12 Thread David Park
I think that the bug that I reported may be different from the one that has been reported here. I tried David's solution. And it didn't work on my server. Server stopped MySQL successfully. But it didn't start MySQL for the same reasons that I outlined in my bug report above. -- package mysql

[Bug 522185] Re: package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2010-03-12 Thread Nicolas Connault
I can confirm that David's solution works. > sudo killall mysqld > sudo /etc/init.d/mysql stop > apt-get upgrade -- package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1 https://bugs.launchpad.net/bugs/522185 You recei

Re: [Bug 511620] Re: write errors on virtual disc during install

2010-03-12 Thread Dustin Kirkland
Excellent, thanks for the testing. I just uploaded to Lucid. However, it's awaiting approval in the queue. Hopefully your confirmation here will help nudge that approval along. -- write errors on virtual disc during install https://bugs.launchpad.net/bugs/511620 You received this bug notificat

[Bug 522185] Re: package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2010-03-12 Thread Fisher90
I used the instructions that Sinquin David posted, and that seemed to work. There were a few files in the /var/lib/mysql that were not owned by mysql - after doing the process, all the files were mysql mysql for owner and group. The file I was concerned with was the debian-5.1.flag file. Is it po

[Bug 511620] Re: write errors on virtual disc during install

2010-03-12 Thread Dave Gilbert
Hi Dustin, That seems to work - thanks Bernhard, Dustin ; just done a lucid3 install in it (64bit) - worked fine! (Note I realised the test I did today has my host is currently running 2.6.33-999-generic #201002211003 from the daily kernel ppa rather than the standard one, I'll try and remember

[Bug 522185] Re: package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2010-03-12 Thread Sinquin David
I don't know if I had the same bug as the message I had when I updated was that dpkg couldn't stop mysql. I tried "sudo /etc/init.d/mysql stop" but it failed. Then I did "sudo killall mysqld" which worked, I re-launched "sudo /etc/init.d/mysql stop" : it worked. Then "apt-get upgrade" did his wo

[Bug 227344] Re: bind-dlz and ldap api: invalid use of "%" character

2010-03-12 Thread LaMont Jones
** Changed in: bind9 (Ubuntu) Status: Confirmed => Fix Committed -- bind-dlz and ldap api: invalid use of "%" character https://bugs.launchpad.net/bugs/227344 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bind9 in ubuntu. -- Ubu

[Bug 531854] Re: bind9 will not install on a clean system

2010-03-12 Thread LaMont Jones
Fixed in bind9 1.7.0.dfsg-2~build1 ** Changed in: bind9 (Ubuntu) Status: Triaged => Fix Released ** Changed in: bind9 (Ubuntu) Assignee: (unassigned) => LaMont Jones (lamont) -- bind9 will not install on a clean system https://bugs.launchpad.net/bugs/531854 You received this bug not

[Bug 422968] Re: bind9 fails to start and update

2010-03-12 Thread LaMont Jones
the package also assumes that you are using /etc/bind, /var/cache/bind, /var/run/named, and /etc/bind/rndc.key How many things should we allow you to change before we can no longer manage the package with the maintainer's idea of where things live?? What's the precise use case that leads you to n

[Bug 292130] Re: Copying from RISC OS to intrepid with Samba writes zeros ad infinitum

2010-03-12 Thread A Munro
Yes I am still having this problem with samba 2:3.4.0-3ubuntu5.5 Still adding zeros to the file ad infinitum and leaving the file open (on Risc OS) when stopped manually. -- Copying from RISC OS to intrepid with Samba writes zeros ad infinitum https://bugs.launchpad.net/bugs/292130 You received

[Bug 522185] Re: package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2010-03-12 Thread David Park
I'm writing to add some more details re: this bug. I encountered the same problem and figured out what the apt-get upgrade command did that made the mysql upgrade fail. I'm using a 64-bit version of Ubuntu 9.10 server on an Amazon EC2 instance. Since a couple weeks ago, "sudo apt-get upgrade" has

[Bug 538178] Re: MySQL crashes after I run sudo apt-get upgrade

2010-03-12 Thread Kamus
*** This bug is a duplicate of bug 522185 *** https://bugs.launchpad.net/bugs/522185 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 522185, so it is being marked as such. Please look at

[Bug 537715] Re: chsecurity

2010-03-12 Thread Marc Deslauriers
*** This bug is a duplicate of bug 537685 *** https://bugs.launchpad.net/bugs/537685 ** Visibility changed to: Public ** This bug has been marked a duplicate of bug 537685 perl crashed with SIGSEGV -- chsecurity https://bugs.launchpad.net/bugs/537715 You received this bug notification be

[Bug 511620] Re: write errors on virtual disc during install

2010-03-12 Thread Dustin Kirkland
I just sent a build to my PPA. If someone could test and confirm qemu-kvm_0.12.3-0ubuntu15~ppa1 when it's built at: * https://edge.launchpad.net/~kirkland/+archive/ppa that would really help! Thanks! ** Changed in: qemu-kvm (Ubuntu Lucid) Status: Triaged => In Progress -- write errors

[Bug 519897] Re: [armel] squid FTBFS: cf_gen Segmentation fault

2010-03-12 Thread David Sugar
Building squid still crashes with current gcc on armel, and I do not have the root cause yet. Although I do not know if we want to do this, I did a small change for debian/rules to build with -O0 for arm, and this at least does work, as Loic noted much earlier. So I have attached it here. ** At

[Bug 157608] Re: Adjust Time -> Sync with Internet Time Servers never syncs.

2010-03-12 Thread chrone
i'm sorry, the command line is suppose to be ntpq -p. -- Adjust Time -> Sync with Internet Time Servers never syncs. https://bugs.launchpad.net/bugs/157608 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ntp in ubuntu. -- Ubuntu-server-b

[Bug 538178] Re: MySQL crashes after I run sudo apt-get upgrade

2010-03-12 Thread Philip Muškovac
Thank you for taking the time to report this bug and helping to make Ubuntu better. This bug did not have a package associated with it, which is important for ensuring that it gets looked at by the proper developers. You can learn more about finding the right package at https://wiki.ubuntu.com/Bug

[Bug 538178] [NEW] MySQL crashes after I run sudo apt-get upgrade

2010-03-12 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Hi All, I'm using a 64-bit version of Ubuntu 9.10 server on an Amazon EC2 instance. Since a couple weeks ago, "sudo apt-get upgrade" has failed because it can't upgrade MySQL successfully. When I run apt-get upgrade, the server downloads the latest MySQ

[Bug 391420] Re: slapd failed to install/upgrade: slapadd: line 1: database (dc=xxx, dc=xxx, dc=xx) not configured to hold "dc=nodomain"

2010-03-12 Thread Nathan Stratton Treadway
Is this the same issue as bug #112631 ? -- slapd failed to install/upgrade: slapadd: line 1: database (dc=xxx,dc=xxx,dc=xx) not configured to hold "dc=nodomain" https://bugs.launchpad.net/bugs/391420 You received this bug notification because you are a member of Ubuntu Server Team, which is subs

[Bug 511620] Re: write errors on virtual disc during install

2010-03-12 Thread Dustin Kirkland
** Changed in: qemu-kvm (Ubuntu Lucid) Status: Confirmed => Triaged ** Changed in: qemu-kvm (Ubuntu Lucid) Importance: Medium => High ** Changed in: qemu-kvm (Ubuntu Lucid) Assignee: (unassigned) => Dustin Kirkland (kirkland) -- write errors on virtual disc during install https:/

[Bug 157608] Re: Adjust Time -> Sync with Internet Time Servers never syncs.

2010-03-12 Thread chrone
sorry, i don't know how to do multiple attaching here. ** Attachment added: "peerstats.20100312" http://launchpadlibrarian.net/4088/peerstats.20100312 -- Adjust Time -> Sync with Internet Time Servers never syncs. https://bugs.launchpad.net/bugs/157608 You received thi

[Bug 157608] Re: Adjust Time -> Sync with Internet Time Servers never syncs.

2010-03-12 Thread chrone
** Attachment added: "peerstats.txt" http://launchpadlibrarian.net/40883320/peerstats.txt -- Adjust Time -> Sync with Internet Time Servers never syncs. https://bugs.launchpad.net/bugs/157608 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribe

[Bug 157608] Re: Adjust Time -> Sync with Internet Time Servers never syncs.

2010-03-12 Thread chrone
i confirm this bug is still here with ubuntu 8.04.4 server i386 with the latest update up to this date. i use bind9 to my dns set to 127.0.0.1 and i use static ip address in the /etc/network/interfaces on eth0. i believe by the time the ntp daemon tried to connect to ntp.ubuntu.com, it could not r

[Bug 537636] Re: FFE for Clamav 0.96

2010-03-12 Thread Launchpad Bug Tracker
This bug was fixed in the package clamav - 0.96~rc1+dfsg-0ubuntu1 --- clamav (0.96~rc1+dfsg-0ubuntu1) lucid; urgency=low * New upstream RC - FFE (LP: #537636): - Add OfficialDatabaseOnly option to clamav-base.postinst.in - Add LocalSocketGroup option to clamav-base.postinst.

[Bug 537636] Re: FFE for Clamav 0.96

2010-03-12 Thread Scott Kitterman
Uploaded. Waiting for acceptance due to archive freeze. ** Changed in: clamav (Ubuntu) Status: Confirmed => Fix Committed ** Changed in: clamav (Ubuntu) Milestone: None => ubuntu-10.04-beta-1 -- FFE for Clamav 0.96 https://bugs.launchpad.net/bugs/537636 You received this bug notific

[Bug 511620] Re: write errors on virtual disc during install

2010-03-12 Thread Brian Murray
** Tags added: patch -- write errors on virtual disc during install https://bugs.launchpad.net/bugs/511620 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.ub

[Bug 536958] Re: slapd package configuration aborts with "Program version 4.7 doesn't match environment version 0.44" error during Hardy -> Lucid upgrade

2010-03-12 Thread Nathan Stratton Treadway
** Summary changed: - slapd package configuration aborts during Hardy -> Lucid upgrade + slapd package configuration aborts with "Program version 4.7 doesn't match environment version 0.44" error during Hardy -> Lucid upgrade -- slapd package configuration aborts with "Program version 4.7 doesn

[Bug 536958] Re: slapd package configuration aborts during Hardy -> Lucid upgrade

2010-03-12 Thread Nathan Stratton Treadway
This issue seems to be caused by the fact that the openldap packages switched from using v4.2 to v4.7 of the Berkeley Database libraries, as mentioned in the changelog.Debian.gz file: openldap (2.4.14-0ubuntu1) jaunty; urgency=low [...] * Build against db4.7 instead of db4.2 at last!

[Bug 511620] Re: write errors on virtual disc during install

2010-03-12 Thread Bernhard Schmidt
upstream patch ** Patch added: "qemu-kvm.git-e2a305fb13ff0f5cf6ff80aaa90a5ed5954c.patch" http://launchpadlibrarian.net/40881291/qemu-kvm.git-e2a305fb13ff0f5cf6ff80aaa90a5ed5954c.patch -- write errors on virtual disc during install https://bugs.launchpad.net/bugs/511620 You received t

[Bug 535156] Re: ssh connection freezes

2010-03-12 Thread Robert
Switching from ath5k to madwifi-hal-0.10.5.6 dosn't change anything. Still I'm experience thoses lags. -- ssh connection freezes https://bugs.launchpad.net/bugs/535156 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in ubuntu. --

[Bug 515274] Re: Latest Stable is 5.0.0

2010-03-12 Thread ubuntu_demon
25 February 2010: Bacula 5.0.1 has been released. This is a major bug fix release including a few directives that have been rewritten, one new directive, and some different directive behavior (see the release notes below). As is usual for a patch release (last digit changes by one), this versi

[Bug 531706] Re: apache2 crashed with SIGSEGV in sapi_getenv()

2010-03-12 Thread Chuck Short
** Package changed: apache2 (Ubuntu) => zend-framework (Ubuntu) -- apache2 crashed with SIGSEGV in sapi_getenv() https://bugs.launchpad.net/bugs/531706 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apache2 in ubuntu. -- Ubuntu-server-b

[Bug 383084] Re: autofs doesn't start on boottime and "ghost" option is being ingnored on HP machines

2010-03-12 Thread firebird
Dear Chuck! As I am still interested in finding a solution to this I would very much like to help you in solving this, but unfortunately I cannot quite understand how I am supposed to reproduce he failure with a live cd as the malfunction occurs during startup and I seriously don't want to engi

[Bug 537838] Re: package winbind 2:3.4.0-3ubuntu5.4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-03-12 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 512096 *** https://bugs.launchpad.net/bugs/512096 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 512096, so it is being marked as such. Please look at

[Bug 531706] Re: apache2 crashed with SIGSEGV in sapi_getenv()

2010-03-12 Thread Jayson Reis
** Changed in: apache2 (Ubuntu) Status: Incomplete => Confirmed -- apache2 crashed with SIGSEGV in sapi_getenv() https://bugs.launchpad.net/bugs/531706 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apache2 in ubuntu. -- Ubuntu-s

[Bug 517300] Re: [armel] likewise-open needs porting to ARM

2010-03-12 Thread Gerald Carter
Martin, Yup. I'm working on new packages currently. Trying to get this incorporated as well. -- [armel] likewise-open needs porting to ARM https://bugs.launchpad.net/bugs/517300 You received this bug notification because you are a member of Ubuntu Server Team, which is a direct subscriber. --

[Bug 517300] Re: [armel] likewise-open needs porting to ARM

2010-03-12 Thread Martin Pitt
Gerry, the debdiff looks quite okay to me (the autoreconf patch could be a little smaller, but that's just a nitpick). Can this be applied to your tree? Thanks! -- [armel] likewise-open needs porting to ARM https://bugs.launchpad.net/bugs/517300 You received this bug notification because you are

Re: [Bug 535152] Re: FFE for nut 2.4.3

2010-03-12 Thread Martin Pitt
Arnaud Quette [2010-03-10 10:51 -]: > as a side note, I have a 2.4.3-2 underway which solves the bull**it > introduced by Scott James for refreshing the USB bus on postinst... > The result is that any USB user has to unplug / plug back his UPS' USB > cord to get udev apply the right rules. > ie

[Bug 531706] Re: apache2 crashed with SIGSEGV in sapi_getenv()

2010-03-12 Thread Jayson Reis
Install zend-framework-bin and edit /etc/php5/conf.d/zend-framework.ini uncommenting the second line which changes the include path. After that, try to start apache in debug mode and you will find that crash. -- apache2 crashed with SIGSEGV in sapi_getenv() https://bugs.launchpad.net/bugs/531706

[Bug 537978] [NEW] Lucid dhclient can't set hostname

2010-03-12 Thread Valentijn Sessink
Public bug reported: Until recently (up to and including Karmic), there was a "set_hostname()" function in /sbin/dhclient-script, that said: set_hostname() { local current_hostname=$(hostname) if [ -z "$current_hostname" -o "$current_hostname" = "(none)" ]; then hostname "$new_hos

[Bug 523188] Re: Make it possible again to let dhcp server set the client hostname

2010-03-12 Thread Valentijn Sessink
In Lucid, this is not fixed but it is in fact worse, see bug #537978 -- Make it possible again to let dhcp server set the client hostname https://bugs.launchpad.net/bugs/523188 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to dhcp3 in ubunt

[Bug 531823] Re: [lucid] All linux guests oops in kvm_leave_lazy_mmu during boot (9.04, 9.10, 10.04)

2010-03-12 Thread Andy Whitcroft
The patches which triggered this issue have been backed out for beta-1. The additional patch to fix the issue is now known. The combination will be applied and tested together to avoid a recurrence. This will happen after bete-1. ** Changed in: linux (Ubuntu Lucid) Status: In Progress =>

[Bug 482313] Re: dhclient-script ignores "option host-name" from DHCP-server

2010-03-12 Thread Valentijn Sessink
We have set /etc/hostname explicitly to '(none)'. Naturally, this is an illegal hostname, but since we use dhcp for our hostnames, the hostname is changed once the network is up. -- dhclient-script ignores "option host-name" from DHCP-server https://bugs.launchpad.net/bugs/482313 You received thi

[Bug 523188] Re: Make it possible again to let dhcp server set the client hostname

2010-03-12 Thread Valentijn Sessink
We are perfectly able to set hostnames in Karmic; however, we have /etc/hostname explicitly set to '(none)', while (as far as I see in other reports), since Karmic, when /etc/hostname is missing, Ubuntu sets it to "localhost", thus making dhclient not set the hostname. -- Make it possible again t

[Bug 523188] Re: Make it possible again to let dhcp server set the client hostname

2010-03-12 Thread Valentijn Sessink
Isn't this a duplicate for bug #482313? -- Make it possible again to let dhcp server set the client hostname https://bugs.launchpad.net/bugs/523188 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to dhcp3 in ubuntu. -- Ubuntu-server-bugs ma

Re: [Bug 427612] Re: does not pass pressed caps lock to client

2010-03-12 Thread Shahar Havivi
The solution is revert this SDL patch http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=317010 or use this patch in lucid qemu http://launchpadlibrarian.net/39076020/SDL-wrong-behaviour-of-caps-lock.patch On Wed, Mar 10, 2010 at 3:43 AM, Benjamin Drung wrote: > The bug is still there (lucid guest

[Bug 533508] Re: apache2 crashed with SIGSEGV in sapi_getenv()

2010-03-12 Thread Apport retracing service
*** This bug is a duplicate of bug 531706 *** https://bugs.launchpad.net/bugs/531706 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #531706, so is being marked as such. Please loo