[Bug 573919] Re: autofs doesn't work with lucid

2010-07-27 Thread Azamat S. Kalimoulline
13 in bug 525154 and #15 of this solved my problems.

-- 
autofs doesn't work with lucid
https://bugs.launchpad.net/bugs/573919
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs 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 571057] Re: slapd 2.4.21-0ubuntu5 corrupts olcDatabase={-1}frontend.ldif with duplicate olcAccess lines (again)

2010-07-27 Thread Martin Pitt
Accepted openldap into lucid-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: openldap (Ubuntu Lucid)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

-- 
slapd 2.4.21-0ubuntu5 corrupts olcDatabase={-1}frontend.ldif with duplicate 
olcAccess lines (again)
https://bugs.launchpad.net/bugs/571057
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 608423] Re: [lucid-proposed] post-start script broken

2010-07-27 Thread Martin Pitt
Chuck, can you please reupload with -v to include the previous lucid-
proposed upload?

I see that you removed the echo timeout, which was discussed in
Prague. Thanks for fixing that.

I also see

@@ -30,15 +30,8 @@
 for i in `seq 1 30` ; do
-   /usr/bin/mysqladmin --defaults-file=$HOME/debian.cnf ping
-   ret = $?
-   if [ $ret -eq 0 ] ; then
-   break
-   fi
+   /usr/bin/mysqladmin --defaults-file=$HOME/debian.cnf ping || 
ret=$?
sleep 1

This removes the break, but I don't see why? If we don't break the loop
on success, then it will always keep trying 30 times?

** Also affects: mysql-dfsg-5.1 (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Changed in: mysql-dfsg-5.1 (Ubuntu Lucid)
 Assignee: (unassigned) = Chuck Short (zulcss)

** Changed in: mysql-dfsg-5.1 (Ubuntu Lucid)
   Importance: Undecided = High

-- 
[lucid-proposed] post-start script broken
https://bugs.launchpad.net/bugs/608423
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 610329] Re: name server reported by dig are wrong

2010-07-27 Thread efa

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/52573640/Dependencies.txt

-- 
name server reported by dig are wrong
https://bugs.launchpad.net/bugs/610329
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 610329] Re: name server reported by dig are wrong

2010-07-27 Thread Mark Schouten
** Changed in: bind9 (Ubuntu)
   Status: New = Invalid

-- 
name server reported by dig are wrong
https://bugs.launchpad.net/bugs/610329
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 584048] Re: kvm images losing connectivity w/bridged network

2010-07-27 Thread Sergey Svishchev
These may be related:

https://bugzilla.redhat.com/show_bug.cgi?id=571991  libvirt should not
use the MAC address assigned to tap devices/vnet interfaces by the
TAP/TUN driver.

https://www.redhat.com/archives/libvir-list/2010-July/msg00450.html
[libvirt] [PATCH] Set a stable  high MAC addr for guest TAP devices on
host


** Bug watch added: Red Hat Bugzilla #571991
   https://bugzilla.redhat.com/show_bug.cgi?id=571991

-- 
kvm images losing connectivity w/bridged network
https://bugs.launchpad.net/bugs/584048
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 610371] [NEW] qemu-kvm is hard to debug (ddebs are stripped)

2010-07-27 Thread Sergey Svishchev
Public bug reported:

Binary package hint: qemu-kvm

qemu-kvm-dbgsym package from ddebs.ubuntu.com is unusable (it's
stripped).  Plus, binaries in qemu-kvm don't have .gnu_debuglink
sections (useful for oprofile and systemtap).

$ lsb_release -rd
Description:Ubuntu 9.10
Release:9.10

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

** Description changed:

  Binary package hint: qemu-kvm
  
  qemu-kvm-dbgsym package from ddebs.ubuntu.com is unusable (it's
  stripped).  Plus, binaries in qemu-kvm don't have .gnu_debuglink
  sections (useful for oprofile and systemtap).
+ 
+ $ lsb_release -rd
+ Description:Ubuntu 9.10
+ Release:9.10

-- 
qemu-kvm is hard to debug (ddebs are stripped)
https://bugs.launchpad.net/bugs/610371
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


Re: [Bug 584048] Re: kvm images losing connectivity w/bridged network

2010-07-27 Thread Frank Groeneveld
For me, these are not related, because I'm not modifying the bridge
when the connectivity is lost. As long as there is steady network
trafic (for example a ping every minute), the connectivity is not
lost. As soon as I stop this, the connectivity will be lost within a
few hours.

-- 
kvm images losing connectivity w/bridged network
https://bugs.launchpad.net/bugs/584048
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 382117] Re: Renaming a file through Samba overwrites existing one

2010-07-27 Thread Dan Andreșan
Sebastien,

The bug still exists in Lucid (fully up to date).
I hit it by mistake, renaming some TV episodes on a NAS connected through 
Nautilus Samba (smb://server/share).
But, as you correctly pointed out, it is not related to samba, but to gvfs.

Allow me to be brief:
D1. create two files on desktop, one first.txt, second second.txt and write 
first in the first one and second in the second one
D2. try to rename first.txt to second.txt. Nautilus complains: 'The item could 
not be renamed. The name second.txt is already used in this folder. Please 
use a different name'. GOOD!

F1. copy first.txt and second.txt to a ftp server via Nautilus FTP connection.
F2. try to rename first.txt to second.txt. BAM! You've just lost the original 
second.txt

S1. copy first.txt and second.txt to a samba server via Nautilus SMB connection.
S2. try to rename first.txt to second.txt. BAM! You've just lost the original 
second.txt

This should not happen. Of course, Thierry is right, mv does not prompt.
In this case, please remove the prompt from Nautilus in D2 case (on the
desktop). Oh, the developer intent was to protect the user. In this
case, protect the user also when he/she is using smb or ftp in Nautilus
through gvfs.

Thanks,
Dan.

-- 
Renaming a file through Samba overwrites existing one
https://bugs.launchpad.net/bugs/382117
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 608930] Re: libnss-ldap needlessly (and indirectly) depend on libpam-ldap

2010-07-27 Thread Schlomo Schapiro
I am the original reporter of this bug...

IMHO it is also wrong that libnss-ldap depends on ldap-auth-client.
ldap-auth-client (correctly) depends on both libpam-ldap and libnss-ldap
so that a user wishing to install regular LDAP authentication can use
ldap-auth-client to activate both.

But the software in libnss-ldap does not need the software in ldap-auth-
client!

Therefore it is a bug and this dependency should be removed. Maybe
somebody added it as a convenience, but is actually wrong and should be
removed.

IMHO a correct dependency tree should look like this:

ldap-auth-client - libpam-ldap
 - libnss-ldap
- auth-client-config (suggests)

There should be no other dependencies between the other packages as they
serve no purpose I can see.

-- 
libnss-ldap needlessly (and indirectly) depend on libpam-ldap
https://bugs.launchpad.net/bugs/608930
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnss-ldap 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 596064] Re: nmbd fails to start on boot - problem with upstart

2010-07-27 Thread MURAKAMI
I experienced this (nmbd do not startup at boot), recently after
upgrading from ubuntu 9.10 server to 10.04 LTS.

The solution suggested in the Post#7 by Mr Abhishek Mukherjee worked. 
(Just adding the line mkdir /var/run/samba at just after the pre-start 
script line of /etc/init/nmbd.conf)

Regards.

-- 
nmbd fails to start on boot - problem with upstart 
https://bugs.launchpad.net/bugs/596064
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 610265] Re: apparmor: cannot successfully start an Eucalyptus KVM instance

2010-07-27 Thread C de-Avillez
** Summary changed:

- cannot successfully start an instance
+ apparmor: cannot successfully start an Eucalyptus KVM instance

-- 
apparmor: cannot successfully start an Eucalyptus KVM instance
https://bugs.launchpad.net/bugs/610265
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 610479] [NEW] Instance fails to start

2010-07-27 Thread C de-Avillez
Public bug reported:

Instances fail to start, at a rate near 10%. All failed instances show
up in euca-describe-instances with both public and private IPs set to
0.0.0.0, and stay in pending for a while (in our tests, around 20
minutes) before being forcefully terminated.

Maverick, Eucalyptus 2.0.

eucalyptus-cc 2.0~bzr1211-0ubuntu1 eucalyptus install ok installed
eucalyptus-cloud 2.0~bzr1211-0ubuntu1 eucalyptus install ok installed
eucalyptus-common 2.0~bzr1211-0ubuntu1 eucalyptus install ok installed
eucalyptus-gl 2.0~bzr1211-0ubuntu1 eucalyptus install ok installed
eucalyptus-java-common 2.0~bzr1211-0ubuntu1 eucalyptus install ok installed
eucalyptus-sc 2.0~bzr1211-0ubuntu1 eucalyptus install ok installed
eucalyptus-walrus 2.0~bzr1211-0ubuntu1 eucalyptus install ok installed
libeucalyptus-commons-ext-java 0.5.0-0ubuntu2 eucalyptus-commons-ext install ok 
installed
uec-component-listener 2.0~bzr1211-0ubuntu1 eucalyptus install ok installed

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

-- 
Instance fails to start
https://bugs.launchpad.net/bugs/610479
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 610479] Re: Instance fails to start

2010-07-27 Thread C de-Avillez
I searched the logs for one such instance:

ubu...@cempedak:/var/log/eucalyptus$ grep i-58C70904 *
cc.log.2:[Mon Jul 26 20:32:27 2010][013178][EUCADEBUG ] RunInstances(): running 
instance i-58C70904 with emiId emi-3C7E1C5B...
cc.log.2:[Mon Jul 26 20:42:45 2010][013178][EUCADEBUG ] TerminateInstances(): 
params: userId=(null), instIdsLen=1, firstInstId=i-58C70904
cloud-debug.log.2:20:32:27  INFO [ResourceToken:ClusterSink.16] 
:1280190747674:ResourceToken:77c754b4-9383-476a-bb07-a516fbb228a0:TOKEN_SPLIT:ResourceToken
 [addresses=[10.55.55.123], amount=1, cluster=UEC-TEST1, 
correlationId=77c754b4-9383-476a-bb07-a516fbb228a0, creationTime=Mon Jul 26 
20:32:27 EDT 2010, instanceIds=[i-58C70904], networkTokens=[NetworkToken 
[cluster=UEC-TEST1, indexes=[4], name=admin-uectest-g0, networkName=uectest-g0, 
userName=admin, vlan=10]], sequenceNumber=398, userName=admin, 
vmType=c1.xlarge]:ClusterAllocator.init.129
cloud-debug.log.2:20:32:27 DEBUG 
[QueuedEventCallback:UEC-TEST1-ClusterAllocator-208] 
:1280190747934:QueuedEventCallback:QUEUE:class 
edu.ucsb.eucalyptus.cloud.VmRunType:[VmRunType reservationId=r-2EAC0570 
userData= min=1 max=1 vlan=10 launchIndex=0 imageInfo=VmImageInfo 
[ancestorIds=[], imageId=emi-3C7E1C5B, 
imageLocation=http://10.55.55.2:8773/services/Walrus/maverick-20100726-amd64-20100726172535/maverick-server-uec-amd64.img.manifest.xml,
 kernelId=eki-D9422170, 
kernelLocation=http://10.55.55.2:8773/services/Walrus/maverick-20100726-amd64-20100726172535/maverick-server-uec-amd64-vmlinuz-virtual.manifest.xml,
 productCodes=[], ramdiskId=null, ramdiskLocation=null, size=1476395008] 
vmTypeInfo=VmTypeInfo [name='c1.xlarge', memory=2048, disk=20, cores=4] 
keyInfo=VmKeyInfo 
[fingerprint=10:14:76:bd:e7:4c:ec:96:20:da:2f:2d:5f:87:61:0c:ad:53:a6:40, 
name=uectest-k0, value=ssh-rsa 
B3NzaC1yc2EDAQABAAABAQCQTKr0e39y1gpz2e0w80xfgmmI5tIoGd7cLYLb2ii12gJJImJwyOTaViXoUn26aQ5iN3z4zzXGW0LxupqLHWDApTZYG4Aqu2GuaVyxcBTgCJ7qthoKrn7wjifJsr6gF5a8LrPWdPu+8WKEIxLy/o45Y99jDuBZHWvNG4SbnUS94XX7Z1dLwaSYMMVGryB0TFCJ8UJXNLOGsKqJnshJwjMiGi5LONhjmIfrqzncghcd1M+9gGJ1P30EG5rrgTaWyIGetI6oKY6EKip0FJjBXFBhEI9rEHruSZIt4A0ADxlldqYD72XSHTUnn3dSD+wtlzwKEF5uR7Ss5HXXe0ANbGvf
 ad...@eucalyptus] instanceIds=[i-58C70904] macAddresses=[d0:0d:58:C7:09:04] 
networkNames=[uectest-g0] networkIndexList=[4] 
correlationId=77c754b4-9383-476a-bb07-a516fbb228a0-220298 userId=admin 
effectiveUserId=eucalyptus _return=false 
statusMessage=null]:StatefulMessageSet.run.104
cloud-debug.log.2:20:42:45  INFO [VmInstance:New I/O client worker #2-10] 
i-58C70904 state change: PENDING - TERMINATED
cloud-debug.log.2:20:42:45 DEBUG [QueuedEventCallback:New I/O client worker 
#2-10] :1280191365437:QueuedEventCallback:QUEUE:class 
edu.ucsb.eucalyptus.msgs.TerminateInstancesType:[TerminateInstancesType 
instancesSet=[i-58C70904] correlationId=30b262eb-d044-492a-9040-1901ebbbff48 
userId=null effectiveUserId=null _return=false 
statusMessage=null]:VmInstance.setState.247
cloud-debug.log.2:20:42:45  INFO [VmInstance:New I/O client worker #2-10] 
:1280191365438:VmInstance:VM_STATE:user=admin:instance=i-58C70904:type=c1.xlarge:state=TERMINATED:details=[]:SystemState.handle.147
cloud-debug.log.2:20:42:45  INFO [TerminateInstancesType:UEC-TEST1-Worker-2] 
:1280191365441:TerminateInstancesType:VM_TERMINATING:[TerminateInstancesType 
instancesSet=[i-58C70904] correlationId=30b262eb-d044-492a-9040-1901ebbbff48 
userId=null effectiveUserId=null _return=false 
statusMessage=null]:TerminateCallback.prepare.73
cloud-output.log.2:20:32:27  INFO 110  ResourceToken  | 
:1280190747674:ResourceToken:77c754b4-9383-476a-bb07-a516fbb228a0:TOKEN_SPLIT:ResourceToken
 [addresses=[10.55.55.123], amount=1, cluster=UEC-TEST1, 
correlationId=77c754b4-9383-476a-bb07-a516fbb228a0, creationTime=Mon Jul 26 
20:32:27 EDT 2010, instanceIds=[i-58C70904], networkTokens=[NetworkToken 
[cluster=UEC-TEST1, indexes=[4], name=admin-uectest-g0, networkName=uectest-g0, 
userName=admin, vlan=10]], sequenceNumber=398, userName=admin, 
vmType=c1.xlarge]:ClusterAllocator.init.129
cloud-output.log.2:20:32:27 DEBUG 140  QueuedEventCallback| 
:1280190747934:QueuedEventCallback:QUEUE:class 
edu.ucsb.eucalyptus.cloud.VmRunType:[VmRunType reservationId=r-2EAC0570 
userData= min=1 max=1 vlan=10 launchIndex=0 imageInfo=VmImageInfo 
[ancestorIds=[], imageId=emi-3C7E1C5B, 
imageLocation=http://10.55.55.2:8773/services/Walrus/maverick-20100726-amd64-20100726172535/maverick-server-uec-amd64.img.manifest.xml,
 kernelId=eki-D9422170, 
kernelLocation=http://10.55.55.2:8773/services/Walrus/maverick-20100726-amd64-20100726172535/maverick-server-uec-amd64-vmlinuz-virtual.manifest.xml,
 productCodes=[], ramdiskId=null, ramdiskLocation=null, size=1476395008] 
vmTypeInfo=VmTypeInfo [name='c1.xlarge', memory=2048, disk=20, cores=4] 
keyInfo=VmKeyInfo 
[fingerprint=10:14:76:bd:e7:4c:ec:96:20:da:2f:2d:5f:87:61:0c:ad:53:a6:40, 
name=uectest-k0, value=ssh-rsa 

[Bug 609290] Re: overlapping memcpy in ssl_io_input_read

2010-07-27 Thread Launchpad Bug Tracker
This bug was fixed in the package apache2 - 2.2.16-1ubuntu1

---
apache2 (2.2.16-1ubuntu1) maverick; urgency=low

  * Merge from debian unstable.  Remaining changes:
- debian/{control, rules}: Enable PIE hardening.
- debian/{control, rules, apache2.2-common.ufw.profile}: Add ufw profiles.
- debian/control: Add bzr tag and point it to our tree.
- debian/apache2-2.common.apache2.init: Add graceful restart (LP: #456381)

apache2 (2.2.16-1) unstable; urgency=medium

  * Urgency medium for security fix.
  * New upstream release:
- CVE-2010-1452: mod_dav, mod_cache: Fix denial of service vulnerability
  due to incorrect handling of requests without a path segment.
- mod_dir: add FallbackResource directive, to enable admin to specify
  an action to happen when a URL maps to no file, without resorting
  to ErrorDocument or mod_rewrite
  * Fix mod_ssl header line corruption because of using memcpy for overlapping
buffers. PR 45444. LP: #609290, #589611, #595116

apache2 (2.2.15-6) unstable; urgency=low

  * Fix init script not correctly killing htcacheclean. Closes: #580971
  * Add a separate entry in README.Debian about the need to use apache2ctl
for starting instead of calling apache2 directly. Closes: #580445
  * Fix debug info to allow gdb loading it automatically. Closes: #581514
  * Fix install target in Makefile created by apxs2 -n. Closes: #588787
  * Fix ab sending more requests than specified by the -n parameter.
Closes: #541158
  * Add apache2 monit configuration to apache2.2-commons examples dir.
Closes: #583127
  * Build as PIE, since gdb in squeeze now supports it.
  * Update the postrm script to also purge the version of /var/www/index.html
introduced in 2.2.11-7.
  * Bump Standards-Version (no changes).
 -- Chuck Short zul...@ubuntu.com   Mon, 26 Jul 2010 20:21:37 +0100

** Changed in: apache2 (Ubuntu Maverick)
   Status: Triaged = Fix Released

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2010-1452

-- 
overlapping memcpy in ssl_io_input_read
https://bugs.launchpad.net/bugs/609290
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 589611] Re: client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23)

2010-07-27 Thread Launchpad Bug Tracker
This bug was fixed in the package apache2 - 2.2.16-1ubuntu1

---
apache2 (2.2.16-1ubuntu1) maverick; urgency=low

  * Merge from debian unstable.  Remaining changes:
- debian/{control, rules}: Enable PIE hardening.
- debian/{control, rules, apache2.2-common.ufw.profile}: Add ufw profiles.
- debian/control: Add bzr tag and point it to our tree.
- debian/apache2-2.common.apache2.init: Add graceful restart (LP: #456381)

apache2 (2.2.16-1) unstable; urgency=medium

  * Urgency medium for security fix.
  * New upstream release:
- CVE-2010-1452: mod_dav, mod_cache: Fix denial of service vulnerability
  due to incorrect handling of requests without a path segment.
- mod_dir: add FallbackResource directive, to enable admin to specify
  an action to happen when a URL maps to no file, without resorting
  to ErrorDocument or mod_rewrite
  * Fix mod_ssl header line corruption because of using memcpy for overlapping
buffers. PR 45444. LP: #609290, #589611, #595116

apache2 (2.2.15-6) unstable; urgency=low

  * Fix init script not correctly killing htcacheclean. Closes: #580971
  * Add a separate entry in README.Debian about the need to use apache2ctl
for starting instead of calling apache2 directly. Closes: #580445
  * Fix debug info to allow gdb loading it automatically. Closes: #581514
  * Fix install target in Makefile created by apxs2 -n. Closes: #588787
  * Fix ab sending more requests than specified by the -n parameter.
Closes: #541158
  * Add apache2 monit configuration to apache2.2-commons examples dir.
Closes: #583127
  * Build as PIE, since gdb in squeeze now supports it.
  * Update the postrm script to also purge the version of /var/www/index.html
introduced in 2.2.11-7.
  * Bump Standards-Version (no changes).
 -- Chuck Short zul...@ubuntu.com   Mon, 26 Jul 2010 20:21:37 +0100

** Changed in: apache2 (Ubuntu)
   Status: Confirmed = Fix Released

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2010-1452

-- 
client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23)
https://bugs.launchpad.net/bugs/589611
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 595116] Re: ssl error reading the headers

2010-07-27 Thread Launchpad Bug Tracker
This bug was fixed in the package apache2 - 2.2.16-1ubuntu1

---
apache2 (2.2.16-1ubuntu1) maverick; urgency=low

  * Merge from debian unstable.  Remaining changes:
- debian/{control, rules}: Enable PIE hardening.
- debian/{control, rules, apache2.2-common.ufw.profile}: Add ufw profiles.
- debian/control: Add bzr tag and point it to our tree.
- debian/apache2-2.common.apache2.init: Add graceful restart (LP: #456381)

apache2 (2.2.16-1) unstable; urgency=medium

  * Urgency medium for security fix.
  * New upstream release:
- CVE-2010-1452: mod_dav, mod_cache: Fix denial of service vulnerability
  due to incorrect handling of requests without a path segment.
- mod_dir: add FallbackResource directive, to enable admin to specify
  an action to happen when a URL maps to no file, without resorting
  to ErrorDocument or mod_rewrite
  * Fix mod_ssl header line corruption because of using memcpy for overlapping
buffers. PR 45444. LP: #609290, #589611, #595116

apache2 (2.2.15-6) unstable; urgency=low

  * Fix init script not correctly killing htcacheclean. Closes: #580971
  * Add a separate entry in README.Debian about the need to use apache2ctl
for starting instead of calling apache2 directly. Closes: #580445
  * Fix debug info to allow gdb loading it automatically. Closes: #581514
  * Fix install target in Makefile created by apxs2 -n. Closes: #588787
  * Fix ab sending more requests than specified by the -n parameter.
Closes: #541158
  * Add apache2 monit configuration to apache2.2-commons examples dir.
Closes: #583127
  * Build as PIE, since gdb in squeeze now supports it.
  * Update the postrm script to also purge the version of /var/www/index.html
introduced in 2.2.11-7.
  * Bump Standards-Version (no changes).
 -- Chuck Short zul...@ubuntu.com   Mon, 26 Jul 2010 20:21:37 +0100

** Changed in: apache2 (Ubuntu)
   Status: Confirmed = Fix Released

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2010-1452

-- 
ssl error reading the headers
https://bugs.launchpad.net/bugs/595116
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


Re: [Bug 608182] Re: problems with ups (mge pulsar es 8+)

2010-07-27 Thread Arnaud Quette
2010/7/26 Wolfgang Lubowski w@gmx.at

 I still get the same outputs with NUT-Monitor.
 my nut.conf looks now the following:
 MODE=standalone

 ps -efl | grep mge-utalk:
 0 S root  2066  2002  0  80   0 -  1907 pipe_w 08:37 pts/000:00:00
 grep --color=auto mge-utalk

 upsc mgeups:
 Error: Driver not connected

 ls -la /var/run/nut:
 insgesamt 8
 drwxrwx---  2 root nut   80 2010-07-26 08:32 .
 drwxr-xr-x 22 root root 760 2010-07-26 08:32 ..
 -rw-r--r--  1 nut  nut5 2010-07-26 08:32 upsd.pid
 -rw-r--r--  1 root root   5 2010-07-26 08:32 upsmon.pid


all this confirms that the driver failed to start.
can you try grep'ing your /var/log/messages for mge-utalk

the NUT-Monitor problem are related to that. If you have any other info (or
a screenshot) to give more details on the it starts not correctly. Ie does
it crash, is there a trace, ...?

Arnaud

-- 
problems with ups (mge pulsar es 8+)
https://bugs.launchpad.net/bugs/608182
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut 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 363729] Re: openvpn crashes under high load

2010-07-27 Thread Mathias Gug
** Changed in: openvpn (Ubuntu)
   Importance: Undecided = Medium

-- 
openvpn crashes under high load
https://bugs.launchpad.net/bugs/363729
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 605890] Re: Ext3/4 orphan cleanup messages on boot

2010-07-27 Thread Mathias Gug
** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided = Low

-- 
Ext3/4 orphan cleanup messages on boot
https://bugs.launchpad.net/bugs/605890
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 322518] Re: No obvious way to prevent ntpdate to be run when interface are brought up

2010-07-27 Thread Michael Terry
** Tags added: oem-services

-- 
No obvious way to prevent ntpdate to be run when interface are brought up
https://bugs.launchpad.net/bugs/322518
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 41794] Re: VPN tunnel is closed before network drives are unmounted when shutting down

2010-07-27 Thread Patrick Donnelly
What's the status on this bug?

-- 
VPN tunnel is closed before network drives are unmounted when shutting down
https://bugs.launchpad.net/bugs/41794
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 610544] [NEW] slapd apport hook

2010-07-27 Thread Adam Sommer
Public bug reported:

Here's a slapd apport package hook.  If there's any changes needed
please let me know.

Thanks,
Adam

** Affects: openldap (Ubuntu)
 Importance: Wishlist
 Status: New


** Tags: apport-hook slapd

-- 
slapd apport hook
https://bugs.launchpad.net/bugs/610544
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 610544] Re: slapd apport hook

2010-07-27 Thread Adam Sommer

** Patch added: slapd apport-hook debdiff
   http://launchpadlibrarian.net/52598163/openldap_apport-hook.debdiff

** Changed in: openldap (Ubuntu)
   Importance: Undecided = Wishlist

** Branch linked: lp:~asommer/openldap/apport-hook

-- 
slapd apport hook
https://bugs.launchpad.net/bugs/610544
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 607039] Re: NFS automount failover doesn't work

2010-07-27 Thread Mathias Gug
** Changed in: autofs5 (Ubuntu)
   Importance: Undecided = Medium

-- 
NFS automount failover doesn't work
https://bugs.launchpad.net/bugs/607039
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs5 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 606898] Re: package postfix 2.7.0-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2010-07-27 Thread Mathias Gug
According to the log file:

newaliases: fatal: file /etc/postfix/main.cf: parameter myhostname: bad
parameter value: ubuntvqclts.hsd1.ct.comcast.net.

I'd suggest to fix your hostname or edit myhostname option.

** Changed in: postfix (Ubuntu)
   Status: New = Won't Fix

** Changed in: postfix (Ubuntu)
   Status: Won't Fix = Invalid

** Changed in: postfix (Ubuntu)
   Importance: Undecided = Medium

-- 
package postfix 2.7.0-1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 75
https://bugs.launchpad.net/bugs/606898
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 607466] Re: libvirt error starting domin: could not remove profile for

2010-07-27 Thread Mathias Gug
Could you attach the xml profile of the failing guest (iadoptdc02)?


** Changed in: libvirt (Ubuntu)
   Importance: Undecided = Medium

** Changed in: libvirt (Ubuntu)
   Status: New = Incomplete

-- 
libvirt error starting domin: could not remove profile for
https://bugs.launchpad.net/bugs/607466
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 607884] Re: 10.04 amd64 libvirt+qemu fails to install Win Server 08 x64 or Win7 x64

2010-07-27 Thread Mathias Gug
** Changed in: libvirt (Ubuntu)
   Importance: Undecided = Medium

** Changed in: libvirt (Ubuntu)
   Status: New = Incomplete

-- 
10.04 amd64 libvirt+qemu fails to install Win Server 08 x64 or Win7 x64
https://bugs.launchpad.net/bugs/607884
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 610265] Re: apparmor: cannot successfully start an Eucalyptus KVM instance

2010-07-27 Thread Thierry Carrez
Tentatively assigning to Jamie, feel free to redistribute

** Tags added: apparmor

** Changed in: eucalyptus (Ubuntu)
   Importance: Undecided = High

** Changed in: eucalyptus (Ubuntu)
   Status: New = Confirmed

** Changed in: eucalyptus (Ubuntu)
Milestone: None = maverick-alpha-3

** Changed in: eucalyptus (Ubuntu)
 Assignee: (unassigned) = Jamie Strandboge (jdstrand)

** Also affects: eucalyptus (Ubuntu Maverick)
   Importance: High
 Assignee: Jamie Strandboge (jdstrand)
   Status: Confirmed

-- 
apparmor: cannot successfully start an Eucalyptus KVM instance
https://bugs.launchpad.net/bugs/610265
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 610557] [NEW] NFS Client Not Properly Unmounted on Halt/Reboot

2010-07-27 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

(Note, this bug also exists in Debian.) I am using Ubuntu 10.04.1 LTS.

After installing the nfs-client package, Ubuntu installs the following
rc0.d and rc6.d links:

$ ls -l /etc/rc0.d/S31umountnfs.sh
lrwxrwxrwx 1 root root 22 2009-02-19 19:22 /etc/rc0.d/S31umountnfs.sh - 
../init.d/umountnfs.sh
$ ls -l /etc/rc6.d/S31umountnfs.sh
lrwxrwxrwx 1 root root 22 2009-02-19 19:22 /etc/rc6.d/S31umountnfs.sh - 
../init.d/umountnfs.sh

These are incorrect for many reasons:

1) The /etc/init.d/umountnfs.sh script does nothing on start.
2) The S20sendsigs script is run before this and kills all NFS processes.
3) NFS volumes mounted over openvpn will not be properly unmounted because 
openvpn is killed before the start script is run.

I propose that the umountnfs.sh script be changed (back) to a kill
script with sufficiently low number so that it runs before other daemons
like openvpn. I changed mine to run at K25:

# ls -l /etc/rc0.d/K25umountnfs.sh 
lrwxrwxrwx 1 root root 22 2009-02-19 19:22 /etc/rc0.d/K25umountnfs.sh - 
../init.d/umountnfs.sh
# ls -l /etc/rc6.d/K25umountnfs.sh 
lrwxrwxrwx 1 root root 22 2009-02-19 19:22 /etc/rc6.d/K25umountnfs.sh - 
../init.d/umountnfs.sh

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

-- 
NFS Client Not Properly Unmounted on Halt/Reboot
https://bugs.launchpad.net/bugs/610557
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to openvpn 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 610557] Re: NFS Client Not Properly Unmounted on Halt/Reboot

2010-07-27 Thread Steve Langasek
Thank you for taking the time to report this issue and help to improve
Ubuntu.

 1) The /etc/init.d/umountnfs.sh script does nothing on start.

That's not how S scripts are called in runlevels 0 and 6; this is not
a bug.

 2) The S20sendsigs script is run before this and kills all NFS
processes.

No, this script does not kill any processes belonging to upstart jobs.

 3) NFS volumes mounted over openvpn will not be properly unmounted because
 openvpn is killed before the start script is run.

This seems to be the real bug - a bug in openvpn for being stopped to
early, not in nfs-utils.  Reassigning to that package.

** Package changed: nfs-utils (Ubuntu) = openvpn (Ubuntu)

-- 
NFS Client Not Properly Unmounted on Halt/Reboot
https://bugs.launchpad.net/bugs/610557
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 125609] Re: X is required to build irqbalance

2010-07-27 Thread Chuck Short
Already depends on xutils-dev.

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

-- 
X is required to build irqbalance
https://bugs.launchpad.net/bugs/125609
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to irqbalance 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 53024] Re: manpage is wrong about exit-hook script.

2010-07-27 Thread Dustin Kirkland
** Changed in: server-papercuts
   Status: Triaged = In Progress

-- 
manpage is wrong about exit-hook script.
https://bugs.launchpad.net/bugs/53024
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 607466] Re: libvirt error starting domin: could not remove profile for

2010-07-27 Thread Bryan McLellan
Yes, although it's working at the moment.

domain type='kvm'
  nameiadoptdc02/name
  uuid177bb534-7d9c-91ad-e6bf-89cd76d1e1bb/uuid
  memory1048576/memory
  currentMemory1048576/currentMemory
  vcpu2/vcpu
  os
type arch='x86_64' machine='pc-0.12'hvm/type
boot dev='hd'/
  /os
  features
acpi/
apic/
pae/
  /features
  clock offset='localtime'/
  on_poweroffdestroy/on_poweroff
  on_rebootrestart/on_reboot
  on_crashrestart/on_crash
  devices
emulator/usr/bin/kvm/emulator
disk type='file' device='disk'
  driver name='qemu' type='raw'/
  source file='/var/lib/libvirt/images/iadoptdc02.img'/
  target dev='hda' bus='ide'/
/disk
interface type='bridge'
  mac address='52:54:00:09:71:b1'/
  source bridge='br0.54'/
  model type='e1000'/
/interface
console type='pty'
  target port='0'/
/console
console type='pty'
  target port='0'/
/console
input type='tablet' bus='usb'/
input type='mouse' bus='ps2'/
graphics type='vnc' port='-1' autoport='yes'/
video
  model type='cirrus' vram='9216' heads='1'/
/video
  /devices
/domain

-- 
libvirt error starting domin: could not remove profile for
https://bugs.launchpad.net/bugs/607466
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 590104] Re: ace domain format not allowed for .de whois servers

2010-07-27 Thread Chuck Short
When doing this, does the behavior change for non .de domains?

-- 
ace domain format not allowed for .de whois servers
https://bugs.launchpad.net/bugs/590104
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to whois 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 610557] Re: NFS Client Not Properly Unmounted on Halt/Reboot

2010-07-27 Thread Patrick Donnelly
Ok, I didn't realize this despite reading the manual page for update-
rc.d. Perhaps the man page should be updated to reflect:

 1) The /etc/init.d/umountnfs.sh script does nothing on start.
That's not how S scripts are called in runlevels 0 and 6; this is not a bug.

Thanks for the help.

-- 
NFS Client Not Properly Unmounted on Halt/Reboot
https://bugs.launchpad.net/bugs/610557
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 53024] Re: manpage is wrong about exit-hook script.

2010-07-27 Thread Dustin Kirkland
** Changed in: server-papercuts
   Status: In Progress = Fix Committed

-- 
manpage is wrong about exit-hook script.
https://bugs.launchpad.net/bugs/53024
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 53024] Re: manpage is wrong about exit-hook script.

2010-07-27 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/dhcp3

-- 
manpage is wrong about exit-hook script.
https://bugs.launchpad.net/bugs/53024
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 53024] Re: manpage is wrong about exit-hook script.

2010-07-27 Thread Dustin Kirkland
** Changed in: dhcp3 (Ubuntu)
   Status: In Progress = Fix Committed

-- 
manpage is wrong about exit-hook script.
https://bugs.launchpad.net/bugs/53024
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 125609] Re: X is required to build irqbalance

2010-07-27 Thread Chuck Short
Which is not the correct thing...closing paper cut.


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

-- 
X is required to build irqbalance
https://bugs.launchpad.net/bugs/125609
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to irqbalance 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 125609] Re: X is required to build irqbalance

2010-07-27 Thread Chuck Short
Too big for a papercut.

** Changed in: server-papercuts
   Status: Triaged = Won't Fix

-- 
X is required to build irqbalance
https://bugs.launchpad.net/bugs/125609
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to irqbalance 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 53024] Re: manpage is wrong about exit-hook script.

2010-07-27 Thread Launchpad Bug Tracker
This bug was fixed in the package dhcp3 - 3.1.3-2ubuntu5

---
dhcp3 (3.1.3-2ubuntu5) maverick; urgency=low

  * debian/patches/fix_exit_hook_doc_manpage.diff: fix LP: #53024,
Modified client/dhclient-script.8 manpage to include information about
the script folders /etc/dhcp3/dhclient-enter-hooks.d and
/etc/dhcp3/dhclient-enter-hooks.d.
 -- Dustin Kirkland kirkl...@ubuntu.com   Tue, 27 Jul 2010 15:55:09 -0400

** Changed in: dhcp3 (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
manpage is wrong about exit-hook script.
https://bugs.launchpad.net/bugs/53024
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 608423] Re: [lucid-proposed] post-start script broken

2010-07-27 Thread Christoph
Hi Chuck,
the same bug is in Maverick mysql-server 5.1.48-1ubuntu3. The patchworks 
flawless. 
Thanks, Christoph

-- 
[lucid-proposed] post-start script broken
https://bugs.launchpad.net/bugs/608423
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 586175] Re: Windows XP/2003 doesn't boot

2010-07-27 Thread flashydave
I am struggling with the same problem with a WIndows 2003 install under
virt-manager/virsh The byte at 7e1c was already set to 3F. hexediting
the byte at offset 7e1a to FF allowed the system to boot OK.

-- 
Windows XP/2003 doesn't boot
https://bugs.launchpad.net/bugs/586175
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


Re: [Bug 578930] Re: Lucid qemu-kvm: ksmd default config is CPU hog

2010-07-27 Thread Dustin Kirkland
As stated above, I personally don't plan on fixing it in Ubuntu.

You can set that value to whatever you want in the config file.

Dustin

-- 
Lucid qemu-kvm: ksmd default config is CPU hog
https://bugs.launchpad.net/bugs/578930
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 610630] [NEW] Please add Kolab php patches to Ubuntu php5

2010-07-27 Thread Scott Kitterman
Public bug reported:

Binary package hint: php5

Kolab currently ships an embedded copy of php5.  They have seen the
error of their ways and would prefer to use the system php5.
Unfortunately, they need a couple of patches that aren't upstream yet.

http://kolab.org/cgi-bin/viewcvs-kolab.cgi/server/php/patches/php-5.3.2/

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

** Changed in: php5 (Ubuntu)
Milestone: None = maverick-alpha-3

-- 
Please add Kolab php patches to Ubuntu php5
https://bugs.launchpad.net/bugs/610630
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 610630] Re: Please add Kolab php patches to Ubuntu php5

2010-07-27 Thread Scott Kitterman
Relates to https://blueprints.launchpad.net/ubuntu/+spec/server-
maverick-kolab

-- 
Please add Kolab php patches to Ubuntu php5
https://bugs.launchpad.net/bugs/610630
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 538470] Re: wrong dependencies/recommends

2010-07-27 Thread Serge Hallyn
Debian maintainer did not object to the idea of splitting out sa-compile.
I sent a debdiff doing so.  Assuming he doesn't object and pushes that
into Debian, I'll then post a merge request.

-- 
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 610544] Re: slapd apport hook

2010-07-27 Thread Brian Murray
** Tags added: patch

-- 
slapd apport hook
https://bugs.launchpad.net/bugs/610544
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 610652] [NEW] vmbuilder randomly fails to install grub

2010-07-27 Thread David Clarke
Public bug reported:

Command line and options are identical between runs, except for the
hostname and LV (as passed to --raw)

# vmbuilder kvm ubuntu --hostname=$1 --raw=/dev/vg0/$1 -c
/etc/vmbuilder.cfg --debug -o --rootsize=8192 --swapsize=2048 --mem=512

# egrep -v ^$|^# /etc/vmbuilder.cfg 
[DEFAULT]
[ubuntu]
mirror = http://ubuntu.catalyst.net.nz/ubuntu
security-mirror = http://ubuntu.catalyst.net.nz/ubuntu
suite = lucid
flavour = virtual
[kvm]
libvirt = qemu:///system
bridge = br0

Successful run excerpt:

2010-07-28 11:25:00,179 DEBUG   : ['rsync', '-a', 
'/tmp/tmpXcZ1l2/usr/lib/grub/x86_64-pc/', '/tmp/tmpXcZ1l2/boot/grub/']
2010-07-28 11:25:00,233 DEBUG   : ['chroot', '/tmp/tmpXcZ1l2', 'grub', 
'--device-map=/tmp/vmbuilder-grub/device.map', '--batch']
2010-07-28 11:25:00,234 DEBUG   : stdin was set and it was a string: root 
(hd0,0)
setup (hd0)
EOT
2010-07-28 11:25:01,239 DEBUG   : 
2010-07-28 11:25:01,239 DEBUG   :[ Minimal BASH-like line editing is 
supported.   For
2010-07-28 11:25:01,240 DEBUG   :  the   first   word,  TAB  lists  
possible  command
2010-07-28 11:25:01,240 DEBUG   :  completions.  Anywhere else TAB 
lists the possible
2010-07-28 11:25:01,240 DEBUG   :  completions of a device/filename. ]
2010-07-28 11:25:01,241 DEBUG   : grub root (hd0,0)
2010-07-28 11:25:01,241 DEBUG   : grub setup (hd0)
2010-07-28 11:25:01,241 DEBUG   :  Checking if /boot/grub/stage1 exists... yes
2010-07-28 11:25:01,241 DEBUG   :  Checking if /boot/grub/stage2 exists... yes
2010-07-28 11:25:01,242 DEBUG   :  Checking if /boot/grub/e2fs_stage1_5 
exists... yes
2010-07-28 11:25:01,242 DEBUG   :  Running embed /boot/grub/e2fs_stage1_5 
(hd0)... failed (this is not fatal)
2010-07-28 11:25:01,242 DEBUG   :  Running embed /boot/grub/e2fs_stage1_5 
(hd0,0)... failed (this is not fatal)
2010-07-28 11:25:01,242 DEBUG   :  Running install /boot/grub/stage1 (hd0) 
/boot/grub/stage2 p /boot/grub/menu.lst ... succeeded
2010-07-28 11:25:01,243 DEBUG   : Done.
2010-07-28 11:25:01,243 DEBUG   : grub EOT
2010-07-28 11:25:01,244 DEBUG   : ['chroot', '/tmp/tmpXcZ1l2', 
'/usr/sbin/update-grub', '-y']
2010-07-28 11:25:01,381 INFO: Searching for GRUB installation directory ... 
found: /boot/grub
2010-07-28 11:25:01,447 INFO: Searching for default file ... Generating 
/boot/grub/default file and setting the default boot entry to 0
2010-07-28 11:25:01,449 INFO: Searching for GRUB installation directory ... 
found: /boot/grub
2010-07-28 11:25:01,460 INFO: Testing for an existing GRUB menu.lst file 
... 
2010-07-28 11:25:01,460 INFO: 
2010-07-28 11:25:01,460 INFO: Could not find /boot/grub/menu.lst file. 
2010-07-28 11:25:01,460 INFO: Generating /boot/grub/menu.lst
2010-07-28 11:25:01,582 INFO: Searching for splash image ... none found, 
skipping ...
2010-07-28 11:25:01,825 INFO: grep: /boot/config*: No such file or directory
2010-07-28 11:25:01,966 INFO: Updating /boot/grub/menu.lst ... done
2010-07-28 11:25:01,966 INFO: 

Failed run:


2010-07-28 11:28:16,816 DEBUG   : ['rsync', '-a', 
'/tmp/tmpa5EOR4/usr/lib/grub/x86_64-pc/', '/tmp/tmpa5EOR4/boot/grub/']
2010-07-28 11:28:16,870 DEBUG   : ['chroot', '/tmp/tmpa5EOR4', 'grub', 
'--device-map=/tmp/vmbuilder-grub/device.map', '--batch']
2010-07-28 11:28:16,870 DEBUG   : stdin was set and it was a string: root 
(hd0,0)
setup (hd0)
EOT
2010-07-28 11:28:17,526 DEBUG   : 
2010-07-28 11:28:17,527 DEBUG   :[ Minimal BASH-like line editing is 
supported.   For
2010-07-28 11:28:17,527 DEBUG   :  the   first   word,  TAB  lists  
possible  command
2010-07-28 11:28:17,527 DEBUG   :  completions.  Anywhere else TAB 
lists the possible
2010-07-28 11:28:17,528 DEBUG   :  completions of a device/filename. ]
2010-07-28 11:28:17,528 DEBUG   : grub root (hd0,0)
2010-07-28 11:28:17,528 DEBUG   : grub setup (hd0)
2010-07-28 11:28:17,528 DEBUG   :  Checking if /boot/grub/stage1 exists... no
2010-07-28 11:28:17,529 DEBUG   :  Checking if /grub/stage1 exists... no
2010-07-28 11:28:17,529 DEBUG   : 
2010-07-28 11:28:17,529 DEBUG   : Error 15: File not found
2010-07-28 11:28:17,530 DEBUG   : grub EOT
2010-07-28 11:28:17,530 DEBUG   : ['chroot', '/tmp/tmpa5EOR4', 
'/usr/sbin/update-grub', '-y']
2010-07-28 11:28:17,664 INFO: Searching for GRUB installation directory ... 
found: /boot/grub
2010-07-28 11:28:17,728 INFO: Searching for default file ... Generating 
/boot/grub/default file and setting the default boot entry to 0
2010-07-28 11:28:17,731 INFO: Searching for GRUB installation directory ... 
found: /boot/grub
2010-07-28 11:28:17,741 INFO: Testing for an existing GRUB menu.lst file 
... 
2010-07-28 11:28:17,742 INFO: 
2010-07-28 11:28:17,742 INFO: Could not find /boot/grub/menu.lst file. 
2010-07-28 11:28:17,742 INFO: Generating /boot/grub/menu.lst
2010-07-28 11:28:17,863 INFO: Searching for splash image ... none found, 
skipping ...
2010-07-28 11:28:18,112 INFO: 

[Bug 610652] Re: vmbuilder randomly fails to install grub

2010-07-27 Thread David Clarke

** Attachment added: Successful run
   http://launchpadlibrarian.net/52610446/test01.txt

-- 
vmbuilder randomly fails to install grub
https://bugs.launchpad.net/bugs/610652
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder 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 610652] Re: vmbuilder randomly fails to install grub

2010-07-27 Thread David Clarke

** Attachment added: Failed run
   http://launchpadlibrarian.net/52610447/test03.txt

-- 
vmbuilder randomly fails to install grub
https://bugs.launchpad.net/bugs/610652
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder 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 584048] Re: kvm images losing connectivity w/bridged network

2010-07-27 Thread Andrew Klettke
I am also not modifying the bridge at all.

Where my problem differs from Frank's, however, is my connectivity is
lost even if there is steady network traffic to or from the guest.

-- 
kvm images losing connectivity w/bridged network
https://bugs.launchpad.net/bugs/584048
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 107224] Re: mysql-server preinst script stops running mysql

2010-07-27 Thread LoboOscuro
no se ingles, habia publicado creo un bug parecido pero lo perdi.
Habia recibido un par de correos que creo yo, son soluciones, ya los mire, ya 
tenia todas las librerias instaladas:

libgcc1 debconf lsb-base libplrpc-perl readline-common libtext-wrapi18n-
perl libwrap0 libreadline5 libdbi-perl sed mysql-common findutils
libmysqlclient15off perl-modules debconf-i18n libnet-daemon-perl adduser
perl ncurses-bin libgdbm3 libstdc++6 libpam-runtime libpam-modules
passwd libselinux1 mysql-client-5.0 liblocale-gettext-perl zlib1g
libncurses5 libc6 libpam0g libdbd-mysql-perl libtext-iconv-perl psmisc
perl-base libdb4.7 libdb4.6 libtext-charwidth-perl gcc-4.3-base
debianutils

  El segundo correo es solo una imagen de todo el suceso de apt-get.

  sigo con el mismo problema:

Procesando activadores para man-db ...
Configurando mysql-client-5.0 (5.0.67-0ubuntu6.1) ...
Configurando mysql-server-5.0 (5.0.67-0ubuntu6.1) ...
 * Stopping MySQL database server mysqld [ OK ] 
/var/lib/dpkg/info/mysql-server-5.0.postinst: line 143: 
/etc/mysql/conf.d/old_passwords.cnf: No existe el fichero ó directorio
dpkg: error al procesar mysql-server-5.0 (--configure):
 el subproceso post-installation script devolvió el código de salida de error 1
dpkg: problemas de dependencias impiden la configuración de mysql-server:
 mysql-server depende de mysql-server-5.0; sin embargo:
 El paquete `mysql-server-5.0' no está configurado todavía.
dpkg: error al procesar mysql-server (--configure):
 problemas de dependencias - se deja sin configurar
No se ha escrito ningún informe de Apport porque el mensaje de error indica que 
es un error proveniente de un fallo anterior.
 Se encontraron errores al procesar:
 mysql-server-5.0
 mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)

Se me hace que el problema es mas bien simple y es que hay que
configurar los archivos de configuracion o de password, pero me extraña,
si no se instala por defecto y si por casualidad lo llego a arreglar a
mano, que sucede con este proceso de instalacion?

-- 
mysql-server preinst script stops running mysql
https://bugs.launchpad.net/bugs/107224
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 610630] Re: Please add Kolab php patches to Ubuntu php5

2010-07-27 Thread Dave Walker
Has this patchset been submitted for main line PHP?  I tried searching
the PHP-DEV mailing list, and whilst there were references, they seemed
to be inconclusive.

-- 
Please add Kolab php patches to Ubuntu php5
https://bugs.launchpad.net/bugs/610630
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


Re: [Bug 610630] Re: Please add Kolab php patches to Ubuntu php5

2010-07-27 Thread Scott Kitterman
I'm not sure.  Unfortunately I chose to take up this part of the work right as 
the Kolab PHP person was on vacation.  SpamapS has said he'd look into it.

-- 
Please add Kolab php patches to Ubuntu php5
https://bugs.launchpad.net/bugs/610630
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 610265] Re: apparmor: cannot successfully start an Eucalyptus KVM instance

2010-07-27 Thread Dave Walker
This could be a dupe of bug #599450.  A fix is committed for that bug,
when that is uploaded we'll get a better idea.

-- 
apparmor: cannot successfully start an Eucalyptus KVM instance
https://bugs.launchpad.net/bugs/610265
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 608182] Re: problems with ups (mge pulsar es 8+)

2010-07-27 Thread Mathias Gug
** Changed in: nut (Ubuntu)
   Importance: Undecided = Low

-- 
problems with ups (mge pulsar es 8+)
https://bugs.launchpad.net/bugs/608182
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut 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 608154] Re: MySQL bug(s) crash akonadiserver

2010-07-27 Thread Mathias Gug
** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Importance: Undecided = Medium

-- 
MySQL bug(s) crash akonadiserver
https://bugs.launchpad.net/bugs/608154
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 610150] Re: autocompletion doesn't work

2010-07-27 Thread Mathias Gug
** Changed in: mysql-5.1 (Ubuntu)
   Importance: Undecided = Low

-- 
autocompletion doesn't work
https://bugs.launchpad.net/bugs/610150
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-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 608685] Re: bind9 fails to start in Lucid Lynx, can't read openssl.cnf

2010-07-27 Thread Mathias Gug
** Changed in: bind9 (Ubuntu)
   Importance: Undecided = Medium

-- 
bind9 fails to start in Lucid Lynx, can't read openssl.cnf
https://bugs.launchpad.net/bugs/608685
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 608623] Re: euca-revoke removes the wrong group authorization

2010-07-27 Thread Mathias Gug
** Changed in: euca2ools (Ubuntu)
   Importance: Undecided = Medium

-- 
euca-revoke removes the wrong group authorization
https://bugs.launchpad.net/bugs/608623
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools 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 608423] Re: [lucid-proposed] post-start script broken

2010-07-27 Thread Mathias Gug
** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Importance: Undecided = High

-- 
[lucid-proposed] post-start script broken
https://bugs.launchpad.net/bugs/608423
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 608239] Re: W2k3 guests freeze during restart

2010-07-27 Thread Mathias Gug
Could attach the xml configuration of the guests that are freezing?

** Changed in: libvirt (Ubuntu)
   Importance: Undecided = Low

** Changed in: libvirt (Ubuntu)
   Status: New = Incomplete

-- 
W2k3 guests freeze during restart
https://bugs.launchpad.net/bugs/608239
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 586175] Re: Windows XP/2003 doesn't boot

2010-07-27 Thread Mathias Gug
** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided = Medium

-- 
Windows XP/2003 doesn't boot
https://bugs.launchpad.net/bugs/586175
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 610557] Re: NFS Client Not Properly Unmounted on Halt/Reboot

2010-07-27 Thread Mathias Gug
** Changed in: openvpn (Ubuntu)
   Importance: Undecided = Medium

-- 
NFS Client Not Properly Unmounted on Halt/Reboot
https://bugs.launchpad.net/bugs/610557
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 610371] Re: qemu-kvm is hard to debug (ddebs are stripped)

2010-07-27 Thread Mathias Gug
** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided = Low

-- 
qemu-kvm is hard to debug (ddebs are stripped)
https://bugs.launchpad.net/bugs/610371
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 608423] Re: [lucid-proposed] post-start script broken

2010-07-27 Thread a7x
I have updated my debdiff to not echo anything if mysqld times out.  The
updated package should show up in my PPA [1] in a few hours.

Chuck's latest upload [2], currently awaiting approval in the upload queue [3], 
still has a couple of issues:
 1.  it does not fix the missing space issue in the start on clause, so mysql 
won't start on boot
 2.  it doesn't sleep between pings

Is there a reason why my patch is being ignored?

[1] https://edge.launchpad.net/~a7x/+archive/bug608423
[2] debdiff:  
http://launchpadlibrarian.net/52600418/mysql-dfsg-5.1_5.1.41-3ubuntu12.4_5.1.41-3ubuntu12.5.diff.gz
[3] 
https://edge.launchpad.net/ubuntu/lucid/+queue?queue_state=1queue_text=mysql-dfsg-5.1


** Patch added: debdiff that fixes this bug
   http://launchpadlibrarian.net/52614295/debdiff.diff

** Patch removed: debdiff that fixes this bug
   http://launchpadlibrarian.net/52539727/debdiff.diff

-- 
[lucid-proposed] post-start script broken
https://bugs.launchpad.net/bugs/608423
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 608423] Re: [lucid-proposed] post-start script broken

2010-07-27 Thread a7x
There's a third (minor) issue with the latest upload:

3.  If exec fails for some reason, the script will keep attempting
to exec debian-start when it should simply fail.

-- 
[lucid-proposed] post-start script broken
https://bugs.launchpad.net/bugs/608423
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 610652] Re: vmbuilder randomly fails to install grub

2010-07-27 Thread David Clarke
Seems to be related to the size and/or position of the LV on disk or
partitioning setup inside the LV.  1TB drives (software RAID 1) with LBA
enabled.

4 GB LV, 2 GB root, 2GB swap:

test01.txt:2010-07-28 13:39:00,848 DEBUG   :  Checking if /boot/grub/stage1 
exists... yes
test02.txt:2010-07-28 13:40:32,217 DEBUG   :  Checking if /boot/grub/stage1 
exists... yes
test03.txt:2010-07-28 13:42:08,167 DEBUG   :  Checking if /boot/grub/stage1 
exists... yes
test04.txt:2010-07-28 13:43:46,199 DEBUG   :  Checking if /boot/grub/stage1 
exists... yes
test05.txt:2010-07-28 13:45:20,067 DEBUG   :  Checking if /boot/grub/stage1 
exists... yes
test06.txt:2010-07-28 13:46:53,004 DEBUG   :  Checking if /boot/grub/stage1 
exists... yes
test07.txt:2010-07-28 13:48:25,589 DEBUG   :  Checking if /boot/grub/stage1 
exists... yes
test08.txt:2010-07-28 13:49:56,128 DEBUG   :  Checking if /boot/grub/stage1 
exists... yes
test09.txt:2010-07-28 13:51:27,426 DEBUG   :  Checking if /boot/grub/stage1 
exists... yes
test10.txt:2010-07-28 13:53:00,229 DEBUG   :  Checking if /boot/grub/stage1 
exists... yes

40 GB LV, 32 GB root, 8 GB swap:

test11.txt:2010-07-28 13:55:45,188 DEBUG   :  Checking if /boot/grub/stage1 
exists... yes
test12.txt:2010-07-28 13:57:23,889 DEBUG   :  Checking if /boot/grub/stage1 
exists... yes
test13.txt:2010-07-28 13:59:04,599 DEBUG   :  Checking if /boot/grub/stage1 
exists... yes
test14.txt:2010-07-28 14:00:43,285 DEBUG   :  Checking if /boot/grub/stage1 
exists... yes
test15.txt:2010-07-28 14:02:25,818 DEBUG   :  Checking if /boot/grub/stage1 
exists... yes
test16.txt:2010-07-28 14:04:04,428 DEBUG   :  Checking if /boot/grub/stage1 
exists... yes
test17.txt:2010-07-28 14:05:46,409 DEBUG   :  Checking if /boot/grub/stage1 
exists... yes
test18.txt:2010-07-28 14:07:26,049 DEBUG   :  Checking if /boot/grub/stage1 
exists... no
test19.txt:2010-07-28 14:09:08,828 DEBUG   :  Checking if /boot/grub/stage1 
exists... yes
test20.txt:2010-07-28 14:10:48,468 DEBUG   :  Checking if /boot/grub/stage1 
exists... yes

10 GB LV, 8 GB root, 2 GB swap:


test21.txt:2010-07-28 14:14:40,718 DEBUG   :  Checking if /boot/grub/stage1 
exists... yes
test22.txt:2010-07-28 14:16:20,228 DEBUG   :  Checking if /boot/grub/stage1 
exists... no
test23.txt:2010-07-28 14:17:59,287 DEBUG   :  Checking if /boot/grub/stage1 
exists... no
test24.txt:2010-07-28 14:19:37,439 DEBUG   :  Checking if /boot/grub/stage1 
exists... yes
test25.txt:2010-07-28 14:21:12,338 DEBUG   :  Checking if /boot/grub/stage1 
exists... no
test26.txt:2010-07-28 14:22:51,709 DEBUG   :  Checking if /boot/grub/stage1 
exists... no
test27.txt:2010-07-28 14:24:26,248 DEBUG   :  Checking if /boot/grub/stage1 
exists... yes
test28.txt:2010-07-28 14:26:02,670 DEBUG   :  Checking if /boot/grub/stage1 
exists... yes
test29.txt:2010-07-28 14:27:36,028 DEBUG   :  Checking if /boot/grub/stage1 
exists... yes
test30.txt:2010-07-28 14:29:12,604 DEBUG   :  Checking if /boot/grub/stage1 
exists... yes

-- 
vmbuilder randomly fails to install grub
https://bugs.launchpad.net/bugs/610652
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder 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 589069] Re: package postfix 2.6.5-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2010-07-27 Thread jtjonto...@gmail.com
This has been happening every time I tried to update my computer. I have
no formal computer or technical education so I have no idea whats going
on

-- 
package postfix 2.6.5-3 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 75
https://bugs.launchpad.net/bugs/589069
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 610630] Re: Please add Kolab php patches to Ubuntu php5

2010-07-27 Thread Clint Byrum
One of them has been submitted, and has sat unmerged for a long time:

http://bugs.php.net/bug.php?id=43948

I imagine it just needs a nudge (and possibly a pointer to the newer
5.3.2 patch)

The other I can't find where it has been submitted.

Both look good and probably just need to be merged, as they simply
exploit new functionality in IMAP.

I will poke php-internals and see if they can get the patches merged
soon. At that point I'd be ok with us adding them to our package as a
temporary bridge to the new version. Otherwise I'd rather not carry
these patches just for Kolab's benefit, as these functions are as of yet
undocumented and it may not be clear to a PHP developer why they're
there in Ubuntu's PHP, and not stock PHP.

** Bug watch added: bugs.php.net/ #43948
   http://bugs.php.net/bug.php?id=43948

** Changed in: php5 (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: php5 (Ubuntu)
   Status: New = Triaged

** Changed in: php5 (Ubuntu)
   Status: Triaged = In Progress

** Changed in: php5 (Ubuntu)
 Assignee: (unassigned) = Clint Byrum (clint-fewbar)

-- 
Please add Kolab php patches to Ubuntu php5
https://bugs.launchpad.net/bugs/610630
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 374567] Re: tomcat6 with spring throws org/springframework/core/NestedExceptionUtils

2010-07-27 Thread Bob Kerns
** Changed in: tomcat6 (Ubuntu)
   Status: Invalid = New

-- 
tomcat6 with spring throws org/springframework/core/NestedExceptionUtils
https://bugs.launchpad.net/bugs/374567
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 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 374567] Re: tomcat6 with spring throws org/springframework/core/NestedExceptionUtils

2010-07-27 Thread Bob Kerns
Reopening, with added information and a better workaround...

The problem here is that insufficient privileges are given to tomcat-
juli.jar in /etc/tomcat6/policy.d/03catalina.policy.

i haven't determined yet the specific missing permissions, but giving
this jar file all permissions does resolve the issue.

You probably need some error in need of logging to reproduce it.

It would seem to me that it must be something needed by the classloader
to produce this symptom. In particular, in trying to load one class form
the spring-core..jar file, it fails to find another class in the
same jar file. This should always succeed!

In googling around, I find quite a number of people have run into this.
The tomcat people blame it on the 3rd-party packagers (I believe that be
you!). Everyone else ends up disabling security entirely as a
workaround.

This is a much better workaround:

// Workaround for missing permissions on tomcat-juiljar
grant codeBase file:${catalina.home}/bin/tomcat-juli.jar {
 permission java.security.AllPermission;
};

Also note that you can give AllPermission to the webapp itself,, and it
does NOT solve the problem. This places the blame squarely on the
distro's security configuration rather than on the application and
Spring -- I think. (Between security and classloaders, there's plenty of
room for confusion!)

BTW, kudos for at least trying to get it installed with a working
security configuration, even if it isn't 100%. It is a real pain to work
out the right security policy, and it is well worth getting the basics
right and sharing the result. And configuring it by dropping in my
webapp's policy is a breeze, even if I DID end up giving it
AllPermission for now.

-- 
tomcat6 with spring throws org/springframework/core/NestedExceptionUtils
https://bugs.launchpad.net/bugs/374567
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 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 374567] Re: tomcat6 with spring throws org/springframework/core/NestedExceptionUtils

2010-07-27 Thread Bob Kerns
BTW, this was originally reported in Jaunty --  I'm encountering it in
Karmic Koala.

-- 
tomcat6 with spring throws org/springframework/core/NestedExceptionUtils
https://bugs.launchpad.net/bugs/374567
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 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